Found 2 results.
Posts Tagged ‘javascript’
By jgshort on December 6th, 2008
Posted In: Blog
This week I’ve been learning about…
ZFS: See tutorial 1 and the tools for OS X
The Dojo toolkit: I appreciate the elegance and performance of Dojo.
ANTLRWorks: The excellent grammar studio for ANTLR
I spent some time working on Stoopad. Exciting things happening with WordPress, particularly the 2.7 RC1 release. Updated quite a few plugins. [...]
By jgshort on November 25th, 2008
Posted In: Blog
You may or may not have heard of PURE, the JavaScript template engine. The good folks over at BeeBole have released PURE as an open source project under the MIT license.
In a nutshell, PURE is a lightweight library for rendering HTML. Observe (shamelessly borrowed from the PURE documentation):
1
2
3
function r() {
$(’#foo’).autoRender({ "bar": [...]