« Zügeln für Geeks | Main | HFS+ on Windows »

Website optimisation

Today I integrated a small but non-neglectable optimisation for my MT blog. In the era of again slow internet connections (on mobile phones for instance) a faster access to the menu can save you precious seconds and bytes. Therefore remember to place the the menu in the HTML structure before the content.

Now there might be some issues with the layout since the order changed. Fortunately MT integrates several standard layouts, thus I had to

  1. inverse the placement of the alpha and beta div
  2. change the beta div to delta in order to float right instead of left, and subsequently the beta-inner div to delta-inner too.

Note: alpha, beta and gamma are float:left; and only delta is float:right;

Simple and effective.

Post a comment