Home Interviews Developers Our View Forums Blogs We Like The List

Get Windows Live Wave 3!

Windows Live Windows Live

Tag Cloud

Clustering with the VE ASP.NET control

Click here to play this video

Widgetbox Widget

Featured Article:

Live Search comes to Facebook with custom search page

Mashable just spotted the new implementation of Live Search integrated into Facebook.  According to Mashable:

The implementation is fairly straightforward: in the search box on the top right of Facebook, which is also used for quick access to your friends’ profiles and intrasite search, there is now an option to “Search the Web,” which in turn triggers a query of Microsoft Live Search. Results then display within a custom interface designed for Facebook.

by Kip Kniskern on 07 Oct 2008, 02:08 PM with 5 comment(s) and 845 views

Browse by Tags

  • 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.

    ...
  • 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.

    ...
  • Download Windows Live Tools for Visual Studio 2008

    When I interviewed Angus Logan and Danny Thorpe at MixUK back in September, we were told about a new toolkit that would be coming for Visual Studio that would be very similar in design to the Facebook toolkit that Microsoft released. Well the time has...
  • 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 Web Authentication Is Final

    The web authentication SDK for Windows Live ID has hit version 1.0 today and is now available for download , according Angus Logan's blog post . This means that websites can now easily integrate the Windows Live ID login to their site to take advantage...
    Filed under: ,
  • 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.

    ...
  • Windows Live ID - Part 2 - Membership Provider

    In the first part of this article I explained how to integrate Windows Live ID into your own web site, how to call it and what information it returned and how to access that information.

    Now that is all fine and well but if you're using ASP.Net 2.0 (and above) and you want to take advantage of the inbuilt memberships, roles etc. the information returned from Live ID doesn't make this easy on you. So how do you do this? Well there are a number of different ways to do this but possibly the easiest is to create your own MemberShip provider and use to store and access the information.

    In this article we will be building a Membership provider that you can call with the very basic information that Live ID returns to you (basically the only useful thing it returns is a static ID string that will always be consistent for your registered web site.

    ...
  • Windows Live ID

    This article will be the first in a short series on incorporating Windows Live ID authentication services into your web site. Windows Live ID authentication services enables you to incorporate Passport authentication into your own Web sites. It also enables web sites to store personalized data and settings for customers by providing them with a unique ID for each Windows Live user who signs into your web site. The unique ID provided to the site is specific to the site in which the user is logging in and this protects the users credentials be delegating sign-in to the standard Windows Live ID sign in page. Users are additionally protected so that Windows Live ID profile data is not shared with the your web site. It also has the added benefit from the users perspective that one authentication mechanism, in this case Windows Live/Passport can be used for whichever site they visit (that incorporates it) and therefore they only have one username and password to remember and know that this information is safe. ...
  • Windows Live Data SDK and more

    I'm Chris Weeïnk, a Microsoft MVP Windows Live Developer, and this is my first blog post here at LiveSide. I've been around in the Windows Vista and MSN/Windows Live communities for a while and I primarily focused on helping developers in those...
  • Writing A Quick Application That Uses Windows Live ID

    With the release of the Windows Live ID SDK comes the ability to add the trusted security of Windows Live to your application, but how much work is needed to actually get this functionality into your program? Turns out, not a lot. In fact, for just getting a working sign in window and a message to show that the user is authenticated, it only requires about 5 lines of code that you need to write. Here I will show you how to add basic functionality to your program to give you a quickstart with using the SDK.

    I'll assume at this point that you have already downloaded and installed the SDK....
Powered By Community Server Themed By nb development
Copyright © 2006-2008 LiveSide All Rights Reserved
Microsoft, Microsoft logos, Windows and Windows Live are trademarks of Microsoft Corporation.