gingerbeardman + easy 3
CreateDOM - $C() - Create DOM Stuctures Easily
june 2010 by gingerbeardman
$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
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");
june 2010 by gingerbeardman
Template Engines
march 2009 by gingerbeardman
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: