Laurent CHENET
Member since Feb 18, 2010
- Profile: /members/5480-laurent-chenet.htm
- URL: http://my.opera.com/glup
- Comments: 5
Recent Blog Comments By Laurent CHENET
-
Ask Ben: Accessing Cached CFCs With AJAX via Remote Proxies
Posted on Feb 18, 2011 at 11:18 AM
Replace POST by FORM, of course... read more »
-
Ask Ben: Accessing Cached CFCs With AJAX via Remote Proxies
Posted on Feb 18, 2011 at 11:17 AM
@Ben, Indeed, it is about associating some persistent coldfusion data to a specific Ext component (let's say a window in an Ext application, window that could be opened multiple times simultaneously), during the many ajax calls that may occur. I suppose I need some unique ID generated by e... read more »
-
Ask Ben: Accessing Cached CFCs With AJAX via Remote Proxies
Posted on Feb 18, 2011 at 4:53 AM
Hi Ben, It is always a great and instructive pleasure to read your articles, and I'm happy to have a question for you so I'll be able to thank you in the same time! I'm trying to find the optimal approach to do something very specific in AJAX (From Ext to cfc's), and I believe that you are pretty ... read more »
-
ColdFusion 8.0.1 Bug Coldfusion.Image.ImageWriter $ ImageWritingException
Posted on Feb 23, 2010 at 4:29 AM
@Ben, I agree, Also, another thing is the speed. I just had to convert my image module to stop using CFX_IMAGE (could not find the 1.6.6.15 update who solves the IE7+ color issue) and it is just so slow now, like 30 secs instead of 5 for generating 5 different resizes.... read more »
-
ColdFusion 8.0.1 Bug Coldfusion.Image.ImageWriter $ ImageWritingException
Posted on Feb 18, 2010 at 6:39 PM
I have this issue with CF9! I just give the file url to this custom function I wrote: <cffunction name="ImageClean"> <cfargument name="dirty"> <cfimage action="convert" source="#dirty#" destination="#dirty#.png"> <cffile action="delete" file="#dirty#"> <cfimage acti... read more »