Community Member Profile
- Profile: /members/6332-Josh-Tischer.htm
- URL: codepyro.com
- Comments: 2
- Points: 19
Recent Blog Comments By Josh Tischer
-
Ask Ben: Changing ColdFusion Query Column Names
Posted on Feb 2, 2012 at 1:24 AM
Thanks Ben This function saved my butt. This works really well in conjunction with the POI utility. Used to swap out the column names from COLUMN1 to the actual column names from the excel sheet. <cfloop from="1" to="#arraylen(objSheet.columnnames)#" index=&quo... read more »
-
Pushing Base64-Encoded Images Over HTML5 WebSockets With Pusher And ColdFusion
Posted on Jun 30, 2010 at 7:04 PM
In your video you say there is no way to base 64 encode image data without coldfusion. Why not load the original images in canavas then its arbitrary to get the base64 data without a server request. you could send the direct base64 data from canvas directly to the pusher service. ju... read more »



