Thinking about making individual repos for client projects instead of using a master repo. All for client access and hooking into basecamp. 2 hrs ago
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…
To continue on with yesterday’s post about creating a tumbleblog with Google Reader I decided there’s other ways to aggregate my shared items so just now I just created what I’m calling a my Web Mix Tape, it’s simply a Yahoo pipe that aggregates all of my feeds and throws them into one RSS tumbleblog.
At the same time I thought it was appropriate that I added the feed generated for the pipe to my site and I’m using my latest plugin Add…
Tumbleblogs are all the craze right now and I’ve heard a lot of people trying to figure out new ways to get one other than simply signing up and tumblr.com. For those who do not know what a Tumble blog are,
A tumblelog is a variation of a blog, that favors short-form, mixed-media posts over the longer editorial posts frequently associated with blogging. Common post formats found on tumblelogs include links, photos, quotes, dialogues, and video. Unlike blogs, this format is…
When did Google release their AJAX Feed API? This will absolutely come in handy. I see some awesome wordpress plugins coming from this, the first might replace flickrss. [Link] (0)
I just updated a few of my wordpress plugins. The first is ‘Add RSS’, which adds more RSS feeds for browser detection by default. A really cool option is adding per-post comment RSS feeds. The second is ‘AJAX CSS Switcher’ and it uses UDASS which is a “The Unobtrusive Degradable Ajax Style Sheet Switcher”. Hat tip to @photomatt for getting me the SVN setup on these new plugins. [Link] (1)
I’ve uploaded Add RSS to Wordpress Extend and updated it to version 1.5.
Description: Add RSS Feeds to your template header for Firefox and other browsers to detect automatically. Plugin facilitates adding your comments feed, per-post comment feed and allows for custom RSS feeds to be added. Feeds are not excluded to local RSS feeds of your site. Forexample you can add your Twitter or Pownce feed just as easily as adding a comments feed.
It’s a very basic plugin but…
Gone ahead and published my Yahoo! Pipe to take the Pownce atom feed and sanitize it for RSS while filtering out your “powncename:” within the title and adding comment count and a link to the pownce message within the description. I find it useful because the script I run to publish my pownce messaged to my blog does not like atom feeds and my readers already know who I am and I don’t need to remind them in the title,…
I created my first Yahoo! Pipe and I’m impressed with how easy it was. My first pipe involves manipulating my Pownce feed with a few regex expressions to include the post link and the comment count in the description of the item. And most noticeably I’ve taken out the “DANCAMERON:” from the title.
The reasoning: I’m using feedwordpress to pull my pownce messages to create posts on this blog. This is so my RSS readers can go straight to a post with…
I created my first Yahoo! pipe and it was to “fix” the Pownce feed. [Link] (0)
After the comment on how I added additional RSS feeds for browser detection I went ahead and made the least necessary plugin I’ve ever released. Maybe Movable Anything is unnecessary for more users but this plugin might take the person longer to download and install than just modifying their header file in their template, even though it has an options panel.
For those who do not want to edit their header template I scraped this plugin together in 30 minutes. Add RSS is:
Add RSS…