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

Template Systems freeware
Filter: All | Freeware | Demo
 

Template Systems

1 2 3 4 5 > 
Added: August 13, 2010 | Visits: 759

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 (93): HTML::Declare Download

Added: February 02, 2010 | Visits: 1.539

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: June 14, 2010 | Visits: 1.168

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

Released: August 01, 2011  |  Added: September 22, 2011 | Visits: 2.218

BlueBoxPHP The Easy Way to Create Professional Quality Websites 100% Free MySQL & PHP Code Generator. Unlimited number of applications, Unlimited number of projects, Unlimited number of pages. Easy to use with No programming required, Includes View, Add, Edit, Delete and Export modes, just... Platforms: Windows

License: Freeware Size: 5.59 MB Download (306): BlueBoxPHP Download

Released: November 05, 2012  |  Added: November 05, 2012 | Visits: 440

TreeFrog Framework The TreeFrog Framework was designed as a high-speed and full-stack C++ framework that is supposed to help you develop Web applications. Because the sever-side framework was written in C++/Qt, web applications can run faster than that of lightweight programming language. In application... Platforms: Windows, Windows Vista, 7

License: Freeware Download (47): TreeFrog Framework Download

Added: March 08, 2010 | Visits: 920

Template::Alloy::TT Template::Alloy::TT Perl module contains a Template::Toolkit role. The Template::Alloy::TT role provides the syntax and the interface for Template::Toolkit version 1, 2, and 3. It also brings many of the features from the various templating systems. And it is fast. See the Template::Alloy... Platforms: *nix

License: Freeware Size: 143.36 KB Download (110): Template::Alloy::TT Download

Added: January 27, 2006 | Visits: 10.413

RSC Cover Letter Template The RSC Cover Letter Template acts as a guideline containing the structure for working through the components of a professional looking cover letter. The RSC Cover Letter Template is intended for those seeking to create a cover letter that has the key elements necessary to capture the... Platforms: Windows

License: Freeware Size: 96 KB Download (823): RSC Cover Letter Template Download

Added: August 11, 2006 | Visits: 3.868

Ewisoft Template Builder Web templates bring you publicity and customs, but how to stop users from removing your logos and hyperlinks? Ewisoft Template Builder converts your HTML file to an unmodified one. It can be used with Ewisoft Web Builder, a Free WYSIWYG Html Editor. It supports images and style files also. If... Platforms: Windows

License: Freeware Size: 2.48 MB Download (579): Ewisoft Template Builder Download

Added: June 03, 2006 | Visits: 5.007

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

Released: May 28, 2011  |  Added: June 09, 2011 | Visits: 16.004

Excel Invoice Template This is a free Excel Invoice Template that provides a Fill In The Blank invoice form and is capable of calculating and creating invoices. Its what-you-see-is-what-you-get invoice form provides a simple yet effective billing software and invoice software for small businesses. If you know how to... Platforms: Windows

License: Freeware Size: 29.48 KB Download (2599): Excel Invoice Template Download

Added: March 22, 2006 | Visits: 3.731

Plex Home Theater Systems Gives you the power to shop for home theater systems online. Plex Home Theater Systems has provided an easy way to shop for hundreds of home theater products such as plasma televisions, lcd tvs, projectors and projector screens, hdtvs and awesome speakers. Platforms: Windows

License: Freeware Size: 356 KB Download (724): Plex Home Theater Systems Download

Released: May 21, 2008  |  Added: May 24, 2008 | Visits: 21.621

Free PowerPoint Template - Acoolsoft Acoolsoft free PowerPoint template is designed to help your make wonderful PowerPoint presentation. You can download it absolutely for free. And our free PowerPoint template will keep on updating to make your presentation more professional and interesting. There are also some free PowerPoint... Platforms: Windows

License: Freeware Size: 19.79 MB Download (3084): Free PowerPoint Template - Acoolsoft Download

Released: December 20, 2010  |  Added: December 29, 2010 | Visits: 3.508

WonderWebWare Template Shaker CSS Template Shaker is WYSIWYG (what you see is what you get) xhtml / css template generator. Using the tool is pretty simple: just point and click to customize the look and feel of the template on the fly, in complete WYSIWYG environment. This version comes with 5 templates predefined, but with... Platforms: Windows

License: Freeware Size: 11.36 MB Download (539): WonderWebWare Template Shaker Download

Released: May 15, 2009  |  Added: October 10, 2009 | Visits: 3.993

HTML Template Browser Anyone who has worked with web templates, knows how difficult it can be to see all the templates you've downloaded. That's what HTML Template Browser is for. Point it at a directory and it will find all the main pages of a template (index.html, default.htm, etc.) and list them in a browse window.... Platforms: Windows

License: Freeware Size: 1.17 MB Download (568): HTML Template Browser Download

Added: January 18, 2010 | Visits: 1.684

Aapl C++ Template Library Aapl is a C++ template library for generic programming. Aapl supports different generic programming paradigms by providing variations of standard data structures. For example, a by-value linked list template may be used to store a user supplied type such as an integer. A different list... Platforms: *nix

License: Freeware Size: 122.88 KB Download (105): Aapl C++ Template Library Download

Added: January 18, 2010 | Visits: 1.768

Template::Ast Template::Ast is a Perl module to process ASTs for Perl Template Toolkit. SYNOPSIS use Template::Ast; # Rebuild AST stored in file: $ast = Template::Ast->read(foo.ast) or die Template::Ast->error(); # Writing existing AST to file: $ast = { Marry => [24, F], John => [21, M] };... Platforms: *nix

License: Freeware Size: 20.48 KB Download (161): Template::Ast Download

Added: October 15, 2010 | Visits: 1.190

Piffle::Template Piffle::Template is a Perlish templating language. SYNOPSIS use Piffle::Template; use Piffle::Template qw{template_to_perl expand_template}; # OO syntax, with output stored and returned: print Piffle::Template->expand(source_file => foo/fish.xml, include_path => [foo/inc,foo]); #... Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Piffle::Template Download

Added: October 21, 2010 | Visits: 1.454

Template::Plugin::Digest::MD5 Template::Plugin::Digest::MD5 is a TT2 interface to the MD5 Algorithm. SYNOPSIS [% USE Digest.MD5 -%] [% checksum = content FILTER md5 -%] [% checksum = content FILTER md5_hex -%] [% checksum = content FILTER md5_base64 -%] [% checksum = content.md5 -%] [% checksum = content.md5_hex -%]... Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): Template::Plugin::Digest::MD5 Download

Added: January 01, 2010 | Visits: 1.482

Template::Plugin::Digest::SHA1 Template::Plugin::Digest::SHA1 is a TT2 interface to the SHA1 Algorithm. SYNOPSIS [% USE Digest.SHA1 -%] [% checksum = content FILTER sha1 -%] [% checksum = content FILTER sha1_hex -%] [% checksum = content FILTER sha1_base64 -%] [% checksum = content.sha1 -%] [% checksum =... Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Template::Plugin::Digest::SHA1 Download

Added: October 13, 2010 | Visits: 1.696

Template::Plugin::Lingua::EN::Inflect Template::Plugin::Lingua::EN::Inflect is a Perl interface to Lingua::EN::Inflect module. SYNOPSIS [% USE infl = Lingua.EN.Inflect; -%] [% FILTER inflect(number => 42); -%] There PL_V(was) NO(error). PL_ADJ(This) PL_N(error) PL_V(was) fatal. [% END; -%] [% "... and "; infl.ORD(9);... Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Template::Plugin::Lingua::EN::Inflect Download

1 2 3 4 5 >