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…
Public issue tracker now in place
How do you feel when you have an issue with a service, and they tell you that "it's a small problem, our engineers are working…
Simplifying HTML markup – pagination
It's tough to argue the advantages of simplifying your HTML markup: Easier for search engines to parse Easier for browsers to render Easier to read,…
CSS text stroke
While webkit browsers have native CSS support for text stroke, you'll have better cross-browser compatibility if you use the text-shadow style appropriately. The following CSS…
SiteKickr rolls out the Site Dashboard
The Site Dashboard allows webmasters to create a custom “view” of their analytics, monitoring & social networking stats all on one page.
IE 7 z-index bug – drop-down menus
If you've struggled to figure out why your drop down menus are showing behind other content, you may have come across the IE 7 z-index…
WordPress – reducing comment SPAM
There are a few steps you can take to reduce the amount of SPAM comments submitted to your WordPress posts and pages. You can pick…
ColdFusion Facebook – unsupported post request
I've you've searched other posts, they've not doubt recommended that you URL Encode your parameters, put the access token in a <cfhttpparam>, specify a content…