- my Application is a HTML template for a landing page for your iPhone application
- Best Practices for OAuth is a post from the Yahoo! Fire Eagle team on how to correctly implement OAuth. Covers the fact that you should not use embedded web views when trying to perform authentication.
- So You'd Like to Send Some Email (Through Code) via Coding Horror covers some of the important bits you need to setup before thinking of unleashing your mailing system onto the world. Or of course you could just use the hosted solutions via API's.
- webkit2png is a command line tool that creates png screenshots of webpages
- Mastering Javascript Arrays is an excellent resource, filled with lovely examples, on how to deal with Arrays in JavaScript.