Gov
Member since Dec 11, 2008
- Profile: /members/618-gov.htm
- URL: http://www.demasso.be
- Comments: 17
Recent Blog Comments By Gov
-
Handling 404 Errors in ColdFusion (via IIS Throwing 404)
Posted on Sep 1, 2011 at 9:52 AM
@David, I was afraid you ask that question. I have no idea; may be we should ask Ben! Ben! Where Art Thou? Please help!... read more »
-
Handling 404 Errors in ColdFusion (via IIS Throwing 404)
Posted on Aug 31, 2011 at 5:51 PM
@David, That's a normal CF behavior, you should set up an onMissingTemplate function in your application.cfc.... read more »
-
Handling 404 Errors in ColdFusion (via IIS Throwing 404)
Posted on Jun 19, 2011 at 5:10 PM
<error-page> <exception-type>java.io.FileNotFoundException</exception-type> <location>/</location> </error-page> ...in SERVER-INF/default-web.xml _seems_ to work !... read more »
-
Handling 404 Errors in ColdFusion (via IIS Throwing 404)
Posted on Jun 19, 2011 at 2:15 PM
As always, Ben, great post! - Based on your example, I've been using something similar on our production servers for quite some time now. Here goes my question for today : - Does anyone know how to set up something similar on CF's built in web server in order to emulate the 'SEO friendly' url on a ... read more »
-
Back To The Fusion - Part X
Posted on Feb 17, 2011 at 4:26 PM
Where can we apply for CF X beta testing ? PS Fireworks FTW !... read more »
-
Learning ColdFusion 8: CFZip Part V - Deleting Zip File Archives
Posted on Aug 26, 2010 at 4:28 PM
I really hope so, Ben. Really!... read more »
-
Learning ColdFusion 8: CFZip Part V - Deleting Zip File Archives
Posted on Aug 26, 2010 at 4:05 PM
Thought password protected archives were quite common nowadays. - Can't use cfFtp to make explicit secure connections work, the documentation being not clear at all. - Can't use cfZip to decrypt (multipart) archives because simply not supported... I've been developing CF apps for over 10 years and... read more »
-
Learning ColdFusion 8: CFZip Part V - Deleting Zip File Archives
Posted on Aug 26, 2010 at 5:03 AM
Hi Ben, hi all, Correct me if I'm wrong, cfZip (CF9) still can't handle password protected archives?... read more »
-
ColdFusion vs. XYZ - It Finally Got Physical
Posted on Aug 10, 2009 at 10:20 AM
^ ^ tssss Ben!... read more »
-
ColdFusion vs. XYZ - It Finally Got Physical
Posted on Aug 10, 2009 at 10:18 AM
Thanks for sharing. No doubt you did the right thing. I always thought b*tching about someone else's taste for a different programing language wasn't ment to be taken seriously, at all, but this isn't funny anomore.... read more »
-
Ask Ben: Checking Domain Name Availability Using ColdFusion
Posted on Nov 30, 2008 at 2:33 PM
quote: domaintools.com has a free API access for domain searches, up to 100 queries a day. If you have more, you can get a paid subscription. http://xml-api.domaintools.com/index.php?cmd=showDescription Now that *is* interesting! And easy to implement!... read more »
-
Ask Ben: Checking Domain Name Availability Using ColdFusion
Posted on Nov 26, 2008 at 3:29 PM
Hi all, This (nice!) solution only works for .com names, right? Does anyone know which 'database' should be 'queried' for to get results for all kind of top levels? Let say I want to be able to check for domain names like .be domain names for example besside .com, .org, .fr, .nl and so on... I'm w... read more »
-
ColdFusion Component Wrapper For POI To Read And Write Excel Files
Posted on Sep 5, 2008 at 12:35 PM
Who uses Excel 2007 anyway ;o) Just wanted to say: Amazing work, Ben! Your work is once again so much appreciated!... read more »
-
My First ColdFusion Web Service
Posted on Dec 28, 2007 at 6:04 AM
Hi Ben & everyone reading this excellent article! Once again you saved the day, Ben! Just slightly modified the snipped to look like this: ReFindNoCase("CMS/CFC",GetDirectoryFromPath(cgi.SCRIPT_NAME))... (since I'm storing all my CFC's in that directory.) Then off course, we have to keep in mind t... read more »
-
ColdFusion 8 ImageResize() / ImageWrite() Bug?
Posted on Aug 29, 2007 at 7:12 AM
Well I was reviewing some issues on a project that will soon be in production. One of which I've titled "lost of transparency index on resizing gif image" and I came stright to your fantastic site while Googleing about it. I've discovered your site just a couple of months ago when I just started to... read more »
-
ColdFusion 8 ImageResize() / ImageWrite() Bug?
Posted on Aug 28, 2007 at 5:35 PM
Hi, I'm resizing a gif image having a transparent index using cfimage action="resize"... , and it looks like that index disappears once resized. May be this is part of the same bug, or may be I'm missing something here to conserve the index...... read more »