|
|
|
|
|
Total Hits: 308 | Today: 0 |
Author: Markus Schneider
|
Rating:
|
|

In order to create useful PDFs from HTML you first need to prepare the html Templates in a way that they can be printed without errors and malformating. Many state-of-the-art websites got a print button anyway or may be printed as they are without limitations. If your site is missing this feature you may create an additional dynamic template that ignores menus, banner, teasers etc. If your site isn't dynamic you should consider switching to a content management system!...
|
|
|
|
Total Hits: 328 | Today: 0 |
Author: Ryan S.
|
Rating:
|
|

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....
|
|
|
|
Total Hits: 213 | Today: 0 |
Author: Evagoras Charalambous
|
Rating:
|
|

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.
...
|
|
|
|
Total Hits: 334 | Today: 0 |
Author: James Q. Stansfield
|
Rating:
|
|

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....
|
|
|
|
Total Hits: 278 | Today: 0 |
Author: Nick DelMedico
|
Rating:
|
|

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...
|
|
|
|
Total Hits: 210 | Today: 0 |
Author: Christiaan Verwijs
|
Rating:
|
|

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....
|
|
|
|
Total Hits: 590 | Today: 0 |
Author: Adam Ware
|
Rating:
|
|

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....
|
|
|
|
Total Hits: 424 | Today: 0 |
Author: Walker Boyd
|
Rating:
|
|

uses a querystring to include files on your page. this allows you to easily change your web site and also make everything look the same...
|
|
|
|
Total Hits: 202 | Today: 0 |
Author: Christopher Brown-Floyd
|
Rating:
|
|

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....
|
|
|
|
Total Hits: 320 | Today: 0 |
Author: Carl Mercier
|
Rating:
|
|

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....
|
|
|
|
|
|
|