September 2010
16 posts
Excelente explicación de la trampa electoral: http://ping.fm/DQgdY | http://ping.fm/5JZiY
Beautiful Code: Generate strong passwords using...
This line of ruby code lets you generate strong passwords, using most of the ASCII codes. [code lang=”ruby”] ((33..126).map { |i| i.chr }).to_a.shuffle[0..14].join [/code] The (33..126) bit lets you use lowercase, UPPERCASE and symbols for your password. The [0..14] indicates passwords should be 14 characters long. Feel free to change 14 to whatever you need. Thanks to Michael...
After the storm
Posted via email from Pre-Posterous | Comment »
Europe according to the US - LOL
via alphadesigner.com Posted via email from Pre-Posterous | Comment »
Beautiful Code: Alternate-colored rows using PHP
This is a cool PHP trick to quickly generate rows with alternating background colors, for better readability: $alt = ($alt == 'FFF') ? 'DDD' : 'FFF'; echo '<tr bgcolor="#' . $alt . '"><td>'; Posted via email from Pre-Posterous | Comment »
iPhone HDR magic: flying pigeons in the rain
Cool motion effect using the iPhone’s HDR mode. Posted via email from Pre-Posterous | Comment »
Amazed at how uncomfortable this video of a fake...
via youtube.com Posted via email from Pre-Posterous | Comment »
Kindle Pool Ad - clever.
via youtube.com Posted via email from Pre-Posterous | Comment »
What’s the best website/service to hire Miami-based developers?
Algo huele mal en el REP. Revisen esta cédula: 24234355 en http://ping.fm/lJkUk
RT @fabiofiebrantz: ATENÇÃO VIUVAS DA URSS Fidel Castro diz que modelo econômico cubano não funciona mais http://uol.com/brhYW (NUNCA FU …
Interesting tidbit: at the FB movie screening last night, 3 foursquare check ins vs. 14 in FB places. Should 4sq be worried?
The 3 Elements of Viral Campaigns and other notes by @philmichaelson - Interesting stuff.
Lightning with an iPhone
Download now or watch on posterous IMG_6143.MOV (461 KB) Posted via email from Pre-Posterous | Comment »
Weather event in Florida
Posted via email from Pre-Posterous | Comment »
Walgreen's car insurance - Watch out Geico!
Posted via email from Pre-Posterous | Comment »