Julian Lannigan

This is the blog and work portfolio of Julian Lannigan who lives in Chesapeake, VA. Browse around to see my work or follow my thoughts… Read more »

Latest project

Colourmovie

Colourmovie / Visit Website / View Project Details

Latest Blog Entries

console.log() – A lightweight Firebug error protection function { 0 }

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 [...]

Continue Reading »

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 view your entered [...]

Continue Reading »

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.

Continue Reading »

Want to see more? Check out all of my projects on the portfolio page »