ColdFusion Trends with Ben Forta

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

Fluent Navigation in JSF 2

Part 3 on JSF 2: Discover that getting around in a JSF 2 application is much simpler and requires less typing.

PHP Refcard Available - Download Now

PHP is the world's most popular server-side Web scripting language. This reference card was created to help you quickly navigate some of PHP's most commonplace...

2 replies - 4439 views - 09/29/08 by Nitin Bharti in News

Video: Class Property Variables in NetBeans IDE for PHP

The demo mainly shows how NetBeans PHP handles class property variables, but you can also see other cool editor features and how to find a...

0 replies - 1720 views - 09/22/08 by ppisl in News

Does Procedural Plus Dynamic Equal Object-Oriented?

PHP has dynamic features, meaning that variables, functions, class members and even classes can be referred in a dynamic manner. Here are a few examples:

0 replies - 1389 views - 09/22/08 by Robert Enyedi in News

Which Code Templates Should NetBeans IDE PHP Provide?

The NetBeans editor contains many features that can increase your productivity. Included in these are the code templates that let you paste snippets into a...

0 replies - 2501 views - 09/18/08 by ppisl in News

Create a WordPress Theme with NetBeans PHP IDE

I went through the WordPress tutorial for NetBeans 6.5 and it worked like a charm. My blog is also running on WordPress, and I wanted to give it a new theme...

3 replies - 6150 views - 09/16/08 by eppleton in News

NetBeans 6.5 PHP Support with sNews

I’m not a PHP developer, but when NetBeans 6.5 features PHP support, I must give it a try. I’ve got the NetBeans IDE 6.5 Beta PHP IDE. As a first example...

0 replies - 2185 views - 09/10/08 by eppleton in News

PHP bad practice: the use of extract()

Working with complex data structures in PHP requires the use of associative arrays. Even PHP classes are an extension of this concept. There are always...

1 replies - 2987 views - 09/09/08 by Robert Enyedi in News

NetBeans Support for Cake PHP, Symfony, Prado, Zend Framework, Smarty or ... ?

Recently, I have answered many questions whether NetBeans would support this PHP framework or that one. So, I would like to clarify the situation about the...

0 replies - 13348 views - 09/05/08 by ppisl in News

PHP Bad Practice: Variable Reuse

Anyone who has worked with PHP knows that it is extremely permissive with variables and their types. There's no need to declare variables, not even at class...

1 replies - 3167 views - 08/27/08 by Robert Enyedi in News

Mayday, Mayday, Mayday - PHP Going Down

PHP provides a variety of tools for handling errors and exceptions, in particular extensible handlers for managing errors and exceptions as they occur. ...

0 replies - 3070 views - 08/25/08 by michaelcaplan in News

Screencast about NetBeans PHP IDE and WordPress

I have published a screencast, how to set up WordPress as a NetBeans project and also I show how to write a simple plugin for WordPress. The plugin...

0 replies - 1690 views - 08/20/08 by ppisl in News

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 - 14276 views - 08/13/08 by lloyddunn in Articles

PHP Code: Top Ten Security Vulnerabilities

Below follows the top ten security vulnerabilities that might be hiding in your PHP code.1. Unvalidated Parameters Most importantly, turn...

1 replies - 16918 views - 08/12/08 by rochakchauhan in News

NetBeans Project-Specific PHP Interpreter

Recently, we added support to define PHP interpreter per project. You can easily try this feature by yourself: just invoke Project Propertiesselect run...

1 replies - 5351 views - 08/09/08 by ppisl in News

CakePHP 1.2 : Creating a Contact Form

Most contact forms take a name and feedback from a user and mail it off to the administrator but don't store any information in the database. This tutorial...

0 replies - 6425 views - 08/06/08 by jonathansnook in News