Archive for May, 2009

Filed in: ,
Posted On: 2009 / 05 / 31

Update: Lorelle in the comments has a totally different interpretation on "merging". Much less exciting to be honest :) Update 2: Jeffro got some clues from Donncha. Bottom line: Merge, as anticipated at first. Yay! The hot scoop of the day is, as announced by Matt at WordCamp SF, that WordPress and its multi-blog flavor, […][...] → Read more

Filed in: ,
Posted On: 2009 / 05 / 14

Something to watch: EasyWP is a one-file script that downloads and unzips latest WordPress build on your web server (so the average Joe doesn't have to download the archive, unzip on his computer, and then upload everything). The file is rather immature at the moment (using only fopen(), needing Zip PHP extension, these things) but […][...] → Read more

Filed in: ,
Posted On: 2009 / 05 / 07

Encoding an array to JSON is dead easy on PHP 5.2+: you just use PHP's function json_encode(). The thing is, WordPress has pretty loose requirements and is designed to run on older PHP builds. For those, you need a third party library that will encode to (and decode from, if you need) JSON. The cool […][...] → Read more

Filed in: , ,
Posted On: 2009 / 05 / 05

I've just read on TechCrunch the announcement about awe.sm, a service that sells custom URL shorteners (a la TinyURL) for your own domain. That's funny: I've been using my own private URL shortener for about a week now (notice the "shorter link" mention at the top of this post). The script I'm using is based […][...] → Read more

Filed in: , , ,
Posted On: 2009 / 05 / 05

In the upcoming WordPress 2.8 there's an interesting function set meant to help authors manage their plugin custom options. In a nutshell: whitelist your options, define how you want them to be validated, and just lean back and rely on the API to handle everything for you. Your new best friend is function register_setting(), and […][...] → Read more

Filed in: , , ,
Posted On: 2009 / 05 / 04

If you're a WordPress freelancer, you already probably have your regular web sources for your gigs (and if you don't, do read How to find a WordPress job right now). Did you know that Twitter was also a fine potential source of information for your next project ? Here are three Twitter users that you […][...] → Read more