

Glossary of Terms Server Pages
Typical use of server-side programming:
- Personalized page content to the user's needs
- Enable the web browser to act as a database interface
- Alter page content based on browser/OS platform
Common Serverpage Types
- ColdFusion Popular scaleable web app.'s can be purchased for most UNIX and WinNT servers
- ASP (Active Server Pages) Microsoft's version of a scaleable engine. Built into Microsoft IIS
- JSP (Java Server Pages) Newer, very powerful platform. Built into some web servers can be purchased for others.
Scripting Tips
- Carefully select your server pages platform. While each version can accomplish nearly identical functionality some will be a better fit for where you are and where your web future will be.
- If you use 3rd party hosting check to see which server pages they support and if there are any additional costs.





