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

Posted in Uncategorized | Tagged , , | 2 Comments

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

Posted in Uncategorized | Tagged , , , , , , | 6 Comments