1 Jun
2012

Building IG Outlook Part 4 – Creating Custom Region Adapters

This is the fourth video in a series that will take you step-by-step on building a Prism application that mimics Microsoft Outlook.  In this video we create custom region adapters for the Infragistics XamRibbon and XamOutlookBar controls that are defined as regions in our application’s shell. The code you really care about are the two […]

Read More
31 May
2012

Building IG Outlook Part 3 – Creating the Mail Module

Category:UncategorizedTag: , , , , , , :

This is the third video in a series that will take you step-by-step on building a Prism application that mimics Microsoft Outlook.  In this video we will create the first module in the application called the Mail module.  We concentrate on just stubbing out the module project, creating a module catalog, adding the Mail module […]

Read More
30 May
2012

Building IG Outlook Part 2 – Creating the Shell

This is the second video in a series that will take you step-by-step on building a Prism application that mimics Microsoft Outlook.  In this video, I walk you through creating a shell for both the WPF and Silverlight platforms.  This is a relatively short video, because shells are just so stinking easy.  The only concept […]

Read More
15 May
2012

Taking Toddler Steps with Node.js – Passport

Recently I added Twitter authentication to TrackMyRun using a library called Passport. I was pretty impressed how smooth this all went as I completely neglected all security concerns from the get go, which is definitely not recommended by the way. For this post I?ll walk you through the process of setting up Passport for Express […]

Read More
3 May
2012

Nancy : Now with Mono builds on every commit

We?ve always tried to make sure that Nancy being able to run on Mono for every new release we put out. Since neither me or @Grumpydev use Mono or MonoDevelop as our primary development environment, nor does a lot of our contributors, we?ve always found ourselves having to play ?mono-catch-up? at the end of each […]

Read More
25 Apr
2012

Building IG Outlook Part 1–Setting up the Prism Application

Category:UncategorizedTag: , , , , , :

This is the first video in a series that will take you step-by-step on building a Prism application that mimics Microsoft Outlook.  This video covers how to setup a multi-platform Prism application that targets WPF and Silverlight.  I show you how to setup your directory structure, as well as the solution/project structure inside Visual Studio.  […]

Read More