Dustin
Member since Sep 22, 2011
- Profile: /members/9003-dustin.htm
- Comments: 3
Recent Blog Comments By Dustin
-
Counting The Number Of Watchers In AngularJS
Posted on Oct 27, 2014 at 1:28 PM
Theres an project that provides a work around if you are approaching the 2000 thresh hold that attempts to bind better. https://github.com/Pasvaz/bindonce The idea being that on any given page, you are using alot of watchers on things that will not change after they are initially populated.... read more »
-
Changing The Execution Context Of JavaScript Functions Using Call() And Apply()
Posted on Oct 4, 2011 at 1:26 PM
This is an interesting concept to me. Made sense just not really able to picture what I would use this for yet.... read more »
-
Working With Time Zones And Daylight Savings Time (DST) In ColdFusion And Java
Posted on Sep 22, 2011 at 12:02 PM
I did something like this in a system I wrote to send members of my house text and email notifications when it was their turn to do chores. I expanded it so my brother could use it at his house in California. For mine I just store simple timezone offset for each user and then have the notification... read more »