Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.175.472 Times

Html Scrollbar Template software
Filter: All | Freeware | Demo
 

Html Scrollbar Template

< 1 2 3 4 5 > 
Added: September 04, 2010 | Visits: 3.032

HTML::Template::Extension::SLASH_VAR HTML::Template::Extension::SLASH_VAR is a plugins for < /TMPL_VAR > syntax. SYNOPSIS use HTML::Template::Extension; my $text = qq | SLASH_VAR plugin example ======================== If all is ok you can read this here --> < TMPL_VAR NAME="test" >a placeholder< /TMPL_VAR > |; my...



Platforms: *nix

License: Freeware Size: 15.36 KB Download (95): HTML::Template::Extension::SLASH_VAR Download

Added: March 27, 2010 | Visits: 1.042

HTML::Template::Set HTML::Template::Set is a HTML::Template extension that adds set support. SYNOPSIS in your HTML: < TMPL_SET NAME="handler" >apples_to_oranges< /TMPL_SET > < TMPL_SET NAME="title" >Apples Are Green< /TMPL_SET > < HTML > < HEAD > < TITLE >< TMPL_VAR NAME="title" >< /TITLE > < /HEAD > <...





Platforms: *nix

License: Freeware Size: 9.22 KB Download (88): HTML::Template::Set Download

Added: March 12, 2010 | Visits: 1.345

Template::Magic::HTML Template::Magic::HTML Perl module contains HTML handlers for Template::Magic used in a HTML environment. SYNOPSIS $tm = new Template::Magic::HTML ; # that means $tm = new Template::Magic markers => HTML , value_handlers => HTML ; # that explicitly means $tm = new Template::Magic...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (105): Template::Magic::HTML Download

Added: June 14, 2010 | Visits: 1.161

HTML::Template HTML::Template module attempts to make using HTML templates simple and natural. HTML::Template library extends standard HTML with a few new tags for variables, loops, if/else blocks and includes. A file written with HTML and these new tags is called a template. Using this module you fill in...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (109): HTML::Template Download

Added: March 10, 2010 | Visits: 1.224

HTML::Template::Expr HTML::Template::Expr module provides an extension to HTML::Template which allows expressions in the template syntax. HTML::Template::Expr module is purely an addition--all the normal HTML::Template options, syntax, and behaviors will still work. Expression support includes comparisons, math...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (135): HTML::Template::Expr Download

Added: February 18, 2010 | Visits: 1.292

HTML::Template::JIT HTML::Template::JIT is a just-in-time compiler for HTML::Template. Templates are compiled into native machine code using Inline::C. When using HTML::Template::JIT, the compiled code is stored to disk and reused on subsequent calls. HTML::Template::JIT is up to 8 times as fast as HTML::Template...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (145): HTML::Template::JIT Download

Added: June 02, 2010 | Visits: 1.005

Template::Library::Splash Template::Library::Splash is a template library for building stylish HTML user interfaces. NOTE: This documentation is incomplete, incorrect and outdated. The Splash! library is still evolving and subject to change. See the examples for a much more recent and accurate demonstration of use....


Platforms: *nix

License: Freeware Size: 778.24 KB Download (102): Template::Library::Splash Download

Added: February 02, 2010 | Visits: 1.530

Bee Template Bee Template is a Web template system parses HTML files into PHP objects which can be manipulated by using tag names or IDs. While other template systems make use of prepared HTML files for templates, Bee Template allows you to use arbitrary HTML files without modification. Bee Template is...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (133): Bee Template Download

Added: March 09, 2010 | Visits: 708

Template::Plugin::NoFollow Template::Plugin::NoFollow is a TT filter to add rel="nofollow" to all HTML links. SYNOPSIS [% use NoFollow %] ... [% FILTER nofollow %] Google [% END %] ... [% text | nofollow %] Template::Plugin::NoFollow is a filter plugin for TT, which adds rel="nofollow" to all HTML links found...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (93): Template::Plugin::NoFollow Download

Added: October 23, 2010 | Visits: 894

HCKit::Template HCKit::Template is a Perl module with a template system for HTML construction. This module constructs an HTML page from a template. The conversion proceeds with the help of rewrite rules and data sources. Rewrite rules can be specified in the template file itself, or in the Perl script. Data...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (91): HCKit::Template Download

