iOS 5 Tips & Tricks

Now that you have iOS 5 installed, you should probably learn how to make the most of it. I’m compiling a list of all the tips and tricks related to iOS 5 that I find and I’ll keep updating as … Continued

How to Google search a specific website

If you want to Google search for something on a specific website you should add site: followed by the domain of the website you want to restrict the search to. For example if you want to search for UISearchDisplayController, but … Continued

Generating Passwords in ASP.NET

Yesterday I was setting up the password recovery functionality for an ASP.NET web app I’m working on and discovered the convenience method System.Web.Security.Membership.GeneratePassword. It takes two parameters – the length of the password and the number of non-alphanumeric characters. It … Continued