QuackFuzed.com is the personal ColdFusion coding blog of Matt Quackenbush. It exists primarily as a place for the author to learn, and hopefully to assist others in learning and/or avoiding some of the same pitfalls and mistakes. (Quack certainly makes enough mistakes daily to make up for the entire ColdFusion community.)

Happy New Year! 2008 Is HERE!

Posted on January 1, 2008 at 1:50 AM in General

Man, 2008 is here already, can you believe it? It seems like just yesterday it was 1999. Or 1989. Or...

I trust that everyone out there has an incredibly fruitful year this year. Here's to the ColdFusion community at large; raise those champaign glasses high!

(Oh, and for the new year, I decided to roll out a new layout. Hopefully you like it. I think it looks hellabetter than the old one.)

Method Composition Works Externally But Not Internally - reEscape(), reUnescape(), and reEscape2()

Posted on December 1, 2007 at 6:30 PM in General, ColdFusion

What is reEscape()?

Often times, when you pass a string through ColdFusion's built-in regular expression (regEx) functions [reFind()/reFindNoCase()/reReplace()/reReplaceNoCase()], the string needs to have regEx special characters escaped. reEscape() is a tidy little method that I wrote to do just that.

So, let's see reEscape() in action, and point out its good and its bad.

[Continue Reading]

XHTML-Strict Compliant Forms

Posted on October 22, 2007 at 2:21 PM in General

I am a web standards junkie. I get really agitated if my code doesn't validate to XHTML 1.0 Strict standards. Why? Adhering to the standards, well, there can be nothing but positive things that comes out of making the additional effort. For instance, I know that if it does validate, the chances of it looking good in a variety of modern browsers - even ones that I don't test in - are very much in my favor. While there are really only three browsers that I really place any real efforts in checking (FF, IE6, IE7), I like knowing that I'm not excommunicating someone from my sites just because they use some little-known browser.

Besides, once you train yourself to adhere to the standards, it's really a painless process and takes no more time than just pushing out crap code. And you'll thank yourself later.

I created my own form markup that I've used for a long time now. It works very well, but I've always wondered if there wasn't a better way to make it happen. Today, I found that better way. Hang with me to the end, it should be worth your while.

[Continue Reading]

Playing With a New Layout

Posted on August 31, 2007 at 1:34 AM in General

So I decided that I would play around with a new layout for QuackFuzed.com, and well, hopefully you're looking at it right now. Is it done? Not hardly, but I'm trying to work on it a little each night as I find time. (Find time... that's kind of like "spare time"... No, I've never seen any either.)

Anyways, pardon the mess, but hopefully even its currently-messy state the blog looks better than it did before. :-)

Testing 123

Posted on April 17, 2007 at 6:06 AM in General

I am testing this here blog.

Latest Articles

Eventually something really brilliant and witty will appear right here.

Calendar

September 2010
S M T W T F S
« Aug  
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30    

Subscribe

Enter a valid email address.

The Obligatory Wish List