Josh Olson
Member since Dec 11, 2008
- Profile: /members/1226-josh-olson.htm
- Comments: 12
Recent Blog Comments By Josh Olson
-
My First ColdFusion 8 CFFTP Experience - Rocky But Triumphant
Posted on Dec 1, 2009 at 3:22 PM
Control Panel > Windows Firewall > Advanced Settings Inbound Rules > New Rule Program > Next This program path: %SystemDrive%\ColdFusion\d\runtime\bin\jrun.exe > Next Allow the connection > Next Your preference > Next Name: JRun Free Reign > Next > Finish Repeat for... read more »
-
My First ColdFusion 8 CFFTP Experience - Rocky But Triumphant
Posted on Nov 23, 2009 at 5:39 PM
Perhaps this has been mentioned before on your blog but I didn't have luck Googling for it. I just resolved an issue that's pretty trivial but misleading and figured I'd put it here so someone else can find the solution. So, I had FTP code written that worked perfectly fine. I know I hadn't changed... read more »
-
ColdFusion Component Wrapper For POI To Read And Write Excel Files
Posted on Mar 10, 2008 at 3:40 PM
@Ben I was kind of figuring they didn't serve a purpose but I wanted to double-check before deleting them from code (to speed up processing a bit) as I don't think they'll serve a purpose for my needs (at least, at the moment). Thanks for the prompt response.... read more »
-
ColdFusion Component Wrapper For POI To Read And Write Excel Files
Posted on Mar 10, 2008 at 3:11 PM
What's the difference between min column count and max column count? I see in your dump you have 3 and 3. I have a test Excel file that's showing 0 and 4. I have 4 columns.... read more »
-
ColdFusion POIUtility.cfc Updates And Bug Fixes
Posted on Feb 20, 2008 at 1:56 PM
@Ben's response, I'm aware it becomes compiled and all formatting essentially becomes moot to speed/efficiency after the first access. That is not the reason for formatting, however. As mentioned, I want it in a more manageable form. My reason for caring what the source looks like is this: I plan ... read more »
-
ColdFusion POIUtility.cfc Updates And Bug Fixes
Posted on Feb 20, 2008 at 1:05 PM
Ya know... this thing works great... except, two things. It throws errors about ColumnList when you call WriteExcel() which I can fix/workaround... and the formatting is HEINOUS. So far I've brought it down from 1910 lines to 1081 lines and I'm still formatting this so it's in a more manageable form... read more »