Main > Free Download Search >

Free template toolkit script

template toolkit

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1178
Template Blocks 1.1

Template Blocks 1.1


Template Blocks is a visual template engine, replacing any semantics of previous generation engines with an AJAX interface. Its written in PHP and is distributed under the GPL. To elaborate on some of its features... * Visual Interface: On a more>> Template Blocks is a visual template engine, replacing any semantics of previous generation engines with an AJAX interface. Its written in PHP and is distributed under the GPL. To elaborate on some of its features... * Visual Interface: On a basic level of use, Template blocks does not require any files edited manually. Simply upload and run the setup on your browser. Everything is handled through online forms viewed on a web browser. * Good for all: Novice programmers will appreciate the fact that they dont need to write one line of code to compile their template, while experienced coders wont find limits in using their skills. * Online/Offline use: Although the engine can be used to present the template of an online website it can also be used offline as a middleware tool just to help you create your templates easier for use anywhere else... Visit the website for more: www.templateblocks.com<<less
Added: 2008-05-15 License: GPL Price: $0.00USD
42 downloads
DHTMLX Ajax Toolkit 2.1

DHTMLX Ajax Toolkit 2.1


DHTMLX is a JavaScript library of more than 15 Ajax-enabled user interface components, including full-featured datagrid, treeview, combobox, tabbar, menu, layout, etc. The toolkit supports the main types of functionality required for development of more>> DHTMLX is a JavaScript library of more than 15 Ajax-enabled user interface components, including full-featured datagrid, treeview, combobox, tabbar, menu, layout, etc. The toolkit supports the main types of functionality required for development of advanced web applications: cross-browser compatibility, drag-n-drop, in-line editing, clipboard operations, special techniques for handling large datasets. With the help of dhtmlxLayout the components can be easily combined into a common user interface. This JavaScript control provides an easy way to configure an interface structure and effortlessly integrate DHTMLX components, or other HTML objects, into its panels. DHTMLX suite of UI components enables developers to create rich and high-performing web applications with less efforts and time.<<less
Added: 2008-01-02 License: GPL Price: $466.00USD
15 downloads
Template Salon N/a

Template Salon N/a


The major advantage in this is the price. You get a high quality design for just $20-$70. You dont have to hire a web designer or web design studio. Second advantage is time frame. It usually takes 5-15 days for a good designer to produce a web page of more>> The major advantage in this is the price. You get a high quality design for just $20-$70. You dont have to hire a web designer or web design studio. Second advantage is time frame. It usually takes 5-15 days for a good designer to produce a web page of such quality.<<less
Added: 2005-09-13 License: Commercial Price: $0.00USD
12 downloads
ABi Template 1.0

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
ABi TemplateABi Template is very simple easy for use template engine written in PHP. It supports loops, and ... ABi Template is very simple easy for use template engine written in PHP. It supports loops, and
License:Freeware
Download
1560 downloads
Added: 2005-07-19
BW Template Collection N/A

BW Template Collection N/A


This small collection of HTML 4 standards compliant website templates allows visitors to preview websites and download them all free. more>> This small collection of HTML 4 standards compliant website templates allows visitors to preview websites and download them all free.<<less
Added: 2005-07-07 License: Freeware Price: $0.00USD
13 downloads
Mambo Template Tutorial

Mambo Template Tutorial


Lots of screenshots and hand holding, if you are looking to find out how Mambo templates work this is for you! more>> Lots of screenshots and hand holding, if you are looking to find out how Mambo templates work this is for you!<<less
Added: 2005-07-04 License: Freeware Price: Free
1574 downloads
DotNetNuke Skinning Toolkit

DotNetNuke Skinning Toolkit


