Posts

Showing posts from December, 2011

How To Make Codeplex Remember Your Password

Codeplex is an open source community site created by Microsoft, and it is also where I currently host the Farseer Physics Engine project. One of the problems I’ve always have had with the site, is the missing “Remember Password” checkbox for the Team Foundation source control login. The reason they are missing the feature, is that the client is actually using the credential manager inside Windows. Here is how you make it remember your password in Windows 7: Click Start Click Control Panel Click Credential Manager Click “ Add a Windows Credential ” Enter the following information: Internet or network address: tfs.codeplex.com User name: < Your Username Here > Password: < Your Password Here > Click OK and the Team Foundation client should never ask you again.

XNA and Farseer Physics Engine 3.3 Presentation at Nokia

Image
The slides and demos from the presentation at Nokia can be found here . Thanks to everyone that showed up!

XNA 4.0 Introduction

Image
The PowerPoint slides and XNA HelloWorld application from my talk at ITU can be found here . Thanks to Joe Kiniry for lending me a room to do the presentation.