Archive for the 'Code' Category

Anonomize Non-Public WordPress User Data

Tuesday, October 11th, 2011

If you need to remove non-public user data from a WordPress database, these SQL queries should do the trick for you:
View the code on Gist.
Note that if you have plugins, etc. that store additional user data in user meta you might need to clear those o…

bbcurl: view source in BBEdit

Thursday, August 18th, 2011

A super simple bash function for opening the source of a URL in BBEdit.
View the code on Gist.
Enhancements/improvements gladly accepted.