Home » Web Development
Web 2.0
Posted on March 21st, 2005 8 Comments »
Bored by making websites? Not anymore. Almost overnight big boys made 99% of the web obsolete. Less than 10 seconds page load time? 1 second? Forget about it. Everyone now wants INSTANT results.
Here are a few links for those who want to make their own Google Suggest, Gmail or Flickr:
- Sajax – allows to call PHP functions from JavaScript
- JavaScript O Lait – make XML-RPC and JSON-RPC (its own proprietary protocol) calls to server; some SVG examples too
- DWR – Direct Web Remoting, for Java
- JSRS – JavaScript Remoting, with PHP and Perl samples
Do you know other frameworks with similar functionality?


8 Responses
Guys from Adaptive Path use term “Ajax” for describing the same thing:
http://www.adaptivepath.com/publications/essays/archives/000385.php
Sync vs async ajax:
http://jamis.jamisbuck.org/blog.cgi/programming/To%20sync%20or%20not%20to%20sync_20050312130639.tx
More comments on Ajax:
http://www.ajaxian.com/archives/2005/05/ajax_summit_eri.html
Really nice stuff!
If you’re going AJAX way, you’ll experience memory leaks with IE. Fortunately there are ways to detect and solve these problems:
http://jgwebber.blogspot.com/2005/05/drip-ie-leak-detector.html – IE Leak Detector
http://novemberborn.net/javascript/event-cache – Event Cache
Ajax from M$:
http://weblogs.asp.net/scottgu/archive/2005/06/28/416185.aspx
Ajax web applications (word processor, spreadsheet, …)
http://slashdot.org/articles/05/09/29/000223.shtml?tid=126
More Ajax/W20 links:
http://dojotoolkit.org/~alex/dojo/trunk/demos/widget/Fisheye.html (impressive!!)
http://dojotoolkit.org/ (many well-known names)
http://ajaxoffice.sourceforge.net/wiki/index.php/Useful_packages_for_Ajax_Office – big list of Ajax apps
http://blog.joshuaeichorn.com/ajax-resources/library/