Archives for: July 2007
Microsoft Surface Revisited from Another Angle

This is just funny. Very sarcastic view of the Microsoft Surface.

By Justin with 1 comment
User Roles in ASP.NET 2.0

So today I was working on a project where I needed to allow for certain users to access a site but no one else. Seems simple enough but logic goes out the window with this.
I had this which made sense to me. Deny everyone first, then add the roles that I wanted to have access:
<system.web>   <authorization>      <deny users=”*” />      <allow roles=”Role 1″ />      <allow [...]

By Justin with 1 comment
Pownce Invites

Hey everyone. I have 10 Pownce invites so if you want one, email me. First come, first served.

By Justin with 0 comments