[thelist] Templating solutions?

Don Makoviney donm at allensysgroup.com
Mon Dec 31 07:28:58 CST 2001


This is a good simple article using a template with Classic ASP.\:

SINGLE-PAGE WEBSITES
Using query strings to separate navigation from content
http://aspalliance.com/mbrink1111/SinglePage.asp

Hope that helps.


Don Makoviney

MAKOVISION.COM - Handpicked News For Internet Developers
http://www.makovision.com/
FREE WebDev/Usability Newsletter - "Cutting Thru The Crap"
http://www.makovision.com/subs/


-----Original Message-----
From: Lauri Vain [mailto:lauri_lists at tharapita.com]
Sent: Saturday, December 29, 2001 3:51 PM
To: thelist at lists.evolt.org
Subject: [thelist] Templating solutions?


Hi there!

During the last two weeks or so, I've been bugged by a question deep
inside me.
It's about various templating solutions used with dynamic web
applications.

Oftentimes simply embedding the code into the HTML template does the
trick.
Othertimes the
<code>include("header.inc");</code>    and
<code>include("footer.inc");</code> works its magic.

There are, however, also moments when such approaches aren't enough and
something else is required.

What does one do when the templates of most pages within one site differ
in look
and feel? One possibility would be to specify a template, load it into a
variable and replace certain marked spots (a la "<!--left_navbar-->") with
the
dynamically created code/text using eregi_replace() or something similar.

What are the templating solutions available? Pros and cons?

How do you solve your templating?

Yours,
Lauri
--
Tharapita Creations
[dynamic web applications]
lauri.vain at tharapita.com
Mobile: +372 53 410 610


--
For unsubscribe and other options, including
the Tip Harvester and archive of TheList go to:
http://lists.evolt.org Workers of the Web, evolt !





More information about the thelist mailing list