Profile_bird

Hey there! BlueCockatoo is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving BlueCockatoo's tweets.

Already using Twitter
from your phone? Click here.

BlueCockatoo

  1. @Mona - You are DISOWNED for hating sweet potato fries! OMG!!! The SHAME of it!
  2. drool: mulitple background images in webkit-supported CSS. DO WANT. #jquerysummit
  3. Browser agnostic, // selectors, chaining, plugins: // jQuery frees me - #jquerysummit #haiku
  4. @JPrime it would probably be more savings if you were testing for more than just two properties. It's an suggestion, not a mandate. :)
  5. Now that I've had a chance to go back through @paulirish's slides from #jquerysummit that's where I'm learning the most so far today.
  6. @JPrime - got that code from the compression section in this presentation: http://www.slideshare.net/paul.irish/perfcompression Good stuff.
  7. @JPrime no special framework... it's just plain ol' javascript. Sets up an anonymous object with the properties and attempts to retrieve.
  8. @JPrime It's a suggestion for optimizing javascript code for compression. Crazy, huh??
  9. Hurts my brain that if (type=='foo' || type=='bar'){} is the same as if (({foo:1,bar:1})[type]) {} - whole new way of "thinking" in code.
  10. Same issue as @iChris with the audio @ #jquerysummit... we get about 3-4 words and then it drops.
  11. The @mikehostetler presentation at #jquerysummit has given me some things to think about in regard to State Management vs Data Management.
  12. RT @borndigital: It's like jQuery Science Theater in here. #jquerysummit
  13. @strangek - our room is having the same reaction as your room for the current #jquerysummit presentation.
  14. @e4h Thanks but it is very difficult to follow along when the slides don't display for the remote talks. Much easier with links beforehand.
  15. @raydaly - Presentation for #jquerysummit Building Robust jQuery Plugins: http://tr.im/gdjquery
  16. @ #jquerysummit organizers - Please provide a link to all slide shows somewhere easily accessible for remote participants (maybe next year?)
  17. Enjoyed @paulirish's #jquerysummit presentation but it went too fast since half the slides didn't load on the screen but for couple seconds.
  18. They really need to get the speakers prepped before their slots start @ #jquerysummit... a lot of dead air here!!
  19. Anyone have the link for the slides for the #jquerysummit by @bassistance ?
  20. Learning about "truthy" and "falsyness" @ #jquerysummit from @paulirish