Ralph
Member since Aug 26, 2011
- Profile: /members/8883-ralph.htm
- Comments: 6
Recent Blog Comments By Ralph
-
Deferring Attribute Interpolation In AngularJS For Better Performance
Posted on Oct 28, 2014 at 12:02 PM
Since you're not doing anything if the model changes, would it not be easier and more efficient to just use a one time binding for these kinds of things? <li ng-repeat="friend in friends track by friend.id" title="My friend, {{::friend.nickname }}"> <* ng-href=&q... read more »
-
Using AtomicInteger To Create Uniquely Named CFThreads In ColdFusion
Posted on Feb 21, 2013 at 5:53 AM
Wouldn't a simple createUUID() suffice? That's what I use when creating threads. Am I missing something important that could break my code?... read more »
-
Using Underscore.js Templates To Render HTML Partials
Posted on Aug 17, 2012 at 11:03 AM
Looks good, I've been using the Micro-templating function by John Resig( http://ejohn.org/blog/javascript-micro-templating/ ) for a while now which is lightweight. Do you know how the underscore.js template function does it performance wise?... read more »
-
Calling CFFile-Upload Twice On The Same File For Security Purposes
Posted on Jul 18, 2012 at 10:49 AM
@Ben, Difference is probably that I'm using Railo than :)... read more »
-
Calling CFFile-Upload Twice On The Same File For Security Purposes
Posted on Jul 18, 2012 at 6:37 AM
Why exactly would you need the file in a specific location? Since it is already in memory you can just call isImageFile( form.file ) directly. Or are there functions you won't be able to call on it like this?... read more »
-
Win A Copy Of JavaScript Enlightenment By Cody Lindley
Posted on Aug 26, 2011 at 9:08 AM
what a wickedly retarded contest!... read more »