September Highlights
Over the past month I have collated a selection of useful articles and resources relating to web design and search engine optimisation. If you have any highlights from the past month feel free to leave a comment below. (more…)
Over the past month I have collated a selection of useful articles and resources relating to web design and search engine optimisation. If you have any highlights from the past month feel free to leave a comment below. (more…)
The following post tackles an issue I came across on a recent project with form validation. I wanted to provide a javascript:history(-1) link to return a user to the previous page whilst retaining text that was entered into the form fields (unlike simply reloading the original page which looses all the form content). However, simply providing a JavaScript link would leave users who have JavaScript disabled orphaned on the page – certainly quite unprofessional and inaccessible. (more…)
In 2009 you’d think (and hope) that we could completely forget the problems with Internet Explorer 6. One of the issues that has caused me a lot of hassle is IE6s inability to render transparent PNG files correctly.
There are various ways to deal with IE5.5/IE6s PNG problem. I have tried several different ways of handling this situation – from using TwinHelix method, right through to serving alternative image content for IE5.5/IE6 via conditional comments and alternative stylesheets. (more…)