Beautifier: Flexible Syntax Highlighter
http://www.fordevr.com/Link-Details-12117/beautifier-flexible-syntax-highlighter.html
Beautifier uses configuration files to highlight source code. It
currently supports Pascal, Java, C, C++, C#, Python, PHP, and Perl
(amongst others), and handles comments, keywords, strings,
indentation, and keyword harvesting (from comments and strings). Now
also available in Perl modules.
Date created: 03-09-2008.
iniread
http://www.fordevr.com/Link-Details-12118/iniread.html
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. This
script will let you edit variable values and comments. It will then
regenerate the PHP code. Useful for letting non-programmer admins edit
values when you dont want to use a database. <b>Version 20010823
Update:</b> iniread now supports dividers and comments using iniread
variables.
Date created: 03-09-2008.
PHPsh
http://www.fordevr.com/Link-Details-12119/phpsh.html
PHPsh is a very simple tool to make PHP sourcecode Highlighted and
save it in HTML (for Boards, Communities for example). Written in
German.
Date created: 03-09-2008.
STPhp
http://www.fordevr.com/Link-Details-12120/stphp.html
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. STPhp is
designed with a simple architecture, allowing you to store your
translations in the manner you choose, so as to provide the highest
possible performance with the lowest possible maintenance overhead.
STPhp functions by externalizing the messages from your application,
storing them until your applicationrequests them.
Date created: 03-09-2008.
asp2php
http://www.fordevr.com/Link-Details-12121/asp2php.html
asp2php is a set of C programs that allows you to convert ASP to PHP
script. This will basically copy myfile.asp into a file
calledmyfile.php3. It will rename links that have .asp in them
to .php3. It will also rename links that have .htm in them to .html.
Date created: 03-09-2008.
HTML2PHP
http://www.fordevr.com/Link-Details-12122/html2php.html
HTML2PHP is a simple (Very Simple) perl script to take an html file
and convert it for use with PHP It makes all the HTML code to print
statements.
Date created: 03-09-2008.
Ide.php
http://www.fordevr.com/Link-Details-12123/idephp.html
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. Ide.php makes this very easy. Ide.php eliminates the need
to use several separate programs (text editor, FTP program and web
browser) for PHP development, since all work is done directly through
the browser. This helps to shorten development time, and is also very
helpful when learning to program with PHP. Ide.php requires PHP
version 4 or higher.
Date created: 03-09-2008.
PHP_Fourier
http://www.fordevr.com/Link-Details-12124/php-fourier.html
PHP_Fourier is a PHP script that computes the FFT of a complex array.
The size of the array must be an integer power of 2. This script is a
direct port of the algorithm used in Numerical Recipies in C.
Date created: 03-09-2008.
Inline PHP API Documentation
http://www.fordevr.com/Link-Details-12125/inline-php-api-documentation.html
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 searchedrecursively) and writes HTML
files to the specified output path.
Date created: 03-09-2008.
phpRPMBuilder
http://www.fordevr.com/Link-Details-12126/phprpmbuilder.html
phpRPMBuilder is a web application that will server the novice/newbie
audience, and give them an easy way to take small applications that
only have tarred releases and build a simple spec file and resulting
rpm file. All this is done thru a web page.
Date created: 03-09-2008.
phpDoc
http://www.fordevr.com/Link-Details-12127/phpdoc.html
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. You can add
projects, classes, functions and their parameters. For each of them
you can define a name, a description and an example. The multilanguage
support is not yet working, but on its way. In a future version phpDoc
should support a possibility to give several users the possibility to
work locally and merge their entries into a central online source.
Date created: 03-09-2008.
Graphics Library
http://www.fordevr.com/Link-Details-12128/graphics-library.html
This little PHP script implements a simple example of how to use the
GD graphics library to create GIFs (GD 1.5).
Date created: 03-09-2008.
PopUpMenu
http://www.fordevr.com/Link-Details-12129/popupmenu.html
This is a handy little PHP script that allows you to make a state-
maintaining popup menu. Note: this site requires registration to
access the file.
Date created: 03-09-2008.
CountryList
http://www.fordevr.com/Link-Details-12130/countrylist.html
This simple PHP script allows you to make a state-maintaining popup
menu of countries, using ISO 3166 standard abbreviations. This site
requires registration before downloading files.
Date created: 03-09-2008.
TableToHash
http://www.fordevr.com/Link-Details-12131/tabletohash.html
This small script allows you to turn a MySQL database table into a
hash, and optionally a state-maintaining popup menu. There are two
complementary functions: tableToHash which returns a hash, and
tableToPopup which prints out a popup menu based on the hash. Note
that you must have already opened a connection to a MySQL database
before using this, otherwise mysql query will fail. Note: this site
requires registration to access the file.
Date created: 03-09-2008.
StateList
http://www.fordevr.com/Link-Details-12132/statelist.html
This is a handy PHP script that allows you to make a state-maintaining
popup menu of US states and Canadian provinces. Note: this site
requires registration to access the file.
Date created: 03-09-2008.
PHP FormWizard
http://www.fordevr.com/Link-Details-12133/php-formwizard.html
Tired of the same coding every time you start a new project? Then, PHP
FormWizard may help you. It reads a mysql table and automatically
generates html forms embedded with php-coding. It features: selectbox
for the databases, html-form, style-templates for different layouts of
the html-form, create your own style-templates, default-entries in
fields, field size and maxlength, where-clause for a field of the
table, sql-statements for select, insert, update, php-code for the
select, insert, update, and more.
Date created: 03-09-2008.
Ultrize.com TimeSheet
http://www.fordevr.com/Link-Details-12098/ultrizecom-timesheet.html
A FREE and extremely useful TimeSheet program written in PHP
withSmarty Templates, for programmers who are looking for an easy way
totrack time taken on job tasks, and revenue for projects for
multipleclients with multiple projects. TimeSheet keeps track of
notes foreach project and makes it very easy to set your hourly rate
andmeasure how much money you are "earning" on each client.
Date created: 03-09-2008.
Genesis 2
http://www.fordevr.com/Link-Details-12099/genesis-2.html
Genesis new version is a standalone, bugless, stable PHP script that
allows users to create thousands of search-engine friendly and
optimized pages directly on your server (no ftp required). No MySql
required, works with templates. Html output. Each pages are unique.
Date created: 03-09-2008.
Popup Generator
http://www.fordevr.com/Link-Details-12100/popup-generator.html
Want to add some Popup's to your site but can't be bothered to code
everything? Well with this Popup Creator you and your visitors and
create code that usually takes hours in just a few minutes! 100% free
and easy to use!
Date created: 03-09-2008.
Jax UpdateInfo
http://www.fordevr.com/Link-Details-12101/jax-updateinfo.html
Jax UpdateInfo is a tool that generates a downloadlist of existing
updates of a program. The list will be created in dependence of the
current used version of the program. Additionally it shows a blinking
status image if there are new (and critical) updates.
Date created: 03-09-2008.
Hoplink Hitcher
http://www.fordevr.com/Link-Details-12102/hoplink-hitcher.html
HOPLINK HITCHER Simply the Most Advanced, Easy-to-Use Hoplink
Optimizer!By design, the Clickbank system allows merchants to send
visitors via their hoplink to only one page, the page they have set as
the "homepage" for their Clickbank account .This is a very real
problem for those that wish to carry more than 1 product, or have more
than one website to sell from. Generally, it means they must
either..a) put all products on the same page, which is cluttered and
unfocussed looking, and really no good for drumming up affiliates to
represent products, or;b) spend $49 for each product they wish to sell
through Clickbank, allowing a different page for each one. Neither of
these are very practical or elegant, as many merchants have dozens of
products, and as many sites and domains.The solution?HOPLINK HITCHER!!
Hoplink Hitcher's proprietary MySql database-driven system allows an
unlimited number of products to be pointed to using a single Clickbank
account!
Date created: 03-09-2008.
phpOBrowser
http://www.fordevr.com/Link-Details-12103/phpobrowser.html
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.
Date created: 03-09-2008.
10bit microprocessor emulator
http://www.fordevr.com/Link-Details-12104/10bit-microprocessor-emulator.html
Microprocessor Emulator - this program is extremely helpful for those
who just begin to study assembly language. It compiles the source code
and executes it on emulator Visual interface is very easy to work
with. You can watch registers, flags and memory.
Date created: 03-09-2008.
PHP Code Twsiter
http://www.fordevr.com/Link-Details-12105/php-code-twsiter.html
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, ...You'll get informed when a global or local variable is not
used.The resulting file is still a regular php-file. (No extra
softeate is required!)
Date created: 03-09-2008.
KLOC Calculator
http://www.fordevr.com/Link-Details-12106/kloc-calculator.html
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.
Date created: 03-09-2008.
pmatch
http://www.fordevr.com/Link-Details-12107/pmatch.html
pmatch is an alternative to grep. It has most of the same
functionality, but coupled with the power of PCRE engine in PHP. By
default, pmatch shows only the portion of the line that matched,
unlike grep that always shows the entire line.
Date created: 03-09-2008.
Ends Smart Form
http://www.fordevr.com/Link-Details-12108/ends-smart-form.html
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. The pre-configured script is identical to the
script found in the demo except there is no limitation on how many
options you enter.
Date created: 03-09-2008.
Genesis Php Rich content pages creator
http://www.fordevr.com/Link-Details-12109/genesis-php-rich-content-pages-creator.html
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.
Date created: 03-09-2008.
1love Search & Replace
http://www.fordevr.com/Link-Details-12110/1love-search-replace.html
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.
Date created: 03-09-2008.
PHP Tag Tester
http://www.fordevr.com/Link-Details-12111/php-tag-tester.html
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.
Date created: 03-09-2008.
Obie Config Admin
http://www.fordevr.com/Link-Details-12112/obie-config-admin.html
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.
Date created: 03-09-2008.
toString
http://www.fordevr.com/Link-Details-12113/tostring.html
Converts Array to String Value. Input:ArrayReturns:String. Class
structure.
Date created: 03-09-2008.
PHP Source Code Utility
http://www.fordevr.com/Link-Details-12114/php-source-code-utility.html
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.
Date created: 03-09-2008.
PHP Screw
http://www.fordevr.com/Link-Details-12115/php-screw.html
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.
Date created: 03-09-2008.
PHPCrypter
http://www.fordevr.com/Link-Details-12116/phpcrypter.html
PHPCrypter is a tool for encrypting files with source code, written in
PHP. Its value may be appreciated when you have to sell a software
application written by you or by your company. PHPCrypter helps you
save your know-how and ideas, implemented in your application.
Date created: 03-09-2008.
php Multi Syntax Highlighter
http://www.fordevr.com/Link-Details-12081/php-multi-syntax-highlighter.html
php Multi Syntax Highlighter v1.1.0 will "beautify" PHP, Pascal,
Delphi and Applescript and others source code. It is not implemented
like other beautifiers, as it does not use pcre function or ereg
functions, and allows syntax code continually line by line to reduce
memory usage. using css file for color and style, and compatible with
XHTML.
Date created: 03-09-2008.
Object Extensions for PHP
http://www.fordevr.com/Link-Details-12082/object-extensions-for-php.html
The Object Extensions for PHP provides several classes with the
following functionality: Object Extensions adds of new functionality
to PHP objects such as: * Add methods and properties to an object at
runtime by dynamically extending by another object * Create object
property lists that allow for dynamic setting/getting of values in a
similar fashion to JavaScript objects (eg. {paramter: value, ...}) *
Object property lists support basic value checking and defaults to
easily check for valid input * Conveniently create function and method
callbacks o Method callbacks can be defined by using $this-
>_callback()->metho dName(args, ...) o If callbacks are defined for
object property lists, callback can be called using $propertyList-
>callbackNa me()
Date created: 03-09-2008.
Free IP Location Whois
http://www.fordevr.com/Link-Details-12083/free-ip-location-whois.html
Free PHP script for IP to country location based on Whois servers
analysis.What Free IP Location Whois does :* Add an IP location & IP
Whois request form for your visitors or for you on your website. *
Visitor's country php integration into your scripts : o Send your
visitor's country name to your php scripts. o Send the ISO2 code of
your visitor's country to your php scripts. o Show the flag of your
visitor's country into your pages. * Easy to install, one directory
to upload. * Easy to customize, css, header, footer, easy to translate
* Easy integration, add one include() and you will have new functions
into your PHP scripts. * Optional security features : CAPTCHA, number
of request by day limited,...
Date created: 03-09-2008.
ABG_IniParser
http://www.fordevr.com/Link-Details-12084/abg-iniparser.html
ABG_IniParser A PHP 4 script to handle INI type
files - Multi-dimensional array to hold structure -
Full check of file access (existence & writability) - Check of
Section/Item existance with optionnal bypass - Create Section /
Item if not existant - Comprehensive disgnostic of
errors
Date created: 03-09-2008.
PHPSPELLBOOK
http://www.fordevr.com/Link-Details-12085/phpspellbook.html
PHPSPELLBOOK is a suite of tools for Websites promotion, diagnosis and
improvement. It provides to webmasters tools as: advertisiment
submission, mass mailer, fake hits generators, broken link checker,
link exchange checker, fake click generators, anonymizer tools,
calendar, e-mail handling and parsing tools, url generators, ...
Date created: 03-09-2008.
PHP Quick Class Creator
http://www.fordevr.com/Link-Details-12086/php-quick-class-creator.html
Creating standard classes can be a bind, having to add duplicate code
to get your various get/set methods, and sorting out the constructor.
I therefore wrote this utility that does most of the grunt work for
you. It's intended to be used with PHP 5's new OO capabilities, and
should make life a little less painful. Especially for those who have
to create multiple class stubs. This should speed up the process
considerably.
Date created: 03-09-2008.
EZ-Changelog
http://www.fordevr.com/Link-Details-12087/ez-changelog.html
EZ-Changelog is a script that prints a simple table. Data is stored
in a database and then displayed in your documents. Simple and easy
to use. Doesn't do any file modification or directory stuff like some
CVS scripts. You enter the information, it displays it to the
screen. Very simple and easy to use changelog script.
Date created: 03-09-2008.
Pretty Code Web
http://www.fordevr.com/Link-Details-12088/pretty-code-web.html
Pretty Code Web is a syntax highlighter for publishing code, written
in any programming language, to the web. It uses syntax files separate
from the main code to highlight a specified language.
Date created: 03-09-2008.
djuzeppe
http://www.fordevr.com/Link-Details-12089/djuzeppe.html
djuzeppe - is a web-based AI Editor and AI Engine. Main goal of this
project - Help to create your own AI bots. AI Editor provides
intuitive web-interface and handy tools for building AI Knowledge
Bases. Editor supports multiuser development of each AI-bot
(artificial intelligence).
Date created: 03-09-2008.
IP address Button
http://www.fordevr.com/Link-Details-12090/ip-address-button.html
Shows the IP address of the internet user in a nice button. This
script can be added to an HTML page.
Date created: 03-09-2008.
Bumpy Tables
http://www.fordevr.com/Link-Details-12091/bumpy-tables.html
Bumpy Tables is a simple PHP based table generator. Made for
beginners. Creates XHTML tables in an instant. Very easy to install
and use!
Date created: 03-09-2008.
PINP
http://www.fordevr.com/Link-Details-12092/pinp.html
PINP is a sandbox for PHP, allowing safe access to users. PINP is used
in Ariadne, a Content Management System, as the template language.PINP
is an extensible subset of PHP. You can use any expression and control
structure of PHP and most of the array, string, date, time and regular
expression functions of PHP. Furthermore you can easily add your own
functions to the language, through classes and objects.
Date created: 03-09-2008.
CRIOSWEB_HTMLCleaner
http://www.fordevr.com/Link-Details-12093/criosweb-htmlcleaner.html
This class can be used to remove unwanted tags and data from HTML
document. It takes a string with the HTML document to clean and parses
it assuming a given character set encoding. The class can perform
several types of clean-up operations like: - Removing style
definitions- Remove tags or attributes based on white lists or
blacklists- Use the HTML tidy extension to clean the document and
format the output as XHTML and drop proprietary attributes from
Microsoft Word HTML documents- Drop empty paragraphs- Remove needless
white space- Fill empty table cells
Date created: 03-09-2008.
eXperts Installer
http://www.fordevr.com/Link-Details-12094/experts-installer.html
eXperts Installer is an ultimate tool for creating professional
installers for PHP applications.With eXperts Installer you can create
a totally configurable installer with a friendly and fast AJAX GUI
interface in a few steps, saving your time and effort.*** Check for
PHP environment requirements, like OS, web server program, PHP ini
options or extensions;*** Collect and process all required
information, like DB info, serial number, admin details and any other
custom information - all with no or a small amount of scripting (the
simplest PHP or JS operations).*** Alter the visual interface and any
texts and labels which appear on the customer's screen.*** Create a
single file package with one php extractor script, which is easier to
upload to a remote server via FTP. eXperts Installer gives you a
possibility to build a full installer, with no need to "finish
installation yourself" additionally written.
Date created: 03-09-2008.
PHP MySQL Wzard
http://www.fordevr.com/Link-Details-12095/php-mysql-wzard.html
PHP MySQL Wizard is a powerful php code generator, it can create full
web database applications to manage any MySQL database in less than 5
minutes, generated code can let you sort, search, view , edit and add
records, you can create foreign keys that makes you select values of a
field from another table, can fully customize the appearance of the
generated application, strong ability to validate the data entered in
new records , Security Options and so many advanced features makes
creating PHP MySQL web applications very easy thing , download Free
trial now
Date created: 03-09-2008.
PHPLocation IP to country location
http://www.fordevr.com/Link-Details-12096/phplocation-ip-to-country-location.html
With PHPLocation you know exactly the country of your visitors on your
website, you can do automation and statistics, with an easy to use
interface. It can be integrated into any existing PHP script. It helps
you to increase your revenue. Think globally, act locally, it is the
most complete, powerful and accurate PHP solution available on web for
IP to country location based on advanced whois analysis, you do not
have to update monthly a huge IP to country database with our system.
It gives information about the country of your visitor to your PHP
scripts : country name, continent, capital, international dialing
prefix, currency, ISO4217 currency code, Internet TLD, ISO3166 Alpha 2
code, ISO3166 Alpha 3 code, ISO3166 Number code, FIPS104 code. Do
redirections. Send content to your script, Include PHP. Do logs for
activity and location statistics.
Date created: 03-09-2008.
MX Navigation Pack for PHP
http://www.fordevr.com/Link-Details-12097/mx-navigation-pack-for-php.html
MX Navigation Pack is a Dreamweaver extension that allows you to
insert different navigation bars into your dynamic content. Whether
you need a category navigation, a simple page navigation or A to Z
navigation, our tool can help you build and implement it in your
pages. Supported server technologies: ColdFusion, ASP VBScript,
PHP_MySQL and PHP_ADODB -- Page navigation - organize your records
into pages and insert slim navigation buttons to help you move
around. -- Category navigation - you already have your products
organized into categories. So why not navigate through your categories
and list all your products with a simple click? -- A to Z navigation
- index your records to make them easier to navigate and create your
own glossary of terms. -- Records navigation - Simple but effective,
this feature will insert the buttons to help you get to the entry you
needed.
Date created: 03-09-2008.
ThimbleDoc
http://www.fordevr.com/Link-Details-12067/thimbledoc.html
Very useful and easy PHP documentator, using compatible syntax with
phpDoc. Offers very easy-to-use interface, support for custom
documentation templates and languages.
Date created: 03-09-2008.
IntraVersion: Version Control System
http://www.fordevr.com/Link-Details-12068/intraversion-version-control-system.html
IntraVersion is a multi-user web-based document version control
system. It can be used as nn Intranet Management System - allowing
effective file sharing, or as a Software Configuration Management
System... Features:-Easy to Install & Use,-Web-Based, Platform
Independant (PHP & MySQL)-Full Check-In / Check-Out.-Store Text &
Binary Files.-Multi-User, Non-Concurrent Editing.-Output Macros-
Project Build Options-Saved System Commands-Store As Diffs-Flexible
Reporting
Date created: 03-09-2008.
robots.spider(tm)
http://www.fordevr.com/Link-Details-12069/robotsspidertm.html
robots.spider(tm) will read a robots.txt file and compare it with the
pages on the site. Search engines spider the site. If there are no
references to a directory or file, it will not be indexed. robots.txt
files should not refer to unreferenced content because it allows other
viewers to identify areas of your site that you don't want indexed.
The read depth limits the number of pages scanned.
Date created: 03-09-2008.
Php Syntax Highlighter
http://www.fordevr.com/Link-Details-12070/php-syntax-highlighter.html
This small script convert your PHP code into a syntax colored html
text. It is usefull if you want to display your PHP code on a html
page with nice colors. Ideal for document and tutorial writers.
Date created: 03-09-2008.
phpJobScheduler - your simple PHP replacement to cron jobs
http://www.fordevr.com/Link-Details-12071/phpjobscheduler-your-simple-php-replacement-to-cron-jobs.html
PHP scheduler - 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. Schedule a task
to run hourly, daily or weekly - scheduled data is stored in a MySQL
database via PHP. phpJobScheduler will fire any PHP script (or perl
script) for you at the correct day/time (dependant upon your traffic
to your web site).Some of the features:- easy setup- runs silently (no
screen output)- saves run logs to database- saves error messages to
database- runs remote scripts in a secure folder- schedule PHP scripts
to run: * hourly * daily * weekly - add scheduled tasks -
modify existing scheduled tasks - delete existing scheduled tasks- and
more...
Date created: 03-09-2008.
YAPHPO
http://www.fordevr.com/Link-Details-12072/yaphpo.html
A PHP obfuscator that will obfuscate functions, variables, classes and
even constants. Each of these groups can be given regular expressions
so that you choose exactly which are obfuscated and which are not.
Also removes comments and whitespaces. This obfuscator uses PHP's own
tokenizer to get the best results reliably and is released under the
GPL. Yes, it's entirely free.
Date created: 03-09-2008.
gAjax
http://www.fordevr.com/Link-Details-12073/gajax.html
This package can be used to execute PHP functions from Javascript
using AJAX calls. It registers PHP function that may be called from
Javascript. Then it can generate the necessary Javascript code to call
those PHP functions using AJAX. A separate helper class can be used to
generate Javascript code to be executed when the PHP functions are
called.
Date created: 03-09-2008.
Script Packer
http://www.fordevr.com/Link-Details-12074/script-packer.html
Script Packer or Website Packer is a simple script designed for the
power user. It allows you to pack lots of files into one or two large
ones.
Date created: 03-09-2008.
Php Installer
http://www.fordevr.com/Link-Details-12075/php-installer.html
I made this script for people that are working on there own scripts.
When i created Spoke Calculator Pro and Addressbook i soon thought it
would be a good idea to include a way for the user to simply install
the scripts with little know how of any sort of MySQL knowledge. I
gathered the basic principle from the Word Press instillation,
although they are different in coding and function. Features: *
Automatically Create a congig.php file. * Test to see if config.php
exists * Insert MySQL automatically
Date created: 03-09-2008.
MD5 Convertor
http://www.fordevr.com/Link-Details-12076/md5-convertor.html
Very simple script for convert symbols to MD5 fashion. GNU Lincence
Date created: 03-09-2008.
PMS - phpMemoryScript
http://www.fordevr.com/Link-Details-12077/pms-phpmemoryscript.html
No MySQL required. Only you preset on index.php your username and
password and your servers settings and it´s all. Ideal for programator
´s, who hasn`t good memory and this script is very safe.
Date created: 03-09-2008.
Grab Yahoo!
http://www.fordevr.com/Link-Details-12078/grab-yahoo.html
This script is used to grab Yahoo! Address Book and Messenger List.
With the Yahoo! Account's username and password, the class uses cURL
support to authenticate user on Yahoo! and create an array list of
service choosen by the user. Services that the class support at the
moment are: 1. Address Book 2. Messenger List 3. Number of Unread
Mails
Date created: 03-09-2008.
PHP Installation System
http://www.fordevr.com/Link-Details-12079/php-installation-system.html
The PHP Installation System is an abstract class which can be used to
create a web-based installation script. It provides all the basic
interface tools of gathering configuration information from the user
while allowing the author to perform all PHP commands throughout the
installation process. PIS takes care of all the overhead and lets you
concentrate on installing your script! Installing a script shouldn't
be complicated. This script addresses that.
Date created: 03-09-2008.
FindMagic - Find magic blocks in random binary data
http://www.fordevr.com/Link-Details-12080/findmagic-find-magic-blocks-in-random-binary-data.html
This script finds ext2, cramfs, romfs or other filesystems in binary
firmware files from router manufacturers like netgear, d-link and
linksys. It should work for any file distributed as a firmware or
flash update to any x86 and or UNIX variant embedded system that linux
can at least "see" or deal with. It can also find things like embedded
bios code etc.. These firmware files usually have proprietary headers
and other junk intermixed within them, making them such that they
cannot be directly mounted with the 'mount' command. The script uses
the linux/Solaris "file" command to examine every x block of data in
the image.
Date created: 03-09-2008.
CSS AutoLoad
http://www.fordevr.com/Link-Details-12055/css-autoload.html
CSS AutoLoad processes the @import keyword server-side instead of
client-side. In this manner, website authors can easily create and
load a CSS framework into all pages with a single stylesheet include,
no matter how many .css files are in use. In English: You can use as
many stylesheets as you want without having to include each one in
your HTML document and without creating extra HTTP requests. Also,
compression of the aggregate file save bandwidth by shrinking the size
of the aggregated file. Installation takes a matter of seconds and
requires no changes to your existing CSS code.
Date created: 03-09-2008.
Multi-thread Simulation
http://www.fordevr.com/Link-Details-12056/multi-thread-simulation.html
This class can emulate the execution of program threads using separate
HTTP requests to the same script. It establishes an HTTP connection to
the same Web server to execute the same PHP script. It sends a request
passing the name a function to execute and an argument to be passed to
that function. The requested script executes some code that detects
the thread execution request and calls the specified function. When
the thread request script ends, the return values of the called
function is returned as a serialized string. The calling script can
execute other tasks while the thread script runs. The results may be
collected later when the thread script ends.
Date created: 03-09-2008.
StringToArray()
http://www.fordevr.com/Link-Details-12057/stringtoarray.html
StringToArray() splits each character of a string and uses each
character of the string as an array element, hence, converting a
string to array.
Date created: 03-09-2008.
Turck MMCache for PHP
http://www.fordevr.com/Link-Details-12058/turck-mmcache-for-php.html
Turck MMCache is a free open source PHP Accelerator, Optimizer,
Encoder and dynamic content cache for PHP. It increases performance of
PHP scripts by caching them in compiled state, so that the overhead of
compiling is almost completely eliminated. Also it uses some
optimizations for speed up execution of PHP scripts. Turck MMCache
typically reduces server load and increases the speed of your PHP code
by 1-10 times. It is tested witn PHP 4.1.0-4.3.3 under Linux and
Windows with Apache 1,3, Apache 2.0 and IIS 5. Since the version
2.3.10, Turck MMCache contains PHP encoder and loader. You can encode
any PHP scripts in order to distribute them without sources. Encoded
files can be run on any site which runs PHP with Turck MMCache 2.3.10
or above. Since version 2.3.15, Turck MMCache is compatible with Zend
Optimizer's loader.
Date created: 03-09-2008.
MoreCache
http://www.fordevr.com/Link-Details-12059/morecache.html
Morecache allows you to easily cache parts or all of your script's
output. This is useful if you have slow database queries on data that
is viewed more often than it is changed. Morecache works by using
output buffering to capture the output when it is first generated, and
storing it in files from which it is retrieved afterwards. This can
result in a huge speed increase.
Date created: 03-09-2008.
PHP Accelerator
http://www.fordevr.com/Link-Details-12060/php-accelerator.html
The PHP Accelerator provides a high performance caching/optimising
solution capable of accelerating PHP scripts by typically 2 to 4
times, although over 9 times has been reported on some large sites,
and rivals the best alternatives. In addition PHPA can be very
effective at reducing load average and reducing file I/O because
cached scripts executed from a specially designed shared memory cache.
A simple code optimiser is also built in, gaining some extra
performance and reducing code size. The new release is free of
activation keys.
Date created: 03-09-2008.
PHP Code Sweeper
http://www.fordevr.com/Link-Details-12061/php-code-sweeper.html
PHP Code Sweeper is a PHP script optimizer that includes such features
as: cleans white space, removes comments, adds certain unreadability
to your code, and accelerates your script execution.
Date created: 03-09-2008.
Zend Accelerator
http://www.fordevr.com/Link-Details-12062/zend-accelerator.html
The Zend Accelerator is a server-side caching program designed to
speed up PHP based Web sites dramatically. The Zend Accelerator was
engineered to handle the scripts that dynamic Web sites depend on.
Integrated with the Zend Engine, the ‘kernel' of PHP 4.0, the
Accelerator applies a variety of optimizations and advanced caching
techniques to dramatically improve the performance of PHP-based
dynamic Web sites. The Zend Accelerator typically increases the number
of requests that can be handled per second by a factor of 3. It also
trims latency to near zero. The Zend Accelerator incorporates a built
in performance monitor that enables system administrators to measure
the speedup experienced by actual site visitors in real-time.
Date created: 03-09-2008.
ez_cache
http://www.fordevr.com/Link-Details-12063/ez-cache.html
This script uses PHP4's output buffering to allow you to only cache
certain parts of your page. Very useful if you want some items updated
more often than others.
Date created: 03-09-2008.
Toncarta Cache
http://www.fordevr.com/Link-Details-12064/toncarta-cache.html
Toncarta Cache is an output caching system for php scripts. It cuts
the load on your server(s) by caching the output of your scripts.
Features: Can set a maximum age for cached data, Exclusions can be set
on a per file basis, 3 different storage types: database, file and
shared memory. (Only db and file currently implemented), and Data can
be compressed if disk space is an issue. On a moderately complex php
script (doing ~50 simple sql queries) it increased throughput by
approximately 3 times. On more complicated scripts this figure can be
expected to rise.
Date created: 03-09-2008.
jpCache
http://www.fordevr.com/Link-Details-12065/jpcache.html
jpcache is a lightweight, full page caching system for PHP which uses
gzip content-encodig and ETag-headers. It allows around 80% in traffic-
saving for php-pages and reducing server-load.
Date created: 03-09-2008.
Zend Optimizer
http://www.fordevr.com/Link-Details-12066/zend-optimizer.html
The Zend Optimizer uses multi-pass code optimizations to double the
running speed of PHP applications. This add-on is appropriate for all
PHP users, who can benefit from the better response time featured by
the product. The increase in speed for running PHP code reduces the
CPU load for the server, and cuts in half latency time.
Date created: 03-09-2008.
MX Kollection - Work Smart
http://www.fordevr.com/Link-Details-12048/mx-kollection-work-smart.html
MX Kollection 3 is a bundle of InterAKT's most popular MX extensions
that will change the way one creates dynamic web applications with
Dreamweaver. If you are a ColdFusion, ASP VB or PHP developer you will
find that our product will enable you to develop e-Commerce, CMS, CRM,
back-end and other web-based solutions with increased efficiency,
quality and capability. Our customers think of it as the next level in
Dreamweaver MX visual software development. Benefit from: --File and
image upload; --Advanced form validation; --Professional user
authentication; --Automatic send e-mail capabilities; --Lists and
forms with CSS support; --Multiple insert and delete; Multiple updates
in Excel like grid; --Visual query builder; --13 different widgets; --
Looper and nested repeat; --Functional Server Side Includes; Dynamic
web development even for designers. Do projects that were previously
out of your reach.
Date created: 03-09-2008.
Advanced Online Search and Replace PHP Script
http://www.fordevr.com/Link-Details-12049/advanced-online-search-and-replace-php-script.html
Advanced Online Search and Replace PHP Script Its a script files
content search and replace scripts for your website on server
side. - You can replace batch HTML, HTM, PHP or other pages on
server directly and quickly. - Search and Replace any text , case
sensitive, in a directory or a whole site, include subdirectory or not
- You can now replace thousands of HTML files for words, numbers,
mailbox, terms, affiliate link code, google adsense code or fix site
errors in seconds.
Date created: 03-09-2008.
PHP, HTML & Java Test Board
http://www.fordevr.com/Link-Details-12050/php-html-java-test-board.html
GUI learning tool for PHP, Java & HTML. Easily test scriptsIt’s like a
virtual online compiler. A demo is on the files home page.PHP, HTML &
Java Test Board has many built in code snippets and isCompletely
customizable with no restrictions.
Date created: 03-09-2008.
phpWinDoc
http://www.fordevr.com/Link-Details-12051/phpwindoc.html
Thi software provides a usefull GUI to handle the configuration and
the execution of the phpDocumentor engine to create the documentation
of your PHP softwares. It contains also phpDocumentor 1.3.0 and PHP
4.3.6, just install and run.
Date created: 03-09-2008.
link2this
http://www.fordevr.com/Link-Details-12052/link2this.html
Link2this is a simple php/MySQL class that helps the webmaster promote
Link development. Link information like anchor text and descriptions
are stored in a database. Once the output file is included or
integrated into an exisiting site, users can get link information with
a single click.
Date created: 03-09-2008.
PHP Print / Echo
http://www.fordevr.com/Link-Details-12053/php-print-echo.html
PPE is a handy little script that allows you to enter in plain text or
HTML, and get the PHP equivelant back. No more wasting time getting
your text to be "code-ready", with PPE, you enter the text, and the
script does the rest! PPE takes the text you enter, and formats it
according to the options you choose. With PPE 1.0.0 release, you have
the options for multiple end of line characters, use of the echo
function, use of the print function, your own defined variables, and
even tripple slash adding.
Date created: 03-09-2008.
select menu php code generator
http://www.fordevr.com/Link-Details-12054/select-menu-php-code-generator.html
Select is a PHP class that allows you to create "select" drop down
menus in an easy manner so that you can dynamically update your menu
from a file or a database.
Date created: 03-09-2008.
Array Handler
http://www.fordevr.com/Link-Details-12031/array-handler.html
This script can convert array to a string separated by special
characters and vice versa. You can save the string to a file and
restore it. It can be usefull if you want to store some data structure
but don't want to setup a database for that.
Date created: 03-09-2008.
DICENMENU
http://www.fordevr.com/Link-Details-12032/dicenmenu.html
DICENMENU -a css driven dropdown menu. Light and fast loading.
Date created: 03-09-2008.
PasteBox
http://www.fordevr.com/Link-Details-12033/pastebox.html
PasteBox is a basic pastebin. It is written in PHP, works with PHP 5.
Provides RSS feeds of latest entries, syntax highlighting using GeSHi
and clean URLs. Uses PDP-PDO for database flexibility. Runs without
setup on many machines (must have PHP 5, sqlite3 (for default
setup), .htaccess enabled).
Date created: 03-09-2008.
Meta Tags Generator
http://www.fordevr.com/Link-Details-12034/meta-tags-generator.html
Meta Tags Generator. This script will allow your visitors to create
meta tags online. Features: Admin Notification
Date created: 03-09-2008.
PHP Function Finder
http://www.fordevr.com/Link-Details-12035/php-function-finder.html
PHP Function Finder provides quick and easy access to the PHP.net
function database. This is a must have time saving tool for every
Windows loving PHP developer.
Date created: 03-09-2008.
PHK packager
http://www.fordevr.com/Link-Details-12036/phk-packager.html
PHK is a library and application packager. It is a sort of PHP-
oriented jar. As such, it allows you to distribute and run a whole
application as a single file. It includes many features and options,
such as on-the-fly decompression, Web access restriction, CRC
consistency checks, digital signatures, meta-packages, an integrated
autoloader, etc. PHK also provides a standard way to display every
information about the package, as documentation and license, through
an embedded mini-website.
Date created: 03-09-2008.
Orbit42 Base Class 1.3 - STABLE
http://www.fordevr.com/Link-Details-12037/orbit42-base-class-13-stable.html
The base class of Orbit42.com (now considered stable) is an opensource
(free) project released with the hope that others would benifit from a
class that contians the basics already. The Object Oriented project is
hosted by
sourceforge.net. Such basics include iterative functions
(allowing each parent in the chain to contribute without the need for
complex namespace), debugging and error messenging system (from 1.1)
and a callback manager (allows easy plugin structure). The aim is to
create a system that makes good use of the best design patterns an
easier thing to create. It also supports simple abstraction to
datalayer (this is MySQL by default). There is now a second version
in development.
Date created: 03-09-2008.
META-Gen
http://www.fordevr.com/Link-Details-12038/meta-gen.html
META-Gen allows you to create complete META tags via a form. You can
enter values for description, keywords, resource-type, index, robots,
distribution, author, and more. Output is displayed in a text block
for easy copy + paste and you can use the script on your site,
allowing visitors to create their own META-Tags. Excellent source of
repeat traffic.
Date created: 03-09-2008.
Andy-PHP-Coder
http://www.fordevr.com/Link-Details-12039/andy-php-coder.html
With Andy-PHP-Coder, you can make your php-code easily to read for
others by exchanging speaking variables automatically with variable-
names chosen by chance. You can use this script, for example, before
offering it to the public.
Date created: 03-09-2008.
Headers and Footers
http://www.fordevr.com/Link-Details-12040/headers-and-footers.html
Using headers and footers, you can easily template your website to
make updating much easier and faster. This is a VERY simple script,
and you need no PHP knowledge to make it work.
Date created: 03-09-2008.
Commands Launcher
http://www.fordevr.com/Link-Details-12041/commands-launcher.html
This is a simple PHP script that allows you to run a pre-defined code
when you type in a pre-defined command. It is able to support more
than just one command and new commands can be easily added into the
script.
Date created: 03-09-2008.
phpSync
http://www.fordevr.com/Link-Details-12042/phpsync.html
phpSync is a php script to syncronise / publish / deploy a website
using normal FTP. It detects changes on your local machine and only
uploads that what has changed, it does not use datetimes but MD5
hashes so using a server in a differenttimezone is no problem. Version
2 now uses php-gtk graphical user interface, no webserver required.
Date created: 03-09-2008.
Country Building Block
http://www.fordevr.com/Link-Details-12043/country-building-block.html
Why Country Building Block? This package gives you the capability to
manage a country data field in a web database enviroment. Possible
uses include adding or removing countries on: + a simple web register
form+ a web application which uses country data in multiple places+ a
web page which shows the flag for the user+ any geographic scope where
dynamic country and flag data is used The Country Building Block
includes: * easy way to manage a country data field * ISO
compliant country codes * web friendly country names * two flags
for most countries: regular and big * scripts to paste into your
existing webpage * PHP open source code * simple point and click
interface * much more Easily manage a country data field on your
website.
Date created: 03-09-2008.
Quick and Simple Form Creator for PHP (form-a-form)
http://www.fordevr.com/Link-Details-12044/quick-and-simple-form-creator-for-php-form-a-form.html
The form-a-form will allow you to create a form that you can use as a
template, or rather as a really great start for your forms. It not
only generates the HTML code for the form, but generates the PHP query
aspects of the form as well. It is quite simply to get you started,
and get all the monotonous and boring form tags setup stuff out of the
way up front, allowing you to concentrate more on the analytical
design concept and form tweaking instead. What this form does is ask
for some information that will help layout your form, then provide the
html code for you to use. Form-a-form will provide the code for:1. The
initial form (form preview), as a user would see it when they first
arrived, 2. The form as it would be if the form were posted back to
itself (end user), and 3. A link to my Database Record Selector and
Editor (DB-RSE) which allows for editing of recorded data (admin).
Date created: 03-09-2008.
phpion
http://www.fordevr.com/Link-Details-12045/phpion.html
Phpion is PHP Encoding Solution developed by Phpion to serve those PHP
developers, who need to protect their PHP / HTML code from tempering
and unauthorized copying. Phpion converts the source code of PHP
Script to compiled PHP bytecodes for accelerated runtime performance
and maximum security. These bytecodes can be distributed to the end
users of PHP Applications and run like regular PHP scripts.Files
encoded by Phpion can run on PHP 4 and PHP 5 and are supported on
every system. This Phpion PHP Encoder gives PHP Developers a peace of
mind.
Date created: 03-09-2008.
encryptor and decryptor tools
http://www.fordevr.com/Link-Details-12046/encryptor-and-decryptor-tools.html
Offer free encryptor and decryptor tools for your visitor. get a
repeat visitor come to your site. Encryptor & Decryptor Tools is
scripts to allow your visitor make an encrypt and decrypt with several
ways. such as : ASCII to Binary, Binary to ASCII, ASCII to Hex, Hex
to ASCII, Binary to Hex, Hex to Binary, Backwards, Base 64 Encode,
Base 64 Decode, Caesar Bruteforce, DES Crypt (one way), HTML Entities
Encode, HTML Entities Decode, l33t 5p34k 3nc0d3, l33t 5p34k d3c0d3,
MD5 Crypt (one way), Igpay Atinlay, Un-Pig Latin, URL Encode, URL
Decode
Date created: 03-09-2008.
MX Kollection Pro
http://www.fordevr.com/Link-Details-12047/mx-kollection-pro.html
MX Kollection Pro is a bundle of the most popular Dreamweaver
extensions coming from InterAKT. The bundle contains state of the art
tools that allows you to develop membership based websites, portals,
blogs, image galleries, e-Commerce, CMS, CRM, back-end and other web-
based solutions providing you with advanced tutorials and wizards and
without requiring advanced programming knowledge from your side. To
mention just few of the features available, there are: Multiple file/
image upload, Many-to-many with supplemental fields, Master-Detail
lists and forms, Watermark copyrighted photos, CAPTCHA spam
protection, Send e-mail attachments, More secure user login, Filter
offensive content, Upload progress bar, Maximum login tries, User
access statistics and many more... This bundle is the WINNER of the
MOST INNOVATIVE APPLICATION chosen by more than 17,000 readers of
MXDJ&CFDJ Magazine.
Date created: 03-09-2008.
PHPerl
http://www.fordevr.com/Link-Details-12025/phperl.html
PHPerl links a Perl interpreter into the PHP3/4 module for Apache. It
provides a PHP API for managing Perl interpreters and evaluating Perl
expressions, plus a package of Perl subroutines to assist in executing
Perl packages in PHP context. PHPerl also cohabits safely with
mod_perl.
Date created: 03-09-2008.
Numeric PHP
http://www.fordevr.com/Link-Details-12026/numeric-php.html
The project aims at producing a set of packages containing functions
and classes to aid in the numeric manipulation of data. Packages will
deal with geometrical, statistical, matricial, etc. calculations.
Date created: 03-09-2008.
OO PHP Library
http://www.fordevr.com/Link-Details-12027/oo-php-library.html
OO PHP Library is an object oriented PHP library that provides
functionality to rapid DB interface building. It uses all advanced
features of PHP4 to allow quick, dynamically build web-pages.
Date created: 03-09-2008.
VH Layout
http://www.fordevr.com/Link-Details-12028/vh-layout.html
VH Layout allows you to write your dynamic website completely in PHP3
without worrying about the HTML tags. The design of VH Layout Class
was inspired by the Perl package HTMLTablelayout. It comes with
complete documentation and examples.
Date created: 03-09-2008.
VH NNRP
http://www.fordevr.com/Link-Details-12029/vh-nnrp.html
NNRP class provides a PHP API for reading news on the web. It
implements MOST of the RFC 977 commands. NNRP Class hides detail of
the NNRP protocol from developers. But it does requre users the
knowledge of NNRP.
Date created: 03-09-2008.
HTML_Graphs
http://www.fordevr.com/Link-Details-12030/html-graphs.html
HTML_Graphs uses PHP to provide a nice class interface for html
graphs. It provides a single, reasonably consistent interface for
creating HTML based charts. The idea behind this code is that the user
of the class sets up four or five arrays and pass these to
html_graph() which then takes care of all the messy HTML layout. A
fully customized chart can be created in just five lines of PHP code.
Date created: 03-09-2008.
Short keys Rivest-Shamir-Adelman (RSA) encrypt-decrypt functions
http://www.fordevr.com/Link-Details-12008/short-keys-rivest-shamir-adelman-rsa-encrypt-decrypt-functions.html
Everything for easy RSA encryption. Functions for generating keys
(modulo, public and private), for encrypting and for decrypting.
Modulo always eight-valued and keys are 4-8 valued. Not compatible
with PGP or other RSA implementations.
Date created: 03-09-2008.
Mufinware
http://www.fordevr.com/Link-Details-12009/mufinware.html
Database abstraction class, session class, validation utilities
galore, dynamic HTML generation utilities. Integrated database-driven
reference manual.
Date created: 03-09-2008.
Page Separation Class
http://www.fordevr.com/Link-Details-12010/page-separation-class.html
This is a simple PHP class that enables you to create an easy page
separation/navigation bar based on a SQL query. The page separation
feature can be easily customizable.
Date created: 03-09-2008.
Date class
http://www.fordevr.com/Link-Details-12011/date-class.html
A full featured class that encapsulates a date and a time. Features:
setters and getters like setYear(), getHours(); formatters -
toString(), Format(); add and substract methods; Some comparators -
compareTo( Date ), daysTo( Date ).
Date created: 03-09-2008.
PObjects
http://www.fordevr.com/Link-Details-12012/pobjects.html
PObjects, or Persistent Objects, provide a standard scheme for storing
and recovering data contained in classes. Derivations can persist to
databases, the file system, email, etc. No storage format is defined
at this basic level so any method (simple serialzation, WDDX, XML, db
mapping) can be used. The PObject package includes the basic PObject,
DBObject, source and the Postgres db class from PHPLIB.
Date created: 03-09-2008.
Softerra PHP Developer Library
http://www.fordevr.com/Link-Details-12013/softerra-php-developer-library.html
Softerra PHP Developer Library comprises the most significant and time-
consuming tasks faced in process of web solution development: database
interface creation (MySQL), arrays, search, grid, debugging, etc.
Date created: 03-09-2008.
cUpload.inc
http://www.fordevr.com/Link-Details-12014/cuploadinc.html
This class allows you to upload files using your broswer. It checks
file type, image type,file size, image height and width, and more. It
also includes a PHP/HTML file to show you how to use the class.
Date created: 03-09-2008.
PSLib for PHP
http://www.fordevr.com/Link-Details-12015/pslib-for-php.html
PSLib is a class for easy generating postscript files. Look the
included example file (historico.php3) to see how simple is generating
ps files using the pslib.
Date created: 03-09-2008.
DX0
http://www.fordevr.com/Link-Details-12016/dx0.html
DX0 is true, cross-browser DHTML delivered by PHP. The acronym DX0
originates from this concept: [D]ynamic HTML [X]ross-Browser with
Zer[0] Unused Code. DX0 is not just an DHTML library for PHP, but it
sniffs the browser on the server-side and delivers specific code for
the user's browser and version. Thus, Netscape users won't have to
download code with Internet Explorer functionality that won't ever be
used. And vice versa. v1.1 update: DX0 now allows reusable cross-
browser widgets to be stored in a binary pickle, so scripters in any
of the supported languages can use them. IE4+, NS4+, and Mozilla M14+
have all been tested and work well.
Date created: 03-09-2008.
mklib.php
http://www.fordevr.com/Link-Details-12017/mklibphp.html
mklib.php is a PHP library to make building web applications easier.
Example functions are processing data before inserting into a database
and formatting date/time strings for display. This library should work
with both PHP3 and PHP4. The Web site also features installation and
usage information.
Date created: 03-09-2008.
Date_Calc
http://www.fordevr.com/Link-Details-12018/date-calc.html
Date_Calc is a calendar class used to calculate and manipulate
calendar dates and retrieve dates in a calendar format. It does not
rely on 32-bit system date stamps, so you can display calendars and
compare dates that date pre 1970 and post 2038. Some of Date_Calc's
features: comparing number of days between arbitrary dates, validating
dates, calculating leap years, calculating the day of the week,
calculating week of the year, calculating first and last days of the
month, calculating next/prev week day, and calculating arrays of days
for use in calendar displays.
Date created: 03-09-2008.
PHP::HTML
http://www.fordevr.com/Link-Details-12019/phphtml.html
PHP::HTML is a set of PHP classes that implements a DOM style approach
to HTML documents. The document is an object which contains DOCTYPE,
head, styles and body, each of those can contain one or more children,
they can be text, tags, or even complex "widgets", such as tables,
forms, SideBars, menus, or even a calendar.
Date created: 03-09-2008.
php_webtools
http://www.fordevr.com/Link-Details-12020/php-webtools.html
php_webtools is a collection of useful tools and classes to help in
the construction of "enterprise" web applications. Many classicGUI
"widgets", such as the GTK "notebook" are implemented here as
extensible classes.
Date created: 03-09-2008.
class.gzip_encode.php
http://www.fordevr.com/Link-Details-12021/classgzip-encodephp.html
class.gzip_encode.php is a php class to gzip encode served content to
reduce size.
Date created: 03-09-2008.
class.browser.php
http://www.fordevr.com/Link-Details-12022/classbrowserphp.html
class.browser.php is a class of functions that is designed to make it
easy to download web pages for numerous uses, including for web
crawling. It extends the functionality of the PHP function fsockopen,
as well as adds string parsing functions to make numerous jobs easier.
Date created: 03-09-2008.
Generic PHP Framework
http://www.fordevr.com/Link-Details-12023/generic-php-framework.html
The Generic PHP Framework is a library of reusable objects for PHP4.
The idea is to build a framework that will make it easier to write
large, scalable PHP applications.
Date created: 03-09-2008.
Prometheus-Library
http://www.fordevr.com/Link-Details-12024/prometheus-library.html
The goals of this library are to provide a php-based api of objects,
functions, and defines to help the average developer design active
content sites with minmal effort. The prometheus library provides the
following functionality: AutoLoad, Sessions, Database Independence,
BenchMarking, UserAuth, UserDomain, WebClient, Unix Utilities,
FileSize, PageNavigator, UrlObject, MimeObject,Mail via IMAP and local
sendmail, AppServer, and Templates.
Date created: 03-09-2008.
PHP Atempt logger class
http://www.fordevr.com/Link-Details-11992/php-atempt-logger-class.html
This is a simple PHP class to stop someone acsessing a page more than
X times in X time. You can use it for allowing so many login attempts
per hour or anything else like that. You should only really use this
if you know PHP, if you don't tho you can ask us for help in our forum
and we will do our best to help you.
Date created: 03-09-2008.
DtTemplate
http://www.fordevr.com/Link-Details-11993/dttemplate.html
Though similar to other such offerings (i.e. Smarty) , DtTemplate has
some distinct advantages in its design. The formatting language is
extremely intuitive and bears a striking resemblance to html. This
library compiles its templates , and as such runtime is FAST!
Additionally, DtTemplate supports embedded php code within its own
templates. This library also produces I18-localized error messages.
Check out the extensive documentation available on our website with
examples and code snippets.
Date created: 03-09-2008.
The Japha Programming Interface
http://www.fordevr.com/Link-Details-11994/the-japha-programming-interface.html
The JPI is an effort to create an easy to use, highly re-usable
library of components and classes for use in every day programs. It is
based on the Java API (though it might as well be any API), to give
Java programmers and others an easy way to find documentation and ease
into the use of the language.
Date created: 03-09-2008.
PHP OO Multilevel Template System
http://www.fordevr.com/Link-Details-11995/php-oo-multilevel-template-system.html
A very fast and powerful object oriented template class with multi-
level template parsing. Includes such features as blocks, includes,
and loops with or without section for empty lists, fast variable and
template substitution, sub-templates and much more.
Date created: 03-09-2008.
PHP DocWriter
http://www.fordevr.com/Link-Details-11996/php-docwriter.html
PHP DocWriter is a set of PHP classes that generates simple StarOffice/
OpenOffice.org Writer documents.It builds the document following the
file format specification so you don't need to have OpenOffice.org
installed,though if installed this class can generate other document
formats like MS Word,PDF, RTF, StarWriter, LaTeX, XHTML, HTML,
etc.Currently supports pages, paragraphs, text styles, images, tables,
text boxes, headers, footers and drawings among other things.
Date created: 03-09-2008.
ReportList Class
http://www.fordevr.com/Link-Details-11997/reportlist-class.html
Designed to output lists or reports of data, typically directly from
database query results, but also quite useful for quickly formatting
generic array results for display. Features include record linking
(i.e. the link for each row in the resulting list depends on the
values of data within that row – useful in drill-down style reporting
systems), record pagination, column sorting, customizable list colors
and styles, row highlighting, and downloading to delimited text files
and XML.
Date created: 03-09-2008.
OO Template Class
http://www.fordevr.com/Link-Details-11998/oo-template-class.html
This is a powerful object oriented template class you can use in your
own programs. It's very easy to use and offers lots of features!
Date created: 03-09-2008.
mgcLib
http://www.fordevr.com/Link-Details-11999/mgclib.html
mgcLib is a library of PHP classes. <br>The code is well documented
and written in PEAR standards. <br><br>Current Packages: <br><ul><li>
Conf </li><li> Config </li><li> Date </li><li> Db </li><li> Debug </
li><li> File </li><li> Html </li><li> HttpRequest </li><li>
HttpResponse </li><li> HttpSession </li><li> HttpUpload </li><li>
Image </li><li> Mail </li><li> Random </li><li> Template </li><li>
Unique </li><li> Validator </li></ul>
Date created: 03-09-2008.
HTML2Text, HTML to plain text converter
http://www.fordevr.com/Link-Details-12000/html2text-html-to-plain-text-converter.html
This class converts HTML to plain, formatted ASCII text. By default,
the text is wrapped to 70 characters, and some basic formatting is
applied to preserve some of the HTML formatting. For
example:<br><ul><li>Paragraphs are indented</li><li>Heading tags <h1>
- <h3> are all caps</li><li>Horizontal lines, <hr>, are converted to
hyphens</li><li>Links are preserved as a footnoted list at the end</
li></ul>
Date created: 03-09-2008.
phemplate
http://www.fordevr.com/Link-Details-12001/phemplate.html
phemplate is fast and easy PHP template engine. It includes such
features as blocks, file includes, and loops with section for empty
lists, fast variable substitution, and more.
Date created: 03-09-2008.
PHP Porter Word Stemmer
http://www.fordevr.com/Link-Details-12002/php-porter-word-stemmer.html
This PHP class is a fairly faithful implementation of the Porter
Stemming algorithm for reducing English words to their stems. The
primary use of stemming words is in keyword indexing, if you're
building a search application.
Date created: 03-09-2008.
BabelKit Multilingual Code Table
http://www.fordevr.com/Link-Details-12003/babelkit-multilingual-code-table.html
BabelKit is an interface to a universal multilingual database code
table. BabelKit takes all of the programming work out of maintaining
multiple database code definition sets in multiple languages. The
code administration and translation page lets you define new virtual
code tables, new languages, enter all codes and their descriptions and
then translate them into all languages of interest. Perl and PHP
classes generate HTML code selection elements in the user's language.
Date created: 03-09-2008.
CodeKit
http://www.fordevr.com/Link-Details-12004/codekit.html
CodeKit is an interface to a universal database code table. CodeKit
takes all of the programming work out of maintaining multiple database
code definition sets. The code administration page lets you define
new virtual code tables and enter all codes and their descriptions.
Perl and PHP classes retrieve the code descriptions and automatically
generate HTML code selection elements. The home page contains live
demos.
Date created: 03-09-2008.
t0xirc
http://www.fordevr.com/Link-Details-12005/t0xirc.html
t0xirc is a PHP class that enables your applications to interact with
the popular IRC bot Eggdrop. You can use it to include a list of
connected users on your web page, or evenwrite a cli PHP script that
runs in the background and give some intelligence to your idle bots.
Usage is up to your imagination.
Date created: 03-09-2008.
QikTable
http://www.fordevr.com/Link-Details-12006/qiktable.html
QikTable is a PHP class that uses object-oriented syntax to simplify
the creation of HTML tables. Set or clear ANY attribute (including
CSS) for the table, headings, body, or by row, column or cell. Makes
it easy to build tables with data imported from sources like MySQL
databases, CSV and tab-delimited flat files (even imports MySQL column
names as headings!). Powerful template functions make QikTable a
template engine that requires no special syntax. Output completed
table to the browser or return as a string that can be saved to a
static HTML file or database table. Extensive documentation contains
the full API and lots of useful and interesting examples. Requires PHP
4.
Date created: 03-09-2008.
phpHtmlLib
http://www.fordevr.com/Link-Details-12007/phphtmllib.html
phpHtmlLib provides a mechanism to output perfectly indented/readable
XML/HTML/XHTML source, and a programmatic API to generating XML/HTML/
XHTML on the fly using OOP classes. The real power of the OOP libs is
the handy set of HTML widgets.
Date created: 03-09-2008.
PHP Content Feeder
http://www.fordevr.com/Link-Details-11977/php-content-feeder.html
ContentFeeder - A library used for assembling content feeds. RSS 2.0
is currently the only format supported, but can easily be extended to
handle more.
Date created: 03-09-2008.
VST - Very Simple Template
http://www.fordevr.com/Link-Details-11978/vst-very-simple-template.html
Very Simple Template allows you to dissociate very simply HTML code
from PHP code. A programer will easily rewrite an HTML project done by
a graphist and turn it into a VST template.VST uses a comment tag
system. So the graphist can edit the VST template with the software he
likes !
Date created: 03-09-2008.
QuickClass
http://www.fordevr.com/Link-Details-11979/quickclass.html
Want to speed up development? Create classes and sql structures for
your tables instantly. Just enter the classes members, the name of
the table, the database name, and click 'Submit'. Save the outputted
HTML as a php file and paste the sql statement into mysql to create
the table. Your ready to go! Pretty simple, very helpful.
Date created: 03-09-2008.
Sitellite Application Framework
http://www.fordevr.com/Link-Details-11980/sitellite-application-framework.html
Sitellite Application Framework is a collection of over 100 PHP
classes that make web application development easier, faster, and more
reliable. Highlights include a simple template system, form validation/
handling, multi-screen forms, multi-level caching, a Wiki-like markup
language called EasyText, and fast XML parsing and manipulation. SAF
is the Open Source core to the Sitellite Content Management System.
Date created: 03-09-2008.
Plugable Items
http://www.fordevr.com/Link-Details-11981/plugable-items.html
Plugable Items are a collection of PHP classes to create small tables
with information on your website. Current modules contain Plugs that
show server statistics, message of the day, Images, calendar. The
classes are very easy to create yourself.
Date created: 03-09-2008.
MyObjects
http://www.fordevr.com/Link-Details-11982/myobjects.html
MyObjects is a set of tools for database schema generation, class
generation and object persistence. It is divided into two sub
projects, a compiler for class generation and runtime for back and
forth maping objects to the database and Xml files.MyObjects finished
Zend's Php 5 Coding Contest in 7th place.Features Of MyObjects:
Automatic database schema generation from existing databases. Web
based database schema generation from scratch. Command line based
database schema and class generation. Generation of Sql statements
from the designed database schema. Generation of Classes that will map
to the database tables. (A seperate class for each table is created).
Full validation code through setter methods in generated classes.
phpDoc style comments in generated classes. Minimizes runtime
operations by providing many features in generated classes. Xml
serialization of the objects of generated classes and deserializing of
the objects from Xml files. Inplemented in new Php 5 object mod
Date created: 03-09-2008.
phpAddDict - Library to work with select, checkbox and radio lists
http://www.fordevr.com/Link-Details-11983/phpadddict-library-to-work-with-select-checkbox-and-radio-lists.html
PHP Classes Library made to make easier your work with a large number
of lists (dictionaries / references) on web pages. Lists are select,
checkbox, radio elements etc. Library gets lists from database for
further output on the HTML-page. It also provides administrative
script for inputting the dictionaries into the database.
Date created: 03-09-2008.
Document Generator [RTF PDF]
http://www.fordevr.com/Link-Details-11984/document-generator-rtf-pdf.html
Document Generator Class is aiming to unify the generation of the
printable documents using the common file formats - RTF and PDF. If
there is a need of some application which could form certain
information in a format, which could be easily downloaded from
internet server and then opened, printed or saved by any internet
user, and this class can help the owners of various web services to
accommodate this need. This script is written in PHP and uses no
additional components (plugins or else). The script works on Unix or
Win32 platforms and require only PHP 4.x.x (or later) installed. With
this script it is possible to create very complicated tables having
full control over their look at the same time. It is possible to merge
cells, change background color, control width and height of the cells.
Even nested tables are supported, only you need to remember that this
is not HTML, and nested tables will not always look like they do in
HTML. The script supports images JPG and PNG
Date created: 03-09-2008.
Myref - PHP class library for control lists (references)
http://www.fordevr.com/Link-Details-11985/myref-php-class-library-for-control-lists-references.html
API and administrative script that help you manage "select",
"checkbox" and "radio" lists (references) easy and comfortable.
Date created: 03-09-2008.
XLS Reader Class
http://www.fordevr.com/Link-Details-11986/xls-reader-class.html
XLS Reader - PHP class that can read binary XLS files (MS Excel) using
PHP only on all platforms. MS Excel or any additional PHP modules are
not required.With this script you will be able to easily present your
reports, price lists etc. on your web sites without any additional
programming. Or you can extract data from XLS tables into some
database like MySQL. The script is able to convert XLS files created
by MS Excel to HTML tables, preserving almost all formatting
properties (including date, time, numbers and currencies). This means
that you can format the spreadsheet in Excel as you like it – using
different font and cells formatting properties and the script will
convert your XLS file into HTML as close as possible. The Class is
very simple to use, as it has its own built-in excel2html converter,
which allows you to convert either whole WorkBook (including all the
WorkSheets) at once, or to get HTML code only for needed SpreadSheets
only. You can test the script on-line.
Date created: 03-09-2008.
RTF Generator Class
http://www.fordevr.com/Link-Details-11987/rtf-generator-class.html
RTF Generator lets you create your own RTF files on web-servers,
without any applications except PHP. No additional PHP modules needed
and the sctipt is not system-dependent and works on all platforms.
Using special mark-up language which is based on HTML, you will be
able to describe all necessary formatting for your data. You will have
total control over the final look of the RTF document, as the
Generator supports almost all features you can find in MS Word when
creating a document. With this tool you will be able to generate
customized contracts, agreements, bills of sales using client provided
information or information from database, including images. It can
save huge amount of time on document preparation. The document is
totally generated within a split second using the dynamic data.
Date created: 03-09-2008.
XLS Generator
http://www.fordevr.com/Link-Details-11988/xls-generator.html
XLS Generator is a PHP script, allowing to create binary XLS files
using PHP. Using this script you will be able to create spreadsheets
on UNIX systems, or on Windows; only PHP 4.x (or later) is required
and no additional PHP modules needed.XLS Generator has many features
which will help you to make your generated spreadsheets look
individual: font styles, border and color settings, background,
foreground and border colors and styles, text orientation and in-cell
alignment settings. You can even add formulas and Excel functions.
Also supported : paper size, page orientation, printed margins, header
and footer which can include page numbers. For all the features you
can consult the full documentation which is available on-line.You can
test the work of the script via fully funcional on-line demo, located
on the script page.
Date created: 03-09-2008.
TXT Generator Class
http://www.fordevr.com/Link-Details-11989/txt-generator-class.html
The script is aimed to creation of the plain text files (TXT).
Certainly, there is no use to "just create TXT file using PHP" it is
simple - so, TXT Generator is powered by additional features in order
to make it possible to create complicated layouts using just plain
text. TXT Generator has many features which will help you to make
your generated TXT files look not as a bunch of lines of text:
paragraphs with alignment, custom width, borders and page orientation;
ordered and unordered lists; and even tables, with variable width, in-
cell text alignment, table orientation on page. For all script
features you can consult on-line documentation.There is a
fullyfunctional on-line demo available on the script web-page.
Date created: 03-09-2008.
Smart Configurer
http://www.fordevr.com/Link-Details-11990/smart-configurer.html
Smart Configurer is a PHP application to read and write
configurations, similar to the Windows INI file. Smart Configurer
supports multiple sections, and subsections. Ability to add, remove,
retrieve and modify sections, ubsections, keys and their properties.
It's a must have for any serious PHP developer.
Date created: 03-09-2008.
Dynamic Form Classes Library
http://www.fordevr.com/Link-Details-11991/dynamic-form-classes-library.html
This is a Class Library to make forms,All simple element like Button,
Text.... are implemented.It use an Abstratuct class with structure
form use.Ther are some comlpex elements like Text Input form, login
form !
Date created: 03-09-2008.
datLib
http://www.fordevr.com/Link-Details-11961/datlib.html
datLib contains Class Methods that help simplify common programming
functions that PHP programmers use in their development process when
building web based applications. These include calculating dates in
different formats; server and user information such as IP Address,
Browser Information, Operating system; String manuiplations to extract
strings from certain positions and from certain characters; Flat File
control to create and delete files, to write files in different
formats based on the Operating System, finding file extensions; Math
functions to duplicate basic math functions such as Area and Volume;
Form validation to validate basic form fields such as email address,
user names, passwords; Array manuiplations to count 2D arrays and to
find the index position of elements. datLib helps save the time in
recreating these common functions to help you get started on your
project faster and focus on the most important aspects related to it.
It is also always expanding and updated.
Date created: 03-09-2008.
Class.RC4Crypt
http://www.fordevr.com/Link-Details-11962/classrc4crypt.html
RC4 is a symmetric fast and secure encryption / decryption algorithm.
This class attempts to add the unbarable missing of RC4 support in
PHP, also since recent versions mcrypt do not support RC4.
Date created: 03-09-2008.
F-ystem Support Module
http://www.fordevr.com/Link-Details-11963/f-ystem-support-module.html
The F-ystem Support Module allows you to read or write to a file. It
will also copy files if needed. When you read, write or copy a file
you must use an existing directory. You will also have to manually
chmod your files in order to write to them. Although append mode works
if the folder is executable. F-ystem methods return numeric error
codes so a PHP script can decide what to do if an error is
encountered.
Date created: 03-09-2008.
Receive Email Class
http://www.fordevr.com/Link-Details-11964/receive-email-class.html
This class can be used to retrieve and parse e-mail messages from a
POP3 or IMAP using the PHP IMAP extension. It can connect to a mail
server, retrieve the total number of messages in a mailbox, retrieve
the headers, body and attachment files of a given message, and delete
a message.
Date created: 03-09-2008.
CSS Briefcase
http://www.fordevr.com/Link-Details-11965/css-briefcase.html
Tired of constantly re-writing the same CSS code? Frustrated with
searching through old projects to copy and paste code from? CSS
Briefcase is a great little program that helps you organize your CSS
styles and store them for use in future projects. Just add CSS style
code you tend to use in several projects, and from there on adding the
code into new projects is as easy as selecting the styles you want and
clicking a button.
Date created: 03-09-2008.
Dyn PHP class
http://www.fordevr.com/Link-Details-11966/dyn-php-class.html
Dyn PHP class can be used for creation of PHP config files using
object oriented way.
Date created: 03-09-2008.
EasyTemplate
http://www.fordevr.com/Link-Details-11967/easytemplate.html
EasyTemplate is a template engine for PHP. it is easy to use and
basic, it is powerfull for any application that need this functions
LOOP, INCLUDE, SWITCH and IF ELSE. is also cached the page after
compiled finally you don't need to assign variables, it is auto
recognized the variables.
Date created: 03-09-2008.
phptarsier
http://www.fordevr.com/Link-Details-11968/phptarsier.html
phptarsier is a PHP 5 MVC (Model View Controller) Framework that
implements Web 2.0 technologies at its best. As it is base on PHP, you
can expect its speed to be on top.
Date created: 03-09-2008.
JASPer
http://www.fordevr.com/Link-Details-11969/jasper.html
JASPer is a PHP class that can be used to parse HTML templates. JASPer
supports custom tags that cause it to perform special operations.
These include if/else blocks, includes, and loop blocks. Also has some
basic caching functionality. If your after a simple, lightweight
template parser that still has some handy little features give JASPer
a go.
Date created: 03-09-2008.
phpManta suite
http://www.fordevr.com/Link-Details-11970/phpmanta-suite.html
phpManta is a suite of PHP classes, scripts and examples intended to
help PHP programmers writing stable PHP websites and applications.
Mdoc is a new auto-documentation tool to create manuals like PHP
manual at
php.net web site, so in a style common to the PHP community
and is very efficient to share your code as APIs. Mdoc parses the
PHP source code and its comments to build the manual for a class or a
library. A class is a valid PHP4 or PHP5 class, a library is a file of
functions, both may contains constant declarations. Documentation
may then be displayed formated in native or custom (X)HTML code which
can be included in web pages. Native format style is mostly inspired
from PHP manual at
php.net web site. Custom format is built thanks
to a powerful template feature and can be in any structured language
such like XML (assuming the template smart display flag is set to
"off" to disable the XHTML smart display feature).
Date created: 03-09-2008.
Metastorage
http://www.fordevr.com/Link-Details-11971/metastorage.html
Tool that generates PHP persistent object classes that perform object-
relational mapping (ORM). The generated code stores and retrieves
objects from many types of relational databases: MySQL, PostgreSQL,
Oracle, Microsoft SQL server, SQLite, etc.. Supports own Object Query
Language (OQL), generates database schema instalation classes, Web
forms classes and report classes. Provides a Web based and command
line interfaces to execute the tool.
Date created: 03-09-2008.
Logging to text file
http://www.fordevr.com/Link-Details-11972/logging-to-text-file.html
This class helps in logging script activities. The lack of advanced
features makes it very easy to use. Tell it where the log file is and
start writing log entries to the file. Use this logger if you don't
need anything fancy and just want it to work.
Date created: 03-09-2008.
ZBZ5 Simple Localizing Tool
http://www.fordevr.com/Link-Details-11973/zbz5-simple-localizing-tool.html
ZBZ5 Simple Localizing tool was created because I needed a localizing
tool, and my host did not have the PHP GetText modules installed.ZBZS
Simple Localizing tool is of course a lot simpler than GetText, does
not support plurals i.e.But ZBZ5 Does support variables in the
localized strings in accordance with the sprintf() function in PHP.The
library was made to be as easy to use as possible, and allso have
avery simple syntax for the language files
Date created: 03-09-2008.
phpInsider's XMLParser
http://www.fordevr.com/Link-Details-11974/phpinsider039s-xmlparser.html
This library assists in parsing XML documents into generic PHP arrays.
Also comes with RSSParser, an extension of XMLParser that creates
simple RSS-specific array structures from RSS feeds.
Date created: 03-09-2008.
XmlReflection API
http://www.fordevr.com/Link-Details-11975/xmlreflection-api.html
Builds on top of PHP5's successful Reflection API to output XML with
the same interface as the Reflection API does. Which, combined with
the power of XSLT can make a powerful documentation or GUI building
tool for PHP5 developers.
Date created: 03-09-2008.
SLLists - Scriptaculous Lists with PHP
http://www.fordevr.com/Link-Details-11976/sllists-scriptaculous-lists-with-php.html
A PHP-based wrapper around the scriptaculous javascript library that
makes it trivial to add drag-and-drop sorting to lists or any other
HTML element. Helper functions to take the result of sorting and
return it in a simple PHP array to enable easy updating of database
records. Perfect for letting users sort a bunch of items - no more
listboxes with up and down arrows!
Date created: 03-09-2008.
SleekTabs
http://www.fordevr.com/Link-Details-11944/sleektabs.html
SleekTabs is a PHP class which eases the process of creating tabbed
interfaces in HTML. Basically put, if you want a tab system (like on
Properties/Inspector-styl e dialogues on the desktop) for a bit of
content on your web page, SleekTabs automates this process. Just give
SleekTabs the names of your tabs, the URLs and customise the styles if
you want, then just let ST do the rest! SleekTabs has a built-in Ajax
feature - just make a simple page which provides the HTML you want put
inside the content area (excluding headers etc.) and tell ST where to
find it! With full Ajax functionality, plus a fallback for those
without Ajax or without JavaScript, SleekTabs adds that extra Ajax
touch to any page while optionally retaining backwards-compatibility
for those with JavaScript off, screen readers or old browsers.
SleekTabs is free software/open source under the BSD Licence. See the
licence header in the sleektabs.php file for more information.
Date created: 03-09-2008.
ProgressBar.class.php
http://www.fordevr.com/Link-Details-11945/progressbarclassphp.html
ProgressBar.class.php is an easy to use solution to prevent timeouts
for time consuming operations and loops in PHP.
Date created: 03-09-2008.
Cute PHP Library
http://www.fordevr.com/Link-Details-11946/cute-php-library.html
Cute PHP library is a small collection of classes for PHP. The purpose
of the classes is to simplify functions for daily work with PHP (e.g.
convertions, formating, DB session, and so on).
Date created: 03-09-2008.
as_propsheet
http://www.fordevr.com/Link-Details-11947/as-propsheet.html
This package can be used to create Web based user interfaces for
configuring sets of properties. It can compose and generate HTML forms
with fields that appear split between multiple pages. The form pages
may be browsed using a tab or wizard like user interface. The form may
be composed adding several types of fields to each form page.
Date created: 03-09-2008.
PHPDance
http://www.fordevr.com/Link-Details-11948/phpdance.html
PHPDance is an object-oriented PHP interface to the Sharedance cache
server. It allows you to cache data in the very fast and reliable
Sharedance cache server. Features include the ability to be
distributed across multiple servers and optional redundancy (in which
writes go to two servers).
Date created: 03-09-2008.
PHP Tree Structure stored in MySQL database
http://www.fordevr.com/Link-Details-11949/php-tree-structure-stored-in-mysql-database.html
cNodes is a php class to store and manipulate tree structure in a
mysql database. An example of a typical uses for this would be a web
directory. Its important to note that the class and the table are
meant only to model the relationships between nodes in a tree. All
descriptive data about the nodes should be stored in a seperate table.
The class requires the use of PEAR::DB.
Date created: 03-09-2008.
Mod Rewrite Made Easy
http://www.fordevr.com/Link-Details-11950/mod-rewrite-made-easy.html
Function that makes using mod rewrite easy. Includes examples and full
description of use.
Date created: 03-09-2008.
PHP Functions for detecting Spiders and Small Screen Devices
http://www.fordevr.com/Link-Details-11951/php-functions-for-detecting-spiders-and-small-screen-devices.html
Two PHP functions that allow a developer to test for spiders and small
screen devices. Can be used for useragent cloaking, delivering lite
content to PDA's and cellphones, or solving any other problem that
requires delivering content based on user agent.
Date created: 03-09-2008.
Parse Apache Logs with PHP
http://www.fordevr.com/Link-Details-11952/parse-apache-logs-with-php.html
Quick and dirty example of how to parse CLF logs ( thats the common
format used by apache ) with php.
Date created: 03-09-2008.
phpCSV
http://www.fordevr.com/Link-Details-11953/phpcsv.html
This class can be used to read and parse Comma Separated Values (CSV)
files. It can parse each CSV file line and store the retrieved data in
a two dimensional array class variable. The separator character and
line length limit values are configurable.
Date created: 03-09-2008.
K-Pregs (Kai Perl Regular Expressions)
http://www.fordevr.com/Link-Details-11954/k-pregs-kai-perl-regular-expressions.html
K-Pregs is a library written in PHP. It comes with a bunch of
functions related to Regular Expressions. With this library you no
longer need to learn those strange Regular Expressions. With this
library you can for example check for valid urls, emails, credit cars
such as Visa, Master Card, etc... The library comes with examples.
Every single function in this library has one example file to show you
how to use that function. You will soon notice that you no longer need
to validate anything yourself, let K-Pregs do it for you! A perfect
solution to check whether a visitor has sent you correct email, url,
etc.
Date created: 03-09-2008.
LogManager
http://www.fordevr.com/Link-Details-11955/logmanager.html
This package can be used to log activity to a file or the system
logger. It can create a given log file if it does not exist and append
new log messages. It can also open a connection to the system logger
and send log messages with a given log level.
Date created: 03-09-2008.
PHP Printer Friendly Pages Generator Class
http://www.fordevr.com/Link-Details-11956/php-printer-friendly-pages-generator-class.html
This is a PHP class that helps you create printer friendly versions of
your page easily. All you need to do is to insert some custom tags in
your pages, tags that will tell the script what needs to be printed
from that specific page. An unlimited number of areas can be set for
printing allowing you a flexible way of setting up the content to be
printed The output is template driven, meaning that you can customize
the printer friendly versions of your pages by adding custom headers,
footers, copyright information or whatever extra info that you find
appropriate The script can be instructed to transform links to a
readable format (<a href="
www.somesite.com">c lick here</a> will
become click here [
www.somesite.com]) or to remove img tags (<img
src="pic.jpg" alt="picture" /> will become [image: picture] or just
[image] if no alt attribute is specified) The code is heavily
documented so you can easily understand every aspect of it See the
manual for more info.
Date created: 03-09-2008.
GoogleMapAPI
http://www.fordevr.com/Link-Details-11957/googlemapapi.html
GoogleMapAPI is a PHP library for the Google Map API. Features include
auto-geocode lookup, geocode caching, add markers and polylines by
address or geocode, enable/disable map features, add map directions,
add map sidebar, and many more.
Date created: 03-09-2008.
NumPer
http://www.fordevr.com/Link-Details-11958/numper.html
NumPer (Number to Persian) is an easy-to-use PHP class for converting
numbers to strings in the Persian language. The function input is a
number from 0 to 999999999999 (and may you add more by configuring the
appropriate array), and output is a string in Persian that could be
useful in showing the total payment price for shopping carts, text-
based human check systems for Persian, and more.
Date created: 03-09-2008.
Grab Yahoo
http://www.fordevr.com/Link-Details-11959/grab-yahoo.html
This class can be used to grab the contact lists of an Yahoo user. It
can authenticate in Yahoo with the user name and password of a given
account. Then it can retrieve the contact lists from either the
address book or the messenger friends. The retrieved contact lists are
parsed and returned as arrays.
Date created: 03-09-2008.
Simple tabbed menu
http://www.fordevr.com/Link-Details-11960/simple-tabbed-menu.html
This class can be used to generate menus based on HTML links that
appear in tabs. The menu presentation can be customized using CSS.
This class is based on the original written by Vedanta Barooah.
Date created: 03-09-2008.
Mutex Class
http://www.fordevr.com/Link-Details-11929/mutex-class.html
In situations where multiple processes or applications are sharing a
common resource you will have the problem that you will want only one
of them accessing / modifying that source at the time. This is also
known as a concurrency problem.A mutex lock solves this problem for
you. What it does: it creates a record indicating that for the unique
name you passed, a lock has been given. This unique name represents a
process or thread or application that can be running multiple times
simultaneously. So, during the time it has the lock, no other lock
with that name will be given which enforces the exclusivity.The class
comes bundles with a storage-adapter class and a mysql-storage class
that implements this adapter. But you can easily integrate a self-
built storage class that uses another database or even flat-file
system.
Date created: 03-09-2008.
Tarzan: Amazon Web Services made easier!
http://www.fordevr.com/Link-Details-11932/tarzan-amazon-web-services-made-easier.html
Tarzan is an object-oriented PHP5 API for working with some of
Amazon's web services. Tarzan has a consistent API across classes, is
fully object-oriented with little-to-no code duplication across the
API, has complete API documentation, and is developed by a commercial
entity that uses AWS in pretty hardcore ways. This means that that
there will be long-term continued support as well as enhancements and
helpers that make the API as useful as possible. The API is fully
documented, and support is provided primarily by users, for users.
Read and contribute to the documentation wiki.
Date created: 03-09-2008.
KML Creator
http://www.fordevr.com/Link-Details-11931/kml-creator.html
This package can be used to generate mapping features files in the KML
format. It provides several classes that abstract different types of
map features such as folders, documents, place marks, points, lines,
polygons, styles, icons, labels, etc.. The main class can compose a
KML document using objects of the map feature classes and generate a
KML file either in plain XML or compressed format.
Date created: 03-09-2008.
DTE - Devon Template Engine
http://www.fordevr.com/Link-Details-11930/dte-devon-template-engine.html
DTE is Devon Template Engine based on PHP5 (OOP) and is designed to be
fast and simple. Supported: display, fetch, rendering, helpers, i18n
etc. DTE is very fast.
Date created: 03-09-2008.
awfDialog Wizard
http://www.fordevr.com/Link-Details-11933/awfdialog-wizard.html
awfDialog Wizard can be used to generate awizard-like Web based user
interface using AJAX toavoid reloading the page when advancing to a
newstep. It features modal forms dialogs that cannotbe closed, or non-
modal with an exit button. Itdisplays included or custom icons, which
may havestandard 32x32 or 20x20 sizes. A Wizard displaymode causes the
form content region to render intwo side-by-side panes. There are AJAX
wizardbuttons to go to the previous and next pages orcancel. You can
use the built-in Help display, oroverride it with your own AJAX
methods. The formshave configurable gradient title bar colors. Theuser
interface elements have unique ID values toallow customization of
presentation details via CSS.
Date created: 03-09-2008.
SithTemplate
http://www.fordevr.com/Link-Details-11934/sithtemplate.html
SithTemplate is a text-based, general-purpose template engine for
PHP5, with Django-compatible syntax. It's aiming to be fast and simple
to integrate, while providing powerful Reflection-based extensions
mechanism.
Date created: 03-09-2008.
PHP mcForms Classes
http://www.fordevr.com/Link-Details-11935/php-mcforms-classes.html
mcForms classes designed for controlling and manipulating to most
common used HTML forms and form objects easily. Add form objects with
their captions, assign maximum lengths and initial values, add most
used JavaScript validations to objects, create comboboxes and fill
them database query results. No HTML knowledge required, do it all in
a single row PHP code.
Date created: 03-09-2008.
Google Video / YouTube API Class
http://www.fordevr.com/Link-Details-11936/google-video-youtube-api-class.html
Class has following functions: 1. Get Video Title 2.Video Rating 3.
Video Player 4.Video DOWNLOAD link 5.Get Video Thumbnail 6.Download
Video to a directory on your server.
Date created: 03-09-2008.
PHP License Manager Pro
http://www.fordevr.com/Link-Details-11937/php-license-manager-pro.html
PHP License Manager Pro's AJAX interface allows you to view and change
licensing restrictions for your software with ease, in real-time.
Users can be presented with one of three licensing models: a time-
limited trial, a use-limited trial or a required upgrade at your
discretion. To prevent unauthorized use or distribution, usage can
also be restricted to an IP address. PHP License Manager Pro lets
you: control who uses your software, control where your software is
used, reduce piracy of your PHP scripts, control the terms of the
license and facilitate e-commerce with PayPal Express Checkout
support. PHP License Manager Pro gives you: detailed tracking and
usage statistics for your software, maximum flexibility for setting
usage restrictions, per-client license management and the ability to
manage product orders. PHP License Manager Pro is installed on your
server and secure.
Date created: 03-09-2008.
PHPPDO
http://www.fordevr.com/Link-Details-11938/phppdo.html
Currently, most hosting providers offering a shared hosting do not
include support for PDO in their PHP5 enabled web servers. That means
most web developers are stuck with the old database functions and
can't migrate to PDO. PHPPDO makes such a migration possible by
providing a PDO-like API interface over the old database functions.
After using PHPPDO, a migration to PDO afterwards is a matter of
changing a single line of code (this can even be automatic, when the
script detects PDO).
Date created: 03-09-2008.
PHP-JAVA CLASS Code Generator
http://www.fordevr.com/Link-Details-11939/php-java-class-code-generator.html
This tool is designed in such a way to facilitate the creation of java
and php classes in javabeans style. It is extremely useful in case you
have a Mysql table and you would like to generate a class over this
table which would have a constructor, saving (updating) and drop
option, and to provide the possibility to enter and query internal
variables assigned for each field of the table. The advantage this
generator provides is generating a class scheleton which may be
altered in the future. The disadvantage consists in reduced
applicability as it is useful in case the first field is set as
Primary Key.
Date created: 03-09-2008.
Event
http://www.fordevr.com/Link-Details-11940/event.html
This package can be used to register event handlers and trigger the
execution of actions when an event occurs. There are several classes
that take care about registering objects that process events, trigger
the execution of actions when an event is triggered, retrieving
detailed information about the events.
Date created: 03-09-2008.
PHP Pagemill
http://www.fordevr.com/Link-Details-11941/php-pagemill.html
The PHP Pagemill is a lightweight, configurable template engine for
web applications. It provides a simple way to separate logic and
design, as is typically done in applications that use the MVC design
pattern. Although it is not a complete framework like Smarty or
Symfony, it is designed to be configurable and extendable. Developers
can use it as a foundation for custom frameworks or for any web
application in which a separation between HTML and application code
needs to be enforced. The latest version features a more robust parser
for better nested tag support and new performance optimizations.
Date created: 03-09-2008.
Bsic Data Base Operatons
http://www.fordevr.com/Link-Details-11942/bsic-data-base-operatons.html
This class will allow you to Insert, Select, Update, Dlete to and from
MySQL Database.It will also give the ID number of the record that you
just inserted, with many other features.
Date created: 03-09-2008.
PHP Stack
http://www.fordevr.com/Link-Details-11943/php-stack.html
PHP Stack brings a stack data structure to PHP. It allows developers
to utilize Push, Pop, Search, Empty (a check if the stack is empty),
Size and "Peek". Peek allows developers to look at the top item in
the stack without Popping it from the stack. Basically, a Stack is a
data structure more commonly found in lower level programming
languages. It is useful for wanting to organize data in a First In
Last Out fashion. This project is released under GPL v3.
Date created: 03-09-2008.
SysInfo
http://www.fordevr.com/Link-Details-11928/sysinfo.html
Find your computer's current settings and IP address information.
This is a tweaked PHP/JavaScript of browser Information. Returns
browser version, color depth, Java/JavaScript enabled, resolution, IP
address information and more. Useful for Tech Support sites and
General Information sites. Should work on both Netscape and IE.
Should only be placed on Unix servers, must have PHP 4.2.x or better
installed. Linkware, see updated information for details...
Date created: 30-08-2008.
LensDebug
http://www.fordevr.com/Link-Details-11926/lensdebug.html
LensDebug is a very useful for debugging without disfiguring your main
html page with distracting debugging output. Uses javascript to
display variables as you debug in a separate window. Each variable is
disassembled and color coded for easy reference. Results from multiple
pages can be sent to the same window.
Date created: 30-08-2008.
BODY
http://www.fordevr.com/Link-Details-11927/body.html
BODY is a fully functional symbolic debugger for PHP. It is 95%
written in PHP, and requires a Unix/Linux backend. The user interface
is basic HTML.
Date created: 30-08-2008.
Quick Project Manager
http://www.fordevr.com/Link-Details-11911/quick-project-manager.html
Easily and quickly manage any projects you have on the go. This is
perfect if you hire freelancers, and even better if you need to
organize your own staff. How does QPM work?First you login as admin
and you add projects. Next you add the modules for each project. Then
you assign staff to the project. What types of projects does this work
for?# You can use this for any types of projects you have, for
example: PHP projects# Construction Projects# ASP projects# Design
projects# Advertising Projects# software projects# Website Projects#
eBook Projects# Office Projects# Any type of projects!
Date created: 30-08-2008.
Pasword Tester
http://www.fordevr.com/Link-Details-11912/pasword-tester.html
Password tester is a simple upload and use program that will allow you
to enter a password and see what it looks like using MD5, Sha1 or both
types of encryption used together. This will allow you to avoid
having to use echo in order to find out what your password should be
when you may need to know. This is great for databases and other
applications where debugging may become tedious.
Date created: 30-08-2008.
SimpleBytes SimpleTrace class
http://www.fordevr.com/Link-Details-11913/simplebytes-simpletrace-class.html
SimpleTrace is an open source PHP class designed to help developers
with the task of debugging and analyising script runs. The class
allows you to output messages to a number of different formats for
analysis at run time or at a later date. As SimpleTrace is open
source, you can download it for free at any time. Features:Class based
PHP script, encapsulated for easy integration into your
applications,Output trace information into 3 formats: Raw text file,
MySQL database or PHP array for displaying in real time. Includes an
example of usage. Full PHPDoc documentation included. Open Source
code means SimpleTrace is free to all!
Date created: 30-08-2008.
phpautotest
http://www.fordevr.com/Link-Details-11914/phpautotest.html
phpautotest is a tool for testing PHP-driven websites. It has to be
walked through your web-site once, it can then follow the same steps
and report whether the pages did not work as expected. Variable values
as well as HTML output can be tested. Variable values as well as HTML
output can be tested. HTML output is tested using regular expressions.
Date created: 30-08-2008.
Log Digester
http://www.fordevr.com/Link-Details-11915/log-digester.html
This script will read and analyze your php error log and spit out a
more readable version with the worst errors highlighted so you can fix
those first.
Date created: 30-08-2008.
Learn HTML By Example
http://www.fordevr.com/Link-Details-11916/learn-html-by-example.html
Learning HTML and web design is easy if you have some reference point
to work with. That's why we built the "Learn HTML By Example" tool, a
free tool you can add to your web site. It's easy to use, and there's
a bunch of examples already built in. You just type in some HTML code
in the middle box, and it immediately displays in the right box,
exactly as it would look as a live web page.Below are just a few of
the many uses we've found for this tool:
Date created: 30-08-2008.
dBug
http://www.fordevr.com/Link-Details-11917/dbug.html
dBug is a tool that debugs/dumps/shows contents of a variable in a
structured colored tabular format. It is similar to Coldfusion's
cfdump tag. This tool makes it very easy for developers to debug code
by viewing the contents of a variable.
Date created: 30-08-2008.
Expert Debugger
http://www.fordevr.com/Link-Details-11918/expert-debugger.html
Expert Debugger is a free easy-to-use tool for debugging PHP scripts.
Expert Debugger uses the DBG PHP Debugger and allow to debug scripts
via network or on local computer. You can run scripts in step-by-step
mode and to trace values of any variables and script output. The
debugger has a comfortable interface and can be integrated with IDE or
editors.
Date created: 30-08-2008.
Atrise PHP Script Debugger
http://www.fordevr.com/Link-Details-11919/atrise-php-script-debugger.html
Atrise PHP Script Debugger is a debug script for your PHP projects. It
can help you to show PHP variables, debug string output, script
execution time, the page source and other information that helps you
in your PHP development. Features:* Handy output with debug points
with floating tooltips; * Shows PHP variables and arrays; * Shows
your debug messages; * Shows script execution time and time delta; *
HTML output highlighting.
Date created: 30-08-2008.
VarDump
http://www.fordevr.com/Link-Details-11920/vardump.html
If you do much development in PHP, you've undoubtedly used the
var_dump() function to see the contents of a variable. And if you're
like us, you've probably even cussed your monitor a time or two as you
tried to decipher var_dump()'s output into something legible. At PHP
Labs, we built a better var_dump(). We've been using it internally for
our own development for months, and now we've decided to make it
available to you! This is the first script we've released which is
specifically targeted at other PHP programmers, and we're sure that
you'll find it useful if you spend any time coding in PHP. Be sure to
check out the demo, where we compare the output of PHP's var_dump()
function with our custom vardump() function. You have to see it to
believe it!
Date created: 30-08-2008.
tableVarDump()
http://www.fordevr.com/Link-Details-11921/tablevardump.html
Replacement for PHP's built-in var_dump() function for complex arrays.
tableVarDump() outputs any variable to an HTML table format,
specifically designed to display complex multi-dimensional arrays in a
more easy to read format than var_dump() or print_r().
Date created: 30-08-2008.
phpEval()
http://www.fordevr.com/Link-Details-11922/phpeval.html
phpEval() gives you a command-line interface for PHP, where you can
type in PHP code and see what it would do, without going through the
trouble of creating a new PHP file, uploading it to the server,
testing it, etc.
Date created: 30-08-2008.
Variable Validator
http://www.fordevr.com/Link-Details-11923/variable-validator.html
Validate your variables as you program your website.Perfect for
debugging php scripts, do you not know were your error is?With
Variable Validator you can show the contents of all HTTP_***_VARS and
see were you are going wrong.
Date created: 30-08-2008.
PHP_Debug
http://www.fordevr.com/Link-Details-11924/php-debug.html
[PHP_Debug] An open source PHP debug libraryHi, i have motivated
myself to write this debug class, it works pretty fine. :)Here what
the class alows : - Pear integration - PHP Process time - Database and
query process time - Dump of all type of variable in a graphical way -
Functionnal debug - Debug queries - Show number of database queries
executed - Allow to search in all debug infos - Direct links to test
queries in Phpmyadmin - Show globals var ( $GLOBALS, $_POST,
$_GET ... ) - Enable or disable the debug infos you want to see -
Check performance of chunk of php code - Customize the general display
of your debug - ... ( see doc for complete specification ) - You can
check full doc website : ( nice phpdoc documentation :p )If you have
questions, ideas, etc..., contact at my Website.It is very clear and
well documented ( with Pear::Phpdocumentor ) Now i am searching people
to test and to have some feeback, the nextrealease will depend on the
feeback i will get.For php beginner what i
Date created: 30-08-2008.
PHP_Dyn
http://www.fordevr.com/Link-Details-11925/php-dyn.html
PHP_Dyn is PHP Extension to help debugging a PHP script. You can get
execution trace of scripts not to need change them. HTTP request
parameter can be printed. Argument value of the function call and
return value can be printed.
Date created: 30-08-2008.
FireAnt
http://www.fordevr.com/Link-Details-11895/fireant.html
FireAnt is a PHP/chaozzDB (flatfile) based Bug Tracking System that is
small, super simple and efficiënt. It's a BTS without the bell 'n
whistles. Developed to support the FreeWebshop.org project, it's now
free to use for everybody.
Date created: 30-08-2008.
Bugdar
http://www.fordevr.com/Link-Details-11896/bugdar.html
Bugdar is a bug tracking system that is meant to replace other
solutions that are slow and cumbersome. It features a completely
comprehensive permissions and usergroups system that allows for
extremely flexible control over what users can access. To ensure that
your server never lags, portions of Bugdar's data is cached to both
reduce load and increase speed. If you want to change any aspect of
Bugdar's appearance, all you have to do is edit the semantic XHTML
templates or one of the CSS definitions that control the entirety of
Bugdar. One of the unique features in Bugdar is the "automations"
system. This allows administrators to define a macro that will change
any field in a bug and then add a comment with the click of a button.
This makes marking a bug closed, fixed, and leaving a comment when a
bug is done very easy. Other features include: custom fields, email
notifications, Atom syndication, historical logging, "favorite" bugs,
voting, and internationalization support.
Date created: 30-08-2008.
Mantis Effort
http://www.fordevr.com/Link-Details-11897/mantis-effort.html
Mantis Effort is a freeware open source project. The aim of the
project is to add effort tracking functionality to Mantis bug tracking
system. You can do following actions: - add time effort- edit time
effort- delete time effort- view reports А patch for Mantis 1.0.3.
Date created: 30-08-2008.
COMCENTER
http://www.fordevr.com/Link-Details-11898/comcenter.html
This software is created for small web projects, for teams who will
work directly with client and need his feedback about the status of
the project. It also can be used as a small BUG TRACKING system. And
it can be defined by ADMIN several users who will be part of the
project.
Date created: 30-08-2008.
ProjectStatus
http://www.fordevr.com/Link-Details-11899/projectstatus.html
ProjectStatus is feature tracking software for scripts. To finally
include ( by version 2.0 ) Feature Suggestions, Popularity, Comments,
Custom Fields, Bug Reporting, Developers, Feature Previews and heaps
more. Currently includes Feature/Version Roadmap, Feature Suggestion
capabilities. By Version 1.2 (To be released End of August) it will
include a bug tracker, flag system, proper installer and more.
Administrator backend to manage the installation and plenty more
features planned for the future.
Date created: 30-08-2008.
SiteForge Collaborative Development Platform
http://www.fordevr.com/Link-Details-11900/siteforge-collaborative-development-platform.html
SiteForge is a software project management tool for open source and
distributed development teams to manage software projects. We call
this a Collaborative Development Platform, aka Collaborative
Development Environment (CDE), aka Source Control Management (SCM).
What SiteForge does is bring together the various aspects of a
software project into one place, including source code access (CVS),
bug/issue tracking, project members, discussion forums, documentation,
product release downloads, and news announcements. SiteForge is
similar to the SourceForge.net website, but in software form. Similar
projects include GForge, Savane, GBorg, and Trac. We wrote SiteForge
instead of using these because some of them lacked features we needed,
some were lacking documentation or support, and some of them were
exceedingly difficult to install and administer. So instead we set out
to build our own that would be easier to install, reliable, secure,
and well-supported.
Date created: 30-08-2008.
Mantis
http://www.fordevr.com/Link-Details-11901/mantis.html
Mantis is a PHP/MySQL-driven web based bugtracking system. It is
simpler than bugzilla and easily editable. The software resides on a
webserver while any web browser should be able to function as a
client. It supports multiple projects and email notification.
Supports over 18 languages.
Date created: 30-08-2008.
Arctic Issue Tracker
http://www.fordevr.com/Link-Details-11902/arctic-issue-tracker.html
Arctic is a PHP bug/issue tracking system compatible with PHP 4 and
PHP 5 which includes flexible tools to allow you to easily customize
it to your requirements. Key features include advanced filtering,
sorting, selection of display columns, subscribe to issues, PHP source
access, XHTML templates (with use of AJAX where Javascript is
available), group and user based permissions, custom fields, advanced
e-mail notifications, attachments and easy admin control. It has been
designed to provide a simple interface to ensure that the focus is on
the quick and easy tracking of issues.
Date created: 30-08-2008.
Complete PHP Bug Tracking Script
http://www.fordevr.com/Link-Details-11903/complete-php-bug-tracking-script.html
This highly-usable PHP and MySQL based script is an easily deployable,
web based bug tracker to aid in product bug tracking. Features
include easy installation, platform independent, supports multiple
projects and languages, emailing, searching and more. This script is a
great thing to have if you are developing scripts or real-life
projects and want a way for your users to submit bugs and for you to
keep track.
Date created: 30-08-2008.
Pesticide 2005
http://www.fordevr.com/Link-Details-11904/pesticide-2005.html
Pesticide 2005 is the complete solution for your Software Development
needs. Track and manage unlimited bugs. Document every change that is
made to your project in the Change Logs. Manage multiple projects and
maintain a complete list of current project features. Set up multiple
Administrator, Developer or Tester Accounts. Set unique project
privileges for each account. Export Project Bug Reports and Change
Logs to Text Document (.txt), Word Document (.doc) or Comma Separated
Values (.csv).
Date created: 30-08-2008.
TygerPRO
http://www.fordevr.com/Link-Details-11905/tygerpro.html
TygerPRO is a Multi-User, Multi-Project Enterprise ready Bug/Issue
tracking system written in PHP and uses MySQL as its database backend,
Already used by several large companies around the world. TygerPRO is
easy to install using a GUI web installer and easy to administer using
the GUI control panel, Administrators can easily configure and
customise the system with email notification events, adding and
ammending projects, users, usergroups and various other system menus.
Check out our website for a fully working demo.
Date created: 30-08-2008.
phpBugTracker
http://www.fordevr.com/Link-Details-11906/phpbugtracker.html
phpBugTracker is meant to be a replacement for Bugzilla. This project
grew out of the frustrations the author experienced in installing and
using bugzilla. Those frustrations inspired the design goals:
Simplicity in use and installation, Use templates to achieve
presentation independence, and Use a database abstraction layer to
achieve database independence.
Date created: 30-08-2008.
Flyspray - The Bug Killer
http://www.fordevr.com/Link-Details-11907/flyspray-the-bug-killer.html
Flyspray is an easy to use bug tracking system for those who don't
require all the complexities of something like Bugzilla. It supports
multiple projects and users, file attachments, and Instant Messaging
(Jabber) notifications.
Date created: 30-08-2008.
BugPort
http://www.fordevr.com/Link-Details-11908/bugport.html
The BugPort system is an open-source, freely available, web-based
system to manage tasks and defects throughout the software development
process. BugPort is written with the PHP language using its object-
oriented capabilities and is in use by INCOGEN for internal management
of software development and QA.
Date created: 30-08-2008.
Defect Tracking System
http://www.fordevr.com/Link-Details-11909/defect-tracking-system.html
Defect Tracking System is a PHP-based project designed to create a
simple and easy to use bug/defect tracking system for multiple
projects.
Date created: 30-08-2008.
Copix application framework
http://www.fordevr.com/Link-Details-11884/copix-application-framework.html
a multi layer framework using templates for presentation, multi DB
Access, and so on...It has a very strong modular architecture and
allows multi-channel application very easily.
Date created: 28-08-2008.
PHP Application Structure
http://www.fordevr.com/Link-Details-11885/php-application-structure.html
Tells you the basics of dividing logic and graphic and how to use
session management with a restricted area and a dynamic menu; and with
some hints and tips. Be sure 'register_globals' are on.
Date created: 28-08-2008.
Doulos Web Application Framework
http://www.fordevr.com/Link-Details-11886/doulos-web-application-framework.html
Doulos is a framework for rapidly developing object-oriented web
applications in PHP using the Model View Controller (MVC) paradigm. It
elegantly reduces the total code to be written, manages and validates
form data, encapsulates SQL databases, and more!Doulos allows web
applications to be written by providing a set of class definitions for
each of the object types in MVC (Model, View, and Controller). These
class definitions can then be inherited by the classes that are
actually used to drive the application. Doulos seeks to make the
programmer more efficient by designing the class definitions to
abstract the code common to each object type, and at the same time
leaves the programmer the power to fulfill all of his program
requirements.
Date created: 28-08-2008.
PHPortal Application Builder
http://www.fordevr.com/Link-Details-11887/phportal-application-builder.html
A web framework to build and manage an unlimited number of websites.
Looks very similar to Zope, PHPortal presents a very simple manner to
exercise a highly sought after result; Highly portable, secure, re-
usable programming to manage under one umbrella an unlimited number of
websites. Writing to directories that are not left or preset as
writable directories which allows for true "free hand" web-run
software. 100% separation of code and design dynamic as well as static
templates. Offers over 20 standard content-type formats that can be
used to dynamically transform one content type to another. Built in
with a XML-RPC server makes all PHPortal objects XML-RPC aware.
Date created: 28-08-2008.
Merlin Web Application Framework
http://www.fordevr.com/Link-Details-11888/merlin-web-application-framework.html
"Merlin Web Application Framework" is a framework for stateful web-
based events driven applications written in php. "Merlin Web
Application Framework" uses PEAR for the data layer and SMARTY
template engine for the presentation layer.Changelog: - Add: media
type for css: screen-print- Fix: Microsoft Windows uploads (always
upload also if file field is empy)- Fix: check installation script
returns ok also if database connection fails- Add: Server O.S.
Autodetection: fewer number of configuration constants in the
application index.php- Add: new "alert" mask template, used for alert
communications or login masks etc... it does not have menu and
toolbar.- Change: new way of using php include_path to allow cleaner
PEAR inclusion- Add: system wide and project wide libraries directory
where programmer can add all desidered libraries, these are pushed is
the php include path- Add: set_default_label is called in BUTTON
constructor- Add: set_label wrapper for set_value in BUTTON widget-
Add: get
Date created: 28-08-2008.
XAVIOUR Web Application Platform
http://www.fordevr.com/Link-Details-11889/xaviour-web-application-platform.html
XAVIOUR is a Web Application Platform for rapid development. XAVIOUR
rolls the essential features of a CMS tool and a Templating Engine
into a single development framework. Manage, Reuse, and Search on PHP
and HTML code blocks. Build pages with point and click interface.
Write any PHP or HTML code. Improve collaboration between programmers
and graphic designers. Built-in Search capabilities to your web site.
ZERO Limitations on Template Design.
Date created: 28-08-2008.
IsmoCore
http://www.fordevr.com/Link-Details-11890/ismocore.html
IsmoCore is a web application framework written in PHP4 for PHP4. Its
goal is to make the development of complicated systems in PHP easy,
fun and maintainable. Features: Easy to use, but powerful and
flexible , Any database solution and any output solution (usually a
template engine) can be used, Unit tested
Date created: 28-08-2008.
PHP Application Server
http://www.fordevr.com/Link-Details-11891/php-application-server.html
PHP Application Server simplifies the development of Web applications
and sites. It creates the environment of Web development in which the
user will do not need special knowledge of designing and programming
Web applications. You will be able create your own sites using a
simple Web interface, premade modules, and applications (like Forum,
YellowPages, News, etc.).
Date created: 28-08-2008.
php.MVC Web Application Framework
http://www.fordevr.com/Link-Details-11892/phpmvc-web-application-framework.html
php.MVC is an open source framework for PHP Web applications. php.MVC
implements the Model-View-Controller (MVC) design pattern, and
encourages application design based on the Model 2 paradigm. The
framework provides a single entry point Controller.
Date created: 28-08-2008.
LogiCreate
http://www.fordevr.com/Link-Details-11893/logicreate.html
LogiCreate combines the best of open source and proprietary
technologies to allow you to manage your website's content and more
importantly, who can access it. The object-oriented application server
allows all modules access to the same security system, increasing code
reuse and decreasing time to market. Have you had troubles in the past
integrating disparate web products? Shopping carts, discussion forums,
banner ad systems, generic "password" systems and more - everything is
always a "standalone" product. With LogiCreate, everything can work
together. IT has a suite of modules ready to run, or you can write
your own.
Date created: 28-08-2008.
Roadsend PHP SiteManager
http://www.fordevr.com/Link-Details-11894/roadsend-php-sitemanager.html
SiteManager is an Open Source Web Application Toolkit for PHP
Developers with an extendable system of modules and templates, a
library of integrated functions, and SmartForms. All parts of the
system are integrated through our object oriented libraries which
allow for easyexpandability and maintenance. It currently includes:
Module System, Template System, SmartForms, Database Connectivity,
Global Configuration, User Session Management, Support Routines,
Object Oriented Framework, and more.
Date created: 28-08-2008.
Start A Web Site Like Myspace or Facebook or Youtube! or ALL 3
http://www.fordevr.com/Link-Details-11868/start-a-web-site-like-myspace-or-facebook-or-youtube-or-all-3.html
Start A Web Site Like Myspace or Facebook or Youtube! or ALL 3,
Imagine That, Here are the scripts 1.Social Groupie is like Facebook
NEW!!! 2.datecomm is like Myspace 3.VideosBroadcastYourself is like
Youtube, Package deal for all 3 Available, Source Code Packages for
Developers Available!!! How to develop a site like Myspace, Youtube or
Facebook? Contact us now, True White Label, Private, simple to use,
Your Branding! NO License Keys. Its still early days, see if you can
Develop Your Own Social Network or Video Upload site now. Hosted
Solutions setup with great hosting for only $20 per month then $10 per
script per month OR Single Licenses only $290. BIG NEWS Developers
Licenses and Source Code Packs with big discounts AVAILABLE!!! More
Big News just in VideosBroadcastYourself (Youtube Clone) INTEGRATED
with datecomm (Myspace Clone) as 1 Membership!! for only $490, Start a
web site like Myspace and Youtube as 1 Site! We have many Exciting
Quality scripts soon to launch.
Date created: 28-08-2008.
FORMfields - The PHP Framework
http://www.fordevr.com/Link-Details-11869/formfields-the-php-framework.html
Build forms that validate data and are linked to a database. Build
forms that send emails. Automatcially display formatted table and
database data. Password protect pages with user accounts. Build
dynamic menus. Display errors and informational messages. Please visit
our site for a complete list of features.
Date created: 28-08-2008.
Advanced Website Creator
http://www.fordevr.com/Link-Details-11870/advanced-website-creator.html
A web development environment that allows you to:- Build easily robust
applications using an MVC framework and a MySQL/PostgreSQL/SQLite
database backend.- Do all your application development inside Advanced
Website Creator. No more editing arcane .xml files.- Improve
positioning of your websites in search results by using search engine
friendly URLs.- Take advantage of a database abstraction layer, that
greatly simplifies database development.- Automatically use
transactions when they are available for the target database engine.-
Stop using include() and require() - library and user PHP classes are
loaded automatically when used. Advanced Website Creator integrates
with most popular PHP encoders.Full source code is available for the
PHP runtime framework.
Date created: 28-08-2008.
Jerrata Backbone Catalyst Classes
http://www.fordevr.com/Link-Details-11871/jerrata-backbone-catalyst-classes.html
Complete your PHP applications with the following PHP classes and
methods, engineered to Make Coding Easier. Catalyst Classes are:
Convenience, JSL_ErrorChain, JSL_ErrorChainLink, JSL_Exception,
JSL_Factory, JSL_Information_Flow, Ask, InformationAuthority,
serialize_from, JSL_Iterator, JSL_ObjectDescriptor, JSL_Path,
JSLpath_Locale, JSLpath_Vehicle, JSLdb, JSLdb_driver_mysql,
JSLdb_Query_Builder, JSLdb_Listening_Post, JSLdb_Structured_Query,
JSLif_Pipe, JSLif_Port. Then run your PHP code on Jerrata Backbone,
the first Web operating system. When you grab Your Free Developer's
License, you gain access to Backbone Catalyst Classes for use in your
own code. These classes and methods are pre-debugged and optimize
efficiency whilst maintaining a robust featureset. Use Backbone
Catalyst Classes and get listed in the Jerrata.com program directory.
Easy-to-access, fast online reference makes writing code like a dream;
check out these great Catalyst Classes. Start Making Coding Easier
toda
Date created: 28-08-2008.
Calico Task Scheduling and Automation System
http://www.fordevr.com/Link-Details-11872/calico-task-scheduling-and-automation-system.html
Have you ever needed to schedule a particular database query to be
executed once per day? Trivial enough, depending on the environment,
right? What about retrieving XML data from a particular web service,
on a scheduled basis? Again, depending on your environment this can be
a very simple procedure. Now, what about executing several complex
database queries per day that somehow require an ever-changing list of
XML data to be retrieved from multiple web services, and then have
this XML data loaded back into your database? Now do a hundred minor
variations on this, without ever writing a custom application.
Interested yet? That's the type of task automation that the Calico
system is designed to accomodate. Constructed entirely in command-
line PHP for maximum ease of development, package availability and
stability, the Calico framework is the solution for automating,
scheduling and monitoring dynamic tasks.
Date created: 28-08-2008.
Atom class
http://www.fordevr.com/Link-Details-11873/atom-class.html
Atom class - is a glue for modules. Class allow modules to interact
with core libraries or other modules. Atom module system is based on
the concept of "hooks". A hook is a PHP function that is named
foo_bar(), where "foo" is the name of the module (whose filename is
thus foo.module.php) and "bar" is the name of the hook. Each hook has
a defined set of parameters.
Date created: 28-08-2008.
InterJinn Application and Templating Framework
http://www.fordevr.com/Link-Details-11874/interjinn-application-and-templating-framework.html
An application and templating framework for PHP. Boasting a powerful,
scalable system for accessing system services such as forms,
properties, sessions, and caches. InterJinn also provides an extremely
flexible architecture for creating re-usable components quickly and
easily.
Date created: 28-08-2008.
phpCodeGenie
http://www.fordevr.com/Link-Details-11875/phpcodegenie.html
phpCodeGenie (PCG) is a code generator for database driven
applications. PCG can generate entire working basic database driven
applications for you. PCG can generate code from different databases.
While the core version generates mostly PHP Code, phpCodeGenie can be
modified to generate code in any programming language - Perl, Java,
C#, ASP etc.. Just design your database tables and phpCodeGenie can
write the php scripts and programs for you. phpCodeGenie will build
data entry forms, insert scripts, database lister scripts, edit record
forms, update record scripts, delete confirmation scripts, delete
scripts, search forms, search scripts etc.. It provides a core basic
code from which you can build on.
Date created: 28-08-2008.
PHP Reusable Web Framework
http://www.fordevr.com/Link-Details-11876/php-reusable-web-framework.html
PHP Reusable Web Framework (rwfPHP) is a set of Object Oriented
classes that allow development of Object Oriented Event driven web
applications. The main goals of rwfPHP is to speed development
through the use of a simple event driven model, reuse of code through
web controls, and separation of presentation and logic layers through
the use of templates.
Date created: 28-08-2008.
PRADO: component framework for PHP 5
http://www.fordevr.com/Link-Details-11877/prado-component-framework-for-php-5.html
We have recently developed a component framework for PHP 5 named
PRADO. The component model of PRADO follows closely to that in Borland
Delphi, Visual Basic and
ASP.NET, and it is event-driven.A PRADO
application is a collection of pages each of which is a hierarchical
tree of components having properties, events, assets, templates, and
so on. Components are highly configurable and they can inherited or
composed together to form new components.A wonderful thing about PRADO
is that it is event-driven. Unlike traditional procedural programming,
developers now concentrate more on responding to different component
events. For example, you can write an OnClick event handler function
to respond to the user click on a button, or you can write an
OnTextChanged event handler function to respond to any content change
in a text field. People familiar with desktop GUI programming may find
Web programming with PRADO is very similar to that.
Date created: 28-08-2008.
SMART
http://www.fordevr.com/Link-Details-11878/smart.html
SMART is a simple PHP script to help developers to modularise their
code and so, keep it clean, well structured and scalable. The module
mechanism is based on event handlers. The modules can talk to each
other through events. This event concept is even used in templates.
SMART is database independent.
Date created: 28-08-2008.
Yawp
http://www.fordevr.com/Link-Details-11879/yawp.html
Yawp is a PEAR-based single-file foundation for web applications. Yawp
provides these PEAR classes in just one file (and a config file): A
unified configuration file, a variable dumper, a timer, authentication
processing, a DB instance, as a Yawp property, a cache, a composite
logging mechanism,
Date created: 28-08-2008.
Akaar is really something different and new with PHP
http://www.fordevr.com/Link-Details-11880/akaar-is-really-something-different-and-new-with-php.html
You can call this anything you like. What we can tell you is, it is an
endeavour towards addressing few issues like mentioned above. We have
tried to solve all this issue and also added few features that can
really enhance the development work dramatically.It provides some
interesting features like BackFire, Automated Client side Validation,
Layout Management, Nice Error reporting and Handling, Controlling etc
Date created: 28-08-2008.
Carthag
http://www.fordevr.com/Link-Details-11881/carthag.html
Carthag is an open source applications platform written in PHP 5,
making full use of the new language features. Being distributed with
the GPL license, Carthag is free to use and distribute.Carthag's main
purpose is to bring PHP at the Enterprise level. This is achieved by
using new PHP 5 OOP features, adopting the best Design Patterns and
bringing some other platforms ideas (in particular Java) to Carthag.
Date created: 28-08-2008.
CVPFrameWork
http://www.fordevr.com/Link-Details-11882/cvpframework.html
CVPFrameWork is a complete framework solution for PHP developers. It's
based on object modeling in PHP5. It includes:- Set of Native Objets
like String, Integer, Vector...- Complete exception handler system-
Connection to remote sockets and creation of INET and UNIX sockets-
Easy email sending system- Streams (only for sockets management
actually)And it will include:- Database abstraction- Easy logging
system- XML-RPC implementation to create servers and clients- Testers
for all classes to guarantee class correct working- PHP error
handling- Easy to configure: just a simple file
Date created: 28-08-2008.
Portal API
http://www.fordevr.com/Link-Details-11883/portal-api.html
Portal API is a PHP framework. It is mainly aimed at the development
of internet/intranet portals.The core system is made up of a
templating system (using Smarty), DB access (through PEAR) and ACL
management. It also features a plethora of modules aiming at various
scopes, like CMS, image manipulation, users and groups management and
more.
Date created: 28-08-2008.
Molly - Dynamic Website Architecture
http://www.fordevr.com/Link-Details-11850/molly-dynamic-website-architecture.html
Molly is a system and architecture for building dynamic database-
backed web sites easily using HTML and simple MAML (XML) tags. Molly
is written in PHP and works with MySQL, PostgreSQL, Oracle, & ODBC
databases, and runs on Linux, OS X, and Windows.
Date created: 28-08-2008.
PHPDevShell
http://www.fordevr.com/Link-Details-11851/phpdevshell.html
Rapid deployment of admin based web PHP applications, extremely
robust, secure, clean and fast packed with admin functions. Unlimited
user, user groups, security levels, menu tree levels and menus in a
pretty shell for integrating your PHP application.
Date created: 28-08-2008.
Bitmeta site framework
http://www.fordevr.com/Link-Details-11852/bitmeta-site-framework.html
Bitmeta is a lightweight, open source site framework in PHP. It offers
a fully featured site wrapper for your scripts with global headers and
footers, page management, and (more importantly) user authentication
and administration. It uses a simple yet extensible class system and
features an excellent environment for integrating scripts.
Date created: 28-08-2008.
Stratos PHP Framework
http://www.fordevr.com/Link-Details-11853/stratos-php-framework.html
The Stratos PHP Framework is an object-oriented web application
framework that facilitates the rapid development of secure,
maintainable, PHP applications. It features plugins for Object-
Relational Mapping, authentication and authorization, scaffolding, and
logging.
Date created: 28-08-2008.
RocketSled: PHP Development Framework
http://www.fordevr.com/Link-Details-11854/rocketsled-php-development-framework.html
RocketSled is a package-centric framework with a bundled XML based
templating language with packages for ActiveRecord/Object Relational
Mapping, user management and asynchronous (AJAX) style applications.
Date created: 28-08-2008.
Seagull Application Framework
http://www.fordevr.com/Link-Details-11855/seagull-application-framework.html
Seagull is an OO PHP framework with the core modules licensed under
BSD, and has the following design goals: - independence of data, logic
& presentation layers - extensible component architecture -
reduction of repetitive programming tasks - simplifying data access
- comprehensive error handling - module workflow routines - form
handling without the donkey work - component reuse - authentication
management - integration with PEAR libraries - PHP coding standards
- platform/PHP version/browser independence - self-generating
documentation - quality end user docs
Date created: 28-08-2008.
PRAjax - PHP Reflected Ajax - v1.2.1
http://www.fordevr.com/Link-Details-11856/prajax-php-reflected-ajax-v121.html
The PRAjax class can be used to reflect PHP code into JavaScript and
Ajax methods and vice-versa. The following features make this library
worth using: * Allows easier Ajax programming with PHP * PHP
functions and objects can be reflected to JavaScript * PHP objects
can be used in JavaScript, both properties and (registered)
functions * PRAjax creates all wrappers for the developer The new
updated version v1.2.1 offers a lot of improvements compared to the
old version. Make sure you read the changelog!
Date created: 28-08-2008.
web.framework
http://www.fordevr.com/Link-Details-11857/webframework.html
web.framework is an MVC framework for PHP5. It features actions and
action-chains, the ability to call to other actions or action-chains
from an action-chain, pre- and post-actions with exceptions,
validators for simple check forms, support for DB configuration in
framework configuration, support for template systems (such as
web.template and Smarty), a router for making URLs nice-looking,
tokens, authorization frames, AJAX, clinet-side validation, advanced
validators, good integration with web.template and more.
Date created: 28-08-2008.
Webframe
http://www.fordevr.com/Link-Details-11858/webframe.html
Webframe is an easy to use framework for developing Web-based
applications. It works in the LAMP environment. Webframe is not just a
regular framework. After installing it, you will have an environment
that already has a built-in login interface, user and group
management, database backup, a logging feature, and a lot more.
Date created: 28-08-2008.
SA PHP Framework
http://www.fordevr.com/Link-Details-11859/sa-php-framework.html
SA PHP Framework is a full application stack which implements the
Front Controller Pattern.Originally written for PHP4 was fully
rewritten to take advantage of the PHP5 object model.It features
"search engine friendly URLs", page events, validity checking for the
GET parameters and it's tightly integrated with Smarty.
Date created: 28-08-2008.
Inek MVC Framework
http://www.fordevr.com/Link-Details-11860/inek-mvc-framework.html
Written in PHP5, Inek makes strong use of the PEAR library
(HTML_Quickform, DB, Log, Config, Smarty, PHPUnit). Visit our
tutorial, it's very simple!
Date created: 28-08-2008.
SMS.ac Pod Developer - Convert Apps to Income
http://www.fordevr.com/Link-Details-11861/smsac-pod-developer-convert-apps-to-income.html
Extend PHP to work on users home pages and mobile phones. SMS.ac is
the worlds largest mobile online community, with a little tooling your
widget, application, flash movie or game can get subscribers. This is
the ground floor and users subscribe to your pods and will be able to
use them on mobile phones also. Checks get sent monthly. Pods use PHP,
ASP, C++, Java, XHTML and the companies own language tags using xPML.
Register with the special link or code dwollin and email me I will
send you sample code to get started today! Links to free widgets to
track the developer forum inlcuded. The download includes the SDK, an
xPML sample Pod, several simple pods, php samples, asp samples, C++
samples. The registration URL page and read me have the registration
code which allows you special marketing and a mentor to help through
the system. If this sounds too good to be true think again, I am doing
this full time and to think I used to give away my software!
Date created: 28-08-2008.
Super AJAX Programming Seed
http://www.fordevr.com/Link-Details-11862/super-ajax-programming-seed.html
Super AJAX Programming Seed is a tight little program that illustrates
a simple implementation of AJAX technology using HTML and PHP, and
offers suggestions for how to use the technology to make super-dynamic
web applications from scratch.
Date created: 28-08-2008.
Sourdough Framework
http://www.fordevr.com/Link-Details-11863/sourdough-framework.html
Sourdough is a comprehensive web application framework for PHP5.
Sourdough provides developers with real-world solutions for common
system components such as User Management, Session Handling, User
Authentication, Exception Handling and Logging, Template System as
well as Form Building and Handling. It does also include a database
abstraction layer with excellent support for the popular MySQL
database as well as support for many other database systems like
MSSQL, PostgreSQL, and the new lightweight SQLite. Sourdough's
extensive feature set can also simplify or eliminate many common, and
often tedious, programming tasks.
Date created: 28-08-2008.
OpenBiz - a php business software framework
http://www.fordevr.com/Link-Details-11864/openbiz-a-php-business-software-framework.html
OpenBiz provides a PHP framework that assists professional IT
developers and consultants to build web-based enterprise applications.
With the help of OpenBiz, you have a clear Model View Controller (MVC)
architecture, your business data object is based on Object Relational
Mapping (ORM), and you can quickly implement your business logic and
presentation logic by constructing the XML metadata files using
OpenBiz Eclipse plugin.
Date created: 28-08-2008.
RNA Framework
http://www.fordevr.com/Link-Details-11865/rna-framework.html
* using XSLT as the templates system* PHP5.1 Compatible* works only
with PostgreSQL (with postgresql 8 too)* access control lists*
component-based programming* high reusability of source code* works
with MemCache to give you highest possible performance* almost
everything is configured with XML* you may forget about boring buggy
programing if you use it
Date created: 28-08-2008.
PAS
http://www.fordevr.com/Link-Details-11866/pas.html
PAS is an application server for PHP.Created to database business
applications.It let you apply the MVC (Model View Controler) pattern
to your applications. Separation between business logic and
presentation.Event Management, Database Registry, templates to manage
Forms, Reports, Package management. Maximum reuse of code. Its main
purpose is to speed up development database driven web application by
taking care of all the time consuming task.It now comes with a visual
package installer to install any PHP / MySQL application in 1 click.
Date created: 28-08-2008.
FuseLogic
http://www.fordevr.com/Link-Details-11867/fuselogic.html
FuseLogic is a PHP application frameworks for building and mantaining
website as easily as possible. Anybody who can understand the "PHP
Array" can create Module for FuseLogic easyly. The FuseLogic API is
very simple and very easy to be understand even for newbies.
Date created: 28-08-2008.
KELAPA PHP framework
http://www.fordevr.com/Link-Details-11832/kelapa-php-framework.html
KELAPA for developing database web applications according to the Model-
View-Controller pattern
Date created: 28-08-2008.
iVex Framework
http://www.fordevr.com/Link-Details-11833/ivex-framework.html
The iVex Framework is the premier in php core system setups. The
framework is designed with the coder in mind as it has been in non
production development for over 5 years it is in use of several Top
100,000 websites and even on a Top 20,000 website. With this framework
you can propel your website development into the next age embrace the
Web 2.0 and usher in the Web 3.0. With the packaged javascipt
frameworks and easy loading you will be creating rich user friendly
websites within minutes. This framework is not meant for beginners. A
good knowledge of PHP is required also a good knowledge of JavaScript
if you plan on using the included javascript frameworks. Remember that
the framework is tested and works best with PHP 5.2 or greater and
with MySQL 5.0 or greater. Soon there may be a PHP 4 version of the
framework available but even if there is it will lack the testing and
support that is given for the latest framework.
Date created: 28-08-2008.
Rapyd
http://www.fordevr.com/Link-Details-11834/rapyd.html
Rapyd is a php5 framework made to build CRUDs.you can also use it as a
library in framework like Zend, CodeIgniter, or in your custom
projects. Rapyd components are ready to power up your application
development, dynamic generation of Forms with server side validation,
Filters and Grids in few line of code.A simple & great way to build
your Backends. * DataForm* DataGrid* DataFilter* DataEdit..
Date created: 28-08-2008.
PHPLiveX
http://www.fordevr.com/Link-Details-11835/phplivex.html
PHPLiveX is a lightweight php-javascript class library that helps you
integrate AJAX to your php applications. Without a page is loaded
again, you may call your php functions in the same page, submit your
form to an url and send a request to another page with passing any
type of data
Date created: 28-08-2008.
Sunframework
http://www.fordevr.com/Link-Details-11836/sunframework.html
SunFramework is an Open Source PHP Framework based on PHP5 (OOP,MVC)
and is designed to be fast and simple.SF is using two DB engines:
Doctrine_ORM and Standard Database Object. SF has full support for
themes, i18n, validation, caching, mailing, sessions. It has two
embbedded template engine: Dte (Devon template engine) as default and
Smarty. Sf is more faster than other PHP frameworks. We are really
looking forward to welcomming you in our group!
Date created: 28-08-2008.
Adventure-(PHP-)Framework
http://www.fordevr.com/Link-Details-11837/adventure-php-framework.html
The Adventure-(PHP-)Framework is a web development framework helping
to design and create object orientated and reusable PHP web
applications. A unique DOM model, the generic page controller
component and a set of shipped XML tag libraries helps to build
complex web application GUIs based on XML/HTML templates. Moreover,
the framework core contains components like front controller, global
benchmark concept, global error handling and a configuration
management class. Various tools such as a session manager, link
generation classes, tags for HTML forms, a database abstraction layer
for MySQL databases or url filters, that provide more security, makes
rapid development easy. At last, reference should be made to the
complete modules like guestbook, comment function or a generic pager
shipped with each release. Because of the introduction of the registry
and a new initialization process, complex configuration(INIT files) is
history and the adaption of the core params is much more easier.
Date created: 28-08-2008.
onPHP
http://www.fordevr.com/Link-Details-11838/onphp.html
onPHP is an object-oriented framework aimed at rapid development of
scalable robust applications with outstanding code reusability level.
onPHP also provides code generation tools and Hibernate-like Criteria
queries to save your time and php-extension to save CPU-time of your
servers.
Date created: 28-08-2008.
PHP Spring and Beans
http://www.fordevr.com/Link-Details-11839/php-spring-and-beans.html
The same EJB, java beans, hibernate and spring java structure in PHP
code. If you like to program in Java EJB download this tool.With this
tool you can create beans and sql maps on a MVC structure.This tool
already brings a cache service that runs on the background.3 different
layers: Model layer, Business rules layer and Presentation layer.
Date created: 28-08-2008.
Ookuwagata
http://www.fordevr.com/Link-Details-11840/ookuwagata.html
Ookuwagata is a minimalistic PHP framework that allows the developer
to separate application logic from presentation. It can run on any PHP
server, but Apache is recommended so that the developer can take
advantage of things like GZIP compression and mod_rewrite. Ookuwagata
is also completely free and open source.
Date created: 28-08-2008.
aoisMVC - Model View Controller
http://www.fordevr.com/Link-Details-11841/aoismvc-model-view-controller.html
* fast building of complex web applications* strict separation of
design, business logic and data* easily manage multi-language web
sites* already running on productive web sites and applications*
pretty good documentation (inline and as phpdocumentor docs)
Date created: 28-08-2008.
J4PHP
http://www.fordevr.com/Link-Details-11842/j4php.html
J is an object-oriented framework for PHP inspired by Struts, Ibatis,
JUnit and Log4J.Its goal: to bring together the best patterns and
solutions from the Java world, while still being simple and easy to
use.
Date created: 28-08-2008.
Globiz PHP Framework
http://www.fordevr.com/Link-Details-11843/globiz-php-framework.html
Globiz PHP Framework is designed as a template and multilingual
engine. With the template engine, web developers can focus on
developing web functions. The engine will replace pre-define tags on
templates with web functions and generate web pages. Meanwhile, web
designers are able to design templates without any understanding of
programming. They only need to place tags in templates to locate where
the programmers will output results from PHP functions. The
multilingual feature is part of the template engine. In the PHP code,
all text output should be placed in language files. The engine will
load selected language file according to your setup and visitors'
selected languages. The framework comes with an example to show how
multilingual and templates work. Globiz Web User Management is a a
demonstrate for web developers who are interested in the framework.
You can download it from the website and see how we use the framework
to develop it.
Date created: 28-08-2008.
HoinP
http://www.fordevr.com/Link-Details-11844/hoinp.html
The purpose of this library is to offer a structured way to generate
XHTML markup from PHP, without the traditional interleaving of PHP
chunks, HTML chunks and echo statements all over. It is an
intermediate concept between templating systems (I don't like the
paradigm) and PHP DOM extensions (over complicated for the purpose).
It will fit well in MVC designed applications.
Date created: 28-08-2008.
phpPeanuts framework
http://www.fordevr.com/Link-Details-11845/phppeanuts-framework.html
PhpPeanuts is a framework for developing database-backed applications
in PHP. It supports high and sustainable developer productivity by
default reasoning and the 'once and only once' principle. It features
the extended dynamic scaffolding of complete web-based applications
(user interface and ORM) from meta data, including CRUD, relations and
Query By Example. Its dynamic nature and high adaptability allow a
very agile development style to remain highly productive (thus
enjoyable) in later phases of development and maintenance.
Date created: 28-08-2008.
Akelos PHP Framework
http://www.fordevr.com/Link-Details-11846/akelos-php-framework.html
Akelos is a PHP framework for developing database-backed web
applications according to the Model-View-Controller pattern. From the
Ajax in the view, to the request and response in the controller, to
the domain model wrapping the database the Akelos PHP Framework gives
you a pure-PHP development environment built upon programming best
practices. To go live, all you need to add is a database and a web
server. Being port of Ruby on Rails to PHP Akelos is also optimized
for programmer happiness and sustainable productivity. It lets you
write beautiful PHP Code by favoring convention over configuration.
Date created: 28-08-2008.
Orbicon Framework Engine
http://www.fordevr.com/Link-Details-11847/orbicon-framework-engine.html
Orbicon framework engine is a CMS engine available for licensing to
experienced professional web developers. The framework has been
developed for enterprise enviroments and has proven itself in three
CMS products - Orbicon Lite, Xtreme and Enterprise. In addition to the
Orbicon Framework Engine source code, the source also includes source
codes for the desktop, Magister, Venus, and Mercury document
databases, Attila search node, modules manager, cache manager, SEO
manager, update center wizard, installation wizard and more. It comes
in bundle with the latest YUI! and other helpful 3rd party tools.
Date created: 28-08-2008.
Compass Component Framework for PHP5.1
http://www.fordevr.com/Link-Details-11848/compass-component-framework-for-php51.html
Compass Component Framework (CCF) for PHP 5.1 and higher is a
lightweight object-oriented library which allows to develop OO
applications quickly, using wide-known patterns like MVC,
FrontController and Injection of Control.
Date created: 28-08-2008.
epesi framework
http://www.fordevr.com/Link-Details-11849/epesi-framework.html
The framework integrates many proven solutions like phpGACL, saja,
MySQL and ADOdb database engine, HTML_QuickForm, smarty templating,
FCKeditor, FPDF, ScriptAculoUs and more...
Date created: 28-08-2008.
phpDocumentor
http://www.fordevr.com/Link-Details-11818/phpdocumentor.html
phpDocumentor is the world standard auto-documentation tool for PHP.
Written in PHP, phpDocumentor can be used directly from the command-
line, or through its easy web interface to generate professional
documentation directly from the source code of your PHP project.
Support for linking between documentation, automatic class inheritance
and generation of highlighted source code with cross-referencing to
documentation are just a few of the features of phpDocumentor.
Extensive templating allows the creation of documentation in 15
different HTML qualities, in Adobe Acrobat PDF format, in MS Windows
Helpfile CHM format, and in XML DocBook format for PEAR package
documentation at
pear.php.net.
Date created: 28-08-2008.
PHTML Encoder
http://www.fordevr.com/Link-Details-11819/phtml-encoder.html
The PHTML Encoder allows encoding PHP scripts before distributing
them. The script code is encrypted before saving. This software works
on ALL computer and server platforms which support PHP. The PHTML
Encoder includes console and GUI versions of converter for encryption/
decryption of your scripts. You can use wildcards to easily convert
the whole projects. The PHTML Encoder is transparent to your visitors.
It is possible to combine protected and unprotected scripts on one web
site. There are three ways of encoded scripts: substitution of
existent PHP engine's library file, installation as PHP extension and
self-decodeable scripts.
Date created: 28-08-2008.
NetInstaller
http://www.fordevr.com/Link-Details-11820/netinstaller.html
Create setups for your programs using the NetInstaller. Users only
have to upload two files - everything else will be decompressed online
on the server, created and configured; problems with CHMODs or the
upload of hundred of files are not required anymore.
Date created: 28-08-2008.
ionCube online PHP Encoder
http://www.fordevr.com/Link-Details-11821/ioncube-online-php-encoder.html
The ionCube Encoder is a new PHP encoding concept with an online
portal offering affordable pay as you go encoding using Compiled-Code-
Translation to actually eliminate source code and hide data rather
than obfuscation. Encodes single files or zip/tar archives. compressed
or uncompressed, with an intuitive interface for handling archives.
Encoded files run with any popular server setup, including PHP Safe
Mode, Zend Optimizer, and PHP Accelerator, and files run with PHP
4.0.5 or newer on Intel Linux, FreeBSD, OpenBSD, NetBSD, Sparc
Solaris, and PHP 4.1.1 or newer on Windows.
Date created: 28-08-2008.
Ends CSS Generator
http://www.fordevr.com/Link-Details-11822/ends-css-generator.html
ECG is a revolutionary script allowing you to easily create Cascading
Style Sheets for your website. By simply providing ECG with some basic
information about your website, you will be able to start easily
generating CSS pages for your site! Our intuitive user interface
allows you to quickly find the options you are looking for, and easily
edit values to fit your site's needs.
Date created: 28-08-2008.
KPSSS (Keepeing PHP Short, Simple & Systematic) V. 2003
http://www.fordevr.com/Link-Details-11823/kpsss-keepeing-php-short-simple-systematic-v-2003.html
KPSSS (Keeping PHP Short, Simple & Systematic) is a simple Web Project
management convention tool along with essential web development
functions (functions.php) and components with SEO features
Date created: 28-08-2008.
PHP Commander
http://www.fordevr.com/Link-Details-11824/php-commander.html
This small free script allows you to type php commands/scripts inside
a text area and execute them from one single page. You can use it for:
Learning PHP interactively; Testing and debugging your PHP scripts
interactively; Running programs and system commands on your server. It
contains several PHP examples, including a tutorial script that shows
you how to query MySQL database. Also, just added a cool new dice
rolling simulator.
Date created: 28-08-2008.
phpInstallWorks
http://www.fordevr.com/Link-Details-11825/phpinstallworks.html
phpInstallWorks was specially made and designed for you, the
developer. It automatically creates an install wizard for any PHP
script. Just go throguh the wizard, click create, and you have an
install package ready to distribute with your PHP script. No more
confusing readme.txt files for the end-user.
Date created: 28-08-2008.
Odan Engine
http://www.fordevr.com/Link-Details-11826/odan-engine.html
Odan Engine is an initiative to port
ASP.NET functionality, including
ASP.NET-style templates and caching, to PHP and other scripting
languages.
Date created: 28-08-2008.
StyleTools
http://www.fordevr.com/Link-Details-11827/styletools.html
StyleTools is a simple tool written in PHP to convert styles from/to
CSS/HTML formats, and to get a CSS family. On-line demo, easy
customization and embedding.
Date created: 28-08-2008.
PHP Object Oriented Framework
http://www.fordevr.com/Link-Details-11828/php-object-oriented-framework.html
POOF is a PHP library that separates the Page Content, Layout and
Application Logic in an object oriented fashion. POOF is designed to
give the web developer a framework for efficient and modular
application development.
Date created: 28-08-2008.
phpfreak's Source Highlighter
http://www.fordevr.com/Link-Details-11829/phpfreak039s-source-highlighter.html
This script was designed to allow showing the source file of your
script. If someone is asking for help via IRC, Message Boards or
whatever, they can upload their script to show you the source code and
you can code a script or fix their examples, upload it to your web
server via this script and generate a link that shows the source code
with syntax highlighting. Supports line numbering and you may
optionally turn line numbers on or off in the output. Has an
administration panel that requires logn to access the upload/delete
features. File management is available through the admin panel to
cleanup old files and upload new files.
Date created: 28-08-2008.
phpMyCode
http://www.fordevr.com/Link-Details-11830/phpmycode.html
phpMyCode is a free to download collection of PHP pages, that
generates a set of PHP pages from a selected MySQL database. Just
click to generate the view, insert, update and delete pages. After
generation, you can easily apply any design or template to these
pages. The code works with PHP and MySQL database. No need to install
anything, just place the web pages in your web server's directory and
that's it.
Date created: 28-08-2008.
x-components for PHP
http://www.fordevr.com/Link-Details-11831/x-components-for-php.html
x-components allows you to create reusable components for php.
Date created: 28-08-2008.
getServer Path (function)
http://www.fordevr.com/Link-Details-11800/getserver-path-function.html
a simple function that returns the path to folder in which script
subsides. Valuable in producing php programs that will be distributed
randomly and require absolute paths. Just call this function and it
will return everything up to the current folder. An example use is
$serverPath = getServerPath();$serverPath .= nameOfPageToBeRequested;
Date created: 28-08-2008.
Vida
http://www.fordevr.com/Link-Details-11801/vida.html
Vida is a PHP5 MVC (Model View Controller) framework. It delivers 6
basic services for web applications using the new OO and XML features
of PHP5: database encapsulation, permission management, form handling,
container based GUI control using Smarty templates, action manager and
internationalisation. The vision is to enable abstract and rapid
development of sophisticated PHP applications in as few lines of code
as possible.So how easy is it really to develop a new web application
with Vida? First the data model is defined by configuring the database
tables and their relations (1:1, 1:n or n:m) to other ones. Secondly,
the structure of the root view is customized in a single file with few
lines of code to fit the needs. Thirdly, the basic web application is
ready! If required, specific form field properties including labels
and default values, validators with informative error messages,
complex actions executed upon form submit, access rights for users and
groups (as XML), the languag
Date created: 28-08-2008.
Check PHP Configuration with phpinfo()
http://www.fordevr.com/Link-Details-11802/check-php-configuration-with-phpinfo.html
This simple code will output data to help you deal with configuration
issues. This is a built in function in php. Detailing data refering to
current status of php version installed.
Date created: 28-08-2008.
Tab Menu
http://www.fordevr.com/Link-Details-11803/tab-menu.html
This is a simple class for creating tab menus for site navigation
using HTML and CSS.The class takes an array that defines the name of
all the tab labels and the respective URLs and render the tabs in an
HTML table using normal links. The currently active tab just displays
its label text.The tab menu may be aligned to the left, right or
center of the page or container element. If left or right alignment is
specified, the class may also display a label text before or after the
menu table.
Date created: 28-08-2008.
Message Box
http://www.fordevr.com/Link-Details-11804/message-box.html
This class is meant to generate Windows style message boxes in HTML.It
can display the boxes with configurable title, message prompt and
icons associated with the type of message box.It can generate several
predefined types of message boxes that define the types of buttons
that appear: OK only, OK and Cancel, Abort and Retry and Ignore, Yes
and No and Cancel, Yes and No, and Retry and Cancel.Each of the option
buttons are associated to links that point to configurable URLs.
Date created: 28-08-2008.
Cascade Select
http://www.fordevr.com/Link-Details-11805/cascade-select.html
This class is meant to generate two HTML form select type inputs
making the currently selected value on the first input determine the
option values that are made available on the second.It uses JavaScript
to update the second input options when the first input changes.The
class comes with an example that defines the options for both input
from data defined by arrays, and also an example that retrieves the
options values from MySQL database query results.
Date created: 28-08-2008.
Grab URL
http://www.fordevr.com/Link-Details-11806/grab-url.html
This class is meant to fetch a page of a given URL and send it by e-
mail as HTML message.The class provides functions to set the message
headers From:, To:, Cc:, Bcc: and Subject: .Alternatively, the class
may also display the fetched HTML page making it be outputted by the
current script.
Date created: 28-08-2008.
iConnect
http://www.fordevr.com/Link-Details-11807/iconnect.html
The Solarix iConnect Architecture is a collection of standards,
specifications and open source components for developing multitier
enterprise applications using the PHP 5 language. iConnect is similar
in many ways to J2EE architecture and provides a base framework, a
complete set of services and handles many common details of
application behavior for simplifying development of enterprise
applications. Most PHP platforms are monolithic and are focused
towards the CMS domain of requirements. iConnect is a complete service
oriented architecture for middle-tier/front-tier distributed
enterprise applications under a condition of increasing load (that is
to say the Internet).
Date created: 28-08-2008.
PHPWordLib 2
http://www.fordevr.com/Link-Details-11808/phpwordlib-2.html
The PHPWordLib is a piece of PHP software which is intended to convert
MS Word (.DOC) and Rich Text Format (.RTF or .DOC) files to plain
text. The PHP library is self contained and does not require
absolutelly anything external in order to run. The library has two
simple functions to use - LoadFile and GetPlainText. The library does
all necessary checking internally and its functions will always return
FALSE if something seems to be wrong with the input file.
Date created: 28-08-2008.
gPHPEdit
http://www.fordevr.com/Link-Details-11809/gphpedit.html
A GNOME2 editor that was dedicated to editing PHP files. The author
writes "The application is still in a very early phase of development
and the list below is a list of intended features. The idea for
gPHPEdit started out of frustration that there is no single PHP editor
that does everything I want (I work as a PHP developer). I've tried
NEdit, PHPMole, gEdit, Anjuta, SciTE (plus of course the obvious Emacs
and vi!) and none of them do everything I want... so I decided to
write one myself."
Date created: 28-08-2008.
PHP Development Tools and Script Resources
http://www.fordevr.com/Link-Details-11810/php-development-tools-and-script-resources.html
Free PHP Development Tools, Script Resources, Books, Scripts, Tips and
Tutorials, Softwares, Servers, Online Communities and Websites that
compiles and distributes Web Programming related Resources which are
helpful for Webmasters, Developers and Programmers to enhance their
Web sites and other applications.
Date created: 28-08-2008.
PHP Script Resources and Development Tools
http://www.fordevr.com/Link-Details-11811/php-script-resources-and-development-tools.html
PHP Scripts Directory, Books, Tips and Tutorials, Websites, Software,
Server and Development Tools that compiles and distributes Web
Programming related Resources which are helpful for Webmasters,
Developers and Programmers to enhance their Web sites and other
applications.
Date created: 28-08-2008.
PHP Interactive
http://www.fordevr.com/Link-Details-11812/php-interactive.html
PHP Interactive is a web based interactive shell for PHP. It tries to
be the web equivalent of the interactive shells of languages like
Python, Tcl, Scheme. The user writes code in a text area (actually
multiple text areas, with tabs to switch), and see the output of the
code on the bottom of the page (raw, or interpreted as hml) just
pressing the update button.
Date created: 28-08-2008.
localize-it
http://www.fordevr.com/Link-Details-11813/localize-it.html
localize-it will help you to localize your php scripts in an easy
way.All translations are saved on plain text files, and anyone can
edit and translate them using a simple text editor.
Date created: 28-08-2008.
LightBulb - PHP Development Framework
http://www.fordevr.com/Link-Details-11814/lightbulb-php-development-framework.html
LightBulb and Lumenation are designed to help developmers to design
and develop portals, web based data driven applications and much more.
It is built on PostgreSQL database engine and PHP Server Side
language. The Run-Time invironment is free.
Date created: 28-08-2008.
Document Version Control
http://www.fordevr.com/Link-Details-11815/document-version-control.html
An web based PHP version of RCS/CVS. For document and general file
version control. It implements version numbering, file locks and
group alerts. The authentication is handled by Apache so that you can
tie the system into your exisitng development environment.
Date created: 28-08-2008.
PHP Packager
http://www.fordevr.com/Link-Details-11816/php-packager.html
PHP Packager is a dynamic application for PHP developers and web
developers alike. It's basically a ONE file installer program, so no
messy extractions, etc, just place in the directory you want to
install to and you're done!
Date created: 28-08-2008.
AVUSBD
http://www.fordevr.com/Link-Details-11817/avusbd.html
There is a number of the equipment controlled through a serial port
from a PC or a terminal. Also there is a lot of the technologies in
the market allowing to operate remotely the consecutive devices
through the network TCP/IP. These solutions contain, both software and
the hardware.Now with AVUSBD you can:-Create virtual USB devices at
your PC-Redirect all USB stream to remote computer
Date created: 28-08-2008.
PHP Runner
http://www.fordevr.com/Link-Details-11784/php-runner.html
PHP Runner is a simple but useful program to preview a PHP file easily
without saving or uploading to server or using other programs to run
your designed file. PHP Runner has a friendly interface with useful
tools like as most used PHP functions' buttons to make scripting more
easier and faster.More information and documentation is available in
the website.
Date created: 28-08-2008.
PriadoBlender
http://www.fordevr.com/Link-Details-11785/priadoblender.html
PriadoBlender is a tool to let you distribute your PHP scripts as an
executable EXE. It is similar to the PHPCompiler that was available
for a couple of months a year or 2 ago. PriadoBlender isn't a true
compiler in the computer science sense of the term. True compilers
take the high-level code and turn it into machine/assembly code.
Instead, PriadoBlender takes your PHP code and the PHP interpretor
itself and blends them into standalone, PHP executable
goodness.Version 0.2 features a new GUI wizard, no more reliance on
MMCache and output EXE's licensed only under the PHP license.
Date created: 28-08-2008.
MX Coder Pack
http://www.fordevr.com/Link-Details-11786/mx-coder-pack.html
Ever got annoyed when trying to find a function in your page? Or did
you ever get tired of writing the same variable names on and on again?
Well, MX Coder Pack extension allows Dreamweaver programmers save
precious time by providing code completion and function lists. -
Code Hints menu - Function List floater - Code Navigation - Better
programming times - Eliminate errors - Support for all Server Models
Date created: 28-08-2008.
NeXTensio
http://www.fordevr.com/Link-Details-11787/nextensio.html
For a developer or project manager building mid-sized web projects
that wants to manage database information using HTML forms, NeXTensio
is the solution that brings productivity to the process. Unlike other
software packages, our product uses a tight integration with
Dreamweaver MX, automating code generation and editing. Using
NeXTensio you will be able to create a website administration section
within minutes! NeXTensio features: --Productivity, even for non-
programmers; CSS Skins;-- Multiple inserts; --Multiple updates;--
Multiple record editing with excel like grid; --Tight database
integration; --Automate form creation and editing; --ColdFusion and
PHP support; --Tight integration with Macromedia Dreamweaver MX; --
Multiple database type connection.
Date created: 28-08-2008.
vwTemplate
http://www.fordevr.com/Link-Details-11788/vwtemplate.html
vwTemplate is simple templates engine for PHP5. It allows to define
variables, dynamic blocks, statically and dynamically include template
files, store parsed template in file for future use and recreate
template from serialized string or file. It does not and will not
implement functions, loops and similar features well known from other
template engines, like, for example, Smarty. vwTemplate is stable and
has been used in numerous projects.
Date created: 28-08-2008.
ImpAKT
http://www.fordevr.com/Link-Details-11789/impakt.html
For the Dreamweaver MX developers who need to implement complex and
interactive dynamic websites, ImpAKT is a tool for database
application logic unified management. It includes 4 extensions for
professional dynamic development: --MX File Upload - image upload with
resize, file upload, automatic thumbnail creation; --MX Form
Validation - validate the input in your forms; --MX Send E-mail -
automatic e-mails to recipients from recordset; --MX User Login -
professional user authentication.
Date created: 28-08-2008.
MX Widgets Suite
http://www.fordevr.com/Link-Details-11790/mx-widgets-suite.html
Powerful HTML controls for database binding - For the Dreamweaver MX
PHP developers who need to implement enhanced dynamic forms, the MX
Widgets Suite offers a powerful alternative to the regular HTML
controls. Unlike standard MX forms development, that requires manual
coding to implement the application logic, our product relies on the
power of the server side language and JavaScript to enforce an
accurate and user friendly forms completion. MX Widgets supports:
ColdFusion, PHP and ASP VBScript. Features: --Editable Dropdown; --
Dependent Dropdown; --Date Picker; --Comma separated menu; --Comma
separated Checkbox; --A total of 13 different widgets; --PHP,
ColdFusion and ASP support; --Compatibility with all Dreamweaver form
generators.
Date created: 28-08-2008.
MX Looper Suite PHP
http://www.fordevr.com/Link-Details-11791/mx-looper-suite-php.html
For Dreamweaver MX programmers who create dynamic websites, MX Looper
Suite is a collection of Commands and Server Behaviors for the PHP,
ASP and ColdFusion server models that create complex repeated regions.
Unlike the Macromedia default repeat region that allows you to create
only simple loops, our product helps you easily create dynamic
generated webpages including nested repeat regions and horizontal
loopers. Features: Horizontal Looper Generation, Nested Repeat
Regions, Multiple server model support.
Date created: 28-08-2008.
MX Includes – Dreamweaver code reuse
http://www.fordevr.com/Link-Details-11792/mx-includes-dreamweaver-code-reuse.html
For Dreamweaver MX developers (PHP and ColdFusion) who need to save
time by reusing code in their web applications, MX Includes is a
Dreamweaver MX extension that provides server behaviors allowing the
effective use of statically or dynamically included files within your
site. Unlike the standard PHP method of requiring files that is quite
incompatible with Dreamweaver MX, our product offers a working
implementation of SSI (Server Side Includes), allowing you to
efficiently reuse code and use Server Behaviors inside required files.
MX Includes supports: ColdFusion, ASP VBScript PHP_ADODB and
PHP_MySQL. Features: --No More Broken Design View in Dreamweaver MX;
-- Nice URLs for better Google indexing; --<html> and <body> Tags are
Stripped from the Included File; --No More Broken Server Behaviors in
the Included File; --Enabling the Require of Multi Level Files; --
Linking Files Using Relative Paths; --A New Revolutionary Way of Doing
Code-Reuse; --Tight integration with Dreamweaver MX.
Date created: 28-08-2008.
WebFusion Studio
http://www.fordevr.com/Link-Details-11793/webfusion-studio.html
WebFusion Studio is the first web application development software to
allow real-time collaboration between web designers, developers and
end-users in building database-driven web sites and web applications.
All contributers to a project may work together to build and maintain
dynamic web sites and intranets, each at their own level of
skill.Using the open source framework PAS (Application Server for PHP)
as a foundation, WebFusion Studio vastly simplifies database
integration in web applications. With true WYSIWYG editing, real-time
execution of Javascript and PHP scripts, and tons of open-source add-
on packages, this entirely server-based development environment speeds
project completion, cuts development costs and increases customer
satisfaction.Visual package manager, like Synaptic, install or upgrade
any PHP / MySQL application in only 1 Click.WebFusion Studio is the
first 100% web-based RAD (Rapid Application Development) environment
for PHP.
Date created: 28-08-2008.
Roadsend Compiler for PHP
http://www.fordevr.com/Link-Details-11794/roadsend-compiler-for-php.html
The Roadsend Compiler for PHP lets you create royalty free executables
for distribution without compromising your source code. Compiling
PHPto native machine code produces faster, more efficient products for
your own use or for sale to your clients. The Roadsend Compiler
reinvents PHP as a general purpose language suitable for creating GUI
applications (with GTK), command line programs, dynamic libraries, and
compiled web applications.
Date created: 28-08-2008.
web.template
http://www.fordevr.com/Link-Details-11795/webtemplate.html
web.template is a template framework for PHP 5 that uses an XML-based
language. It allows you to create classes with getters that are made
accessible to the framework with an addVarClass method. It also
supports modifiers, tags, and resource drivers for template or cache
storage.
Date created: 28-08-2008.
minimal Switch
http://www.fordevr.com/Link-Details-11796/minimal-switch.html
minimal Switch is a basic PHP powered CSS style switcher. Nothing too
groundbreaking here, it's just a convenient and portable way to add a
CSS style switcher to your sites. It will store the selected style in
a cookie and will scan the predefined folder for styles sheets and add
them automatically to the list of available styles. Once you upload
the script to your server, just put <? mSwitch(); ?> wherever you want
the style switcher to be on your pages. They are 3 display options:-
order list- unordered list- select type form fieldDetailed info
available in the download, and the online demo.
Date created: 28-08-2008.
Online EXCEL2HTML Convertor
http://www.fordevr.com/Link-Details-11797/online-excel2html-convertor.html
Online EXCEL2HTML convertor is designed to convert Microsoft Excel
file into HTML format online. Just upload your Excel file, system will
print a HTML table for you.
Date created: 28-08-2008.
A Tech Group - Professional Notepad
http://www.fordevr.com/Link-Details-11798/a-tech-group-professional-notepad.html
Professional Notepad is a powerful editor that allows you view and
edit HTML, CSS, JavaScript, PHP, PERL, SQL, Delphi, C++ and other
languages source code.It is a advanced tool supporting the features
you've always dreamt about, such as syntax highlighting, Code
Templates, bookmarks, unlimited text size, URL highlighting, line
numbers, powerful search and replace, multiple undo/redo, Drag&Drop,
color printing, etc.
Date created: 28-08-2008.
Hex Debug Output
http://www.fordevr.com/Link-Details-11799/hex-debug-output.html
Generates a helpful hex value output with text on the right side,
great for parsing through binary data.
Date created: 28-08-2008.
Stop Spam - Hide your email address from the spam bots.
http://www.fordevr.com/Link-Details-11767/stop-spam-hide-your-email-address-from-the-spam-bots.html
SafeEmail.org is a simple free resource which will help to hide your
real email address from the spam bots. Use this simple utility to
quickly convert the email address to ascii text. This makes it hard
for the spam bots to read, and they will most likely ignore it and
move on. This will help stop spam and keep your email address safe.
Date created: 28-08-2008.
FXL Template
http://www.fordevr.com/Link-Details-11768/fxl-template.html
FXL Template a easy to use template engine covering all main
featuresof a good template system. FXLT supports simple string/array
assignments, blocks incl. nested blocks. The template markup is
really easy to learn- also for web designers and people not into
programming. Everything canbe done with just two types of place
holders. A Memcahe extension for hightraffic sites is also available
for free.
Date created: 28-08-2008.
MIPHPF Professional RAD Framework
http://www.fordevr.com/Link-Details-11769/miphpf-professional-rad-framework.html
MIPHPF is an open source PHP framework, a collection of classes that
turns the average developer into a fast producing machine. You get
sorting, filtering, searching, listing, paging, adding, editing,
deleting and various other functions as pre-made functionality. And
all that fully templated, database independent, extensible and
customizable. The list of features is quite long, and is available on
the MIPHPF website, together with comprehensive documentation and
support. Because it is especially designed to be RAD Framework you can
build web solutions faster than ever and you can even learn it on the
fly. Give it a try and save your precious time.
Date created: 28-08-2008.
ProgSys
http://www.fordevr.com/Link-Details-11770/progsys.html
ProgSys is a support system for application development. Features:
Data stored in MySQL, administration interface, support for multiple
languages, support for multiple instances in one database, own header/
footer can be defined for every program, bug tracking, ToDo list,
changelogs, reference list, feature requests, download counter and
newsletter for programs.
Date created: 28-08-2008.
Outline
http://www.fordevr.com/Link-Details-11771/outline.html
From a single plain text file or a set of file, without any format,
the program generate a manual with summary or a tutorial with
navigation bar.Works either with the PHP interpreter or as binary
executables. Free, open-source.
Date created: 28-08-2008.
Simple Template Engine
http://www.fordevr.com/Link-Details-11772/simple-template-engine.html
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.
Date created: 28-08-2008.
Scriptol PHP Compiler
http://www.fordevr.com/Link-Details-11773/scriptol-php-compiler.html
Compiler to PHP from the object oriented and high-level Scriptol
programming language. It is very easy to learn, universal and allows
to build dynamic web page, scripts and applications. Uses Java or GTK
to make GUI based programs. Editor and complete reference manual
included.
Date created: 28-08-2008.
PclTemplate - PhpConcept Library Template
http://www.fordevr.com/Link-Details-11774/pcltemplate-phpconcept-library-template.html
PclTemplate is a simple and easy template management class.PclTemplate
allow to read template files or template strings and generateresults
from a simple structure. The result can be a file, a string, or can
bedirectly send to the output. PclTemplate allow the configuration of
the tokens delimiters.
Date created: 28-08-2008.
PHP Simple CVS
http://www.fordevr.com/Link-Details-11775/php-simple-cvs.html
Add, edit or delete files and create or delete folders.Files are
maintained by versions as well a change log is displayed to anyone
editing the file.Backup versions of each file is stored in the backup
directory under the main CVS directory.
Date created: 28-08-2008.
PHP Simple Template System
http://www.fordevr.com/Link-Details-11776/php-simple-template-system.html
Yet another PHP based template system. Requires PHP5. Currently
supports blocks, nested blocks and variable replacement. The current
version also has support for array assignment and object assignment.
To view examples, please refer to test scripts bundled with the tool.
Future release will support expression evaluation and modifiers.
Date created: 28-08-2008.
phpPat
http://www.fordevr.com/Link-Details-11777/phppat.html
phpPat is an open-source, easy to use, small, fast PHP TEMPLATE ENGINE
that can perform complex tasks. These are the main features of phpPat:
(1) handles advanced phpPat statements/operations that are placed into
user friendly HTML enclose code tags. Main operations IF, ELSE, LOOP
(like foreach), INC (include), LOC (replace), SET (set a value) and
PART (unset a value). {2) Variables and arrays (handles
multidimensional) are placed into curly braces. (3) Supports
multidimensional statement structure. Any statement can be placed
inside any other. (4) Has a PAT code validator for validating the code
and reporting any erros. (5) Uses a built-in system for attaching
phpPat plugins. (6) Is a friendly system for php developers.
Date created: 28-08-2008.
PHAkt
http://www.fordevr.com/Link-Details-11778/phakt.html
PHAkt is a server model for Macromedia Dreamweaver MX and 2004,
allowing PHP generation using the same techniques as when developing
ASP/JSP/ColdFusion. It is a better alternative to the PHP_MySQL server
model. You don't have to learn anything to use PHAkt, as you'll be
able to work in Dreamweaver as you've been in the native PHP_MySQL
server model. To enable PHAkt, make sure to select PHP_ADODB as the
Testing Server for your site. PHAkt MX has a lot of improvements over
the original PHP_MySQL server model of Macromedia Dreamweaver MX: --
Support for multiple databases in a transparent way; --User
Authentication Server Behaviors; --Master/Detail Server Behaviors; --
Go to Detail Page Server Behaviors; --Improved code generation (all
reusable code is kept in a file functions.inc.php); --Multiple and
extensible recordset support; --IIS and Apache 2 support by using
absolute redirects.
Date created: 28-08-2008.
OpenBiz - the Open Business Software Framework
http://www.fordevr.com/Link-Details-11779/openbiz-the-open-business-software-framework.html
OpenBiz provides a PHP framework that assists professional IT
developers and consultants to build web-based enterprise applications.
With the help of OpenBiz, you have a clear Model View Controller (MVC)
architecture, your business data object is based on Object Relational
Mapping (ORM), and you can quickly implement your business logic and
presentation logic by constructing the XML metadata files using
OpenBiz Eclipse plugin.
Date created: 28-08-2008.
Yellow Duck Framework
http://www.fordevr.com/Link-Details-11780/yellow-duck-framework.html
The Yellow Duck Framework is an object oriented framework that will
help you with creating web applications. It's implemented using the
popular PHP web scripting language.
Date created: 28-08-2008.
Open Power Template
http://www.fordevr.com/Link-Details-11781/open-power-template.html
Open Power Template is a fully flexible and very fast template engine
written for PHP 5. It is developed for using with different text
formats. The library is very easy in configuration and the syntax is
so flexible, that you can easily make it similar to your previus
template engine's one. Currenly there are implemented more features
than in Smarty. The unique feature is XML Syntax mode. When enabled,
OPT tags look like XML ones, and the template may be used with
validators etc.
Date created: 28-08-2008.
EasyPHPConfig
http://www.fordevr.com/Link-Details-11782/easyphpconfig.html
Due to many people are building Dynamic Web Sites that need forms of
various types, I am building a program designed for Web Developers to
make forms to update config flat based files or Update MySQL database
options for dynamic web sites. Can be used for installation forms or
online update forms. Will output HTML forms or php forms. It is all
pretty much automatic, reads the file (or pasted code in the window),
gets variables and values, makes the form with input fields and the
Lang files. Then you customize as per your needs. The MySQL make text
fields, change to your needs. Wile you are building a new program you
can add, remove and edit the values on the fly as you build. once you
are finished update config to write the files and build the form,
config and language files. It will make config, language and form
files from an existing form, paste the form into the window. Once you
make the form, you can edit the Lang files with the Lang editor, or
make a new Lang based on the form. T
Date created: 28-08-2008.
PHPPack
http://www.fordevr.com/Link-Details-11783/phppack.html
PHPPack is a JAVA (JAR) like packaging system for PHP. It's so easy to
install, add, remove packages and classes to your PHP projects with
PHPPack. It's possible to use a package of classes in your PHP code
with a single line of code like <?php import("mypackage.*"); ?>
Date created: 28-08-2008.