By barneyb on December 29, 2005
Well, the move is officially underway. Our current house
closed yesterday, we move to Portland tomorrow, and take custody of the
new house Saturday. Unfortunately we can't get Internet access
until Thursday, so I'll be offline until then, but it's finally
happening, and then we'll be done with this god-forsaken packing
s**t. ;)
Hope all had/are having good December-ish holidays, and [...]
Posted in personal
By barneyb on December 10, 2005
Once again, I've wasted an appreciable amount of time because of the
friggin' CF7 DevNet META tag, and basically come to the conclusion that
my DevNet subscription was a waste of cash. I don't use Studio,
just the DevNet licensed CF, and I can't use CF7 in that capacity
because it makes non-HTML requests impossible without building in
special processing [...]
Posted in coldfusion
By barneyb on December 9, 2005
From Sean Corfield's .sig:
"Progress isn't made by early risers. It's made by lazy men trying
to find easier ways to do something."
– Robert Heinlein
Amen to that.
Posted in development
By barneyb on December 6, 2005
Ever wanted CFTIMER support on CF6? I hadn't either until this
evening when I needed to some some code and it wasn't going to work to
do my standard start = gettickcount() … #gettickcount() – start# routine. So I wrote my own, and thought I'd share.
Drop this in timer.cfm inside your $cfwebroot/WEB-INF/cftags directory:
<cfif NOT thistag.hasEndTag>
<cfthrow type="MissingClosingTagException"
[...]
Posted in coldfusion