web development

NetBeans IDE 6.5 Beta: Geared for PHP Development!

As web developers increasingly tackle large-scale projects that use PHP together with MySQL, they stand to benefit from an IDE that can efficiently manage...

0 replies - 14239 views - 08/13/08 by lloyddunn in Articles

PHP - Stop including class files and use __autoload() instead

PHP added several magic methods in PHP5.  __autoload(), however, isn’t one of them.  But that doesn’t make it any less useful.  In fact it’s one of...

4 replies - 4731 views - 06/30/08 by Jaisen Mathai in Tips and Tricks

MyEclipse 6.5 Released, 5 Licenses for DZone Members!

Genuitec has announced two major product releases: MyEclipse 6.5 and MyEclipse 6.5 Blue Edition. DZone has 5 FREE licenses to give away! Both are available...

12 replies - 11507 views - 06/24/08 by Schalk Neethling in Articles

PHP - Caching Pages with Output Buffering

Noticing your pages are loading slowly or just don't like using extra cpu cycles when you don't have to? PHP makes caching very easy with their variety of...

0 replies - 5609 views - 06/20/08 by Mike Bernat in News

Sun Tech Days jMaki Presentation slides and Sample code

Java technology evangelist Carol McDonald is one of the presenters you can see at this years Sun Tech Days series in Manilla. One of the topics she will be...

0 replies - 4732 views - 06/16/08 by Schalk Neethling in Announcements

Google Style Did You Mean....? in PHP

On a new website I am developing for a client I had to add the usual "Did you mean... ?" in the search results for her. Si I started thinking for the...

0 replies - 22484 views - 06/06/08 by Alejandro Alvarez in News