- Ajax Linki
Links - Ajax Contents, Books, Tutorials and everything about Ajax - AJAX Patterns
The publicly editable repository of all things Ajax. Design Patterns, Frameworks, Libraries, Tools and Links - Web 2.0 Technologies
Blog with resources for AJAX, javaScript and rails - Free Ajax Scripts
Free AJAX scripts directory. Most of them have demos so you can test before install. - Fiftyfoureleven
Fiftyfoureleven.com consists of a weblog and resources that focus on web development: designing, programming, copywriting and more.
- 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.
|