Programming jQuery: How to Test if a div is Visible July 17, 2013 by Craig Lotter No Comments The wonderful jQuery library actually makes it pretty easy for us to test whether or not a div (or pretty much any other element for... Read More
CodeUnit How to test if a Crontab is working in Ubuntu June 15, 2012 by Craig Lotter No Comments Editing your cron jobs with the crontab -e command will ensure that your crontab is at least syntactically correct, by not installing it unless it... Read More
CodeUnit PHP: Test if an Image URL is Online May 25, 2011 by Craig Lotter No Comments Here is a quick and dirty simple function to check whether or not an image URL is valid, in other words the image is online,... Read More
CodeUnit How to Check if Your Javascript Function Exists March 28, 2010 by Craig Lotter No Comments So the question I was then left with is how to check for the existence of a function before actually calling that function, the solution... Read More