resume template
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1181
HTML Resume Template 2.0
A basic HTML resume template in PHP. You enter your information into PHP arrays and it generates a valid XHTML 1.1 resume with CSS styling. It will also produce a plain text version. See web site for example. more>> A basic HTML resume template in PHP. You enter your information into PHP arrays and it generates a valid XHTML 1.1 resume with CSS styling. It will also produce a plain text version. See web site for example.<<less
Added: 2002-12-18 License: GPL Price: $0.00USD
13 downloads
Free Web Templates
The Free Template Site will give you ideas on how to create high-end attractive websites using our Photoshop Tutorial Template. Follow the simple instructions to customize the template for your site. Other free high quality templates available. more>> The Free Template Site will give you ideas on how to create high-end attractive websites using our Photoshop Tutorial Template. Follow the simple instructions to customize the template for your site. Other free high quality templates available.<<less
Added: 2005-05-04 License: Other Price: $0.00USD
12 downloads
Fast Template 1.6.0
We find Fast Template very usefull in our projects, even if now is on the market other template systems, like Smarty. Most PHP projects today use Smarty for this, but we wont. Smarty puts too much logic into the template itself. To avoid confusing or more>> We find Fast Template very usefull in our projects, even if now is on the market other template systems, like Smarty. Most PHP projects today use Smarty for this, but we wont. Smarty puts too much logic into the template itself. To avoid confusing or upsetting the web designer, the core template must look as much like a regular HTML page as possible. That means no strange looking iteration code and such. Instead, well use FastTemplate. FastTemplate may not be as advanced and featureful as Smarty, but its syntax is definitely better suited for this problem. But because it was not developed since 2002, we tried to add some new functionalities to it and make it reusable. Templates are very useful for CGI programming, because adding HTML to your PHP code clutters your code and forces you to do any HTML modifications. By putting all of your HTML in seperate template files, you can let a graphic or interface designer change the look of your application without having to bug you, or let<<less
Added: 2004-02-24 License: Other Price: $0.00USD
13 downloads
Other version of Fast Template
Price: FreeAdditionalInfoArtisticLicense
License:Other Free / Open Source License
License:Other Free / Open Source License
Free Flash Templates
The Free Flash Site introduces some basic concepts of Flash animation and also gives you specific instructions for customization of the Free Sample Flash Intro Template. Other free Flash Templates available. more>> The Free Flash Site introduces some basic concepts of Flash animation and also gives you specific instructions for customization of the Free Sample Flash Intro Template. Other free Flash Templates available.<<less
Added: 2005-05-05 License: Other Price: $0.00USD
11 downloads
Free Swish Templates
The Free Swish Site will give you an idea on how to create high-end attractive websites using SWiSH and SWiSHmax. By downloading the free high-quality SWiSH template and following the simple step-by-step instructions you will be able to customize the more>> The Free Swish Site will give you an idea on how to create high-end attractive websites using SWiSH and SWiSHmax. By downloading the free high-quality SWiSH template and following the simple step-by-step instructions you will be able to customize the free template for personal or business use.<<less
Added: 2005-05-06 License: Other Price: $0.00USD
15 downloads
ABi Template 1.0
ABi Template is very simple easy for use template engine written in PHP. It supports loops, and is absolutelly free. more>> ABi Template is very simple easy for use template engine written in PHP. It supports loops, and is absolutelly free.<<less
Added: 2005-07-19 License: Freeware Price: $0.00USD
14 downloads
Other version of ABi Template
License:Freeware
Simple Flash Template 1
Simple Flash Templete no Flash skills required. Easy to use and maintain template. Uses a single text file for configuration. Comes with detailed instructions. Can be used on the web, CDs or on the desktop. Free. more>> Simple Flash Templete no Flash skills required. Easy to use and maintain template. Uses a single text file for configuration. Comes with detailed instructions. Can be used on the web, CDs or on the desktop. Free.<<less
Added: 2004-12-06 License: Freeware Price: $0.00USD
14 downloads
Other version of Simple Flash Template
License:Freeware
A Simple PHP Template
This template can display content in the form of HTML, PHP, and TEXT on the main page. I use this type of template for most of my websites. It is simple and fast, and easy to use. Just copy and paste more>> This template can display content in the form of HTML, PHP, and TEXT on the main page. I use this type of template for most of my websites. It is simple and fast, and easy to use. Just copy and paste into any PHP page.<<less
Added: 2006-07-10 License: PHP License Price: Free
1260 downloads
Simple Template Engine
This class implements a simple template engine that works by replacing text. It can read a template file into a string. Then it searches and replaces all occurrences of the template place holder marks more>> This class implements a simple template engine that works by replacing text. It can read a template file into a string. Then it searches and replaces all occurrences of the template place holder marks with the values of one or more template arguments.<<less
Added: 2007-03-13 License: GPL Price: Free
965 downloads
Expose template engine 1.1.0
Expose is a PHP template engine. It supports server and client-sided caching, a plugin system (to simplify common tasks like inserting a date picker) and localization (to write templates in multiple languages using external translation files). Unlike more>> Expose is a PHP template engine. It supports server and client-sided caching, a plugin system (to simplify common tasks like inserting a date picker) and localization (to write templates in multiple languages using external translation files). Unlike most template engines, Exposes template script language is based on PHP itself, which means you dont have to learn a new syntax. You can use most of the PHP language elements and functions the way youre familiar with.<<less
Added: 2006-02-14 License: Free Non-Commercial Price: $0.00USD
15 downloads
Other version of Expose template engine
License:Free for non-commercial use
Open Power Template 2.0-RC1
OPT is a template engine for PHP5. The main advantage over both PHP and other template engines are the syntax based on XML and the support for the declarative programming. It means that you can concentrate on what you want to have in the templates, not - more>> OPT is a template engine for PHP5. The main advantage over both PHP and other template engines are the syntax based on XML and the support for the declarative programming. It means that you can concentrate on what you want to have in the templates, not - how to implement them. The template language features include the template inheritance, a support for building HTML forms, advanced list displaying (column layout, tree rendering, pagination) or multilingual website support. The API is based on the solutions from the popular frameworks which simplifies the integration. The complete ports for Kohana and Zend Framework are under development.<<less
Added: 2005-06-12 License: BSD Price: $0.00USD
14 downloads
Other version of Open Power Template
Price: FreeAdditionalInfoDocumentationunderGNUFDL.
License:LGPL
License:LGPL
Xtreme Template Engine 1.0
Unlike smarty or other template systems in php, XtremeTemplate dont need 2 level compilation, instead, it uses PHP itself as its template language so you dont need to learn a new syntax . Why Use XtremeTemplate for Templates? * XtremeTemplate more>> Unlike smarty or other template systems in php, XtremeTemplate dont need 2 level compilation, instead, it uses PHP itself as its template language so you dont need to learn a new syntax . Why Use XtremeTemplate for Templates? * XtremeTemplate is fast and easy to use. * You dont need to learn a new language or markup to create a template. The template language is PHP, and the template file is a regular PHP file. * You dont have to worry about separate directories (or permissions on those directories) for compiled template sources, because XtremeTemplate is not a compiling engine (the template scripts are already written in PHP). * See more details on http://www.intelisoftbd.com/open-source-projects/xtreme-template.html<<less
Added: 2009-05-04 License: Freeware Price: $0.00USD
11 downloads
Hoover Web Templates
Hoover Web Design has 100s of professional business and personal web templates. Hoovers creative web templates are easy to set up and geared towards beginning and intermediate site owners. Template prices start at $3. Be sure to visit the free web more>> Hoover Web Design has 100s of professional business and personal web templates. Hoovers creative web templates are easy to set up and geared towards beginning and intermediate site owners. Template prices start at $3. Be sure to visit the free web templates archive. New web templates added often.<<less
Added: 2004-01-22 License: Free Non-Commercial Price: $3.00USD
10 downloads
Web Design templates
A Web Template is a ready-made website design created to use it as a basis for fast and high-quality website development. Flash, HTML and PSD versions. Price goes from 9$ to 50$ more>> A Web Template is a ready-made website design created to use it as a basis for fast and high-quality website development. Flash, HTML and PSD versions. Price goes from 9$ to 50$<<less
Added: 2005-05-06 License: Commercial Price: $0.00USD
16 downloads
Professional Joomla Template
TemplatePlazza provides Professional Templates for Joomla Content Management System. The template can be installed easily from joomla backend and there are two template design released monthly. Visit our website now and get a Profesional design for your more>> TemplatePlazza provides Professional Templates for Joomla Content Management System. The template can be installed easily from joomla backend and there are two template design released monthly. Visit our website now and get a Profesional design for your Joomla website<<less
Added: 2006-12-17 License: Commercial Price: $0.00USD
13 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above resume template search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed