Thinking about making individual repos for client projects instead of using a master repo. All for client access and hooking into basecamp. 3 hrs ago
Search Everything looks to break five thousand downloads this weekend (if not today) on Wordpress extend. I lost the prior totals before I committed all my downloads to extend but I’m guessing the total downloads since version 1 is around 7.5K.
All this with the recent news that WP 2.4 will be including the ability to “search everything”, almost exactly how I laid out in my recent posts on wp-hackers, benifiting Wordpress and our community.
From Wordpress Tac #5149:
Description
Extend search to include pages…
So some of you might have noticed that my feeds are completely out of whack. Well since the upgrade to 2.3 some plugins that say they are 2.3 compatible aren’t working. However, I’m not completely sure it’s the plugins causing the issue because I’m getting similar errors this very second while writing this post.
The auto save produces this error every time I write a post, no matter what I do:
WordPress database error: [Table 'name.prefix_categories' doesn't exist]
SELECT c.cat_ID AS ID, MAX(p.post_modified) AS last_mod…
I just released 4.0 of Search Everything. It’s 2.3 compatible, except the category exlclusion option, I need to figure out the new taxonomy schema a little more in order to fix this. Hopefully someone else will send me an fix before I get around to it.
Search Everything increases the ability of the default Wordpress Search, options included:
* Search Every Page
* Search non-password protected pages only
* Search Every Comment
* Search only approved comments
* Search Every Draft
* Search Every Excerpt
* Search Every…
I just updated Search Everything with the ability to exclude specific posts, pages or categories. There are a few things I still need to fix like the entire admin panel needs an overhaul (props mikecherim) and a major release needs to come out of the release of Wordpress 2.3 next week. I haven’t put enough time in looking at 2.3 but the last thing I read the plugin will be broken with the update, not just the tag searching functionality (that just…
Just released the ‘Add RSS’ wordpress plugin. It simply allows you to add multiple RSS feeds to your site to give the browser some options. I use it to include my comment feed, Pownce feed and some category feeds.
I went ahead and added a bunch of RSS options to my site:
Just click the RSS icon in your browser and you should see the options above.
Update:
If you’re wondering how, all I did was put the rss feed in the header.php file of my theme. Example,
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0 - Main” href=”<?php bloginfo(’rss2_url’); ?>” />
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0 - Comments” href=”http://feeds.feedburner.com/DanCameroncomments” />
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0 - No mini-posts” href=”http://dancameron.org/category/general/feed/” />
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0 - Pownce” href=”http://pownce.com/feeds/public/DANCAMERON/”…
I do apaligize for the duplicates yesterday. After migrating to Pownce and shutting off twitter tools to pull in posts Twitter Tools went crazy. Every time I deleted the twitter posts they automatically were added minutes later without my doing. I’m thinking it was a cron issue because only after I deleted the cron value from the options table did it stop, but I did delete the plugin instead of just deactivating it and also deleted the tweets table so…
I changed up my permalinks to be more SEO friendly just now. Since WP 2.0 I’ve been wanting to change the permalinks on the site but never did because when that upgrade was released WPs use of the .htaccess file was completely reworked (for the better). At that time I didn’t have the hours to create a plugin to provide the migration and in the meantime I just placed it aside since it didn’t bother me enough. Well, tonight after…
Using Twitter Tools to create a mini blog in my site and wondering if another blog would work better than category sepearation.
Since I have to post about something other than Apple I thought I’d share some of my reader trends. Hopefully it’s as interesting to you as it is to me, or helpful.
One thing I wanted to bring up with all the GTD hubub going around was how I categorizing my feeds (it’s also similar to how I manage my tasks through e-mail). I forget what podcast and who I heard used this method but I’d like to thank him since it’s…