Archive for July, 2009

Alex King: Twitter Tools 2.0rc1

I’ve got a new version of Twitter Tools ready to go, but wanted to do a quick release candidate to get some wider testing before doing the general 2.0 release.

This has some new features, including bit.ly support, option to exclude tweeting blog posts in certain categories, hashtags and the ability to customize the tweet prefix on new blog post tweets.

You can download the release candidate here.

Please let me know if you run into any issues with this version, thanks!

Friday, July 31st, 2009

Weblog Tools Collection: Do You Use Scheduled Posts Feature In WordPress?

Scheduled posts in WordPress are posts that are scheduled to appear at a future time, this feature is widely used as users may write multiple posts at once and may want to pace them out to get better readership.

For example on my personal blog there are multiple authors, so we schedule our posts and leave a two hour or more time gap between posts.

Do you use this feature for your blog? Do let us know by taking part in this short poll.

Poll requires JavaScript, please visit the post to vote Do you schedule posts in WordPress?

It would also be interesting to know why or why you don’t use this feature.

Post from: Weblog Tools Collection
>

>

Do You Use Scheduled Posts Feature In WordPress?

Friday, July 31st, 2009

2.9 Features Vote Results

Earlier this month, over 3500 of you responded to our survey asking you to help us prioritize some of the media features that had been suggested for the 2.9 release. While the exact features for 2.9 have not been hammered out yet, as we continue to match up developers with features, we wanted to share [...]

Friday, July 31st, 2009

Weblog Tools Collection: WordPress Plugin Releases for 07/31

New Plugins

Posts by Tag

Posts by Tag WordPress Plugin, provides sidebar widgets which can be used to display posts from a specific set of tags in the sidebar. The Plugin caches the posts of each widget separately, and issues database queries only when needed. This will reduce the amount of database queries involved for each page load and will therefore be light on your server.

Better Protected Pages

Improve password protected pages, with full control over CSS, wording and layout.

Image Gallery Reloaded

Automaticaly replaces the default WordPress gallery with a new gallery and slideshow.

Adicon Server

This Wordpress plugin will manage your 16px ads on your WordPress site.

Vertical scroll recent comments

This will vertically scroll the recent comments in site side bar with avatar or name or none.

Updated Plugins

Sidebar Photoblog

Sidebar Photoblog helps you to have a simple yet powerful photoblog in your blog. It’s light and easy to use. have some effects, photo archive and ability to display random photos.

Absolute Privacy

Turns your blog into the ultimate private blog: user moderation, blog lock-down, users can chose their own password and must enter their name when registering, and prevents any admin access for subscribers.

Feed Reading Blogroll

The plugin adds a cool new blogroll that is able to display the freshness and the latest post-title of your bookmarks. It enables you to sort the blogroll by the latest update of your bookmarked blogs.

sCategory Permalink

sCategory Permalink is a WordPress plugin allows to select category which will be used to generate permalink on post edit page.

WP Table Reloaded

This plugin enables you to create and manage tables in the admin-area of WordPress. You can then show them in your posts, on your pages or in text widgets by using a shortcode.

PhotoQ

PhotoQ turns your WordPress blog into a full featured photoblog. The plugin is aimed at automating publishing of photos as much as possible.

Post from: Weblog Tools Collection
>

>

WordPress Plugin Releases for 07/31

Friday, July 31st, 2009

WordPress.tv: How to do A/B Testing with WordPress – Think Vitamin

Friday, July 31st, 2009

Publisher Blog: Tasty Kitchen Launches on BuddyPress

Tasty Kitchen, a site by The Pioneer Woman, Ree Drummond, has launched a community site on the BuddyPress platform:

Built by the team at Voce Communication, Nick Gernert in a blog post today describes BuddyPress this way:

Not to over-simplify things, but think “Facebook in a Box.”
Groups, Wire posts (think Facebook Wall), activity streams, friend lists and forums are all a part of the platform. These all build from the user system native to WordPress and simply add functions to allow users to interact with each other. Use as many or as few of the capabilities as you like.

