![]() |
|
|
|
| ||||||
|
Welcome to the The ProgrammersTalk Community forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Tags: ajax, getxmlhttpobject, help, javascript, programming |
![]() |
![]() | | LinkBack (1) | Thread Tools | Display Modes | ![]() |
| |
| ||||
| It's the thing that allows a webpage to call back to a server without a page refresh. It, and it alone, is what defines Ajax and Web 2.0. Big mystery solved! lol. |
| The Following User Says Thank You to TeraTask For This Useful Post: | ||
HelloWorld (08-24-2007) | ||
| |||
| Ajax is the "fancy" name them bastards gave xml object communication that made it so popular. Sorry, got a sore spot in my heart... been using the XML Obj to communicate in an AJAX fashion for YEARS before the term "Ajax" was coined... all the sudden it was very popular because of the name. Anyways, the code you are using above allows you to call other pages with three attempted methods (using 3 different com objs). This gives the ability to hit other pages, collect content, etc.. without a page refresh. __________________ Day Cares | Golf Courses | Disc Golf Courses | Campgrounds | Ice Rinks | Paintball Fields | Dentists | Plastic Surgeons | Aging Jokes Catholic Churches | Lutheran Churches | Methodist Churches | Episcopal Churches | Clean Jokes |
| The Following User Says Thank You to ccoonen For This Useful Post: | ||
HelloWorld (08-24-2007) | ||
| ||||
I think it gained it's popularity from those who finally realized the power of javascript and who use it it conjunction with that object. MS only supported in natively with IE 7 which opened up a very large market. Codebases such as script.aculo.us came about after people realized the power of javascript and implemented some basic support for server calls. People usually get excited because the major browsers started supporting some of the properties of CSS 3 which is a far more important addition to Web 2.0 than is commonly discussed. To put it all in short: IE has been WAY, WAY, WAY behind in supporting standards and very commonly-used features of browsers and now that they've finally worked in some BASIC support, people are getting excited. Damn MS forever!!! |
| The Following User Says Thank You to TeraTask For This Useful Post: | ||
HelloWorld (08-24-2007) | ||
| |||
| CSS3 is very exciting - and I'm a huge hater of IE - but I think I was using XML obj back in IE4 __________________ Day Cares | Golf Courses | Disc Golf Courses | Campgrounds | Ice Rinks | Paintball Fields | Dentists | Plastic Surgeons | Aging Jokes Catholic Churches | Lutheran Churches | Methodist Churches | Episcopal Churches | Clean Jokes |
| |||
| Quote:
|
| |||
| Quote:
And I agree. CSS3 is very exciting. I also am looking forward to XHTML 2.0! However, things are starting to get off-topic. __________________ "C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do it blows your whole leg off." -- Bjarne Stroustrup, creator of what is now known as C++ For more quotes by Bjarne Stroustrup, check out http://www.research.att.com/~bs/bs_faq.html#really-say-that. Last edited by rpgfan3233 : 08-25-2007 at 10:36 PM. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.programmerstalk.net/thread1099.html | |||
| Posted By | For | Type | Date |
| What is GetXmlHttpObject in AJAX? - Ajax | This thread | Refback | 09-10-2007 10:35 AM |