Useful bit of Javascript
Never thought about using javascript for this before but I had a requirement to force the window to the top of the page whilst executing a javascript onClick event. Very simple but thought I'd note it down for future reference: scrollTo(x,y)
window.scrollTo(0,0);
RECENT ARTICLES
Serving my Cache using Lighttpd
Lighttpd is widely know as a powerful lightweight server that is part... read more
Benchmarking PHP Frameworks
There are many reasons for choosing one framework over another, perso... read more
Rails and Apache
In what appears to be a very useful find ' read more
Useful bit of Javascript
Never thought about using javascript for this before but I had a requ... read more
CREDITS
powered by php-wax the php framework