ADS BY GOOGLE
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.

Pages: 1 2 3 4 5 6 7 8 9 10 Next »
Monitoring Your ColdFusion Environment With the Free Log Parser Toolkit
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 Tips, Tricks, and Traps
FusionDebug is an easy straightforward tool, but if you leverage the experience of others, you can be even more productive.
Errors in Your Code
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.
Profiling CFML at the Tag Level, Finally!
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.
Getting Started Integrating CFML with Java & .NET
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.
CFML on J2EE: Easy as 1-2-3
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 re...
CFUN-04: Who, What, When, Why?
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.
Making the Case for CFML on J2EE
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.
CFDEBUGGER
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.
Ready for the Leap Year?
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.
Considering Advanced Security
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 Interviews Allaire's Adam Berrey
CF Advisor learns more about ColdFusion 4.5, in the first installment of a two-part interview with Allaire Corp.'s Product Marketing Director.
CF Advisor Interviews Allaire Corp.'s Jeremy Allaire and Adam Berrey
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...
DC ColdFusion Conference, 1999
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 includi...
Allaire Developer's Conference
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.
New CFERROR Feature Allows Greater Control
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.
Free, Limited Functionality Version of ColdFusion
It seems that many, especially newcomers, are not aware that Allaire created a free, limited functionality version of ColdFusion.
Tips
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.
Handling Errors in Studio Query Building or Debugging Tools
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.
Easier Insertion of Dates with CFINSERT/CFUPDATE
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.
Be Careful in Multi-conditioned CFIF's
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.).
Testing Against Many Values in a CFIF
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:
Saving Files Where Expected in Studio
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 ...
Whither The Studio Query Builder
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.
Updated Studio Documentation
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.
Automatically Close Quotes, Pounds, and Comments in Studio
Did you know that you can have Studio automatically close quotes, pounds, and comments when you enter an opening one?
Doing IF Tests Within CFMAIL
You've probably noticed that CF leaves white space in HTML pages where CF tags existed before the page was processed.
TIPS
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.
Quick Access to Tag Help
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?
Be Careful in Placement of Database Files
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.
Datasource Name Case Sensitivity
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.
Using the SQL Built in the Studio Query Builder
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.
Using Saved Queries in the Query Builder
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...
Using Extended Find and Replace in Studio
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?
The "Studio" Route to CF's Many Powerful Functions
ColdFusion provides us with an incredible wealth of functions for performing everything from string and date manipulation to array and list processing.
Setting Up Your Development Server with ColdFusion 5, MX, and BlueDragon
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 moment...
Browsing Within CF Studio/HomeSite+
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 ...
The Secret Powers of Includes
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 ...
Getting into HomeSite+
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 ...
CFMX Updaters 1-2-3
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?

Pages: 1 2 3 4 5 6 7 8 9 10 Next »
SYS-CON FEATURED WHITEPAPERS

MORE TOP COLDFUSION STORIES
CFEclipse: The Developers IDE
Search Terms Using a Reporting CFC
Bearing Fruit with Plum
Getting to Know Dreamweaver MX
Macromedia Flex Builder 1.5
ADS BY GOOGLE