Apr
05
2009
0

The best symfony IDE for Mac: Probably still Zend Studio

So in a recent symfony-zone article about “the best Symfony IDE: PHPEdit“, the author recommended using PHPEdit.   Problem is PHPEdit doesn’t have a Mac OS X version according to their requirements page as of this date.

So for now using Zend Studio or BBEdit is probably your best bet.  Haven’t tried Netbeans, but at least one developer I know still uses it.  Of course you could just use vi if all else fails.

One last thing, Zend Studio probably won’t ever have any first party support for symfony being that Zend Studio’s parent company has their own framework; so I would’t hold my breath for that.

Feb
06
2009
0

Dutch PHP Conference 2009 – Call for Papers

The Call for Papers is open on the Dutch PHP Conference website, and with only one week left. Final day to submit is Friday 13th!

Written by in: Zend Developer | Tags:
Feb
06
2009
0

Saving a PHPExcel spreadsheet to Google Documents

The PHPExcel library can be used to read & write Excel spreadsheets, but what if you wanted to use them to access Google Documents Spreadsheets?

Written by in: Zend Developer | Tags:
Feb
04
2009
0

Building AutoComplete Inputs with PHP, PEAR, Dojo and YUI

Ever since the big search engines added auto-suggest, hardly a week goes by without a client asking me to build similar autocomplete functionality into a Web form. Fortunately, modern programming toolkits like Dojo provide ready-made widgets that have the necessary client-side functions for autocomplete. Add a little bit of server-side glue, in the form of a PHP script that talks to a database to generate valid suggestions, and enabling this functionality in a Web application now becomes a matter of hours, rather than days. In this article, I’ll show you how to do this using three different libraries: PEAR HTML_QuickForm, YUI, and Dojo. Come on in, and find out more!

Written by in: Zend Developer | Tags:
Feb
04
2009
0

Terry Chay on Keeping Memcache Consistent

On his blog Terry Chay discusses how to handle keeping data consistent in your application, avoiding clobbering data and stampede effects, through the use of a locking mechanism, PHP, and Memcached.

Written by in: Zend Developer | Tags:
Feb
03
2009
0

Andi Gutmans named CEO of Zend Technologies

Zend today announced that it has appointed Andi Gutmans, Zend co-founder, as its chief executive officer (CEO). It also named Mark Burton, formerly executive vice president of worldwide sales at MySQL, as executive chairman.

Written by in: Zend Developer | Tags:
Feb
02
2009
0

Zend Framework v1.7.4 is released

The latest installment of Zend Framework has been released today. Download, install, play with it, and enjoy.

Written by in: Zend Developer | Tags:
Feb
02
2009
0

PHP TestFest 2009

Once again it’s time for the PHP TestFest. This is an event that aims at getting anyone (but especially local User Groups) to join together to help contribute towards improving the code coverage of the PHP test suite.

Written by in: Zend Developer | Tags:
Jan
29
2009
0

PHP 5.3 Beta 1 has been released

The first official beta of PHP 5.3 has been released today. You can download to begin testing your applications against it.

Written by in: Zend Developer | Tags:
Jan
28
2009
0

Ben Ramsey’s series on HTTP Status Codes

Ben Ramsey has an ongoing series of articles discussing the various HTTP status codes that exist in depth. He just released the latest in the series, focusing on the 400 series of codes.

Written by in: Zend Developer | Tags:

Powered by WordPress | Theme: Aeros 2.0 by TheBuckmaker.com