Thursday, March 09, 2006

I had a hard time at first wrapping my head around the purpose of the new Origami initiative from Microsoft. That was until BetaNews posted that Sling media would be developing for the Origami and it all began to make sense.

I tunnelled over to Channel 9 and took a gander at the Origami first look – love the stand BTW – and it is all becoming clearer now.

Sling Media to Develop for 'Origami' PC:

Not far behind Thursday's announcement of the Ultra-Mobile PC by Microsoft, Sling Media said it would begin offering a customised version of its SlingPlayer software for the platform. The company says it sees the new market as an ideal solution for portable entertainment.

[Via BetaNews.Com]

Tag: Origami Microsoft Mobile

posted on 3/9/2006 2:30:35 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
  • Blog reactions
  • Chris Breisch posted these great how to links for .NET developers.

    How Tos for .NET:

    A great set of “HOWTO”’s from the p&p group at Microsoft.  They cover quite a bit of territory:

    [Via Chris Breisch]
    posted on 3/9/2006 1:10:39 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
  • Blog reactions
  •  Tuesday, March 07, 2006

    Here is my take on what your Cingular’s Real Enabled phone will look like in service:

    Bufferphone

    You should get used to that little green “Buffering line”.

    I also foresee the following feature set:

    64 MB flash… Wait it’s Real, you can’t really save the video… let’s make that 16MB.
    1.5 GB of RAM… Remember, it’s Real player. I think this should be enough.
    3 Midi files (all stored on the internal 16MB flash card) – “You lost that lovin’ feelin’”, “Waiting on a miracle” and “Axel F” for you to listen to while buffering.
    A custom WAP home page with three links to the three sites that still encode ANYTHING in Real.

    The new portalet will be called “PluralCingular.com”, because that name makes about as much sense as partnering with Real for this type of technology.

    Via: BetaNews | Cingular Taps Real for Video Service

    Cingular on Tuesday announced the availability of Cingular Video, a free service to subscribers of its high-speed data network. The deployment, which is the first commercial use of RealNetwork's Helix technology, would be available in the 16 markets currently served by the carrier's 3G UMTS/HSDPA network.

    posted on 3/7/2006 4:15:30 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
  • Blog reactions
  •  Thursday, February 23, 2006

    I just took a look at the new Google Page Creator Beta. The html editor implementation is top notch and it appears, at least from the help section, that publishing pages using Google page creator ensures that your content is spidered within a few hours – instead of a few days, weeks or months.

    4. Will the pages I create show up in search engine results?
    The pages you create can be crawled by Google within a few hours of publication. Other search engines may also index your pages as they periodically crawl the internet.

    5. Will Google give preferential treatment to web pages created with Google Page Creator in Google search results?
    No, we won't. Web pages created using Google Page Creator will never receive any preferential treatment of any kind in Google search results.

    You are allowed up to 100 MB of storage for images, but there is some chatter about a restrictive TOS. I haven’t had a chance to comb through it yet, but will try to post more if I find anything.

    The only thing that I can really find in their TOS that is the least bit restrictive is the following:

    By submitting, posting or displaying Content on or through Google services which are intended to be available to the general public, you grant Google a worldwide, non-exclusive, royalty-free license to reproduce, adapt and publish such Content on Google services solely for the purpose of displaying, distributing and promoting Google services. This license terminates when such Content is removed from the Google service to which you originally submitted. Google reserves the right to syndicate Content submitted, posted or displayed by you on or through Google services and use that Content in connection with any of the services offered by Google.  Google furthermore reserves the right to refuse to accept, post, display or transmit any Content in its sole discretion.

    Which doesn’t seem any more restrictive than any other free web hosting (or even blog hosting) TOS agreement around. In fact, I expected that my site would at least have some contextual advertising, given Google’s business model, but so far I haven’t seen a bit. There is this in the TOS regarding advertising:

    Some Google services are supported by advertising revenue and may display advertisements and promotions on the service. The manner, mode and extent of advertising by Google on its services are subject to change. You agree that Google shall not be responsible or liable for any loss or damage of any sort incurred by you as a result of any such dealings or as the result of the presence of such advertisers on Google services.

    So potentially there will be advertising on the web sites. If there is adsense displayed, I wonder if it will be credited to my own adsense account?

    One more potential pitfall. The domain name used for the page is gmailaccountname.googlepages.com – IMHO, I would think that this would give harvesters easy access to gmail account names. This may not be a big deal considering that 1) Google has AWESOME spam filtering and 2) somehow or another they get my email address anyway.

    Via Digg – Google releases new Page Creator

    "Google Page Creator is a free online tool that makes it easy for anyone to create and publish useful, attractive web pages in just minutes." Looks good to me!

    posted on 2/23/2006 5:23:00 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
  • Blog reactions
  •  Wednesday, February 22, 2006

    This is just gross…

    A middle school student in South Florida discovered, in a school science project, that ice from fast food restaurants contains heavier concentrations of harmful bacteria than the toilet water in the same store (70% of the time).

    I guess that points to the fact that the water for ice making, etc… is handled more than the water that fills the john. This would make me phobic not just of the ice, but of all food handled in the same manner as the ice. Yuck!

    I used to get my dog a burger when I would drive through McDonalds or Burger King, but now I guess I’ll just start letting him drink out of the toilet again.

    AOL News - Fast-Food Ice Dirtier Than Toilet Water

    Jasmine Roberts never expected her award-winning middle school science project to get so much attention. But the project produced some disturbing results: 70 percent of the time, ice from fast food restaurants was dirtier than toilet water.

    posted on 2/22/2006 10:17:10 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
  • Blog reactions
  •  Friday, February 17, 2006

    Stanley Burrell (M.C. Hammer… I mean Hammer) paid the YouTube guys a visit in this video. Just a few items of note…

    • Hammer looks much more… umm…  different… than he did in the late 80’s, early 90’s.
    • Mike the technician didn’t take his eyes off his LCD when he shakes Hammer’s hand… Commitment.
    • I still don’t quite understand what Hyphy, Thizz and Krumping are (is?).

    Can’t touch this. Maybe I’m just a little 2 Legit…

     

    posted on 2/17/2006 11:25:55 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
  • Blog reactions
  •  Wednesday, February 15, 2006

    Leslie Sanford has written a framework and tutorial on implementing State Machines in .Net. She provides an solid and well written set of base classes for implementing your own state machine in your applications.

    A .NET State Machine Toolkit - Part I - The Code Project - C# Programming (update link)

    This is the first of three articles about my .NET State Machine Toolkit. This article will cover the classes that make up the core of the toolkit as well as how to create a simple, flat state machine. Part II will cover creating hierarchical state machines as well as some of the more advanced features. Part III will cover code generation as well as creating state machines with XML. Special thanks to Marc Clifton for suggesting how I could break up my article into several parts. I had been struggling with this, and his suggestion made things clear. Thanks, Marc!

    posted on 2/15/2006 4:09:02 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
  • Blog reactions