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

Simple Agenda Template freeware
Filter: All | Freeware | Demo
 

Simple Agenda Template

< 1 2 3 4 5 > 
Added: August 15, 2010 | Visits: 1.297

Template::Plugin::XML::Style Template::Plugin::XML::Style is a Perl module for simple XML stylesheet transformations. SYNOPSIS [% USE xmlstyle table = { attributes = { border = 0 cellpadding = 4 cellspacing = 1 } } %] [% FILTER xmlstyle %] < table > < tr > < td >Foo< /td > < td >Bar< /td > < td >Baz< /td >...



Platforms: *nix

License: Freeware Size: 26.62 KB Download (100): Template::Plugin::XML::Style 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: April 05, 2013 | Visits: 558

Agenda Pro Agenda Pro is a simple multi-user web-based contact manager designed for modern companies to schedule their agenda as easy as to write word document.


Platforms: PHP

License: Freeware Size: 122.88 KB Download (41): Agenda Pro Download

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

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 10, 2013 | Visits: 664

Deer - Template Engine Deer - Template Engine is simple template engine which allows you separate PHP code and (X)HTML layout(s). Deer is programmed in PHP5 and doesn`t requires any PHP extensions. The goal of project is to be most used template engine as php extension. Has support for variables, conditions, dynamic...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (56): Deer - Template Engine Download

Added: June 02, 2013 | Visits: 802

Simple Comments Script Simple Comments Perl script allows you to implement a basic comment posting system on the static pages of your Web site.Features:- Template-based design: You can craft the HTML output by the scripts by adjusting template files separately from the Perl code.- Basic HTML support: A few unadorned...


Platforms: CGI and Perl

License: Freeware Size: 163.84 KB Download (51): Simple Comments Script 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 (277): MT Template Wizard Download

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

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 (2593): Excel Invoice Template Download

Added: October 15, 2010 | Visits: 1.181

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: June 02, 2010 | Visits: 1.528

Template::Tools::ttree Template::Tools::ttree module can process entire directory trees of templates. SYNOPSIS ttree [options] [files] The ttree script is used to process entire directory trees containing template files. The resulting output from processing each file is then written to a corresponding file in a...


Platforms: *nix

License: Freeware Size: 768 KB Download (102): Template::Tools::ttree Download

Added: November 05, 2010 | Visits: 1.234

Template::Manual::Directives Template::Manual::Directives is a Perl module that contains template directives. Accessing and Updating Template Variables GET The GET directive retrieves and outputs the value of the named variable. [% GET foo %] The GET keyword is optional. A variable can be specified in a directive...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (105): Template::Manual::Directives Download

Added: November 23, 2010 | Visits: 1.346

Template::Plugin::XML Template::Plugin::XML is a XML plugin for the Template Toolkit. SYNOPSIS [% USE XML; dom = XML.dom(foo.xml); xpath = XML.xpath(bar.xml); simple = XML.simple(baz.xml); rss = XML.simple(news.rdf); %] [% USE XML(file=foo.xml); dom = XML.dom xpath = XML.xpath # ...etc... %] [% USE...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (101): Template::Plugin::XML Download

Added: September 24, 2010 | Visits: 968

Template::Plugin::XML::DOM Template::Plugin::XML::DOM is a plugin interface to XML::DOM. SYNOPSIS # load plugin [% USE dom = XML.DOM %] # also provide XML::Parser options [% USE dom = XML.DOM(ProtocolEncoding = ISO-8859-1) %] # parse an XML file [% doc = dom.parse(filename) %] [% doc = dom.parse(file =...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (99): Template::Plugin::XML::DOM Download

Added: July 03, 2010 | Visits: 831

Template::Plugin::Data::HTMLDumper Template::Plugin::Data::HTMLDumper is a template toolkit plugin interface to Data::HTMLDumper. SYNOPSIS [% USE Data.HTMLDumper %] [% Data.HTMLDumper.dump(myvar) %] A very simple Template Toolkit Plugin Interface to the Data::HTMLDumper module. The Data::HTMLDumper module displays output...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (97): Template::Plugin::Data::HTMLDumper Download

Added: October 17, 2010 | Visits: 934

Template::Plugin::MP3 Template::Plugin::MP3 is a Perl interface to the MP3::Info Module. SYNOPSIS [% USE mp3 = MP3("Montana.mp3") %] [% mp3.title %] [% mp3.album %] # perldoc MP3::Info for more ideas Template::Plugin::MP3 provides a simple wrapper for using MP3::Info in object oriented mode; see MP3::Info...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): Template::Plugin::MP3 Download

Added: January 27, 2010 | Visits: 831

Template::Plugin::HTML::BBCode Template::Plugin::HTML::BBCode is a template toolkit plugin which implements wrapper around HTML::BBCode module. SYNOPSIS [%- USE HTML::BBCode -%] [% FILTER bbcode %] [b]BBCode[/b] - is simple [i]markup language[/i] used in [url=http://www.phpbb.com/]phpBB[/url]. [% END %] [%- USE...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): Template::Plugin::HTML::BBCode Download

Added: September 27, 2010 | Visits: 2.058

Create New Template Service Menu Create New Template Service Menu is a context menu item for KDE and Konqueror that automates adding Create New... menu entries from existing files. It adds a "Create Template" item to the Actions submenu of the context menu. It consists of a service menu .desktop file and a shell script. KDE...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (102): Create New Template Service Menu Download

Added: July 24, 2010 | Visits: 1.203

Apache::App::Gallery::Simple Apache::App::Gallery::Simple is an elegant and fast filesystem-based image galleries. SYNOPSIS < Location /photos > SetHandler perl-script PerlHandler Apache::App::Gallery::Simple; PerlSetVar GalleryRoot /vacation/images PerlSetVar GalleryName "My Vacation Photos" < /Location > <...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (97): Apache::App::Gallery::Simple Download

Added: February 04, 2010 | Visits: 862

Template::Plugin::MP3::Tag Template::Plugin::MP3::Tag is a Perl interface to the MP3::Tag Module. SYNOPSIS [% USE tag = MP3("path_to_mp3_file") %] [% tag.title %] [% tag.album %] # perldoc MP3::Tag for more ideas Template::Plugin::MP3::Tag provides a simple wrapper for using MP3::Tag in object oriented mode; see...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (102): Template::Plugin::MP3::Tag Download

Released: September 22, 2011  |  Added: October 08, 2011 | Visits: 1.835

Service Invoice Template Service Invoice Template is an Excel workbook file which provides an easy to use, neat and simple invoice form for small businesses who provides service to their clients and don't have a need to ship physical products. The invoice format in this Service Invoice Template is for intended for...


Platforms: Windows

License: Freeware Size: 34.73 KB Download (191): Service Invoice Template Download

< 1 2 3 4 5 >