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

Microsoft Publisher Recipe Template software
Filter: All | Freeware | Demo
 

Microsoft Publisher Recipe Template

< 1 2 3 4 5 
Released: November 21, 2009  |  Added: June 18, 2011 | Visits: 2.367

Recipe Builder Recipe Builder is a recipe maintenance database with 12,000 free recipes in 15 Categories! Categories are: *** Bread Machine ------- 829 recipes *** Breakfast -------------- 353 recipes *** Cake ------------------ 1671 recipes *** Crockpot ------------- 1146 recipes...



Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 82.26 MB Download (503): Recipe Builder 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: August 11, 2008 | Visits: 4.675

Excel Calendar Template This free Excel calendar template allows you to quickly and easily create a monthly calendar by simply choosing a year and month. You can also choose a color scheme for your calendar using simple form controls. Use this Excel calendar spreadsheet for planning, printing, and scheduling. [Requires...


Platforms: Windows

License: Freeware Size: 60 KB Download (749): Excel Calendar Template Download

Added: August 13, 2008 | Visits: 2.043

Mail Merge for Microsoft Access 2007 4TOPS Mail Merge for Microsoft Access is the ultimate solution if you want to create Microsoft Word documents or emails using data in your Microsoft Access database. Documents can be created easily with any level of complexity (e.g. contracts). Selectively producing documents is as easy using...


Platforms: Windows

License: Shareware Cost: $199.00 USD Size: 4.27 KB Download (102): Mail Merge for Microsoft Access 2007 Download

Released: June 20, 2014  |  Added: July 03, 2014 | Visits: 2.132

Microsoft Outlook Recovery Several times user Microsoft Outlook goes corrupt or damage due to facing such kind of errors like- jumped virus, pc suddenly shut down, 2GB limitation error, malfunctioning error etc in these situations user getting nervous or irritate, then do not tensed about your corrupted Outlook file...


Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $49.00 USD Size: 3.56 MB Download (149): Microsoft Outlook Recovery Download

Released: December 12, 2008  |  Added: December 16, 2008 | Visits: 2.401

Microsoft Word Repair Microsoft word repair software which repairs corrupt and damaged .doc files of MS Word. Complete data of the word document file is recovered with text, text formatting, bulleted list, images, tables, OLE objects, headers and footnotes, hyperlinks etc. Word recovery software repairs doc files,...


Platforms: Windows

License: Shareware Cost: $49.00 USD Size: 1.36 MB Download (197): Microsoft Word Repair Download

Released: May 26, 2009  |  Added: May 29, 2009 | Visits: 4.036

Microsoft Excel File Repair Users, who are looking for an efficient Microsoft Excel File Repair tool to restore data from corrupt or damaged Excel files, can get best Excel file recovery help with SysTools Excel Recovery. MS Excel file repair software is a unique and decent Microsoft Excel file reader tool to reads...


Platforms: Windows

License: Shareware Cost: $49.00 USD Size: 1.45 MB Download (278): Microsoft Excel File Repair Download

Released: July 25, 2005  |  Added: September 30, 2009 | Visits: 2.815

Swift Publisher Swift Publisher makes desktop publishing a breeze. You will easily be designing and printing colorful flyers, newsletters, brochures, letterheads and more. This version is the standard downloadable package, that includes 1,100 high quality images, 90 designs and 100 unique masks will help you to...


Platforms: Mac

License: Shareware Cost: $44.95 USD Size: 36.8 MB Download (363): Swift Publisher Download

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

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

Released: October 20, 2009  |  Added: November 04, 2009 | Visits: 3.139

Microsoft Reader Converter Microsoft Reader Converter is an advanced utility which converts Microsoft Reader ebook files to PDF format, convert LIT to PDF format easily and quickly. User can print LIT ebook after conversion. the program which allows you to convert Microsoft Reader format eBooks into open format for use...


Platforms: Windows

License: Shareware Cost: $29.50 USD Size: 1.18 MB Download (292): Microsoft Reader Converter Download

Released: January 07, 2010  |  Added: January 12, 2010 | Visits: 1.636

Recipe Manager Pro 2010 Recipe Manager is a tool for creating, maintaining, and costing formulations. Specify ingredients, processes, and costs. Record actual consumption and production for each order, and track ingredient lot numbers. You can also generate batch slip/batch cards to facilitate the manufacturing...


Platforms: Windows

License: Shareware Cost: $500.00 USD Size: 48.71 MB Download (114): Recipe Manager Pro 2010 Download

Added: January 18, 2010 | Visits: 1.677

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.760

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.182

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.444

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.474

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.689

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

Added: August 05, 2010 | Visits: 1.722

Template::Provider::OpenOffice Template::Provider::OpenOffice is a OpenOffice (ODT) Provider for Template Toolkit. This module extends Template::Provider to automatically extract the content.xml file from an OpenOffice zip file and run it through Template::Toolkit for processing. We use OpenOffice::OODoc to actually open...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (129): Template::Provider::OpenOffice Download

Added: April 12, 2010 | Visits: 1.408

Template::FAQ Template::FAQ contains Frequently Asked Questions about the Template Toolkit. Template Toolkit Language Why doesnt [% a = b IF c %] work as expected? Because the parser interprets it as [% a = (b IF c) %] Do this instead: [% SET a = b IF c %] If Im using TT to write out a TT...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (103): Template::FAQ Download

Added: March 23, 2010 | Visits: 1.423

Template::Plugins Template::Plugins is a Perl module with plugin provider. SYNOPSIS use Template::Plugins; $plugin_provider = Template::Plugins->new(%options); ($plugin, $error) = $plugin_provider->fetch($name, @args); The Template::Plugins module defines a provider class which can be used to load and...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (176): Template::Plugins Download

< 1 2 3 4 5