fordie’s blog

Archive for the ‘.net’ Category

We’ve started using jQuery quite heavily to power our javascript widgets - without exception everyone who’s used it here has had their own little jQuery epiphany. It’s quite funny to watch, people tend to resist it to start with (particularly the hardcore coders) - but when they use it for a while and see how [...]

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 [...]

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 is [...]