Date Dependent Content ASP / Content Management
Displaying content depending on what the current date value is a powerful and effective tool that adds value to any website. Whether it is to showcase a limited time offer, or to "automatically" update pages with new content while you're miles away. The following code repeats the process to three times to demonstrate the full effects of date dependent content.
Create a Custom ASP Error ASP / Content Management
This system allows you to assign custom errors to common problems that you may experience with your web site and create a centralized error page to display custom errors. This one is so easy, you can implement it into any existing system just by adding a couple lines of code to each script.
Considering Different Browsers ASP / Content Management
Many times it is necessary to consider the clients browser. Some things are not cross browser compliant. Often you have to write something one way for Internet Explorer, one way for Opera and another for Netscape.
Page Template Functionality ASP / Content Management
Based on an HTML template file, this ASP sample code formats pages of a web site dynamically. It allows you to change the appearance, layout, fonts, colours and pagewidth throughout the whole site just by replacing one template file.