Michael
Member since Mar 3, 2010
- Profile: /members/5568-michael.htm
- Comments: 3
Recent Blog Comments By Michael
-
Creating Base64-Encoded Data URLs For Images In ColdFusion
Posted on Sep 1, 2010 at 4:41 PM
@Ben Sheesh! Where _do_ you find your image samples?... read more »
-
Using A State Machine To Parse Tokenized Data In ColdFusion
Posted on Mar 3, 2010 at 9:50 AM
@James, I was working on something like this a few months back and my solution was to enforce a line length upper limit (something that will fit perfectly in the allotted calendar space, for example) and then split the string on the last space character to occur before the upper limit. Another opt... read more »