blog

Nov 04 2010

Edit your hosts file in Windows

by Joseph Smith

The location of your hosts file by version. Version(s) File Path -----------------------------------------------------------------------   Windows...

Jul 07 2010

CUT DOWN ON GLOBAL VARS BY USING JQUERY TO QUERY THE DOM

by Joseph Smith

After writing some proof of concept code and showing it to a co-worker a while back, it was pointed out to me that I was not using Javascript (specifically jQuery) to query the DOM. I was going down weird roads that, as a developer, should have set my Spidey-sense tingling....

Apr 27 2010

remedy git-upload-pack or git-receive-pack command not found errors when you have limited access to your server

by Joseph Smith

Is your shell unable to locate your git-upload-pack or git-receive-pack when working with a remote repo on shared hosting? When a client's host (Hostmonster) recently upgraded from openSSH4 to openSSH5, it locked us out of pushing/pulling via GIT with "git-upload-pack:...