•  

    May 2012
    M T W T F S S
    « Apr    
     123456
    78910111213
    14151617181920
    21222324252627
    28293031  
  • Recent Posts

  • Advanced Random Posts

  • Categories

  • Recent Comments

  • Partner links


  • « | Main | »

    web development technology|PHPEclipse: A User Guide: Take advantage of the leading open source integrated development environment to develop, organize, and debug your PHP web development projects.

    By admin | October 28, 2011

    The following are not relevant to the content of some web development technology,But meaningfulFriendship is like earthenware: once broken, it can be mended; love is like a mirror: once broken, that ends it. (Josh Billings. American humorist)Love is photogenic. It needs darkness to develop. Care and diligence bring luck. There are no accidents..Every man is the architect of his own fortune.。!!

    web development technology|PHPEclipse: A User Guide: Take advantage of the leading open source integrated development environment to develop, organize, and debug your PHP web development projects.

    411eCzXn8HL. SL160  web development technology|PHPEclipse: A User Guide: Take advantage of the leading open source integrated development environment to develop, organize, and debug your PHP web development projects.

    PHPEclipse brings PHP functionality to the Eclipse platform, enhancing it as an environment for developing web applications and focusing on what PHP web developers need to create an application. PHPEclipse’s development is active and its tool-set provides everything you need to write web applications in PHP. This book is written for PHP developers who want an open source development environment for creating web applications. You do not need any knowledge of Java or prior experience of Eclipse to use this book.

    buynow big web development technology|PHPEclipse: A User Guide: Take advantage of the leading open source integrated development environment to develop, organize, and debug your PHP web development projects.

    List Price: $ 34.99

    Price: $ 29.39

    Related Web Development Technology Products

    Topics: Web Technologies | 3 Comments »

    You might also like

    web development technology|Google Web Toolkit 2 Application Development Cookbook Find More Web Development Technology Products...
    web development technology|Tapestry 5: Building Web Applications: A step-by-step guide to Java Web development with the developer-friendly Apache Tapestry framework Related Web Development Technology Products...
    web development technology|PHP Web Development: The Most Reliable Technology of this Era! by World Bank Photo Collection web development technology|PHP Web Development: The Most Reliable...
    web development technology|Macromedia Flash MX Fast & Easy Web Development ...
    Grab This Widget

    3 Responses to “web development technology|PHPEclipse: A User Guide: Take advantage of the leading open source integrated development environment to develop, organize, and debug your PHP web development projects.”

    1. Diane Cipollo Says:
      October 28th, 2011 at 3:57 pm
      9 of 9 people found the following review helpful:
      5.0 out of 5 stars
      Instructions on How to Install and Use PHPEclipse, June 20, 2006
      By 
      Diane Cipollo (Editor at BellaOnline.com) –
      This review is from: PHPEclipse: A User Guide: Take advantage of the leading open source integrated development environment to develop, organize, and debug your PHP web development projects. (Paperback)

      When you are first learning a new computer language such as PHP, you will want to complete each line of code and each phase of the program by hand and without using any shortcuts. This is the best way to learn. But as we all know, in the real world, we are all pressed for time. Many programmers turn to an IDE (integrated development environment) to keep them organized and to streamline the workflow. This book by Shu-Wai Chow will show you how to install, setup and use PHPEclipse which is a popular open source IDE for PHP programmers.

      The author begins with an introduction to IDE’s covering their main features and the pros and cons of using them. Following this, is an introduction to PHPEclipse, its history and architecture. Then the fun begins. Chow’s tutorial-styled narrative walks you through each step as you install the main software; Apache, PHP, Java, Eclipse and PHPEclipse. I especially liked that he used the free, open source distribution/installation software called XAMPP which automates the installation of Apache, MySQL, PHP and Perl. He covers the installation for Windows, Mac and Linux. At this point you also install Java and PHPEclipse. Finally, he thoroughly discusses the user interface, the views (palettes) and dialog boxes and how you might want to customize these.

      Once you have these installed, you begin to work on a real PHP application project which is a database driven website for an animal shelter. You learn how to set up this project’s files and folders within PHPEclipse. Then you begin building the PHP code and supporting HTML, JavaScript and CSS files for the website. You also begin to work on the database, program objects and classes. Chow introduces some helpful tools at this point including WTP (Web Tools Platform project), HTML Tidy, Eclipse Tidy and phpDocumentor. I especially liked the phpDocumentor feature that builds the documentation for your application from your source code comments.

      Debugging is the next topic and after an introduction to terms and concepts, Chow shows how to install and setup the DBG debugger. With this feature, you can use more sophisticated debugging practices than the basic echo ( ) function we all know so well. Chow walks you through a complete debugging session and discusses common strategies.

      The next step is to turn PHPEclipse into a database client by the addition of the Quantum DB plug-in. Chow demonstrates how to use this with a relational database and how to perform common tasks such as writing SQL statements and manipulating tables.

      Depending on your projects, you may or may not feel that you need the help of version control software to keep track of the changes made to your application. However, you will be surprised at how helpful this software is with even the simplest project. Chow helps you install, setup and use the CVS version control software with PHPEclipse and also discusses some common terms and concepts along the way. Lastly, Chow covers how to setup PHPEclipse to work with FTP, Secure FTP, WebDAV and Ant for publishing your new site.

      As you can see, this book is more than just instructions on how to install these programs. It also gives you hands-on practice using them. You can download the complete application and sample files from the supporting website. Shu-Wai Chow has been working in the programming field for over eight years and is proficient in Java, JSP, PHP, ColdFusion, ASP, LDAP, XSLT and XSL-FO.

      Help other customers find the most helpful reviews 

      Was this review helpful to you? Yes
      No

    2. Tobin T. Bradley "waywardmonkey" Says:
      October 28th, 2011 at 4:13 pm
      6 of 7 people found the following review helpful:
      3.0 out of 5 stars
      eh…., January 4, 2007
      By 
      Tobin T. Bradley “waywardmonkey” (Charlotte, NC) –
      (REAL NAME)
        

      Amazon Verified Purchase(http://www.amazon.com/gp/community-help/amazon-verified-purchase', ‘AmazonHelp’, ‘width=400,height=500,resizable=1,scrollbars=1,toolbar=0,status=1′);return false; “>What’s this?)
      This review is from: PHPEclipse: A User Guide: Take advantage of the leading open source integrated development environment to develop, organize, and debug your PHP web development projects. (Paperback)

      I’m a long-time PHP developer but a relative newcomer to Eclipse (love it).

      This is a fair guide to PHPEclipse. I don’t think there’s anything about PHPEclipse I’d want to know that I couldn’t find in this book, particularly about adding debugging and phpdoc, which don’t come bundled with PHPEclipse.

      On the other hand – for what you pay, this is a really, really short book. If they needed some filler space to justify the cost, more information on Eclipse in general would have come in handy for a noob like me, or some basics on PHP (the book assumes a fairly high level of PHP knowledge, as it goes right in to OOP in its examples). Some of the graphics work and text layout leaves a bit to be desired, which surprised me, as I’ve had good luck with this publisher.

      If I had it to do over again, I probably would have skipped this book and toughed it out, but overall it isn’t a bad book and it did help some. If you are a PHP ninja but you don’t know anything about PHP in Eclipse (and you have some cash to kill), it isn’t a bad pickup. I give it an “eh” rating.

      Help other customers find the most helpful reviews 

      Was this review helpful to you? Yes
      No

    3. D. E. Hansen "just a coder" Says:
      October 28th, 2011 at 4:35 pm
      3 of 3 people found the following review helpful:
      5.0 out of 5 stars
      Invaluable, February 17, 2006
      By 
      D. E. Hansen “just a coder” (Aptos, CA USA) –
      (REAL NAME)
        

      Amazon Verified Purchase(http://www.amazon.com/gp/community-help/amazon-verified-purchase', ‘AmazonHelp’, ‘width=400,height=500,resizable=1,scrollbars=1,toolbar=0,status=1′);return false; “>What’s this?)
      This review is from: PHPEclipse: A User Guide: Take advantage of the leading open source integrated development environment to develop, organize, and debug your PHP web development projects. (Paperback)

      I don’t know how I ever wrote php code without Eclipse! And this book makes it easy and FUN to use Eclipse. Shu Chow is a master at explaining the concepts involved as well as the functionality of the tool.

      Help other customers find the most helpful reviews 

      Was this review helpful to you? Yes
      No

    Comments