The site also integrates with the Windows Live, allowing Live users to authenticate instantly — something I believe is a first for a non-Microsoft site.

[ Visit Tasty Kitchen ]

Thursday, July 30th, 2009

Matt: Launch Years

The launch years of today’s most popular websites.

Thursday, July 30th, 2009

Weblog Tools Collection: WordPress Theme Releases for 07/29

BizTech

BizTech

BizTech is a blue, grey and black, widget ready theme designed for internet marketers.

Sidewalk

Sidewalk

Two column, widget ready theme, with gravatars and drop down navigation menu.

Palmixio

Palmixio

Two columns, widget ready (sidebar and footer), custom gravatar, flexible width, threaded comments

Travel Club

Travel Club

Travel Club is a free wordpress theme designed for travel blogs. Fresh and clean style, widget-ready and wordpress 2.8 compatible.

Are you a WordPress theme author? Submit your theme to us to get featured in our releases.

Post from: Weblog Tools Collection
>

>

WordPress Theme Releases for 07/29

Thursday, July 30th, 2009

Dougal Campbell: WordPress Packages?

WordPress On my way to work recently, I was listing to a Drupal podcast (because I had already listened to all of my WordPress-related podcasts). The participants spent some time talking about something they called “Drupal Distributions”. This is a Drupal feature that lets a developer pre-package the Drupal CMS with a set of modules and settings to create a custom install tailored to a specific task.

Each distribution takes some set of Drupal themes and modules and packages them together with the Drupal core, along with custom installation steps, documentation, and so on. For example, one could create a distribution called “Drupal for Education”; it could have pre-configured roles and permissions for both teachers and students, and ship with additional modules that allow one to offer online courses and testing.

They went on to talk about various aspects of this feature, what was good, what still needed improvement, etc. I’m not terribly familiar with the inner-workings of Drupal, but it sounded like this feature is used to good effect, and that they had some really good ideas for how to make it better.

If you are a developer who sets up web sites for clients, then you can probably see how this would be useful. You probably have a favorite set of plugins that you typically install on your client sites. And you probably have to do it from scratch each time, installing and activitating the plugins, then visiting the settings pages and tweaking the default settings to your needs each time. There’s got to be a better way, right?

This reminded me of a tidbit that had come across the wp-hackers mailing list a few weeks ago that I had not been aware of, previously. WordPress has a sorta-kinda similar feature that allows you to customize the initial setup. It requires some time and programming, but it’s probably useful to some of you out there that deploy a lot of sites.

How does it work? Well, did you know that during the install process, WordPress looks for an additional install.php file in the wp-content directory? Neither did I. And did you know that several of the core install functions are ‘pluggable’? You can replace their functionality with your own, by defining them in the custom install.php file.

All the gritty details are in the article Automating WordPress Customizations – the install.php way over at WordPress Bits.

Granted, this still doesn’t make it easy to auto-install a suite of plugins and pre-configure them all. But if you know you’re going to install a bunch of sites that need the same initial setup, it could be worth the time to use this functionality to create a custom install script. You could bundle the core WordPress, a theme, some plugins, and your custom installer. The custom install script could override some of the standard WordPress default settings, set the active theme and plugins, create custom user roles, etc.

If you have the time to listen to the podcast I mentioned at the beginning of the article, you could probably get some ideas on how this could be improved. Imagine if WordPress defined a way to set plugin dependencies, or if there was a set of standard plugin option names that you could depend on for certain things.

Have you ever used this feature? How would you use it, if you had the chance? What improvements can you think of?

Thursday, July 30th, 2009

The WordPress 2.0.x Legacy Branch is Deprecated

The WordPress team had initially committed to maintaining the WordPress 2.0.x legacy branch until 2010. Unfortunately, we bit off more than we could chew—the 2.0.x branch is now retired and deprecated, a few months shy of 2010.
Many of the security improvements to the new versions of WordPress in the last couple of years were complete [...]

Wednesday, July 29th, 2009