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.)
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]
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]
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. :-)
Posted on April 17, 2007 at 6:06 AM in
General
I am testing this here blog.