Archive for the 'Coding' Category

Firefox Scrollbar Pushing Content Left

Wednesday, June 28th, 2006

I just spent about an hour trying to work out why a CSS layout I was working on suddenly jumped left when I clicked on certain pages in Firefox, but not in Internet Explorer.
It turns out I made the silly mistake of forgetting Firefox pushes content left when the vertical scroll bar appears! ie. If […]

Bloody Typos

Thursday, June 15th, 2006

You’ve spent hours trying to find a bug in your code. Why is your program/script not doing such a simple task!? I mean, you’ve done the same thing a million times before. The code is so easy. It should work.
Then it hits you.
You’ve spent hours trying to find a problem that didn’t really exist. What […]