Writing Your First ASP Application ( Quick Start ) - Users On Your Website
(Page 2 of 8 )
For my example, I have chosen an application that I wrote very early in my career as an ASP developer. It is intended to compliment a much larger application, but will work fine for our purposes.
The application we will write will allow you to list the users currently on your website. This project was a small addition to an already existing website that had a large following of regular users. I designed code that would allow these users to know who else was on the website while they were visiting.
When I first wrote this application, being a new ASP programmer, it was much more cumbersome than I would have written it now. I will illustrate some shortcuts you can use to make programming your ASP pages a little easier.
Next: Dissecting The Needs For The Application >>
More ASP Articles
More By Rich Smith