As time goes on, all the database operations performed on your WordPress tables will create what’s called “overhead.” To keep your database running smoothly, you can get rid of this overhead by “optimizing” your tables (similar to defragmenting your hard drive).
Here are two ways to do it.
Method 1: WP-DBManager
Download and install the WP-DBManager plugin.
The plugin allows you to, among other things, optimize your tables from within your WordPress admin (just go to the “Databases” section and click the “Optimize DB” tab), as well as schedule table optimizations on a regular basis.
However, the plugin also lets you delete tables and provides an interface for running MySQL queries, so if you don’t like the idea of all that power being vested in your WordPress admin, you can try the phpMyAdmin method instead.
Method 2: phpMyAdmin
Here are the steps for using the phpMyAdmin software.
Go...
Content suppressed by ://URLFAN, for full article visit source
BuddyPress: Turning WordPress into a Social NetworkFrom: wordpress.jdwebdev.com
Post Date: 2008-03-05 07:00:13
It was announced just yesterday that BuddyPress , a project that aims to turn WordPress MU into a social network, has been acquired by Automattic to help continue its development.
This is great news! I think BuddyPress has a lot of potential in today’s social-oriented web. If early versions are indicative of the final release, BuddyPress is going to be more than a plugin — more like powerful “plugin system.”
I’ve actually been tracking the BuddyPress proje...
more How to Include Code in WordPress PostsFrom: wordpress.jdwebdev.com
Post Date: 2008-03-06 08:00:38
If you’ve ever tried to insert code into a WordPress post, one of the following has probably happened to you:
Your HTML code was rendered as such.
WordPress stripped the code from the post entirely.
WordPress turned "straight quotes" into “curly quotes” — not good if you want your users copying/pasting code from your blog!
Here’s how to get around these annoying problem and make the code show as-is:
Put the code into a basic text processing progra...
more How to Turn Off WordPress’s Visual EditorFrom: wordpress.jdwebdev.com
Post Date: 2008-03-06 07:00:06
Don’t like WordPress’s visual editor? Turn it off:
In WordPress 2.5, click your username in the top-right-hand corner of your WordPress admin. In earlier 2.x versions, click “My Profile” in the same area.
Uncheck “Use the visual editor when writing” under “Personal Options.”
Click “Update Profile.”
And that’s it!
...
more