Tuning the JVM
One of the great things about ColdFusion is that it runs on a JVM and as such means that it has a whole bunch of options we can use to... more »
Tweet 0 Comments Save Tags: coldfusion , how-to , java
Closures, Closures, Closures
Today's impetus is Edmund, Sean Corfield's event driven programming framework. In order to register event listeners, you have to a CFC... more »
Tweet 0 Comments Save Tags: coldfusion , opinion , usability
Video: ColdFusion and Java Integration: Let Me Count the Ways
In a lot of ways, ColdFusion is Java, says Adam Lehman - it has a lot of really popular Java frameworks already built into it, such as... more »
Tweet 0 Comments Save Tags: coldfusion , css-html , frameworks , java
Video: Real Life RIA
Using SlideSix.com as an example, this presentation includes demonstrations on how to convert a presentation file to a browser based SWF... more »
Tweet 0 Comments Save Tags: coldfusion , flash-flex , java , ria
Video: Intro to Mura CMS
Mura is an open source content management system (CMS) that makes life easier for CSS and ColdFusion developers as well as non-technical... more »
Tweet 0 Comments Save Tags: coldfusion , css-html , tools
Video: Designer-Developer Workflows
It's important for developers and designers to be able to work easily with one another and know what they need from each other. You... more »
Tweet 0 Comments Save Tags: coldfusion , flash-flex , ria
Introduction to Securing CFML Applications
This presentation gives a basic intro to CFML application security. Jason Dean discusses the general principles of application security... more »
Tweet 0 Comments Save Tags: coldfusion , security
Advanced Debugging Tips and Tricks
Most developers define debugging as an 'after the fact' solution for finding bugs after they've already caused problems. Bilal Soylu's... more »
Tweet 1 Comments Save Tags: coldfusion , eclipse , java , methodology
Video: Object-Oriented Design Principles
In this presentation, Brian Kotek explores Object-Oriented modeling and design. The topics of discussion include: The basics of UML and... more »
Tweet 0 Comments Save Tags: coldfusion , methodology , other languages
An Introduction to ColdFusion Object-Relational Mapping
This article provides an introduction to ColdFusion Object-Relational Mapping (ORM), and takes you through examples of ColdFusion ORM in... more »
Tweet 0 Comments Save Tags: coldfusion , java
jQuery and or ExtJS
Why isn't everything as easy as ColdFusion? I've used jQuery for a couple of years now, and ExtJS for about a week, and the differences... more »
Tweet 0 Comments Save Tags: coldfusion , javascript , opinion
Flex 4, Flash Builder 4, CF Builder, and Flash Social Released En Masse
After several months in beta, a host of Flash Platform technologies were released today in their production-ready versions. The releases... more »
Tweet 0 Comments Save Tags: coldfusion , flash-flex , tools , web design
ColdFusion Builder Refcard by Terry Ryan
DZone just published my latest contribution to their Refcardz series, Getting Started with ColdFusion Builder. It's intended to be a... more »
Tweet 0 Comments Save Tags: coldfusion , how-to
Getting Started with Adobe ColdFusion Builder - New DZone Refcard
This DZone Refcard will get you started with your first project and will introduce you to some of the cool features that come with this IDE.
Tweet 0 Comments Save Tags: coldfusion , how-to
Ben Nadel Creates Software Simulations Using Interface-Driven Architecture
Ben Nadel is the Chief software engineer at Epicenter Consulting. He's been a ColdFusion and web application developer for ten years,... more »
Tweet 0 Comments Save Tags: coldfusion
Corfield on ColdFusion
Sean Corfield talks about the the CFML specification and explains the ways in which they hope to resolve code portability issues. ... more »
Tweet 0 Comments Save Tags: coldfusion , java , ria
Adam Lehman on the "ColdFusion Renaissance"
In this interview, recorded at CFinNC 2009, Dan Wilson speaks with ColdFusion Product Manager Adam Lehman on the rebirth of the... more »
Tweet 1 Comments Save Tags: coldfusion , flash-flex , ria
So You Want Cleaner Code? Nesting Conditionals and Booleans
The main idea here is to provide practical examples of working code that can be written in a cleaner fashion. You may agree or disagree... more »
Tweet 0 Comments Save Tags: coldfusion , how-to
ColdFusion Case Study: Under the Hood of SlideSix.com
In this interview, SlideSix.com creator Todd Sharp provides a detailed walk through of the site's architecture and describes some of the... more »
Tweet 0 Comments Save Tags: coldfusion , flash-flex , ria
A Side Effect of ySlow and Firebug
I spent a number of hours researching a bug in a Model-Glue application. Each time a form was submitted successfully, a duplicate record... more »
Tweet 0 Comments Save Tags: coldfusion , flash-flex , opinion , tools
Hashing files and Java heap space
So, for those that did not know. The hash() function in ColdFusion can do a cool trick. It can generate a md5 hash of a file. Why would... more »
Tweet 0 Comments Save Tags: coldfusion , java , ria
Tech Chat: Mark Mandel on ColdFusion and Java Integration
DZone recently caught up with Mark Mandel, creator of JavaLoader, a library that facilitates ease of use, development and integration of... more »
Tweet 0 Comments Save Tags: coldfusion , flash-flex , java
A Deep Dive into ColdFusion 9 with Hemant Khandelwal
Following up on a recent interview with Ben Forta, DZone caught up with Hemant Khandelwal, Engineering Manager on the ColdFusion team at... more »
Tweet 0 Comments Save Tags: coldfusion , flash-flex , java , ria
Adobe's Ben Forta on ColdFusion 9, CF Adoption Trends
DZone recently caught up with Ben Forta, ColdFusion guru and renowned book author to discuss the state of the ColdFusion market, CF... more »
Tweet 0 Comments Save Tags: coldfusion , flash-flex , java
The Grails Journey Begins
After working with ColdFusion and becoming frustrated with some of it's shortcomings, I decided to use a "grown up" language; Java. It's... more »
Tweet 0 Comments Save Tags: coldfusion , frameworks , groovy