Monthly Archives: November 2008

git completion in zsh

Just figured out how to get git tab completion working in zsh on a Mac. Turns out that the completion scripts use a bunch of extra git commands such as git-ls-files. These commands need to be in your path for … Continue reading

Posted in OS X, SCM, Shells | Tagged , , , | 3 Comments

Centering images and text inside an li or div

Found a good fix for this one as well. This will work on LIs or DIVs. Here’s how to do this in IE and FireFox: li { display: inline; text-align: center; } li img { display: block; margin: auto; } … Continue reading

Posted in CSS | Tagged , , , , , , | 1 Comment

Getting rid of spaces between LIs in IE

Took a bit of research, but the only way I could get rid of all the space between LIs in IE was to make the LI inline and the anchor tag within the LI a block like this: .some-class li … Continue reading

Posted in CSS | Tagged , , , , , | Leave a comment

Savant command-line tool and plugins are almost ready

Been working this week on Savant 2.0. My first thought when I started writing Savant 2.0 was to write a complete replacement for both Maven and Ant that used Groovy and allowed for both a plugin model as well as … Continue reading

Posted in Inversoft, JCatapult, Java, Savant | Tagged , , , , , , | 2 Comments