Posts tagged wordpress

May 6, 2008

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 [...]

» Read the rest of this entry ...

February 24, 2008

Another day, another plugin

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 [...]

» Read the rest of this entry ...

June 27, 2007

To Blog, or Not to Blog

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 [...]

» Read the rest of this entry ...

May 25, 2007

WordPress 2.2 database character sets

For those upgrading their WordPress powered blogs to 2.2, just a word of warning regarding the new character encoding options available in the wp-config.php file.
The standard file should have a section which reads:
// ** MySQL settings ** //
define(’DB_NAME’, dbname// The name of the database
define(’DB_USER’, ‘dbuser’); // Your MySQL username
define(’DB_PASSWORD’, ‘dbpassword’); // [...]

» Read the rest of this entry ...

March 29, 2007

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.

Tagged with: language switcher, Languages, [...]

» Read the rest of this entry ...

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 [...]

» Read the rest of this entry ...

March 17, 2007

Moving your WordPress blog

As I found recently, if you’re planning on moving your WordPress blog around on your server or domain there are a few things to be aware of. Most importantly, do not move the blog before setting up the WordPress for the new location!

Go to the admin section of your blog, select and find the Options [...]

» Read the rest of this entry ...