Home > By category > Scripts > Development Tools
Sort by : Name|Date|Downloads|Rating|

Listing of Development Tools in Scripts

This class is usable to highlight HTML and XHTML syntax (comments, texts, tags, attributs and his values), input is (HTML code) string and output is clear XHTML code..

  • Platform: Scripts, PHP

Shows the IP address of the internet user in a nice button. This script can be added to an HTML page..

  • Platform: Scripts, PHP

KASL-MetaTag Generator is a small script for webmasters to use on their site to add usefullness. The more products and services a webmaster adds to his/her site, the more people will use the site. This meta-tag generator allows users to enter information about their website.

  • Platform: Scripts, PHP

Bumpy Tables is a simple PHP based table generator. Made for beginners. Creates XHTML tables in an instant. Very easy to install and use!.

  • Platform: Scripts, PHP

Universal configuration tool for any program that use a .ini or other text file to store the options. A configuration set with list of values is included for Php..

  • Platform: Scripts, PHP

phpOBrowser is a dynamic object browser that allows you to browse through all available folders, files, sections, and objects in your php application and see their classes, properties, methods and constants that are available..

  • Platform: Scripts, PHP

ESF is a PHP class that allows users to quickly create forms that can "remember" user input without the hassle of hand-coding each option. With ESF, you can quick enter all your options, and have the script do the rest. When you purchase a copy of ESF, you will receive a pre-configured script to get you up and running as quick as possible.

  • Platform: Scripts, PHP

a replacement for cron jobs on Unix or scheduled tasks using Microsoft Scheduler. phpJobScheduler is a scheduler that runs using PHP and MySQL (no root/admin access is required). Now using phpJobScheduler you can easily set times when a PHP script should run; automating tedious tasks such as trimming a database table, or emailing a member when their membership fee is due.

  • Platform: Scripts, PHP

This tool loads all files required by a project (including binaries) into one file. All unused functions will be removed, all function and variable names will be replaced by shorter (and unreadable) ones, all not needed whitespaces will be removed, debugging code will be removed, .

  • Platform: Scripts, PHP

Online rich content pages creator that stores keywords and page-names in Mysql database. Fundamental tool when optimizing a website for an high ranking in Google. (generated pages are 100% html) NO signatures are added to generated pages. Include extensive documentation.

  • Platform: Scripts, PHP

Config Admin is a script's control panel that can be included in any PHP scripts. It is a useful tool for PHP scripters to allow their users to edit their script's variables online..

  • Platform: Scripts, PHP

Search and Replace any text or code, case sensitive or insensitively, in a file, a directory or a whole site. Creates backups of any changed files and features options to exclude file types/names, prompt for confirmation/cancel and undo. Very simple to configure & install, a single file requiring only path info for home, host & backups, and that working directory & file permissions be rw- (read-writeable) by php.

  • Platform: Scripts, PHP

Highlight PHP syntax and optionally add line numbers to PHP source code or files, with several output options. Files to highlight are chosen in a form and temporarily uploaded to the remote server, or you can use this script on your local server to aid PHP development.

  • Platform: Scripts, PHP

This program tries to reformat and beautify given PHP source code files automatically. Basic features: automatic indentation of PHP source code according to given number of spaces; automatic newlines, if required; includes settings for braces according to C or PEARL style; can make use of PHPs integrated code highlight option; can limit number of chars per line.

  • Platform: Scripts, PHP
  • PHP Screw
  • License: Shareware
  • Price: .price.
  • Rating

PHP Screw is a PHP script encryption tool. When you are developing a commercial package using PHP, the script can be distributed as encrypted up until just before execution, preserving your intellectual property..

  • Platform: Scripts, PHP

Calculates the line of code (LOC/KLOC) of your programs. Option to include and exclude file extensions from the count. Can calculate from N number of directories at one go. UPDATE: Now takes all information via interface, also new option for automatic sub-folder scanning.

  • Platform: Scripts, PHP

This program is for those who are famous for making a test.php file for seeing if something works. Everything is all set up, just enter in what you want to test and go for it. It outputs the results in a second frame..

  • Platform: Scripts, PHP
  • iniread
  • License: Shareware
  • Price: .price.
  • Rating

iniread is a PHP script that reads in values from a PHP 'ini' file and displays them in a form. In PHP it is common to include a file in every page to set common values. There is no special format to this file, just a variable name, its value, and an optional comment.

  • Platform: Scripts, PHP
  • STPhp
  • License: Shareware
  • Price: .price.
  • Rating

STPhp is a PHP-based string translation suite designed as a simple internationalization tool to work without requiring non-standard dependencies; only the core of php3 is required, which means STPhp can be easily used in places where you, the code creator or installer, do not have control over the php binaries or configuration.

  • Platform: Scripts, PHP

