Business & Office
Children's Software
Education & Reference
Games
Graphics
Home & Hobbies
Language & Travel
Linux
Macintosh
Networking
Operating Systems
Personal Finance
Programming
Software for Handhelds
Utilities
Video & Music
Web Development



Antiques
Art
Autos
Baby
Books
Camera & Photo
Cleaning Supplies
Clothing
Computers
Computer & Video Games
Collectibles
DVD
Education
Electronics
Entertainment
Health & Fitness
Jewelry
Kids
Kitchen & Housewares
Magazines
Motorcycle gear
Music
Pets
Outdoor Living
Software
Sports
Tools & Hardware
Toys & Games
Video

Best Webhosts
Webmaster Tips


Shopping Mall
Health & Fitness
Electronics Toys & Games

NuSphere PHPEd Advantage Software
In association with Amazon.com
 Find great shopping deals on NuSphere PHPEd Advantage!   

 
 
 







Buy Now!


Binding: CD-ROM
Brand: NuSphere
EAN: 0803332003004
Label: NuSphere
Manufacturer: NuSphere
Platform: Windows NT, Linux, Windows 98, Windows 2000, Sun Solaris, Windows 95
Publisher: NuSphere
Studio: NuSphere






Editorial Review:

Amazon.com Review:
PHPEd is NuSphere's answer to the slick IDEs of the big publishers. Designed to work with several languages--HTML, JavaScript, SQL, and especially PHP--the environment works well. Its easy-to-understand interface simplifies the creation of Web applications with HTML and JavaScript on the client side, PHP as the scripting language in the middle, and a MySQL database at the back end.

PHPEd's editor has prime importance. It's clever and uncluttered, and makes three key improvements on the capabilities of a basic editor: syntax highlighting, variable listing, and real-time syntax help. This last feature is especially helpful, as each time you enter a function name the editor will unobtrusively open up a small reference window that contains a one-line syntax guide for the function. You see what the mandatory and optional arguments are, what data types the arguments must be, and what data type the function returns.

The editor is nice, but its features alone probably won't motivate many programmers to pay for PHPEd. Integrated FTP for management of remote files is nice, too, but similarly, not enough to make someone buy. What might tip the balance is the first key appeal of this IDE, its debugger. With the PHPEd debugger you can add variables to a watch list and monitor their values as they change during step-by-step execution of a PHP script. You can also hover your mouse pointer over a variable name during stepped execution and see its value in a pop-up window. In addition to step-by-step execution, PHPEd allows you to establish breakpoints in your code.

The second big attraction of this kit is its ability to integrate closely with MySQL databases. Once you open a connection to a MySQL database from within PHPEd (the database can be local or on a remote server), you can easily browse the contents of the database as you formulate your programming strategy. Then, when you're ready to start writing PHP code that actually manipulates the database, you can test your SQL sentences in a convenient window.

PHPEd is not the extent of this package, however. It ships with a set of Web servers and language interpreters that together make up the back end for which PHPEd will help you write applications:

  • PHP 4.0.6. Naturally, this kit comes with a PHP interpreter. This is the actual run-time environment that reads, validates, and executes PHP scripts (those written in PHPEd and elsewhere). As a server-side scripting language, PHP is similar in function to Microsoft's Active Server Pages (ASP) and Sun's JavaServer Pages (JSP). It's particularly potent when paired with a MySQL database.
  • MySQL 3.23.41. An open-source relational database management system (RDBMS) that's widely used, meticulously maintained, and easily manipulated with PHP. It supports standard SQL-92, and should be familiar to anyone who has done SQL work.
  • Perl 5.6.1. Perl, like PHP, can be used to generate Web pages based on form submissions and query results. Its text-manipulation facilities are probably better than PHP's, but the question of which you use is largely a matter of personal taste.
  • Apache 1.3.20. The Apache Web server makes your applications available to all browsers by responding to HTTP requests. This kit ships with the mod_perl module for running Perl scripts and the mod_ssl module for providing Secure Sockets Layer (SSL) encryption of communications.
As is typical of NuSphere products, PHPEd Advantage comes with a set of commercially available books instead of a custom-produced manual. It's a good strategy that keeps NuSphere from having to reinvent the wheel, particularly considering that the books are all generally respected ones:
  • PHP Pocket Reference
  • Apache Pocket Reference
  • Perl 5 Pocket Reference, Third Edition
  • MySQL/PHP Database Applications
The "advantage" in this product's name refers to a subscription service that comes in addition to the CD-ROM. Every quarter for a year, NuSphere ships its registered users an update disk that contains the latest versions of the four packages. You get support, too: Web and e-mail support for a year.

Overall, PHPEd Advantage does its job well. It establishes a solid back-end environment for Web development, and provides a good IDE for writing software. The whole solution is reasonably priced. It's a great choice if you work with PHP and MySQL. --David Wall

Amazon.com Product Description:
NuSphere PHPEd Advantage combines PHP with Apache, MySQL, and Perl to provide a full suite of customizable tools. PHPEd is an Integrated Development Environment (IDE) for Windows that integrates a comprehensive set of editing, debugging, and deployment tools that can speed development time by up to 75 percent and possibly reduce time-to-market. Integrated with a Web development platform, PHPEd lets users write, organize, and preview PHP code, make database queries, execute SQL statements, and embed HTML code. Also take advantage of multiple-platform deployment options including Linux, Windows, and Unix.

A code editor delivers variable and statement accuracy. In addition to standard editing functions such as undo, cut, copy, and paste, and its searching capabilities, PHPEd provides color-coded cues that relate to the script's intelligence. PHPEd offers advanced project management features to help developers manage their code. Files of varying types--PHP, HTML, SQL, and others related to an application--can be stored in a PHPEd project.

PHPEd includes a built-in debugger that aids in application deployment. The debugger does not require difficult setup or program modification. It spiders through code as statements and variables are executed so that users can easily uncover syntax and logic errors. It also offers rapid, flexible deployment of professional applications thanks to a built-in FTP client that can quickly retrieve and save a PHP file on other machines.



Customer Reviews
Average Rating:  out of 5 stars

Rating: 4 out of 5 stars - Recent Win32 VB Convert
I recently decided not to upgrade my Microsoft VB6 development toolset to the latest .NET product. Basically driven by cost. I then decided to look for an IDE that could deliver similar functionality and decided upon Nusphere PHPed. This is fine product although I do not give 5 stars as I have found the debugger a little temperamental at times. In time I know this product will mature and become a valuable asset.



Rating: 5 out of 5 stars - Quality PHP development tools
I was a very happy user of NuSphere MySQL when I decided to purchase PHPEd Advantage. I do consulting work for web site developers, and prefer PHP to ASP or CF.

I wanted more than a PHP debugger, which I got, but I am most happy with the debugger. It is very capable, and integrated into the editor and class browser. It compares very well to Visual C++, but I haven't used Visual .NET to compare.

Web publishing is with FTP. I have heard that the new version supports WebDAV ... Read More



Rating: 5 out of 5 stars - Professional Developers Tools for PHP
Powerful, flexible product. While its integrated debugger is the best I've used, it's not the only reason to buy. The editor does a good job with HTML, PHP, Perl and Javascript. The tool incorporates push-button publishing to remote sites, manages projects, provides a class browser, and is an on-line linter.

Especially nice is its direct connection to MySQL, with SQL statement checking builtin. Direct preview of PHP pages using the (integrated Apache).

Equivalent to Microsoft ... Read More





 

New - Buy Groceries

Magazine Subscriptions

Search for Posters



Health & Personal Care

This site is Hosted by Bluehost

Read my Bluehost Review