Keep your HTML in check with the new Markup Validation portlet.
jQuery combine all lists into one list
This little trick comes in handy if your site runs on a CMS. The editors within CMS's have a tendency to create multiple lists to…
Simple jQuery Tabbed Content
Goal: Produce a simple, small script which gracefully degrades without JavaScript. Note: The HTML below is pulled from a Zope Page Template (with embedded Python),…
Perl – Can’t locate module
If you've had the pleasure of finding a perl script that takes care of your needs without needing to write it yourself – kudos to…
WordPress – List Authors plugin – exclude admins
If you've had the need to list all authors/contributors on your WordPress site in a sidebar widget, you may have come across the simple, yet…
OAuth 1.0 troubleshooting
It's my personal opinion that OAuth 2.0 came about primarily to address the mental anguish of developers who have struggled with OAuth 1.0. The majority…
IE 9 crashing – css hover
So, after many hours assuming that Internet Explorer 9 was crashing due to a piece of JavaScript in one of our sites, we were astonished…
Checkbox and Radio buttons with the same name – IE 7/8 bug
If you find the need to have radio buttons and checkboxes sharing the same name (which can come in handy to group them into one…
Date format – day without leading zero
This article is geared towards scripting languages which offer a Date Format function, but don't offer a directive to include the Day without Leading Zero.…
CSS line-height – word wrap vs. line break
I've noticed something about the CSS line-height property that surprises me a little bit. If you supply a line-height of say, 1.5 em, to a…