I recently found this great article about best coding practices for Speeding Up Your Web Site http://developer.yahoo.com/performance/rules.html
Best Practices for Speeding Up Your Web Site November 23rd, 2008 by Sheldon Lendrum
Detect iPhone / iTouch Orientation – Change In Your Code November 5th, 2008 by Sheldon Lendrum
I have been working on a template for an iPhone Library Application today, its pretty simple stuff, A search, Asynchonous paginated results with the full details on each result. It will be using FileMaker for its database, but currently I am searching a large PHP array for testing.
When displaying the full [...]
Javascript Password generation and strength testing. November 5th, 2008 by Sheldon Lendrum
While working on an online school application I came across the need to users to be able to change their passwords, I wrote a quick and dirty random pass script, then decided to see if I could figure out how hard it would be to test the strength of the entered password.
Ryan Stemkoski [...]
