- Jep's Rich User Interfaces blog
About AJAX Performance and some other things by Jep Castelein of Backbase - Ajax Technology Forums
Asynchronous JavaScript And XML Ajax forums, discussions and tech issues - Web 2.0 Technologies
Blog with resources for AJAX, javaScript and rails - Ajax Experience Video
Three videos: Firefox 2 and Javascript with Mozilla Corp's Brendan Eich
http://www.scribemedia.org/2007/02/15/firefox-javascript-eich/
The Once and Future Web with Microsoft's Chris Wilson
http://www.scribemedia.org/2007/02/13/once-future-web/
Towards a Service Oriented Stack, by Kevin Hackman, he Four Quantum
States of AJAX, is product director for TIBCO General Interface
http://www.scribemedia.org/2007/02/09/kevin-hackman/ - AJAX World
[Google Group]AJAX discussion group with over a thousand members! - JSLT, alternative to XSLT
JSLT is a browser based templating language like XSLT, but instead of using XML to encode the template logic, it uses normal Javascript with a few extensions. You can transform XML with it or just template with javascript variables. The JSLT processor parses the template using a recursive tokenizing parser and generates javascript code for fast dynamic re-execution. The general structure is: template[js]template{inline-xpath}[js]template. All code (13kb js/390 lines) is available under the LGPL license.
|