jack burton
Member since Dec 7, 2009
- Profile: /members/4901-jack-burton.htm
- Comments: 3
Recent Blog Comments By jack burton
-
MySQL Does Not Support IF / ELSE Statements In General SQL Work Flow
Posted on Mar 16, 2012 at 2:16 PM
I ran into this exact situation. I had already tried many of the suggestions listed here. I decided to go strictly CF and create a CF created query with the output from a MySQL query. This allowed me to do If/Else or anything I wanted with the data from the DB and then populate the CF created query ... read more »
-
CFAbort And OnRequestEnd() Behavior In ColdFusion 8 And ColdFusion 9
Posted on Nov 10, 2011 at 7:07 PM
If CFABORT behavior does not get rolled back to pre-9, perhaps we need a new tag? Something like CFDEAD, CFKILL, CFDONE, CFEND, CFTERMINATE or my favorite CFSTOP...???... read more »
-
Styling The ColdFusion 8 WriteToBrowser CFImage Output
Posted on Dec 7, 2009 at 4:40 PM
Great work! I use a jQuery solution that has worked quite well. The example uses a real image file and a CF-created one. <script src=" http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js " type="text/javascript"></script> <style> .myImage { border:4px solid red; }; &l... read more »