 | News Feed |
Sections
Community Events
|
| feed this: |  |
ONLamp.com: Using Zend Studio for PHP Programming
posted Wednesday March 12, 2008 @ 10:21:00
voice your opinion now!
BY CHRIS CORNUTT
On the O'Reilly PHP blog (ONLamp.com), there's a new post by Michael Ross with an overview of the popular PHP IDE from Zend, their Zend Studio for Eclipse:
Zend Studio for Eclipse is the company's latest update of its PHP IDE, and carries a version number of 6.0. As a foundation, it uses Eclipse, an extensible open source platform for software development that is growing in functionality and widespread usage every year. It also utilizes the PHP Development Tools (PDT) framework.
He looks at the product from all sides - the releases of the products, requirements, pricing, installation and an overview of the interface (complete with screenshots). He also mentions other features that come bundled with the editor like testing integration, file/version management and a built in debugger (as well as special support for the Zend Framework).
tagged with: zendstudio programming ide editor environment overview
ThinkPHP Blog: Zend Studio for Eclipse at first sight
posted Wednesday March 12, 2008 @ 08:43:00
voice your opinion now!
BY CHRIS CORNUTT
This new post on the ThinkPHP blog (from Sarah Hermann) talks about some of her first experiences with the popular IDE from Zend, Zend Studio for Eclipse:
The last few days I've started working with Zend Studio for Eclipse. At first view I didn't miss anything which I've used in Zend Studio 5.5 and the IDE looks very good. [...] Overall I think Zend Studio for Eclipse is a great tool to develop PHP applications. With a large amount of plugins, Eclipse provides a platform which gives the possibilty to develop a whole application within one tool, that's a great benefit.
Most of the issues that she came across from the transition were minor things - keystrokes for shortcuts changed, slowness with the breakpoints - nothing that would stop her from dropping it and going back to the regular Zend Studio 5.5.
tagged with: zendstudio eclipse first look zend platform
DeveloperTutorials.com: PHP Debugging with Zend Studio
posted Monday February 04, 2008 @ 12:53:00
voice your opinion now!
BY CHRIS CORNUTT
Debugging can be one of the most important tools to a developer (web or otherwise) and one of the more popular PHP IDEs, Zend Studio, makes it relatively simple to do. The Developer Tutorials website has this new tutorial to help you get started on the path to being bug free.
For the majority of experienced PHP developers, Zend Studio is considered the top-of-the-line PHP IDE. [...] In this tutorial, we will explore how to use the latest update of Zend Studio for debugging PHP scripts.
They walk through an overview of the IDE, some of the requirements and the install process and, finally, they finish it off with a few pages talking about how the get the debugging up and running.
tagged with: debug zendstudio tutorial install overview ide
Arnold Daniels' Blog: Improve performace check your loops
posted Monday January 28, 2008 @ 12:14:00
voice your opinion now!
BY CHRIS CORNUTT
Arnold Daniels has a suggestion for developers out there to help improve the performance of their applications - check your loops.
So you have a script which is not performing the way you want to. The first thing you should do it try to find out what the problem is. There are some tools out there that can help you.
He mentions the profiler in Zend Studio as well as the one in XDebug. If you can't install those, however, he has another suggestion - FirePHP (a tool that can help time execution times in a simple and easy to include way.
With tools in hand, he offers a few suggestions as to what to check for and do in your applications:
- Get the data ready before going into the loop
- Don't do things in the loop, you can also do outside it
- Use create_function to aid you
- Be careful with abstraction in loops
- Sometimes you can prevent loops altogether
- Last resort: write an extension
tagged with: performance improve loop profile zendstudio firephp xdebug tips
Nick Halstead's Blog:
posted Wednesday November 07, 2007 @ 09:31:00
voice your opinion now!
BY CHRIS CORNUTT
Nick Halstead has started up another programming competition today - this time it's a bit broader in scope and doesn't focus so much on just PHP.
I have a couple of licenses for Zend Studio Professional that I have been holding back to give away for a competition. So after writing yesterdays programming 'tips' I thought perhaps I should get my readers to submit their own tips and then give away one copy for what I think is the best 'tip' and then I will also hold a online vote for the second copy.
The basic process is to submit your favorite tip to Nick and he'll pick his favorite of the day. This happens each day and at the end of the week, there'll be a drawing for the licenses from each day's top tips.
Submit your entries via his contact form.
tagged with: contest zendstudio license programming tip contest zendstudio license programming tip
|