| TOTAL: 17 Page: 1 of 1 |
|
Quick Project Manager 1.0
What is QPM? Now you can 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.

| Hits: | 23 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2006-12-15 |
Micro Trace 0.1
Micro Trace helps you to include trace messages into your PHP code. You can easy switch on and off debugging informations, select whether it should display or write into a logfile. You can use log leveles. Installation is quite easy, just include the file into your php code and you can use the logError, logWarning, logInfo functions. You can download the tool with an example file in the Download section under Micro Trace.

| Hits: | 29 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-11-09 |
Learn HTML By Example 1.03
Learn HTML By Example is a sweet little JavaScript / HTML program that allows you to see the HTML you input into on side displayed as a web page on the other. To install the program, just download it from Web Design Factory, and upload it to your web site. It is a great addition to any web design-related web site, especially ones with tutorials. Learn HTML By Example Features * Easy installation. Just upload to your web site and you're done! * Immediate feedback on testing HTML and



| Hits: | 81 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2006-09-25 |
Pasword Tester 1.0
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.


| Hits: | 111 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-28 |
PHP Dump 1.2
PHP Dump is an enhanced version of the var_dump PHP function. It can be used during debugging to quickly output and display many data types, including multi-dimensional arrays and MySQL result sets. It will output the data in an easy to read format. For more information see the "PHP Dump Guide" article. Feature: FeaturesSupport for: strings, integers, floats, Booleans, arrays & multidimensional arrays, mysql result sets, objects, streams, timestamps & null values. Able to output data with or


| Hits: | 5548 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2005-12-05 |
Expert Debugger 2.0
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. Features Execute scripts in step-by-step Work with breakpoints Debugging PHP scripts on the local computer or via network Easy to tra


| Hits: | 5740 | Platforms: | Windows |
| Ratings: | Last Updated: | 2005-12-05 |
dBug 1
It's a class that displays structured information about a variable in a colored tabular format. Simply put, it's PHP's var_dump function on steroids. If you have ever used ColdFusion you would certainly agree with me that its tag (cfdump) has a much better represenation/output of a variable and its contents than PHP's var_dump which only outputs horrible structured information. It's very difficult to view at a glance the contents of a large array with var_dump. Well, dBug is the the equivale


| Hits: | 6384 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2005-12-05 |
PHP Code Executer 1.0
The PHP Code Executer 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 con

| Hits: | 5536 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2005-12-05 |
Atrise PHP Script Debugger 1.0.0
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; Highlighted HTML output view; Online tools like HTML, CSS validate, ping, whois etc.


| Hits: | 10026 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2005-12-05 |
tableVarDump() 1.0.1
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().


| Hits: | 1716 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2005-12-05 |
phpEval() 1.1.2
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.


| Hits: | 5534 | Platforms: | Linux Mac Windows |
| Ratings: | Last Updated: | 2005-12-05 |
Variable Validator 1.0.0
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.

| Hits: | 1716 | Platforms: | Linux |
| Ratings: | Last Updated: | 2005-12-05 |
SimpleTest 1.0beta5
Unit tester, web page tester and mock objects framework. If you have used the Java tools JUnit, JMock and JWebUnit then this PHP version covers much of the same ground. Basically a tool for building application test suites around test cases and then executing and reporting on those tests. The tool set also includes a web browser that can be used for scripting web content.

| Hits: | 6842 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2005-12-05 |
PHP_Debug 1.0
The basic purpose of PHP_Debug is to provide assistance in debugging PHP code, by "debug" i don't mean "step by step debug" but program trace, variables display, process time, included files, queries executed... These informations are gathered through the script execution and therefore are displayed at the end of the script so that it can be read and used at any moment. (during the development phase or using a special account in production) == Features Pear integration (SQL_Parser and Var_Dump


| Hits: | 5686 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2005-12-05 |
PHP_Dyn 1.1
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.


| Hits: | 5632 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2005-12-05 |
Tesly 1
Tesly is a web application written in PHP that helps you create, execute, and report on test plans. Test plans are comprised of test cases, which are made up of step-by-step procedures. Each step has an action to take and a result that is expected. QA leaders can track the progress of testing as testers use the interface to report completion of test cases.



| Hits: | 1861 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2005-12-05 |
BODY 1.1.4.6
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.


| Hits: | 8731 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2005-12-05 |