[htmltmpl] Using H::T for testing

2005-02-23 Thread Keith Jackson
ng in this way. Obviously this is only part of the testing. Thanks in advance. -- Keith Jackson <[EMAIL PROTECTED]> --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products fr

Re: [htmltmpl] RFC: Conditional TMPL_INCLUDE

2005-01-05 Thread Keith Jackson
2005-01-05 at 13:07, Sam Tregar wrote: > On Wed, 5 Jan 2005, Keith Jackson wrote: > > > Your version has some nice features that I could use, especially the > > recursive HTML::Template invocation. Is there a reason why Sam has > > not included your mods into the CPAN ve

Re: [htmltmpl] RFC: Conditional TMPL_INCLUDE

2005-01-05 Thread Keith Jackson
On Wed, 2005-01-05 at 01:58, Mathew Robertson wrote: > hmm... I'm not sure I can answer how you would go about making H::T do a > compile-time parse, but I can solve your need for num>>... > > I use a modified version of H::T which does this (and a number of other > useful things, such as custo

Re: [htmltmpl] Static TMPL_INCLUDE not working

2004-11-22 Thread Keith Jackson
F email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > ___ > Html-

Re: [htmltmpl] Whitespace (linefeed) suppression?

2004-05-11 Thread Keith Jackson
--- > This SF.Net email is sponsored by Sleepycat Software > Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to > deliver higher performing products faster, at low TCO. > http://www.sleepycat.com/t

Re: [htmltmpl] [Question] H::T and DBI => stuffing query info into 's

2004-04-13 Thread Keith Jackson
ted by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > ___ > Html-template-users mailing list > [EMAIL

Re: [htmltmpl] Radio button question

2004-02-11 Thread Keith Jackson
> }; > > And in the template: > > "> > "> > > But the above is really ugly, and I gotta believe > there's a better approach (that I'm too dense to recognize) > > Any suggestions? > > Carl > [EMAIL PROTECTED] > > > &

[htmltmpl] Filters to contribute

2003-12-10 Thread Keith Jackson
The idea of a filter module or library is a great idea. Here are a couple I use all the time. 1) Put a comment in the template that will not be displayed in the resulting page: s!.*?!!gs; 2) Translate the SSI "include virtual" into a template include: s// /ig; -- Keith Jacks

Re: [htmltmpl] securing an H::T site with username/passwordw/session mgt1

2003-09-03 Thread Keith Jackson
nks. > > > > --- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > __________

[htmltmpl] HTML::Template::expr and global_vars

2003-06-03 Thread Keith Jackson
n my app I wanted to see if this is a feature or a bug. -- Keith Jackson <[EMAIL PROTECTED]> --- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/

[htmltmpl] PerlRun and H::T

2003-01-28 Thread Keith Jackson
In the thread about mod-perl, the topic of PerlRun came up so I decided to look into it for applications we have here. The first one I tried it sped it up dramatically. (running siege with 10 concurrent users the average response time of a sample page went from 7.5 sec to 1.08). The second site I

[htmltmpl] Error installing HTML::Template

2003-01-12 Thread Keith Jackson
/usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl . -- Keith Jackson <[EMAIL PROTECTED]> --- This SF.NET

Re: [htmltmpl] placing .tmpl files in a subdirectory?

2002-07-02 Thread Keith Jackson
te in a comment at the top of each template so the template can be identified from a browser. Otherwise we would have to trace back through perl code to know which template is being used. Again, it makes maintenace much easier. Hope this helps. Keith Jackson On Tue, 2002-07-02 at 15:39, Will