ADS BY GOOGLE


2008 East
DIAMOND SPONSOR:
Data Direct
Frontiers in Data Access: The Coming Wave in Data Services
PLATINUM SPONSORS:
Red Hat
The Opening of Virtualization
Intel
Virtualization – Path to Predictive Enterprise
Green Hills
IT Security in a Hostile World
JBoss / freedom oss
Practical SOA Approach
GOLD SPONSORS:
Software AG
The Art & Science of SOA: How Governance Enables Adoption
PlateSpin
Effective Planning for Virtual Infrastructure Growth
Fujitsu
Automated Business Process Discovery & Virtualization Service
Ceedo
Workspace Virtualization
Click For 2007 West
Event Webcasts

2008 East
PLATINUM SPONSORS:
Appcelerator
Think Fast: Accelerate AJAX Development with Appcelerator
GOLD SPONSORS:
DreamFace Interactive
The Ultimate Framework for Creating Personalized Web 2.0 Mashups
ICEsoft
AJAX and Social Computing for the Enterprise
Kaazing
Enterprise Comet: Real–Time, Real–Time, or Real–Time Web 2.0?
Nexaweb
Now Playing: Desktop Apps in the Browser!
Sun
jMaki as an AJAX Mashup Framework
POWER PANELS:
The Business Value
of RIAs
What Lies Beyond AJAX?
KEYNOTES:
Douglas Crockford
Can We Fix the Web?
Anthony Franco
2008: The Year of the RIA
Click For 2007 Event Webcasts
DIGITAL EDITION

SYS-CON.TV
TOP COLDFUSION LINKS


Charlie Arehart
A veteran ColdFusion developer since 1997, Charlie Arehart is a long-time contributor to the community and a recognized Adobe Community Expert. He's a certified Advanced CF Developer and Instructor for CF 4/5/6/7 and served as tech editor of CFDJ until 2003. Now an independent contractor (carehart.org) living in Alpharetta, GA, Charlie provides high-level troubleshooting/tuning assistance and training/mentoring for CF teams. He helps run the Online ColdFusion Meetup (coldfusionmeetup.com, an online CF user group), is a contributor to the CF8 WACK books by Ben Forta, and is frequently invited to speak at developer conferences and user groups worldwide.

