10 advices to develop a web
16 Dec, 2007DiarioTHC is giving us these really cool advices, take your time to read them all. These are some of the things you’d need to keep in mind when doing a web site.
1. Use FireFox and it’s extensions for web designers.
2. Your site has to be IE and Netscape compatible.
3. Don’t throw too many elements on your designs.
4. Change JavaScript to jQuery.
5. Use AJAX with moderation.
6. Learn how to structure your code so it’s easy and accessible for search engines.
7. Model with divs and use tables only when necessary.
8. Reduce the styles to the minimum. Use external style sheets.
9. Do a code for today, but thinking about tomorrow.
10.Learn all the standards even if you don’t use them.

