2009,Resolutions and Top Blog Posts

Every year, I make a resolution and the time of the year is back again for me to look back and evaluate what I’ve done well, what I missed, and what I need to change to make 2010 even better than 2009.

  • Share/Bookmark
Read more

AJAX – Asynchronous Java Script and XML

AJAX is one of the hottest buzzword in the IT especially in the Web Development. AJAX has become so much popular especially with the use of this technology in Google Suggest, Gmail, Yahoo Mail, Windows Live, Google Maps etc. AJAX stands for Asynchronous JavaScript and XML.

Ajax is not a technology in itself, but a term that refers to the use of a group of technologies. AJAX is not a new technology as the major technologies like HTML, XML, DOM, XMLHttp and JavaScript that is used in AJAX have been around for quite a long period of time. AJAX is not tied to any programming language or Data Format and is defined by partial screen update and asynchronous communication.

  • Share/Bookmark
Read more