May 12th, 2005
How are you using Ajax?
I’m doing a bunch of reading, observing on Ajax. From the recent summit to a billion blog posts to its own web site, it seems to be hitting mainstream. Have any of you experimented with it? How did it go?
A couple implementations to note: Kottke’s homepage | Feedtagger
Also, go see what the tags can find you: Del.icio.us Ajax
Check out my latest project: Make them Care!, a book on designing great sign-up experiences. Get reminded when it's published.
Links to this Post
Comments
1. Vito 8:03am, Thu 12th, 2005
I just finished a project that used a lookup similar to a Win32 app.
It contained a couple text input boxes: Name, Department, Office, Title and Phone. They enter in a name and on exit, it looks up the user.
If the query finds only one user, it pulls the data back as XML and populates the remaining fields and moves on. If not, then it pops up a lookup window with the list of records it found from the text input.
Pretty kewl performance. Gotta find more places to use it.
L8R,
Vito
2. Udi 9:58am, Thu 12th, 2005
I’ve tried and tried to think of a good use for Ajax on my new site and I couldn’t think of one. I did use XMLHTTP to send a request to the server behind the scenes (for flagging an item ‘off-topic’ or ‘innapropriate’ etc.), but I didn’t need any data back or confirmation, so I never handle the response. Does that still “count” as Ajax usage?
3. Sarven Capadisli 10:27am, Thu 12th, 2005
I am using this technology on my site and it appears to work-out in most cases. There are some issues with some browsers, since they don’t support XMLHttpRequest (i.e. Konqueror, IE5.2.3(mac), and Opera [prior to 8]).
It is definitely a great technology to play around with, however the limitations are written all over it, or rather giving it a justifiable use. I can see this (the search implementation) having major impact on libraries, and pratically any site with heavy content (i.e. knowledgebase), but as far as weblogs go, I think in most cases, it is unnecessary.
XMLHttpRequest is not new, it just needs to be marketed well – Apple (Mac OS X Tiger), Google (Google Suggest) and Microsoft (who knows what) seems to invest a lot of resources.
4. best online casinos 4:35pm, Thu 26th, 2005
Excellent, that was really well explained and helpful
best online casinos
5. how to use AJAX 9:36am, Tue 19th, 2006
I have created a file and a list of items to be added in to the list from the Database(SQL server) and how can i achieve the data from the data base to ajax and from ajax to the jsp page.