PHP

NetBeans 6.8: A Few of Your Favorite Things

"Raindrops on roses and whiskers on kittens" didn't make the cut, but what are a few of your favorite things about the upcoming NetBeans 6.8?  DZone...

2 replies - 9230 views - 10/26/09 by Mitch Pronschinske in News

DZone Daily Dose - 2009/10/22

According to Amazon, the world's biggest software company has also racked up the largest number of pre-orders of any product, EVER! That's right, Amazon...

0 replies - 2348 views - 10/22/09 by Mitch Pronschinske in News

Web Tech Skills PHP, Java, in High Demand

A new report released by the job site Elance shows a growth in tech contractor hiring, up 46% from this time last year on Elance.com.  After job losses in IT...

0 replies - 2889 views - 10/15/09 by Mitch Pronschinske in News

NetBeans 6.8 Beta Coming; Does Oracle Care?

NetBeans 6.8 just crossed milestone 2 and the beta is set to release next Thursday.  Geertjan Wielenga, a NetBeans technical writer and DZone Leader, has been...

12 replies - 6625 views - 10/14/09 by Mitch Pronschinske in News

QnA with DooPHP Lead Developer

 This is an interview with Leng Seng Hong about the DooPHP framework.  Leng is the lead developer behind DooPHP.  DooPHP is a newer PHP framework that is...

3 replies - 1401 views - 09/17/09 by CodeJustin in News

Introduction to Flex - for PHP Developers

I’ve been working with web related technologies since the late ‘90s, and my first server side technology was PHP. Later on, I did ColdFusion and Java...

0 replies - 11645 views - 08/27/09 by mcorlan in Articles

Zend Framework 1.9 Enhances Support for Microsoft, Novell Environments

Zend Technologies has announced the latest version of its open-source framework for PHP, offering improved support for Microsoft and Novell environments. ...

0 replies - 1065 views - 07/31/09 by CodeJustin in News

Zend Updates Flagship IDE, Adds Support for PHP 5.3

Zend Technologies today unveiled a major new release of its Zend Studio development environment, adding support for the newly-released PHP 5.3 platform. Zend...

0 replies - 1366 views - 07/29/09 by Nitin Bharti in News

New PHP Features in Flash Builder 4 - Part 3: Implicit Paging and Data Management

In the second part of this series, we looked at using using Zend AMF and Flash Remoting. In this final part, we will explore implicit paging, inline editing...

0 replies - 6366 views - 07/27/09 by Kevin Hoyt in Articles

New PHP Features in Flash Builder 4 - Part 2: Using Zend AMF and Flash Remoting

The first of this three part series provided an overview of the new data-centric PHP development features in Flash Builder 4.  This part looks at using Zend...

3 replies - 7162 views - 07/20/09 by Kevin Hoyt in Articles

PHP Hidden Gem: similar_text()

Every once in a while you need to solve this unique problem. This problem that you usually only have to solve once or twice. So you start developing, but...

0 replies - 2859 views - 07/10/09 by Stefan Koopmanschap in Articles

Getting Started With Drupal Refcard Released: Meet The Author

This week DZone releases the Getting Started with Drupal refcard showing you how to create a site using Drupal, and how to develop your own modules. I spoke...

0 replies - 1731 views - 06/22/09 by James Sugrue in Articles

Counting results with PDO

Many developers asked me how I count the result rows from a PDO statement.I asked them how they do it.They answered me the following example of...

5 replies - 2124 views - 02/06/09 by Marten in Tips and Tricks

PHP Speed: Private vs Public Member And Static Methods

I did some speed testing for my PHP framework(still alpha) and I discovered some surprising results.For the test I have PHP 5.2.3 and MySQL 5.0.41 with 100000...

11 replies - 3913 views - 01/28/09 by Vladimir Carrer in Articles

Creating XML Documents in PHP

There's lots of reasons why you'd want to make XML documents using PHP. Maybe you're writing your own RSS feed or implementing a REST service. Whatever the...

3 replies - 5196 views - 01/23/09 by Charlie Key in News