Posted by Daniel in Marketing, SEO, Web Design, Web2.0Jul 24th, 2007 | 2 responses
A short but sweet list of guidelines to follow while building a web 2.0 website.
Learn XHTML. Make sure your pages are XHTML transitional or strict. This will help with your visibility to search engines and cross-browser compatibility.
XHTML Tutorial by W3Schools
Learn CSS. With CSS, you can start separating content from appearance and CSS is more cross browser friendly than tables. One thing to avoid while programming with CSS is to use too many nested divs. If you start using too many, it’s kind of pointless to start using CSS rather than tables in the first place. If you are just...