Tighe Lory
Member since Jan 19, 2012
- Profile: /members/9510-tighe-lory.htm
- URL: http://tighelory.com
- Comments: 5
Recent Blog Comments By Tighe Lory
-
Ask Ben: Handling Errors With ColdFusion CFError
Posted on May 12, 2014 at 9:33 AM
What is annoying me is I am getting errors for all the bad guys trying to to do SQL injections, "Invalid data -1' for CFSQLTYPE CF_SQL_FLOAT." Do I want these specific e-mails? Seems to me cfqueryparam is doing it's job. I suppose I should be scrubbing the input with regex before even ... read more »
-
Performing ColdFusion Processing After A CFLocation Tag
Posted on Mar 18, 2014 at 9:54 AM
Might I suggest that you use a 303 redirect instead of a 302 redirect. The 303 is specifically for this kind of thing. http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html... read more »
-
How Do You Populate Shared Views In A Complex Layout Using MVC?
Posted on Jul 12, 2012 at 10:55 AM
Ben, I think that you should abandon MVC, it is a fad concept that will die out as you have to twist and contort just to do what you want to do. That is just my opinion. :-)... read more »
-
Using The RequireJS Build / Optimizer To Concatenate Modularized CSS Files
Posted on Jan 19, 2012 at 12:16 PM
Woops the last line should be <cfcontent type="text/css" variable="#tobinary(tobase64(RemoveBlankLines(variables.pagecontent)))#" /> And I didn't mention that I call this as a CSS file.... read more »
-
Using The RequireJS Build / Optimizer To Concatenate Modularized CSS Files
Posted on Jan 19, 2012 at 12:15 PM
I used coldfusion to join my CSS and Javascript for example: <cfapplication name="style_values" sessionmanagement="Yes" setclientcookies="Yes"><cfinclude template="/include/session.cfm" /><cfprocessingdirective suppresswhitespace="yes"... read more »