All you need to do is implement OpenID…

We have created a Single Sign On (SSO) solution for a client with a multitude of websites. Many of them with each their own login solution. The basis for the SSO solution is OpenID, so we have created an OpenID Provider. Now, often when a new website joins the SSO solution, we find that telling a [...]

Tags: ,

N2CMS, TinyMCE and cufon

Problem On http://www.leanonme.net/ we use cufon to create text with special stylized fonts. This presents a challenge in cases such as the one above, where the content editor should be able to mix regular font with cufon-enabled font. We have solve the problem by integrating custom formatting directly in the TinyMCE editor, which N2CMS uses [...]

Tags:

WP7 getting started (6) – Make your application come alive

This is the fifth in a series of blog posts describing how to get started with Windows Phone 7 development. It is written based on my own experience getting started with Windows Phone 7 development. The previous entry, where I demonstrated how to use databound controls in xaml based webservice is available here. The purpose of [...]

Tags: , ,

WP7 getting started (5) – Using databound controls

This is the fifth in a series of blog posts describing how to get started with Windows Phone 7 development. It is written based on my own experience getting started with Windows Phone 7 development. The previous entry, where I demonstrated how to retrieve and data from a REST based webservice is available here. In that [...]

Tags: , ,

WP7 Getting started (4) – Displaying data from webservice

This is the fourth in a series of blog posts describing how to get started with Windows Phone 7 development. It is written based on my own experience getting started with Windows Phone 7 development. The previous entry, where I demonstrated how to store and retrieve view states between application deactivation and activation is available [...]

Tags: ,

WP7 getting started (3) – Lifecycle management

This is the third in a series of blog posts describing how to get started with Windows Phone 7 development. It is written based on my own experience getting started with Windows Phone 7 development. The previous entry, where I created a simple app for collecting feedback on how a presentation went is available here. Application [...]

Tags: ,

WP7 getting started (2) – A simple application

This is the second in a series of blog posts describing how to get started with Windows Phone 7 development. It is written based on my own experience getting started with Windows Phone 7 development. The previous entry about installing the tools is available here.  Idea for an app The app I’d like to create [...]

Tags: ,

WP7 getting started (1) – Installing tools

This is the first in a series of blog posts describing how to get started with Windows Phone 7 development. It is written based on my own experience getting started with Windows Phone 7 development. The purpose is both to help others get started but also to show how simple it really is, to get [...]

Tags: ,

Backing up a boot camp partition

As a .Net developer using a MacBook Pro as my development machine, I plan on using Windows 7 installed on a Boot Camp partition. That way I can either boot into Windows directly for maximum performance or use VMWare Fusion to get the best of both platforms. After a few initial days of work, I’ve [...]

Tags: , , ,