Skip to content

{ Monthly Archives } October 2005

css Zen Garden: The Beauty in CSS Design

CSS is something I’ve been meaning to learn properly for a while now. Every time I make a quick attempt to knock up something properly ulitising CSS for layout I get frustrated by browser incompatibilities pretty quick! css Zen Garden: The Beauty in CSS Design is pretty phenomenal. The exact same HTML with different styles […]

Onbeforeunload throwing errors in IE – coding around it in ASP.NET

Some of the most popular questions on any web dev forum are: How do I trap the back button / stop people from clicking back? How do I stop someone from viewing source? How do I stop someone from closing a window/browser? Short answer for all is: you can’t! Especially if you are supporting multiple […]

Ajax Safari Update

The problem I ‘discovered’ in Safari is a recognised (and fixed) bug in Konqueror: Bug 108400 – XMLHttpRequest doesn’t handle document charset

An AJAX Safari…

Playing around with an AJAX project at home. More of a learning project than anything. And I’ve run into a particularly troublesome problem with Apple Safari browser and the XMLHttpRequest object. Ah, the joys of cross-browser development. I cringe whenever I hear that a new browser has come out. The problem comes about when I’m […]