Rare Night Landing for the Space Shuttle – 5,700,000 mile mission.
This is awesome. Rare Night Landing for the Space Shuttle
life of matt: husband, dad, cto, photographer, landlord, mountain biker
This is awesome. Rare Night Landing for the Space Shuttle
I put this together over the weekend wanted to share… I tweaked the initial method that NES Emulator provided (which emailed out if a bot requested your domain in PHP… hope you find it helpful!
Cheers…
function is_request_a_bot(){
$retval = false;
$botlist = array(
"Yeti",
"Java/",
"Baiduspider",
"Speedy Spider",
"MLBot",
"Microsoft URL Control",
"Linguee",
"Yandex",
"ScoutJet",
"ClickTale bot",
"cuil",
"Teoma",
"alexa",
"froogle",
"inktomi",
"looksmart",
"URL_Spider_SQL",
"Firefly",
"NationalDirectory",
"Ask Jeeves",
"TECNOSEEK",
"InfoSeek",
"WebFindBot",
"girafabot",
"crawler",
"www.galaxy.com",
"Googlebot",
"msnbot",
"Scooter",
"Slurp",
"appie",
"FAST",
"WebBug",
"Spade",
"ZyBorg",
"rabaz");
foreach($botlist as $bot) {
if(ereg($bot, getenv("HTTP_USER_AGENT"))) {
$retval = true; //we found a bot ![]()
}
}
return $retval;
}
Saw this earlier today when installing the Micro SD card from my Android device to my laptop – Double Sync tried to install itself… and I got this… nice! Has anyone used Double Twist? Any good?


Friday fun for the day – this guy has the sound of Ron Burgundy, some good friday fun from Old Spice.
A while back we posted out the worst camera’s of 2009 on Swansonager. Today, we were alerted by Liam over at Digital Camera HQ of their new Digital Camera HQ Grades the Trends of 2010. They’ve done a bang up job on covering everything from what we can expect to see in form of memory card format consolidation to HD quality video in cameras and the ever cool GPS (Geotagging Photo System). Digital Camera HQ provides some of the best, unbiased reviews of digital equipment and digital cameras. If you’re looking to see what 2010 is going to have in store for everyone in terms of new products, the best, the worst and everything in between, please take a read of the Digital Camera HQ Grades the Trends of 2010. Enjoy!
The 4 taped together iPhone… I mean iPad device is out and here’s the best use for it I can think of:
Yep, that’s right, take a look at what Facebook is doing to force their user’s browser to downgrade to IE7 processing. I’ve used this trick and it’s beautiful for testing backward compatibility to IE7 even if your development system has IE8 on it…
<meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7″ />
Just add this line of code:
<meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7″ />
…to the
section of your page(s) and you’ll be able to emulate IE7 from right inside IE8 – Enjoy:)Cheers!
It might be a piggy back on the uber success of the CareerBuilder.com Monk-e-mail, but it looks like E*Trade has their own version this year with Baby Mail – here are some outtakes from this years E*Trade Super Bowl 2010 spots…

This might be my favorite quote from the article about Facebook developing their own version of PHP
When we asked what he thought of this style of release – years of secretive development by two lonely coders, likely locked in a deep, dark vault – Crowley said it was typical.
“[Facebook] tends to do giant code dumps,” he said. “Facebook tends to build something big, use it, and open source it.”