How to install WordPress 3.0 on XP and IIS 5.1 Manually


2010/07/09
By
How to install WordPress 3.0 on XP and IIS 5.1 Manually

If you ever need to transfer your own installation of WordPress from machine to machine, you might need these notes. How to configure a new WordPress install on a new PC and copy My-SQL D/B file.

Read more »


Restore iPhone from an Old Backup (PC)

2010/07/03
By

If you have iPhone backup on an old PC, or old prallel install of other (or even non-functioning) operating system, you still can restore your iPhone through iTunes. Copy a long number directories from old installation to a new one.  For example copy a directory   from …Old User Directory\AppData\Roaming\Apple Computer\MobileSync\Backup to %UserProfile%\AppData\Roaming\Apple Computer\MobileSync\Backup It appears that your applictions are not part of the backup.  Also, I don see any music files to be restored.  However, even your last search in Google maps is restored and saved.

Read more »

Can I Clean Old Versions of the Same Post?

2010/06/30
By

Question: Each time I modify a POST, a copy of old POST is created and saved. Can I control, how many old posts to retain? Can I clean all old posts? Answer: Yes! You can stop collecting old versions of the posts by adding this line to your wp-config.php file: define('WP_POST_REVISIONS', false); And Yes! You can delete all “revisions” by running this SQL statement against you database: DELETE wp_posts.post_type FROM wp_posts WHERE wp_posts.post_type = "revision"

Read more »

MySQL on Windows – Questions Answered

2010/06/28
By

  I just installed WordPress with MySQL.  I am familiar with all the intricacies of SQL Query.  I am asking from MS SQL Admin point of view.  These questions from a person who never saw MySQL before:   – Where DB files are located?    – See other post – Is DB backup available and free? – How to add new tables and fields? – How to move database from one PC to another?    – See bellow and other post – Is ODBS driver is available – Yes! – Is GUI software is available – Yes!  I am sure I will find answers pretty easy, but if you have any tips and tricks, please reply. Within days of…

Read more »

Failed to Access IIS Metabase

2010/06/28
By

Error Failed to access IIS metabase in ASP.NET page.  Run this command: %windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i

Read more »

So Many Questions about WordPress

2010/06/26
By

First impressions of this WordPress PHP Software on Windows XP and IIS 5.1 I can't believe the amount of detail and thought developers put into this. First impression - it is a miracle.

Read more »