The DotNetNuke Skinning Toolkit demonstrates all of the skin classes within DotNetNuke so that you can easily view, search and learn how to style the various elements within a DotNetNuke skin. Each Do more>> The DotNetNuke Skinning Toolkit demonstrates all of the skin classes within DotNetNuke so that you can easily view, search and learn how to style the various elements within a DotNetNuke skin. Each DotNetNuke class is presented with an image and the various styling options available through CSS.<<less
Added: 2006-09-28 License: Other Free / Open Source License Price: Free
775 downloads
Fast Template 1.6.0

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
Fast Templatemarket other template systems, like Smarty. Most PHP projects today use Smarty for this, but we ... market other template systems, like Smarty. Most PHP projects today use Smarty for this, but we
Price: FreeAdditionalInfoArtisticLicense
License:Other Free / Open Source License
Download
2113 downloads
Added: 2004-02-24
Simple Template Engine

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 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
Expose template engineExpose 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
License:Free for non-commercial use
Download
1359 downloads
Added: 2006-02-14
Web Template 4 Free

Web Template 4 Free


Webtemplate4free.com is a new site offering templates and other web related resources. Templates are contributed by web designers and offered free of charge. more>> Webtemplate4free.com is a new site offering templates and other web related resources. Templates are contributed by web designers and offered free of charge.<<less
Added: 2005-05-13 License: Other Price: $0.00USD
14 downloads
PHP digg toolkit 1.0

PHP digg toolkit 1.0


a php library that simplifies access to the digg api. Also works with php 4. more>> a php library that simplifies access to the digg api. Also works with php 4.<<less
Added: 2007-08-22 License: Freeware Price: $0.00USD
13 downloads
PHP Video Toolkit 0.1.5

PHP Video Toolkit 0.1.5


This class allows PHP developers to manipulate and convert video files in any easy to use object oriented way more>>

PHP Video Toolkit 0.1.5 is a professional tool that allows PHP developers to manipulate and convert video files in any easy to use object oriented way

Major Features:

  1. Wrap around FFmpeg, FLVTools2 and Mencoder applications.
  2. Currently provides FFmpeg-PHP emulation in pure PHP, making compiling and installing the module unnecessary.
  3. It isn't intended as a FFmpeg-PHP replacement, but only as an alternative solution.
  4. Be recommended, if heavy use of the FFmpeg-PHP functionality is required, to install the module, as it is more efficient.
  5. Perform several types of manipulation operations that include video format conversion, extract video frames into separate image files, assemble a video stream from a set of separate video images, extract audio from video, watermark videos and extracted frames.
  6. Several parameters can also be configured like the output video file format (which can be Flash video or any other supported by ffmpeg), video and audio bit rate and sample rate, video dimensions and aspect ratio.
  7. Retrieve information about the media file, such as duration, bitrate, framerate, format, dimensions, display aspect ratio, pixel aspect ratio, audio stereo, audio frequency and audio format, without any other additional library such as ffmpeg-php.

Requirements:

  • PHP 5.0 or higher
<<less
Added: 2009-06-25 License: BSD - BSD License Price: BSDBSDLicense
14 downloads
Template Depot Free Hit Counter

Template Depot Free Hit Counter


Free hit counter for your web pages that shows both hits and users online. Easy to register and insert into your web pages with snippet of code. Log into your account at any time to administrate or upgrade your counter type. more>> Free hit counter for your web pages that shows both hits and users online. Easy to register and insert into your web pages with snippet of code. Log into your account at any time to administrate or upgrade your counter type.<<less
Added: 2006-04-17 License: Freeware Price: $0.00USD
12 downloads
Guise Template Class 1.0

Guise Template Class 1.0


Guise is a template class written in PHP that allows you to keep HTML seperate from your PHP code. This is especially helpful for larger projects or when youre working with a team in keeping things organized and readable. more>> Guise is a template class written in PHP that allows you to keep HTML seperate from your PHP code. This is especially helpful for larger projects or when youre working with a team in keeping things organized and readable.<<less
Added: 2008-03-07 License: GPL Price: $0.00USD
14 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5