<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d23110236\x26blogName\x3dMicrosoft+.NET+Technology+C%23,ASP.NET+...\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dSILVER\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://dotnettechnology.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://dotnettechnology.blogspot.com/\x26vt\x3d7346418948838607653', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Sponsored by..

What is AJAX all about?

Tuesday, February 28, 2006

AJAX:::Asynchronous JavaScript And XML.I hear a lot about AJAX these days and am curious so as to what this technology is all about!!I never worked with AJAX before and am hoping to make my debut pretty soon.

It is a web development technique for creating web applications.The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so that the entire Web page does not have to be reloaded each time the user makes a change. This is meant to increase the Web page's interactivity, speed, and usability.

For more info,visit the Wikipedia.
Catch the creator of AJAX here.
Refer communityMX for a hands on experience.
For the latest news on AJAX,visit PHPmagazine.

Ill write more about this most happening technology as I get my hands on it!!Till then,jus figure out the basics!!

Bookmark this post to del.icio.us Digg this post! Bookmark this post to Yahoo! My Web Bookmark this post to Furl
  1. Anonymous Anonymous | 8:38 PM |  

    hay kiran.......good to see u r blog on ajax..........seems u r exploring a lot on this area

Leave your response