Today marked the second time I had to write this code from scratch. To save my self time - and hopefully you too! - I’m going to post what I’ve developed. (more…)
All entries of my technical and business blog.
Enabling Javascript Specific CSS
While reading the blog post about Enabling Javascript specific CSS and the comments, I started thinking about my own ways to implement this. And how to do it validly. (more…)
Elgg Plugin: Generate Groups
The Elgg Generate Users Plugin made me wonder why there was no group functionality… So… (more…)
IE JS Error: Expected identifier, string or number
I just ran into this a bunch - works fine in FireFox … of course. (more…)
Flash of Unstyled Content - in FireFox 3
So I’ve heard of the Flash of Unstyled Content before - but never really had this problem. I always use a link tag for my stylesheets. (more…)
Licensing of Code
UPDATE As of 2017, all code is now licensed MIT. (more…)
When PHP's dirname() saved the day
Now, I won’t bore you with the actual details of how I came across this - lets just skip to the explanation and example: (more…)
Elgg Development Tools - Elgg Plugin
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. (more…)
Form Submit: Internet Explorer behaving badly
I just want to make a micro blog here. Just a tiny lil blog. (more…)
Remove Internet Explorer Button Border
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. (more…)