Gary Funk
Member since Dec 11, 2008
- Profile: /members/2300-gary-funk.htm
- URL: http://jacfb.com/
- Comments: 6
Recent Blog Comments By Gary Funk
-
Converting IP Addresses To And From Integer Values With ColdFusion
Posted on Jan 27, 2010 at 7:52 PM
That should be: (such as multiplying by powers of 256)... read more »
-
Create A Running Average Without Storing Individual Values
Posted on Jul 3, 2009 at 9:03 PM
If I wanted to do this and only carry two numbers, I'd keep track of the sum and N. Then you are pretty much accurate all the time. average = (sum + new_number) / (N + 1) But all this was in a former life as an analyst at DIA.... read more »
-
Converting A Base64 Value Back Into A String Using ColdFusion
Posted on Sep 5, 2008 at 4:04 PM
Just FYI Ben. The CFML Reference manual is your friend. It's on page 1228.... read more »
-
OOPhoto - No More Validation In The Controller
Posted on Aug 14, 2008 at 10:45 AM
Thank you, Ben.... read more »
-
OOPhoto - Another Attempt At Learning Object Oriented Programming (OOP) In ColdFusion
Posted on Jul 1, 2008 at 10:25 PM
@Ben, Brian; May I say I enjoy the exchange you two have going here. I hope the two of you keep this going to the end. This is interesting and educating at the same time.... read more »
-
Learning ColdFusion 8: Ping - User Defined Function (Inspired By Ray Camden)
Posted on Jun 4, 2007 at 10:32 PM
Looks to me to have some first person in there too. I don't know about listening to you, but I enjoy reading your blog. One thing I have noticed is most programmers don't know how to write, other than code.... read more »