|
|
Monitoring Your
ColdFusion Environment
With the Free Log Parser
Toolkit By Charlie Arehart  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. Nov. 14, 2006 02:30 PM Reads: 19,741 Replies: 4 | FusionDebug Tips, Tricks,
and Traps By Charlie Arehart  FusionDebug is an easy
straightforward tool, but
if you leverage the
experience of others, you
can be even more
productive. Oct. 28, 2006 05:00 PM Reads: 14,729 | Making the Case for CFML
on J2EE By Charlie Arehart 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. Apr. 13, 2004 12:00 AM Reads: 19,399 | Browsing Within CF
Studio/HomeSite+ By Charlie Arehart 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, and
others? Aug. 12, 2003 12:00 AM Reads: 15,261 Replies: 2 | Getting into HomeSite+ By Charlie Arehart 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 you checked it out? Jun. 16, 2003 12:00 AM Reads: 16,801 | CFMX Updaters 1-2-3 By Charlie Arehart 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? May. 1, 2003 12:00 AM Reads: 13,708 Replies: 2 | Exploring Amazon Web
Services with ColdFusion
MX By Charlie Arehart Amazon.com, the 'earth's
biggest selection,' has
exposed their entire
catalog of products,
product reviews and
ratings, user-created
book lists, and more via
Web services. Whether
you're new to Web
services or not, and even
if you don't care so much
about accessing Amazon's
data, it presents an
interesting case study of
doing Web services in
CFMX. You might even be
able to turn the
opportunity into profit! Apr. 3, 2003 12:00 AM Reads: 17,958 Replies: 2 | Flash for CFers:Getting
over the Hump By Charlie Arehart Where do you stand in the
march of CF developers
moving toward
implementing Flash
interfaces in your Web
apps? Are you gung ho?
Still on the fence? Dead
set against it? Feeling
left out? Left behind? Feb. 28, 2003 12:00 AM Reads: 12,217 | Fun with Filters in CFMX By Charlie Arehart There are a lot of
powerful new integration
points between CFMX and
Java, but one that might
benefit a lot of people -
even those who don't know
how to program in Java -
is the ability to
leverage servlet filters
in CFMX. Jan. 31, 2003 12:00 AM Reads: 14,033 | Compilation and
Precompilation in CFMX
Templates By Charlie Arehart Last month I introduced a
precompile 'batch' file
that allowed you to
manually compile CFMX
templates, saving the
penalty paid by the first
user to browse a CFMX
template after it was
created or edited.
But there will be
curious folks (and
bit-twiddlers) among you
who will want to know
more - maybe lots more.
How much time is this
really saving? If it's
compiled to disk, how and
when does CFMX read it
into memory to execute
it? What's the cost of
that? Oct. 22, 2002 12:00 AM Reads: 12,437 Replies: 1 | Compilation and
Precompilation in CFMX
Templates Part 1 By Charlie Arehart Most of you have heard by
now that ColdFusion MX
templates are compiled
into Java. Some may
wonder what the big deal
is. Many more of you may
be surprised to learn
that you can precompile
CFMX templates. Oct. 4, 2002 12:00 AM Reads: 12,489 Replies: 9 | Hidden Gems in CFMX By Charlie Arehart With each new release of
CFMX some features are
trumpeted a lot and
others seem to fall
between the cracks. I
call these 'hidden
gems,'and in CFMX there
are quite a few. Aug. 23, 2002 12:00 AM Reads: 13,301 Replies: 1 | New Possibilities for
Session/Client Variable
Handling in CFMX By Charlie Arehart Tucked away among the
press and praise about
ColdFusion MX are some
new options that could
benefit every CF
developer. If you've seen
them mentioned, they may
not have seemed important
at first glance, but I
hope you'll give them
consideration. Jul. 31, 2002 12:00 AM Reads: 19,642 Replies: 3 | New Possibility in CFMX:
Server-Side Redirects By Charlie Arehart Now that we can talk
freely about ColdFusion
MX, I want to share
something new that you
likely won't hear much
aboutÂ… but that I think
stands to be an important
feature: server-side
redirects, or 'forwards.' May. 30, 2002 12:00 AM Reads: 16,171 Replies: 2 | Using JSP Custom Tags in
CFMX By Charlie Arehart CFMX, the new release of
ColdFusion, will allow us
to use JSP custom tags
within our ColdFusion
programs. Some may say,
'So what?' In this
article I hope to show
you why it's definitely
worth looking into this
new possibility. May. 2, 2002 12:00 AM Reads: 13,369 Replies: 4 | Adding New Help Topics to
Studio By Charlie Arehart Ever wished you had easy
access to Help on non-CF
topics such as
JavaScript, SQL, and
DHTML? Did you know you
could easily add such new
Help topics to Studio? In
this month's Journeyman
ColdFusion, I'll show you
how easy it is. I'll also
point out some existing
references you can use to
easily extend Studio this
way. Jan. 9, 2002 12:00 AM Reads: 11,680 Replies: 3 | Validating Input with
Regular Expressions By Charlie Arehart Have you ever wished
CFINPUT provided a way to
validate an e-mail
address? Or were you
frustrated that its
telephone validation
didn't allow parentheses
around an area code among
other such limitations?
Well, your wish has been
granted in a new,
little-known feature of
CF5. Dec. 3, 2001 12:00 AM Reads: 24,943 Replies: 2 | Why It's Wrong to Use
Application.dsn in Your
Templates By Charlie Arehart You've probably seen the
use of a variable called
'application.dsn' (or
'application.datasource')
in code. Perhaps you've
even been taught to use
the method in a class.
Maybe you've even
been doing it in your own
code. I'm talking about
setting this variable in
the application.cfm file
to hold the name of your
data source for a given
application. Jul. 11, 2001 12:00 AM Reads: 15,284 Replies: 3 | Toward Better Error
Handling - Part 4 By Charlie Arehart If you've programmed in a
modern programming
language (Java, C,
JavaScript, or even
stored procedure
languages), you've
probably heard of
exception handling via
try/catch statements.
ColdFusion supports the
same capability. Jun. 7, 2001 12:00 AM Reads: 14,599 | Who's Using ColdFusion? By Charlie Arehart I actually look forward
to the question, because
I enjoy seeing their
surprise when I list some
of them. I don't have a
definitive list, but it's
enough to impress most
who ask. Apr. 27, 2001 12:00 AM Reads: 14,681 Replies: 1 | Testing Existence in
Arrays By Charlie Arehart Have you ever wanted to
test if a given array
element exists? Or when
dealing with arrays of
structures, if a given
key exists? Mar. 30, 2001 12:00 AM Reads: 18,484 Replies: 3 | Paired Custom Tags By Charlie Arehart You may have heard that
Release 4 of ColdFusion
introduced support for
nested and paired custom
tags. This offers many
possibilities for
creating more complex
custom tags. Dec. 26, 2000 12:00 AM Reads: 12,991 Replies: 1 | Facing the Challenges
Part 2 By Charlie Arehart It's fun developing
wireless applications in
ColdFusion, but if you
don't solve several key
challenges it'll be more
painful than pleasant.
In this second part of a
series, I'll focus on
some common problems
encountered by CF/WML
developers. Aug. 23, 2000 12:00 AM Reads: 10,512 | Developing Wireless Apps
with ColdFusion Pt. 1 By Charlie Arehart There's a growing buzz
around the world of
wireless Web
applications, that is,
Web sites accessible to
phones and other wireless
devices. You may have
read that in ColdFusion
4.5 Allaire added support
for something called WAP
(Wireless Access
Protocol). Jul. 26, 2000 12:00 AM Reads: 10,208 | Reconfiguring Remote
Databases via SQL By Charlie Arehart Here's a dilemma faced by
nearly every developer of
Access databases who's
got the database stored
on a remote CF server.
How do you reconfigure
the database if you want
to add, change or remove
columns, tables or
indexes? If it's remote,
you can't very well use
the Access interface to
do so. Jun. 22, 2000 12:00 AM Reads: 15,429 Replies: 1 | Getting Focused - and a
Quick JavaScript Lesson By Charlie Arehart You visit a Web site that
offers a form inviting
you to enter some input.
No big deal - we see them
all the time, right?
But do you move your
cursor to that first data
entry area using the
mouse? Or are you, like
me, a keyboard maven - in
which case you find that
often you have to hit the
tab key several times
before you can enter
data? May. 25, 2000 12:00 AM Reads: 16,206 Replies: 1 | Calling All Custom Tags
Part 2 By Charlie Arehart In my Journeyman column
last month (CFDJ Vol. 2,
issue 4) we began looking
at how - and why - to
call custom tags in
different ways. So
far, we've learned that
the CF_ approach will
look first locally, then
in the shared
\cfusion\customtags
directory, while the
CFMODULE NAME= approach
will look only in the
shared directory. Apr. 26, 2000 12:00 AM Reads: 12,067 | Calling all custom tags By Charlie Arehart You probably know about
custom tags, but are you
aware of all the
possibilities for
controlling who can
access them and how?
Perhaps you knew that a
custom tag could be
placed in the
cfusion\customtags
directory of the CF
server to provide shared
access by all users on
the server, and you may
even know that a tag
placed in the same
directory as the calling
template will be found
first (we'll call this a
'local' custom tag). Apr. 3, 2000 12:00 AM Reads: 13,021 | Helping Yourself By Charlie Arehart In my work as an
Allaire-certified
instructor, students
often ask questions, and
while the courses address
most of them, they
sometimes have some
really interesting ones
that I know have been
asked and answered
before. Mar. 16, 2000 12:00 AM Reads: 10,840 Replies: 4 | Hidden Gems in 4.0.1 By Charlie Arehart Given that most people
are now introducing and
installing ColdFusion
version 4.5, Allaire's
latest release of the
server and studio
software, it may seem
strange to read an
article on 4.0.1. Jan. 27, 2000 12:00 AM Reads: 9,707 |
SUBSCRIBE TO OUR RSS FEEDS & GET YOUR SYS-CON NEWS LIVE!
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
|
SYS-CON FEATURED WHITEPAPERS  | Building an IM Bot Using
ColdFusion I recently brought a
Google Talk bot that I
put online at
cfdocs@gmail.com. Google
Talk users can ad | AJAX World - Cooking CRUD
with Flex and BlazeDS In today's cooking class
you'll add to your
cookbook a delicious
recipe. It's quick and
won't cost | Cornerstones of
Virtualization: I/O
Virtualization Defined Recently I talked about
what I see as the next
'waves of virtualization'
taking the industry, I
talk | Engelbart's Usability
Dilemma: Efficiency vs
Ease-of-Use The mouse was the
original idea of Doug
Engelbart who was the
head of the Augmentation
Research Cent | Web 2.0 Is Fundamentally
About Empowering People 'Unlocking content to be
remixed into new business
value' is the driver of
Web 2.0 in the enterprise | All-New AJAX Security
Bootcamp Next Week at
AJAXWorld in New York Being held for the first
time on March 18, 2008 at
the historic Roosevelt
Hotel in New York City,
AJ | Zend Studio for Eclipse In my many years of
programming, almost 20
years now, I have used
countless integrated
development e | Building SOA with Tuscany
SCA Many articles have
already been written
about service-oriented
architecture (SOA) and
Service Compon | CFImage Part 3 ColdFusion 8 introduces
the CFImage tag and
dozens of image
manipulation functions.
We have already | Every Beginner Must Grow
Up Do you remember January
of 2004? Macromedia had
just released ColdFusion
6.1 a few months earlier.
C | Working with the Apache
Derby Database and
ColdFusion Early releases of
ColdFusion (under
Allaire) focused on the
Windows market and it was
common to incl | CFImage Part 2 ColdFusion 8 has a load
of awesome image
manipulation
functionality. So much
so, in fact, that it wi | Test Driving ColdFusion 8 Of course, since this is
ColdFusion I expected
nothing less than this,
i.e., powerful AJAX
functiona | Using the Adobe Flex
Toolkit for
Salesforce.com In April 2007 Adobe and
Salesforce.com announced
the availability of the
Flex toolkit for Apex,
Sale | An Introduction To Adobe
Flex For ColdFusion
Developers There's been a lot of
talk in the ColdFusion
community lately about
the newly released Flex
2. If yo | Flex and ColdFusion
Hybrid Application with
ServiceFactory Whether it's in factories
or workshops, in mines or
forests, in offices or
homes, or even in our sac | ColdFusion Frameworks:
ColdBox 2.0.3 Released This release is the first
one to include
contributed content from
Rob Gonda, Tom de
Manincor, Brian | ColdFusion Feature
— Coding with XML As a ColdFusion
developer, hopefully by
now you have heard at
least a little about XML
(eXtensible M | Your First Adobe Flex
Application with a
ColdFusion Backend Flex is a complete set of
tools to develop rich
Internet cross-platform
applications based on the
Fl | Getting Started with
Adobe Flex 2 I'm going to postpone the
second part of my RSS
aggregator article to tie
this column into this
Flex |
CFDJ PRODUCT REVIEWS  | Yahoo! Go Examined By Scott Silk  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 |  | BrowserHawk 9 by cyScape By Nic Tunney  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 |  | CFDJ Product Review "CFMX
Exam Buster 7" By Simon Horwith  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 |  | CFEclipse: The
Developer's IDE, Eclipse
For ColdFusion By Simeon Bateman; Stephen (Spike) Milligan  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 |  | Introducing...ColdFusion
MX 7 By Ben Forta  After an entire year
spent meeting with and
speaking to thousands of
ColdFusion developers,
the CF team at Macromedia
are unleashing this month
the feature-rich new |
BREAKING NEWS FROM THE WIRES
|