Brian Panulla
Member since Dec 11, 2008
- Profile: /members/2544-brian-panulla.htm
- URL: http://ghostednotes.com
- Comments: 6
Recent Blog Comments By Brian Panulla
-
Pusher.cfc - ColdFusion Component For Realtime Notification With HTML5 WebSockets
Posted on Jul 21, 2010 at 11:51 AM
Hah... very timely. I've been digging through the docs on BlazeDS/LCDS for the last few days and really wishing Web Sockets were here today.... read more »
-
CreateObject() In ColdFusion 9 No Longer Requires The Type Parameter
Posted on Jul 1, 2010 at 11:04 AM
I'm looking forward to using the "new" syntax. you'd have to fully specify the package of the component, right? More and more I appear to be abandoning code portability between versions for cool syntactic candy. Not sure how I feel about that.... read more »
-
ColdFusion vs. XYZ - It Finally Got Physical
Posted on Aug 10, 2009 at 5:09 PM
Lucky it wasn't a RoR guy... he might have had a gun.... read more »
-
Turning On Multiple Statements In ColdFusion 8 MySQL 4/5 Datasource
Posted on Apr 28, 2008 at 8:48 AM
@Ben, I posted a more thorough explanation of my technique to my blog, if you'll allow the link: http://ghostednotes.com/index.cfm/2008/4/25/CFQUERY-and-autonumber-primary-keys... read more »
-
Turning On Multiple Statements In ColdFusion 8 MySQL 4/5 Datasource
Posted on Apr 24, 2008 at 6:02 PM
@Ben, Yes.. probably too far. I know I use the technique often for grabbing autogenerated primary key values directly after inserts with SELECT LAST_INSERT_ID(). That being said, I think there is something to be said for safe defaults in software, letting the advanced user enable capabilities that... read more »
-
Turning On Multiple Statements In ColdFusion 8 MySQL 4/5 Datasource
Posted on Apr 24, 2008 at 4:37 PM
Lest someone get the wrong idea from your post, ColdFusion developers *definitely* need to worry about SQL injection attacks. CF is just as vulnerable to poorly coded pages as PHP or any other language. CF does however have the best weapon in this battle: the CFQUERYPARAM tag. Correct use of CFQUERY... read more »