View Single Post
Old 06-24-2006, 12:26 AM  
J.P.
Confirmed User
 
Join Date: Jun 2004
Posts: 689
http://www.lilbabes.com/ uses some AJAX for user comments and voting... you have to be registered user to see it though

I programmed something that might be called AJAX around 2000 for a portal-like site of mine. Users could change the color of headings, rearrange the windows (drag & drop) and stuff like this and it all got saved in the database using HTTP requests to a hidden image. It really was not AJAX, because it did not use XML back then but it did it's job pretty nicely

I also programmed a message board around the same year that showed a tree of replies and when you clicked on a user, a request to a hidden frame occured which then changed a content of some DIV to show this user's message. Also not really AJAX, cause it did not use XML But you could read the whole thread without refreshing the document and that's the whole AJAX idea, isn't it?
__________________
Webmasters! Looking for new affiliate programs to promote?
Affiliate Program Search <-- Search for programs with FHGs, RSS feed, specific niche sponsors, ...
J.P. is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote