ColdFusion Trends with Ben Forta

ColdFusion guru Ben Forta discusses the state of ColdFusion, CF adoption trends, and the future of the platform.

Q&A on SAVARA

We spoke with Gary Brown and Steve Ross-Talbot to get their ideas about architectural agility and how savara fits in.

Backup Your LAMP With Rsync

Continuing with the backup theme of my last post, I've needed to back up our local LAMP server because its starting to hold some important data. Maybe...

0 replies - 2854 views - 08/05/08 by Schalk Neethling in News

Another MVC approach

So, after having read and heard much about the Model/View/Controller pattern, I decided to apply it to a new web application at the office. After much trial...

2 replies - 7022 views - 08/04/08 by Daniel Oosterhuis in Articles

20 Not To Be Missed Articles - July 2008 - Web Builder Zone

In this months collection of not to be missed web creators list we cover a wide variety of topics such as looking at ICEFaces from the inside, sending MIME...

2 replies - 2651 views - 08/03/08 by Schalk Neethling in News

CakePHP 1.2 - Multiple Validation Sets

In CakePHP, you define how your data should be validated by setting parameters on the validate property of your model. In version 1.2, there is an on option...

0 replies - 2965 views - 07/31/08 by jonathansnook in News

Generate Constructor, Getters and Setters in NetBeans PHP IDE

Petr Pisl is the lead engineer of the PHP work scheduled for NetBeans IDE 6.5. Here he shares an update on some of the latest work that's been done in this...

4 replies - 10909 views - 07/30/08 by ppisl in News

Leveraging Unit Tests As Functional Tests, Load Tests, and Service Monitors

Frank Cohen will demonstrate the new PushToTest TestMaker Version 5 open- source end-to-end service governance and test automation tool. Software developers...

0 replies - 5832 views - 07/21/08 by Schalk Neethling in News

PHP Access Control - PHP5 CMS Framework Development

Now we have some ideas about database, we quickly run into another requirement. Many websites will want to control who has access to what. Once embarked on...

1 replies - 12726 views - 07/14/08 by Schalk Neethling in Articles

PHPLinq As Cool As Real LINQ?

I read about the PHP Implementation of LINQ called PHPLinq. Frankly, I was sceptical about it. Finally, I gave it a try. I still remain sceptical... Let me...

1 replies - 3010 views - 07/10/08 by mikeborozdin in News

And the Winners Are... MyEclipse 6.5 License Winners

On 24 June 2008 Genuitec announced the availability of a new version of the MyEclipse IDE. Along with the announcement posted on the Web Builder Zone, Eclipse...

0 replies - 7487 views - 07/04/08 by Schalk Neethling in News

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 - 4781 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 - 11551 views - 06/24/08 by Schalk Neethling in Articles

The Server Side Java Symposium Europe: Day 2 & Day 3

Although I would have liked to post this on Day 2 and Day 3 of the symposium last week, I could get down to doing it only this morning. Day 2 and Day 3 had a...

4 replies - 3829 views - 06/23/08 by Shashank Tiwari in News

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 - 5641 views - 06/20/08 by Mike Bernat in News

Setting Up A WAMP,phpMyAdmin, Wordpress development environment

In this article I will cover getting PHP set-up on Windows, with Apache and MySQL (WAMP). At the end I will also cover how to get phpMyAdmin and Wordpress...

0 replies - 8734 views - 06/18/08 by Schalk Neethling in News

Upload Files Like Gmail - Client Side Gmail Architecture Part 2

In this follow up to the very popular first part of the Gmail Client Side Architecture series we will be looking at how Google handles the file upload process...

0 replies - 10144 views - 06/16/08 by Schalk Neethling in News