• submit to reddit
Raymond Camden04/06/13
1304 views
0 replies

ColdFusion Web Application Construction Kit 10

I'm happy to announce that you can now purchase the latest edition of the CFWACK, volume 10. CFWACK10 was written by a host of ColdFusion super stars including Ben Forta, Charlie Arehart, Rob Brooks-Bilson, Kenneth Fricklas, Hemant Khandelwal, Chandan Kumar, and yours truly.

Raymond Camden04/04/13
770 views
0 replies

ColdFusion and OAuth Part 2 - LinkedIn

Earlier this week I discussed how to integrate ColdFusion and Facebook using OAuth2. I mentioned that this was part of a set of examples I had done involving Facebook, LinkedIn, and Google. In today's entry, I'm going to discuss the LinkedIn API.

John Whish02/08/13
1080 views
0 replies

Using thin wrappers around arrays of structs

I used ORM to retrieve a list of all the Products and then called the relationships to find out if they had multiple product options, price variations etc. Whilst this worked nicely, it was far from performant. I ended up replacing the use of ORM for this part and replaced it with a single SQL statement.

Bill Armstrong02/01/13
8727 views
2 replies

Weekly Poll: Spring Modules

For this week's poll, we wondered which modules were the most often used in the Spring framework. I've compiled a list of 28 Spring modules, and, this time, all you have to do is mark those you've used before.

Bill Armstrong10/08/12
4537 views
0 replies

Sitdown with Raymond Camden: Star Wars and Data Structures

Raymond Camden, a Jedi Master and Developer Evangelist for Adobe, joined our host Anthony Pompliano to discuss his presentation on ColdFusion 10, Websockets and HTML5 storage techniques at NC Dev Con 2012.

Ben Forta09/10/12
2423 views
0 replies

ColdFusion 10 Update 1 Released

You heard it here first: ColFusion released it's first update for ColdFusion 10: the download link is inside.

Raymond Camden08/07/12
6021 views
0 replies

WebSocket Example With Keyword Highlighting

In the keynote this morning at RIACon, I talked about a few ColdFusion 10 technologies that I found especially interesting.

Mitch Pronschinske05/29/12
13454 views
1 replies

DZone 2012 Community Survey - Gift Cards up for Grabs!

Each year we like to pick your brain to help us make things even better at DZone, and in return we are offering up one $100 and two $50 Amazon gift cards to randomly selected DZone members who respond to our annual survey.

Sam Farmer05/15/12
5202 views
0 replies

ColdFusion 10 Released Today: New Features

With the release of ColdFusion 10 today, we take a look at Sam Farmer's new feature rundown. Some of the cooler things include having REST baked in and having WebSocket support.

Mitch Pronschinske05/07/12
4423 views
0 replies

FarCry Solr Pro CMS Plugin

Looking for a Solr CMS plugin on par with the Drupal plugin? The FarCry Solr Pro plugin lets you use the power of Lucene (through Solr) to index and search your site. It goes above and beyond ColdFusion's native implementation of Solr.

Raymond Camden03/06/12
3156 views
0 replies

Web Sockets with Server Side Logic: Follow-Up and Fixes

Raymond Camden follows his previous post on WebSockets and ColdFusion with important updates to the chat system, including several instructive fixes to a few subtle problems with his first attempt.

Raymond Camden02/29/12
22940 views
0 replies

Multiple File Upload is Easy in HTML5

Raymond Camden introduces HTML5's multiple file upload spec, solves a few legacy browser annoyances, and provides a simple template that includes his JavaScript solution.

Judah Johns02/08/12
7352 views
0 replies

Easiest Way to Deploy ColdFusion to the Cloud

Learn how to deploy a Cold Fusion 9 application to the cloud using Jelastic. This tutorial will take you through creating an environment, the WAR file, and deploying the Java package.

Sagar H Ganatra01/24/12
2722 views
0 replies

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 isDirectory() function available in ColdFusion and I don't want to write Java code to do this. Any...

John Esposito10/31/11
13867 views
18 replies

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 traditionalist will pick Donald Knuth's The Art of Computer Programming. Or maybe Fred Brooks' The Mythical...