There are many resources we should analyze to ensure optimal ColdFusion operation or to help diagnose problems. Fortunately, there's an awesome free tool that comes to our aid to turn voluminous data into useful information.
FusionDebug is an easy straightforward tool, but if you leverage the experience of others, you can be even more productive.
Errors and bugs: they happen in all code, mostly in development but in production too and perhaps more easily in CFML than in compiled languages. There are several features to help better handle, debug, and test for them, and this article will focus on those.
The ability to view tag-level execution profiling (the amount of time spent on each tag in a request) is no longer a dream, and it opens up powerful new forms of debugging and performance tuning.
It's great to have a whole issue of CFDJ focused on integrating CFML with Java. The process is a lot easier than many might think, as the articles in this issue will show.
Why reinvent the wheel when you can easily run your CFML applications on any J2EE server? If your team is considering or being forced to move to J2EE (WebLogic, WebSphere, JBoss, Tomcat, etc.), it may be helpful to know that you don't have to throw away or even rewrite your CFML applic...
There are many excellent conferences and user groups for CFML developers, and one that consistently gets great reviews is Michael Smith's CFUN event, which will be held in the Washington, DC, area June 26-27. This preview gives you the 4-1-1 on the event.
Do you really know what it means to run CFML applications on a J2EE server? How does it work, and why would you bother? There are many benefits you may never have considered. In this article, the first of a series, I'll answer these questions.
Have you ever wanted to see what lines of code are being executed in your template? If you looked for CFTRACE to do that, you were likely disappointed.
While we all made it through the new year, there is still at least one more date issue to contend with. Many systems may not properly recognize that this year, 2000, is a leap year.
For a first-time event, the 1999 Allaire Developer's Conference provided a jam-packed two days of information and socializing for the more than 1,000 developers in attendance.
One of the great new features in 4.5 is a new form of global exception handling. Whereas 4.0 introduced CFTRY/CFCATCH to wrap around a segment of code to be tested and acted upon in case of error, we were still limited to the aged CFERROR tag to trap general errors.
It seems that many, especially newcomers, are not aware that Allaire created a free, limited functionality version of ColdFusion.
Advanced Security is a set of features that came out in 4.0 of ColdFusion Server, and it offers several very interesting improvements on security, both in terms of how authentication is done, and what can be secured.
CF Advisor learns more about ColdFusion 4.5, in the first installment of a two-part interview with Allaire Corp.'s Product Marketing Director.
In the second installment of an exclusive two-part CF Advisor interview, Allaire's Vice President of Technology Strategy, Jeremy Allaire, joined Product Marketing Director Adam Berrey in mapping out Allaire's multiple programming language strategies for ColdFusion, Spectra, WDDX, Java,...
On Saturday, June 26 in Bethesda, Maryland, several hundred CF developers gathered for the first annual DC ColdFusion User Conference. Created and organized by TeraTech, which sponsors the Maryland CFUG, and co-sponsored by several other notable CF firms including Fig Leaf Software, In...
If you have to test a condition against many values in a CFIF, you may be tempted to write out a very long condition, such as:
Studio has an interesting (and to some, annoying) mechanism for determining where to save newly created files. If you're not aware of this approach, you can be left feeling that Studio has made a mistake in deciding where to save a file—if you even notice it's not where you ...
Did you know that Studio has a built-in SQL query builder? It provides a drag-and-drop SQL query building interface (much like that used in MS Access) that can be performed against any of your available datasources, including Access, SQL Server, and the rest.
If you've longed for more documentation on how to get the most from the ColdFusion Studio editing tool, Allaire has heard you. There have been two recent updates to the documentation that you may have missed.
Did you know that you can have Studio automatically close quotes, pounds, and comments when you enter an opening one?
You've probably noticed that CF leaves white space in HTML pages where CF tags existed before the page was processed.
Let's say you want to create a dynamic SQL query -- that is, a CFQUERY that looks up different fields depending on circumstances. Why would this be useful? Let's say you're creating an employee roster application.
Did you know that in Studio you can place the cursor on a tag and press F1, to view the help file for that tag?
If you're using Microsoft Access as the datasource for a CF application, you should be very careful about the placement of that database file (the .mdb file) on your web server.
It may be hard to believe, but there are times when you should pay careful attention to case (use of upper and lower case letters) when spelling the datasource name in a CFQUERY tag.
After you've built some SQL in the tool, you have the option of either copying the SQL you build to the clipboard-to paste into your CFML template-or 'saving' the query for later use.
If you 'save' the query instead (either by using the left-most icon at the top of the query builder or by simply closing the query builder...
We've all been taught that, when we have a choice to take all we can of something, we should instead take only what we need.
The query building and interactive debugging tools in Studio each work in conjunction with the RDS (remote development services) feature, whether you're working with databases or templates that are stored locally or against a remote server.
When you're inserting date/time values into a database, you want to be careful about deciding whether the date should be hardcoded into the form (perhaps as a hidden field) or whether it should be computed at the time of the data entry.
When performing a CFIF testing multiple conditions, be careful when testing against a value that could equate to a Boolean true or false (0 or 1, yes or no, etc.).
Ever had to find all the references to a given string among all the files in your application? And how about in all the files in any of several subdirectories, perhaps in your web root?
ColdFusion provides us with an incredible wealth of functions for performing everything from string and date manipulation to array and list processing.
The world of ColdFusion application servers is quite interesting at the moment. Macromedia's recent update to CFMX 6.1 promises to add a lot of stability and speed to the product. BlueDragon, New Atlanta's alternate CFML runtime engine continues to gain momentum. Yet despite these ...
Do you know how to use the internal browse capability in CF Studio/ HomeSite+? Did you know that you don't need to use the RDS feature to be able to do so? And that you can use it to browse not only CFML templates running on both ColdFusion and BlueDragon, but also JSP, ASP, PHP, a...
You've probably been told for years that CFINCLUDE is like a compile-time directive that 'pulls code' from another file into your template for reuse. That's wrong. I'll prove it to you. Indeed, have you ever tried to include something other than a CF template? You can. Wonder what incl...
Fans of ColdFusion Studio may lament that Macromedia no longer sells the product, but take heart. It really does continue to exist in the guise of HomeSite+, which is basically the same thing and then some. What's more - if you own Dreamweaver MX, you can install HomeSite+ free. Have y...
Is your CFMX server running with the latest set of fixes? Macromedia now uses 'Updaters' as a means to apply patches and extensions. There have been three so far. Are you running the latest, or any at all? How would you know? And why should you bother?

SUBSCRIBE TO OUR RSS FEEDS & GET YOUR SYS-CON NEWS LIVE!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021

SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS
FEATURED WHITE PAPERS

SYS-CON FEATURED WHITEPAPERS

ADS BY GOOGLE
TODAY'S TOP READS
Adobe and ARM are gonna put Flash Player 10 and AIR, the stuff of web video and rich Internet apps, ...
Of all domestic air carriers, I like Continental the most. They showed Mamma Mia and the food was be...
I’ll just give you one example. Last week my colleague and I were running a private Flex workshop ...
A round-up of the many themes and topics of interest to infrastructure architects, developers and IT...
AIR adds to Flex has a pretty straightforward API for working with local files and directories. Ther...
Reading conference speaker's agreements may reveal some interesting gems. Since I don't have a PR ag...
The technology blueprint of President Elect Barack Obama, if implemented as promised, bodes well for...
There is much debate raging over whether cloud computing and grid computing are one and the same. In...
Writing shell scripts to automate the build and deploy process for ColdFusion applications is not ve...
On Monday October 20 in San Jose, California, the top Rich Internet Applications event of the Fall o...
Join Scott Guthrie as he discusses Microsoft’s commitment to web standards development, Rich Inter...
SYS-CON Events announced today that the leading global rich Internet technology provider Adobe Syste...
Kevin Lynch, who will be keynoting on October 21, 2008, helped originally coin the term "Rich Intern...
Rich Internet Applications offer the potential to fundamentally change the user experience and in do...
Virtualization has become a critical part of Enterprise IT strategy. Why and how has it become one o...
SQL Injection attacks are one of the easiest ways to hack into a website. One recent hack, using a s...
Recursion Software released a private beta version of their Voyager mobile platform, with powerful i...
2008 is going to be an important year for Rich Internet Applications. Most organizations are deliver...
CFDynamics, a ColdFusion web host, has renewed an agreement with SmarterTools that will allow them t...
From Application Virtualization to Xen, a round-up of the virtualization themes & topics being discu...

CFDJ PRODUCT REVIEWS
I might have skipped some of the new features of Flash Player 10, but you can always refer to the official FAQ page. Visit Plash Players 10 page on Adobe Labs to dow...
With the arrival of Yahoo! and its Yahoo! Go Mobile 2.0 product, another A-list brand has entered the market. Yahoo!'s presence, like Apple's, expands the number of ...
I have been developing Web applications for years, and have been using random JavaScript snippets gleaned from the Web to test a user's browser and configured proper...
Macromedia has been offering ColdFusion Developer Certification since version 4.5 was released. Though it's arguable that there is no such thing as an exam that acc...
Many paths lead developers to ColdFusion. In the past ColdFusion was often viewed as an entry-level language enabling designers and other nonprogrammers to build dyn...
BREAKING NEWS FROM THE WIRES

PaperThin, Inc., the leading provider of ColdFusion Web content management solution...