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

Cd Business Card Html Template freeware
Filter: All | Freeware | Demo
 

Cd Business Card Html Template

< 1 2 3 4 5 > 
Released: September 19, 2012  |  Added: September 19, 2012 | Visits: 367

Budgie Project Budgie aims to produce a collection of text templating engines for the Parrot VM, including one that is compatible to the popular HTML::Template Perl module. Platforms: Windows, Mac, Linux

License: Freeware Size: 60.67 KB Download (45): Budgie Download

Added: May 10, 2013 | Visits: 479

cTag RC3.2 cTag is a templating engine that parses an xml/html template and compiles it into a php cached script. It is very easy to use and provides a good compatribility with all browsers. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (48): cTag RC3.2 Download

Added: March 09, 2010 | Visits: 712

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: 901

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: July 22, 2010 | Visits: 785

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

Added: September 28, 2013 | Visits: 454

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

Released: August 08, 2013  |  Added: July 04, 2016 | Visits: 2.420

CD FrontEnd LITE CD Front End, the professional autoplay/autorun CD - DVD maker software: make Web-like pages, create presentations, build product catalogs, menus, catalogues, CD business cards, brochures, slide shows, show menus, run files and programs, show popup windows... all with this all-in-one versatile... Platforms: Windows, Windows 7, Windows Server, Other

License: Freeware Size: 2.67 MB Download (167): CD FrontEnd LITE Download

Added: November 13, 2010 | Visits: 683

HTML::CMTemplate HTML::CMTemplate.pm is a Perl module that can generate text-based content from templates. SYNOPSIS use HTML::CMTemplate; $t = new HTML::CMTemplate( path => [ /path1, /longer/path2 ] ); $t->import_template( filename => file.html.ctpl, # in the paths above packagename => theTemplate,... Platforms: *nix

License: Freeware Size: 65.54 KB Download (98): HTML::CMTemplate Download

Added: October 26, 2010 | Visits: 1.101

HTML::Myasp HTML::Myasp can generate HTML pages based on Templates. JATP (Just Another Template Parser). This library is another template module for the generation of HTML pages. Why ?. Well primarily i wanted a module: light, that keeps mod_perl power and flow control like HTML::Template, good interaction... Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): HTML::Myasp Download

Added: August 07, 2013 | Visits: 374

ZM::Template In an ideal web system, the HTML used to build a web page would be kept distinct from the application logic populating the web page. ZM::Template is a Perl module that tries to achieve this by taking over the chore of merging runtime data with a static HTML template. Template can contain SSI... Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): ZM::Template 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

Added: May 17, 2010 | Visits: 1.115

Template::Plugin::Page Template::Plugin::Page is a plugin to help when paging through sets of results. SYNOPSIS [% USE page = Page($total_entries, $entries_per_page, $current_page) %] First page: [% page.first_page %] Last page: [% page.last_page %] First entry on page: [% page.first %] Last entry on page: [%... Platforms: *nix

License: Freeware Size: 3.07 KB Download (89): Template::Plugin::Page Download

Added: April 03, 2010 | Visits: 1.050

HTML::Macro HTML::Macro can process HTML templates with loops, conditionals, macros and more! SYNOPSIS use HTML::Macro; $htm = new HTML::Macro (template.html); $htm->print; sub myfunc { $htm->declare (var, missing); $htm->set (var, value); return $htm->process; } ( in template.html ): < html... Platforms: *nix

License: Freeware Size: 23.55 KB Download (95): HTML::Macro Download

Added: April 07, 2010 | Visits: 894

Template::Alloy::VMethod Template::Alloy::VMethod is a Perl module with VMethod role. The Template::Alloy::VMethod role provides all of the extra vmethods, filters, and virtual objects that add to the base featureset of Template::Alloy. Most of the vmethods listed here are similar to those provided by... Platforms: *nix

License: Freeware Size: 143.36 KB Download (93): Template::Alloy::VMethod Download

Added: January 27, 2010 | Visits: 790

Template::Alloy Template::Alloy is a TT2/3, HT, HTE, Tmpl, and Velocity Engine. SYNOPSIS Template::Toolkit style usage my $t = Template::Alloy->new( INCLUDE_PATH => [/path/to/templates], ); my $swap = { key1 => val1, key2 => val2, code => sub { 42 }, hash => {a => b}, }; # print to STDOUT... Platforms: *nix

License: Freeware Size: 143.36 KB Download (92): Template::Alloy Download

Released: October 25, 2012  |  Added: October 25, 2012 | Visits: 754

Brochure Template Download Professional Brochure Templates Today!PoweredTemplates is the one-stop resource for all your brochure design needs! Showcase your business with a professional looking, full-color brochure templates with Professional theme. It's pretty easy with Professional brochure templates created by... Platforms: Windows, OpenVMS

License: Freeware Size: 44.49 MB Download (68): Brochure Template Download

Added: July 15, 2010 | Visits: 975

ivrescue ivrescue is a small Linux rescue CD, suitable for booting systems that have become unbootable due to filesystem corruption or whatever. As an added bonus, everything is loaded into RAM - once the machine has booted, you can remove the CD from the drive. It lies somewhere between minimalist boot... Platforms: *nix

License: Freeware Size: 6.7 MB Download (101): ivrescue Download

Added: October 06, 2010 | Visits: 705

XMLNews::HTMLTemplate XMLNews::HTMLTemplate is Perl module for converting NITF to HTML. SYNOPSIS use XMLNews::HTMLTemplate; my $template = new XMLNews::HTMLTemplate(); $template->readTemplate("mytemplate.html"); $template->applyTemplate("output.html", "story.xml", "story.rdf"); NOTE: this module requires... Platforms: *nix

License: Freeware Size: 9.22 KB Download (106): XMLNews::HTMLTemplate Download

Added: July 09, 2010 | Visits: 884

SmartTemplate SmartTemplate is a Template Engine that was designed to support large scale, web based applications. Whats so special about it? Common template engines work like the following: Your PHP script specifies an HTML template and assigns some dynamic content to display. The template parser replaces... Platforms: *nix

License: Freeware Size: 8.19 KB Download (103): SmartTemplate Download

Added: January 14, 2010 | Visits: 1.802

grml-small grml-small is a bootable CD (Live-CD) based on Knoppix and Debian. grml-small includes a collection of GNU/Linux software for system administrators and provides automatic hardware detection. Whereas grml (without the -small) provides more than about 2.1GiB of software on a 700MB-ISO, grml-small... Platforms: *nix

License: Freeware Size: 48.7 MB Download (128): grml-small Download

< 1 2 3 4 5 >