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:

Hotmail spotted in the wild

Just as we suspected, once we posted on “where’s Hotmail”, we started getting reports of sightings.  Thanks to LiveSide reader Graeme (who is getting his website at www.bitsticks.com running, should be up soon) we have some screenshots: And Graeme was able to confirm one interesting little bit of news: Apparently Windows Live OneCare has replaced TrendMicro as the virus scanner for Hotmail: In the old version, a Trend Micro logo would appear on mail, so it looks like the change has indeed taken place. Also Frederick at Read Write Web has a nice little article up , unlike us he’s been able
by Kip Kniskern on 29 Sep 2008, 04:31 PM with 30 comment(s) and 3,575 views

Browse by Tags

  • Creating a Web Messenger control from Scratch – Part 5

    In the last part of this series we covered customizing the Windows Live Sign-In Control and some of the new features that have been added to the API for this control. In this part we will cover some of the new features that are available for Users’ Contacts and the User him/herself.

    So now that you are able to sign-in to your messenger User Control, we want to display some information about who’s actually signed in.



    ...
  • Creating a Web Messenger control from Scratch – Part 4

    In the last part of this tutorial we covered the links and the new Show and Hide functionality of the Sign-In control. In this part, as promised, we will get to the customization options that are available to you with the Sign-In control.



    Taking a quick look at the Sign-In control API we see that there is a Style property. As with the links property covered in an earlier article, this is a getter that returns a class of type SignInControlStyle. So once you have got a reference to this class what does it offer you?


    ...
  • Creating a Web Messenger control from Scratch – Part 3

    In the last part of this series we added the necessary framework to put in the place the sign-in control and get it working.



    So now that you’ve got the sign-in control displayed in your User Control, what can you do with it? Well there are a few options that allow you customize certain parts of the control and get some default information. First off we’ll take a look at the Links collection :-

    ...
  • Creating a Web Messenger control from Scratch – Part 2

    Following on from the first part of this article where we managed to register Ajax classes and get a basic outline that we can play around with for our new messenger User Control, we come onto logging in to web messenger.

    The basic framework that we setup in part 1 easily allows us to play around with certain settings, styling's etc. As most people will no doubt be aware, Windows Live Messenger Client Wave 3 beta was launched last week, and our goal is get similar functionality in our User Control. There are a number of enhancements made to the Wave 3 beta, not least of which is visuals. Gone are the little MSN Men to be replaced by colors representing a users status. Green meaning that they are online, white offline etc. There are two modes for this, dots as shown in this image :-



    or the contacts picture with the color outline as shown here, next to the cheesiest grin I’ve ever seen by Angus Logan :-



    ...
  • Creating a Web Messenger control from Scratch – Part 1

    The preface to this little project is that at work I have been handed a project which is all about styling. Given the recent release of Windows Live Messenger Wave 3 beta, the new 2.5 API set and the customizations that you can now do with Messenger Client, I thought this would be a good opportunity to do a new Web Messenger control from scratch. There is a link there, believe me :)

    Anyway, in my previous dealings with Web Messenger I’ve built the control directly into the web page itself. This time around I thought I’d build a User Control so that it could be easily dropped into any page. This in itself brings about some problems of it’s own. ...
  • New Windows Live Photo Gallery API

    As we alluded to earlier , the Windows Live Developer blog over at http://dev.live.com has just posted about the new Photo Gallery API : Today, I'm pleased to announce a brand new, simple framework that enables developers to create photo and video...
  • 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. ...
  • The New Live Writer SDK

    In my previous post, I mentioned that the Live Writer SDK had been updated as well as Live Writer itself. In this post I will show you how to build a couple of quick plugins that use the new APIs, but first, what’s changed?

    The big thing to note is that all the API calls in the previous version of the SDK are unchanged; the changes have been additions to the SDK. So the main two new additions are two new plugin classes: PublishNotificationHook and HeaderFooterSource. This gives us four types of plugins: ContentSource, SmartContentSource, PublishNotificationHook and HeaderFooterSource. There are also a couple of other new smaller additions, like the TaskServices class that will let you perform a task in the background whilst still keeping the Writer UI in a responsive state.

    But this post is going to concentrate on those two new Plugin base classes, which you can see after the jump.

    ...
  • Windows Live Agents SDK Released

    The Windows Live Agents blog posted a couple of weeks back that a new version of the Platform and SDK was coming soon , and that day is seemingly upon us. In a blog entry that has just gone up on the WLA blog, the new SDK has been released . There have...
    Filed under: ,
  • 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.

    ...
  • Virtual Earth SDK 6 Released

    The Virtual Earth blog today announced the release of version 6 of its VE SDK. The new SDK is available online on MSDN as well as the interactive SDK on http://dev.live.com/ . To get the new version, all you need to is change your ashx link from http...
  • Windows Live Interactive SDKs

    If you want to get a start with some of the Windows Live SDKs, then it can be a daunting task. You could try looking for tutorials on the chosen SDK, or look at the examples that usually come with the SDK package. But with two of them you are actually provided with an interactive SDK that you can use and create your own code based on what you put choose. At the moment there are only two interactive SDKs, and they are provided for Live Search and Virtual Earth. Each one has its own advantages for usage, Live Search is a great starting point for your C# project, whether it be an ASP.NET project or a WinForms project; the Virtual Earth one is good for even the most basic of users, as it has the ability to let you put the code simply into a webpage and can easily give you, for example, a "Where are we" sort of page for your website.

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