FREE Drupal Cheat Sheet

Learn three of the most common roles associated with setting up a new Drupal site: site building, theming, and development.

Comparison of Flex 3 and Flex 4 beta

A look inside architectural differences, as well as changes in components, layouts, use of states, and effects.

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...

1 replies - 308 views - 06/22/09 by James Sugrue in Articles

Integrating Flex & PHP - An Introductory Tutorial

Ten years ago or so, the World Wide Web primarily meant static HTML. Horrendous JavaScript, trivial games, and frivolous splash pages represented the common...

6 replies - 5339 views - 05/28/09 by LarryUllman in Articles

Introduction, test cases and web browser compatibility tables for JavaScript 1.6, JavaScript 1.7 & JavaScript 1.8

Lately I’ve been investigating newer versions of JavaScript, and what web browser support they have. And, as usual when I create something I find useful, I...

0 replies - 1012 views - 04/30/09 by robnyman in News

Where are the RIA "killer apps"?

I've found, over the years, that in almost every successful field of technology there's a "killer app," a category-leader so strong as to...

20 replies - 5037 views - 04/28/09 by kas_thomas in News

Oracle Buys Sun - Coverage from around the Web

In what could be the most important decision of the year, after weeks of speculation of IBM buying out Sun, which failed to produce a result, today Oracle have...

8 replies - 12728 views - 04/21/09 by James Sugrue in Articles

Oracle's Effect on Java

With Oracle just after buying Sun, maybe it's time to consider what this means for the Java community. There's no doubt that enterprise Java is something...

25 replies - 15050 views - 04/20/09 by James Sugrue in Articles

Top 10 PHP Frameworks

These are the top ten PHP frameworks that are based on the MVC design pattern. 1. Yii

2 replies - 2929 views - 04/02/09 by VictorDavtyan in News

Flex best practices – Part 1: Setting up your Flex project

This is the first part of my series on using and applying best practices to your Flex development process. This article will focus on best...

1 replies - 10311 views - 03/11/09 by seantheflexguy in News

Refcardz Topics: What Should We Cover? (Vote Now)

DZone needs your help!  We have a lot of Refcard topics on our plate and want to know how to prioritize the topic...

33 replies - 18312 views - 02/16/09 by WeiLing in Uncategorized

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 - 1453 views - 02/06/09 by Marten in Tips and Tricks

What we can learn from yesterday's phpBB.com hack

Yesterday the phpBB.com server got hacked. People who, like me, were there back in the days of phpBB2 will be reminded of the security flaws found in the...

0 replies - 1725 views - 02/02/09 by Stefan Koopmanschap in Articles

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 - 2819 views - 01/28/09 by Vladimir Carrer in Articles

Adding a YUI Sortable DataTable to a NetBeans Web Project

This exercise demonstrates how to add a sortable YUI DataTable to a web page. As Yahoo! UI's demo page states,

1 replies - 6463 views - 01/27/09 by giunipero 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...

2 replies - 3831 views - 01/23/09 by Charlie Key in News

Code Refactoring - Freaking Awesome

We have all gone back and looked at code we wrote in the past and thought "Wow, this is ugly.", or "wtf was I thinking?", or even...

12 replies - 10522 views - 01/16/09 by Mike Bernat in News