Archives for: "January 2011"
Client Side Server Side Includes
Jan 31st
http://en.wikipedia.org/wiki/Server_Side_Includes
http://james.padolsey.com/javascript/introducing-jshtml/
http://james.padolsey.com/demos/JSHTML/jshtml.js
var nodes = el.childNodes;
var l = nodes.length;
while (l--) {
current = nodes[l];… more »