How to Find a WordPress Job

If you're a WordPress freelancer, or if you are just looking for some pocket change earned thanks to your WordPress hacking skills, how are you supposed to get some homework to do? How to find your daily WordPress job? The mandatory thing to do is to subscribe to the wp-pro mailing list. A few times a day, people are posting…

Kaspars updated is fun plugin Baltic Amber (bringing some refreshing change in the WordPress backend with a set of new stylesheets) to make it fully compatible with my own Admin Drop Down Menu. He threw in some really nice subtle tweaks (see screenshot) that make the two plugins coexist very harmoniously. Good job Kaspars! :)

#

Javascript basename() and dirname()

For my next stuff I needed the Javascript equivalents of PHP functions basename() and dirname(). Nothing genius: < View plain text > javascript function basename(path) {     return path.replace(/\\/g,'/').replace( /.*\//, " ); }   function dirname(path) {     return path.replace(/\\/g,'/').replace(/\/[^\/]*$/, ");; } It obviously supports paths like /home/ozh/stuff.php, http://site.com/file.ext or double backslashed Win32 paths such as C:\\dir\\document.txt. Edit:…

FeedBurner and Netvibes: Doing It Wrong

Something seems to be broken between Feedburner and Netvibes. Yesterday, Planet WordPress was showing off a cool 1050 feed readers, and today the counter has dropped down to 267. After logging in Feedburner's control panel to check some stats, I found out that: Netvibes users are not counted any longer Netvibes user count used to be… odd. Stats from last…

ShareWP : Digg for WordPress

ShareWP is a digg-like site (using Pligg I think) dedicated solely to, obviously, WordPress. It seems fairly new (domain registered a few months ago, only a handful or registered users) and I think it has some potential: overall it's nicely done, and well focused on WordPress, a topic that other socialish sites such as Reddit or Digg seem to neglect.…

WordPress Podcasts

WordCast, "Just another WordPress podcast". Add this one to your to-listen list along with The WordPress Podcast and Jeffro's WordPress Weekly if you can't get enough of WordPress related podcasted news.