March 2011
1 post
Beginning Android for iOS Developers; or, How to... →
Great intro to Android development
February 2011
4 posts
Smallest DOMReady code, ever. →
What are the scaling issues to keep in mind while... →
Great answers to this question on Quora - interesting comments too
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...
google-authenticator - Project Hosting on Google... →