Latest Blog Entries
console.log() – A lightweight Firebug error protection function
I did some searching for a function to keep IE from barking at the user if they didn’t have Firebug or Console API in their browser. And their are a ton of simplistic functions that turned up that usually just cover the log, warn, error, and info functions of the console API. I like to [...]
PHP Geocoding
I wrote this cool little function that will use cURL to get the latitude and longitude of the given location. This can be useful for locating stores in the same area as the given location. To see this function in action check out this page. Now, you won’t be able to your view your entered [...]
Unix Chmod Recursive Directories and Files
Chmod recursively all files and folders in 2 commands. This can come in handy if you ever upload something and the permissions are not set correctly.
