For the Ajax source code demonstrated in this video, follow this link "Ajax at work"
<<Previous AJAX Introduction>>Next Getting to know Ajax
Advanced Ajax Learning and Tutorials provides free ajax tutorials,examples,asp net ajax tutorial,simple examples,javascript tutorial,ajax demonstration examples on Calendar,Menu,Tree,Windows,Forms,Ajax Training, Learn Ajax, Ajax Framework, Ajax Example
11 comments:
What browsers support AJAX?
Internet Explorer 5.0 and up, Opera 7.6 and up, Netscape 7.1 and up, Firefox 1.0 and up, Safari 1.2 and up, among others.
Why does HTML_AJAX hang on some server installs ?
If you run into an HTML_AJAX problem only on some servers, chances are your running into a problem with output compression. If the output compression is handled in the PHP config we detect that and do the right thing, but if its done from an apache extension we have no way of knowing its going to compress the body. Some times setting HTML_AJAX::sendContentLength to false fixes the problem, but in other cases you'll need to disabled the extension for the AJAX pages.
I've also seen problems caused by debugging extensions like XDebug, disabling the extension on the server page usually fixes that. Questions dealing with Using HTML_AJAX, and general JavaScript development
show me some examples ..
Go here for Ajax sample program for fetching data from text file
http://ajaxtraining.blogspot.com/2007/12/ajax-at-work-sample-program.html
Thanks for the videos!
Nice tutorials thx but you don't have to say everything several times :)
The only thing I don't like is that we'd be returning to client side programming, and exposing the code we write again. Unlike PHP, though the page does reload, on modern fast systems it's hardly noticeable, and hides the code behind the web actions.
i cant find the inetpub where is it located?
It is the web folder created when you installed IIS web server.You find InetPub folder at C:\ drive root folder.
Post a Comment