html

  • 8th March 2012

Optimisation of Website Loads

So Today I was linked to an article about optimising your you web server by updating your Linux kernel to make use of a larger initial congestion window.

So this lead me to wander about some simpler optimisations, something any web developer can realistically do when they deploy an application, and just how much of an effect these opermisations have on a website.

Read more 
  • 23rd August 2010

Internet Explorer <8 and &lt;select&gt;

I have recently encountered a number of issues relating to populating <select> elements using JavaScript. The largest issue I was having was with <select> elements that were themselves created using JavaScript. In this case the elements would be un-selectable.

Read more