Have you ever worn a 37.25 USD T-Shirt?

UPDATE: It took a while, but Google eventually refunded me. See my post about that.

Apparently, I am going to be the “proud” owner of a 37.25 bucks Google Desktop T-Shirt.

The same T-Shirt I was suppose to get for free from Google and apparently, If you are outside of the USA they will ship it ONLY in UPS Express.

For god sake, can’t you just USPS it? Normal Air Mail?! it will cost like $7.

[Read More]

Goolge are not so bad after all!

The saga of the geeky Google Desktop T-Shirt continues

Do you remember my rant post about not being able to order my free Google Desktop T-Shirt that I got after submitting a Google Search API .NET Wrapper?

I’ve decided today that I’ll go to the GoogleStore again and try again.

I got in, enter the coupon code and it work. Oh what joy!

Expect to see me with my Geeky Google T-Shirt rollering around Tel Aviv on my newly bought K2 Exo 4.0 Rollerblades (I’m still a rollerblades virgin, so you’ll probably see me more on my ass than actually roller blading).

[Read More]

Google’s Search APIs

I’ve been messing around lately with Google’s Search APIs including the Google Desktop Search (GDS) and Google Web Search (GWS).

This is part of some experimentations I’m performing in regards to productivity and search engine/applications.

I’ve wrapped both GDS and GWS APIs in a nice .NET assembly (source code in C#). Both of them have the same interface and can generate the result as a .NET DataSet, as an XMLDocument and return the raw format that is being returns from both GDS (string) and GWS (their result structure).

[Read More]