All entries of my technical and business blog

Elgg Development Tools - Elgg Plugin

Apr 24, 2009 php

After working some with the open source Community building application Elgg, I found some settings to be irritating. I had to keep hacking my plugins to get these settings activated the way I wanted. Also, I really wanted to put useful settings in the same location.

Remove Internet Explorer Button Border

Apr 9, 2009 css

Internet Explorer provides an additional border to any button element in the page if you don’t explicitly assign a 0px border to it. I have a bunch of buttons on a design that I’d like to have a 1px #fff border on. Unfortunately, with the additional border that IE adds, it looks horrible.

Eclipse PDT2 won't jump to functions/classes on ctrl-click: solved

Apr 1, 2009 eclipse-pdt

I am using the new PDT2 based off of Eclipse 3.4. The one thing I noticed as an issue for me was the building. I created a project based off of a checkout using SVN. After I had built the PHP project, I could not ctrl-click any of the functions that were part of my project. It just wouldn’t find them.