Latest Blog Entries
PHP Geocoding { 0 }
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 latitude and longitude, [...]
Unix Chmod Recursive Directories and Files { 0 }
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.
PHP String Padding { 0 }
I recently wrote a small function that will limit and pad a string all in one. I used it specifically when doing some programming through the CLI interface. Definitely helped when formatting “tables” in the console.
