Posts Tagged ‘loading’

Coding a website

As all know that coding a website need to be really strict, doesn’t matter it’s table tag in html or div tag in xhtml. You have to be careful when coding a website. However, recently I find out that many site code the sidebar first before the content. Eventually the content page load slower, and when it is slower it doesn’t help on SEO. Search engine spider run so fast, especially if your host is slower, that would double worst the SEO.
Page load
Page load from header to footer, and whenever the code is on top, it load first. So when coding site you should watch out this. Many webmaster love to code everywhere in the HTML resulting the whole HTML a mess like content of a male Zero Halliburton traveling luggage. This would definitely slow down the whole page load, not only the content itself. Some of my friends who code website asked me how, because some of them are creating 3 columns pages. It took me sometime to think about it, but I manage to get the solution though, just look at my blog, it load the content first then sidebar. However, I haven’t figure out how to code 3 columns with content in the middle :P Anyway, in order to make it load the content first is to write the content div/table tag after header, and use CSS to adjust the floating of the whole block.

Tags: ,