Tuesday, August 28, 2007

Just dial 1-800-466-4411 and you're connected to the Google voice search technology. Just say your city and state, and then say the name of the place you're looking for, or a category like 'Home Improvement Stores'. The Google voice search service will repeat all of your input so you know it's correct. Once you've decided on a match, or if it matches your criteria exactly, it will connect you to the business/person for free. You can just say "SMS" or "Text Message". Before I could even put my phone down, a SMS message was delivered with the following information:

image"Bethany Village Grill"
503-533-7736
4876 NW Bethany Blvd. #L1
Portland, OR 97229
Google Map Link that linked it to a map!

Tuesday, August 28, 2007 1:46:17 PM (Pacific Standard Time, UTC-08:00)  #    Disclaimer  |  Comments [0]  | 
 Monday, August 13, 2007

This screen protector is simply the best I've ever used. Over a month of use, in and out of my pockets several times per day, and not a single sign of impending failure. No peeling, no scratches, nothing wrong. This thing is as clear as day one.

Monday, August 13, 2007 9:42:32 PM (Pacific Standard Time, UTC-08:00)  #    Disclaimer  |  Comments [0]  | 
 Wednesday, August 08, 2007

Sounds really simple huh? I was creating a little tray application that did some screen scraping of HTML pages.

I ended up with a large string (scraped HTML data) that I needed to display on a Form.

This is what I came up with, use the WebBrowser control, but it does not take a string as input, I ddin't really want to save the string to a file on the disk.

   this.webBrowser1.Navigate("about:blank");
   HtmlDocument doc = this.webBrowser1.Document;
   doc.Write(strHtmlString);

Works like a charm. If this is a dumb way to do this, please comment and tell me a better way.

Wednesday, August 08, 2007 9:42:48 PM (Pacific Standard Time, UTC-08:00)  #    Disclaimer  |  Comments [1]  | 
 Tuesday, August 07, 2007
play video stop video indicatorhandleamount downloaded toggle sound launch in external player
Launch the streaming media file
Tuesday, August 07, 2007 6:18:33 PM (Pacific Standard Time, UTC-08:00)  #    Disclaimer  |  Comments [1]  |