Jeremy
Member since Dec 11, 2008
- Profile: /members/209-jeremy.htm
- URL: http://aftergeek.blogspot.com
- Comments: 30
Recent Blog Comments By Jeremy
-
CFUNITED 08 - Early Bird Special
Posted on Nov 2, 2007 at 4:58 PM
This is one of a handful of reasons I miss working for a big company. They paid to send me out to one local (namely cf.objective here in the Minneapolis area) and one out of state conference a year. I was at the 2005 CFUnited, and thought that overall it was the most useful conference I had ever bee... read more »
-
The Shield Start Tomorrow!
Posted on Apr 2, 2007 at 4:03 PM
Hands down one of my favorite shows on tv. It's one of those shows that consistently has me doing a double take and thinking, "Holy s***! Did that just happen?!?" It is what The Sopranos should have been. I just wish it was broadcast in HD. :-(... read more »
-
Did You Know That "000" Equals "00A" In ColdFusion?
Posted on Mar 7, 2007 at 12:46 PM
I recently had a somewhat similar problem with some floating point values in CF. I was comparing values from records in two different sets of SQL Server query results, values that when cfdumped to the screen were exactly the same, yet the EQ comparison always evaluated as false. I tried doing a java... read more »
-
My Wrists Are Killing Me
Posted on Mar 1, 2007 at 10:44 AM
I had wrist problems less than a year out of college when I was 22 (I'm now coming up on 31 in a couple months). By that point, I had been typing on non-ergonomic keyboards and playing the piano for hours a day for over a decade already. The doctor gave me wrist support braces to wear, and I switch... read more »
-
ColdFusion Method Definitions Can Come After The Code That References Them
Posted on Feb 20, 2007 at 10:21 AM
Ben, I think you're right. I know that is the case with functions in CFCs, so I would think it would be similar for plain ol' CFM files.... read more »
-
ColdFusion Method Definitions Can Come After The Code That References Them
Posted on Feb 20, 2007 at 9:45 AM
That should be "your call will execute." I haven't had my coffee yet this morning. :-)... read more »
-
ColdFusion Method Definitions Can Come After The Code That References Them
Posted on Feb 20, 2007 at 9:44 AM
Right you are. In fact, even if you put a cfabort after your udf call and before your udf definition, I believe your call well execute successfully under most circumstances. Obviously if your udf references global variables defined after the cfabort, that probably wouldn't be the case.... read more »
-
Stripping XML Name Spaces And Node Prefixes From ColdFusion XML Data (To Simplify XPath)
Posted on Jan 29, 2007 at 10:54 AM
You can search for an xml element regardless of whether it has a namespace using local-name() in an XPath search. i.e. find all elements named "Response" regardless of namespace and location in the document's parent-child hierarchy: <cfset MyArray = XMLSearch(MyXMLDoc, "//*[local-name()='Resp... read more »
-
Post-Christmas Raffle Winners
Posted on Jan 2, 2007 at 10:34 AM
I better have won, because if I didn't...(shakes fist Homer Simpson style)... read more »
-
Bravo To FireFox's Restore Session Feature
Posted on Nov 13, 2006 at 3:52 PM
I love it. I am a multi-tab browser hog. I usually have at least a half dozen tabs open in an given browser session and it's not uncommon for me to get several dozen going while I'm searching for something in particular and want to open a few links to return to read later. The restore session thing ... read more »
-
Andy Matthews Counters My FireWorks Rant
Posted on Oct 11, 2006 at 3:05 PM
Sure. It's the GNU Image Manipulation Program, and it's available for free at http://www.gimp.org... read more »
-
Andy Matthews Counters My FireWorks Rant
Posted on Oct 11, 2006 at 2:33 PM
I brutally dangled some participles or something in that last comment. I meant that I had quit using Photoshop because I felt like it had bogged down my system, not FireWorks.... read more »
-
Andy Matthews Counters My FireWorks Rant
Posted on Oct 11, 2006 at 2:31 PM
I can't say I've ever been a huge FireWorks fan, and while I've given it a couple of tries over the years, I'll be the first to admit I probably didn't give it a fair shake as I was so used to Photoshop (I used Photoshop exclusively for the better part of a decade). Whether it was perception or fact... read more »
-
Project HUGE : Week 3 / First Cycle Completed
Posted on Oct 9, 2006 at 3:45 PM
Don't pull a groiny, shooter! :-) Are you doing machines or free weights? I invested in a set of Powerblock free weights a few years ago. They're a bit expensive, but it's a solid product, take up hardly any space, and their <a href=" http://afterglide.blogspot.com/2005/12/powerblock-rocks-plug-a... read more »
-
Project HUGE : Physical Therapy Is Over
Posted on Sep 21, 2006 at 6:47 PM
The gym??? Oh yeah. cough I meant the gym. Yes. lol...... read more »
-
Project HUGE : Physical Therapy Is Over
Posted on Sep 21, 2006 at 6:06 PM
Heh...you can thank my dad for the huge legs (and the several miles of running each day). But now that you mention it, I could stand to increase my ass power. It would probably be like increasing your word power, but without involving Reader's Digest in the process.... read more »
-
Project HUGE : Physical Therapy Is Over
Posted on Sep 21, 2006 at 5:24 PM
Man, I hate dead lifts! I gave up on a lot of the back and lower body lifting a couple years ago (I still work my arms and chest). My excuse at the time was that with all of the running I do, my legs are massive as it is. But I've noticed my pants getting a bit tighter over the last year, so perhaps... read more »
-
Calling Java Class Methods Directly From ColdFusion Objects
Posted on Aug 24, 2006 at 3:01 PM
That's a great idea. I've written many CF apps over the years that had a lot of regex replacement. This can get to be a significant source of overhead. Have you seen or personally done any tests to measure the performance increases of Java regex replacement vs ColdFusion?... read more »