By Steve Bryant
June 8, 2007 09:30 AM EDT
Steve Bryant's Blog
I typically store phone numbers in one field (instead of using a separate
field for each part of a phone number). While this usually works quite well,
I have discovered that it can cause issues when I want a phone number to
display in the same format regardles... (more)
|
By Steve Bryant
June 4, 2007 12:30 PM EDT
Steve Bryant's Blog
Yesterday John Farrar presented to the Online ColdFusion Meetup Group on his
forms custom tag set, COOP. Actually, he describes it as a framework to
separate page markup from processing logic.
Most of what I saw solves a problem in the same space as a custom ta... (more)
|
By Steve Bryant
May 29, 2007 10:30 AM EDT
Steve Bryant's Blog
DataMgr 2.1 is now in beta. Aside from fixing one or two small bugs, nothing
has changed from the Alpha release.
It take this as a pretty good sign as I changed a fair bit of the inner
workings of DataMgr in order to achieve the new features of 2.1. It has been... (more)
|
By Steve Bryant
May 13, 2007 06:30 PM EDT
Steve Bryant's ColdFusion Blog
I've written in the past about using DataMgr to make sure that the tables and
columns you need exist. I have been asked a few times this week about making
sure that those newly created tables are automatically loaded with data.
If you don't know how... (more)
|
By Steve Bryant
May 13, 2007 02:00 PM EDT
Steve Bryant's CFDJ Blog
I realize that DataMgr 2.0 hasn't been out long, but I thought of a few
features that I wanted near the end of the 2.0 development cycle. Since they
required a fair bit of extra effort, I thought it best to hold them over for
a "2.1" release.
Although I ... (more)
|
By Steve Bryant
May 13, 2007 01:45 PM EDT
Steve Bryant's CFDJ Blog
I am back from cf.Objective and I finally have a second to write about it. I
actually tried to write a review of my whole experience, but that ended up
being pretty long, so I decided just to hit some of the highlights.
First off, the presentations were al... (more)
|
By Steve Bryant
January 25, 2006 06:15 PM EST
Back when I had some free time, I started working on my own code generator,
partly because other code generators create code slightly different from my
preferences and partly for the challenge.
I have since gotten too busy to finish it, but I went ahead and finished the
kernel c... (more)
|
By Steve Bryant
January 9, 2006 03:45 PM EST
Using argumentCollection with Super
I recently had the need to use argumentcollection with super. Unfortunately,
super can't be used with argumentCollection or with named arguments (which
would allow me to loop through a structure and set arguments with
cfinvokeargument).
Fortuna... (more)
|
By Steve Bryant
January 7, 2006 02:30 PM EST
HTML in Application.cfm
The CF_Talk list recently had a discussion about whether it is acceptable to
put HTML in Application.cfm. I thought the topic was a very worthy one, but
ended up shedding as much heat as light.
I will do my best to shed some light on the topic.
In the short-... (more)
|
By Steve Bryant
November 29, 2005 05:45 PM EST
Most sites have similar issues related to the site layout. I have seen many
solutions that solve some challenges related to layout, but fail to handle
others elegantly. I have found that using layout components elegantly solves
all of the layout problems I have faced.
What Do I ... (more)
|
By Steve Bryant
January 18, 2005 12:00 AM EST
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 ... (more)
|
By Steve Bryant
October 4, 2002 12:00 AM EDT
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.
This article isn't about ColdFusion er... (more)
|