|
|
ColdFusion to the Rescue By Adedeji Olowe  In the 21st century
business environment,
companies live and die by
their fat and bogus
enterprise applications.
New mega-industry groups
have been created not
only to develop these
applications, but deploy,
support, and train. Oct. 6, 2006 12:00 PM Reads: 7,440 | Parse RSS del.icio.us
Using ColdFusion By Jennifer Curtiss  Using RSS as a means to
create automatic dynamic
content with minimal work
fascinates me. Most
bloggers probably create
feeds on a regular basis
- most likely at least a
Flickr feed, and possibly
del.icio.us. These
provide JavaScript
services to parse the
feed into your site;
however, with the
prevalence of server-side
scripting, why not have
fun and parse the feed
into your blog yourself? Jul. 19, 2006 07:30 PM Reads: 10,064 Replies: 6 | Macromedia ColdFusion -
MX to iSeries Demystified By Jeremy Lyon Lyon In this article, I'll
show you how to connect
ColdFusion MX to an IBM
iSeries (formerly AS/400)
DB2 database. I'll
describe your
connectivity options and
give you configuration
examples. Apr. 12, 2006 12:15 PM Reads: 18,166 Replies: 14 | Building a Zip Code
Proximity Search with
ColdFusion By Troy Pullis  Recently I was tasked
with improving our Web
site's Reseller Locator
application. This tool
helps potential customers
in the U.S. find a
product reseller in their
state. By choosing a
state from a drop-down
box, a listing of all
resellers located in that
state is displayed. Dec. 12, 2005 05:15 PM Reads: 35,782 Replies: 2 | Ray Camden's "Ask a Jedi"
– Building a
Template System in
ColdFusion By Ray Camden A developer who'd seen
CMS applications in PHP
that have templates that
use variable for placing
content, menu, footer,
etc, asked CFDJ's
technical editor and CF
blogger Ray Camden if
there's a way that such
variables can be created
using ColdFusion? Ray's
answer, as usual, was
authoritative. In a word:
'Absolutely!' Oct. 16, 2005 11:00 AM Reads: 9,475 Replies: 2 | Observed Benefits of the
Unified Modeling Language By Duncan Jack  Over the past 12 months,
I have observed
significant benefits
using the Unified
Modeling Language (UML)
when developing Rich
Internet Applications
using Macromedia
technology. Aug. 9, 2005 05:00 PM Reads: 14,715 | The XPath Factor By Nik Molnar  It's 3:00 P.M. on a sunny
Saturday afternoon. The
birds are chirping, the
leaves are blowing, and
you can hear the lake
waters breaking on its
rocky shores. The sounds
of a baseball game
randomly crack in the
distance, and the roar of
competition erupts on the
basketball courts nearby. Aug. 9, 2005 05:00 PM Reads: 18,625 | Reusable (and
Maintainable)
Presentation Code By Steve Bryant Everyone knows that you
should reuse your code so
that you don't have to
repeatedly write the same
functionality. You put
widgets in custom tags
and encapsulate logic in
CFCs. Even so, your
application's user
interface may frequently
end up changing.
Sometimes the changes are
so substantial that it
hardly seems worth the
effort to try to reuse
code at all. Jan. 18, 2005 12:00 AM Reads: 12,569 | HTTP Status Codes: Do the
Unthinkable By Brandon Harper HTTP status codes can
help you implement
threading and more. Here
are a couple of ideas.
Although the power of
ColdFusion allows us as
developers to do many
things very quickly
compared to many other
languages, there are
times when we find CFML
does not offer all of the
functionality required to
accomplish a task. Oct. 20, 2004 12:00 AM Reads: 18,302 Replies: 3 | Using XML to Share
Performing Arts Schedules By James Edmunds 'Don't you have it set up
so you can just
automatically pull our
listings from our Web
sites?' the e-mail asked.
'Not yet,' I typed in my
response. 'But it's a
great idea, and I'm
working on it now.' Aug. 13, 2004 12:00 AM Reads: 13,030 | Creating Free PDFs from
Your CF Application By Nate Nelson Here's how to put your
knowledge of HTML to work
by creating free PDFs
with FOP (Formatting
Objects Processor). In
the May issue of CFDJ, I
covered the basics of
utilizing FOP from Apache
to dynamically create
free PDFs in your
ColdFusion application.
If you enjoyed that
article you will
certainly enjoy this one
as we dive deeper into
the capabilities of this
process. Jul. 14, 2004 12:00 AM Reads: 15,263 Replies: 2 | Writing Queries for
Oracle vs SQL Server By I-Lin Kuo Have you ever written an
application using one
database only to have it
break when you switched
to a different database?
How often have you
decided to limit the
functionality of your
database by writing only
basic SQL because you
just weren't sure if your
queries would work on a
different database? Feb. 25, 2004 12:00 AM Reads: 34,011 | Using the CASE Expression
in SQL Queries By Hudson Benson The DBMS (database
management system) is
often faster at
performing calculations
like summing up or
averaging the values in a
column of numbers than,
for instance, the
application server.
However, there are many
cases in which performing
the same calculation on
all of the data in a
column will not provide
the correct result. Dec. 9, 2003 12:00 AM Reads: 25,577 Replies: 1 | Enhancing Verity Search
Results By Randy Smith Your customer says, 'I
want my site search to
include all of my regular
site pages and my
data-based items as well.
When my customer clicks
on the link, I want it to
show the correct page. Nov. 11, 2003 12:00 AM Reads: 15,924 Replies: 1 | Persistence: Creating
State By Derrick Rapley What is state? You may
have heard the popular
phrase, 'The Web is a
stateless environment.'
Simply put, data cannot
persist across multiple
page requests to the
server. Nov. 11, 2003 12:00 AM Reads: 10,950 | Extending ColdFusion By Ray Camden Welcome to another
edition of Extending
ColdFusion, where we
discuss the multitude of
ways you can extend your
ColdFusion programming
with user-defined
functions (UDFs), custom
tags, CFCs, and other
methods. In this edition,
we are going to delve
into a 'gray' area of CF
development use of
hidden/internal methods. Oct. 15, 2003 12:00 AM Reads: 12,814 Replies: 1 | Sorting Multidimensional
Arrays By Richard Gorremans In my last article we
looked at how to sort
multidimensional arrays
by creating a second
single-dimensional array
that is used as a key.
The focus of this article
is how to sort
multidimensional arrays
by creating a query
object that can be sorted
in the same way you would
an ordered result set
from a database. Oct. 15, 2003 12:00 AM Reads: 15,258 | Sorting Multidimensional
Arrays By Richard Gorremans One of the most common
requests made by users
when they see data
displayed on a Web page
is that they want to be
able to view the
information sorted by
columns. Working with a
database makes this
request fairly simple;
working with arrays is,
or at least was, a
problem. Sep. 11, 2003 12:00 AM Reads: 14,757 Replies: 2 | Defeating DoS Attacks By Joe Danziger A denial-of-service (DoS)
attack is an attempt by a
single person or a group
of people to disrupt an
online service. It is
designed to bring the
server and network to its
knees by flooding it with
useless traffic. A DoS
attack is the most common
type of Internet attack
and can be launched
against your site at any
time with relative ease. Jul. 11, 2003 12:00 AM Reads: 13,696 Replies: 2 | JavaScript Without the
Headaches By Tom Peer Coding ColdFusion and
coding JavaScript are
about as far apart on the
productivity spectrum as
it's possible to be. CF
tags are neat, easy to
read, tolerant, and fun
to write. JavaScript is
none of that. It has all
the drawbacks of
traditional languages,
with the added
disadvantage of sitting
somewhat awkwardly within
the HTML document model. Jul. 11, 2003 12:00 AM Reads: 11,911 | Back to Basics By Christian Thompson I read somewhere that
when faced with a task
that takes one hour to do
manually, or one hour to
automate, a good
programmer will choose to
automate the process. As
ColdFusion developers, we
often face this decision
when we need to
programmatically use data
contained in a text file. Jun. 16, 2003 12:00 AM Reads: 14,708 Replies: 1 | Dynamic Client-Side Input
Validation By Jon Kurz Using JavaScript to
perform client-side input
validation can be simple.
However, the task can
become more complicated
when the set of inputs
changes or increases in
number, the rules change,
or the validation depends
on other inputs. This
article will show how to
create a system to
dynamically maintain
input fields and
validation rules that can
be applied to the inputs. May. 1, 2003 12:00 AM Reads: 14,003 Replies: 1 | Ask the Training Staff By Bruce Van Horn I don't know about you,
but February is going to
be a very busy month for
me. Not only is there
plenty of CF work to keep
me busy, but my wife, my
son, and I are eagerly
awaiting the birth of
baby boy number two!
Nevertheless, I have
questions to answer and
one revision to make on a
previous answer. I hope
you find it all
worthwhile. Jan. 31, 2003 12:00 AM Reads: 9,370 | Extending ColdFusion By Ray Camden Welcome to another
installment of Extending
ColdFusion. This month
I'm going to talk about a
UDF (user-defined
function) that will help
deal with users. Users
are wonderful. Without
people visiting your
site, your Web page may
as well not exist. On the
other hand, users have a
way of doing the most
stup... err crazy things
that you can (or most
likely cannot) imagine. Nov. 19, 2002 12:00 AM Reads: 8,923 | Ask the Training Staff By Bruce Van Horn Can you believe it's
December already? 2002
was certainly a year of
big changes for many
CFers as Macromedia
released the new MX
products. Many of us
scrambled to come up to
speed on the new changes
in CFMX. However, the
fundamentals of CF
programming didn't really
change. Nov. 19, 2002 12:00 AM Reads: 8,554 | Welcome to the Wonderful
World of Java: A Training
Review By Deanna Schneider By the end of the course,
I had a good grasp of the
various parts of the Java
language, a better
understanding of
object-oriented
programming, and a great
appreciation for how
powerful Java can be.
J2EE, Java, EJBs,
JavaBeans, JSP... . The
list of Java-related
technologies can be
mind-boggling. What's a
ColdFusion developer to
do? We know Java is
important. Macromedia has
built ColdFusion MX on a
J2EE (Java 2 Enterprise
Edition) platform, but,
does that mean we all
need to run out and learn
Java? How about JSP?
JRun? How will we use it
in our day-to-day work?
Will we use it and, if
so, what flavor? Does a
ColdFusion developer have
the skills to learn this
material? Oct. 22, 2002 12:00 AM Reads: 9,467 Replies: 1 | Ask the Training Staff By Bruce Van Horn Greetings. I hope all of
you who attended the
DevCon last month enjoyed
it, and came away with
some great tips and
tricks. This
month's column is short,
but hopefully addresses
some problems that you've
encountered recently.
Keep those questions
coming! Oct. 22, 2002 12:00 AM Reads: 9,141 | <CFIF> Performance
Measurements By Tom Nunamaker It was an article by
Michael Dinowitz,
'Comparisons with CFIF,'
that made me reevaluate
how I was writing my CFIF
statements.
Since the common was the
slowest way to compare
two strings, the table of
data presented in the
article (see Fusion
Authority, 1/10/00,
www.houseoffusion.com)
seemed incomplete to me.
I wondered what the
performance data would
show for integers - and
for Boolean tests, as we
all write tons of those
in our code as well. Oct. 22, 2002 12:00 AM Reads: 11,048 Replies: 2 | Error Handling in
JavaScript By Steve Bryant Have you ever been to a
site and gotten a pop-up
box telling you about a
JavaScript error on the
page? It can be really
annoying. What's worse is
that the person
responsible for
maintaining the site
doesn't even know that
the error occurred. Oct. 4, 2002 12:00 AM Reads: 17,528 Replies: 1 | Using Integers to Store
Bits of Information By Tom Nunamaker Imagine that your client,
Fast Eddy's Auto World,
asks you to build a data
entry form for his
inventory. There are
several models of cars
that use combinations of
many options. No two use
the same combination. Oct. 4, 2002 12:00 AM Reads: 10,587 Replies: 2 | Extending ColdFusion By Ray Camden This column will focus on
some of the ways
developers have of
extending the core
capacities of ColdFusion.
Specifically, we will
cover user-defined
functions (UDFs), custom
tags, and ColdFusion
components (CFCs). Every
other month I'll select
one or two resources that
are freely available to
anyone and explain what
makes it (or them)
interesting - or just
plain cool. Oct. 4, 2002 12:00 AM Reads: 8,908 | Ask the Training Staff By Bruce Van Horn September means summer is
over and we all get back
to work or back to
school. And for those of
us who have been out of
school for a very long
time, I hope you always
look for opportunities to
learn something new. Send
me your questions if you
get stuck! Aug. 23, 2002 12:00 AM Reads: 7,246 Replies: 1 | Ask the Training Staff By Bruce Van Horn Wow! Can you believe it's
June already? The last
few months have been
blurred by the flurry of
excitement around the new
MX products announced and
released by Macromedia.
As you'll see from the
first question, I'm very
excited about the new
CFMX product. I know
you'll like it once you
give it a spin. I'd like
to hear your comments and
questions about it. May. 30, 2002 12:00 AM Reads: 7,858 Replies: 1 | Ask the Training Staff By Bruce Van Horn This month we have three
questions to consider. I
like them all because
they're very practical
and applicable to many
kinds of applications. I
particularly like the
third question about
encryption methods
because it gives me an
opportunity to cover two
undocumented ColdFusion
functions. I hope you
find my answers helpful.
Keep those questions
coming! May. 2, 2002 12:00 AM Reads: 7,603 | How to Sidestep Locking By Sandra Clark We all know we should
lock our shared scoped
variables - that is,
application, session, and
server variables that can
be shared between
multiple ColdFusion
threads. Everywhere we
turn there's another
article, another e-mail,
and another best
practices - all of which
entail locking. Apr. 8, 2002 12:00 AM Reads: 8,110 Replies: 2 | Session States Without
the Session By Tsara Borsting Discussions have centered
around clusters and
shared sessions: How do
you overcome the problem
of being unable to share
session variables across
clustered servers? Why
else would you build a
sessionless site? The
answers may surprise you.
This article documents a
technique that allows
session states on
clustered servers,
increases user security,
and provides greater
development flexibility. Apr. 8, 2002 12:00 AM Reads: 7,142 | Ask the Training Staff By Bruce Van Horn Two questions I received
this month made me
realize just how often we
overlook the power of
Lists and the many List
functions in CF. Many
times, we look at a
string or other piece of
data and don't even
realize that what we're
looking at is actually a
list. Once we realize
that something can be
treated as a list, CF
gives us many ways of
using or manipulating
that data. Apr. 8, 2002 12:00 AM Reads: 7,643 | Ask the Training Staff By Bruce Van Horn Sometimes I take for
granted just how cool
ColdFusion really is! The
other day one of my
programmers asked me how
to do what I thought was
a fairly easy task. When
I showed him the four
lines of CF code he
needed, he said,
'ColdFusion rocks! It
would have taken me 50
lines in PHP to do the
same thing!' What could I
say, other than 'Yep'?
Below are a few lines of
code that I hope will
make your life easier. Mar. 11, 2002 12:00 AM Reads: 7,784 Replies: 1 | A Banner Ad Custom Tag By Eben Hewitt The banner ad is a bit of
a curious creature. It
wasn't so long ago (say,
1998) that the pundits
who had for so long
decried the gluttonous,
indelicate banner ad were
immersed in
self-congratulation.
Click-through rates were
dropping below 1% down to
.5% by the start of 2000.
Users don't even see
them, the pundits
claimed. They've learned
to block out the banners
and scroll past them;
people will turn to other
forms of advertising,
such as the content ad.
And perhaps, to an
extent, they have. Feb. 5, 2002 12:00 AM Reads: 9,140 | Using MS-SQL Stored
Procedures with
ColdFusion Part 3 of 3 By Ian Rutherford Now that we've gone over
stored-procedure
integration with
ColdFusion and looked at
some programming basics
in Parts 1 and 2 of this
article (CFDJ, Vol. 3,
issues 10 and 12), let's
look at some other useful
and more complicated
functions using
MS-SQL2000. First,
however, I need to
correct a statement I
made in Part 1. I
mentioned that stored
procedures weren't good
if you needed to cache a
query on the Web server. Feb. 5, 2002 12:00 AM Reads: 20,682 |
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
|