gingerbeardman + easy   3

CreateDOM - $C() - Create DOM Stuctures Easily
$C({
div:{
'class':'newly-added',//Class must be quoted - its a keyword
code:'This is a code',
br:'',
a:{
href:'http://www.bin-co.com/',
text:'This is a link'
},
hr:'',
span:{
'class':'finally',
text:'Thats all folks.'
}
}
},"insert-here");
dom  javascript  createdom  html  insert  easy  array 
june 2010 by gingerbeardman
Template Engines
Template engines in PHP with the minimum of fuss and hassle of Smarty or whatever. This is how you do it.
php  smarty  templates  templating  template  development  web  easy  tidy  mininmal 
march 2009 by gingerbeardman

Copy this bookmark:



description:


tags: