|
|
|
|
![]() ![]() |
Feb 6 2007, 05:07 AM
Post
#11
|
|
|
Member [ Level 1 ] Group: Members Posts: 33 Joined: 4-February 07 Member No.: 20,172 |
AJAX was made in /completed in 1997.
It failed at first and then succeeded later. header: Infrastructure Google's Bosworth: Why AJAX Failed (Then Succeeded) By Darryl K. Taft January 30, 2007 See this link: http://www.eweek.com/article2/0,1895,2088644,00.asp |
|
|
|
Feb 6 2007, 07:04 PM
Post
#12
|
|
|
PsYcheDeLiC dR3aMeR Group: Admin Posts: 2,242 Joined: 29-January 05 From: Nakorn Chaisri, Thailand Member No.: 2,411 myCENTs:84.36 |
GWT is really powerful no doubt - but to easily bypass all the browser compatibility issue and repeated cross-browser coding required for AJAX, you could use the easily implementable and lightweight JavaScript library called Prototype.
With Prototype, you hardly need to know the inner workings of AJAX.. all the required functions are pre-coded into it. All you need to do is create a new Prototype AJAX object and pass it the required parameters. Further details on Prototype can be found here: http://www.prototypejs.org/ |
|
|
|
Feb 26 2007, 10:02 PM
Post
#13
|
|
|
Techno-Necromancer Group: Members Posts: 1,018 Joined: 13-January 05 From: The Net Member No.: 2,127 |
Good resource M^E. Although, personally, I still prefer to do all my AJAX code by hand. Once you've dealt with browser issues once, it turns quickly into a copy paste job. Especially with the advent of IE7, which updated the HTTPXMLREQUEST object. Right now, the biggest issue I have with compatibility between browsers is what each of the 4 request states mean in each. However, since none of them completely usefully implement the states, and they all implement state 0 and 4 the same, it doesn't make that much difference. But the tools available are getting much better.
~Viz |
|
|
|
Mar 6 2007, 05:49 PM
Post
#14
|
|
|
Newbie [ Level 2 ] Group: Members Posts: 26 Joined: 6-March 07 Member No.: 20,755 |
afaik the technology behind ajax have been developed during 1997 as teamEFX stated, but the term AJAX has been coined around 2005, just what i've found when reading some articles from various web blogs.
At first i thought it was just an old javascript scripting coz of the old animation features (scrolling and other corny but somewhat cool animation) that has been modified in modern way (dom version). Since it's from javascript you can create it from scratch but much easier if you used a pre-made framework. e.g. prototype, rico, jquery and others. imo it's best and effective when incorporate with server side scripting like php, asp and jsp. here some additional links to the bestajax/js frame work besides prototype(link above) Rico: http://openrico.org/rico/home.page Scriptaculous: http://script.aculo.us/ mochikit: http://www.mochikit.com/ Yahoo UI: http://developer.yahoo.com/yui/ MooFX: http://moofx.mad4milk.net/ JQuery: http://www.jquery.com/ for php i prefer to incorporate those js framework rather than using those bloated framework like symphony. |
|
|
|
May 30 2007, 01:50 AM
Post
#15
|
|
|
Member [ Level 1 ] Group: Members Posts: 47 Joined: 24-May 07 Member No.: 22,128 |
Does anyone have some links for ajax on what all I can do with it that would be useful? I know javascript, and I believe I could pickup xml without much of a problem. I'm just now sure of how they would both combine to provide a nice interface on my website. Okay, thanks to anyone who can add to this
|
|
|
|
![]() ![]() |
Similar Topics
| Topics | Topics | |
|---|---|---|
|
|
|
|
Lo-Fi Version | Time is now: 5th December 2008 - 05:17 PM |