Community Member Profile
- Profile: /members/2359-Tony-Monast.htm
- Comments: 5
- Points: 43
Recent Blog Comments By Tony Monast
-
Why NULL Values Should Not Be Used in a Database Unless Required
Posted on Sep 21, 2011 at 3:15 PM
Hi, Here an example : tblData (ID, Name, Class) 1 | 'Ben' | Null 2 | 'Tony' | Null 3 | 'Jessica Alba' | 'sexy' 4 | 'Shakira' | 'sexy' 5 | 'Gollum' | 'ugly' On SQL Server, when you do SELECT ID, Name FROM tblData WHERE Class <> 's... read more »
-
Getting RGBA Pixel Data From ColdFusion Images Using GetPixels()
Posted on Mar 30, 2010 at 11:50 AM
Thanks Ben for this article! GetPixels() helped me to print graphics on a Plastic ID Card Printer. I needed each pixel of the graphic to generate the appropriate hexa code for the printer. The other article about InputBaseN and FormatBaseN was helpful too!... read more »
-
Ask Ben: Dynamic Table Names In ColdFusion Queries
Posted on Nov 13, 2008 at 4:50 PM
Oh, sorry, I didn't see that you was saying that you check the value before doing the query. My bad! ;)... read more »
-
Ask Ben: Dynamic Table Names In ColdFusion Queries
Posted on Nov 13, 2008 at 4:42 PM
Andy, The attacker don't need to upload a malicious cfm page on your server. He just save the file on his own hard-drive, edit the code of the HTML (action attribute of the form and options of the select input), then he just open the modified file locally with his browser and submit it. The... read more »



