March 2011
1 post
Beginning Android for iOS Developers; or, How to... →
Great intro to Android development
Mar 9th
February 2011
4 posts
Smallest DOMReady code, ever. →
Feb 24th
What are the scaling issues to keep in mind while... →
Great answers to this question on Quora - interesting comments too
Feb 15th
Securing MySQL Networking
The simplest method is to add the following to my.cnf: skip-networking Which disables network access completely. This is often fine if you can do everything you need over a unix socket. If not you’ll want to ensure that only certain machines can make a connection. The quick and easy way is to add the following to my.cnf: bind-address=127.0.0.1 But you can only add one address, which...
Feb 11th
google-authenticator - Project Hosting on Google... →
Feb 11th