|
|
Banner Rotation &
Tracking By Stuart Newman As the owner and operator
of a large entertainment
site (nyrock.com), I'm
often faced with this
problem - my ad broker is
unable to sell
advertising for a small
but steady number of
pages. Nov. 29, 1999 12:00 AM Reads: 6,152 Replies: 1 | Sending E-Mail With
ColdFusion By Jerry Bradenbaugh You've seen it. You've
probably done it, too.
I'm talking about those
Web sites that have a
Contact Us link at the
bottom of the page with
something similar to
mailto:us@company.com in
the HREF attribute.
They're kind of nice
Nov. 29, 1999 12:00 AM Reads: 14,931 | Creating Subforms By Mark Cyzyk In the June issue of
ColdFusion Developer's
Journal (Vol. 1, issue
3), I hinted there might
be a way to create
subforms using inline
frames. This article
shows how - using a
combination of inline
frames, JavaScript, WDDX
and, of course, CF. Oct. 18, 1999 12:00 AM Reads: 7,665 | Architecting Enterprise
Level CF Apps By Benjamin Elmore; Ed Donohue Welcome to the first of
several articles that
focuses on the approach
rather than the coding of
ColdFusion applications.
Before you flip to the
next article, we
encourage you to read on
- this topic doesn't have
to be dull...instead,
it's our intent to help
serious ColdFusion
developers, like
yourself, become more
effective at building
world-class Web-based
applications. Oct. 18, 1999 12:00 AM Reads: 5,745 | Macromedia Generator By Andrew Stopford Shockwave Flash is all
over the Web. Its
eye-catching, interactive
animations have found a
place on today's Web, and
most Web firms use both
Flash and its bigger
brother on both their own
and their clients' Web
sites. Oct. 18, 1999 12:00 AM Reads: 5,631 | Processing Data Files By Ray Thompson My company developed and
now maintains an
application in ColdFusion
that tracks samples from
collection to final
payment. These samples
are used to verify
environmental quality and
identify hazards on and
around a major nuclear
facility. If you have any
knowledge of history, I'm
sure that you would
recognize the
significance of the Oak
Ridge Reservation. Jul. 23, 1999 12:00 AM Reads: 6,584 | Safe and Sound Globally By David Schwartz In my 13 years of
software development I
haven't seen a technology
or platform as exciting
as the Web. Now we can
create truly global
applications that can run
from any browser anywhere
in the world. With this
awesome power and reach
come security issues. The
first question clients
ask is, 'If we put our
data on the Internet,
will it be safe?' Thanks
to the security features
inherent in ColdFusion,
we can answer with a
confident 'Yes!' Given
the priority placed on
security, when you sit
down to write an
application your first
task should be to
establish a security
framework. Jul. 23, 1999 12:00 AM Reads: 5,733 | The Black Box Technique By Dan Chick Recently, we've seen a
dramatic increase in
object-oriented
programming languages.
The ability to develop a
solid piece of code and
then reuse it has become
the foundation for modern
application development.
Web applications suffer
from a lack of state and
continuity. ColdFusion
helps developers address
both these issues.
However, there's no
provision for functions
or subroutines when
building a ColdFusion
page. The use of custom
tags helps address the
issue, but creating
functionality modules or
libraries is something
that has challenged
ColdFusion developers
since its inception. May. 6, 1999 12:00 AM Reads: 7,850 | More Punch with By Jerry Bradenbaugh Welcome to the first
edition of . The concept
behind this article is to
show you some techniques
of ColdFusion by focusing
on a small group of CF
tags or functions,
usually just one or two.
After each article,
you'll have another trick
to add to your bag. Not
cheap tricks, mind you,
but techniques that help
you solve common business
requirements for Web
sites. Sounds cool,
doesn't it? Let's
dispense with the
rhetoric and get to work. May. 6, 1999 12:00 AM Reads: 8,520 | Creating Subforms with
CFGRID By Mark Cyzyk You're familiar with the
rudiments of ColdFusion
development. You know how
to set and read local,
session and client
variables. You have
input, updated and
deleted data from a
database. You've created
drill-down
'Master/Detail' templates
by passing values in a
URL string and you've
created dynamic,
data-driven SELECT boxes.
Your forms look spiffy
and everything is working
fine, just like it did
with Microsoft
Access...well, almost. May. 6, 1999 12:00 AM Reads: 13,052 | Hidden Frames and
JavaScript By Dan Chick 'Load. Display. Click.
Load. Display. Click.'
Sound like a familiar
scenario? If you've been
doing any kind of Web
development you already
know that the Web is a
request-based
environment. Nothing
happens unless you're
interacting with the Web
server and nothing
happens unless the Web
server sends something
back. This is especially
true if you're building
the data-driven
applications that
ColdFusion is famous for. Mar. 26, 1999 12:00 AM Reads: 9,537 | Form to Mail Applications By Jim Esten When choosing the tools
for new projects, I must
confess that my first
inclination usually tends
toward a CGI solution.
For what has now become
several years, I've
extolled many of the
virtues of CGI. No one is
going to argue the sheer
numbers. There are just
plain more free and
low-cost CGI scripts
available to do real work
than there are ColdFusion
templates. The Tag
Gallery is one of my
favorite haunts, but
let's face it: a lot of
the free things in
CGI-land are complete
programs. Mar. 26, 1999 12:00 AM Reads: 6,934 | File Upload Utility with
ColdFusion By Matt Newberry ColdFusion is, arguably,
the preeminent database
middleware for NT-based
Web sites. Somewhere
around version 3.1
Allaire began calling
their product an
Application Server,
implying it was more than
middleware. In fact,
ColdFusion 3.1 has a
wealth of tags that are
not related to database
access. In addition, it
provides a function
library rich enough to
remind veteran C
programmers of the
Standard Library in
design and intention at
least, if not quite in
breadth and depth. Jan. 12, 1999 12:00 AM Reads: 13,246 | Taming the Cookie Monster By Bob Siegel Setting a cookie on your
visitor's computer makes
it easier for you to have
a fully functional Web
site. Using a cookie, you
can keep track of your
users' visits, their
shopping cart and
anything you care to
record. With server-side
programming (read
'ColdFusion') you can
customize pages and
create order forms and
anything else you care to
program. Because there is
still resistance to
cookies on the part of
some Web users, the
methods I'll describe are
calculated to keep the
cookie out of the user's
face as much as possible. Jan. 12, 1999 12:00 AM Reads: 6,181 | Dynamic Variable Length
Forms By Geoff Caras Using forms is second
nature for most
ColdFusion developers.
It's the method used to
communicate information
from the Web to back-end
systems and databases.
Forms are frequently
created from a fixed set
of information, as is
dictated by functional
requirements and business
rules. Jan. 12, 1999 12:00 AM Reads: 7,473 |
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
|