Web & Code
I Changed my theme
After threatening to do it for almost a year, I’ve finally got round to changing the theme for this blog. I had planned to create my own theme, but having seen “HemingwayEx 1.0″ in an article by Smashing Magazine I decided that this was so close to what I wanted to achieve it wasn’t worth… Read note →
How to create a sticky footer in ASP.net pages
When we were developing the Tesco Property Market website there was a requirement to be position the footer either at the bottom of the browser window or at the end of the content if it was over one screen high. On the original site I wasn’t able to acheive this, due to the way some… Read note →
Quick tip for using XHTML Strict with ASP.net
One thing that has always infuriated me with .net is it’s insistence on adding an invalid name attribute to the asp.net form*. About a month ago I found a nice easy cure for this, so I thought I’d share it. All you need to do to stop .net adding the name attribute to the form… Read note →
Update your Facebook status from Twitter
I reluctantly caved in and joined Facebook a few weeks back. At the time I really couldn’t see the point, after all – I have my blog and twitter for talking at people, Flickr for my photos, del.icio.us for bookmarks and last.fm for my music. Why would I need anything else? For the first couple… Read note →
slight site re-jig
Yesterday I finally got round to making a start on re jigging the site. Over the course of the coming days (and knowing how these things tend to go probably months) you may see strange things happening with the layout of the site as I switch backwards & forwards between the current theme and the… Read note →
Using lists as an alternative to image maps
eyes ears mouth oh my! Some time ago I got asked how to produce an “accessible alternative to an image map“. As long as Image Maps are implemented correctly there’s no reason why the shouldn’t be accessible however they may not always be the most appropriate or semantic way to mark up your content. In… Read note →
A bit of a spring clean…
In preparation for launching a new design for fordie.co.uk in the coming weeks I’ve just been re-jigging the site’s categories. They are now organised hierarchically under either personal or technical. This hasn’t made any obvious effect to the look of the site yet, but it will (hopefully) help me achieve the layout I want for… Read note →
Blogging with ecto
I ain’t afraid of no ghost! Ever since I started blogging, I’ve been trying to come up with a good way to get html into my posts so that can write tutorials. It’s something I’ve struggled with and as an upshot – I have two or three articles that are waiting to be published that… Read note →
Push for POSH
Just when you thought we had enough abbreviations in web development another one comes along. This one is POSH! POSH stands for Plain Old Semantic HTML. It’s a phrase first coined on the microformats IRC channel and promoted forward by John Allsopp, Tantek Çelik, Jeremy Keith, and Chris Messina. The thinking behind this abbreviation is… Read note →
Fordie’s Form System – a POSH way to mark up forms
Form layout is one area where designers have struggled to find a sensible way to replace tables with nice clean semantic xhtml + CSS. In 2005 Andy Clarke demonstrated his approach to form layout at CSS for designers, He wraps the label around the input field, then put the actual label text in a span.… Read note →
