If you are familiar with HTML and a bit of programming then the next logical step for you should be learning a web-language.
You mainly have 3 choices. ASP, PHP and JSP.
Choose PHP if you have a strong Unix background.
Choose JSP if you have a strong Java background.
Choose ASP in any other case.
And choose "Essential ASP for Web Professionals" because it is a great book, an IDEAL book for my own personal needs.
The stong points of the book are :
- ONLY JavaScript is used (NO VBScript)
- Practical, real-world examples.
- Complete implementation of a shoping cart
The only weak point I can think of is the use of MS Access as the Database system. But you can as well move on to Oracle or whatever else having used MS Access as a starting point.
Strong reccomendation for anyone out there wanting to learn how to create dynamic sites using ASP.