This article describes a website-building method you can use. Demonstrates how to use a template-based approach to distance ASP from the presentation responsibilities of HTML. Also sets up a template in a database which will populate a recordset into a pre-defined template....
Seperate logic from presentation. A VBScript class which allows you to define any number of parameters in an HTML template as well as define repeater blocks...
When you have a great number of pages that require your attention I have found it best to a template page and keep the content and the actual design separate, making the site easy to update and change to my needs. What I am going to do is create a main template page and then include a welcome message on that same page (just for an example) on how to separate content and the design....
Many still think it is not possible to use templates with ASP the CGI way (Perl/C++). Well, it IS possible! I have seen some script that simulate this, but not like this one. You can now have a completely template driven website in a snap. Templates can run ASP VBScript and/or show HTML to the user's screen....
Article that demonstrates how to have ASP pages dynamically generated using a template file. This tutorial revolved around using 1 ASP page to create a website of hundreds, maybe thousands of pages, based on a template file....
Mixing HTML and ASP code can be very difficult to maintain. Concatenating long strings in the code makes things difficult to read, and switching back and forth between ASP code and HTML can be very inefficient. We can solve this issue using HTML templates.
Are your web pages ASP-spaghetti, a mess of ASP code and HTML? Are you tired of having to walk this code line by line each time you need to make basic changes to your HTML layout? This article is for you....
This is a modified version of my original template object. This one allows tags that mimic the tag in HTML. The syntax for the tags is different, so this version isn't compatible with the previous one....