A bug in Google Calculator?

Written by

1

Google Calculator lets you enter a mathematical calculation in the search bar, and will return the result. Apparently, Google Calculator has some trouble handling arithmetic between large numbers. I found it particularly amusing that Google bungles some calculations involving a googol, a number equal to 1 x 10^100. This CNET article dives a little deeper [...]

Read More

Abalastow compendium SEO competition

Written by

7

Dan Grigsby is running an SEO competition at the U of M. The point of the competition is to see who can get the first Google search result for the phrase Abalastow Compendium. I’ve always wanted to play that game, and I’m getting a kick out of seeing how the students approach this problem. One [...]

Read More

Best Buy's Remix API

Written by

1

Best Buy announced their Remix platform that provides open APIs. Outside Web developers can now draw on any information from the Best Buy Web site – product specs, prices, photos, user reviews &ndash and port it over to their own sites. Pretty big news for a large retailer, but hopefully an indicator of the direction [...]

Read More

Giftag (and the Bust Out t-shirt) at DEMO

Written by

2

Gary, Steve, and Curtis showed off Giftag at the DEMO conference on emerging technologies. Gary, like the studly champ that he is, also sported the soon-to-be available Bust Out t-shirt. Giftag is available now, and the t-shirts will be available shortly.

Read More

Giftag. An Emerging social shopping platform.

Written by

1

For the past several months I’ve spent some time working with the team at Best Buy on Giftag, an online gift registry and social sharing application. Giftag has recently been gaining the attention of the larger media, and tomorrow Gary Koelling and Steve Bendt are presenting Giftag at DEMO 08. Congrats to the Giftag team [...]

Read More

Mysqldump example

Written by

5

For some odd reason, I always forget the stupid syntax for mysqldump. There are a bunch of options that you can use with this program, but if you just want to grab a simple dump of your database, use this command: mysqldump -u[user] -p[password] [databasename] > dumpfile.sql

Read More