The purpose of this tool is to parse PHP source files and generate API documentation in HTML. It allows you to scan the specified PHP source files (given directories are searched recursively) and writes HTML files to the specified output path..

  • Platform: Scripts, PHP
  • phpDoc
  • License: Shareware
  • Price: .price.
  • Rating

For PHP programmers who work as a group and who want to use classes and functions in their development it is difficult to distribute and update the required documentation. phpDoc provides a method of managing information about your classes and functions.

  • Platform: Scripts, PHP
  • Ide.php
  • License: Shareware
  • Price: .price.
  • Rating

Ide.php is a web-based editor for PHP, and any server-side scripting like SSI, ASP, JSP, SSJS, even CGI. It offers a rapid prototyping environment, letting the user test and save snippets of code with minimal overhead. Whether an experienced programmer or a novice, there is often a need to try out smaller pieces of code during program development.

  • Platform: Scripts, PHP
  • EditPHP
  • License: Shareware
  • Price: .price.
  • Rating

EditPHP allows developers of PHP applications to edit and test their work via any modern browser..

  • Platform: Scripts, PHP

This little PHP script implements a simple example of how to use the GD graphics library to create GIFs (GD 1.5)..

  • Platform: Scripts, PHP

Sign-Up for free membership account and submit your SourceCode. You will get your own CodeLibrary "corner" and can modify your submissions at any time, you have even your "private" section. Will be added RSS2.0 FEED'S for 10 latest code submissions and 10 latest code updates.

  • Platform: Scripts, PHP

Alternating row colors is a very good way to make big tables more ergonomic and esthetic. Script and explanation here. Also explains the modulus operator..

  • Platform: Scripts, PHP

The purpose of this tutorial is to talk about two seperate concepts; profiling and object oriented programming (OOP). In this tutorial we'll create a simple class to allow you to create one or more timers. You can then use these timers to show you how long a script or function takes to run, which can help you determine what portions of your script are eating up the most processing time.

  • Platform: Scripts, PHP

Learn how recursion works and how to implement it in PHP..

  • Platform: Scripts, PHP

Anyone that has to do a large sum of unusual data manipulation will always choose to use regular expressions ('regex') over native functions because of one thing: power. In PHP the 'ereg_' functions are what utilize ERE POSIX, and the 'preg_' functions utilize PCRE.

  • Platform: Scripts, PHP

If you want to have more control over your scripts, the output buffering functions are the way to go. Anything from error handling to multiple header() commands in a single document. Not only does output buffering offer a powerful API for handling content, you can also compress data before its sent to the browser.

  • Platform: Scripts, PHP

New Downloads

Eusing Maze Lock

Eusing Maze Lock uses a
pattern based technique to
lock your computer. You can
set your own unlock pattern.
And just draw ...

Zapgrab Free Screen Capture

Zapgrab Free Screen Capture
allows you to instantly
capture any area of the screen
to a file or email. Free tools
for ...

Free Photo Slideshow Maker

Free Photo Slideshow Maker is
a free slideshow creator that
helps easily create stylish
slideshows from your favorite
...

FreeFileSync

Synchronize files, synchronize
folders and backup your data
with the free software
FreeFileSync. It is highly
optimized ...

Falco Icon Studio

Falco Icon Editor is a
Graphics Tool to create, edit
and export icons. Create
professional looking icons
with ease.

FreePortScanner

Free Port Scanner is a small
and fast port scanner for the
Win32 platform. You can scan
ports on fast machines in a
few ...

RTChess

Children\'s Chess. All figures
are presented in the form of
amusing balls, armed and
spotlighted in proportion to
the ...

Little Aqua World

The game takes you through an
amazing and dangerous world of
one-celled organisms. To
complete a level your
character is ...

Drop Of Light

Drop Of Light is a nice new
platformer. The little
snowflake accidently fell into
a dark cave. To get out she
will avoid ...

CoffeeCup Free HTML Editor

The HTML Editor now supports
HTML5 and CSS3. With this and
other great tools like code
completion, a comprehensive
tag ...

TVSoft

Watch free TV channels from
the USA, South America, Italy,
France and Germany.

Freemore OCR

Freemore OCR is designed to
extract text from the image
generated from digital cameras
and mobile phones along with
...

Freemore JPG to PDF
Converter

Freemore JPG to PDF Converter
is an easy document conversion
utility designed to convert
JPEG, BMP, PNG, GIF and many
...

Street Fighter X Mega Man

These days, in the wake of the
Mega Man mastermind Keiji
Inafune’s exit from the
company, Capcom seems at a
complete ...

Sicurpas Freeware
professional

Sicurpas Freeware 4.0
Professional is designed on
three encryption algorithms
among the most famous in the
world, AES ...