Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Saturday, May 25, 2013
Home
Articles & Samples
Dev Search
Sample Chapters
Link to US
Contact
Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > ASP > Content Management > Templates
Search
DevASP

What's New
What's Hot

How to implement a "Render this page in PDF"       
Total Hits: 308  |  Today: 0 Author: Markus Schneider       Rating:  
Read Reviews | Write Review |              Your 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!...

Using Template Files       
Total Hits: 328  |  Today: 0 Author: Ryan S.       Rating:  
Read Reviews | Write Review |              Your 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....

Formatting complex ASP output       
Total Hits: 213  |  Today: 0 Author: Evagoras Charalambous       Rating:  
Read Reviews | Write Review |              Your 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.

...

An ASP Template Class       
Total Hits: 334  |  Today: 0 Author: James Q. Stansfield       Rating:  
Read Reviews | Write Review |              Your 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....

Template Class       
Total Hits: 278  |  Today: 0 Author: Nick DelMedico       Rating:  
Read Reviews | Write Review |              Your 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...

Enhancing Web Site Maintainability using Templates       
Total Hits: 210  |  Today: 0 Author: Christiaan Verwijs       Rating:  
Read Reviews | Write Review |              Your 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....

Separating Content and Design.       
Total Hits: 590  |  Today: 0 Author: Adam Ware       Rating:  
Read Reviews | Write Review |              Your 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....

ASP template page       
Total Hits: 424  |  Today: 0 Author: Walker Boyd       Rating:  
Read Reviews | Write Review |              Your 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...

A better BFCTemplate   Version: 2         
Total Hits: 202  |  Today: 0 Author: Christopher Brown-Floyd       Rating:  
Read Reviews | Write Review |              Your 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....

ASP/HTML Templates made easy       
Total Hits: 320  |  Today: 0 Author: Carl Mercier       Rating:  
Read Reviews | Write Review |              Your 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....


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com