HTML5 Canvas Refcard

Learn all about HTML5 Canvas with DZone's latest Refcard on the most exciting web standard that has emerged in the last few years.

Learn HTML5 in 5 Minutes!

Covers the new semantic markup, canvas for drawing and animation, audio and video support, and how to use HTML5 with older browsers.

  • submit to reddit

ColdFusion Tip: How to tell if path is file or directory

Today, one of the ColdFusion users asked me a question "Is there anyway I can find out whether a path is a directory or a file? There is no...

0 replies - 490 views - 01/24/12 by Sagar H Ganatra in Articles

Ask DZ: What Book Do You Think Every Programmer Should Read?

Do you ever think about all the great books for programmers, and then form your opinion on the one book that every programmer should read?  Maybe a...

18 replies - 8224 views - 10/31/11 by John Esposito in Articles

Next release of ColdFusion has websockets, closures, enhanced security, REST and more

At Adobe MAX the ColdFusion team showed off some of the planned features in the next release code-named "Zeus". Highlights include:

0 replies - 3209 views - 10/25/11 by Sam Farmer in Articles

Meet Up With DZone @ JavaOne 2011 and Oracle Open World In San Francisco!!

Interested in being a major player in one of the largest developer communities on the web? Do you have a knack for finding and sharing awesome developer...

0 replies - 15914 views - 09/29/11 by Jim Moscater in News

BeanFactory Aware Beans with WireBox

A while ago I wrote a blog post about making beans BeanFactory aware you can read it here: Inject ColdSpring into your Beans. These days I tend to use Wirebox...

0 replies - 2979 views - 08/15/11 by John Whish in News

How I started in ColdFusion

My entry for Steve Bryant's "How I got started in ColdFusion day".

1 replies - 2864 views - 08/01/11 by John Whish in News

Secondary Level Caching in ColdFusion ORM

I've been doing some performance improvements to a site by making use of the ORM Secondary Level Caching that is built into ColdFusion 9. Interacting with...

0 replies - 3733 views - 07/25/11 by John Whish in News

Running Servlets On ColdFusion

ColdFusion Technical Support Engineer Vikas Chandran explains how to run Java servlets on ColdFusion.TO TEST -Create a cfm page and call the Servlet [in our...

1 replies - 3132 views - 07/18/11 by Ben Forta in News

Merging two arrays

I've mentioned this before in passing in previous posts, but I've just used it to solve a problem and thought it deserved it's own blog post! The problem I...

3 replies - 5655 views - 07/11/11 by John Whish in News

Make ColdFusion Docs Better

Ray Camden spilled the beans on an initiative to make ColdFusion online docs better. Read his post and get involved!

0 replies - 3603 views - 06/29/11 by Ben Forta in News

Getting started with LogBox and ColdBox

I've been working on a ColdBox 3 site and decided to give in the in-built logging (with LogBox) a go. I thought I'd do a quick blog post to demonstrate how...

0 replies - 3627 views - 06/28/11 by John Whish in News

Technique For Managing Form Input in Model-Glue

I've been meaning to post about this technique I'm using in some of my Model-Glue applications, but I couldn't decide on the best way to explain what led me...

0 replies - 3963 views - 06/27/11 by Brian Swartzfager in News

Preserving large numbers in Query or Query

I hit a problem with QueryNew recently which caused a few headaches because 13 digit strings were being converted to standard notation. This is a pretty...

1 replies - 3708 views - 06/24/11 by John Whish in News

View ORM queries in page debugging

One of the things that I really love about Coldfusion 9 is the hibernate integration (ORM). The only thing that irriates me about using the ORM features is...

0 replies - 3986 views - 06/22/11 by John Whish in News

Auto Insertion of Tag attributes and Function arguments in ColdFusion Builder 2

The Editor is the most important feature in an IDE and the code assist features in the Editor helps in developing applications quickly and hence help in...

0 replies - 3358 views - 06/21/11 by Sagar H Ganatra in News