Archive for the 'Web design' Category

Word Press 2.3: Hello, Dexter!

Rejoice! Yet another Word Press upgrade! All right, I am a bit sleep deprived and insane after having beaten a deadline, but to cut a long story short, Word Press 2.3, also known as “Dexter”, has been released. All WP users are advised up upgrade.

To find out more about this upgrade, check out the Word Press blog. As usual, detailed upgrade instructions are available.

For the record, my upgrade went off pretty smoothly, barring a few nervous moments, but nothing a few deep breaths and a cup of tea couldn’t solve! Plugins have been updated and reactivated—thank you to the new update notification that let me know which ones had updates available—and Writer’s Log seems to be running smoothly!

Word Press 2.3, apart from fixing a number of bugs, introduces a host of new features. It uses the new jQuery that claims to be “800% faster”. New features include native tagging support that allows you to use tags as well as categories with your posts. URLs have been cleaned up—they’re calling it canonical URLs. It makes sure that links don’t go bad, by redirecting posts with changed slugs. Of course, this aids search engine optimization.

The advanced WYSIWYG functionality allows you to access previously hidden TinyMCE features. A “pending review” function allows posts to be submitted for review in case of multi-author blogs. In addition, there is complete Atom 1.0 support. Of course, all this and more are detailed at the Word Press development blog.

Happy updating! :mrgreen:

~PD

EDIT:: Some users have expressed security concerns over the new program and plugin update mechanism that was introduced in WP 2.3. According to the developers:

It works by sending your blog URL, plugins, and version information to our new api.wordpress.org service which then compares it to the plugin database and tells you whats the latest and greatest you can use.

They clarify that it sends only the PHP version and plugins list to the update checker, and both update notifications can be turned off using plugins. But many users feel that it should have been left to the user to enable or disable during installation, rather than needing to install plugins for it. For those interested, you need the Disable WP Core Update and Disable WP Plugin Updates plugins.

Posted on Wednesday, 26 September 2007 | in Tech, WRITEside, Web design | 2 Comments »

Moving your WordPress site

I was recently asked by a friend to help move her WordPress-run site to a new host. It was not just a simple matter of making a new installation of WP at the new host, but also moving old posts, and retaining the look and structure of the blog.

This is something that a few people must be encountering, and while there are detailed instructions at the WP Codex on how to backup a database, install WordPress, and reinstate your posts, it can be a little scary for a first timer. (I don’t consider myself a WP newbie, but I did do some very silly things in a process that can be achieved with minimal pain.)

So here’s my quick guide to moving your Word Press site to a different location, incorporating all that I learnt from the experience in one place!

Step 1: Back up your database, theme, plugins

Backing up your database is not as scary as it sounds, especially if you have the WP Backup plugin. If so, you’re probably being a good girl/boy and backing up your tables regularly.

But even if not, a backup can be easily done through PHPMyAdmin, accessed via the control panel at your hosting account. Select the Word Press tables in your database and go to the “Export” tab. Select the “save as file” box and download the backup to your computer. You should be having a .sql file. If you selected to compress, you’ll have a zipped/gzipped version of it.

Right. Now your posts, comments, etc. are safe.

You also need to backup your theme files, and any plugins you use.

Step 2: Recreate the WP database at the new location

Using your control panel, create a new MySQL database at your new host’s, adding a user and password. Go to PHPMyAdmin, select the database, and then click on the SQL tab. Copy and paste the data from your .sql backup file in the box provided. (Alternatively, use the “Show location of textfile” option: click on browse and point it to the .sql backup file). Now go get some coffee while the query executes. Sometimes it can take a while.

Step 3: Install Word Press at the new location

Upload all the files to your new location. Remember to rename config-sample.php to config.php, and put in your new database settings (database name, username, and password). Also upload your theme files (to the wp-content/themes folder) and plugins (to wp-content/plugins folder).

Step 4: Type in the URL of your site and press Enter/Return

Yes, you’re mostly done :-). At this point you may notice that clicking on your posts or archives is returning an error. This is the case if you had a custom permalinks structure. You need to update your .htaccess. Log in to the dashboard. Go to Options –> Permalinks. Update the permalinks. If Word Press cannot rewrite to your .htaccess, it will tell you exactly what to put in there. Use this data to update your .htaccess manually.

And now you are done! :mrgreen:

~PD

Posted on Friday, 1 June 2007 | in Tech, Web design | 3 Comments »

Getz your copy of Word Press 2.2

Word Press keeps getting better and better. Version 2.2 “Getz” was released earlier today. I just upgraded and, as you can see, all went smoothly. My biggest worry usually is that the plugins I use won’t work, but they all do!

To find out what’s new with Word Press 2.2, visit the WP blog. If the thought of upgrading is scary, check out the step-by-step instructions.

And of course, if you get stuck, pop in to the wonderful OpenDesigns.org community, where there will always be someone to help you out!
:mrgreen:

~PD

Posted on Wednesday, 16 May 2007 | in Tech, WRITEside, Web design | 4 Comments »