Home Interviews Developers Our View Blogs We Like The List

Latest Comments

Featured Article:

Windows Live Hotmail Wave 3: What’s New

Thanks to some great work by tophtucker and then BV2312, we managed to catch the new Windows Live Hotmail promotion site as soon as it popped up today. What we love about this site is that it has gone public with some of the changes for Windows Live Hotmail that are coming up in the Wave 3 beta. Here's the summary: Speed: The coming soon page says that for broadband users, the new Hotmail will be up to 70% faster on sign in (50% for non-broadband users). That's a pretty big claim, and one which should provide for some interesting testing once the beta is open to the public. Ever-increasing
by Chris on 26 Aug 2008, 07:41 AM with 25 comment(s)

Browse by Tags

  • Windows Live Messenger Library v2.0 API released

    A couple of weeks ago the windows live team released the next iteration of the Windows Live Messenger Library API. Having listened to user comments, one of the biggest requests was the ability to return user pictures so that your messenger experience could be like that of the actual Messenger client...
  • Cheap and Easy Online Helpdesk

    A lot of professional sites are now including a means of real time chat as part of their helpdesk sites. MSDN has their online concierge service, Dell has an online help, AT&T etc. So how do you do this type of thing within your own web site? Well thanks to the Windows Live Web Messenger API it's actually quite easy to do.

    In previous articles I've covered how to incorporate Windows Live Messenger into your own site. This article simply takes that process one step further by allowing you to host your own online Helpdesk chat system.

    The code in this article is actually very similar to the code in the previous articles I've posted and so I won't be going over all the functions again, instead I will point out the differences between this application and the previous one. ...
  • Windows Live Messenger Web Controls - Part 2

    Hopefully you will have read and followed the code from the first part of this article. The first part covered most of base functionality including how to sign in, get the users details and get their contact list. What is left is how to actually carry out a conversation with a contact. If you remember from the first article, in the signInCompleted event handler we defined three delegates to handle various events. The first part of this article talked about the first two of these delegates, and that leaves the last one to talk about :-

    ...
  • Windows Live Messenger Web Controls - Part 1

    The Windows Live team have been busy over the past few months and recently launched the Windows Live Messenger APIs. This is basically split over three parts, the IM Control, the Windows Live Presence API and the Windows Live Messenger Library.

    What all this allows you to do is to create a Windows Live Messenger plug-in for your own website. What this (and coming articles) will try to explain is how to use these API's to actually create and integrate Messenger on your site as you can see below.

    ...
  • JSLint adds supports for Windows Vista Sidebar Gadgets

    You've heard me stress in the past the importance of writing good JavaScript, especially when it comes to the complex code that makeup a Windows Vista Sidebar gadget. You've also heard me preach that you should always lint your code . In the August...
  • Microsoft's lack of sticking to standards rears it's ugly head again

    I was going to do a short article on how easy it is to extract information and generally mess around with Windows Live Spaces blog posts in your code using LINQ, however due to Microsoft's lack of sticking to standards, this has become impossible...
  • .Net Framework 3.5 sourcecode now available

    As this affects (potentially) all aspects of development on the Microsoft .Net platform, whether it be adding plugings to Windows Live Writer, writing your own websites incorporating many of the Windows Live API's that have been published or maybe...
  • Tafiti Search Visualization - Overview

    If you head over to Codeplex you will find a number of Contoso Quick Applications posted there. Each one demonstrating various aspects of the Windows Live platform and showing you a "real world" style application that makes use of them, along with the source code so that you can easily apply the various techniques to your own web site.

    Today another web application has been released. The focus of this application is Silverlight and Windows Live Search. This short article will give you a quick overview of it's main features without doing a "deep dive" into exactly how it works.

    The Context

    Most people that I've known can relate to this.  You come across a problem and you need to do some online research, say for example, how to integrate Windows Live ID in with your web site. So you hit the Internet and start doing some searches, you find bits of information of one web site, some bits on one blog post, some bits on another. Then you want to find some images for a login and logout button. So you've got all these web sites that you need to remember where the information is and you possibly may also need to share you're research will a fellow worker that's working on the project with you.


    Well this is where Tafiti comes in. Tafiti, which means "do research" in Swahili, is an experimental search front-end from Microsoft, designed to help people use the Web for research projects that span multiple search queries and sessions by helping visualize, store, and share research results. Tafiti uses both Microsoft Silverlight and Live Search to explore the intersection of richer experiences on the Web and the increasing specialization of search. Tafiti is also available as a standalone site for those that don't want to dig into the code and just use or sample the application first hand, just head over to Tafiti.com.

    ...
  • Add Silverlight to Sharepoint 2007

    Recently I was asked how to display Rich media (mainly video) in Sharepoint 2007 by our communications department. This shouldn't be too hard to do so time to whip up a quick demo/proof of concept to make sure that it in fact can be done, and what better way than to create a custom web part that embeds Microsoft's Silverlight.

    Adding Silverlight to your web application is easy enough so it shouldn't be too difficult to do in Sharepoint 2007 either. There are a few different files that you will need in order to do this however, a couple of Javascript files, a XAML and of course your custom web part.

    So kick off Visual Studio and lets get cracking.

    ...
  • Microsoft releases Volta Tech Preview

    Today, Microsoft announced the availability of the Volta Technology Preview. Volta is a toolset that allows to developers to split their application easily into different client and server parts. This decision is usually taken very early in the design...
  • Windows Live Quick Apps – Contoso Bicycle Club Part 3

    Welcome back to the third part of our deep dive in the Windows Live Quick Apps Website featuring the Contoso Bicycle Club. In this part we’ll take apart one of the main JavaScript function calls that this web site uses, updatePage.

    This is the main routine in the application and the one that controls the content for the main area of screen.

    ...
  • Windows Live Quick Apps – Contoso Bicycle Club Part 2

    Welcome back to the second part of our deep dive in the Windows Live Quick Apps Website featuring the Contoso Bicycle Club. In this part we’ll take a look at another custom user control found on the home page, the Latest Rides feed.

    This control is like the previous control we took apart in the first part of the deep dive, but with some changes to that manifest themselves into what looks like a completely different control.

    ...
  • Windows Live Quick Apps – Contoso Bicycle Club

    The Contoso Bicycle Club is a demonstration website put together to show off a number of Windows Live technologies and how easy it is to integrate these technologies into your own websites. The source code for both this web site and a second web site entitled Contoso University are available for download from CodePlex.

    One note before we proceed any further. Both of these websites are written to run with Visual Studio Orcas (Beta 2 and above). Both applications also use Asp.Net Ajax and the Contoso Bicycle Club also requires the Asp.Net Ajax Toolkit. Both Asp.Net Ajax, the Toolkit and also Asp.Net Ajax Futures are freely downloadable from here.

    In this deep dive series, we will take apart the web application and explain in detail exactly how it was put together.

    ...
  • Overview: Professional Windows Live Programming

    Wrox is about to release a book by Jon Arking titled "Professional Windows Live Programming". As a Microsoft MVP, I was fortunate to get a pre-release copy. The book does a good job highlighting the many services that makeup Windows Live, including...
  • Windows Live ID - Part 3 - Putting it all together

    In the previous two articles I showed you how to use the Windows Live ID login control in your web site then we developed a custom Membership provider so that you could hook Windows Live ID in with asp.net's build in user management features. This article will show you it's easy to hook these things together.

    A lot of the code you in this article should be familiar to you by now, it really is just a case of hooking them together.

    ...
Powered By Community Server Themed By nb development Feedburner Feeds
Copyright © 2006-2008 LiveSide All Rights Reserved
Microsoft, Microsoft logos, Windows and Windows Live are trademarks of Microsoft Corporation.