The WordPress 3.0 Milestone
Although it’s only slated for release sometime in May, the first beta of the new WordPress 3.0 is already doing the rounds. Blog Oh Blog has a nice summary of the changes and additions in the new version : most of the updates are fairly innocuous, perhaps the largest mention should go to the integration of WordPress-mu, for setting up multi-user blogs and networks.
However, the announcement that really put the cat amongst the pigeons has been that the core development team may now be promoting what were formally called canonical plugins, now known as core plugins following the unpublished results of a poll in December . It appears that whilst attempting to address a genuine issue, the very idea of having plugins that stand in the limelight with an official stamp of approval has incensed many community plugin developers.
Some really excellent debate has been held which has, amongst other things, revealed that the initial go ahead for core plugins will be very limited; just three plugins, including an old, out-of-date plugin, a chunk hived off from the core, and a newly developed plugin. Nevertheless, the potential for these core plugins to have wide-reaching effects on the plugin development pool, create stagnation in the community and a greater top-down hierarchy is something that in the eyes of many developers and enthusiasts, has not been addressed.
Playing with the WordPress Database
After initially solving my database character encoding problems by ignoring the specific strings in the wp-config.php file, I was finally forced to alter the characters in the database during a recent reshuffle. Whilst there are two automated solutions available via plugin, namely g30rg3x ’s UTF-8 Database Converter and the Modified UTF8 Sanitize Plugin , sadly neither worked in my particular instance, and indeed the former is no longer supported for current versions of WordPress, though reports on the WordPress support forum suggest there should be no issues.
Fortunately, an excellent guide was available on Alex King’s blog . For more information and follow-up comments, you should definitely read the full post, but here’s a summary of the method that worked for me.
WordPress 2.8 Roadmap
Relying on Plugins
Plugins can be a major boon. They can add variety to a site, integrate third party software, collect feedback, improve navigation, or add features. Occasionally they may become integral to the way a blog is run. But they can also become a burden or a major stumbling point. The recent WordPress 2.5 release made a large of plugins for the software incompatible, and outright broke a few. In those cases where plugins simply provide some added extraneous functionality, such breakages might not be a problem, but where they form an integral part of a blog the potential changes can bring a site to a halt.
Another Day, Another Plugin
Wordpress
With the news that WordPress Photo Album plugin potentially contains a security vulnerability , I decided it was probably time that I took stock of my increasingly long plugins list and removed some of the outdated and superfluous items. One of the greatest improvements to WordPress of late has been the automatic update checks provided for plugins listed on the official site , which whilst by no means universal does at least mean that updates for many popular plugins will automatically be reported without the need to check up on each one manually. This little list of what remains represents some of the better plugins I’ve encountered.
To Blog, or Not to Blog
WordPress
That is the question; as the well known soliloquy roughly goes. A Mind @ Play is now a year old, and not a day wiser, as far its author is concerned. Courtesy of GeneralStats , I can see that in the past year (excluding this post) there’ve been 57 posts, 18 comments/trackbacks, together a total of 31,400 words, and over 8,000 spam comments caught by Akismet. But to what end?
This isn’t intended to be another one of those ‘blogging about blogging’ posts, but occasionally one has to ask why we blog at all. I wouldn’t claim to be anything near an expert on the subject, but it would appear that the more successful blogs do just that: ‘blog about blogging’. Nor should that sound derogatory, some of them do an exceedingly good job of it, but there are only so many times you can read the ’top 10 ways to get more readers’ et al. But then these people tend to come from the professional end of the blogging community, those who aim to earn something through their work. There were and are no such intentions with this blog, and if there are any advertisements on this site I can only say they are unintentional.
Language Switcher Widget
This certainly isn’t my area of expertise, but I’ve been trying to figure out a way to integrate the Language Switcher plugin with a widget-enabled theme. As this hasn’t yet been implemented, I copied wrote the simplest of Widgets which will list the available languages on your blog in the sidebar.
There really isn’t anything special here, but for people even more hesitant with code than I am, pop this file into the wp-content/plugins/ folder of your WordPress installation, and then enable it via the Plugins admin page. You should then find the Widget available in the Presentation -> Sidebar Widgets admin page. At the moment, the Widget will display your available languages listed only by name. I’m still learning how to allow this to be changed from within the Sidebar Widgets page.
Language Switcher Widget v1.01
After a little more research and experimentation, I’ve updated the little Language Switcher widget to enable the user to choose whether to display flags and/or names for the available languages when setting up the widget, and change the heading in the sidebar if required.
Click here to download Language Switcher Widget v1.01.

