Try Semtex – the new HTML5, CSS3 and JavaScript UI framework! I am pleased to announce that I’ve just finished my latest endeavour – HTML5, CSS3 and JavaScript Experiments and Insight, and most of the code samples and demos from my blog have been moved there in and new and convenient code-listing and demo form. … Continue reading “HTML5, CSS3 and JavaScript Experiments and Insight Website”
Here’s a quick, dirty, reliable and library-independent client-side HTML template engine with support for prefetched templates (in a JavaScript object) and a few handy and extensible methods for compiling, adding and removing templates. Please, check the documentation in the source code and the examples at the bottom of this page for usage and more insight. … Continue reading “JavaScript HTML Template Engine”
Pisi is HTML templating engine that runs entirely in the browser. It can be used to scale down the size of ajax requests to the server by allowing them to switch from markup and data responses to data-only responses (for example JSON). Once fetched on the client, the data can be parsed by Pisi and … Continue reading “Pisi HTML Template Engine 1.0 is Out!”
I am happy to announce that just a few days after the debut of Templatr, version 2.0 has been released with tons of cool stuff. If you already know what is Templatr, just skip the next paragraphs and go directly to What’s New in Version 2.0: What is Templatr? Templatr is fully client-side, library-independent, lightweight … Continue reading “Templatr HTML Template Engine 2.0 Has Been Released”
Templatr is free, JSON-powered, fully client-side, library-independent, fast and responsive templating engine for HTML. It’s easy to define and use templates are parsed on the client and cached for later use. Ideally it can be used for AJAX-driven applications to reduce the requests to the server, as you can just get the data for the … Continue reading “Templatr – JSON to HTML Template Engine”