Garrett Johnson
Member since Jun 1, 2009
- Profile: /members/3516-garrett-johnson.htm
- Comments: 13
Recent Blog Comments By Garrett Johnson
-
Node.js Training And Node.js Hosting With Nodejitsu
Posted on Apr 26, 2011 at 1:31 PM
Great stuff. Love the app. :-) @Andy: The big appeal is its non-blocking, evented nature. Think about when you assign a click event to a button with client side JavaScript. Does your code there after have to wait till the click event has fired and completed...? No, the callback is just thrown on ... read more »
-
Circumventing Private Variables In Javascript Using Method Reassignment
Posted on Feb 21, 2011 at 10:30 AM
Awesome... entertaining examples as always!... read more »
-
Exploring Race Conditions In Javascript With SetInterval(), SetTimeout(), And AJAX
Posted on Feb 9, 2011 at 1:30 PM
@Dan But don't workers only have access to worker global scope (not window global scope) they won't be able to effect that aspect? I would also assume the messaging API listening on the window for worker messages would also be event based and not have any race conditions.... read more »
-
Exploring Race Conditions In Javascript With SetInterval(), SetTimeout(), And AJAX
Posted on Feb 9, 2011 at 11:10 AM
Well if you think about it, the JS VM in browsers are single threaded (event loops ftw). Each call gets pushed onto the call stack. Even for non blocking calls like setTimeout,setInterval and XHR. They just get queued up on the event loop and will run after one another, which means they will never e... read more »
-
Using jQuery To Bind And Trigger Event Handlers On Detached DOM Nodes
Posted on Aug 27, 2010 at 11:08 PM
very cool, i knew this was normal, but never really thought of using it for something useful, you got me thinking tho! look forward to seeing what you come up with!... read more »
-
Using ColdFusion With Pusher - A Notification Service Powered By HTML5 WebSockets
Posted on Jun 28, 2010 at 11:15 AM
Pusher app is very cool, if your doing any Ruby work, their gem does truly make it way to easy. However for local home grown stuff, I have been looking at http://jwebsocket.org/. Being java, it is much more CF_friendly.... read more »
-
The ColdFusion Application Server Tagline Contest ($50 Amazon Gift Card)
Posted on Jun 26, 2010 at 12:07 PM
Save a developer, take a ride with ColdFusion? lol... read more »
-
jQuery Event Bindings On Javascript Objects With A Length Property
Posted on Apr 26, 2010 at 9:52 AM
I think it must be how jQuery uses the native length property for sanity checks internally. For fun if you were to set bar's length property to 20... when you trigger your custom event, it should run it 20 times?... read more »
-
SRCHR - A Client-Only YQL-Powered Search Engine With jQuery
Posted on Apr 4, 2010 at 3:18 PM
Great job man, I especially like your implementation of "Engines"... Dig it!... read more »
-
Project HUGE: Trying Barbell Front Box Squats For The First Time
Posted on Jan 23, 2010 at 10:50 AM
Front squats are great. They were a little awkward at first, but a much better workout. Having a strong lower back and core is so vital for a healthy body, despite what the kids doing flat bench press and preacher curls all day think. :-)... read more »
-
Strong: The Movie - A Documentary About Joe DeFranco's Gym
Posted on Jun 24, 2009 at 11:50 AM
@Ben, Nah, I just enjoyed watching that trailer like your self. Here is the link, there is some talk at the beginning, but he shows the routines at the end. It does not appear to be only for skinny bastards lol. I am planning on trying it myself soon! http://www.defrancotraining.com/articles/3... read more »
-
Strong: The Movie - A Documentary About Joe DeFranco's Gym
Posted on Jun 24, 2009 at 11:33 AM
That gym is amazing. Have you ever checked out the westside workout for skinny bastards?... read more »
-
June 1st 2009 - 2nd Annual (Inter)?National Regular Expression Day!
Posted on Jun 1, 2009 at 11:07 AM
To be on the comical side :) (?i)(\.net|asp.?|microsoft|ms)... read more »