I got a refund! Woohooo!

A long long time ago on July 6th 2005 I’ve posted a rant post about how I’m so pissed at Google after I had to pay $37.25 to get a “Free” Google T-Shirt I won because I wrote the Google Search API .NET Wrapper. Well, now after 8 months I finally got a refund. It started as a strange Email I got from the GoogleStore saying something about my request being handled. [Read More]

My so called Google Desktop Search Plugin

If you remember, I talked in one of the previous posts about the Google Search API .NET Wrapper I wrote that includes a single coherent API for both Google Desktop Search (GDS) and Google Web Search (GWS)? I submitted it to the Google Deskop Search Plugin program almost a month ago and I just got an Email saying that it got in. You can check it out here. How lovely :-) [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]