New Scripts | PHP | Scripts & Programs | Development Tools
Tab Menu
posted byvedantainDevelopment Tools
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.
Reviews0
PriceFree
Views4815
Message Box
posted byvedantainDevelopment Tools
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.
Reviews0
PriceFree
Views2233
Grab URL
posted byvedantainDevelopment Tools
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.
Reviews0
PriceFree
Views1910
Cascade Select
posted byvedantainDevelopment Tools
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.
Reviews0
PriceFree
Views2272
phpBeans
posted byluxinDevelopment Tools
phpBeans provides software and specifications for enabling n-tier development within PHP, such as the phpBeans Object Server, and interoperable with other languages as well.
Reviews0
PriceFree
Views2608
getServer Path (function)
posted byashoka323inDevelopment Tools
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;
Reviews0
PriceFree
Views1528
PHP Runner
posted byIWD_groupinDevelopment Tools
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.
Reviews0
PriceFree
Views4001
PHPWordLib 2
posted bymotion-bginDevelopment Tools
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.
Reviews0
PriceFree
Views2033
PHP Development Tools and Script Resources
posted byscriptsfinderinDevelopment Tools
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.
Reviews0
PriceFree
Views1582
PHP Script Resources and Development Tools
posted byaddscriptinDevelopment Tools
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.
Reviews0
PriceFree
Views1555
PHP Interactive
posted byantirezinDevelopment Tools
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.
Reviews0
PriceFree
Views1680
Roadsend Compiler for PHP
posted byweyrickinDevelopment Tools
The Roadsend Compiler for PHP lets you create royalty free executables for distribution without compromising your source code. Compiling PHP
to 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.
Reviews0
PriceFree
Views2156
PRADO: component framework for PHP 5
posted byqiangxueinApplication Framework
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.
Reviews0
PriceFree
Views1973
PHP Content Feeder
posted bymonteinLibraries & Classes
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.
Reviews0
PriceFree
Views3584
php Multi Syntax Highlighter
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.
Reviews0
PriceFree
Views2468
phpWinDoc
posted byfilippotosoinMiscellaneous
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.
Reviews0
PriceFree
Views1856
PHP Code Executer
posted byhennierinDebugging & Testing
It saves you a lot of time and frustration by enabling you to run scripts directly. You copy PHP and/or HTML and/or JavaScript code into the text area. When you click 'Execute Code', it executes the code. When you get a piece of code on the Web, and want to test it, you do not have to copy it into your editor and save it to a specific location and then run it again through your browser from that specific location. No, you just use this baby. It is extremely easy to use and contains no banners or spyware.
Reviews0
PriceFree
Views3076
Akaar is really something different and new with PHP
posted bychirag6451inApplication Framework
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
Reviews0
PriceFree
Views2299
Universal Configurator
Universal configuration tool for any program that use a .ini or other text file to store the options including PHP.
A configuration set with list of values is included for PHP.
Reviews0
PriceFree
Views4005
MX Includes � Dreamweaver code reuse
posted byproductsinDevelopment Tools
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; -- and 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.
Reviews0
PriceFree
Views3257
