News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

Ed Finkler's Blog:
Zend Studio for Eclipse and SFTPDrive not on speaking terms
0 comments :: posted Thursday March 20, 2008 @ 07:58:09
voice your opinion now!

Ed Finkler, a long-time user of SFTPDrive on his Windows machine, has noticed something a bit odd lately when using the new Zend Studio (Eclipse):

For some reason, ZSfE just doesn’t show me my “k:” drive (the SFTP mount) when browsing for a project directory. This throws a real wrench in my usual workflow " ZS 5.5 had built-in SFTP support, and I could also use the local mount if I wanted.

Finding nothing in the traditional places, he's made this blog post hoping someone might have the answer. Turns out that the fix (as provided by Josh Johnston) is to create a new project around a new Remote Folder.

tagged with: eclipse zendstudio sftpdrive remote folder edit drive


ONLamp.com:
Using Zend Studio for PHP Programming
0 comments :: posted Wednesday March 12, 2008 @ 10:21:00
voice your opinion now!

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
0 comments :: posted Wednesday March 12, 2008 @ 08:43:00
voice your opinion now!

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

Zend Developer Zone:
Win a copy of Zend Studio at PHP Quebec 2008
0 comments :: posted Monday March 10, 2008 @ 17:38:00
voice your opinion now!

If you're headed up to this year's PHP Quebec conference, keep an eye out for Cal Evans and the Zend team. According to this new post on the Zend Developer Zone, they'll be giving away a free copy of the Zend Studio software.

If you are at PHP Quebec and want a chance to win a copy of Zend Studio, find either myself or John Coggeshall and give us your business card. I'll take them all, put them in a jar I keep just for these occasions and draw one at random and give that person a shiny new license to Zend Studio.

You'll need to still be around to win the big prize and keep an eye on DevZone to see who ends up taking it home.

tagged with: zendstudio license phpquebec2008 contest conference businesscard

Christian Wenz's Blog:
Zend Studio for Eclipse 6.0 Released (and Zend Studio 5.5.1, too)
0 comments :: posted Friday March 07, 2008 @ 07:56:00
voice your opinion now!

Christian Wenz has pointed out one of the latest releases from Zend - the latest updates for their Zend Studio for Eclipse product (and Zend Studio too).

I am probably not the first to notice that, but thought it would be worth mentioning anyway. Zend have released version 6.0 of Zend Studio for Eclipse. Actually, this version 6.0 is the first final version of the Eclipse edition of Zend Studio.

He walks through this new version, commenting on everything from the interface to the version of PHP it cmes with out to an issue he had with updating (and how it was corrected).

tagged with: zendstudio eclipse release latest overview

DeveloperTutorials.com:
PHP Debugging with Zend Studio
1 comment :: posted Monday February 04, 2008 @ 12:53:00
voice your opinion now!

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
0 comments :: posted Monday January 28, 2008 @ 12:14:00
voice your opinion now!

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:
0 comments :: posted Wednesday November 07, 2007 @ 09:31:00
voice your opinion now!

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


conference package mysql pecl job PHP5 security ajax application PEAR framework zend cakephp code developer releases release database book zendframework

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework