-
Create an ePub out of a Category on your Site
Still under development. It doesn’t handle images yet. Hence not publishing to the WordPress plugin repository. However. It WILL create an ePub of all the posts in a category when you save a post. If you have images in your posts then the ePub will open fine, it just won’t validate at http://validator.idpf.org The code…
-
Multilingual Coding
So I’m with a relatively small team. That means that I get to do things I wasn’t strictly hired to do. I do tech support, customer support, I’m technically a Front-end Developer but now am getting pretty strong with my Back-end skills. All-in-all working with a small team is a great way to explore your…
-
The Importance of Safari’s Reader Button
With the rise of the new “Retina Display” monitors screen resolution is now minuscule. With is awesome for watching HD movies and browsing HD photos, but reading… is difficult. In the past I found myself clicking CMD+ on most sites just so I could comfortably read the screen. But that’s usually a bad idea of…
-
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 onto your site to see all the errors your code is making. The problem is…
