SELECT DISTINCT * FROM wp_posts , wp_post2cat WHERE post_date <= '2008-11-22 04:08:01' AND (post_status = 'publish') AND wp_posts.ID = wp_post2cat.post_id AND wp_post2cat.category_id = 61 AND wp_posts.post_category!='66' GROUP BY wp_posts.ID ORDER BY post_date DESC LIMIT 0,15
A number of the articles I’ve written are part of an ongoing series on a particular subject. Here’s a list of the series, roughly organized by popularity.Updated 02.17.07