Added: May 09, 2010 | Visits: 774

Template::Plugin::StickyQuery Template::Plugin::StickyQuery is a TT plugin for HTML::StickyQuery. SYNOPSIS use Template; use Apache; use Apache::Request; my $apr = Apache::Request->new(Apache->request); # or CGI.pm will do my $template = Template->new( ... ); $template->process($filename, { apr => $apr }); # in...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (91): Template::Plugin::StickyQuery Download

Added: August 01, 2010 | Visits: 1.522

HTML::Chunks HTML::Chunks is a simple nested template engine for HTML, XML and XHTML. This class implements a simple text-based template engine, originally intented to allow web applications to completely separate layout HTML from programming logic. However, the engine is flexible enough to be applied to...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (103): HTML::Chunks Download

Added: August 13, 2010 | Visits: 752

HTML::Declare HTML::Declare is a Perl module for When Template Systems Are Too Huge And Heredocs Too Messy. SYNOPSIS # Import all constructors use HTML::Declare :all; # A simple hello world print HTML { _ => [ HEAD { _ => TITLE { _ => Hello World! } }, BODY { _ => Hello World! } ] }; # Import...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (87): HTML::Declare Download

Added: July 22, 2010 | Visits: 778

HTML::YaTmpl HTML::YaTmpl is yet another template processor. SYNOPSIS use HTML::YaTmpl; my $t=HTML::YaTmpl->new( file=>template.tmpl ); $t->evaluate( key1=>$value1, key2=>[$val21, $val22, ...] ... ); $t->evaluate_to_file( $outputfilename, key1=>$value1, key2=>[$val21, $val22, ...] ... );...


Platforms: *nix

License: Freeware Size: 41.98 KB Download (94): HTML::YaTmpl Download

Released: November 13, 2012  |  Added: November 13, 2012 | Visits: 483

Chunk, an HTML Template Engine for Java A powerful Java Template Engine, great for building HTML or XML docs. Chunk can handle many other needs and situations as well. In-tag filters & default values, multiple snippets per file, layered themes, macros, conditional includes, localization & more.


Platforms: Windows, Mac, Linux

License: Freeware Size: 163.49 KB Download (48): Chunk, an HTML Template Engine for Java Download

Released: August 26, 2012  |  Added: August 26, 2012 | Visits: 547

Extension for HTML::Template::Pro module This module extends HTML::Template::Pro to easily support methods and tags not implemented in parent module. All plugins live in the H::T::P::Extension namespace and you can built your own extension to support you prefered tags and functionality.


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 13.43 KB Download (49): Extension for HTML::Template::Pro module Download

Released: October 01, 2012  |  Added: October 01, 2012 | Visits: 619

HTPL - PHP 5 HTML Template System HTPL is a PHP 5 HTML template system with the following features: hierarchical structure with inheritance, direct database access, application and session wide caching, multiple language support, extendable by user defined functions.


Platforms: Windows, Mac, Linux

License: Freeware Size: 272.6 KB Download (48): HTPL - PHP 5 HTML Template System Download

Added: September 28, 2013 | Visits: 450

chameleon.html chameleon.html is a free Python based tool that implements a template compiler for dynamic HTML documents. In particular, chameleon.html supports the XSS rule language which is used to associate elements with dynamic content. The XSS rule language uses a CSS-compliant syntax to let you match...


Platforms: Mac

License: Freeware Size: 10.24 KB Download (33): chameleon.html Download

Added: June 03, 2006 | Visits: 4.998

MT Template Wizard This tool will get you creating effective & professional looking templates in no time! You can download your you 100% free copy at any time. It eliminates all the typing of code and allows you to simple point and click your way to a fresh looking template. Software Features: - 100% Free -...


Platforms: Windows

License: Freeware Size: 488 KB Download (281): MT Template Wizard Download

Added: June 23, 2010 | Visits: 1.678

Template::Tutorial::Web Template::Tutorial::Web is a Perl module for generating web content using the template toolkit. This tutorial document provides a introduction to the Template Toolkit and demonstrates some of the typical ways it may be used for generating web content. It covers the generation of static pages...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (112): Template::Tutorial::Web Download

< 1 2 3 4 5 >