Hits Today: 2 Total: 19436 | Updated: 4/2/2000 | |
 | 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. Author: Christiaan Verwijs Code: ASP 2.0 & VBScript |
Hits Today: 2 Total: 17475 | Updated: 12/3/2000 | |
 | 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. Author: James Q. Stansfield Code: ASP 3.0 & VBScript |
Hits Today: 6 Total: 20267 | Updated: 9/22/2001 | |
 | 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. Author: Carl Mercier Code: ASP 3.0 & VBScript | |  | |
Hits Today: 1 Total: 5064 | Updated: 9/22/2001 | |
 | 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.
Author: Christopher Brown-Floyd Code: ASP 3.0 & VBScript |
Hits Today: 4 Total: 6408 | Updated: 2/27/2003 | |
 | A VBScript class which allows you to define any number of parameters in an HTML template as well as define repeater blocks (for looping through RS's, etc.). Also has properties and methods for page caching! Easy to unzip and run examples included. Author: Nick DelMedico Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 13199 | Updated: 12/10/2003 | |
 | A small & easy ASP script to create a template based website with complete site navigation on each page based on the Site Map. Allows you to create any dynamic web applications within the template. Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 1264 | Updated: 9/17/2006 | |
 | Tutorial describing how to create your own templating engine for use in your ASP projects, enabling consistent layout across all your pages. Free download of a simple yet powerful project. Author: ASPCode.net Code: ASP 3.0 & VBScript | |  | |
Hits Today: 1 Total: 14511 | Updated: 7/10/1999 | |
 | 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. Author: Ryan S. Code: ASP 2.0 & VBScript |
Hits Today: 2 Total: 6161 | Updated: 5/24/2002 | |
 | Mixing HTML and ASP 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. Author: Evagoras Charalambous Code: ASP 3.0 & VBScript |
|