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
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
position: relative doesn’t work for <td> in FirefoxThe Problem While working on a new page for a client this morning I discovered that relative positioning doesn’t work for td elements in Firefox. The page required a three column grid of products and on the bottom of each … Continued
Creating text file attachments for email is a programming skill that’s simple but very useful to know. If you need a simple way to share or export data from your app this is as easy as they come. First, start … Continued
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
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