Skip to content

SiteKickr Web Development

search
search
Jul19HTML

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,…

Jul19CSS, Style & Presentation, One-Liner

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…

Jul18July 18, 2011Brick Wall, CSS, Style & Presentation, JavaScript

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…

Jul15July 15, 2011WordPress

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…

Jul07Brick Wall, ColdFusion

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…

Jul07SQL / Database

MySQL – Query last months data

You can query last months data without involving your scripting language to manipulate dates. Using MySQL's built in date subtraction methods, this is made simple…

Jul06July 6, 2011Brick Wall, Social

Facebook like image thumbnail

If you offer a facebook like button on your site, you may have noticed that Facebook chooses a random image from your site as the…

Jul05Brick Wall, CSS, Style & Presentation

Clear both puts content below all floated content

If you have a left-floated navigation bar, and a main content column, you may notice that when "clear: both;" any content within the main content…

Jun29JavaScript, One-Liner

jQuery to “link” labels with checkboxes

If you generate checkboxes and labels dynamically, or just don't feel like assigning ids to all of your checkboxes and corresponding for attributes to all…

Jun29Algorithms, ColdFusion

ColdFusion dates within common time periods

I've had to do this so many times over the years, for all sorts of different time frames, so I decided to build, document and…

Posts navigation

Previous 1 … 24 25 26 … 33 Next
© 2025 SiteKickr