The easiest way to delete all the tables is dropping the database but sometimes we need to drop all the tables so we dont have to rebuild all the db and user permissions. This one line command line to do it mysql -u user dbname -p password -e "show tables" | grep -v Tables_in [...]
Optimizing varnish for wordpress wp-admin
Putting Varnish in front of any web server that’s hosting a WordPress site, gives immediately a boost to speed and performance.
How to install page speed to Firefox addons
One of the multiples factors that Google uses to rank a web page is speed. With help of Firefox addons we can run some performance tests to see how Page Speed of our site is doing.
A better future through the eyes of Eric Schmidt
One of the biggest motivations that anyone can find, its to believe that the things we are making today will improve our future somehow. Eric Schmidt, Chairman of Google, is a believer and speaks out in that way on the Mobile World Congress 2012.

