The Ten-Minute Web Developer’s Link List
Posted by: Rea Maor In: Programming - Tuesday, May 29th, 2007OK, you want to be a web developer, and you need just enough links to learn everything, without having to read the same thing twice. Ready, Set, Go!
- Basic HTML from the source. has XHTML, CSS, and some light Javascript, too.
- Full tutorials for ASP, VB, XHTML, and XML. It has PHP, but never accept PHP lessons from an ASP site, nor ASP lessons from a PHP site.
- Here’s your PHP.
If the above two links were of interest to you, you’ll want to know SQL as well. Note, there’s nothing wrong with you if you don’t pick up SQL fast. It really is because SQL is the most boring topic imaginable; you’re not going crazy. - CSS from the grand master.
- Javascript in ten minutes. but it’s a compact ten minutes.
- AJAX. Normally not included in ten-minute link lists.
- Check your web page in every browser. If it doesn’t render the same in all cases,
- Validate it here
- Add some Flash.
- The best flash tutorial site online, for Adobe Flash
- Full, free books on most languages.
Related Posts:
- AJAX vs. Flash vs. Java
- A Fast Round-Up of Web Languages
- Why Web Development Still Sucks
- Flash vs. Ajax: rich clients on your web-site
- Laws of Web 2.0







May 29th, 2007 at 23:30
good set of sites to start with. They are more of a reference if you are stuck somewhere..