February 2012
M T W T F S S
« Jan    
 12345
6789101112
13141516171819
20212223242526
272829  

Nivo Slider navigation disappears in IE7..

OH YES IT IS ANNOYING.

fix that now you see it now you don’t insanity with a z-index shaped hammer.

.nivo-directionNav {
top: 130px;
z-index: 9999;
}

O ran ge Broadband

I can barely even speak I am so outrageously angry with O Broadband’s customer ‘service’ so all I can say is DO NOT TOUCH THE LYING CRUNTS WITH A BARGEPOLE.

Oh they let you in alright. They let you in. That bit they can do fine.  Try leaving though.  TRY IT. OH IT DIDN’T WORK DID IT.

TRY AGAIN.

NOW TRY AGAIN.

TRY HARDER.

NOTE: The site is now banned from orange mobile devices because it contains ‘adult content’. Really? What would that be? OH IS IT A CRITICISM OF YOUR TERRIBLE SERVICE WOULD IT SCAR CHILDREN?

Git and Textmate on OSX Lion

Have you seen this git bundle?

Just because it might save someone a bit of pain; if you are getting extremely tedious messages like the below when trying to use git in textmate after your upgrade (forced by an ill-timed and catastrophic hardware failure* or not), here are steps to fix. My googling found an awful lot of not very helpful stuff..

Evil error messages of doom:

sh: line 1: git: command not found

Administration >> Update Git bundle:

Updating git bundle

/Users//Library/Application Support/TextMate/Bundles/Git.tmbundle/Support/tmvc/../lib/git.rb:131:in `paths’: No selected files. (RuntimeError) from /Users//Library/Application Support/TextMate/Bundles/Git.tmbundle/Support/tmvc/../lib/git.rb:80:in `path’ from /Users//Library/Application Support/TextMate/Bundles/Git.tmbundle/Support/tmvc/../lib/git.rb:89:in `path_for’ from /Users//Library/Application Support/TextMate/Bundles/Git.tmbundle/Support/tmvc/../lib/git.rb:415:in `with_path’ from /tmp/temp_textmate.cRVD5L:22

 

FIX:

add the path to your git bin (get it by typing which git in a terminal window. remove the trailing git) in Preferences >> Advanced >> Shell Variables >> PATH like so:

/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin

add a new variable TM_GIT with a value of git

MAKE SURE THERE ARE NO TRAILING SPACES.

 

*Woe. Now. More installing. More. SO. MUCH. MORE.

Page 3 of 1612345...10...Last »