AJAX World Conference & Expo
September 22, 2007 by Mark Marucot · Leave a Comment
AJAX World Conference & Expo 2007 West is the world’s leading Web 2.0 and Rich Internet Application (RIA) event. AJAXWorld, this year, is expected to attract more than 2,000 i-technology developers, technology evangelists, architects, project managers and C-level executives.
Oracle is a Platinum Sponsor this year and Oracle Chief Architect and VP Ted Farrell will be keynoting; WebCenter Development VP Vince Casarez will be presenting as well.
Learn more at http://www.ajaxworld.com
AJAX Overview
September 15, 2006 by Mark Marucot · Leave a Comment
AJAX short for Asynchronous Javascript + XML is technology for developing web applications which was used years before it was coined by Jesse James Garrett in February 2005. This was overlooked by web developers until Gmail and Google used it in its applications such as Google Map and Google Suggest.
Ajax allows requests to server without page reloading and parsed and work with XML documents.
Creating an Instance of HTTP Request
To create a HTTP Request using Javascript, an instance of XMLHTTP which is an Active X object introduced in Microsoft Internet Explorer. Other browsers such as Mozilla, Safari implemented class similar to XMLHTTP called XMLHTTPRequest.



