Newest Languages & Tools Articles Cleaner Code with the PMD Eclipse Plug-In By Scott Nelson - Published 12/04/2008 The Eclipse PMD plug-in finds code that isn't up to the standards you define, improving the code's consistency and preventing the avoidable production bugs.
Amazon Web Services and the Zend Framework By Jason Gilmore - Published 11/24/2008 Build powerful product-driven websites by using the Zend Framework to plug in to the vast Amazon.com database.
Building the Perfect Portable Eclipse Workbench By Scott Nelson - Published 11/20/2008 Increase your productivity when developing in Eclipse with plug-ins that reduce the number of applications open on your desktop and make those infrequent tasks easier with wizards.
Getting Functional with F# By Jani Järvinen - Published 11/14/2008 Most mainstream programming languages are based on the paradigm called imperative programming, in which the programmer tells the computer the exact steps what to do. In contrast, there are multiple programming languages that are based on functional programming. Functional programming is making its way to the .NET world with the advent of the F# language. Discover what F# is and why it is useful.
Sending Email with PHP By W. Jason Gilmore - Published 11/05/2008 Send email through your website by using a number of powerful PHP-oriented solutions!
Highlighted Languages & Tools Tutorials Learning PHP: The What's and the Why's By Elizabeth Fulghum -
Tired of being limited by client-side Web development? Liz Fulghum begins a series of articles to teach you PHP. In this first article in the series, learn what PHP is and why you'd want to use it.
An Oldie but Goodie: The Cross-Site Scripting Vulnerability By Thomas Gutschmidt -
A reader offers our security columnist a tip on an exploitable hole that seems to be well documented and understood but has been met with overwhelming complacency, even among the elite sites on the Internet.
Day 1: Learning the Basics of PL/SQL By Jonathan Gennick -
PL/SQL is a procedural language that Oracle developed as an extension to standard SQL to provide a way to execute procedural logic on the database. Here's how to get started using it.
JSP: Creating Dynamic Titles By Jose Annunziato -
Add flair to your Web site. Learn how to create dynamic titles using JSP.
JSP: Creating Dynamic Titles By Stephanie Kaminaris -
Add flair to your Web site. Learn how to create dynamic titles using JSP.
Password protection through JavaScript By Joe Burns -
This is the first in a series of script tips meant to discuss and describe the concept of creating password protection through JavaScript.