echo __(‘I Hate Localizing My Plugins. How About Something Different?’);

Most of the time, I quite like coding WordPress plugins. Nonetheless, in the programming flow, there is something that I hate: all the localization process that takes place at the end of a project. That is, making sure I didn't hardcode a string that won't be translated, creating or updating the .pot template files ("OK, for the 1000th time, how…

How To Estimate a Programming Job

Interesting read of the day: How to estimate a programming job, when you have to quote for a client. I'm freelancing occasionally, depending on spare time and interest I have in the project I'm contacted for, and quoting is definitely the aspect that I dislike the most. I definitely will try to set a "quoting pattern" similar to the one…

Zenphoto, As Easy As 1 2 3

Zenphoto 1.2.3 is available. But why is this something that I'm highlighting, you may ask? A couple of years ago I went for Coppermine but I never really liked it, so I was recently looking for something fresh. I was pointed to zenphoto, which I immediately found much better. Still, while coding my custom theme, I encountered a number of…

My 6 year old son, Oscar, now knows about Santa Klaus. I wonder how long I should wait before I give him away the God thing, too.

#

When Was This Function Added Or Removed From WordPress?

Getting to know if a function is deprecated, when it was introduced or when it was dropped is important for coders who want to maintain plugins and theme through several WordPress versions. For them, I've updated my WordPress Functions Implementation History Tool Now covering 45 versions of WordPress through 0.7.1 to 2.7 and more than five years of WordPress history!