February 2007 - Posts

5
Comments

VS.NET Macro To Group and Sort Your Using Statements by findleyd

I try to follow a coding standard for organizing my using statements. System.* goes at the top and then other namespaces grouped together like this: using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System...
Filed under: ,
6
Comments

Fix ReturnUrl When Sharing Forms Authentication with Multiple Web Applications by findleyd

Scenario: You have two web applications www.mydomain.com and login.mydomain.com. The login site provides a centralized login application and www contains any number of web applications that should use the auth ticket issued by the login site. The auth...
Filed under:
0
Comments

A VS.NET Macro to Generate Machine Keys. by findleyd

I needed to create a new machine key for an asp.net site. I found a couple of command line utils out on the web that would create a new key but I thought it would be easier to just have it avail in VS.NET. So, I threw together this little macro that will...
Filed under: , ,
0
Comments

LearnExpression.com is live. by findleyd

We recently launched our video tutorial site for Expression Web Designer . Dustin, our resident graphic artist is pumping out the video tutorials as well as designing the site using the tool. It's good to have some how to vids from a designers point of...
Filed under:
More Posts