About this site
This is Russell's personal website, a Web Developer based in London. You can email me at web@rdjs.co.uk-
Recent Posts
Recent Comments
Archives
Friends
- Ciaran McNulty Great blog, mostly about web development but also handy nuggets of advice such as how to work out the speed of light from everyday household objects!
- Ed Walker ‘Senior Digital Designer’ aka ‘Colour Monkey’
- James Alexander Half man, half Red Bull, caffeine fuelled web development and shed-based shenanigans
- Kay McMahon Renovation blog which follows the design and remodelling of Kay’s house in East London
- Mark Evans Open-source evangalist and uber-geek extraordinaire Mark shares his thoughts on osCommerce, Zend Framework and secretly being a Microsoft fanboi
- Mark Fullbrook Lanky programmer that never posts anything
- Phil Pedlar the unfortunate case of a musician trapped in a programmers body
- Simon Harris a thirty-something computer programmer and Technical Editor for php|architect
Feeds
Monthly Archives: August 2011
jQuery $(document).ready alternatives
You will no doubt already know that the $(document).ready function is jQuery’s way of executing your JavaScript code after the DOM has finished loading. The standard use looks like this: $(document).ready(function(){ // your code here }); Other JavaScript libraries have … Continue reading
How do you make money from a personal blog?
In my last blog post I boldly told the world that I am going to give away any money I make from this blog to charity. Having made this announcement I felt warm & fuzzy and ultimately very smug. This … Continue reading