|
|
|
|
Ajax for Not Yet Techies"Using Common Web Technologies and Server Side Scripting to Make Web Applications Act More Like Desktop Applications"by Richard Stooker, President Info Ring Press and author of Secrets of Changing to a Computer Career |
Ajax stands for Asynchronous JavaScript And XMLAjax is basically an organized way of using commonly technologies to speed up web-based software applications so that they act more like desktop software applications. What's the basic action you take when you want to do something? Clicking, right? You click on a link and then go to new page. Or you enter some information and the page refreshes and changes. How much do you drag and drop on a web site? If you're like me, you don't even think of it. Until I heard of Ajax, I'd never even considered the differences between what I can do online and what I can do working with my PC's desktop. Yet drag and drop and other useful functions can be done online, if you use Ajax:Live searching -- connect with Google or other engine and the results are displayed right on the same page Autocomplete -- That's when the software tries to complete what you're writing for you, based on the first letter or two you type in. I find this annoying but some people evidently like it. Web chat -- Quicker and easier. Your friend's response shows right up on your screen Gaming Instant login feedback -- Isn't it annoying to try to login to some site or discussion group and you make an error and have to wait for the page telling you about it to load? Ajax is able to do these things by combining common web technologies with using XML to store data on the web server. It consists of 3 parts:1. Browser based presentation using XHTML and CSS. This just means, the results are shown on the web page you're viewing in your browser. 2. Data stored on server in XML format 3. XMLHttpRequest object is the programming that your browser uses to communicate behind the scenes with the web server. 4. JavaScript You also need to use a server scripting language such as PHP (most common and now widely supported by web servers). Common support of XML by web browsers is relatively new, but everything else dates to about 1998. Jesse James Garrett, in early 2005, was the first person to use the term Ajax to describe this systematic use of these technologies. Two of the most well known sites using Ajax are Google Suggest and Google Maps. Next: Asterisk |
|
Use Your New Computer Career as a Stepping Stone to Even Greater SuccessSend off for your free 7-part Techie Plus eCourse now. So that you can learn:
It's fast and easy. You will receive the first part in your email box within minutes. I respect your privacy. I will never sell, rent or trade your email address. After you subscribe, the form will redirect you to a thank you page. Thank you! Rick Stooker |
|
Permission is granted to reprint the above article in an ezine or on a website as long as it is reprinted in full, with no changes, with full credit and with this contact information and link included at the bottom. All other rights reserved. Copyright 2007 by Info Ring Press All Rights Reserved. Computer Careers (Home) Sitemap Contact Privacy Info Ring Press Richard Stooker PO Box 617 130-G Ballwin Manor Dr Ballwin, MO 63011 (636) 394-2052 rick@inforingpress.com |