lang="en-US"> April 2014 –  Design1online.com, LLC

Monthly Archive: April 2014

0

Useful Linux Commands

Locate PHP error logs on the server grep ‘error_log’ /etc/php.ini | awk -F= ‘{ print $2; }’ Restart your bash_profile . ~/.bash_profile Change to your home directory cd ~ View your history history 50...

0

Google Maps Tutorial: You Are Here in 3 Easy Steps

I’ve been playing with Google maps lately and I thought I would share this little tidbit. It still needs some refinement (ie fetching your location from IP for non-html5 compliant browsers and letting you...