The rewrite API can be confusing (to me at least). Remi Corson walks you through it on the WP Explorer blog.
SlabText – a jQuery plugin for equalizing line measure in headlines
Brian Krogsgard
Design
This is a slick jQuery script to make big, fancy, responsive headlines where each line has equal line measure. So it makes it like those posters we all love where the font size varies per line to make the measure…
I thought I knew about responsive design
Brian Krogsgard
Design
I thought I knew a lot about responsive design, but I learned a ton in this post by Paul Stamatiou. He recently redesigned his blog, and he goes into great length into how he did it, and what he learned.…
Introduction to WordPress Filters
Brian Krogsgard
Development
This short guide, aimed at beginner/intermediate developers, introduces WordPress filters, explains their basic use, and provides some examples on the topic of cheese sticks.
WordPress Gear: useful developer tools
Brian Krogsgard
Development
WordPress Gear is a "compendium" of useful developer tools for working with WordPress. I like what I see. h/t @paul_wp
It’s the information, stupid
Brian Krogsgard
Design
That's why people go to websites. My colleague, David Hickox, hits the nail on the head. Sliders are the latest craze, but, "they’re just the latest in a long line of misguided client fixations aimed at producing excitement and engagement…
How to Make Fields Read Only with Gravity Forms
Brian Krogsgard
Development
Using this snippet, you can make Gravity Forms fields read only, or greyed out, by simply applying a CSS class to the field, thus disabling user edits to the field: useful for displaying information.
Nevermind
Brian Krogsgard
Design
"Nevermind". A human, friendly example of nice messaging in a web interface. I love stuff like this. Also, I started reading this blog tonight because Tina Roth Eisenberg, the site's owner, did an interview with Jeffrey Zeldman on the Big Web…
Batch Resizing 45,000 images in WordPress (via the command line)
Ben May
Development
I wasn't able to find anything on the web about the problems faced with trying to regenerate the thumbnails for this many images at one time, so I solved my problem, and thought I'd blog what I did!
If you store WordPress code on Github think about your wp-config.php
Travis Northcutt
Development
tl;dr - put wp-config.php in your .gitignore file!
Reset
Austin Passy
Development
Run this query to reset all posts featured images to the first uploaded image in that post.
A week of visiting websites pretending to be blind
Brian Krogsgard
Development
As developers, we are still not doing enough to make the web accessible to all types of users. In this story, David Ball spends a week pretending to be blind on the internet. He learned some interesting things, but in…
Custom Post Types in WordPress themes: Best practice?
Tom McFarlin
Development
Matt explores the various ways to include various custom post types in themes and asks what's considered the best practice and why. Great opportunity for discussion in the comments.
Backbone.js, Underscore.js and why they matter for WordPress
Brian Krogsgard
Development
WordPress is transforming and you may not even know it. The project's largely been a PHP driven framework. According to Github, the code itself is around 85% PHP and 15% JS in WordPress 3.5. I can't find the reference right…
WordPress 3.5.1
Brian Krogsgard
Make WordPressSecurity
WordPress 3.5.1 is out. Some bug fixes, security fixes, and even a couple usability tweaks of the media manager. Go update. No reason not to do so immediately for minor updates.
We need better abstraction in programming with WordPress
Brian Krogsgard
Development
Tom McFarlin is always blogging fantastic things. This is another great one. He calls for developers to be more abstract in their WordPress code; in other words, to separate what goes where in a more logical, easier to repeat manner.…