ASP Programming,
Active Server Pages (ASP) is a server-side language create by microsoft. Original it could only be used on windows servers, but now you can also use it on UNIX, LINUX, ...
The cool thing about ASP is that you can create dynamic pages. You make one "source page" and the HTML-result can always be different. (add realtime-info, date, cookies...)
- Basic asp
- Control-of-FLOW language elements (for, if else,case, ...)
- Tables
- Subroutins and Functions
- Response Object
- Request Object
- Applications, Sessions and Cookies
- ASP Componenten
- SSI and Subroutines/functions
- Data-access (database-access)
- More on databases
Scripts
Good sites