We started doing it last month and now we've got the index page and news page done already. However I've been criticized by my orgmates (we're a computer science org btw) and my head as well for my cluttered code.
I don't know what he meant by cluttered but I am quite sure that it had something to do with the outdated way I tried to code the site. For the layout of the whole site, my approach used a big table as the framework for the whole layout and then inside I used <div>s for the the different text formatting and as well as the spaces between texts, sections etc.
Prior to this, I read in Tech Republic that
QUOTE
demand for skills in HTML programming is declining as companies start to embrace Web 2.0 technologies.
I have to admit that my web coding is pretty rusty so I tried looking the source code of Yahoo and tried to analyse it. It seems that it uses <div>s and <span>s to layout the site (which I know very little about).
I'd love to hear from fellow Web Developers here: what exactly are these Web 2.0 technologies that are now being used to layout websites?
P.S The website I've coded is here and here


