Tuesday, May 29, 2007

Web development suggestions and tutorials

  • If you want to be a professional web developer or just want to make a fancy web site, you'd better to have some knowledge about the HTML language, which is the basis for all other web development skills, and web hosting issues. W3schools is a place to find all good tutorials you want. The reason that I love W3schools:
    1. Detailed, complete and very nicely organized tutorials (HTML, XHTML, CSS, scripting languages, web hosting knowledge ...).
    2. They tell good stories. You will know the difference between old standards (HTML 3.0 and before) and why we should go for the new standards.
    3. They provide good guidance with quiz (free) and exams (e.g. $75 for HTML certificate).
  • To be a good coder, you should make your web coding clean and well-organized. Which is also critical for resource-limited web client such as cell phones and PDAs. You can validate your web coding using Markup validation Service provided by W3C.

No comments: