Randy
Member since Oct 3, 2010
- Profile: /members/6992-randy.htm
- Comments: 4
Recent Blog Comments By Randy
-
Creating A Simple ColdFusion Cache With Java Soft-References
Posted on Mar 24, 2011 at 11:36 PM
Ben, I was referring to the issue of: ". And, with over 1000 "request timeout" blog errors in my inbox each morning, the time to start experimenting is certainly now." The comments on this thread were pretty good, and I was curious if you managed to figure out what the problem ... read more »
-
Creating A Simple ColdFusion Cache With Java Soft-References
Posted on Mar 23, 2011 at 2:41 PM
Ben, Did you ever get this figured out? Randy... read more »
-
Creating An Infinite Scroll Effect With jQuery And ColdFusion
Posted on Oct 3, 2010 at 12:17 AM
What I did to stop this was check to see that there was no data returned, and then I did a list.data("done",true); Then right underneath where we check for the list.data("xhr") I added this: if (list.data( "done" )){ return; } That did the trick. Randy... read more »
-
Creating An Infinite Scroll Effect With jQuery And ColdFusion
Posted on Oct 3, 2010 at 12:11 AM
How would you prevent this from contacting the server after you have reached the end of the results? Would you just unbind the scroll and resize if no data was returned? Thanks! Randy... read more »