http://weblogs.asp.net/aghausman/archive/2009/07/20/migrate-from-wordpress-to-blogengine-net.aspx http://www.machinadei.com/cms/dev/importing-your-old-wordpress-posts-into-orchard-cms#.Uk7Kt9K-qfY http://wpblogml.codeplex.com/ use google prettify insert option from comments with defer in the header https://code.google.com/p/google-code-prettify/wiki/GettingStarted Read more →
Category: admin
Create a new EventLog source
step into the Visual Studio debugger (must be running as Admin), go to the immediate window and enter System.Diagnostics.EventLog.CreateEventSource(new System.Diagnostics.EventSourceCreationData(<name>, “System”)); Read more →
How to log-in to your WordPress site
yoursite\wp-admin Read more →
Hunting Down and Killing Ransomware
Hunting Down and Killing Ransomware Read more →
Change username in wordpress
Login to your account on your server Access your database(s) via phpMyAdmin Click on your database name Choose wp_users Find User & Click Edit http://wpmu.org/how-to-change-your-wordpress-username/ Read more →
backing up wordpress
Ignore the original post as it doesn’t seem to work on a Windows host. BackupWordPress works fine … http://wordpress.org/extend/plugins/backupwordpress/ backing up wordpress Backing up your WordPress install / Adding a WordPress Backup plugin Using the left side menu, hover over plugins, then click add new. Using the search function, search for “WordPress SQL Backup“ You should now see your… Read more →