Web Development

I come across random techniques while working and decided to start blogging them... For me to find later, for others who may need them and with the hope to get some feedback.

WordPress postmeta is useful, but be careful

The add_post_meta, delete_post_meta, update_post_meta, and get_post_meta functions are really useful. It’s the perfect place to store information about a post. Many plugins take advantage of this storage for determining whether a specific post/page needs the feature they are providing or

How to Convert Docx to HTML

My #awesome twitter followers implored that I post this weekend. So here goes! For my current side project I needed to allow a user to upload a docx file and then continue editing it from their WordPress dashboard. I chose

How to Debug WordPress

I recently stumbled across this nifty gem in the WordPress Codex: Debugging in WordPress. Basically, php has ways to suppressing errors, and by default WordPress will do this for you as well. Why? Well, you don’t want everyone who stumbles