Profile_bird

Hey there! matt_kruse 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 matt_kruse's tweets.

Already using Twitter
from your phone? Click here.

matt_kruse

  1. My Olympus sw1030 camera is dying! Only 1.5 yrs old and the flash is either too bright or doesn't go off at all. Sucks. Out of warranty :(
  2. @Gomezzio Check out http://ObnoxiousFacebookHabits.com ;)
  3. Oops, prematurely posted... I made this fun little site - http://ObnoxiousFacebookHabits.com. Please RT and post to #facebook #fb !
  4. jQuery.fn.run=function(fn){if(typeof fn=='string'){fn=new Function(fn)}this.each(fn);} ex: $('input').run("this.value=this.defaultValue");
  5. Isthe @igoogle showcase by @aplusk really his? Better Digg gadget: http://bit.ly/uYQeI and one to catch "viral videos": http://bit.ly/16cJY0
  6. Just learned about Google Wave http://bit.ly/13bpws
  7. I wish #javascript had anonymous code blocks, so {...code...} == function(){...code...} That would make a lot of code more readable.
  8. @boudga Add the DIV manually in the page, as seen in the bottom of the example page. I'm working on a better cal popup that's not so clunky.
  9. I use this little thing so often! function template(t,o){for(var k in o){t=t.replace(new RegExp('%'+k+'%','g'),o[k])}return t;} #javascript
  10. Someday I'll get around to creating a visual representation of function scope chain and closures in #javascript as stacked "function" boxes
  11. @skitsanos Looks like you don't know about the :contains() selector or the .replaceWith() method? #jquery
  12. Watching "javascript" tweets makes me see how many people are frustrated by #javascript simply because they misunderstand it. Unfortunate.
  13. @JessikaSays Better @igoogle QOTD gadget, IMO: http://bit.ly/OLagB
  14. I totally forgot about the bitwise NOT operator (~) in javascript. if (~str.indexOf('match')) { alert('found it! Even if at position 0!'); }
  15. @sandraproulx Whats Popular is no Digg killer. I don't like it. Try my Super Digg gadget- http://www.JavascriptToolbox.com/gadget/superdigg/
  16. @solhive #javascript is loosely typed. Why would you need casting functions? If you want your int as a string, just use it as a string!
  17. @tadrian Something like this: document.body.innerHTML=document.body.innerHTML.replace(/(http:[^\s\<]+)/gi,'<a href="$1">$1</a>');
  18. @brit I looked at building a #facebook gadget, but the API still stinks/too limited. I'll stick with my RSS feed of friend status updates.
  19. Listening to @amoslee again. Still love the key of Soul Suckers. Wishing for an unplugged "What's Been Going On" and a midwest tour stop...
  20. @dcinzona Just released new jQuery cheat sheet at http://www.javascripttoolbox.com/jquery/cheatsheet/ - available in PNG for wallpapering!