nextwebgen.com

The Next Generation Web Now

Windows Live Teasers before Mix

Filed under: Web 2.0 News — Dion Almaer at 5:53 am on Friday, February 29, 2008

We are waiting for the big news at MIX, mainly revolving around IE 8. We have heard some reports from people who have IE 8 beta that the bugger is a bit of a disappointment, and that it hasn’t moved on too much from IE 7, but lets wait and see before passing judgement.

Today though, Dare Obasanjo posted a slew of Windows Live news on several APIs.

The big meta message is the fact that “Microsoft Standardizes on AtomPub”. Now I feel like it is time for me to open a pub in the valley and one in Seattle called “The AtomPub” ;)

On the JavaScript side we have the Windows Live Messenger Library where they implemented it in Script#:

The Messenger Library is written in C# and compiled into JavaScript using Script#. Messenger Library applications can be written in either C# (with Script#) or JavaScript. Messenger Library applications can be built using ASP.NET and ASP.NET Ajax, or they can be built independently of the .NET framework.

The code looks very C#-y:

JAVASCRIPT:

try {
  var hash = window.location.hash.substr(1);
  if (window.location.replace == null)
    window.location.replace = window.location.assign;
  window.location.replace(“about:blank”);
  var name = hash.split(“/”)[0];
  var win = null;
  if (name && (name != “.parent”))
    win = window.parent.frames[name];
  else
    win = window.parent.parent;
  if (win.Microsoft) {
         win.Microsoft.Live.Channels.Mux._recv_chunk(hash);
  }
} catch (ex) {
  /* ignore */
}
 

You can also use a high level widget to embed chat, which you can see on Dare’s space:

Windows Live Messenger

Share and Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • blogmarks
  • del.icio.us
  • De.lirio.us
  • digg
  • NewsVine
  • YahooMyWeb

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>