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.
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.
WordPress 2.5 Due in 22 Years!March 27th, 2008 WordPress Trac says: Milestone 2.5 Due in 22 years (04/01/30). Read on for more details.
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.
On the value of Star Programmers in Product Development or Hitting the high notesAugust 2nd, 2005 Joel Spolsky of Joel on Software fame has written an excellent article on the value of star programmers in a product development team. To summarize:
Star programmers significantly outperform average programmers often with 5-10 times difference in productivity.
Files Changed from WordPress 1.5.1.3 to WordPress 1.5.2August 24th, 2005 After briefly scanning the eleven defects fixed in 1.5.2 (an interim release before WordPress 1.6) I identified the changed files. They are:
xmlrpc.php
comment-functions.php
wp-admin/post.php
pluggable-functions.php
registration-functions.php
wp-admin/categories.php
wp-commentsrss2.php
wp-includes/template-functions-category.php
edit-page-form.php
I am shortly planning to provide a patch update from 1.5.1.3 to 1.5.2.
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.
Taragana WordPress Theme PreviewMay 24th, 2006 We are working to change the WordPress themes in all our blogs to a consistent look and feel. We worked hard to make it much more usable than before and hopefully less cluttered.
How to Backup & Restore MySQL DatabaseMay 13th, 2005 Note: My WordPress database name is wordpress. I will use it in the example below.
WordPress Plugin: AdRotator - Ad Rotating Solution for your Ads (including AdSense, Clicksor, Chitika etc.)May 16th, 2005 Contents
Overview
Requirements
Usage
Configuration
Download
User Manual
Example
Installation
Uninstallation
Overview
Displays an advertisement (which is randomly selected from a group of advertisements specified in a text file) at your chosen location. Tested on WordPress 1.5 & 2.x.
Simplest Way To Backup WordPress From BrowserJune 8th, 2008 Traditionally WordPress is backed up by backing the database and the files separately, if required. WordPress 2.5.1 introduces a much simpler way to backup the database in xml format on your desktop.
Yahoo Pipes ReviewJuly 25th, 2008 Much has been written about Yahoo Pipes and lots of how-to tutorial. I was pleasantly surprised to see the ease of use of Yahoo Pipes and how easily I could create a simple pipe to get data in RSS feed format.
How To Use XDForum in WordPress Blogs With Nice PermalinksOctober 30th, 2006 XDForum (example: Anaconda Forum) is a nice basic forum software which works seamlessly with WordPress blogs (download our free theme and plugins). Unfortunately it works out-of-the-box with default permalinks only.
Anaconda 3 Column Theme Release ScheduleAugust 23rd, 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.
How To Use AdRotator Within Your WordPress Post / PageNovember 17th, 2006 AdRotator Overview
WordPress plugin AdRotator enables you to display an advertisement (which is randomly selected from a group of advertisements specified in a text file) at your chosen location anywhere in your WordPress blog (other free WordPress plugins we provide). Adding ad code is trvial.
December 29th, 2005 at 1:37 am
[...] Thanks to Simple Thoughts for this simple way to keep things from breaking if and when I have to turn off a plugin in the future. [...]
December 30th, 2005 at 12:40 pm
[...] Despite all the warnings above if you still want to upgrade then please please please (repeatation intentional) backup the database and harden your templates against plugins before you upgrade. [...]
January 3rd, 2006 at 1:41 pm
[...] Couple that with php’s “silent treatment” of errors. In other words you and your viewers are greeted with a nice looking, white in color web page, whenever any (plugin) error occurs. Plugin errors could be as simple as having blank spaces at the end of plugin files after ?> to more complex ones like invalid argument to methods. Update: Please check tips on making your plugins robust. [...]
September 5th, 2006 at 2:54 pm
[...] WordPress Template Modification Tips for Non-Programmers - Robustness -Simple Thoughts - Java and Web Technology Blog Hoe je wordpress-site bestand maken tegen crashende of niet geactiveerde plugins. Nu het nog overal inbouwen… (tags: howto PHP wordpress plugins) [...]