How to Backup & Restore MySQL DatabaseMay 13th, 2005 Note: My WordPress database name is wordpress. I will use it in the example below.
Easily Create & Manage Multiple WordPress Blogs...June 12th, 2008 Any bloggers with multiple WordPress blogs soon realizes the pain and time it costs to maintain the almost identical code base for each blogs when he has to take backups and upgrade his blogs. I was looking at various multi-blog WordPress solutions (not WordPress Mu)...
WordPress 2.0 - The Horror Story and How to DowngradeDecember 30th, 2005 I have been hearing horror stories across the board with WordPress 2.0 release. The wordpress forum is filled with wide ranging issues.
How To Quickly Backup HSQLDB Database...July 31st, 2007 HSQLDB is a high performance RDBMS written in pure Java. It can be used as a in-memory database or regular file based database.
How To Install Latest Version of rdiff-backup in Fedora Core 6 and EarlierOctober 21st, 2008 Fedora Core 6 an earlier do not have the latest version of rdiff-backup - version 1.2.2. The latest version of rdiff-backup is incompatible with the earlier versions.
WordPress 2.0 & 1.5.x Hack: How to trim the fat resource hogging Admin DashBoard (Version 2)April 18th, 2005 Drop in replacement for resource hogging Admin DashBoard in WordPress 2.0, 1.5.x
Anaconda: 3-Column WordPress Theme Sneak PreviewAugust 17th, 2006 Update: I am happy to announce the long awaited release of Anaconda theme for WordPress 2.x (and above) blogs. Your search for a good css based three column WordPress theme is finally over.
WordPress (Blogging Software) Version 2.1 ReleasedJanuary 24th, 2007 WordPress, a popular blogging software, has released version 2.1 with many exciting features and over 550 bug fixes. The key features are:
Autosaving of posts - It has incorporated the features of tw_autosave plugin in the core.
List of Files Changed in WordPress 2.03 wrt. WordPress 2.02June 1st, 2006 WordPress 2.03 has been released. Here are the list of files changed in WordPress 2.03 in comparison with WordPress 2.02 for those planning on selective upgrade:
wp-admin/admin-db.php
wp-admin/admin-functions.php
wp-admin/admin.php
wp-admin/cat-js.php
wp-admin/categories.php
wp-admin/edit-comments.php
wp-admin/edit-form-advanced.php
wp-admin/edit-form-ajax-cat.php
wp-admin/edit-form-comment.php
wp-admin/edit-link-form.php
wp-admin/edit-page-form.php
wp-admin/edit-pages.php
wp-admin/edit.php
wp-admin/import/mt.php
wp-admin/inline-uploading.php
wp-admin/link-categories.php
wp-admin/link-import.php
wp-admin/link-manager.php
wp-admin/list-manipulation-js.php
wp-admin/list-manipulation.php
wp-admin/moderation.php
wp-admin/options-discussion.php
wp-admin/options-general.php
wp-admin/options-misc.php
wp-admin/options-permalink.php
wp-admin/options-reading.php
wp-admin/options-writing.php
wp-admin/options.php
wp-admin/page-new.php
wp-admin/plugin-editor.php
wp-admin/plugins.php
wp-admin/post.php
wp-admin/profile-update.php
wp-admin/profile.php
wp-admin/templates.php
wp-admin/theme-editor.php
wp-admin/themes.php
wp-admin/upgrade-schema.php
wp-admin/upgrade.php
wp-admin/user-edit.php
wp-admin/users.php
wp-comments-post.php
wp-content/plugins/akismet/akismet.php
wp-content/plugins/wp-db-backup.php
wp-includes/cache.php
wp-includes/capabilities.php
wp-includes/classes.php
wp-includes/comment-functions.php
wp-includes/default-filters.php
wp-includes/functions-compat.php
wp-includes/functions-formatting.php
wp-includes/functions-post.php
wp-includes/functions.php
wp-includes/kses.php
wp-includes/links.php
wp-includes/pluggable-functions.php
wp-includes/registration-functions.php
wp-includes/template-functions-general.php
wp-includes/template-functions-links.php
wp-includes/vars.php
wp-includes/version.php
wp-login.php
Note: The files are hyperlinked to WordPress trunk source codebase.
Top 5 Free Backup Tools for LinuxMay 26th, 2009 If you are over-optimist about your computer's safety, let me tell you there are any number of hard drives failures occurring in and around you. Well, you might have no clue of a data-disaster when it hits your system.
For "WordPress Users Only" Section StartedJuly 12th, 2005 I have started a page dedicated to WordPress users only. Here you will find links to latest WordPress plugins, news, information, tips, how-to and guidelines.
How To Create Your Own Search Engine in Opera?November 10th, 2006 You can easily create your own search engines and even assign keywords to them in a minute or so. This mini-tutorial will show you how you can add any WordPress blogs search as one of your search engines.
WordPress 2.0.3 ReleasedJune 1st, 2006 The new features / fixes are:
Small performance enhancements
Movable Type / Typepad importer fix
Enclosure (podcasting) fix
Bugtraq reported issue & backporting of security enhancements from 2.1 (nonces)
Misc. fixes etc....
How To Add Single Quotes In WordPress PostsSeptember 3rd, 2006 Single quotes are a royal pain when using WordPress to post your code. WordPress, in its infinite wisdom, does some really bad things to it.
At the mercy of WordPress Plugins; how to fight backMay 11th, 2005 WordPress has unique plugin architecture. Plugins are simply php files which are included (and executed) before any php pages which renders the content, whether it is your blog page or syndication feed or even administrative functions.