10 Stubborn Body Myths That Just Won’t Die, Debunked by Science

Posted by & filed under facts.

I always wondered why hair supposedly grew back thicker when shaved, now I know everyone that told me this was just messing with me. Head over to the source link to read about more busted body myths. Source: Lifehacker Share on Facebook Share on Linkedin Tweet about it Print for later Tell a friend

Best time to buy things in 2012

Posted by & filed under shopping.

Lifehacker has released their latest compilation of the best time to buy things for 2012. The image posted is a good quick reference guide, but for more information head on over to the source link to see a more comprehensive list. Source: Lifehacker Share on Facebook Share on Linkedin Tweet about it Print for later… Read more »

Filer.js: A UNIX-Like Wrapper for the HTML5 Filesystem API

Posted by & filed under programming.

Pretty cool js library wrapper, currently only works with Chrome. Use commands like mkdir or rm to perform file tasks.  Check out the souce link for more info. Source: Filer.js: A UNIX-Like Wrapper for the HTML5 Filesystem API. Share on Facebook Share on Linkedin Tweet about it Print for later Tell a friend

Top 10 Things That Annoy Programmers

Posted by & filed under programming.

To all my fellow programmers out there, here is a great list.  >>>> Top 10 Things That Annoy Programmers Number one on this list, I couldn't agree more. Share on Facebook Share on Linkedin Tweet about it Print for later Tell a friend

Avoid Evaluate() in ColdFusion because its slower

Posted by & filed under programming.

Recently I have come to realize that the evaluate() function in coldfusion can be slow.  So the best this to do to avoid this is to evaluate it as a struct variable. For example, if you have 3 form variables with counter numbers, and you want to loop through them and pull the data from… Read more »