Scroll a DIV on the iPhone

There are numourous ways and Javascripts out there to sort out a scrolling panel. Although when it comes to getting one that works on a Safari Browser in the iPhone when a double finger action is used to initiate the scroll action item - well then it is a bit tougher. Iframes, JS heavy scrolling divs etc are [...]

IE6 Duplicating content

Well - shouldn’t write about ie6 bugs anymore but thought was worth a mention to the kids over at http://www.positioniseverything.net. Once again they have provided the only real working solution for the ie6 only bug of randomly copying content elsewhere and writing it out on the page even though it does not show up in [...]

PX to Em Calculator

For the best of times for the worst of times. When you are trying to create a css driven site which allows fonts etc to be dynamically resized, you can run easily into the trouble of finding hte right em for the pixel mock s you are working from. Here is http://riddle.pl/emcalc/ to the rescue.

Popout images on rollover : no JS

When you dont want to use light-box or any JS to do something simple like image rollover pop-outs, here is a simple solution.

CSS based Min-width that works cross browser

Finally after some long research and good posts I have found a CSS Holy Grail of sorts - a cross borwser, min-width controlled via CSS. It may be a CSS expression, but by golly it works solidly. IE 5.5+, Firefox, Netscape - all working hunky dory. Just add the following into your css and reference [...]

Faster Pages—Bundle CSS & Javascript

For any large site or any high volume site, it is really important to remember to keep the number of server requests to a minimum. And with more and more css, .js libraries and extra’s being added to your site, it doesn’t take long till you are in need of some size stripping. In doing [...]

Making markup render faster

Some great work put in to documenting some rules that are the key to speeding up your web pages. They’ve been tested on some of the most popular sites on the Internet and have successfully reduced the response times of those pages by 25-50%.