0byt3m1n1
Path:
/
data
/
0
/
0
/
103
/
129
/
103129
/
meta
/
104583
/
mysql.backup
/
[
Home
]
File: wp_002beb5_0.bak.sql
-- MySQL dump 10.9 -- -- Host: 10.49.7.188 Database: wp_002beb5_0 -- ------------------------------------------------------ -- Server version 4.1.21-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_categories` -- DROP TABLE IF EXISTS `wp_categories`; CREATE TABLE `wp_categories` ( `cat_ID` bigint(20) NOT NULL auto_increment, `cat_name` varchar(55) NOT NULL default '', `category_nicename` varchar(200) NOT NULL default '', `category_description` longtext NOT NULL, `category_parent` bigint(20) NOT NULL default '0', `category_count` bigint(20) NOT NULL default '0', `link_count` bigint(20) NOT NULL default '0', `posts_private` tinyint(1) NOT NULL default '0', `links_private` tinyint(1) NOT NULL default '0', PRIMARY KEY (`cat_ID`), KEY `category_nicename` (`category_nicename`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=latin1; -- -- Dumping data for table `wp_categories` -- LOCK TABLES `wp_categories` WRITE; /*!40000 ALTER TABLE `wp_categories` DISABLE KEYS */; INSERT INTO `wp_categories` VALUES (1,'Uncategorized','uncategorized','',0,1,0,0,0),(2,'Blogroll','blogroll','',0,0,7,0,0),(3,'Weddings','weddings','',0,1,0,0,0),(4,'Special Events','special-events','',0,1,0,0,0),(5,'Wedding Planning','wedding-planning','',0,1,0,0,0),(6,'Dresses/Attire','dressesattire','',0,1,0,0,0),(7,'Receptions','receptions','',0,1,0,0,0),(8,'Ceremonies','ceremonies','',0,1,0,0,0),(9,'Flowers','flowers','',0,1,0,0,0),(10,'Etiquette','etiquette','',0,1,0,0,0),(11,'Make it yourself','make-it-yourself','',0,1,0,0,0); /*!40000 ALTER TABLE `wp_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL auto_increment, `comment_post_ID` int(11) NOT NULL default '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL default '', `comment_author_url` varchar(200) NOT NULL default '', `comment_author_IP` varchar(100) NOT NULL default '', `comment_date` datetime NOT NULL default '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL default '0', `comment_approved` enum('0','1','spam') NOT NULL default '1', `comment_agent` varchar(255) NOT NULL default '', `comment_type` varchar(20) NOT NULL default '', `comment_parent` bigint(20) NOT NULL default '0', `user_id` bigint(20) NOT NULL default '0', PRIMARY KEY (`comment_ID`), KEY `comment_approved` (`comment_approved`), KEY `comment_post_ID` (`comment_post_ID`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_link2cat` -- DROP TABLE IF EXISTS `wp_link2cat`; CREATE TABLE `wp_link2cat` ( `rel_id` bigint(20) NOT NULL auto_increment, `link_id` bigint(20) NOT NULL default '0', `category_id` bigint(20) NOT NULL default '0', PRIMARY KEY (`rel_id`), KEY `link_id` (`link_id`,`category_id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; -- -- Dumping data for table `wp_link2cat` -- LOCK TABLES `wp_link2cat` WRITE; /*!40000 ALTER TABLE `wp_link2cat` DISABLE KEYS */; INSERT INTO `wp_link2cat` VALUES (1,1,2),(2,2,2),(3,3,2),(4,4,2),(5,5,2),(6,6,2),(7,7,2); /*!40000 ALTER TABLE `wp_link2cat` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; CREATE TABLE `wp_links` ( `link_id` bigint(20) NOT NULL auto_increment, `link_url` varchar(255) NOT NULL default '', `link_name` varchar(255) NOT NULL default '', `link_image` varchar(255) NOT NULL default '', `link_target` varchar(25) NOT NULL default '', `link_category` bigint(20) NOT NULL default '0', `link_description` varchar(255) NOT NULL default '', `link_visible` enum('Y','N') NOT NULL default 'Y', `link_owner` int(11) NOT NULL default '1', `link_rating` int(11) NOT NULL default '0', `link_updated` datetime NOT NULL default '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL default '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL default '', PRIMARY KEY (`link_id`), KEY `link_category` (`link_category`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; INSERT INTO `wp_links` VALUES (1,'http://inphotos.org/','Donncha','','',0,'','Y',1,0,'0000-00-00 00:00:00','','','http://inphotos.org/feed/'),(2,'http://zengun.org/weblog/','Michel','','',0,'','Y',1,0,'0000-00-00 00:00:00','','','http://zengun.org/weblog/feed/'),(3,'http://boren.nu/','Ryan','','',0,'','Y',1,0,'0000-00-00 00:00:00','','','http://boren.nu/feed/'),(4,'http://photomatt.net/','Matt','','',0,'','Y',1,0,'0000-00-00 00:00:00','','','http://xml.photomatt.net/feed/'),(5,'http://zed1.com/journalized/','Mike','','',0,'','Y',1,0,'0000-00-00 00:00:00','','','http://zed1.com/journalized/feed/'),(6,'http://www.alexking.org/','Alex','','',0,'','Y',1,0,'0000-00-00 00:00:00','','','http://www.alexking.org/blog/wp-rss2.php'),(7,'http://dougal.gunters.org/','Dougal','','',0,'','Y',1,0,'0000-00-00 00:00:00','','','http://dougal.gunters.org/feed/'); /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; CREATE TABLE `wp_options` ( `option_id` bigint(20) NOT NULL auto_increment, `blog_id` int(11) NOT NULL default '0', `option_name` varchar(64) NOT NULL default '', `option_can_override` enum('Y','N') NOT NULL default 'Y', `option_type` int(11) NOT NULL default '1', `option_value` longtext NOT NULL, `option_width` int(11) NOT NULL default '20', `option_height` int(11) NOT NULL default '8', `option_description` tinytext NOT NULL, `option_admin_level` int(11) NOT NULL default '1', `autoload` enum('yes','no') NOT NULL default 'yes', PRIMARY KEY (`option_id`,`blog_id`,`option_name`), KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=77 DEFAULT CHARSET=latin1; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,0,'siteurl','Y',1,'http://www.magnoliaelegance.com/blog1',20,8,'WordPress web address',1,'yes'),(2,0,'blogname','Y',1,'Magnolia Elegance Blog',20,8,'Blog title',1,'yes'),(3,0,'blogdescription','Y',1,'Get answers, chat, ask questions....',20,8,'Short tagline',1,'yes'),(66,0,'wp_user_roles','Y',1,'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:47:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}',20,8,'',1,'yes'),(5,0,'users_can_register','Y',1,'1',20,8,'',1,'yes'),(6,0,'admin_email','Y',1,'tsmedley@magnoliaelegance.com',20,8,'',1,'yes'),(7,0,'start_of_week','Y',1,'1',20,8,'',1,'yes'),(8,0,'use_balanceTags','Y',1,'',20,8,'',1,'yes'),(9,0,'use_smilies','Y',1,'1',20,8,'',1,'yes'),(10,0,'require_name_email','Y',1,'1',20,8,'',1,'yes'),(11,0,'comments_notify','Y',1,'1',20,8,'',1,'yes'),(12,0,'posts_per_rss','Y',1,'10',20,8,'',1,'yes'),(13,0,'rss_excerpt_length','Y',1,'50',20,8,'',1,'yes'),(14,0,'rss_use_excerpt','Y',1,'0',20,8,'',1,'yes'),(15,0,'mailserver_url','Y',1,'127.0.0.1',20,8,'',1,'yes'),(16,0,'mailserver_login','Y',1,'login@example.com',20,8,'',1,'yes'),(17,0,'mailserver_pass','Y',1,'password',20,8,'',1,'yes'),(18,0,'mailserver_port','Y',1,'110',20,8,'',1,'yes'),(19,0,'default_category','Y',1,'1',20,8,'',1,'yes'),(20,0,'default_comment_status','Y',1,'open',20,8,'',1,'yes'),(21,0,'default_ping_status','Y',1,'open',20,8,'',1,'yes'),(22,0,'default_pingback_flag','Y',1,'',20,8,'',1,'yes'),(23,0,'default_post_edit_rows','Y',1,'30',20,8,'',1,'yes'),(24,0,'posts_per_page','Y',1,'10',20,8,'',1,'yes'),(25,0,'what_to_show','Y',1,'posts',20,8,'',1,'yes'),(26,0,'date_format','Y',1,'F j, Y',20,8,'',1,'yes'),(27,0,'time_format','Y',1,'g:i a',20,8,'',1,'yes'),(28,0,'links_updated_date_format','Y',1,'F j, Y g:i a',20,8,'',1,'yes'),(29,0,'links_recently_updated_prepend','Y',1,'<em>',20,8,'',1,'yes'),(30,0,'links_recently_updated_append','Y',1,'</em>',20,8,'',1,'yes'),(31,0,'links_recently_updated_time','Y',1,'120',20,8,'',1,'yes'),(32,0,'comment_moderation','Y',1,'1',20,8,'',1,'yes'),(33,0,'moderation_notify','Y',1,'1',20,8,'',1,'yes'),(34,0,'permalink_structure','Y',1,'',20,8,'',1,'yes'),(35,0,'gzipcompression','Y',1,'0',20,8,'',1,'yes'),(36,0,'hack_file','Y',1,'0',20,8,'',1,'yes'),(37,0,'blog_charset','Y',1,'UTF-8',20,8,'',1,'yes'),(38,0,'moderation_keys','Y',1,'',20,8,'',1,'no'),(39,0,'active_plugins','Y',1,'',20,8,'',1,'yes'),(40,0,'home','Y',1,'http://www.magnoliaelegance.com/blog1',20,8,'',1,'yes'),(41,0,'category_base','Y',1,'',20,8,'',1,'yes'),(42,0,'ping_sites','Y',1,'http://rpc.pingomatic.com/',20,8,'',1,'yes'),(43,0,'advanced_edit','Y',1,'0',20,8,'',1,'yes'),(44,0,'comment_max_links','Y',1,'2',20,8,'',1,'yes'),(45,0,'gmt_offset','Y',1,'-5',20,8,'',1,'yes'),(46,0,'default_email_category','Y',1,'1',20,8,'Posts by email go to this category',1,'yes'),(47,0,'recently_edited','Y',1,'a:2:{i:0;s:9:\"index.php\";i:1;s:0:\"\";}',20,8,'',1,'no'),(48,0,'use_linksupdate','Y',1,'0',20,8,'',1,'yes'),(49,0,'template','Y',1,'default',20,8,'',1,'yes'),(50,0,'stylesheet','Y',1,'default',20,8,'',1,'yes'),(51,0,'comment_whitelist','Y',1,'1',20,8,'',1,'yes'),(53,0,'blacklist_keys','Y',1,'',20,8,'',1,'no'),(54,0,'comment_registration','Y',1,'1',20,8,'',1,'yes'),(55,0,'rss_language','Y',1,'en',20,8,'',1,'yes'),(56,0,'html_type','Y',1,'text/html',20,8,'',1,'yes'),(57,0,'use_trackback','Y',1,'0',20,8,'',1,'yes'),(58,0,'default_role','Y',1,'subscriber',20,8,'',1,'yes'),(59,0,'db_version','Y',1,'4772',20,8,'',1,'yes'),(60,0,'uploads_use_yearmonth_folders','Y',1,'1',20,8,'',1,'yes'),(61,0,'upload_path','Y',1,'wp-content/uploads',20,8,'',1,'yes'),(62,0,'secret','Y',1,'a8ef52e715eb31051091db69bb692f62',20,8,'',1,'yes'),(63,0,'blog_public','Y',1,'1',20,8,'',1,'yes'),(64,0,'default_link_category','Y',1,'2',20,8,'',1,'yes'),(65,0,'show_on_front','Y',1,'posts',20,8,'',1,'yes'),(76,0,'page_uris','Y',1,'a:1:{s:5:\"about\";i:2;}',20,8,'',1,'yes'),(68,0,'cron','Y',1,'a:1:{s:7:\"version\";i:2;}',20,8,'',1,'yes'),(70,0,'rss_0ff4b43bd116a9d8720d689c80e7dfd4','Y',1,'O:9:\"magpierss\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:10:{i:0;a:12:{s:5:\"title\";s:43:\"WordPress 2.1.1 dangerous, Upgrade to 2.1.2\";s:4:\"link\";s:53:\"http://wordpress.org/development/2007/03/upgrade-212/\";s:8:\"comments\";s:62:\"http://wordpress.org/development/2007/03/upgrade-212/#comments\";s:7:\"pubdate\";s:31:\"Fri, 02 Mar 2007 21:53:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:8:\"Releases\";s:4:\"guid\";s:53:\"http://wordpress.org/development/2007/03/upgrade-212/\";s:11:\"description\";s:343:\"Long story short: If you downloaded WordPress 2.1.1 within the past 3-4 days, your files may include a security exploit that was added by a cracker, and you should upgrade all of your files to 2.1.2 immediately.\nLonger explanation: This morning we received a note to our security mailing address about unusual and highly exploitable code [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:660:\"<p>Long story short: If you downloaded WordPress 2.1.1 within the past 3-4 days, your files may include a security exploit that was added by a cracker, and you should upgrade all of your files to 2.1.2 immediately.</p>\n<p>Longer explanation: This morning we received a note to our security mailing address about unusual and highly exploitable code in WordPress. The issue was investigated, and it appeared that the 2.1.1 download had been modified from its original code. We took the website down immediately to investigate what happened.</p>\n<p> <a href=\"http://wordpress.org/development/2007/03/upgrade-212/#more-199\" class=\"more-link\">(more…)</a></p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:58:\"http://wordpress.org/development/2007/03/upgrade-212/feed/\";}s:7:\"summary\";s:343:\"Long story short: If you downloaded WordPress 2.1.1 within the past 3-4 days, your files may include a security exploit that was added by a cracker, and you should upgrade all of your files to 2.1.2 immediately.\nLonger explanation: This morning we received a note to our security mailing address about unusual and highly exploitable code [...]\";s:12:\"atom_content\";s:660:\"<p>Long story short: If you downloaded WordPress 2.1.1 within the past 3-4 days, your files may include a security exploit that was added by a cracker, and you should upgrade all of your files to 2.1.2 immediately.</p>\n<p>Longer explanation: This morning we received a note to our security mailing address about unusual and highly exploitable code in WordPress. The issue was investigated, and it appeared that the 2.1.1 download had been modified from its original code. We took the website down immediately to investigate what happened.</p>\n<p> <a href=\"http://wordpress.org/development/2007/03/upgrade-212/#more-199\" class=\"more-link\">(more…)</a></p>\n\";}i:1;a:12:{s:5:\"title\";s:29:\"New Releases: 2.1.1 and 2.0.9\";s:4:\"link\";s:54:\"http://wordpress.org/development/2007/02/new-releases/\";s:8:\"comments\";s:63:\"http://wordpress.org/development/2007/02/new-releases/#comments\";s:7:\"pubdate\";s:31:\"Wed, 21 Feb 2007 06:45:12 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:8:\"Releases\";s:4:\"guid\";s:54:\"http://wordpress.org/development/2007/02/new-releases/\";s:11:\"description\";s:369:\"We’ve got a new bugfix and security release for both of our actively maintained branches of WordPress. Version 2.1.1 includes about 30 bug fixes, mostly minor things around encoding, XML-RPC, the object cache, and HTML code. It’s available for immediate download on our download page. \nVersion 2.0.9 only includes the security update, which was around [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:991:\"<p>We’ve got a new bugfix and security release for both of our actively maintained branches of WordPress. Version 2.1.1 includes about 30 bug fixes, mostly minor things around encoding, XML-RPC, the object cache, and HTML code. It’s available <a href=\"http://wordpress.org/download/\">for immediate download on our download page</a>. </p>\n<p>Version 2.0.9 only includes the security update, which was around the code we use to prevent XSS. You can download it from <a href=\"http://wordpress.org/download/release-archive/\">our release archive</a>. As a reminder, we’ve committed to proving security updates to 2.0 through 2010, but all new features and development are going into the newer branch, which is at this time 2.1.</p>\n<p>This is a low-to-medium priority update recommended for all WordPress users. After the break is a list of changed files.</p>\n<p> <a href=\"http://wordpress.org/development/2007/02/new-releases/#more-197\" class=\"more-link\">(more…)</a></p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:59:\"http://wordpress.org/development/2007/02/new-releases/feed/\";}s:7:\"summary\";s:369:\"We’ve got a new bugfix and security release for both of our actively maintained branches of WordPress. Version 2.1.1 includes about 30 bug fixes, mostly minor things around encoding, XML-RPC, the object cache, and HTML code. It’s available for immediate download on our download page. \nVersion 2.0.9 only includes the security update, which was around [...]\";s:12:\"atom_content\";s:991:\"<p>We’ve got a new bugfix and security release for both of our actively maintained branches of WordPress. Version 2.1.1 includes about 30 bug fixes, mostly minor things around encoding, XML-RPC, the object cache, and HTML code. It’s available <a href=\"http://wordpress.org/download/\">for immediate download on our download page</a>. </p>\n<p>Version 2.0.9 only includes the security update, which was around the code we use to prevent XSS. You can download it from <a href=\"http://wordpress.org/download/release-archive/\">our release archive</a>. As a reminder, we’ve committed to proving security updates to 2.0 through 2010, but all new features and development are going into the newer branch, which is at this time 2.1.</p>\n<p>This is a low-to-medium priority update recommended for all WordPress users. After the break is a list of changed files.</p>\n<p> <a href=\"http://wordpress.org/development/2007/02/new-releases/#more-197\" class=\"more-link\">(more…)</a></p>\n\";}i:2;a:12:{s:5:\"title\";s:18:\"WordPress 2.1 Ella\";s:4:\"link\";s:49:\"http://wordpress.org/development/2007/01/ella-21/\";s:8:\"comments\";s:58:\"http://wordpress.org/development/2007/01/ella-21/#comments\";s:7:\"pubdate\";s:31:\"Mon, 22 Jan 2007 22:24:43 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:8:\"Releases\";s:4:\"guid\";s:49:\"http://wordpress.org/development/2007/01/ella-21/\";s:11:\"description\";s:377:\"On behalf of the WordPress.org community of commiters, contributers, and volunteers, I’m very proud to announce the immediate availability of WordPress 2.1 “Ella”, named for jazz vocalist Ella Fitzgerald. Here’s a sampling of what’s in the new version:\n\n Autosave makes sure you never lose a post again. \n Our new tabbed editor allows you to [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:4690:\"<p>On behalf of the WordPress.org community of commiters, contributers, and volunteers, I’m very proud to announce <a href=\"http://wordpress.org/download/\">the immediate availability of WordPress 2.1 “Ella”</a>, named for jazz vocalist <a href=\"http://www.ellafitzgerald.com/\">Ella Fitzgerald</a>. Here’s a sampling of what’s in the new version:</p>\n<ul>\n<li> <strong>Autosave</strong> makes sure you never lose a post again. </li>\n<li> Our new <strong>tabbed editor</strong> allows you to switch between WYSIWYG and code editing instantly while writing a post. </li>\n<li> The <strong>lossless XML import and export</strong> makes it easy for you to move your content between WordPress blogs. </li>\n<li> Our completely redone visual editor also now includes <strong>spell checking</strong>. </li>\n<li> <strong>New search engine privacy option</strong> allows you take you to indicate your blog shouldn’t ping or be indexed by search engines like Google. </li>\n<li> You can set any “page” to be the front page of your site, and put the latest posts somewhere else, making it much easier to use WordPress as a content management system. </li>\n<li> Much more efficient database code, faster than previous versions. <a href=\"http://dammit.lt/\">Domas Mituzas</a> from MySQL went over all our queries with a fine-toothed comb. </li>\n<li> Links in your blogroll now support sub-categories and you can add categories on the fly. </li>\n<li> Redesigned login screen from the Shuttle project. </li>\n<li> More AJAX to make custom fields, moderation, deletions, and more all faster. My favorite is the comments page, which new lets you approve or unapprove things instantly. </li>\n<li> Pages can now be drafts, or private. </li>\n<li> Our admin has been refreshed to load faster and be more visually consistent. </li>\n<li> The dashboard now loads instantly and brings RSS feeds asynchronously in the background. </li>\n<li> Comment feeds now include all the comments, not just the last 10. </li>\n<li> Better internationalization and support for right-to-left languages. </li>\n<li> The <strong>upload manager</strong> lets you easily manage all your uploads pictures, video, and audio. </li>\n<li> A <a href=\"http://akismet.com/blog/2007/01/version-20/\">new version of the Akismet plugin</a> is bundled. </li>\n</ul>\n<p>…and much, much more. There are little easter eggs hidden everywhere, so the best way to find everything new is to <a href=\"http://wordpress.org/download/\">just try it out</a>.</p>\n<h3>Developer Features</h3>\n<p>Developers will especially love this release, as it has much cleaner code than 2.0 and includes hundreds of enhancements that will enable a new generation of richer plugins. Here’s a taste of some of the things included:</p>\n<ul>\n<li> Psuedo-cron functionality let’s you schedule events much like cron. </li>\n<li> Users admin can now comfortably handle hundreds of thousands of users. </li>\n<li> The new WP_Error class cleans up how we do error reporting and handling. </li>\n<li> The javascript loader makes it easier for plugins to include rich functionality. </li>\n<li> Tons of new hooks and APIs. </li>\n<li> We’ve started to fill out our code inline documentation. </li>\n<li> Image and thumbnail API allows for richer media plugins. </li>\n<li> Custom header, color picker, and image cropping framework. </li>\n</ul>\n<p>2.1 also <a href=\"http://trac.wordpress.org/query?status=closed&milestone=2.1\">includes over 550 bug fixes</a>.</p>\n<h3>The Future</h3>\n<p>What’s really exciting for me is what’s coming in the future. First of all, the 2.0 series was an unparalleled success, with over 1.8 million downloads, and thanks to the work of Mark Jaquith we’re committing to maintaining stable security and bug fixes on the 2.0 branch until 2010.</p>\n<p>More exciting for most of our users, though, is our new development cycle. Based on everything we’ve learned in the past 3 years of doing WordPress, we’ve decided to shift to a more frequent release schedule like Ubuntu, with major releases coming several times a year. So, for the first time in WordPress’ history, I have an answer to when the next version is coming out: April 23rd.</p>\n<p>Even better, the development will be driven primarily by <a href=\"http://wordpress.org/extend/ideas/\">the features you guys are voting for on the ideas board</a>. (But wait, there’s more: the ideas board now has a new Hot-or-Not-like interface for rating a bunch of ideas at once, <a href=\"http://wordpress.org/extend/ideas/view.php?view=not_voted\">so go get your vote on and have a say in WordPress 2.2</a>.)</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:54:\"http://wordpress.org/development/2007/01/ella-21/feed/\";}s:7:\"summary\";s:377:\"On behalf of the WordPress.org community of commiters, contributers, and volunteers, I’m very proud to announce the immediate availability of WordPress 2.1 “Ella”, named for jazz vocalist Ella Fitzgerald. Here’s a sampling of what’s in the new version:\n\n Autosave makes sure you never lose a post again. \n Our new tabbed editor allows you to [...]\";s:12:\"atom_content\";s:4690:\"<p>On behalf of the WordPress.org community of commiters, contributers, and volunteers, I’m very proud to announce <a href=\"http://wordpress.org/download/\">the immediate availability of WordPress 2.1 “Ella”</a>, named for jazz vocalist <a href=\"http://www.ellafitzgerald.com/\">Ella Fitzgerald</a>. Here’s a sampling of what’s in the new version:</p>\n<ul>\n<li> <strong>Autosave</strong> makes sure you never lose a post again. </li>\n<li> Our new <strong>tabbed editor</strong> allows you to switch between WYSIWYG and code editing instantly while writing a post. </li>\n<li> The <strong>lossless XML import and export</strong> makes it easy for you to move your content between WordPress blogs. </li>\n<li> Our completely redone visual editor also now includes <strong>spell checking</strong>. </li>\n<li> <strong>New search engine privacy option</strong> allows you take you to indicate your blog shouldn’t ping or be indexed by search engines like Google. </li>\n<li> You can set any “page” to be the front page of your site, and put the latest posts somewhere else, making it much easier to use WordPress as a content management system. </li>\n<li> Much more efficient database code, faster than previous versions. <a href=\"http://dammit.lt/\">Domas Mituzas</a> from MySQL went over all our queries with a fine-toothed comb. </li>\n<li> Links in your blogroll now support sub-categories and you can add categories on the fly. </li>\n<li> Redesigned login screen from the Shuttle project. </li>\n<li> More AJAX to make custom fields, moderation, deletions, and more all faster. My favorite is the comments page, which new lets you approve or unapprove things instantly. </li>\n<li> Pages can now be drafts, or private. </li>\n<li> Our admin has been refreshed to load faster and be more visually consistent. </li>\n<li> The dashboard now loads instantly and brings RSS feeds asynchronously in the background. </li>\n<li> Comment feeds now include all the comments, not just the last 10. </li>\n<li> Better internationalization and support for right-to-left languages. </li>\n<li> The <strong>upload manager</strong> lets you easily manage all your uploads pictures, video, and audio. </li>\n<li> A <a href=\"http://akismet.com/blog/2007/01/version-20/\">new version of the Akismet plugin</a> is bundled. </li>\n</ul>\n<p>…and much, much more. There are little easter eggs hidden everywhere, so the best way to find everything new is to <a href=\"http://wordpress.org/download/\">just try it out</a>.</p>\n<h3>Developer Features</h3>\n<p>Developers will especially love this release, as it has much cleaner code than 2.0 and includes hundreds of enhancements that will enable a new generation of richer plugins. Here’s a taste of some of the things included:</p>\n<ul>\n<li> Psuedo-cron functionality let’s you schedule events much like cron. </li>\n<li> Users admin can now comfortably handle hundreds of thousands of users. </li>\n<li> The new WP_Error class cleans up how we do error reporting and handling. </li>\n<li> The javascript loader makes it easier for plugins to include rich functionality. </li>\n<li> Tons of new hooks and APIs. </li>\n<li> We’ve started to fill out our code inline documentation. </li>\n<li> Image and thumbnail API allows for richer media plugins. </li>\n<li> Custom header, color picker, and image cropping framework. </li>\n</ul>\n<p>2.1 also <a href=\"http://trac.wordpress.org/query?status=closed&milestone=2.1\">includes over 550 bug fixes</a>.</p>\n<h3>The Future</h3>\n<p>What’s really exciting for me is what’s coming in the future. First of all, the 2.0 series was an unparalleled success, with over 1.8 million downloads, and thanks to the work of Mark Jaquith we’re committing to maintaining stable security and bug fixes on the 2.0 branch until 2010.</p>\n<p>More exciting for most of our users, though, is our new development cycle. Based on everything we’ve learned in the past 3 years of doing WordPress, we’ve decided to shift to a more frequent release schedule like Ubuntu, with major releases coming several times a year. So, for the first time in WordPress’ history, I have an answer to when the next version is coming out: April 23rd.</p>\n<p>Even better, the development will be driven primarily by <a href=\"http://wordpress.org/extend/ideas/\">the features you guys are voting for on the ideas board</a>. (But wait, there’s more: the ideas board now has a new Hot-or-Not-like interface for rating a bunch of ideas at once, <a href=\"http://wordpress.org/extend/ideas/view.php?view=not_voted\">so go get your vote on and have a say in WordPress 2.2</a>.)</p>\n\";}i:3;a:12:{s:5:\"title\";s:15:\"WordPress 2.0.7\";s:4:\"link\";s:55:\"http://wordpress.org/development/2007/01/wordpress-207/\";s:8:\"comments\";s:64:\"http://wordpress.org/development/2007/01/wordpress-207/#comments\";s:7:\"pubdate\";s:31:\"Mon, 15 Jan 2007 22:14:24 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Mark Jaquith\";}s:8:\"category\";s:16:\"SecurityReleases\";s:4:\"guid\";s:55:\"http://wordpress.org/development/2007/01/wordpress-207/\";s:11:\"description\";s:331:\"Recently a bug in certain versions of PHP came to our attention that could cause a security vulnerability in your blog. We’re able to work around it fairly easily, so we’ve decided to release 2.0.7 to fix the PHP security problem and the Feedburner issue that was in 2.0.6. It is recommended that everyone running [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2239:\"<p>Recently a bug in certain versions of PHP came to our attention that could cause a security vulnerability in your blog. We’re able to work around it fairly easily, so we’ve decided to release 2.0.7 to fix the PHP security problem and the Feedburner issue that was in 2.0.6. It is recommended that everyone running WordPress 2.0.6 or lower <a href=\"http://wordpress.org/download/\">upgrade to this new version</a>.</p>\n<p>Because this is a much smaller update than previous versions, you do not have to update all of WordPress’ files if you’re upgrading from version 2.0.6. Here is the list of files that have changed since 2.0.6:</p>\n<ul>\n<li>wp-admin/inline-uploading.php</li>\n<li>wp-admin/post.php</li>\n<li>wp-includes/classes.php</li>\n<li>wp-includes/functions.php</li>\n<li>wp-settings.php</li>\n<li>wp-includes/version.php</li>\n</ul>\n<p>We know it sucks to have a release only 10 days after our last one, but we think it’s important enough for your blog to be secure to do it, and hopefully only having to change a few files will make the upgrade easier than normal.</p>\n<p>Here are the changes that have been made since 2.0.6:</p>\n<ul>\n<li>Security fix for <code>wp_unregister_GLOBALS()</code> to work around the <a href=\"http://www.hardened-php.net/hphp/zend_hash_del_key_or_index_vulnerability.html\">zend_hash_del_key_or_index bug</a> in PHP 4 versions less than 4.4.3 and PHP 5 versions less than 5.1.4 with <code>register_globals</code> set to “On.”</li>\n<li>Feeds now properly serve <code>304 Not Modified</code> headers instead of mismatched 200/304 headers (a.k.a. the FeedBurner bug).</li>\n<li>Backport of another <code>304 Not Modified</code> fix from WordPress 2.1</li>\n<li>Deleting WordPress Pages no longer gives an “Are You Sure?” prompt.</li>\n<li>After deleting a WordPress Page, you are now properly redirected to the Edit Pages screen.</li>\n<li>Sending an image at original size in Internet Explorer no longer adds an incorrect “height” attribute.</li>\n</ul>\n<p>And just as a reminder, the next major version of WordPress (2.1) is due out by the end of the month, but the 2.0 branch of WordPress will continue to be maintained for several years.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/development/2007/01/wordpress-207/feed/\";}s:7:\"summary\";s:331:\"Recently a bug in certain versions of PHP came to our attention that could cause a security vulnerability in your blog. We’re able to work around it fairly easily, so we’ve decided to release 2.0.7 to fix the PHP security problem and the Feedburner issue that was in 2.0.6. It is recommended that everyone running [...]\";s:12:\"atom_content\";s:2239:\"<p>Recently a bug in certain versions of PHP came to our attention that could cause a security vulnerability in your blog. We’re able to work around it fairly easily, so we’ve decided to release 2.0.7 to fix the PHP security problem and the Feedburner issue that was in 2.0.6. It is recommended that everyone running WordPress 2.0.6 or lower <a href=\"http://wordpress.org/download/\">upgrade to this new version</a>.</p>\n<p>Because this is a much smaller update than previous versions, you do not have to update all of WordPress’ files if you’re upgrading from version 2.0.6. Here is the list of files that have changed since 2.0.6:</p>\n<ul>\n<li>wp-admin/inline-uploading.php</li>\n<li>wp-admin/post.php</li>\n<li>wp-includes/classes.php</li>\n<li>wp-includes/functions.php</li>\n<li>wp-settings.php</li>\n<li>wp-includes/version.php</li>\n</ul>\n<p>We know it sucks to have a release only 10 days after our last one, but we think it’s important enough for your blog to be secure to do it, and hopefully only having to change a few files will make the upgrade easier than normal.</p>\n<p>Here are the changes that have been made since 2.0.6:</p>\n<ul>\n<li>Security fix for <code>wp_unregister_GLOBALS()</code> to work around the <a href=\"http://www.hardened-php.net/hphp/zend_hash_del_key_or_index_vulnerability.html\">zend_hash_del_key_or_index bug</a> in PHP 4 versions less than 4.4.3 and PHP 5 versions less than 5.1.4 with <code>register_globals</code> set to “On.”</li>\n<li>Feeds now properly serve <code>304 Not Modified</code> headers instead of mismatched 200/304 headers (a.k.a. the FeedBurner bug).</li>\n<li>Backport of another <code>304 Not Modified</code> fix from WordPress 2.1</li>\n<li>Deleting WordPress Pages no longer gives an “Are You Sure?” prompt.</li>\n<li>After deleting a WordPress Page, you are now properly redirected to the Edit Pages screen.</li>\n<li>Sending an image at original size in Internet Explorer no longer adds an incorrect “height” attribute.</li>\n</ul>\n<p>And just as a reminder, the next major version of WordPress (2.1) is due out by the end of the month, but the 2.0 branch of WordPress will continue to be maintained for several years.</p>\n\";}i:4;a:12:{s:5:\"title\";s:17:\"Ideas and Kvetch!\";s:4:\"link\";s:58:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/\";s:8:\"comments\";s:67:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/#comments\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 18:18:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:15:\"MetaDevelopment\";s:4:\"guid\";s:58:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/\";s:11:\"description\";s:324:\"It’s a new year, and we have a new major release of WordPress coming soon. (We’re currently aiming for the 22nd.) It’s as good a time as any to examine where we’ve been, and where we are, and where we’re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2235:\"<p>It’s a new year, and we have a new major release of WordPress coming soon. (We’re currently aiming for the 22nd.) It’s as good a time as any to examine where we’ve been, and where we are, and where we’re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads of WP, and that’s not even counting the people who install it through their host’s one-click install or the half a million who have experienced it through the hosted WordPress.com. WordPress is touching more lives than ever.</p>\n<p>However, just because what we’ve done has worked in the past doesn’t mean it’s the best for the future. We have to take a self-critical look at assumptions we have about our development process and WP itself. The upcoming release, which has been long coming, is a perfect time to focus on WP’s secret ingredient… you.</p>\n<p>If you could add anything in the world to WordPress, what would it be? If you could name the thing that frustrates you the most about WP, what would that be?</p>\n<p>Now you can tell us. We’re announcing new projects—two sides of the same coin.</p>\n<p><a href=\"http://wordpress.org/extend/ideas/\">The first is simply called Ideas</a>, and it’s a place where you can share your wildest WordPress wishes with the world, and also vote on other people’s ideas. This allows people outside our normal circle of developers to have a direct say in what goes into the next version of WordPress. For 2.2, which comes out in late April, we will include the top voted on features, so propose something, tell your friends about it, and link it from your blog.</p>\n<p>The second we’ve named after the <a href=\"http://www.answers.com/kvetch\">Yiddish word</a>, <a href=\"http://wordpress.org/extend/kvetch/\">Kvetch</a>. This is a place where you can quickly and anonymously express whatever might disagree with you in the WordPress world. Let it all loose, but try to keep it PG rated, and we’ll show a random kvetch on the page once we get enough in the system.</p>\n<p>Both are just part of putting you guys—our users—first. It’s easy because there’s so many of you.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:63:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/feed/\";}s:7:\"summary\";s:324:\"It’s a new year, and we have a new major release of WordPress coming soon. (We’re currently aiming for the 22nd.) It’s as good a time as any to examine where we’ve been, and where we are, and where we’re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads [...]\";s:12:\"atom_content\";s:2235:\"<p>It’s a new year, and we have a new major release of WordPress coming soon. (We’re currently aiming for the 22nd.) It’s as good a time as any to examine where we’ve been, and where we are, and where we’re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads of WP, and that’s not even counting the people who install it through their host’s one-click install or the half a million who have experienced it through the hosted WordPress.com. WordPress is touching more lives than ever.</p>\n<p>However, just because what we’ve done has worked in the past doesn’t mean it’s the best for the future. We have to take a self-critical look at assumptions we have about our development process and WP itself. The upcoming release, which has been long coming, is a perfect time to focus on WP’s secret ingredient… you.</p>\n<p>If you could add anything in the world to WordPress, what would it be? If you could name the thing that frustrates you the most about WP, what would that be?</p>\n<p>Now you can tell us. We’re announcing new projects—two sides of the same coin.</p>\n<p><a href=\"http://wordpress.org/extend/ideas/\">The first is simply called Ideas</a>, and it’s a place where you can share your wildest WordPress wishes with the world, and also vote on other people’s ideas. This allows people outside our normal circle of developers to have a direct say in what goes into the next version of WordPress. For 2.2, which comes out in late April, we will include the top voted on features, so propose something, tell your friends about it, and link it from your blog.</p>\n<p>The second we’ve named after the <a href=\"http://www.answers.com/kvetch\">Yiddish word</a>, <a href=\"http://wordpress.org/extend/kvetch/\">Kvetch</a>. This is a place where you can quickly and anonymously express whatever might disagree with you in the WordPress world. Let it all loose, but try to keep it PG rated, and we’ll show a random kvetch on the page once we get enough in the system.</p>\n<p>Both are just part of putting you guys—our users—first. It’s easy because there’s so many of you.</p>\n\";}i:5;a:12:{s:5:\"title\";s:15:\"WordPress 2.0.6\";s:4:\"link\";s:55:\"http://wordpress.org/development/2007/01/wordpress-206/\";s:8:\"comments\";s:64:\"http://wordpress.org/development/2007/01/wordpress-206/#comments\";s:7:\"pubdate\";s:31:\"Fri, 05 Jan 2007 13:24:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:16:\"SecurityReleases\";s:4:\"guid\";s:55:\"http://wordpress.org/development/2007/01/wordpress-206/\";s:11:\"description\";s:414:\"We have a pretty important release available for everyone, it includes an important security fix and it’s recommended that everyone upgrade. This is the latest release in our stable 2.0 line, which we’ve committed to maintaining for several more years.\nHere’s what’s new:\n\nThe aforementioned security fixes.\nHTML quicktags now work in Safari browsers.\nComments are filtered to prevent [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1444:\"<p>We have a pretty important release available for everyone, it includes an important security fix and it’s recommended that everyone upgrade. This is the latest release in our stable 2.0 line, which we’ve committed to maintaining for several more years.</p>\n<p>Here’s what’s new:</p>\n<ul>\n<li>The aforementioned security fixes.</li>\n<li>HTML quicktags now work in Safari browsers.</li>\n<li>Comments are filtered to prevent them from messing up your blog layout.</li>\n<li>Compatibility with PHP/FastCGI setups.</li>\n</ul>\n<p>For developers, there’s a new anti-XSS function called attribute_escape(), and a new filter called “query” which allows you filter any SQL at runtime. (Which is pretty powerful.) Thanks to Mark Jaquith for handling this release and Stefan Esser for responsibly reporting the security issue.</p>\n<p>As always, <a href=\"http://wordpress.org/download/\">you can download the latest version of WordPress here</a>.</p>\n<p>As a side note, this is probably our last release before 2.1 is out, which will be our first major feature release in quite a while. 2.1 just entered beta stage, so if you’re interested in helping out with that process consider <a href=\"http://wordpress.org/download/beta/\">joining our beta group</a>. As a reminder, if you’re a plugin or theme author you should check your code to make sure it’s compatible with 2.1 before the release.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/development/2007/01/wordpress-206/feed/\";}s:7:\"summary\";s:414:\"We have a pretty important release available for everyone, it includes an important security fix and it’s recommended that everyone upgrade. This is the latest release in our stable 2.0 line, which we’ve committed to maintaining for several more years.\nHere’s what’s new:\n\nThe aforementioned security fixes.\nHTML quicktags now work in Safari browsers.\nComments are filtered to prevent [...]\";s:12:\"atom_content\";s:1444:\"<p>We have a pretty important release available for everyone, it includes an important security fix and it’s recommended that everyone upgrade. This is the latest release in our stable 2.0 line, which we’ve committed to maintaining for several more years.</p>\n<p>Here’s what’s new:</p>\n<ul>\n<li>The aforementioned security fixes.</li>\n<li>HTML quicktags now work in Safari browsers.</li>\n<li>Comments are filtered to prevent them from messing up your blog layout.</li>\n<li>Compatibility with PHP/FastCGI setups.</li>\n</ul>\n<p>For developers, there’s a new anti-XSS function called attribute_escape(), and a new filter called “query” which allows you filter any SQL at runtime. (Which is pretty powerful.) Thanks to Mark Jaquith for handling this release and Stefan Esser for responsibly reporting the security issue.</p>\n<p>As always, <a href=\"http://wordpress.org/download/\">you can download the latest version of WordPress here</a>.</p>\n<p>As a side note, this is probably our last release before 2.1 is out, which will be our first major feature release in quite a while. 2.1 just entered beta stage, so if you’re interested in helping out with that process consider <a href=\"http://wordpress.org/download/beta/\">joining our beta group</a>. As a reminder, if you’re a plugin or theme author you should check your code to make sure it’s compatible with 2.1 before the release.</p>\n\";}i:6;a:12:{s:5:\"title\";s:16:\"Limited T-shirts\";s:4:\"link\";s:58:\"http://wordpress.org/development/2006/12/limited-t-shirts/\";s:8:\"comments\";s:67:\"http://wordpress.org/development/2006/12/limited-t-shirts/#comments\";s:7:\"pubdate\";s:31:\"Thu, 14 Dec 2006 23:49:02 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:13:\"StoreWordCamp\";s:4:\"guid\";s:58:\"http://wordpress.org/development/2006/12/limited-t-shirts/\";s:11:\"description\";s:306:\"At various events throughout 2006, like SxSW and WordCamp we had t-shirts and each time we got a ton of requests for people who weren’t there to be able to buy them. Well, now you can. We have a limited supply of some of our shirts from this year available to order online.\nYou can’t tell [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1430:\"<p>At various events throughout 2006, like SxSW and WordCamp we had t-shirts and each time we got a ton of requests for people who weren’t there to be able to buy them. Well, now you can. We have a limited supply of some of our shirts from this year <a href=\"http://www.goodstorm.com/stores/wordpress\">available to order online</a>.</p>\n<p>You can’t tell from the pictures, but the black shirts have a larger W logo and make you feel a bit <a href=\"http://flickr.com/photos/photomatt/110143508/\">like Superman</a>. The grey WordCamp shirts have the logo a bit smaller, and are a bit reminiscent of <a href=\"http://daringfireball.net/\">Daring Fireball</a>. Both look good with jeans.</p>\n<p>Part of the idea is once we print a style, we never do it again, so each shirt will be representative of a certain time in WordPress history. Since these are the very first, they make a great gift for yourself or that special blogging geek in you life. <a href=\"http://www.goodstorm.com/stores/wordpress\">Check out the store</a>.</p>\n<p>If you have any pictures of yourself in a WordPress shirt on Flickr, be sure to <a href=\"http://flickr.com/photos/tags/wordpressshirt/\">tag them wordpressshirt</a> to join the fun.</p>\n<p><strong>Update:</strong> We’re very sorry, but Goodstorm only ships to the US. If you’d like that to change, <a href=\"http://www.goodstorm.com/feedback\">send Goodstorm some feedback</a>.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:63:\"http://wordpress.org/development/2006/12/limited-t-shirts/feed/\";}s:7:\"summary\";s:306:\"At various events throughout 2006, like SxSW and WordCamp we had t-shirts and each time we got a ton of requests for people who weren’t there to be able to buy them. Well, now you can. We have a limited supply of some of our shirts from this year available to order online.\nYou can’t tell [...]\";s:12:\"atom_content\";s:1430:\"<p>At various events throughout 2006, like SxSW and WordCamp we had t-shirts and each time we got a ton of requests for people who weren’t there to be able to buy them. Well, now you can. We have a limited supply of some of our shirts from this year <a href=\"http://www.goodstorm.com/stores/wordpress\">available to order online</a>.</p>\n<p>You can’t tell from the pictures, but the black shirts have a larger W logo and make you feel a bit <a href=\"http://flickr.com/photos/photomatt/110143508/\">like Superman</a>. The grey WordCamp shirts have the logo a bit smaller, and are a bit reminiscent of <a href=\"http://daringfireball.net/\">Daring Fireball</a>. Both look good with jeans.</p>\n<p>Part of the idea is once we print a style, we never do it again, so each shirt will be representative of a certain time in WordPress history. Since these are the very first, they make a great gift for yourself or that special blogging geek in you life. <a href=\"http://www.goodstorm.com/stores/wordpress\">Check out the store</a>.</p>\n<p>If you have any pictures of yourself in a WordPress shirt on Flickr, be sure to <a href=\"http://flickr.com/photos/tags/wordpressshirt/\">tag them wordpressshirt</a> to join the fun.</p>\n<p><strong>Update:</strong> We’re very sorry, but Goodstorm only ships to the US. If you’d like that to change, <a href=\"http://www.goodstorm.com/feedback\">send Goodstorm some feedback</a>.</p>\n\";}i:7;a:12:{s:5:\"title\";s:31:\"Is your plugin Naughty or Nice?\";s:4:\"link\";s:57:\"http://wordpress.org/development/2006/12/naughty-or-nice/\";s:8:\"comments\";s:66:\"http://wordpress.org/development/2006/12/naughty-or-nice/#comments\";s:7:\"pubdate\";s:31:\"Mon, 11 Dec 2006 18:11:05 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:11:\"Development\";s:4:\"guid\";s:57:\"http://wordpress.org/development/2006/12/naughty-or-nice/\";s:11:\"description\";s:315:\"Guest article by Aaron Brazell\nWordPress 2.1 is almost here and you know what that means for developers. It’s time to pull out those old plugins you’ve had stashed, blow off the dust and start applying some spit and polish and make sure it will last longer than Grandma’s Ham and Bean soup that has been [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2284:\"<p><cite>Guest article by <a href=\'http://www.technosailor.com/\'>Aaron Brazell</a></cite></p>\n<p>WordPress 2.1 is almost here and you know what that means for developers. It’s time to pull out those old plugins you’ve had stashed, blow off the dust and start applying some spit and polish and make sure it will last longer than Grandma’s Ham and Bean soup that has been sitting in the refrigerator for weeks.</p>\n<p>Many of the big changes in WordPress 2.1 are MySQL related so grab a pen and paper (or open Notepad) and start taking notes.</p>\n<ul>\n<li>The <code>$table*</code> variables have all been eliminated. They have not been deprecated as doing so would mean that the variables are still present but developers are no longer encouraged to use them. In this case, they have been removed from the core. When you’re developing plugins that contain SQL statements, ensure you globalize <code>$wpdb</code>, and call tables using <code>$wpdb->posts</code>, <code>$wpdb->post2cat</code>, etc. Likewise, the former <code>$table_prefix</code> variable that developers could globalize before to find the MySQL table prefix defined in <code>wp-config.php</code> has also been deprecated in favor of <code>$wpdb->prefix</code>.</li>\n<li>Developers using the former linkcategories table should be aware that link categories are now part of categories. They are simply given another category ID and are not maintained separate from post categories.</li>\n<li>The posts table now has a column of <code>post_type</code> that should help developers distinguish between posts and pages.</li>\n<li>Future posts now gain the <code>post_status</code> of ‘future’ which eliminates the use of <code>NOW()</code> in all queries in the core. Plugin developers should follow suit.</li>\n</ul>\n<p>WordPress 2.1 is nearing the time when the codebase will be released for testing, but it’s not too early to get those plugins and themes tweaked for the release. There is a <a href=\"http://codex.wordpress.org/User:Spencerp/2.1alpha3_Plugin_Compatibility\">Codex page</a> where plugin compatibility is being tracked as well.</p>\n<p><strong>Editor’s note:</strong> If you stick to the WP APIs as much as possible you won’t run into plugin upgrade issues like this.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:62:\"http://wordpress.org/development/2006/12/naughty-or-nice/feed/\";}s:7:\"summary\";s:315:\"Guest article by Aaron Brazell\nWordPress 2.1 is almost here and you know what that means for developers. It’s time to pull out those old plugins you’ve had stashed, blow off the dust and start applying some spit and polish and make sure it will last longer than Grandma’s Ham and Bean soup that has been [...]\";s:12:\"atom_content\";s:2284:\"<p><cite>Guest article by <a href=\'http://www.technosailor.com/\'>Aaron Brazell</a></cite></p>\n<p>WordPress 2.1 is almost here and you know what that means for developers. It’s time to pull out those old plugins you’ve had stashed, blow off the dust and start applying some spit and polish and make sure it will last longer than Grandma’s Ham and Bean soup that has been sitting in the refrigerator for weeks.</p>\n<p>Many of the big changes in WordPress 2.1 are MySQL related so grab a pen and paper (or open Notepad) and start taking notes.</p>\n<ul>\n<li>The <code>$table*</code> variables have all been eliminated. They have not been deprecated as doing so would mean that the variables are still present but developers are no longer encouraged to use them. In this case, they have been removed from the core. When you’re developing plugins that contain SQL statements, ensure you globalize <code>$wpdb</code>, and call tables using <code>$wpdb->posts</code>, <code>$wpdb->post2cat</code>, etc. Likewise, the former <code>$table_prefix</code> variable that developers could globalize before to find the MySQL table prefix defined in <code>wp-config.php</code> has also been deprecated in favor of <code>$wpdb->prefix</code>.</li>\n<li>Developers using the former linkcategories table should be aware that link categories are now part of categories. They are simply given another category ID and are not maintained separate from post categories.</li>\n<li>The posts table now has a column of <code>post_type</code> that should help developers distinguish between posts and pages.</li>\n<li>Future posts now gain the <code>post_status</code> of ‘future’ which eliminates the use of <code>NOW()</code> in all queries in the core. Plugin developers should follow suit.</li>\n</ul>\n<p>WordPress 2.1 is nearing the time when the codebase will be released for testing, but it’s not too early to get those plugins and themes tweaked for the release. There is a <a href=\"http://codex.wordpress.org/User:Spencerp/2.1alpha3_Plugin_Compatibility\">Codex page</a> where plugin compatibility is being tracked as well.</p>\n<p><strong>Editor’s note:</strong> If you stick to the WP APIs as much as possible you won’t run into plugin upgrade issues like this.</p>\n\";}i:8;a:12:{s:5:\"title\";s:23:\"WordPress 2.0.5 - Ronan\";s:4:\"link\";s:51:\"http://wordpress.org/development/2006/10/205-ronan/\";s:8:\"comments\";s:60:\"http://wordpress.org/development/2006/10/205-ronan/#comments\";s:7:\"pubdate\";s:31:\"Fri, 27 Oct 2006 23:17:01 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:8:\"Releases\";s:4:\"guid\";s:51:\"http://wordpress.org/development/2006/10/205-ronan/\";s:11:\"description\";s:360:\"It’s new release time. The latest in our venerable 2.0 series, which now counts over 1.2 million downloads, is available for download immediately, and we suggest everyone upgrade as this includes security fixes. We’re breaking the tradition of naming releases after jazz musicians to congratulate Ryan Boren on his new son (and first WP baby) [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1327:\"<p>It’s new release time. The latest in our venerable 2.0 series, which now counts over 1.2 million downloads, <a href=\"http://wordpress.org/download/\">is available for download immediately</a>, and we suggest everyone upgrade as this includes security fixes. We’re breaking the tradition of naming releases after jazz musicians to congratulate Ryan Boren on his new son (and first WP baby) Ronan.</p>\n<p>What’s new? We have about 50 or so bugfixes, which you <a href=\"http://trac.wordpress.org/query?status=closed&resolution=fixed&milestone=2.0.5\">can review on our dev tracker here</a>, mostly minor bug fixes around feeds, custom fields, and internationalization. If you’d like a nitty-gritty view, check out <a href=\"http://markjaquith.wordpress.com/2006/10/17/changes-in-wordpress-205/\">Mark’s blog post on the changes</a>.</p>\n<p>Like every release this was the result of a lot of people in the WordPress community, and I’d like to thank all our contributors and testers including Mustlive, Peter Westwood, and Robert Deaton. This is also the first release handled by our new 2.0 maintainer, Mark Jaquith. He joins myself and Ryan with commit access and is “committed” to keeping the 2.0 base stable as we head into the exciting new 2.1 world. Congrats to Mark</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:56:\"http://wordpress.org/development/2006/10/205-ronan/feed/\";}s:7:\"summary\";s:360:\"It’s new release time. The latest in our venerable 2.0 series, which now counts over 1.2 million downloads, is available for download immediately, and we suggest everyone upgrade as this includes security fixes. We’re breaking the tradition of naming releases after jazz musicians to congratulate Ryan Boren on his new son (and first WP baby) [...]\";s:12:\"atom_content\";s:1327:\"<p>It’s new release time. The latest in our venerable 2.0 series, which now counts over 1.2 million downloads, <a href=\"http://wordpress.org/download/\">is available for download immediately</a>, and we suggest everyone upgrade as this includes security fixes. We’re breaking the tradition of naming releases after jazz musicians to congratulate Ryan Boren on his new son (and first WP baby) Ronan.</p>\n<p>What’s new? We have about 50 or so bugfixes, which you <a href=\"http://trac.wordpress.org/query?status=closed&resolution=fixed&milestone=2.0.5\">can review on our dev tracker here</a>, mostly minor bug fixes around feeds, custom fields, and internationalization. If you’d like a nitty-gritty view, check out <a href=\"http://markjaquith.wordpress.com/2006/10/17/changes-in-wordpress-205/\">Mark’s blog post on the changes</a>.</p>\n<p>Like every release this was the result of a lot of people in the WordPress community, and I’d like to thank all our contributors and testers including Mustlive, Peter Westwood, and Robert Deaton. This is also the first release handled by our new 2.0 maintainer, Mark Jaquith. He joins myself and Ryan with commit access and is “committed” to keeping the 2.0 base stable as we head into the exciting new 2.1 world. Congrats to Mark</p>\n\";}i:9;a:12:{s:5:\"title\";s:18:\"MU 1.0 and bbPress\";s:4:\"link\";s:56:\"http://wordpress.org/development/2006/10/mu-and-bbpress/\";s:8:\"comments\";s:65:\"http://wordpress.org/development/2006/10/mu-and-bbpress/#comments\";s:7:\"pubdate\";s:31:\"Mon, 23 Oct 2006 09:54:24 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:26:\"GeneralReleasesDevelopment\";s:4:\"guid\";s:56:\"http://wordpress.org/development/2006/10/mu-and-bbpress/\";s:11:\"description\";s:349:\"The WordPress family has been really starting to grow lately. I wanted to let you guys know about two big releases: WordPress Multi-user 1.0 and bbPress 0.72.\nWordPress MU is an official branch of WordPress that is designed for managing and hosting thousands of blogs instead of just one. It’s the software that powers WordPress.com, for [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1846:\"<p>The WordPress family has been really starting to grow lately. I wanted to let you guys know about two big releases: WordPress Multi-user 1.0 and bbPress 0.72.</p>\n<p><a href=\"http://mu.wordpress.org/\">WordPress MU</a> is an official branch of WordPress that is designed for managing and hosting thousands of blogs instead of just one. It’s the software that powers <a href=\"http://wordpress.com/\">WordPress.com</a>, for example. MU has been in heavy development for about a year now, and we’ve finally polished it up to a place where we feel like it’s ready for public consumption. Since setup is a bit more complex than the 5-minute install of regular WordPress, MU is best suited for a more server-savvy audience. You can <a href=\"http://mu.wordpress.org/download/\">download it on the WordPress MU site</a>. </p>\n<p>Second I wanted to introduce an old friend you are all probably familiar with from our support forums, <a href=\"http://bbpress.org/\">bbPress</a>. bbPress is forum software with the WordPress touch, and developed by the same folks. It has some pretty cool features, such as tagging, RSS feeds, Akismet spam protection, AJAX interaction, but the team focused the most on creating something fast and light. bbPress can power a forum with hundreds of thousands of posts with just a fraction of the load as WordPress. (If we could re-write WP from scratch, it would be a lot like bbPress.) What is probably most compelling for WordPress users, though, is that bbPress supports complete user and login integration with WP.</p>\n<p>bbPress is not quite 1.0 yet, some of you may recognize the 0.72 version number from the early days of WordPress, but if you’re searching for a little something fresh in forum software, try <a href=\"http://bbpress.org/download/\">downloading bbPress</a> and giving it a go.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:61:\"http://wordpress.org/development/2006/10/mu-and-bbpress/feed/\";}s:7:\"summary\";s:349:\"The WordPress family has been really starting to grow lately. I wanted to let you guys know about two big releases: WordPress Multi-user 1.0 and bbPress 0.72.\nWordPress MU is an official branch of WordPress that is designed for managing and hosting thousands of blogs instead of just one. It’s the software that powers WordPress.com, for [...]\";s:12:\"atom_content\";s:1846:\"<p>The WordPress family has been really starting to grow lately. I wanted to let you guys know about two big releases: WordPress Multi-user 1.0 and bbPress 0.72.</p>\n<p><a href=\"http://mu.wordpress.org/\">WordPress MU</a> is an official branch of WordPress that is designed for managing and hosting thousands of blogs instead of just one. It’s the software that powers <a href=\"http://wordpress.com/\">WordPress.com</a>, for example. MU has been in heavy development for about a year now, and we’ve finally polished it up to a place where we feel like it’s ready for public consumption. Since setup is a bit more complex than the 5-minute install of regular WordPress, MU is best suited for a more server-savvy audience. You can <a href=\"http://mu.wordpress.org/download/\">download it on the WordPress MU site</a>. </p>\n<p>Second I wanted to introduce an old friend you are all probably familiar with from our support forums, <a href=\"http://bbpress.org/\">bbPress</a>. bbPress is forum software with the WordPress touch, and developed by the same folks. It has some pretty cool features, such as tagging, RSS feeds, Akismet spam protection, AJAX interaction, but the team focused the most on creating something fast and light. bbPress can power a forum with hundreds of thousands of posts with just a fraction of the load as WordPress. (If we could re-write WP from scratch, it would be a lot like bbPress.) What is probably most compelling for WordPress users, though, is that bbPress supports complete user and login integration with WP.</p>\n<p>bbPress is not quite 1.0 yet, some of you may recognize the 0.72 version number from the early days of WordPress, but if you’re searching for a little something fresh in forum software, try <a href=\"http://bbpress.org/download/\">downloading bbPress</a> and giving it a go.</p>\n\";}}s:7:\"channel\";a:7:{s:5:\"title\";s:26:\"WordPress Development Blog\";s:4:\"link\";s:32:\"http://wordpress.org/development\";s:11:\"description\";s:33:\"WordPress development and updates\";s:7:\"pubdate\";s:31:\"Fri, 02 Mar 2007 22:14:58 +0000\";s:9:\"generator\";s:36:\"http://wordpress.org/?v=2.2-bleeding\";s:8:\"language\";s:2:\"en\";s:7:\"tagline\";s:33:\"WordPress development and updates\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}s:13:\"last_modified\";s:31:\"Fri, 02 Mar 2007 22:14:58 GMT\r\n\";s:4:\"etag\";s:36:\"\"bcc4c67e16e019511fb753ae15aa3a6e\"\r\n\";}',20,8,'',1,'no'),(69,0,'doing_cron','Y',1,'0',20,8,'',1,'yes'),(71,0,'rss_0ff4b43bd116a9d8720d689c80e7dfd4_ts','Y',1,'1173487273',20,8,'',1,'no'),(72,0,'rss_867bd5c64f85878d03a060509cd2f92c','Y',1,'O:9:\"magpierss\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:50:{i:0;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 3/09\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/03/09/wordpress-theme-releases-for-309/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/100418055/\";s:11:\"description\";s:1065:\"<p><a href=\"http://www.themeporter.com/2007/03/08/atomohost-wordpress-theme/\">Atomohost</a> is a 2 column clean css layout made in shades of blue and ideal for business blogs.</p>\n<p><a href=\"http://themes.wordpress.net/columns/3-columns/1732/nonzero-red-lcr/\">nonzero red LCR</a> is a new widget ready Fluid WordPress template with both left and right sidebar by <a href=\"http://www.headsetoptions.org/\">headsetoptions.org</a> and <a href=\"http://www.mandarinmusing.com/\">MandarinMusing</a> based on design by <a href=\"http://www.nodethirtythree.com/\">NodeThirtyThree Design</a>.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1730/white-blue-10/\">White Blue</a> is a two column white and blue fixed width theme by <a href=\"http://www.kimmysia.com/\">Kimmy Sia</a>.</p>\n<p><a href=\"http://biboz.net/rubi/\">Rubi</a> is a two column red and pink theme.</p>\n<p><a href=\"http://themes.wordpress.net/columns/3-columns/1729/liquid-20/\">Liquid</a> is a two column fluid, widget ready WordPress theme by <a href=\"http://milo.peety-passion.com/\">Milo</a>.</p>\";s:7:\"pubdate\";s:31:\"Fri, 09 Mar 2007 05:45:16 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1065:\"<p><a href=\"http://www.themeporter.com/2007/03/08/atomohost-wordpress-theme/\">Atomohost</a> is a 2 column clean css layout made in shades of blue and ideal for business blogs.</p>\n<p><a href=\"http://themes.wordpress.net/columns/3-columns/1732/nonzero-red-lcr/\">nonzero red LCR</a> is a new widget ready Fluid WordPress template with both left and right sidebar by <a href=\"http://www.headsetoptions.org/\">headsetoptions.org</a> and <a href=\"http://www.mandarinmusing.com/\">MandarinMusing</a> based on design by <a href=\"http://www.nodethirtythree.com/\">NodeThirtyThree Design</a>.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1730/white-blue-10/\">White Blue</a> is a two column white and blue fixed width theme by <a href=\"http://www.kimmysia.com/\">Kimmy Sia</a>.</p>\n<p><a href=\"http://biboz.net/rubi/\">Rubi</a> is a two column red and pink theme.</p>\n<p><a href=\"http://themes.wordpress.net/columns/3-columns/1729/liquid-20/\">Liquid</a> is a two column fluid, widget ready WordPress theme by <a href=\"http://milo.peety-passion.com/\">Milo</a>.</p>\";}i:1;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 3/09\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/03/09/wordpress-plugin-releases-for-309/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/100417264/\";s:11:\"description\";s:604:\"<p><a href=\"http://borkweb.com/story/masterwish-wordpress-plugin\">MasterWish WordPress Plugin</a> allows you to aggregate your publicly viewable lists from <a href=\"http://www.masterwish.com/\">MasterWish</a>.</p>\n<p><a href=\"http://www.wiso.cz/2007/03/07/my-new-wordpress-plugin-wp-enhanced-plugin-manager-10/\">WP-Enhanced Plugin Management</a> adds some additional functionality to WordPress default plugin management.</p>\n<p><a href=\"http://o7acode.o7a.net/wordpress_plugin/\">o7aCode Plugin</a> allows to use <a href=\"http://o7acode.o7a.net/\">o7aCode</a> for the page-setting of posts and comments.</p>\";s:7:\"pubdate\";s:31:\"Fri, 09 Mar 2007 05:30:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:604:\"<p><a href=\"http://borkweb.com/story/masterwish-wordpress-plugin\">MasterWish WordPress Plugin</a> allows you to aggregate your publicly viewable lists from <a href=\"http://www.masterwish.com/\">MasterWish</a>.</p>\n<p><a href=\"http://www.wiso.cz/2007/03/07/my-new-wordpress-plugin-wp-enhanced-plugin-manager-10/\">WP-Enhanced Plugin Management</a> adds some additional functionality to WordPress default plugin management.</p>\n<p><a href=\"http://o7acode.o7a.net/wordpress_plugin/\">o7aCode Plugin</a> allows to use <a href=\"http://o7acode.o7a.net/\">o7aCode</a> for the page-setting of posts and comments.</p>\";}i:2;a:7:{s:5:\"title\";s:47:\"Ryan Boren: WordPress Bug Hunt: Weekend Edition\";s:4:\"guid\";s:71:\"http://boren.nu/archives/2007/03/08/wordpress-bug-hunt-weekend-edition/\";s:4:\"link\";s:71:\"http://boren.nu/archives/2007/03/08/wordpress-bug-hunt-weekend-edition/\";s:11:\"description\";s:1018:\"<p>The <a href=\"http://boren.nu/archives/2007/03/05/wordpress-bug-hunt-live-fresh-triage/\">bug hunt on Wednesday</a> went very well. We knocked off lots of bugs and had a good time. The best part is that some new contributors came in and really kicked ass. We’re so fired up from the hunt that we’re going to <a href=\"http://codex.wordpress.org/WordPress_Bug_Hunts\">do it again</a> this <a href=\"http://www.timeanddate.com/worldclock/fixedtime.html?month=3&day=10&year=2007&hour=1&min=0&sec=0&p1=0,,\">Saturday</a>. Since I have an infant and thus no life, I’ll be hanging out on the #wordpress-bugs channel Friday night (PST) to help get things rolling. If you’re not getting silly at <a href=\"http://sxsw.com/\">SxSW</a> or otherwise hitting the town that night, join in the hunt. We again will be hunting for 24 hours so drop by whenever you get some spare time. Hopefully a weekend bug hunt will work out better for those who can’t make it on weekdays.</p>\";s:7:\"pubdate\";s:31:\"Fri, 09 Mar 2007 04:40:31 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ryan\";}s:7:\"summary\";s:1018:\"<p>The <a href=\"http://boren.nu/archives/2007/03/05/wordpress-bug-hunt-live-fresh-triage/\">bug hunt on Wednesday</a> went very well. We knocked off lots of bugs and had a good time. The best part is that some new contributors came in and really kicked ass. We’re so fired up from the hunt that we’re going to <a href=\"http://codex.wordpress.org/WordPress_Bug_Hunts\">do it again</a> this <a href=\"http://www.timeanddate.com/worldclock/fixedtime.html?month=3&day=10&year=2007&hour=1&min=0&sec=0&p1=0,,\">Saturday</a>. Since I have an infant and thus no life, I’ll be hanging out on the #wordpress-bugs channel Friday night (PST) to help get things rolling. If you’re not getting silly at <a href=\"http://sxsw.com/\">SxSW</a> or otherwise hitting the town that night, join in the hunt. We again will be hunting for 24 hours so drop by whenever you get some spare time. Hopefully a weekend bug hunt will work out better for those who can’t make it on weekdays.</p>\";}i:3;a:7:{s:5:\"title\";s:37:\"Alex King: Link Harvest Debug Results\";s:4:\"guid\";s:62:\"http://alexking.org/blog/2007/03/08/link-harvest-debug-results\";s:4:\"link\";s:62:\"http://alexking.org/blog/2007/03/08/link-harvest-debug-results\";s:11:\"description\";s:1966:\"<p>The <a href=\"http://alexking.org/blog/2007/02/27/link-harvest-10-debug\">debug</a> <a href=\"http://alexking.org/blog/2007/02/28/link-harvest-10-debug-2\">versions</a> of Link Harvest have yielded a mess of inconsistent data. It appears that the link harvest action can fail for any number of reasons.</p>\n<p>Some of them:</p>\n<ul>\n<li>PHP running out of memory.</li>\n<li>Hitting the script execution time limit.</li>\n<li>Downloading a media file (.mp3, .mov, etc.).</li>\n<li>Overzealous firewalls and plugins like Bad Behavior.</li>\n<li>A myriad of unknown reasons.</li>\n</ul>\n<p>I’m going to address the media file issue and explicitly set a long script timeout in a 1.1 release and see if that makes much of a difference. I’m not sure when that will be available, but I wanted to post the results of the debug efforts and thank those that sent in their debug logs.\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2781&akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_2781\" class=\"akst_share_link\" rel=\"noindex\">Share This</a></p>\n\n <!--\n <rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n <Work rdf:about=\"\">\n <license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n </Work>\n <License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n -->\";s:7:\"pubdate\";s:31:\"Fri, 09 Mar 2007 02:22:47 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:1966:\"<p>The <a href=\"http://alexking.org/blog/2007/02/27/link-harvest-10-debug\">debug</a> <a href=\"http://alexking.org/blog/2007/02/28/link-harvest-10-debug-2\">versions</a> of Link Harvest have yielded a mess of inconsistent data. It appears that the link harvest action can fail for any number of reasons.</p>\n<p>Some of them:</p>\n<ul>\n<li>PHP running out of memory.</li>\n<li>Hitting the script execution time limit.</li>\n<li>Downloading a media file (.mp3, .mov, etc.).</li>\n<li>Overzealous firewalls and plugins like Bad Behavior.</li>\n<li>A myriad of unknown reasons.</li>\n</ul>\n<p>I’m going to address the media file issue and explicitly set a long script timeout in a 1.1 release and see if that makes much of a difference. I’m not sure when that will be available, but I wanted to post the results of the debug efforts and thank those that sent in their debug logs.\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2781&akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_2781\" class=\"akst_share_link\" rel=\"noindex\">Share This</a></p>\n\n <!--\n <rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n <Work rdf:about=\"\">\n <license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n </Work>\n <License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n -->\";}i:4;a:7:{s:5:\"title\";s:40:\"Weblog Tools Collection: R Rated Avatars\";s:4:\"guid\";s:69:\"http://weblogtoolscollection.com/archives/2007/03/08/r-rated-avatars/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/100232208/\";s:11:\"description\";s:1740:\"<p><a href=\"http://mybloglog.com\">MyBlogLog</a> is a good tool. I use it not quite everyday, but often enough to see how many readers are in the <a href=\"http://www.mybloglog.com/buzz/community/weblogtoolscollection/\">WeblogToolsCollection Community</a> and who is visiting the blog. I would like to have regular up to date click through information (and ad click though information, that is a very cool feature, BTW) but since I do not pay for it, I get stale data. Stale data is useful but in a “meh, shrug” sort of way. However, I have been bothered by one aspect of MyBlogLog that I have not been able to shrug off.</p>\n<p>R rated avatars. I thought I had read somewhere that MyBlogLog would watch out for these and filter them out but I have seen them become more and more popular, especially among the marketing crowd.</p>\n<p><em>I have no right to be, nor any qualification to be moral police.</em> But since I cannot police the behaviour of others, I reserve the right to remove, hide, terminate or otherwise remove anything from my site that I deem inappropriate. That being said, I consider R rated avatars inappropriate to be displayed a public blog that is being read by people of all ages and have been actively hiding them when I see them. If you are being hidden from my list on the sidebar, that is probably why. If this turns out to become more prevalent, I will simply remove MyBlogLog from this blog.</p>\n<p>I wonder what MyBlogLog thinks of this growing problem or if they even think of this as a problem. I know <a href=\"http://www.shoemoney.com/2007/02/22/banned-from-mybloglog/\">Jeremy</a> had a rough time recently but what have your experiences been with MyBlogLog? What do you think of the avatars?</p>\";s:7:\"pubdate\";s:31:\"Thu, 08 Mar 2007 13:15:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:1740:\"<p><a href=\"http://mybloglog.com\">MyBlogLog</a> is a good tool. I use it not quite everyday, but often enough to see how many readers are in the <a href=\"http://www.mybloglog.com/buzz/community/weblogtoolscollection/\">WeblogToolsCollection Community</a> and who is visiting the blog. I would like to have regular up to date click through information (and ad click though information, that is a very cool feature, BTW) but since I do not pay for it, I get stale data. Stale data is useful but in a “meh, shrug” sort of way. However, I have been bothered by one aspect of MyBlogLog that I have not been able to shrug off.</p>\n<p>R rated avatars. I thought I had read somewhere that MyBlogLog would watch out for these and filter them out but I have seen them become more and more popular, especially among the marketing crowd.</p>\n<p><em>I have no right to be, nor any qualification to be moral police.</em> But since I cannot police the behaviour of others, I reserve the right to remove, hide, terminate or otherwise remove anything from my site that I deem inappropriate. That being said, I consider R rated avatars inappropriate to be displayed a public blog that is being read by people of all ages and have been actively hiding them when I see them. If you are being hidden from my list on the sidebar, that is probably why. If this turns out to become more prevalent, I will simply remove MyBlogLog from this blog.</p>\n<p>I wonder what MyBlogLog thinks of this growing problem or if they even think of this as a problem. I know <a href=\"http://www.shoemoney.com/2007/02/22/banned-from-mybloglog/\">Jeremy</a> had a rough time recently but what have your experiences been with MyBlogLog? What do you think of the avatars?</p>\";}i:5;a:7:{s:5:\"title\";s:57:\"Weblog Tools Collection: Install Wordpress on a USB stick\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/03/08/install-wordpress-on-a-usb-stick/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/100184200/\";s:11:\"description\";s:343:\"<p><a href=\"http://ralph.fm/2007/03/08/how-to-install-wordpress-on-a-usb-stick/\">How to install Wordpress on a USB stick</a> takes you through installing and configuring <a href=\"http://www.apachefriends.org/en/xampp-windows.html\">XAMPP-Lite</a> to install WordPress on a USB. Infact, you can follow the guide it on your hard disk as well.</p>\";s:7:\"pubdate\";s:31:\"Thu, 08 Mar 2007 08:15:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:343:\"<p><a href=\"http://ralph.fm/2007/03/08/how-to-install-wordpress-on-a-usb-stick/\">How to install Wordpress on a USB stick</a> takes you through installing and configuring <a href=\"http://www.apachefriends.org/en/xampp-windows.html\">XAMPP-Lite</a> to install WordPress on a USB. Infact, you can follow the guide it on your hard disk as well.</p>\";}i:6;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 3/08\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/03/08/wordpress-plugin-releases-for-308/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/100181509/\";s:11:\"description\";s:1386:\"<p><a href=\"http://dancameron.org/wordpress/wordpress-plugins/css-ajax-switch/\">CSS AJAX Switch</a> is a Wordpress Plugin that allows for CSS switching without any reload. It stores the selection for future visits as well.</p>\n<p><a href=\"http://konicki.com/blog2/downloads/\">Imieniny WordPress Widget Plugin</a> provides the various saints names commemorated on a particular day. In parts of Europe, particularly Poland, saints ‘namedays’ or Imieniny are celebrated like birthdays.</p>\n<p><a href=\"http://www.mutube.com/projects/wordpress/quick-sms/\">Quick SMS</a> is a Wordpress Widget and Plugin which allows visitors to your blog to send SMS direct to your mobile.</p>\n<p><a href=\"http://www.mutube.com/projects/wordpress/throttle/\">Throttle</a> is a Wordpress implementation of a bandwidth and script limiting throttle. It provides an API to monitor and report current load to plugins or themes, allowing them to limit non-essential elements until load reduces.</p>\n<p><a href=\"http://www.spicyexpress.net/index.php/2007/03/07/yet-another-wordpress-plugin-from-meyshan-world/\">Meyshans SpicyPipes</a> once installed and configured displays question and answer from yahoo answers and related photos from Flickr.</p>\n<p><a href=\"http://quietschbunt.wordpress.com/tags24/\">Tags24</a> adds common Technorati-tags into your posting by setting a special html-similar tag.</p>\";s:7:\"pubdate\";s:31:\"Thu, 08 Mar 2007 07:53:01 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1386:\"<p><a href=\"http://dancameron.org/wordpress/wordpress-plugins/css-ajax-switch/\">CSS AJAX Switch</a> is a Wordpress Plugin that allows for CSS switching without any reload. It stores the selection for future visits as well.</p>\n<p><a href=\"http://konicki.com/blog2/downloads/\">Imieniny WordPress Widget Plugin</a> provides the various saints names commemorated on a particular day. In parts of Europe, particularly Poland, saints ‘namedays’ or Imieniny are celebrated like birthdays.</p>\n<p><a href=\"http://www.mutube.com/projects/wordpress/quick-sms/\">Quick SMS</a> is a Wordpress Widget and Plugin which allows visitors to your blog to send SMS direct to your mobile.</p>\n<p><a href=\"http://www.mutube.com/projects/wordpress/throttle/\">Throttle</a> is a Wordpress implementation of a bandwidth and script limiting throttle. It provides an API to monitor and report current load to plugins or themes, allowing them to limit non-essential elements until load reduces.</p>\n<p><a href=\"http://www.spicyexpress.net/index.php/2007/03/07/yet-another-wordpress-plugin-from-meyshan-world/\">Meyshans SpicyPipes</a> once installed and configured displays question and answer from yahoo answers and related photos from Flickr.</p>\n<p><a href=\"http://quietschbunt.wordpress.com/tags24/\">Tags24</a> adds common Technorati-tags into your posting by setting a special html-similar tag.</p>\";}i:7;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 3/08\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/03/08/wordpress-theme-releases-for-308/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/100177494/\";s:11:\"description\";s:1727:\"<p><a href=\"http://www.themeporter.com/2007/03/08/the-rag-blog-wordpress-theme/\">The Rag Blog Theme</a> is a two column brown theme based on a template by <a href=\"http://www.freecsstemplates.org/\">Free CSS Templates</a></p>\n<p><a href=\"http://rockinthemes.com/rockindark1-3-column-wordpress-theme-released/\">RockinDark1</a> is a widgetized, three column theme that features a dark grey background, black sidebars, and a beautiful grey/blue/green color scheme. </p>\n<p><a href=\"http://blog.tomk32.de/themes/green/\">The Green One</a> is a compact and lean theme for Wordpress with a bit of Web-2.0 stylishness. It uses JQuery to keep the index and archives compact.</p>\n<p>JQuindlen.com has released <a href=\"http://jquindlen.com/blog/2007/03/07/qsimple-wordpress-theme-released/\">QSimple</a> and <a href=\"http://jquindlen.com/blog/2007/03/08/wordpress-themes-1love-theme-released/\">1Love</a>.</p>\n<p>Milo has released <a href=\"http://milo.peety-passion.com/2007/03/07/orange-wp-theme/\">Orange</a> and <a href=\"http://milo.peety-passion.com/2007/03/07/cirque-theme/\">Cirque</a>.</p>\n<p><a href=\"http://themes.wordpress.net/columns/3-columns/1719/vantagepress-10/\">VantagePress</a> is a three column widget ready theme by Ekta Paneri, based on a design by <a href=\"http://www.styleshout.com/\">Style Shout</a>.</p>\n<p><a href=\"http://www.pandibia.com/2007/03/07/simplus-theme-para-wordpress/\">Simplus</a> is a single column, simple theme for WordPress.</p>\n<p><a href=\"http://www.zeebob.com/wordpress-themes/?p=7\">Flat</a> is a rounded, light green, two column, widget ready theme for WordPress. </p>\n<p><a href=\"http://www.adamsmediallc.com/themes\">Platinum</a> is a modern, 2-column Widget-ready theme created for Wordpress.</p>\";s:7:\"pubdate\";s:31:\"Thu, 08 Mar 2007 07:30:23 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1727:\"<p><a href=\"http://www.themeporter.com/2007/03/08/the-rag-blog-wordpress-theme/\">The Rag Blog Theme</a> is a two column brown theme based on a template by <a href=\"http://www.freecsstemplates.org/\">Free CSS Templates</a></p>\n<p><a href=\"http://rockinthemes.com/rockindark1-3-column-wordpress-theme-released/\">RockinDark1</a> is a widgetized, three column theme that features a dark grey background, black sidebars, and a beautiful grey/blue/green color scheme. </p>\n<p><a href=\"http://blog.tomk32.de/themes/green/\">The Green One</a> is a compact and lean theme for Wordpress with a bit of Web-2.0 stylishness. It uses JQuery to keep the index and archives compact.</p>\n<p>JQuindlen.com has released <a href=\"http://jquindlen.com/blog/2007/03/07/qsimple-wordpress-theme-released/\">QSimple</a> and <a href=\"http://jquindlen.com/blog/2007/03/08/wordpress-themes-1love-theme-released/\">1Love</a>.</p>\n<p>Milo has released <a href=\"http://milo.peety-passion.com/2007/03/07/orange-wp-theme/\">Orange</a> and <a href=\"http://milo.peety-passion.com/2007/03/07/cirque-theme/\">Cirque</a>.</p>\n<p><a href=\"http://themes.wordpress.net/columns/3-columns/1719/vantagepress-10/\">VantagePress</a> is a three column widget ready theme by Ekta Paneri, based on a design by <a href=\"http://www.styleshout.com/\">Style Shout</a>.</p>\n<p><a href=\"http://www.pandibia.com/2007/03/07/simplus-theme-para-wordpress/\">Simplus</a> is a single column, simple theme for WordPress.</p>\n<p><a href=\"http://www.zeebob.com/wordpress-themes/?p=7\">Flat</a> is a rounded, light green, two column, widget ready theme for WordPress. </p>\n<p><a href=\"http://www.adamsmediallc.com/themes\">Platinum</a> is a modern, 2-column Widget-ready theme created for Wordpress.</p>\";}i:8;a:7:{s:5:\"title\";s:32:\"Alex King: Twitter Tools Roadmap\";s:4:\"guid\";s:57:\"http://alexking.org/blog/2007/03/07/twitter-tools-roadmap\";s:4:\"link\";s:57:\"http://alexking.org/blog/2007/03/07/twitter-tools-roadmap\";s:11:\"description\";s:3523:\"<p>Many thanks to everyone who stopped by and shared an opinion on <a href=\"http://alexking.org/blog/2007/03/06/twitter-archiver-behavior#comments\">how they think a Twitter integration WordPress plugin should work</a>.</p>\n<p>I’ve started coding on the project and here are some of the decisions I’ve made and features it will have:</p>\n<ul>\n<li>Tweets will be stored in a separate table because this gives us the most flexibility to work with them.</li>\n<li>Tweets will be downloaded from Twitter once an hour (might change this to 30 minutes) using the psuedo-cron functionality in WordPress 2.1.</li>\n<li>Because of the above, the plugin will only support WordPress 2.1 (at least initially).</li>\n<li>There is the ability to manually refresh your tweets.</li>\n<li>There will be an option to create individual blog posts from new tweets.</li>\n<li>There will be an option to create a daily digest blog post from new tweets.</li>\n<li>There will be an option to set the category for these blog posts.</li>\n<li>There will be an option to create a tweet in Twitter whenever you add a new post to your blog (obviously we’ll need to exclude tweet generated posts).</li>\n<li>There will be a “post to Twitter” form added in the WP admin area.</li>\n<li>All of the “post to Twitter” functionality will require you to put your Twitter password into the plugin so the posting can work. The Twitter API uses 401 authentication.</li>\n<li>There will be a sidebar widget to show your latest tweets - possibly a full view of the latest tweet and a list view of the last 5.</li>\n<li>I might use some kind of AJAX display to hide/show full tweets in the sidebar widget.</li>\n<li>I might add the ability to post to Twitter from the sidebar widget as well, if you are logged in as an admin.</li>\n<li>Right now only one Twitter account is supported per WP install (not one per author).</li>\n<li>Your host must have PHP’s fopen functions enabled for any of this stuff to work.</li>\n</ul>\n<p>I think this covers most of the usage scenarios folks are asking for. Feel free to ask for additional features in the comments.</p>\n<p>If you’re curious, you can take a look at the <a href=\"http://svn.wp-plugins.org/twitter-tools\" rel=\"external\">public SVN repository</a>. There is an initial code checkin there, but it isn’t in a usable state yet. I’ll let you know when it’s ready for testing.\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2779&akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_2779\" class=\"akst_share_link\" rel=\"noindex\">Share This</a></p>\n\n <!--\n <rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n <Work rdf:about=\"\">\n <license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n </Work>\n <License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n -->\";s:7:\"pubdate\";s:31:\"Thu, 08 Mar 2007 07:15:06 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:3523:\"<p>Many thanks to everyone who stopped by and shared an opinion on <a href=\"http://alexking.org/blog/2007/03/06/twitter-archiver-behavior#comments\">how they think a Twitter integration WordPress plugin should work</a>.</p>\n<p>I’ve started coding on the project and here are some of the decisions I’ve made and features it will have:</p>\n<ul>\n<li>Tweets will be stored in a separate table because this gives us the most flexibility to work with them.</li>\n<li>Tweets will be downloaded from Twitter once an hour (might change this to 30 minutes) using the psuedo-cron functionality in WordPress 2.1.</li>\n<li>Because of the above, the plugin will only support WordPress 2.1 (at least initially).</li>\n<li>There is the ability to manually refresh your tweets.</li>\n<li>There will be an option to create individual blog posts from new tweets.</li>\n<li>There will be an option to create a daily digest blog post from new tweets.</li>\n<li>There will be an option to set the category for these blog posts.</li>\n<li>There will be an option to create a tweet in Twitter whenever you add a new post to your blog (obviously we’ll need to exclude tweet generated posts).</li>\n<li>There will be a “post to Twitter” form added in the WP admin area.</li>\n<li>All of the “post to Twitter” functionality will require you to put your Twitter password into the plugin so the posting can work. The Twitter API uses 401 authentication.</li>\n<li>There will be a sidebar widget to show your latest tweets - possibly a full view of the latest tweet and a list view of the last 5.</li>\n<li>I might use some kind of AJAX display to hide/show full tweets in the sidebar widget.</li>\n<li>I might add the ability to post to Twitter from the sidebar widget as well, if you are logged in as an admin.</li>\n<li>Right now only one Twitter account is supported per WP install (not one per author).</li>\n<li>Your host must have PHP’s fopen functions enabled for any of this stuff to work.</li>\n</ul>\n<p>I think this covers most of the usage scenarios folks are asking for. Feel free to ask for additional features in the comments.</p>\n<p>If you’re curious, you can take a look at the <a href=\"http://svn.wp-plugins.org/twitter-tools\" rel=\"external\">public SVN repository</a>. There is an initial code checkin there, but it isn’t in a usable state yet. I’ll let you know when it’s ready for testing.\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2779&akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_2779\" class=\"akst_share_link\" rel=\"noindex\">Share This</a></p>\n\n <!--\n <rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n <Work rdf:about=\"\">\n <license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n </Work>\n <License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n -->\";}i:9;a:7:{s:5:\"title\";s:51:\"Weblog Tools Collection: Make AuctionAds Contextual\";s:4:\"guid\";s:80:\"http://weblogtoolscollection.com/archives/2007/03/07/make-auctionads-contextual/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/99969020/\";s:11:\"description\";s:344:\"<p>Mark announced the <a href=\"http://weblogtoolscollection.com/archives/2007/03/06/auctionads/\">opening of AuctionAds yesterday</a>. <a href=\"http://techtites.com/2007/03/07/wordpress-wednesday-make-auction-ads-contextual/\">Make AuctionAds Contextual</a> takes you through using UTW or Simple Tagging to generate the keywords for your ads.</p>\";s:7:\"pubdate\";s:31:\"Wed, 07 Mar 2007 13:30:20 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:344:\"<p>Mark announced the <a href=\"http://weblogtoolscollection.com/archives/2007/03/06/auctionads/\">opening of AuctionAds yesterday</a>. <a href=\"http://techtites.com/2007/03/07/wordpress-wednesday-make-auction-ads-contextual/\">Make AuctionAds Contextual</a> takes you through using UTW or Simple Tagging to generate the keywords for your ads.</p>\";}i:10;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 3/07\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/03/07/wordpress-plugin-releases-for-307/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/99890196/\";s:11:\"description\";s:1898:\"<p><a href=\"http://ariejan.net/2007/03/07/wordpress-plugin-autoflickr-10/\">AutoFlickr</a> will automatically find and insert one ore more photos that are related to the content of your post. Photos are found and hosted on <a href=\"http://www.flickr.com/\">Flickr</a>.</p>\n<p><a href=\"http://www.silverspider.com/2007/magnolia-wordpress-plugin-13/\">Ma.gnolia Wordpress Plugin</a> makes it easy to output a list of your Ma.gnolia bookmarks anywhere on your site. You can set it to only pull bookmarks with a specific tag, which is great for listing sites related to a specific category or post.</p>\n<p><a href=\"http://chaos-laboratory.com/2007/03/06/unitary-an-ajax-based-units-converter-sidebar-widget-for-wordpress/\">Unitary</a> is a Units Converter sidebar widget for WordPress that can convert between hundreds of different units of Length, Area, Volume, Weight / Mass, Speed etc.</p>\n<p><a href=\"http://blog.ioztelli.com/?p=83\">Security Code</a> creates a security image with security code that is shown on the register screen.</p>\n<p><a href=\"http://zazamataz.com/?page_id=693\">tdw-combobox-links</a> displays the links in the sidebar as dropdown boxes. It will list each of your link categories in a separate box.</p>\n<p><a href=\"http://www.prestogifto.com/plugin-wp\">PG-CafePress</a> is a WordPress 2.0 plugin that uses the PrestoGifto API and lets you put CafePress stuff into your sidebar, a static page, your footer or after posts.</p>\n<p><a href=\"http://bueltge.de/wp-spamviewer-zum-loeschen-und-retten-von-spam/255\">SpamViewer</a> deletes spam entries in your database as marked by WordPress or various spam plugins like SK2, Akismet, trackback validator etc.</p>\n<p><a href=\"http://thedeadone.net/software/tdo-mini-forms-wordpress-plugin/\">TDO Mini Forms</a> allows you to add a form to your website that allows non-registered users and/or subscribers (configurable) to submit posts.</p>\";s:7:\"pubdate\";s:31:\"Wed, 07 Mar 2007 05:00:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1898:\"<p><a href=\"http://ariejan.net/2007/03/07/wordpress-plugin-autoflickr-10/\">AutoFlickr</a> will automatically find and insert one ore more photos that are related to the content of your post. Photos are found and hosted on <a href=\"http://www.flickr.com/\">Flickr</a>.</p>\n<p><a href=\"http://www.silverspider.com/2007/magnolia-wordpress-plugin-13/\">Ma.gnolia Wordpress Plugin</a> makes it easy to output a list of your Ma.gnolia bookmarks anywhere on your site. You can set it to only pull bookmarks with a specific tag, which is great for listing sites related to a specific category or post.</p>\n<p><a href=\"http://chaos-laboratory.com/2007/03/06/unitary-an-ajax-based-units-converter-sidebar-widget-for-wordpress/\">Unitary</a> is a Units Converter sidebar widget for WordPress that can convert between hundreds of different units of Length, Area, Volume, Weight / Mass, Speed etc.</p>\n<p><a href=\"http://blog.ioztelli.com/?p=83\">Security Code</a> creates a security image with security code that is shown on the register screen.</p>\n<p><a href=\"http://zazamataz.com/?page_id=693\">tdw-combobox-links</a> displays the links in the sidebar as dropdown boxes. It will list each of your link categories in a separate box.</p>\n<p><a href=\"http://www.prestogifto.com/plugin-wp\">PG-CafePress</a> is a WordPress 2.0 plugin that uses the PrestoGifto API and lets you put CafePress stuff into your sidebar, a static page, your footer or after posts.</p>\n<p><a href=\"http://bueltge.de/wp-spamviewer-zum-loeschen-und-retten-von-spam/255\">SpamViewer</a> deletes spam entries in your database as marked by WordPress or various spam plugins like SK2, Akismet, trackback validator etc.</p>\n<p><a href=\"http://thedeadone.net/software/tdo-mini-forms-wordpress-plugin/\">TDO Mini Forms</a> allows you to add a form to your website that allows non-registered users and/or subscribers (configurable) to submit posts.</p>\";}i:11;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 3/07\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/03/07/wordpress-theme-releases-for-307/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/99887423/\";s:11:\"description\";s:726:\"<p><a href=\"http://www.beauty-advices.com/beauty-theme-12/\">Beauty</a> is a very clean and simple, but very stylish two colum theme appropriate for beauty-and-health related blogs.</p>\n<p><a href=\"http://www.edynas.com/wordpress-templates/download-free-wordpress-theme-pixelgreen/\">PixelGreen</a> is a clean and nice 2 colum fixed width, widget ready theme based on the template by <a href=\"http://styleshout.com/\">StyleShout</a>.</p>\n<p><a href=\"http://themes.wordpress.net/columns/3-columns/1718/spiff-10/\">Spiff</a> is a simple three column widget ready theme by <a href=\"http://milo.peety-passion.com/\">Milo</a>.</p>\n<p><a href=\"http://biboz.net/barracus-ancho/\">Barracus Ancho</a> is a two column, widget ready theme.</p>\";s:7:\"pubdate\";s:31:\"Wed, 07 Mar 2007 04:45:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:726:\"<p><a href=\"http://www.beauty-advices.com/beauty-theme-12/\">Beauty</a> is a very clean and simple, but very stylish two colum theme appropriate for beauty-and-health related blogs.</p>\n<p><a href=\"http://www.edynas.com/wordpress-templates/download-free-wordpress-theme-pixelgreen/\">PixelGreen</a> is a clean and nice 2 colum fixed width, widget ready theme based on the template by <a href=\"http://styleshout.com/\">StyleShout</a>.</p>\n<p><a href=\"http://themes.wordpress.net/columns/3-columns/1718/spiff-10/\">Spiff</a> is a simple three column widget ready theme by <a href=\"http://milo.peety-passion.com/\">Milo</a>.</p>\n<p><a href=\"http://biboz.net/barracus-ancho/\">Barracus Ancho</a> is a two column, widget ready theme.</p>\";}i:12;a:7:{s:5:\"title\";s:35:\"Weblog Tools Collection: AuctionAds\";s:4:\"guid\";s:64:\"http://weblogtoolscollection.com/archives/2007/03/06/auctionads/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/99867102/\";s:11:\"description\";s:1338:\"<p><a href=\"http://auctionads.com\">AuctionAds</a> is another new way for bloggers to make a little more money on the side. AuctionAds consist of eBay auction ads on keywords chosen by the blogger or publisher. Although the service was launched today and there is little information on how much one could earn, AuctionAds promises to pass on almost all of the revenue to the publisher of the ad. I thought of this service as an automated eBay affiliate program that pays almost as much as that program but has less hassle. TechCrunch has a <a href=\"http://www.techcrunch.com/2007/03/06/just-launched-auctionads-ebay-advertising-widget/\">quick rundown of the business details on AuctionAds</a> and since AdSense does terribly on this blog, I figured I would try them out. You can see the ads on the sidebar. Another interesting fact from their <a href=\"https://www.auctionads.com/faq\">FAQ</a> is that you may run these ads alongside Google AdSense and they do have an affiliate program.</p>\n<p>If you are <a href=\"https://www.auctionads.com/signup\">trying them out</a>, I would love to hear what you think. Also, if there is any past experience with eBay affiliate programs and revenues, I would love to know. (disclosure: none of the links on this post are affiliate links, one of the owners of AuctionAds also advertises on this blog)</p>\";s:7:\"pubdate\";s:31:\"Wed, 07 Mar 2007 02:44:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:1338:\"<p><a href=\"http://auctionads.com\">AuctionAds</a> is another new way for bloggers to make a little more money on the side. AuctionAds consist of eBay auction ads on keywords chosen by the blogger or publisher. Although the service was launched today and there is little information on how much one could earn, AuctionAds promises to pass on almost all of the revenue to the publisher of the ad. I thought of this service as an automated eBay affiliate program that pays almost as much as that program but has less hassle. TechCrunch has a <a href=\"http://www.techcrunch.com/2007/03/06/just-launched-auctionads-ebay-advertising-widget/\">quick rundown of the business details on AuctionAds</a> and since AdSense does terribly on this blog, I figured I would try them out. You can see the ads on the sidebar. Another interesting fact from their <a href=\"https://www.auctionads.com/faq\">FAQ</a> is that you may run these ads alongside Google AdSense and they do have an affiliate program.</p>\n<p>If you are <a href=\"https://www.auctionads.com/signup\">trying them out</a>, I would love to hear what you think. Also, if there is any past experience with eBay affiliate programs and revenues, I would love to know. (disclosure: none of the links on this post are affiliate links, one of the owners of AuctionAds also advertises on this blog)</p>\";}i:13;a:7:{s:5:\"title\";s:29:\"Matt: OpenID on WordPress.com\";s:4:\"guid\";s:55:\"http://photomatt.net/2007/03/06/openid-on-wordpresscom/\";s:4:\"link\";s:55:\"http://photomatt.net/2007/03/06/openid-on-wordpresscom/\";s:11:\"description\";s:464:\"<p><a href=\"http://wordpress.com/blog/2007/03/06/openid/\">You can now use your WordPress.com URL as an OpenID</a>, and we’re going to release the MU plugin that does it after getting some kinks worked out. This is also a bit of a coming out for <a href=\"http://simonwillison.net/\">Simon Willison</a>, who implemented it all. Welcome to the team. <img src=\"http://photomatt.net/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /></p>\";s:7:\"pubdate\";s:31:\"Tue, 06 Mar 2007 23:33:16 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:464:\"<p><a href=\"http://wordpress.com/blog/2007/03/06/openid/\">You can now use your WordPress.com URL as an OpenID</a>, and we’re going to release the MU plugin that does it after getting some kinks worked out. This is also a bit of a coming out for <a href=\"http://simonwillison.net/\">Simon Willison</a>, who implemented it all. Welcome to the team. <img src=\"http://photomatt.net/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /></p>\";}i:14;a:7:{s:5:\"title\";s:27:\"Matt: Twitter and Dodgeball\";s:4:\"guid\";s:54:\"http://photomatt.net/2007/03/06/twitter-and-dodgeball/\";s:4:\"link\";s:54:\"http://photomatt.net/2007/03/06/twitter-and-dodgeball/\";s:11:\"description\";s:319:\"<p>Last year at SxSW was definitely the year of <a href=\"http://dodgeball.com/\">Dodgeball</a>, this year I think it’ll be more about <a href=\"http://twitter.com/\">Twitter</a>. Though I’ll certainly miss the cross-street goodness of DB. <a href=\"http://twitter.com/photomatt\">Here’s my Twitter</a>.</p>\";s:7:\"pubdate\";s:31:\"Tue, 06 Mar 2007 22:45:52 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:319:\"<p>Last year at SxSW was definitely the year of <a href=\"http://dodgeball.com/\">Dodgeball</a>, this year I think it’ll be more about <a href=\"http://twitter.com/\">Twitter</a>. Though I’ll certainly miss the cross-street goodness of DB. <a href=\"http://twitter.com/photomatt\">Here’s my Twitter</a>.</p>\";}i:15;a:7:{s:5:\"title\";s:23:\"Matt: Code: OOP or POO?\";s:4:\"guid\";s:48:\"http://photomatt.net/2007/03/06/code-oop-or-poo/\";s:4:\"link\";s:48:\"http://photomatt.net/2007/03/06/code-oop-or-poo/\";s:11:\"description\";s:221:\"<p><a href=\"http://www.codinghorror.com/blog/archives/000801.html\">Atwood on Object Oriented Programming</a>. See also: <a href=\"http://www.paulgraham.com/noop.html\">Why Arc Isn’t Especially Object Oriented</a>.</p>\";s:7:\"pubdate\";s:31:\"Tue, 06 Mar 2007 22:38:09 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:221:\"<p><a href=\"http://www.codinghorror.com/blog/archives/000801.html\">Atwood on Object Oriented Programming</a>. See also: <a href=\"http://www.paulgraham.com/noop.html\">Why Arc Isn’t Especially Object Oriented</a>.</p>\";}i:16;a:7:{s:5:\"title\";s:46:\"Dougal Campbell: WordPress.com supports OpenID\";s:4:\"guid\";s:70:\"http://dougal.gunters.org/blog/2007/03/06/wordpresscom-supports-openid\";s:4:\"link\";s:70:\"http://dougal.gunters.org/blog/2007/03/06/wordpresscom-supports-openid\";s:11:\"description\";s:1624:\"<p>\nThe word just went out today that <a href=\"http://faq.wordpress.com/2007/03/06/what-is-openid/\">the WordPress.com blog hosting service now supports OpenID</a>, <del datetime=\"2007-03-06T22:15:57+00:00\">both </del>as a server<del datetime=\"2007-03-06T22:15:57+00:00\"> and a consumer</del>. Supporting it as a server means that if you have a blog on WordPress.com, you can use your blog <acronym title=\"Uniform Resource Locator\"><span class=\"caps\">URL</span></acronym> as an <a href=\"http://openid.net/\">OpenID</a>.<del datetime=\"2007-03-06T22:15:57+00:00\"> Supporting it as a consumer means that you can use any OpenID to login to your <a href=\"http://wordpress.com/\">WordPress.com</a> account (once you\'ve associated your OpenIDs with your regular login)</del>. This means that there are now at least 740,000 more OpenIDs in the wild!\n</p>\n<p>\nI don\'t know if there are plans to fold this functionality into the main <a href=\"http://wordpress.org/\">WordPress</a> core, but I\'d guess not. But it would be nice to see it as an \"official\" plugin.\n</p>\n<p class=\"via\">(via <a href=\"http://factoryjoe.com/blog/2007/03/06/wordpresscom-adds-support-for-openid/\">Factory City</a>)\n</p>\n<ins datetime=\"2007-03-06T22:15:57+00:00\"><p>\nUpdate: as pointed out, I was mistaken about the consumer part. That\'s a bummer, but the creation of nearly three-quarters of a million new OpenIDs is still pretty nifty.\n</p></ins><p class=\"akst_link\"><a href=\"http://dougal.gunters.org/?p=796&akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_796\" class=\"akst_share_link\" rel=\"nofollow\">Share This</a>\n</p>\";s:7:\"pubdate\";s:31:\"Tue, 06 Mar 2007 21:36:46 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"Dougal\";}s:7:\"summary\";s:1624:\"<p>\nThe word just went out today that <a href=\"http://faq.wordpress.com/2007/03/06/what-is-openid/\">the WordPress.com blog hosting service now supports OpenID</a>, <del datetime=\"2007-03-06T22:15:57+00:00\">both </del>as a server<del datetime=\"2007-03-06T22:15:57+00:00\"> and a consumer</del>. Supporting it as a server means that if you have a blog on WordPress.com, you can use your blog <acronym title=\"Uniform Resource Locator\"><span class=\"caps\">URL</span></acronym> as an <a href=\"http://openid.net/\">OpenID</a>.<del datetime=\"2007-03-06T22:15:57+00:00\"> Supporting it as a consumer means that you can use any OpenID to login to your <a href=\"http://wordpress.com/\">WordPress.com</a> account (once you\'ve associated your OpenIDs with your regular login)</del>. This means that there are now at least 740,000 more OpenIDs in the wild!\n</p>\n<p>\nI don\'t know if there are plans to fold this functionality into the main <a href=\"http://wordpress.org/\">WordPress</a> core, but I\'d guess not. But it would be nice to see it as an \"official\" plugin.\n</p>\n<p class=\"via\">(via <a href=\"http://factoryjoe.com/blog/2007/03/06/wordpresscom-adds-support-for-openid/\">Factory City</a>)\n</p>\n<ins datetime=\"2007-03-06T22:15:57+00:00\"><p>\nUpdate: as pointed out, I was mistaken about the consumer part. That\'s a bummer, but the creation of nearly three-quarters of a million new OpenIDs is still pretty nifty.\n</p></ins><p class=\"akst_link\"><a href=\"http://dougal.gunters.org/?p=796&akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_796\" class=\"akst_share_link\" rel=\"nofollow\">Share This</a>\n</p>\";}i:17;a:7:{s:5:\"title\";s:57:\"Weblog Tools Collection: WP Translations: mo and po files\";s:4:\"guid\";s:85:\"http://weblogtoolscollection.com/archives/2007/03/06/wp-translations-mo-and-po-files/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/99762763/\";s:11:\"description\";s:2056:\"<p>You can install Wordpress in various different languages and it is very easy to setup these translations. You can find more information on <a href=\"http://codex.wordpress.org/Translating_WordPress\">translating Wordpress into your own language on the Wordpress Codex</a>. The Codex also has a lot of information on <a href=\"http://codex.wordpress.org/WordPress_in_Your_Language\">existing translated versions of Wordpress and the .mo language files</a>. They are very simple to use. You just copy the .mo file to the wp-includes/languages folder and change/add the following line to add the filename of your language translation file</p>\n<blockquote><p><code>define (\'WPLANG\', \'\');</code></p></blockquote>\n<p>to</p>\n<blockquote><p><code>define (\'WPLANG\', \'es_ES\');</code></p></blockquote>\n<p>if your language filename is es_ES.mo I suggest making this change <em>before</em> you install Wordpress.</p>\n<p>This is all well and good, but this post is more about dispelling some of the myth and confusion surrounding .mo files. .mo files are not human readable by their nature and cannot be edited directly. You would need to <a href=\"http://sourceforge.net/projects/poedit/\">install a version of poedit</a> on your computer to be able to modify your language files and create new ones. There is <a href=\"http://codex.wordpress.org/Translating_WordPress\">detailed information on the Codex</a> on where to start and what to do.</p>\n<p><em>BUT</em> .mo files <em>can be decompiled into their .po counterparts</em> which can then be edited using poedit. To convert .mo files into .po files, just cd to the <em>bin</em> directory of your poedit installation (in windows you have to use the command prompt) and use the following command</p>\n<blockquote><p><code>msgunfmt [path_to_file.mo] > [path_to_file.po]</code></p></blockquote>\n<p>Now you should be able to edit the po file created with poedit. Follow the Codex instructions at that point. You should not have to depend on anyone for the source of their .mo files if you need or want to make a change.</p>\";s:7:\"pubdate\";s:31:\"Tue, 06 Mar 2007 17:45:16 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:2056:\"<p>You can install Wordpress in various different languages and it is very easy to setup these translations. You can find more information on <a href=\"http://codex.wordpress.org/Translating_WordPress\">translating Wordpress into your own language on the Wordpress Codex</a>. The Codex also has a lot of information on <a href=\"http://codex.wordpress.org/WordPress_in_Your_Language\">existing translated versions of Wordpress and the .mo language files</a>. They are very simple to use. You just copy the .mo file to the wp-includes/languages folder and change/add the following line to add the filename of your language translation file</p>\n<blockquote><p><code>define (\'WPLANG\', \'\');</code></p></blockquote>\n<p>to</p>\n<blockquote><p><code>define (\'WPLANG\', \'es_ES\');</code></p></blockquote>\n<p>if your language filename is es_ES.mo I suggest making this change <em>before</em> you install Wordpress.</p>\n<p>This is all well and good, but this post is more about dispelling some of the myth and confusion surrounding .mo files. .mo files are not human readable by their nature and cannot be edited directly. You would need to <a href=\"http://sourceforge.net/projects/poedit/\">install a version of poedit</a> on your computer to be able to modify your language files and create new ones. There is <a href=\"http://codex.wordpress.org/Translating_WordPress\">detailed information on the Codex</a> on where to start and what to do.</p>\n<p><em>BUT</em> .mo files <em>can be decompiled into their .po counterparts</em> which can then be edited using poedit. To convert .mo files into .po files, just cd to the <em>bin</em> directory of your poedit installation (in windows you have to use the command prompt) and use the following command</p>\n<blockquote><p><code>msgunfmt [path_to_file.mo] > [path_to_file.po]</code></p></blockquote>\n<p>Now you should be able to edit the po file created with poedit. Follow the Codex instructions at that point. You should not have to depend on anyone for the source of their .mo files if you need or want to make a change.</p>\";}i:18;a:7:{s:5:\"title\";s:67:\"Alex King: Proper Behavior for a Twitter Archiver WordPress Plugin?\";s:4:\"guid\";s:61:\"http://alexking.org/blog/2007/03/06/twitter-archiver-behavior\";s:4:\"link\";s:61:\"http://alexking.org/blog/2007/03/06/twitter-archiver-behavior\";s:11:\"description\";s:2732:\"<p>Last night I started thinking about the <a href=\"http://alexking.org/blog/2007/03/05/a-week-of-twittering\">content I am creating</a> on <a href=\"http://twitter.com\" rel=\"external\">Twitter</a> and how <a href=\"http://twitter.com/alexkingorg/statuses/5870642\" rel=\"external\">I’d like to keep a copy of that data</a>.</p>\n<p>My initial thought is to create a plugin that would check my Twitter (JSON - yay!) feed every hour or so and save a copy of new tweets in a new database table. That way I can load the data locally for my site (not rely on Twitter to serve up the data in a widget) and do fun stuff with it. Of course, there are some benefits to letting Twitter serve up the data into a widget, but I like owning my data.</p>\n<p>Derek saw the tweet on this and <a href=\"http://alexking.org/blog/2007/03/05/a-week-of-twittering#comment-54825\">left a comment</a> with a slightly different implementation idea. His implementation would create posts of tweets instead of storing them in a separate table. The benefit is allowing direct commenting on the tweets on your blog. The drawback is that the tweets are now included in all blog content, RSS feeds, etc.<sup><a href=\"http://alexking.org/blog/feed?cat=16#fn1173200794521n\" id=\"fn1173200794521\" class=\"footnote\">1</a></sup></p>\n<p>Which way would you want this to work, and why? (Note: I’m more interested in your arguments than your final decision). The comments are open.</p>\n<ol class=\"footnotes\">\n<li id=\"fn1173200794521n\">It’s generally easier to add things in than rip them out. [<a href=\"http://alexking.org/blog/feed?cat=16#fn1173200794521\">back</a>]</li>\n</ol>\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2775&akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_2775\" class=\"akst_share_link\" rel=\"noindex\">Share This</a></p>\n\n <!--\n <rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n <Work rdf:about=\"\">\n <license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n </Work>\n <License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n -->\";s:7:\"pubdate\";s:31:\"Tue, 06 Mar 2007 16:57:54 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:2732:\"<p>Last night I started thinking about the <a href=\"http://alexking.org/blog/2007/03/05/a-week-of-twittering\">content I am creating</a> on <a href=\"http://twitter.com\" rel=\"external\">Twitter</a> and how <a href=\"http://twitter.com/alexkingorg/statuses/5870642\" rel=\"external\">I’d like to keep a copy of that data</a>.</p>\n<p>My initial thought is to create a plugin that would check my Twitter (JSON - yay!) feed every hour or so and save a copy of new tweets in a new database table. That way I can load the data locally for my site (not rely on Twitter to serve up the data in a widget) and do fun stuff with it. Of course, there are some benefits to letting Twitter serve up the data into a widget, but I like owning my data.</p>\n<p>Derek saw the tweet on this and <a href=\"http://alexking.org/blog/2007/03/05/a-week-of-twittering#comment-54825\">left a comment</a> with a slightly different implementation idea. His implementation would create posts of tweets instead of storing them in a separate table. The benefit is allowing direct commenting on the tweets on your blog. The drawback is that the tweets are now included in all blog content, RSS feeds, etc.<sup><a href=\"http://alexking.org/blog/feed?cat=16#fn1173200794521n\" id=\"fn1173200794521\" class=\"footnote\">1</a></sup></p>\n<p>Which way would you want this to work, and why? (Note: I’m more interested in your arguments than your final decision). The comments are open.</p>\n<ol class=\"footnotes\">\n<li id=\"fn1173200794521n\">It’s generally easier to add things in than rip them out. [<a href=\"http://alexking.org/blog/feed?cat=16#fn1173200794521\">back</a>]</li>\n</ol>\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2775&akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_2775\" class=\"akst_share_link\" rel=\"noindex\">Share This</a></p>\n\n <!--\n <rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n <Work rdf:about=\"\">\n <license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n </Work>\n <License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n -->\";}i:19;a:7:{s:5:\"title\";s:13:\"Matt: At SxSW\";s:4:\"guid\";s:40:\"http://photomatt.net/2007/03/06/at-sxsw/\";s:4:\"link\";s:40:\"http://photomatt.net/2007/03/06/at-sxsw/\";s:11:\"description\";s:573:\"<p>Just a quick reminder, I’m going to be in Austin at SxSW next week and if you see me please introduce yourself. I’ll have a stash of WordPress stickers at all times. <img src=\"http://photomatt.net/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> There is also shaping up to be a little <a href=\"http://barcamp.org/BarCampAustin\">meetup on Saturday at Barcamp</a> around 6, so block that out. Finally <a href=\"http://2007.sxsw.com/interactive/programming/panels/?action=show&id=IAP060215\">I’m speaking on Monday</a>.</p>\";s:7:\"pubdate\";s:31:\"Tue, 06 Mar 2007 08:09:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:573:\"<p>Just a quick reminder, I’m going to be in Austin at SxSW next week and if you see me please introduce yourself. I’ll have a stash of WordPress stickers at all times. <img src=\"http://photomatt.net/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> There is also shaping up to be a little <a href=\"http://barcamp.org/BarCampAustin\">meetup on Saturday at Barcamp</a> around 6, so block that out. Finally <a href=\"http://2007.sxsw.com/interactive/programming/panels/?action=show&id=IAP060215\">I’m speaking on Monday</a>.</p>\";}i:20;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 3/06\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/03/06/wordpress-plugin-releases-for-306/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/99652414/\";s:11:\"description\";s:1173:\"<p><a href=\"http://www.teejayuu.co.uk/2007/01/17/teejays-site-news/\">TJ’s Site News</a> allows you to display a message on every page. Customisable message that allows html and can be turned on or off.</p>\n<p><a href=\"http://devlonduthie.com/node/17\">AnswerTips</a> are small bubbles of information triggered by double-clicking any word on an AnswerTips-enabled page that allows your visitors to access definitions and fast facts on millions of obscure words, personalities or slang.</p>\n<p><a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/imageshack-uploader/\">ImageShack Uploader</a> allows you to upload images to <a href=\"http://www.imageshack.us/\">ImageShack</a> from your WordPress post screen and to insert them with the thumbnail into your post with a few clicks.</p>\n<p><a href=\"http://www.ayanev.com/marketingtrick-release-10-887/\">MarketingTrick</a> is a plugin that gives access to full text of posts only to registered users, but has some additional functionalities than just to force users to register/login.</p>\n<p><a href=\"http://miracles.heaven.fr/wp_stickpost/\">StickPost</a> allows you to stick a post to the top of the homepage.</p>\";s:7:\"pubdate\";s:31:\"Tue, 06 Mar 2007 07:02:57 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1173:\"<p><a href=\"http://www.teejayuu.co.uk/2007/01/17/teejays-site-news/\">TJ’s Site News</a> allows you to display a message on every page. Customisable message that allows html and can be turned on or off.</p>\n<p><a href=\"http://devlonduthie.com/node/17\">AnswerTips</a> are small bubbles of information triggered by double-clicking any word on an AnswerTips-enabled page that allows your visitors to access definitions and fast facts on millions of obscure words, personalities or slang.</p>\n<p><a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/imageshack-uploader/\">ImageShack Uploader</a> allows you to upload images to <a href=\"http://www.imageshack.us/\">ImageShack</a> from your WordPress post screen and to insert them with the thumbnail into your post with a few clicks.</p>\n<p><a href=\"http://www.ayanev.com/marketingtrick-release-10-887/\">MarketingTrick</a> is a plugin that gives access to full text of posts only to registered users, but has some additional functionalities than just to force users to register/login.</p>\n<p><a href=\"http://miracles.heaven.fr/wp_stickpost/\">StickPost</a> allows you to stick a post to the top of the homepage.</p>\";}i:21;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 3/06\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/03/06/wordpress-theme-releases-for-306/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/99647873/\";s:11:\"description\";s:1565:\"<p><a href=\"http://green-beast.com/beastblog/index.php/2007/01/21/beast-blog-v20-introduction/\">Beast Blog</a> is a dynamic, powerful theme with better accessibility, SEO, plugin and ad support besides other features.</p>\n<p><a href=\"http://www.counterjumper.com/2007/03/04/slider-a-wordpress-theme/\">Slider</a> is a playful theme, full of javascript effects, for WordPress versions 2.1 and higher. It’s a simple three column, brown and yellow theme, and supports widgets in the sidebar.</p>\n<p>RockinThemes.com has just released <a href=\"http://rockinthemes.com/rockinsoft3col-3-column-wordpress-theme/\">RockinSoft3Col</a>, <a href=\"http://rockinthemes.com/rockin-minimal-2-column-wordpress-theme-released/\">RockinMinimal 2 Column</a> and <a href=\"http://rockinthemes.com/rockinminimal-3-column-wordpress-theme-released/\">RockinMinimal 3 Column</a>.</p>\n<p><a href=\"http://www.headsetoptions.org/2007/03/05/new-wordpress-theme-3-column-version-of-earthling-released/\">Earthling2</a> is a 3 Column Widget ready version of Earthling by <a href=\"http://www.headsetoptions.org/\">headsetoptions.org</a> and <a href=\"http://www.mandarinmusing.com/\">MandarinMusing</a>.</p>\n<p><a href=\"http://jquindlen.com/blog/2007/03/06/qgrey-wordpress-theme-released/\">QGrey</a> is a two column theme featuring a grey and blue style with an old looking pillar for the sidebar.</p>\n<p><a href=\"http://themes.wordpress.net/columns/3-columns/1714/pinkline-10/\">Pinkline</a> is a 3 column theme by <a href=\"http://www.gpsgazette.com/\">GPS Gazette</a> with two widget ready sidebars.</p>\";s:7:\"pubdate\";s:31:\"Tue, 06 Mar 2007 06:45:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1565:\"<p><a href=\"http://green-beast.com/beastblog/index.php/2007/01/21/beast-blog-v20-introduction/\">Beast Blog</a> is a dynamic, powerful theme with better accessibility, SEO, plugin and ad support besides other features.</p>\n<p><a href=\"http://www.counterjumper.com/2007/03/04/slider-a-wordpress-theme/\">Slider</a> is a playful theme, full of javascript effects, for WordPress versions 2.1 and higher. It’s a simple three column, brown and yellow theme, and supports widgets in the sidebar.</p>\n<p>RockinThemes.com has just released <a href=\"http://rockinthemes.com/rockinsoft3col-3-column-wordpress-theme/\">RockinSoft3Col</a>, <a href=\"http://rockinthemes.com/rockin-minimal-2-column-wordpress-theme-released/\">RockinMinimal 2 Column</a> and <a href=\"http://rockinthemes.com/rockinminimal-3-column-wordpress-theme-released/\">RockinMinimal 3 Column</a>.</p>\n<p><a href=\"http://www.headsetoptions.org/2007/03/05/new-wordpress-theme-3-column-version-of-earthling-released/\">Earthling2</a> is a 3 Column Widget ready version of Earthling by <a href=\"http://www.headsetoptions.org/\">headsetoptions.org</a> and <a href=\"http://www.mandarinmusing.com/\">MandarinMusing</a>.</p>\n<p><a href=\"http://jquindlen.com/blog/2007/03/06/qgrey-wordpress-theme-released/\">QGrey</a> is a two column theme featuring a grey and blue style with an old looking pillar for the sidebar.</p>\n<p><a href=\"http://themes.wordpress.net/columns/3-columns/1714/pinkline-10/\">Pinkline</a> is a 3 column theme by <a href=\"http://www.gpsgazette.com/\">GPS Gazette</a> with two widget ready sidebars.</p>\";}i:22;a:7:{s:5:\"title\";s:50:\"Ryan Boren: WordPress Bug Hunt: Live, Fresh Triage\";s:4:\"guid\";s:73:\"http://boren.nu/archives/2007/03/05/wordpress-bug-hunt-live-fresh-triage/\";s:4:\"link\";s:73:\"http://boren.nu/archives/2007/03/05/wordpress-bug-hunt-live-fresh-triage/\";s:11:\"description\";s:646:\"<p>We’re gearing up for another <a href=\"http://codex.wordpress.org/WordPress_Bug_Hunts\">Bug Hunt</a> this Wednesday at <a href=\"http://www.timeanddate.com/worldclock/fixedtime.html?month=3&day=7&year=2007&hour=1&min=0&sec=0&p1=0,\">0100 UTC</a>. For those of you in the western hemisphere, that is Tuesday (tomorrow) night. The hunt lasts for 24 hours. Users, developers, testers, and lurkers are welcome to join in the fun on the <a href=\"irc://irc.freenode.net/wordpress-bugs\">#wordpress-bugs</a> channel. We’re going to find, fix, and close as many bugs as we can. There will be punch and pie.</p>\";s:7:\"pubdate\";s:31:\"Mon, 05 Mar 2007 22:04:40 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ryan\";}s:7:\"summary\";s:646:\"<p>We’re gearing up for another <a href=\"http://codex.wordpress.org/WordPress_Bug_Hunts\">Bug Hunt</a> this Wednesday at <a href=\"http://www.timeanddate.com/worldclock/fixedtime.html?month=3&day=7&year=2007&hour=1&min=0&sec=0&p1=0,\">0100 UTC</a>. For those of you in the western hemisphere, that is Tuesday (tomorrow) night. The hunt lasts for 24 hours. Users, developers, testers, and lurkers are welcome to join in the fun on the <a href=\"irc://irc.freenode.net/wordpress-bugs\">#wordpress-bugs</a> channel. We’re going to find, fix, and close as many bugs as we can. There will be punch and pie.</p>\";}i:23;a:7:{s:5:\"title\";s:15:\"Matt: Number 16\";s:4:\"guid\";s:42:\"http://photomatt.net/2007/03/05/number-16/\";s:4:\"link\";s:42:\"http://photomatt.net/2007/03/05/number-16/\";s:11:\"description\";s:328:\"<p><a href=\"http://www.pcworld.com/article/id,129301-page,2-c,techindustrytrends/article.html\">PC World did an article on “The 50 Most Important People on the Web”</a> and I came in at #16 and the youngest on the list. Thanks to everyone who emailed and wrote, it was a very pleasant way to wake up this morning.</p>\";s:7:\"pubdate\";s:31:\"Mon, 05 Mar 2007 19:28:41 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:328:\"<p><a href=\"http://www.pcworld.com/article/id,129301-page,2-c,techindustrytrends/article.html\">PC World did an article on “The 50 Most Important People on the Web”</a> and I came in at #16 and the youngest on the list. Thanks to everyone who emailed and wrote, it was a very pleasant way to wake up this morning.</p>\";}i:24;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: 50 Most Important People on the Web\";s:4:\"guid\";s:89:\"http://weblogtoolscollection.com/archives/2007/03/05/50-most-important-people-on-the-web/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/99487334/\";s:11:\"description\";s:435:\"<p><a href=\"http://news.yahoo.com/s/pcworld/20070305/tc_pcworld/129301\">The 50 Most Important People on the Web</a>: <a href=\"http://photomatt.net\">Matt Mullenweg</a> is #16. He leads over other tech and web celebrities such as Jerry Yang (#19), <a href=\"http://rayozzie.spaces.live.com/\">Ray Ozzie</a> (#22), <a href=\"http://scobleizer.com/\">Robert Scoble</a> (#25) and <a href=\"http://techcrunch.com\">Michael Arrington</a> (#30).</p>\";s:7:\"pubdate\";s:31:\"Mon, 05 Mar 2007 15:45:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:435:\"<p><a href=\"http://news.yahoo.com/s/pcworld/20070305/tc_pcworld/129301\">The 50 Most Important People on the Web</a>: <a href=\"http://photomatt.net\">Matt Mullenweg</a> is #16. He leads over other tech and web celebrities such as Jerry Yang (#19), <a href=\"http://rayozzie.spaces.live.com/\">Ray Ozzie</a> (#22), <a href=\"http://scobleizer.com/\">Robert Scoble</a> (#25) and <a href=\"http://techcrunch.com\">Michael Arrington</a> (#30).</p>\";}i:25;a:7:{s:5:\"title\";s:54:\"Weblog Tools Collection: WP SEO Tips: Tag, You’re It\";s:4:\"guid\";s:78:\"http://weblogtoolscollection.com/archives/2007/03/05/wp-seo-tips-tag-youre-it/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/99439833/\";s:11:\"description\";s:3850:\"<p>Today we are talking about the actual code of the page. We will put touching on two points.</p>\n<ul>\n<li><a href=\"http://feeds.feedburner.com/weblogtoolscollection/UXMP#headertags\">Header Tags</a></li>\n<li><a href=\"http://feeds.feedburner.com/weblogtoolscollection/UXMP#metatags\">Meta Tags</a></li>\n</ul>\n<p><strong><a name=\"headertags\">Header Tags</a></strong></p>\n<p>First, lets give a little background to what are tags and why they are important. Think about it when you’re ready a book or a magazine. When you see a small excerpt, your eyes will almost always glance there first to see what it’s saying. Maybe in a newspaper there is a head line title that really catches your eye and draws in your interest.</p>\n<p>This is exactly what Header Tags (H tags) are meant for. When a search engine bot is looking at your page, it looks for the H tags (<H1>, <H2>, <H3>, <H4>, etc, up to H6) to find out what exactly is important about that page. So what can you do to emphasize these tags on your pages? I use some PHP code to fool around with how the tags are placed on my pages.</p>\n<p>The H tags are important starting with the lowest number, making the H1 tag the most important.</p>\n<p>In my header, I use code like this to move around the H1 tag:</p>\n<p><code><?php if ( is_home() ) { echo \"<H1>\"; } else { echo \"<H2>\"; } ?> <a href=\"/\">Google Inside.</a><?php if ( is_home() ) { echo \"</H1>\"; } else { echo </H2>\"; } ?></code></p>\n<p>When I’m using that code, I put the title of my blog within the H1 tags for the homepage and only the homepage. Then for single pages, I put the H1 tag around the actual title of the page (what the page is actually about).</p>\n<p>Take a look: <a href=\"http://www.ginside.com\">my homepage</a> with only one H1 tag (<a href=\"view-source:http://www.ginside.com\">view source</a>) and then <a href=\"http://www.ginside.com/2007/805/google-maps-with-live-traffic-reports/\">a page with the title as an H2 tag</a> (<a href=\"view-source:http://www.ginside.com/2007/805/google-maps-with-live-traffic-reports/\">view source</a>).</p>\n<p>It’s generally a good idea to have only one H1 tag per page. For H2, H3, and so on, I like to keep it to the follow: H1: one; H2: two; H3: five; H4: 10; H5: 15; H6: 20. That way the bots don’t get overwhelmed about what the page is about.<br />\n<strong><br />\n<a name=\"metatags\">Meta Tags</a></strong></p>\n<p>Now for meta tags. Search engines used to base search results almost purely on their meta tags, but that has since changed quite a bit. Webmasters started cheating and using meta tags that didn’t have any relevance to their pages so the search engines changed how they ranked the pages. Meta tags are very old, but I feel they are still useful.</p>\n<p>A lot of blogs simply let the search engines figure out what to put for the description, but I feel it’s important to be able to control what visitors see in the search engine results.</p>\n<p>I use a plugin called <a href=\"http://wordpress.uberdose.com/wordpress/another-wordpress-meta-plugin.html\">Another Wordpress Meta Plugin</a>. What it does is it lets you input custom values for both the keywords and the description for each post. Yes, it does add to the amount of time you spend on each post, but I feel it has helped my ranking positions quite a bit by doing that. The plugin is fairly basic to use and doesn’t require anything out of the ordinary.</p>\n<p>If you have a plugin that you find useful for the meta information, please comment about it and I’ll see about adding it to this post. There are a ton of meta tag plugins out there, but the one above is that I’ve had experience with and it works for me (using Wordpress 2.1.2)</p>\";s:7:\"pubdate\";s:31:\"Mon, 05 Mar 2007 11:30:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"Jonathan\";}s:7:\"summary\";s:3850:\"<p>Today we are talking about the actual code of the page. We will put touching on two points.</p>\n<ul>\n<li><a href=\"http://feeds.feedburner.com/weblogtoolscollection/UXMP#headertags\">Header Tags</a></li>\n<li><a href=\"http://feeds.feedburner.com/weblogtoolscollection/UXMP#metatags\">Meta Tags</a></li>\n</ul>\n<p><strong><a name=\"headertags\">Header Tags</a></strong></p>\n<p>First, lets give a little background to what are tags and why they are important. Think about it when you’re ready a book or a magazine. When you see a small excerpt, your eyes will almost always glance there first to see what it’s saying. Maybe in a newspaper there is a head line title that really catches your eye and draws in your interest.</p>\n<p>This is exactly what Header Tags (H tags) are meant for. When a search engine bot is looking at your page, it looks for the H tags (<H1>, <H2>, <H3>, <H4>, etc, up to H6) to find out what exactly is important about that page. So what can you do to emphasize these tags on your pages? I use some PHP code to fool around with how the tags are placed on my pages.</p>\n<p>The H tags are important starting with the lowest number, making the H1 tag the most important.</p>\n<p>In my header, I use code like this to move around the H1 tag:</p>\n<p><code><?php if ( is_home() ) { echo \"<H1>\"; } else { echo \"<H2>\"; } ?> <a href=\"/\">Google Inside.</a><?php if ( is_home() ) { echo \"</H1>\"; } else { echo </H2>\"; } ?></code></p>\n<p>When I’m using that code, I put the title of my blog within the H1 tags for the homepage and only the homepage. Then for single pages, I put the H1 tag around the actual title of the page (what the page is actually about).</p>\n<p>Take a look: <a href=\"http://www.ginside.com\">my homepage</a> with only one H1 tag (<a href=\"view-source:http://www.ginside.com\">view source</a>) and then <a href=\"http://www.ginside.com/2007/805/google-maps-with-live-traffic-reports/\">a page with the title as an H2 tag</a> (<a href=\"view-source:http://www.ginside.com/2007/805/google-maps-with-live-traffic-reports/\">view source</a>).</p>\n<p>It’s generally a good idea to have only one H1 tag per page. For H2, H3, and so on, I like to keep it to the follow: H1: one; H2: two; H3: five; H4: 10; H5: 15; H6: 20. That way the bots don’t get overwhelmed about what the page is about.<br />\n<strong><br />\n<a name=\"metatags\">Meta Tags</a></strong></p>\n<p>Now for meta tags. Search engines used to base search results almost purely on their meta tags, but that has since changed quite a bit. Webmasters started cheating and using meta tags that didn’t have any relevance to their pages so the search engines changed how they ranked the pages. Meta tags are very old, but I feel they are still useful.</p>\n<p>A lot of blogs simply let the search engines figure out what to put for the description, but I feel it’s important to be able to control what visitors see in the search engine results.</p>\n<p>I use a plugin called <a href=\"http://wordpress.uberdose.com/wordpress/another-wordpress-meta-plugin.html\">Another Wordpress Meta Plugin</a>. What it does is it lets you input custom values for both the keywords and the description for each post. Yes, it does add to the amount of time you spend on each post, but I feel it has helped my ranking positions quite a bit by doing that. The plugin is fairly basic to use and doesn’t require anything out of the ordinary.</p>\n<p>If you have a plugin that you find useful for the meta information, please comment about it and I’ll see about adding it to this post. There are a ton of meta tag plugins out there, but the one above is that I’ve had experience with and it works for me (using Wordpress 2.1.2)</p>\";}i:26;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 3/05\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/03/05/wordpress-plugin-releases-for-305/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/99388219/\";s:11:\"description\";s:2140:\"<p><a href=\"http://www.joostdevalk.nl/code/wordpress/nodirectory/\">No Directory</a> adds NOODP and NOYDIR meta tags to the header of your theme to force the search engines to use your own description and title for your site, instead of the one that is in <a href=\"http://dmoz.org/\">DMOZ</a> or the <a href=\"http://dir.yahoo.com/\">Yahoo directory</a>.</p>\n<p><a href=\"http://www.selig.se/wordpress/selig-stats/?lan=English\">Selig-Stats</a> provides you with a number of filters that can be used directly within your posts / pages in order to display some statistics like post count, comment count etc.</p>\n<p><a href=\"http://www.douglaskarr.com/projects/technorati-rank-plugin\">Technorati Rank</a> utilizes the Technorati API to display your blog information (Rank, Links, Blogs Linking) and an Add to Favorites all in simple display.</p>\n<p><a href=\"http://ideathinking.com/wiki/index.php/WordPress:CodeHighlighterPlugin\">CodeHighlighter</a> uses GeSHi to highlight syntax for source code.</p>\n<p><a href=\"http://ideathinking.com/wiki/index.php/WordPress:BookCoverPlugin\">Book Cover</a> displays the book cover image from ISBN.</p>\n<p>WordPress AdSense Deluxe+ Widget is a widgetized version of <a href=\"http://presentia.net/didzis/wordpress-plugins/adsense-deluxe/\">AdSense Deluxe+ Plugin</a></p>\n<p><a href=\"http://www.onepiecenet.com/nsomniac/archives/20\">Attach Links</a> is a Word Press plugin that allows you to attach one or more external links to each post. They will be shown in a list when calling the function <code>al_display()</code>.</p>\n<p><a href=\"http://www.webvirtue.com/wordpress/?p=9\">TellAFriendPost</a> allows the user to forward the post to there friend.</p>\n<p><a href=\"http://www.webvirtue.com/wordpress/?p=8\">PromotePost</a> allows the user to Extend the post reach by forwarding it to the 45 sites including del.icio.us, Digg, Flurl, Techorati.</p>\n<p><a href=\"http://www.webvirtue.com/wordpress/?p=7\">DoubleClick Meaning</a> allows you to doubleclick on a word to know its definition / meaning.</p>\n<p><a href=\"http://www.webvirtue.com/wordpress/?p=5\">ScaleImage</a> scales images in the post using a slider.</p>\";s:7:\"pubdate\";s:31:\"Mon, 05 Mar 2007 06:15:12 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:2140:\"<p><a href=\"http://www.joostdevalk.nl/code/wordpress/nodirectory/\">No Directory</a> adds NOODP and NOYDIR meta tags to the header of your theme to force the search engines to use your own description and title for your site, instead of the one that is in <a href=\"http://dmoz.org/\">DMOZ</a> or the <a href=\"http://dir.yahoo.com/\">Yahoo directory</a>.</p>\n<p><a href=\"http://www.selig.se/wordpress/selig-stats/?lan=English\">Selig-Stats</a> provides you with a number of filters that can be used directly within your posts / pages in order to display some statistics like post count, comment count etc.</p>\n<p><a href=\"http://www.douglaskarr.com/projects/technorati-rank-plugin\">Technorati Rank</a> utilizes the Technorati API to display your blog information (Rank, Links, Blogs Linking) and an Add to Favorites all in simple display.</p>\n<p><a href=\"http://ideathinking.com/wiki/index.php/WordPress:CodeHighlighterPlugin\">CodeHighlighter</a> uses GeSHi to highlight syntax for source code.</p>\n<p><a href=\"http://ideathinking.com/wiki/index.php/WordPress:BookCoverPlugin\">Book Cover</a> displays the book cover image from ISBN.</p>\n<p>WordPress AdSense Deluxe+ Widget is a widgetized version of <a href=\"http://presentia.net/didzis/wordpress-plugins/adsense-deluxe/\">AdSense Deluxe+ Plugin</a></p>\n<p><a href=\"http://www.onepiecenet.com/nsomniac/archives/20\">Attach Links</a> is a Word Press plugin that allows you to attach one or more external links to each post. They will be shown in a list when calling the function <code>al_display()</code>.</p>\n<p><a href=\"http://www.webvirtue.com/wordpress/?p=9\">TellAFriendPost</a> allows the user to forward the post to there friend.</p>\n<p><a href=\"http://www.webvirtue.com/wordpress/?p=8\">PromotePost</a> allows the user to Extend the post reach by forwarding it to the 45 sites including del.icio.us, Digg, Flurl, Techorati.</p>\n<p><a href=\"http://www.webvirtue.com/wordpress/?p=7\">DoubleClick Meaning</a> allows you to doubleclick on a word to know its definition / meaning.</p>\n<p><a href=\"http://www.webvirtue.com/wordpress/?p=5\">ScaleImage</a> scales images in the post using a slider.</p>\";}i:27;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 3/05\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/03/05/wordpress-theme-releases-for-305/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/99388220/\";s:11:\"description\";s:1602:\"<p><a href=\"http://www.dennis.ca/weblog/ahem-wordpress-theme/\">Ahem</a>, based on <a href=\"http://www.randomprocess.ca/2006/03/25/hemmed/\">Hemmed</a> is a 2-column, widget-ready theme with navigation bar and Hemmingway-style bottom bar. </p>\n<p><a href=\"http://subiectiv.ro/netu/wordpress-themes-green-thoughts/\">Green Thoughts</a> is a three column, green and black WordPress theme inspired by <a href=\"http://www.wpdesigner.com/2007/02/04/half-life-wordpress-theme/\">Half-Life</a> and <a href=\"http://en.wikipedia.org/wiki/Green_Lantern\">Green Lantern</a>.</p>\n<p><a href=\"http://www.peterkrantz.com/projects/wordpress-themes/\">Puritan</a> is a clean two column Wordpress theme suitable for extending with stylesheets for print and handheld devices, proper use of <code>title</code> for better SEO among other features.</p>\n<p>Little Red Star has released <a href=\"http://www.littleredstar.co.uk/new-day-theme/\">New Day</a>, <a href=\"http://www.littleredstar.co.uk/rock-princess-theme/\">Rock Princess</a> and <a href=\"http://www.littleredstar.co.uk/neon-nights-theme/\">Neon Nights</a>.</p>\n<p><a href=\"http://www.headsetoptions.org/\">headsetoptions.org</a> and <a href=\"http://www.mandarinmusing.com/\">Mandarin Musing</a> have released <a href=\"http://themes.wordpress.net/columns/2-columns/1704/butterfly/\">Butterfly</a> and <a href=\"http://themes.wordpress.net/columns/2-columns/1705/rubyx/\">Rubyx</a>.</p>\n<p><a href=\"http://guillaumeb.com/2007/03/03/theme-download-lifebits-10/\">Lifebits</a> is a minimalist theme designed for Wordpress with smart screen-resolution detection and ajax search.</p>\";s:7:\"pubdate\";s:31:\"Mon, 05 Mar 2007 06:08:47 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1602:\"<p><a href=\"http://www.dennis.ca/weblog/ahem-wordpress-theme/\">Ahem</a>, based on <a href=\"http://www.randomprocess.ca/2006/03/25/hemmed/\">Hemmed</a> is a 2-column, widget-ready theme with navigation bar and Hemmingway-style bottom bar. </p>\n<p><a href=\"http://subiectiv.ro/netu/wordpress-themes-green-thoughts/\">Green Thoughts</a> is a three column, green and black WordPress theme inspired by <a href=\"http://www.wpdesigner.com/2007/02/04/half-life-wordpress-theme/\">Half-Life</a> and <a href=\"http://en.wikipedia.org/wiki/Green_Lantern\">Green Lantern</a>.</p>\n<p><a href=\"http://www.peterkrantz.com/projects/wordpress-themes/\">Puritan</a> is a clean two column Wordpress theme suitable for extending with stylesheets for print and handheld devices, proper use of <code>title</code> for better SEO among other features.</p>\n<p>Little Red Star has released <a href=\"http://www.littleredstar.co.uk/new-day-theme/\">New Day</a>, <a href=\"http://www.littleredstar.co.uk/rock-princess-theme/\">Rock Princess</a> and <a href=\"http://www.littleredstar.co.uk/neon-nights-theme/\">Neon Nights</a>.</p>\n<p><a href=\"http://www.headsetoptions.org/\">headsetoptions.org</a> and <a href=\"http://www.mandarinmusing.com/\">Mandarin Musing</a> have released <a href=\"http://themes.wordpress.net/columns/2-columns/1704/butterfly/\">Butterfly</a> and <a href=\"http://themes.wordpress.net/columns/2-columns/1705/rubyx/\">Rubyx</a>.</p>\n<p><a href=\"http://guillaumeb.com/2007/03/03/theme-download-lifebits-10/\">Lifebits</a> is a minimalist theme designed for Wordpress with smart screen-resolution detection and ajax search.</p>\";}i:28;a:7:{s:5:\"title\";s:53:\"Weblog Tools Collection: Top 6 Most Prolific Bloggers\";s:4:\"guid\";s:82:\"http://weblogtoolscollection.com/archives/2007/03/04/top-6-most-prolific-bloggers/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/99351727/\";s:11:\"description\";s:482:\"<p><a href=\"http://www.thebizofknowledge.com/2007/03/top_6_most_prolific_bloggers_1.html\">Top 6 Most Prolific Bloggers - 1000 posts or more - looking for the top 100</a>: This can be a slippery slope. I am not so sure that post count really makes for “prolific”ity but this is my post number 2113 on this blog.</p>\n<p>How many posts do you have?</p>\n<p>Thanks <a href=\"http://www.problogger.net/archives/2007/03/04/speedlinking-4-march-2007/\">Darren Speedlinking</a></p>\";s:7:\"pubdate\";s:31:\"Mon, 05 Mar 2007 02:15:29 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:482:\"<p><a href=\"http://www.thebizofknowledge.com/2007/03/top_6_most_prolific_bloggers_1.html\">Top 6 Most Prolific Bloggers - 1000 posts or more - looking for the top 100</a>: This can be a slippery slope. I am not so sure that post count really makes for “prolific”ity but this is my post number 2113 on this blog.</p>\n<p>How many posts do you have?</p>\n<p>Thanks <a href=\"http://www.problogger.net/archives/2007/03/04/speedlinking-4-march-2007/\">Darren Speedlinking</a></p>\";}i:29;a:7:{s:5:\"title\";s:17:\"Matt: Blank Slate\";s:4:\"guid\";s:44:\"http://photomatt.net/2007/03/04/blank-slate/\";s:4:\"link\";s:44:\"http://photomatt.net/2007/03/04/blank-slate/\";s:11:\"description\";s:499:\"<p><a href=\"http://daringfireball.net/2007/03/blank_slate\">Daring Fireball: Blank Slate</a> talks about basing your work off a template vs. starting from scratch. I think both can be valid, there are enough (over 1000) WP templates out there that finding one that’s close enough to what you want and customizing from there can be a great way to bootstrap and get started quickly. But longer term, invest in design. (This reminded me I have a long todo list for this site to catch up with.)</p>\";s:7:\"pubdate\";s:31:\"Mon, 05 Mar 2007 00:32:54 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:499:\"<p><a href=\"http://daringfireball.net/2007/03/blank_slate\">Daring Fireball: Blank Slate</a> talks about basing your work off a template vs. starting from scratch. I think both can be valid, there are enough (over 1000) WP templates out there that finding one that’s close enough to what you want and customizing from there can be a great way to bootstrap and get started quickly. But longer term, invest in design. (This reminded me I have a long todo list for this site to catch up with.)</p>\";}i:30;a:7:{s:5:\"title\";s:53:\"Weblog Tools Collection: How To: Install mod_security\";s:4:\"guid\";s:81:\"http://weblogtoolscollection.com/archives/2007/03/04/how-to-install-mod_security/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/99331453/\";s:11:\"description\";s:3888:\"<p><a href=\"http://www.modsecurity.org/\">mod_security is a well known web application firewall for Apache</a> that is easy to setup and provides a fair amount of protection from web malware and can even provide some protection from comment spam. The benefits of mod_security have been <a href=\"http://wordpress.org/development/2005/05/security-update/\">discussed</a> <a href=\"http://www.onlamp.com/pub/a/apache/2003/11/26/mod_security.html\">over</a> and <a href=\"http://jeremy.zawodny.com/blog/archives/007442.html\">over</a> again and with the recent unforeseen problems with Wordpress (<strong>In case you have not heard about it, if you have <a href=\"http://wordpress.org/development/2007/03/upgrade-212/\">not upgraded your Wordpress 2.1.1 installation</a>, you need to do it NOW</strong>), mod_security would have provided a level of security if it was installed. Since I had to install mod_security on one of my servers, the steps are fresh in my mind and worth a post. All of the steps below are assuming that you have some sort of a LAMP installation over which you have complete control. If you are on a shared host on LAMP, you will have to ask your provider to install mod_security for you.</p>\n<p>If you are running some version of <a href=\"http://fedora.redhat.com/\">Fedora</a> greater than Core 2, mod_security installation might be as simple as invoking yum:</p>\n<blockquote><p><code>/usr/bin/yum install mod_security<br />\n/etc/init.d/httpd restart</code></p></blockquote>\n<p>For Debian and Ubuntu, you could do:</p>\n<blockquote><p><code>apt-get install libapache2-mod-security<br />\na2enmod mod-security<br />\n/etc/init.d/apache2 force-reload</code></p></blockquote>\n<p>If per chance you are running a version of Fedora that does not have the mod_security package, you will need to download the source, compile the module, configure mod_security and restart Apache.</p>\n<ul>\n<li>Get the latest version of mod_security from <a href=\"http://www.modsecurity.org/download/modsecurity-apache_2.1.0.tar.gz\">http://www.modsecurity.org/download/modsecurity-apache_2.1.0.tar.gz</a></li>\n<li>Make sure you have httpd-devel installed with<br />\n<blockquote><p><code>/usr/bin/yum httpd-devel install</code></p></blockquote>\n</li>\n<li>Follow the <a href=\"http://www.modsecurity.org/documentation/modsecurity-apache/2.1.0/modsecurity2-apache-reference.html#02-installation\">steps outlined here</a>. The steps are very clear and should not be confusing. For the step that asks to configure mod_security, you can use a <a href=\"http://fedoranews.org/jorge/mod_security/mod_security.conf\">very basic config from here</a> and copy the contents to /etc/httpd/conf.d/mod_security.conf More detailed rules can be <a href=\"http://www.gotroot.com/mod_security+rules\">found here</a>.</li>\n<li>After Apache restarts, make sure you web application (and Wordpress) are running as normal</li>\n</ul>\n<p>If things break, removing the module is as simple as commenting out the line that activates mod_security in httpd.conf (search for mod_security in /etc/httpd/conf/httpd.conf) and restarting your Apache. There are lots of fun rules for <a href=\"http://www.gotroot.com/downloads/ftp/mod_security/2.0/apache2/blacklist.conf\">comment spam mitigation</a>, <a href=\"http://www.gotroot.com/downloads/ftp/mod_security/recons.conf\">Google Hack Signatures</a> and other tricks that you can add to mod_security. As with any high level application security, this adds overhead and there is a delicate balance between protection and paranoia. mod_security 2.1.0 has significant performance improvements over earlier versions.</p>\n<p><strong>Standard Disclaimer: This How To comes without any warranty or guarantee of any sort. Please take these steps at your own risk and do not modify or change anything you are not familiar or comfortable with. I will not be responsible if you break your server. </strong></p>\";s:7:\"pubdate\";s:31:\"Mon, 05 Mar 2007 00:00:35 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:3888:\"<p><a href=\"http://www.modsecurity.org/\">mod_security is a well known web application firewall for Apache</a> that is easy to setup and provides a fair amount of protection from web malware and can even provide some protection from comment spam. The benefits of mod_security have been <a href=\"http://wordpress.org/development/2005/05/security-update/\">discussed</a> <a href=\"http://www.onlamp.com/pub/a/apache/2003/11/26/mod_security.html\">over</a> and <a href=\"http://jeremy.zawodny.com/blog/archives/007442.html\">over</a> again and with the recent unforeseen problems with Wordpress (<strong>In case you have not heard about it, if you have <a href=\"http://wordpress.org/development/2007/03/upgrade-212/\">not upgraded your Wordpress 2.1.1 installation</a>, you need to do it NOW</strong>), mod_security would have provided a level of security if it was installed. Since I had to install mod_security on one of my servers, the steps are fresh in my mind and worth a post. All of the steps below are assuming that you have some sort of a LAMP installation over which you have complete control. If you are on a shared host on LAMP, you will have to ask your provider to install mod_security for you.</p>\n<p>If you are running some version of <a href=\"http://fedora.redhat.com/\">Fedora</a> greater than Core 2, mod_security installation might be as simple as invoking yum:</p>\n<blockquote><p><code>/usr/bin/yum install mod_security<br />\n/etc/init.d/httpd restart</code></p></blockquote>\n<p>For Debian and Ubuntu, you could do:</p>\n<blockquote><p><code>apt-get install libapache2-mod-security<br />\na2enmod mod-security<br />\n/etc/init.d/apache2 force-reload</code></p></blockquote>\n<p>If per chance you are running a version of Fedora that does not have the mod_security package, you will need to download the source, compile the module, configure mod_security and restart Apache.</p>\n<ul>\n<li>Get the latest version of mod_security from <a href=\"http://www.modsecurity.org/download/modsecurity-apache_2.1.0.tar.gz\">http://www.modsecurity.org/download/modsecurity-apache_2.1.0.tar.gz</a></li>\n<li>Make sure you have httpd-devel installed with<br />\n<blockquote><p><code>/usr/bin/yum httpd-devel install</code></p></blockquote>\n</li>\n<li>Follow the <a href=\"http://www.modsecurity.org/documentation/modsecurity-apache/2.1.0/modsecurity2-apache-reference.html#02-installation\">steps outlined here</a>. The steps are very clear and should not be confusing. For the step that asks to configure mod_security, you can use a <a href=\"http://fedoranews.org/jorge/mod_security/mod_security.conf\">very basic config from here</a> and copy the contents to /etc/httpd/conf.d/mod_security.conf More detailed rules can be <a href=\"http://www.gotroot.com/mod_security+rules\">found here</a>.</li>\n<li>After Apache restarts, make sure you web application (and Wordpress) are running as normal</li>\n</ul>\n<p>If things break, removing the module is as simple as commenting out the line that activates mod_security in httpd.conf (search for mod_security in /etc/httpd/conf/httpd.conf) and restarting your Apache. There are lots of fun rules for <a href=\"http://www.gotroot.com/downloads/ftp/mod_security/2.0/apache2/blacklist.conf\">comment spam mitigation</a>, <a href=\"http://www.gotroot.com/downloads/ftp/mod_security/recons.conf\">Google Hack Signatures</a> and other tricks that you can add to mod_security. As with any high level application security, this adds overhead and there is a delicate balance between protection and paranoia. mod_security 2.1.0 has significant performance improvements over earlier versions.</p>\n<p><strong>Standard Disclaimer: This How To comes without any warranty or guarantee of any sort. Please take these steps at your own risk and do not modify or change anything you are not familiar or comfortable with. I will not be responsible if you break your server. </strong></p>\";}i:31;a:7:{s:5:\"title\";s:54:\"Dougal Campbell: Important: Upgrade to WordPress 2.1.2\";s:4:\"guid\";s:76:\"http://dougal.gunters.org/blog/2007/03/03/important-upgrade-to-wordpress-212\";s:4:\"link\";s:76:\"http://dougal.gunters.org/blog/2007/03/03/important-upgrade-to-wordpress-212\";s:11:\"description\";s:1097:\"<p>\nIn the interest of getting the word out as quickly and as widely as possible, a brief word about a new WordPress release: If you recently installed version 2.1.1, you should <strong>upgrade to WordPress 2.1.2 immediately</strong>. There was a security breach on the server which housed the download archives, and some files in the 2.1.1 download were modified to include a serious security hole. There are more details in the <a href=\"http://wordpress.org/development/2007/03/upgrade-212/\">official WordPress Dev Blog announcement</a>.\n</p>\n<p>\nWhile technically this only affects those who downloaded the 2.1.1 .zip or .tar.gz archives from the wordpress.org site in about the last week, it certainly wouldn\'t hurt to go ahead and upgrade, even if you downloaded earlier, or installed from SVN. Just because (there are a couple of unrelated bugfixes in there, after all).\n</p>\n<p class=\"akst_link\"><a href=\"http://dougal.gunters.org/?p=795&akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_795\" class=\"akst_share_link\" rel=\"nofollow\">Share This</a>\n</p>\";s:7:\"pubdate\";s:31:\"Sat, 03 Mar 2007 15:01:57 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"Dougal\";}s:7:\"summary\";s:1097:\"<p>\nIn the interest of getting the word out as quickly and as widely as possible, a brief word about a new WordPress release: If you recently installed version 2.1.1, you should <strong>upgrade to WordPress 2.1.2 immediately</strong>. There was a security breach on the server which housed the download archives, and some files in the 2.1.1 download were modified to include a serious security hole. There are more details in the <a href=\"http://wordpress.org/development/2007/03/upgrade-212/\">official WordPress Dev Blog announcement</a>.\n</p>\n<p>\nWhile technically this only affects those who downloaded the 2.1.1 .zip or .tar.gz archives from the wordpress.org site in about the last week, it certainly wouldn\'t hurt to go ahead and upgrade, even if you downloaded earlier, or installed from SVN. Just because (there are a couple of unrelated bugfixes in there, after all).\n</p>\n<p class=\"akst_link\"><a href=\"http://dougal.gunters.org/?p=795&akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_795\" class=\"akst_share_link\" rel=\"nofollow\">Share This</a>\n</p>\";}i:32;a:7:{s:5:\"title\";s:52:\"Weblog Tools Collection: Upgrade WordPress via Shell\";s:4:\"guid\";s:81:\"http://weblogtoolscollection.com/archives/2007/03/03/upgrade-wordpress-via-shell/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/98917814/\";s:11:\"description\";s:551:\"<p><a href=\"http://techtites.com/2007/03/03/upgrading-wordpress-via-shell/\">Upgrade WordPress via Shell</a> guides you to upgrading your existing <a href=\"http://wordpress.org/\">WordPress</a> installation to the latest one if you have shell access to your hosting account.<br />\nAnd if you haven’t <a href=\"http://wordpress.org/download/\">upgraded to 2.1.2</a> yet, then please do so immediately to ensure that your <a href=\"http://wordpress.org/development/2007/03/upgrade-212/\">WordPress 2.1 installation doesn’t get compromised</a>.</p>\";s:7:\"pubdate\";s:31:\"Sat, 03 Mar 2007 14:00:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:551:\"<p><a href=\"http://techtites.com/2007/03/03/upgrading-wordpress-via-shell/\">Upgrade WordPress via Shell</a> guides you to upgrading your existing <a href=\"http://wordpress.org/\">WordPress</a> installation to the latest one if you have shell access to your hosting account.<br />\nAnd if you haven’t <a href=\"http://wordpress.org/download/\">upgraded to 2.1.2</a> yet, then please do so immediately to ensure that your <a href=\"http://wordpress.org/development/2007/03/upgrade-212/\">WordPress 2.1 installation doesn’t get compromised</a>.</p>\";}i:33;a:7:{s:5:\"title\";s:40:\"Donncha: You didn’t hear? Upgrade now!\";s:4:\"guid\";s:56:\"http://ocaoimh.ie/2007/03/03/you-didnt-hear-upgrade-now/\";s:4:\"link\";s:56:\"http://ocaoimh.ie/2007/03/03/you-didnt-hear-upgrade-now/\";s:11:\"description\";s:2023:\"<p>On the off chance that <a href=\"http://www.tomrafteryit.net/urgent-update-to-wordpress/\">you</a> <a href=\"http://www.problogger.net/archives/2007/03/03/wordpress-211-users-important-update/\">haven’t</a> <a href=\"http://www.tamba2.org.uk/T2/archives/2007/03/03/upgrade-to-212/\">heard</a> <a href=\"http://markjaquith.wordpress.com/2007/03/03/wordpress-212-is-a-mandatory-upgrade/\">the</a> <a href=\"http://wordpress.org/development/2007/03/upgrade-212/\">news</a> yet. You should upgrade your WordPress install straight away. Don’t hesitate, do it now. Don’t pause to grab a cup of coffee. If you’re just waking up then rub the sleep from your eyes and jump to the <a href=\"http://wordpress.org/download/\">download</a> page and grab WordPress 2.1.2.</p>\n<p>\n<blockquote>Long story short: If you downloaded WordPress 2.1.1 within the past 3-4 days, your files may include a security exploit that was added by a cracker, and you should upgrade all of your files to 2.1.2 immediately.</p></blockquote>\n<p>Users running from svn code aren’t affected, but then you probably already knew that already didn’t you? You should be subscribed to Hackers and Testers lists.</p>\n<p>Don’t worry if you’re running a <a href=\"http://mu.wordpress.org/\">WordPress MU</a> site. That isn’t affected, although you should upgrade to the <a href=\"http://ocaoimh.ie/2007/02/27/catch-it-if-you-can-wordpress-mu-111-escaped/\">latest 1.1.1 release</a> as that fixes a number of problems with 1.0 as well as merging in some security fixes from WordPress core.</p>\n<p><a href=\"http://wordpress.com/\">WordPress.com</a> users have nothing to worry about.</p>\n<a href=\"http://ocaoimh.ie/tag/irishblogs/\" rel=\"tag\">irishblogs</a>, <a href=\"http://ocaoimh.ie/tag/wordpress/\" rel=\"tag\">WordPress</a>, <a href=\"http://ocaoimh.ie/tag/wordpress.com/\" rel=\"tag\">wordpress.com</a>, <a href=\"http://ocaoimh.ie/tag/wordpressmu/\" rel=\"tag\">wordpressmu</a>, <a href=\"http://ocaoimh.ie/tag/wpmu/\" rel=\"tag\">wpmu</a>\";s:7:\"pubdate\";s:31:\"Sat, 03 Mar 2007 11:37:59 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Donncha\";}s:7:\"summary\";s:2023:\"<p>On the off chance that <a href=\"http://www.tomrafteryit.net/urgent-update-to-wordpress/\">you</a> <a href=\"http://www.problogger.net/archives/2007/03/03/wordpress-211-users-important-update/\">haven’t</a> <a href=\"http://www.tamba2.org.uk/T2/archives/2007/03/03/upgrade-to-212/\">heard</a> <a href=\"http://markjaquith.wordpress.com/2007/03/03/wordpress-212-is-a-mandatory-upgrade/\">the</a> <a href=\"http://wordpress.org/development/2007/03/upgrade-212/\">news</a> yet. You should upgrade your WordPress install straight away. Don’t hesitate, do it now. Don’t pause to grab a cup of coffee. If you’re just waking up then rub the sleep from your eyes and jump to the <a href=\"http://wordpress.org/download/\">download</a> page and grab WordPress 2.1.2.</p>\n<p>\n<blockquote>Long story short: If you downloaded WordPress 2.1.1 within the past 3-4 days, your files may include a security exploit that was added by a cracker, and you should upgrade all of your files to 2.1.2 immediately.</p></blockquote>\n<p>Users running from svn code aren’t affected, but then you probably already knew that already didn’t you? You should be subscribed to Hackers and Testers lists.</p>\n<p>Don’t worry if you’re running a <a href=\"http://mu.wordpress.org/\">WordPress MU</a> site. That isn’t affected, although you should upgrade to the <a href=\"http://ocaoimh.ie/2007/02/27/catch-it-if-you-can-wordpress-mu-111-escaped/\">latest 1.1.1 release</a> as that fixes a number of problems with 1.0 as well as merging in some security fixes from WordPress core.</p>\n<p><a href=\"http://wordpress.com/\">WordPress.com</a> users have nothing to worry about.</p>\n<a href=\"http://ocaoimh.ie/tag/irishblogs/\" rel=\"tag\">irishblogs</a>, <a href=\"http://ocaoimh.ie/tag/wordpress/\" rel=\"tag\">WordPress</a>, <a href=\"http://ocaoimh.ie/tag/wordpress.com/\" rel=\"tag\">wordpress.com</a>, <a href=\"http://ocaoimh.ie/tag/wordpressmu/\" rel=\"tag\">wordpressmu</a>, <a href=\"http://ocaoimh.ie/tag/wpmu/\" rel=\"tag\">wpmu</a>\";}i:34;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 3/03\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/03/03/wordpress-plugin-releases-for-303/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/98821747/\";s:11:\"description\";s:970:\"<p><a href=\"http://code.google.com/p/feedburnerstats/\">FeedBurner Stats</a> is a plugin which gives you <a href=\"http://code.google.com/p/feedburnerstats/wiki/FeedBurner\">FeedBurner</a> Stats without redirecting your users the FeedBurner feeds. So, you keep your subscribers on your site but still get the stats.</p>\n<p><a href=\"http://www.vincentprat.info/wordpress/2007/03/01/wordpress-plugin-post-templates/\">Post Templates</a> lets you create templates for your posts so that you don’t spend time copy-pasting the same code across different posts.</p>\n<p><a href=\"http://www.linickx.com/blog/archives/266/recent-phpbb-topics-on-wordpress-plugin\">phpBB recent topics</a> lists of recent phpBB threads or Topics displayed in WordPress.</p>\n<p><a href=\"http://marjorie.citizencaine.org/patb/\">Pinky and the Brain</a> displays a random Brain word in the top right corner, similar to Hello Dolly. <em>The download link doesn’t to be working right now</em></p>\";s:7:\"pubdate\";s:31:\"Sat, 03 Mar 2007 07:05:40 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:970:\"<p><a href=\"http://code.google.com/p/feedburnerstats/\">FeedBurner Stats</a> is a plugin which gives you <a href=\"http://code.google.com/p/feedburnerstats/wiki/FeedBurner\">FeedBurner</a> Stats without redirecting your users the FeedBurner feeds. So, you keep your subscribers on your site but still get the stats.</p>\n<p><a href=\"http://www.vincentprat.info/wordpress/2007/03/01/wordpress-plugin-post-templates/\">Post Templates</a> lets you create templates for your posts so that you don’t spend time copy-pasting the same code across different posts.</p>\n<p><a href=\"http://www.linickx.com/blog/archives/266/recent-phpbb-topics-on-wordpress-plugin\">phpBB recent topics</a> lists of recent phpBB threads or Topics displayed in WordPress.</p>\n<p><a href=\"http://marjorie.citizencaine.org/patb/\">Pinky and the Brain</a> displays a random Brain word in the top right corner, similar to Hello Dolly. <em>The download link doesn’t to be working right now</em></p>\";}i:35;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 3/03\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/03/03/wordpress-theme-releases-for-303/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/98812658/\";s:11:\"description\";s:1080:\"<p><a href=\"http://blogosquare.com/2007/03/01/download-the-best-black-minimalist-theme-for-your-wordpress-blog-colourfull-wall/\">ColourFull Wall</a> is a black minimalist theme, highly customisable, lightning fast, easy to deploy and use while supporting the vast majority of plugins out there. It is SEO optimised coming with a built-in sitemap and archives page template. More little nifty goodies are built down into it like some quick shooting stats of the blog and bookmark link in the posts.</p>\n<p><a href=\"http://www.studiengang-verzeichnis.de/\">Studiengang-Verzeichnis</a> has released three themes viz. <a href=\"http://themes.wordpress.net/columns/2-columns/1699/theme1/\">Theme1</a>, <a href=\"http://themes.wordpress.net/columns/2-columns/1698/blue-and-clean/\">Blue and Clean</a> and <a href=\"http://themes.wordpress.net/columns/2-columns/1697/red-and-clean/\">Red and Clean</a>.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1696/psalm-8-10/\">Psalm 8</a> is a two column widget ready theme by <a href=\"http://www.taintedsong.com/wp-themes/\">Joni</a>.</p>\";s:7:\"pubdate\";s:31:\"Sat, 03 Mar 2007 06:45:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1080:\"<p><a href=\"http://blogosquare.com/2007/03/01/download-the-best-black-minimalist-theme-for-your-wordpress-blog-colourfull-wall/\">ColourFull Wall</a> is a black minimalist theme, highly customisable, lightning fast, easy to deploy and use while supporting the vast majority of plugins out there. It is SEO optimised coming with a built-in sitemap and archives page template. More little nifty goodies are built down into it like some quick shooting stats of the blog and bookmark link in the posts.</p>\n<p><a href=\"http://www.studiengang-verzeichnis.de/\">Studiengang-Verzeichnis</a> has released three themes viz. <a href=\"http://themes.wordpress.net/columns/2-columns/1699/theme1/\">Theme1</a>, <a href=\"http://themes.wordpress.net/columns/2-columns/1698/blue-and-clean/\">Blue and Clean</a> and <a href=\"http://themes.wordpress.net/columns/2-columns/1697/red-and-clean/\">Red and Clean</a>.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1696/psalm-8-10/\">Psalm 8</a> is a two column widget ready theme by <a href=\"http://www.taintedsong.com/wp-themes/\">Joni</a>.</p>\";}i:36;a:7:{s:5:\"title\";s:63:\"Lorelle on WP: Emergency Update Notification for WordPress 2.1+\";s:4:\"guid\";s:87:\"http://lorelle.wordpress.com/2007/03/02/emergency-update-notification-for-wordpress-21/\";s:4:\"link\";s:87:\"http://lorelle.wordpress.com/2007/03/02/emergency-update-notification-for-wordpress-21/\";s:11:\"description\";s:338:\"If you updated WordPress in the past few days, download the new version and update it again. Someone was able to break in and malicious code was added to the download. The new version is WordPress 2.1.2.\nFor more information see: WordPress 2.1.1 dangerous, Upgrade to 2.1.2.\nIt appears that this is a mandatory upgrade for everyone, [...]\";s:7:\"pubdate\";s:31:\"Sat, 03 Mar 2007 00:20:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:338:\"If you updated WordPress in the past few days, download the new version and update it again. Someone was able to break in and malicious code was added to the download. The new version is WordPress 2.1.2.\nFor more information see: WordPress 2.1.1 dangerous, Upgrade to 2.1.2.\nIt appears that this is a mandatory upgrade for everyone, [...]\";}i:37;a:7:{s:5:\"title\";s:53:\"Dev Blog: WordPress 2.1.1 dangerous, Upgrade to 2.1.2\";s:4:\"guid\";s:53:\"http://wordpress.org/development/2007/03/upgrade-212/\";s:4:\"link\";s:53:\"http://wordpress.org/development/2007/03/upgrade-212/\";s:11:\"description\";s:659:\"<p>Long story short: If you downloaded WordPress 2.1.1 within the past 3-4 days, your files may include a security exploit that was added by a cracker, and you should upgrade all of your files to 2.1.2 immediately.</p>\n<p>Longer explanation: This morning we received a note to our security mailing address about unusual and highly exploitable code in WordPress. The issue was investigated, and it appeared that the 2.1.1 download had been modified from its original code. We took the website down immediately to investigate what happened.</p>\n<p> <a href=\"http://wordpress.org/development/2007/03/upgrade-212/#more-199\" class=\"more-link\">(more…)</a></p>\";s:7:\"pubdate\";s:31:\"Fri, 02 Mar 2007 21:53:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:659:\"<p>Long story short: If you downloaded WordPress 2.1.1 within the past 3-4 days, your files may include a security exploit that was added by a cracker, and you should upgrade all of your files to 2.1.2 immediately.</p>\n<p>Longer explanation: This morning we received a note to our security mailing address about unusual and highly exploitable code in WordPress. The issue was investigated, and it appeared that the 2.1.1 download had been modified from its original code. We took the website down immediately to investigate what happened.</p>\n<p> <a href=\"http://wordpress.org/development/2007/03/upgrade-212/#more-199\" class=\"more-link\">(more…)</a></p>\";}i:38;a:7:{s:5:\"title\";s:57:\"Weblog Tools Collection: WP Plugin: Feedburner Feed Stats\";s:4:\"guid\";s:85:\"http://weblogtoolscollection.com/archives/2007/03/02/wp-plugin-feedburner-feed-stats/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/98306383/\";s:11:\"description\";s:3046:\"<p>Feedburner Feed Stats is a simple plugin that I put together with the ideas (and some of the code) from <a href=\"http://www.45n5.com/permalink/how-to-get-feedburner-stats-without-using-feedburn.html\">an article that I was reading yesterday</a> for a Wordpress hack of sorts. The idea is good and the code is simple.</p>\n<p>Since a lot of people like the subscriber statistics offered by Feedburner but want to continue to offer feeds directly through Wordpress, if there was a way to pass on every feed request made to Wordpress transparently onto Feedburner, Feedburner would be able to gather subscription data. <a href=\"http://www.45n5.com\">45n5</a> came up with the concept and some of the code for the Wordpress hack. I took some of that code, some more code from transparent proxy scripts, added a smattering of more code on suggestions from <a href=\"http://www.burningdoor.com/eric\">Eric Lunt</a> along with the plugin framework that was already built by Steve Smith and am ready to alpha test my version of the Feedburner Feed Stats Plugin.</p>\n<p>As I explained to a friend, after installing this plugin, <span><span>the feed for your (Wordpress) blog will be served directly by your blog. All feedburner is doing at that point is counting the number of people that read your feed</span></span>.</p>\n<p>You can download the alpha code from the following link. <a href=\"http://weblogtoolscollection.com/b2-img/2007/03/feedburnerfeedstats.zip\" title=\"Feedburner Feed Stats\">Download the Feedburner Feed Stats Plugin</a></p>\n<p>Couple of gotchas and assumptions:</p>\n<ul>\n<li>You have to disable any Feedburner redirect plugins since this will effectively do the same thing. Might cause double the stats and all kinds of goofy redirect problems.</li>\n<li>You will lose the click through statistics from Feedburner since the links on the feed are no longer from Feedburner.</li>\n<li>I am assuming that Feedburner respects the HTTP_X_FORWARDED_FOR header from transparent proxies and uses that information to tag unique subscribers. The answer to that question might affect subscriber numbers</li>\n<li>It looks like the country of origin is not determined by the proxy information and everything is showing up as the servers’ location. I wonder what they use to determine the location of the subscriber. I also wondered if there was a way to spoof the remote_addr server variable from inside a curl request.</li>\n<li><strike>As pointed out in the comments, this plugin requires PHP 4 >= 4.3.0</strike></li>\n<li><strike>Also, as Adam points out in the comments, Apache is required for this version of the plugin</strike></li>\n<li>If you run any kind of ads over Feedburner, this is not for you</li>\n</ul>\n<p>If you still have questions, please leave a comment. Installation is really simple. Just download, move to your plugin folder, activate in your Wordpres back end, go to the options tab and configure. If something breaks, simply turn the plugin off or delete it from your plugin folder. Please post bugs and suggestions.</p>\";s:7:\"pubdate\";s:31:\"Fri, 02 Mar 2007 07:15:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:3046:\"<p>Feedburner Feed Stats is a simple plugin that I put together with the ideas (and some of the code) from <a href=\"http://www.45n5.com/permalink/how-to-get-feedburner-stats-without-using-feedburn.html\">an article that I was reading yesterday</a> for a Wordpress hack of sorts. The idea is good and the code is simple.</p>\n<p>Since a lot of people like the subscriber statistics offered by Feedburner but want to continue to offer feeds directly through Wordpress, if there was a way to pass on every feed request made to Wordpress transparently onto Feedburner, Feedburner would be able to gather subscription data. <a href=\"http://www.45n5.com\">45n5</a> came up with the concept and some of the code for the Wordpress hack. I took some of that code, some more code from transparent proxy scripts, added a smattering of more code on suggestions from <a href=\"http://www.burningdoor.com/eric\">Eric Lunt</a> along with the plugin framework that was already built by Steve Smith and am ready to alpha test my version of the Feedburner Feed Stats Plugin.</p>\n<p>As I explained to a friend, after installing this plugin, <span><span>the feed for your (Wordpress) blog will be served directly by your blog. All feedburner is doing at that point is counting the number of people that read your feed</span></span>.</p>\n<p>You can download the alpha code from the following link. <a href=\"http://weblogtoolscollection.com/b2-img/2007/03/feedburnerfeedstats.zip\" title=\"Feedburner Feed Stats\">Download the Feedburner Feed Stats Plugin</a></p>\n<p>Couple of gotchas and assumptions:</p>\n<ul>\n<li>You have to disable any Feedburner redirect plugins since this will effectively do the same thing. Might cause double the stats and all kinds of goofy redirect problems.</li>\n<li>You will lose the click through statistics from Feedburner since the links on the feed are no longer from Feedburner.</li>\n<li>I am assuming that Feedburner respects the HTTP_X_FORWARDED_FOR header from transparent proxies and uses that information to tag unique subscribers. The answer to that question might affect subscriber numbers</li>\n<li>It looks like the country of origin is not determined by the proxy information and everything is showing up as the servers’ location. I wonder what they use to determine the location of the subscriber. I also wondered if there was a way to spoof the remote_addr server variable from inside a curl request.</li>\n<li><strike>As pointed out in the comments, this plugin requires PHP 4 >= 4.3.0</strike></li>\n<li><strike>Also, as Adam points out in the comments, Apache is required for this version of the plugin</strike></li>\n<li>If you run any kind of ads over Feedburner, this is not for you</li>\n</ul>\n<p>If you still have questions, please leave a comment. Installation is really simple. Just download, move to your plugin folder, activate in your Wordpres back end, go to the options tab and configure. If something breaks, simply turn the plugin off or delete it from your plugin folder. Please post bugs and suggestions.</p>\";}i:39;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 3/02\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/03/02/wordpress-plugin-releases-for-302/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/98275970/\";s:11:\"description\";s:1190:\"<p><a href=\"http://devblog.x-sphere.com/index.php/projects/wordpress/wp-weather\">wp-weather widget</a> uses <a href=\"http://Weather.com\">Weather.com</a> to show forecast information for a city.</p>\n<p><a href=\"http://www.seologs.com/wordpress-duplicate-content-cure/\">Duplicate Content Cure</a> prevents duplicate content in wordpress blogs by adding a noindex meta tag to wordpress pages that don’t contain any unique value, like categories, archives, and paged pages.</p>\n<p><a href=\"http://code.google.com/p/wp-publications-archive/\">wp-publications-archive</a> is a Wordpress plugin that allows administrators to upload and manage all sorts of files (i.e., publications). Additionally, end-users are able to navigate, search, and download them in the front-office.</p>\n<p><a href=\"http://chaos-laboratory.com/2007/03/01/currex-ajax-based-currency-converter-widget-for-wordpress/\">Currency Converter</a> sidebar widget for WordPress that can convert between 148 currency formats from all over the world.</p>\n<p><a href=\"http://blog.chweng.idv.tw/wordpress/ajaxified-expand-post-now/\">Ajaxified Expand Post NOW</a> uses AJAX to expand the “more…” on your blog.</p>\";s:7:\"pubdate\";s:31:\"Fri, 02 Mar 2007 05:35:37 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1190:\"<p><a href=\"http://devblog.x-sphere.com/index.php/projects/wordpress/wp-weather\">wp-weather widget</a> uses <a href=\"http://Weather.com\">Weather.com</a> to show forecast information for a city.</p>\n<p><a href=\"http://www.seologs.com/wordpress-duplicate-content-cure/\">Duplicate Content Cure</a> prevents duplicate content in wordpress blogs by adding a noindex meta tag to wordpress pages that don’t contain any unique value, like categories, archives, and paged pages.</p>\n<p><a href=\"http://code.google.com/p/wp-publications-archive/\">wp-publications-archive</a> is a Wordpress plugin that allows administrators to upload and manage all sorts of files (i.e., publications). Additionally, end-users are able to navigate, search, and download them in the front-office.</p>\n<p><a href=\"http://chaos-laboratory.com/2007/03/01/currex-ajax-based-currency-converter-widget-for-wordpress/\">Currency Converter</a> sidebar widget for WordPress that can convert between 148 currency formats from all over the world.</p>\n<p><a href=\"http://blog.chweng.idv.tw/wordpress/ajaxified-expand-post-now/\">Ajaxified Expand Post NOW</a> uses AJAX to expand the “more…” on your blog.</p>\";}i:40;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 3/02\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/03/02/wordpress-theme-releases-for-302/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/98262921/\";s:11:\"description\";s:571:\"<p><a href=\"http://rockinthemes.com/rockinpaper-3-column-wordpress-theme/\">RockinPaper 3 Column</a> is a blue and grey, clean and simple widgetized theme designed with a newspaper flair for reading and customization.</p>\n<p><a href=\"http://rockinthemes.com/rockinsoft-2-column-wordpress-theme/\">RockinSoft</a> is an elegant 2 column widgetized theme with rounded corners and soft colors.</p>\n<p><a href=\"http://www.hosterio.com/blog/bubbles-adsense-integrated-free-wordpress-theme/\">Bubbles</a> is a two column theme available in four colors with and without adsense.</p>\";s:7:\"pubdate\";s:31:\"Fri, 02 Mar 2007 05:15:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:571:\"<p><a href=\"http://rockinthemes.com/rockinpaper-3-column-wordpress-theme/\">RockinPaper 3 Column</a> is a blue and grey, clean and simple widgetized theme designed with a newspaper flair for reading and customization.</p>\n<p><a href=\"http://rockinthemes.com/rockinsoft-2-column-wordpress-theme/\">RockinSoft</a> is an elegant 2 column widgetized theme with rounded corners and soft colors.</p>\n<p><a href=\"http://www.hosterio.com/blog/bubbles-adsense-integrated-free-wordpress-theme/\">Bubbles</a> is a two column theme available in four colors with and without adsense.</p>\";}i:41;a:7:{s:5:\"title\";s:29:\"Matt: 71Miles on WP Framework\";s:4:\"guid\";s:56:\"http://photomatt.net/2007/03/01/71miles-on-wp-framework/\";s:4:\"link\";s:56:\"http://photomatt.net/2007/03/01/71miles-on-wp-framework/\";s:11:\"description\";s:803:\"<p><a href=\"http://71miles.com/\">71Miles is a cool new travel site</a> with a twist PM readers will find interesting — it’s built with WordPress. How? Adam Rugel writes “The nuts and bolts of our site is WordPress, it’s our foundation and content management system. We extended it to manage our content feeds: Google Calendar XML for the events calendar, map, and mobile product and Kayak’s brand new hotel API for the hotel deals. We tricked out the custom fields in WP to do a lot the work for us, and we’ve got the categories set up so that we can scale to roll out dozens of editions (NYC, LA, Chicago…). At any rate we’re loving the platform…” Definitely one of the coolest uses of the WordPress framework I’ve seen in a while.</p>\";s:7:\"pubdate\";s:31:\"Fri, 02 Mar 2007 02:52:30 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:803:\"<p><a href=\"http://71miles.com/\">71Miles is a cool new travel site</a> with a twist PM readers will find interesting — it’s built with WordPress. How? Adam Rugel writes “The nuts and bolts of our site is WordPress, it’s our foundation and content management system. We extended it to manage our content feeds: Google Calendar XML for the events calendar, map, and mobile product and Kayak’s brand new hotel API for the hotel deals. We tricked out the custom fields in WP to do a lot the work for us, and we’ve got the categories set up so that we can scale to roll out dozens of editions (NYC, LA, Chicago…). At any rate we’re loving the platform…” Definitely one of the coolest uses of the WordPress framework I’ve seen in a while.</p>\";}i:42;a:7:{s:5:\"title\";s:55:\"Lorelle on WP: Blogging and Web Tech Events: March 2007\";s:4:\"guid\";s:80:\"http://lorelle.wordpress.com/2007/03/01/blogging-and-web-tech-events-march-2007/\";s:4:\"link\";s:80:\"http://lorelle.wordpress.com/2007/03/01/blogging-and-web-tech-events-march-2007/\";s:11:\"description\";s:365:\"The following are upcoming events related to WordPress and Blogging, as well as some interesting web technologies conferences and events. \nUnless otherwise listed ($$), these events are free or very inexpensive. For more information on these events, contact the hosts. For more information on WordPress and blogging events in general, or to contribute to this [...]\";s:7:\"pubdate\";s:31:\"Thu, 01 Mar 2007 19:26:05 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:365:\"The following are upcoming events related to WordPress and Blogging, as well as some interesting web technologies conferences and events. \nUnless otherwise listed ($$), these events are free or very inexpensive. For more information on these events, contact the hosts. For more information on WordPress and blogging events in general, or to contribute to this [...]\";}i:43;a:7:{s:5:\"title\";s:48:\"Weblog Tools Collection: Why Readers Unsubscribe\";s:4:\"guid\";s:77:\"http://weblogtoolscollection.com/archives/2007/03/01/why-readers-unsubscribe/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/97951530/\";s:11:\"description\";s:1205:\"<p><a href=\"http://www.problogger.net/archives/2007/03/01/34-reasons-why-readers-unsubscribe-from-your-blog/\">34 Reasons Why Readers Unsubscribe from Your Blog</a>: Darren had asked the question, <a href=\"http://www.problogger.net/archives/2007/02/27/what-makes-you-unsubscribe-from-a-blogs-rss-feed\">Why do readers unsubscribe from your blog’s feed?</a> and he tabulated the answers in the comments. Much of the answers are unsurprising but the top two reasons are too many posts and too few posts respectively. So the answer there might be to post just enough entries to keep people coming back and just few enough to keep from overwhelming them. I have found proof of that hypothesis in that the daily updates of plugins and themes on weblogtoolscollection.com works best in single consolidated posts. Other important factors included off topic posts, partial feeds and finally good content. I love <a href=\"http://www.problogger.net/archives/2007/03/01/34-reasons-why-readers-unsubscribe-from-your-blog#comment-950422\">Scoble’s comment</a> on that post. There is a lot to be said for “do what you love, put stuff up you’d love to read, and the rest will fall into place.”</p>\";s:7:\"pubdate\";s:31:\"Thu, 01 Mar 2007 17:00:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:1205:\"<p><a href=\"http://www.problogger.net/archives/2007/03/01/34-reasons-why-readers-unsubscribe-from-your-blog/\">34 Reasons Why Readers Unsubscribe from Your Blog</a>: Darren had asked the question, <a href=\"http://www.problogger.net/archives/2007/02/27/what-makes-you-unsubscribe-from-a-blogs-rss-feed\">Why do readers unsubscribe from your blog’s feed?</a> and he tabulated the answers in the comments. Much of the answers are unsurprising but the top two reasons are too many posts and too few posts respectively. So the answer there might be to post just enough entries to keep people coming back and just few enough to keep from overwhelming them. I have found proof of that hypothesis in that the daily updates of plugins and themes on weblogtoolscollection.com works best in single consolidated posts. Other important factors included off topic posts, partial feeds and finally good content. I love <a href=\"http://www.problogger.net/archives/2007/03/01/34-reasons-why-readers-unsubscribe-from-your-blog#comment-950422\">Scoble’s comment</a> on that post. There is a lot to be said for “do what you love, put stuff up you’d love to read, and the rest will fall into place.”</p>\";}i:44;a:7:{s:5:\"title\";s:51:\"Weblog Tools Collection: How to Start Your Own Blog\";s:4:\"guid\";s:80:\"http://weblogtoolscollection.com/archives/2007/03/01/how-to-start-your-own-blog/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/97815987/\";s:11:\"description\";s:228:\"<p><a href=\"http://www.ofzenandcomputing.com/zanswers/390\">How to Start Your Own Blog</a> takes a look at several blogging services both remote-hosted and self hosted. A good read for someone wanting to start their own blog.</p>\";s:7:\"pubdate\";s:31:\"Thu, 01 Mar 2007 10:15:29 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:228:\"<p><a href=\"http://www.ofzenandcomputing.com/zanswers/390\">How to Start Your Own Blog</a> takes a look at several blogging services both remote-hosted and self hosted. A good read for someone wanting to start their own blog.</p>\";}i:45;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 3/01\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/03/01/wordpress-theme-releases-for-301/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/97717798/\";s:11:\"description\";s:1369:\"<p><a href=\"http://rockinthemes.com/rockinbizred-2-column-wordpress-theme/\">RockinBizRed</a> is a very clean, sleek, 2 column, widgetized theme designed with business blogs in mind using a nice red and gray color scheme.</p>\n<p><a href=\"http://themey.com/note-wordpress-theme/\">Note</a> is a two column, widget ready theme reminiscent of a notice board or jotter.</p>\n<p><a href=\"http://stabani.com/wordpress/klate/\">Klate2</a> is an update to the Klate theme based on the latest build of k2. It’s a minimalistic funky and retro theme with a pull out ajax shelf fat footer and includes sidebar modules. For WordPress 2.1 only.</p>\n<p><a href=\"http://stabani.com/wordpress/digitalpixel/\">digitalPixel</a> is a two-column widget-included theme based on K2 for wordpress. Includes custom-headers and Sidebar modules, live commenting and search, and other bits and pieces.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1689/prideprejudise-10/\">Pride</a> is a two column, fixed width, widget ready theme by <a href=\"http://ddsos.org/\">Ekta Paneri</a>.</p>\n<p><a href=\"http://www.briangardner.com/themes/dropshadow-wordpress-theme.htm\">Dropshadow</a> is a two column, widget ready theme. </p>\n<p>Julian Klewes has released <a href=\"http://www.h4x3d.com/themes/bonsai\">bonsai</a> and <a href=\"http://www.h4x3d.com/themes/corporatefk\">corporateFK</a>.</p>\";s:7:\"pubdate\";s:31:\"Thu, 01 Mar 2007 05:30:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1369:\"<p><a href=\"http://rockinthemes.com/rockinbizred-2-column-wordpress-theme/\">RockinBizRed</a> is a very clean, sleek, 2 column, widgetized theme designed with business blogs in mind using a nice red and gray color scheme.</p>\n<p><a href=\"http://themey.com/note-wordpress-theme/\">Note</a> is a two column, widget ready theme reminiscent of a notice board or jotter.</p>\n<p><a href=\"http://stabani.com/wordpress/klate/\">Klate2</a> is an update to the Klate theme based on the latest build of k2. It’s a minimalistic funky and retro theme with a pull out ajax shelf fat footer and includes sidebar modules. For WordPress 2.1 only.</p>\n<p><a href=\"http://stabani.com/wordpress/digitalpixel/\">digitalPixel</a> is a two-column widget-included theme based on K2 for wordpress. Includes custom-headers and Sidebar modules, live commenting and search, and other bits and pieces.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1689/prideprejudise-10/\">Pride</a> is a two column, fixed width, widget ready theme by <a href=\"http://ddsos.org/\">Ekta Paneri</a>.</p>\n<p><a href=\"http://www.briangardner.com/themes/dropshadow-wordpress-theme.htm\">Dropshadow</a> is a two column, widget ready theme. </p>\n<p>Julian Klewes has released <a href=\"http://www.h4x3d.com/themes/bonsai\">bonsai</a> and <a href=\"http://www.h4x3d.com/themes/corporatefk\">corporateFK</a>.</p>\";}i:46;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 3/01\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/03/01/wordpress-plugin-releases-for-301/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/97715561/\";s:11:\"description\";s:1156:\"<p><a href=\"http://darxr.net/magnolia-widget/\">Ma.gnolia Widget</a> allows you to display your ma.gnolia links in your sidebar similar to the del.icio.us sidebar widget. This widget uses SimpleXML and as such requires PHP5.</p>\n<p><a href=\"http://www.solo-technology.com/blog/2007/02/28/first-release-visualize-advanced-features/\">Visualize Advanced Features</a> will display the <a href=\"http://www.solo-technology.com/blog/2007/01/31/wordpress-21-more-editor-options/\">hidden buttons</a> in the WordPress 2.1 WYSIWYG editor.</p>\n<p><a href=\"http://www.spicyexpress.net/index.php/2007/03/01/meyshan-6-in-1-wordpress-plugin/\">Meyshan 6</a> acts as a place holder for any 6 plugins of your choice, in a very beautiful mini tabbed pages.</p>\n<p><a href=\"http://cinnamonthoughts.org/wordpress/onairnow/\">onAirNow</a> gets information about your currently playing track from a file uploaded via FTP and displays it on your blog.</p>\n<p><a href=\"http://www.im-web-gefunden.de/wordpress-plugins/iwg-extended-author-list/\">IWG Extended Author List</a> expands your author-list at the post-page of every user that is allowed to <code>show_in_authorlist</code>.</p>\";s:7:\"pubdate\";s:31:\"Thu, 01 Mar 2007 05:15:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1156:\"<p><a href=\"http://darxr.net/magnolia-widget/\">Ma.gnolia Widget</a> allows you to display your ma.gnolia links in your sidebar similar to the del.icio.us sidebar widget. This widget uses SimpleXML and as such requires PHP5.</p>\n<p><a href=\"http://www.solo-technology.com/blog/2007/02/28/first-release-visualize-advanced-features/\">Visualize Advanced Features</a> will display the <a href=\"http://www.solo-technology.com/blog/2007/01/31/wordpress-21-more-editor-options/\">hidden buttons</a> in the WordPress 2.1 WYSIWYG editor.</p>\n<p><a href=\"http://www.spicyexpress.net/index.php/2007/03/01/meyshan-6-in-1-wordpress-plugin/\">Meyshan 6</a> acts as a place holder for any 6 plugins of your choice, in a very beautiful mini tabbed pages.</p>\n<p><a href=\"http://cinnamonthoughts.org/wordpress/onairnow/\">onAirNow</a> gets information about your currently playing track from a file uploaded via FTP and displays it on your blog.</p>\n<p><a href=\"http://www.im-web-gefunden.de/wordpress-plugins/iwg-extended-author-list/\">IWG Extended Author List</a> expands your author-list at the post-page of every user that is allowed to <code>show_in_authorlist</code>.</p>\";}i:47;a:7:{s:5:\"title\";s:23:\"Matt: One Man Star Wars\";s:4:\"guid\";s:50:\"http://photomatt.net/2007/02/28/one-man-star-wars/\";s:4:\"link\";s:50:\"http://photomatt.net/2007/02/28/one-man-star-wars/\";s:11:\"description\";s:599:\"<p>Last night I saw the <a href=\"http://www.onemanstarwars.com/index2.html\">One Man Star Wars Trilogy performed by Charles Ross</a>. The Force is strong with this one. Last night I was there as “press,” but I had independently <a href=\"http://www.ticketmaster.com/venue/229636/\">bought tickets</a> for Thursday night and I’m thinking about going again, it was pretty entertaining. Afterward I was able to interview Charles for a few minutes, and <a href=\"http://youtube.com/watch?v=-20beuY8O1c\">Glenda has uploaded a video of the interview to Youtube</a>. (Warning: Low light.)</p>\";s:7:\"pubdate\";s:31:\"Wed, 28 Feb 2007 19:54:09 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:599:\"<p>Last night I saw the <a href=\"http://www.onemanstarwars.com/index2.html\">One Man Star Wars Trilogy performed by Charles Ross</a>. The Force is strong with this one. Last night I was there as “press,” but I had independently <a href=\"http://www.ticketmaster.com/venue/229636/\">bought tickets</a> for Thursday night and I’m thinking about going again, it was pretty entertaining. Afterward I was able to interview Charles for a few minutes, and <a href=\"http://youtube.com/watch?v=-20beuY8O1c\">Glenda has uploaded a video of the interview to Youtube</a>. (Warning: Low light.)</p>\";}i:48;a:7:{s:5:\"title\";s:44:\"Alex King: Link Harvest 1.0 Debug Edition #2\";s:4:\"guid\";s:57:\"http://alexking.org/blog/2007/02/28/link-harvest-10-debug\";s:4:\"link\";s:59:\"http://alexking.org/blog/2007/02/28/link-harvest-10-debug-2\";s:11:\"description\";s:2046:\"<p>The logs coming in from the <a href=\"http://alexking.org/blog/2007/02/27/link-harvest-10-debug\">Link Harvest debug edition I released last night</a> haven’t shown me anything conclusive yet.</p>\n<p>Current hunches for the issue include:</p>\n<ul>\n<li>Script timing out.</li>\n<li>Bad Behavior blocking things.</li>\n<li>Plugin incompatibility.</li>\n<li>Certain media types causing trouble (a link to an MP3 file for example).</li>\n<li>PHP version incompatibility.</li>\n</ul>\n<p>I’ve put up a new version of Link Harvest with more debug logging added. If you’re having trouble with Link Harvest not completing the initial harvest, try this version.</p>\n<p><a href=\"http://alexking.org/projects/wordpress/plugins/link-harvest-debug.zip\">Download it here</a>, see the install instructions <a href=\"http://alexking.org/blog/2007/02/27/link-harvest-10-debug\">here</a>, and <a href=\"http://alexking.org/contact\">send me the resulting log file</a>.\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2760&akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_2760\" class=\"akst_share_link\" rel=\"noindex\">Share This</a></p>\n\n <!--\n <rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n <Work rdf:about=\"\">\n <license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n </Work>\n <License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n -->\";s:7:\"pubdate\";s:31:\"Wed, 28 Feb 2007 18:06:36 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:2046:\"<p>The logs coming in from the <a href=\"http://alexking.org/blog/2007/02/27/link-harvest-10-debug\">Link Harvest debug edition I released last night</a> haven’t shown me anything conclusive yet.</p>\n<p>Current hunches for the issue include:</p>\n<ul>\n<li>Script timing out.</li>\n<li>Bad Behavior blocking things.</li>\n<li>Plugin incompatibility.</li>\n<li>Certain media types causing trouble (a link to an MP3 file for example).</li>\n<li>PHP version incompatibility.</li>\n</ul>\n<p>I’ve put up a new version of Link Harvest with more debug logging added. If you’re having trouble with Link Harvest not completing the initial harvest, try this version.</p>\n<p><a href=\"http://alexking.org/projects/wordpress/plugins/link-harvest-debug.zip\">Download it here</a>, see the install instructions <a href=\"http://alexking.org/blog/2007/02/27/link-harvest-10-debug\">here</a>, and <a href=\"http://alexking.org/contact\">send me the resulting log file</a>.\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2760&akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_2760\" class=\"akst_share_link\" rel=\"noindex\">Share This</a></p>\n\n <!--\n <rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n <Work rdf:about=\"\">\n <license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n </Work>\n <License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n -->\";}i:49;a:7:{s:5:\"title\";s:42:\"Weblog Tools Collection: For Theme Authors\";s:4:\"guid\";s:71:\"http://weblogtoolscollection.com/archives/2007/02/28/for-theme-authors/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/97293133/\";s:11:\"description\";s:5324:\"<p>My primary responsibility out here at <a href=\"http://weblogtoolscollection.com/\">Weblog Tools Collection</a> is to keep a close eye on WordPress plugin and theme releases.</p>\n<p>One of the places I check regularly for theme releases is the <a href=\"http://themes.wordpress.net/\">WordPress Theme Viewer</a>. I also keep track of updates via <a href=\"http://alerts.google.com/\">Google Alerts</a> and more importantly <a href=\"http://weblogtoolscollection.com/news/\">our News section</a>.</p>\n<p>I’ve lost track of the number of themes that I have downloaded, read about and previewed.</p>\n<p>While doing this, I have observed several different methods of promotion and distribution of themes by their authors; some highly effective and some so bad that I have had no option but to ignore the release.</p>\n<p>This <a href=\"http://codex.wordpress.org/Designing_Themes_for_Public_Release\">WordPress Codex page</a> has an indepth explanation on starting off with themes for public release to promoting them and is a recommended read.</p>\n<p>In this post I hope to address a few points that every theme author should consider when releasing a public theme.</p>\n<h3>The Theme Page</h3>\n<p>What use is a theme if nobody knows where to get it from? One of the most important elements in marketing your theme is a static page devoted to it.</p>\n<p>I’ve seen a lot of theme authors have a single page which will list <em>all their themes</em>. It’s good if you have a single, but what if you release two, or maybe five or maybe fifty?</p>\n<p>Do you want your visitor to download your theme quickly or search through the list to find it?</p>\n<p>One practice I follow is to make a seperate page for each <a href=\"http://ajaydsouza.com/wordpress/\">theme and plugin I create</a>. </p>\n<h4>Contents of a Theme page</h4>\n<p>The theme page could contain the following:</p>\n<ol>\n<li>Short description of the theme</li>\n<li>Features</li>\n<li>Screenshot or a Link to a live preview (I prefer the latter)</li>\n<li>Download Link</li>\n<li>Changelog</li>\n<li>Known Bugs</li>\n<li>Things you can do with the theme. This should preferably be a list of links to different posts that explain in detail</li>\n<li>Support Information. Make sure you specify how a theme user should contact you if you are offering support. If you are not, make this clear.</li>\n</ol>\n<h4>How a theme page helps</h4>\n<p>For one, it provides a quick and easy way for people to link to your theme, find the theme etc.<br />\nIt also works well with search engines as it normally becomes the top result if someone is searching for your theme.</p>\n<p>Additionally, the page is timeless, unlike posts, especially if you have a permalink structure with the date in it.</p>\n<h3>Individual Posts</h3>\n<p>As I mentioned above, the theme should be on a static page. However, you should use individual posts to market the theme.</p>\n<p>Posts should be used for theme releases and updates. It should also be used to highlight things you can do with the theme, e.g. if your theme has a custom header image support, then a post explaining how to change the header will be in order.</p>\n<p>Posts also appear in your feeds by default and if someone is subscribed, he/she will be able to keep track of your development.</p>\n<h3>Effectively using the WordPress Theme Viewer</h3>\n<p><a href=\"http://themes.wordpress.net/\">The Theme Viewer</a> should be the first place where you should be getting your theme listed. It’s one place many people, including us at WLTC, track new themes.</p>\n<p>However, this should not be your <em>only</em> place. The theme page belongs to your blog, not to some other site.</p>\n<p>Another point I noticed with the theme viewer is that though you get a link back to your site, you don’t have a link to your theme page. However, they do allow you HTML in the post.</p>\n<p>When writing a description, include the name of your theme and link that to the theme page you created. Also, a good detailed description with features works well, especially for those reading via RSS where categories are not visible.</p>\n<h3>Make the contents of your theme clear</h3>\n<p>I’ve recently been reading about the controversy surrounding sponsored links in a theme. While some authors are for this, others are against.<br />\nHence, if you are including paid links into the footer, make it clear to those who are downloading that these are present. Also make it clear if you need them to be there, because if you have an open license, the user is free to modify your theme and remove these links.</p>\n<p>While you don’t have to account for each and every file in your theme folder, it helps if you have an explanation for a few critical ones. e.g. if you have an Archives template, let your visitor know.</p>\n<h3>Summary</h3>\n<p>To sum up:</p>\n<ul>\n<li>Create a page for your theme</li>\n<li>Use individual posts for theme updates and other information related to your theme</li>\n<li>Use the Theme Viewer effectively</li>\n<li>Make the contents of your theme clear</li>\n</ul>\n<p>Do you have any other tips that you would like to share?<br />\nIf you are a theme author, what have you done to effectively spread the word about your theme. Have you posted your theme in our <a href=\"http://weblogtoolscollection.com/news/\">News</a> forum?</p>\";s:7:\"pubdate\";s:31:\"Wed, 28 Feb 2007 11:15:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:5324:\"<p>My primary responsibility out here at <a href=\"http://weblogtoolscollection.com/\">Weblog Tools Collection</a> is to keep a close eye on WordPress plugin and theme releases.</p>\n<p>One of the places I check regularly for theme releases is the <a href=\"http://themes.wordpress.net/\">WordPress Theme Viewer</a>. I also keep track of updates via <a href=\"http://alerts.google.com/\">Google Alerts</a> and more importantly <a href=\"http://weblogtoolscollection.com/news/\">our News section</a>.</p>\n<p>I’ve lost track of the number of themes that I have downloaded, read about and previewed.</p>\n<p>While doing this, I have observed several different methods of promotion and distribution of themes by their authors; some highly effective and some so bad that I have had no option but to ignore the release.</p>\n<p>This <a href=\"http://codex.wordpress.org/Designing_Themes_for_Public_Release\">WordPress Codex page</a> has an indepth explanation on starting off with themes for public release to promoting them and is a recommended read.</p>\n<p>In this post I hope to address a few points that every theme author should consider when releasing a public theme.</p>\n<h3>The Theme Page</h3>\n<p>What use is a theme if nobody knows where to get it from? One of the most important elements in marketing your theme is a static page devoted to it.</p>\n<p>I’ve seen a lot of theme authors have a single page which will list <em>all their themes</em>. It’s good if you have a single, but what if you release two, or maybe five or maybe fifty?</p>\n<p>Do you want your visitor to download your theme quickly or search through the list to find it?</p>\n<p>One practice I follow is to make a seperate page for each <a href=\"http://ajaydsouza.com/wordpress/\">theme and plugin I create</a>. </p>\n<h4>Contents of a Theme page</h4>\n<p>The theme page could contain the following:</p>\n<ol>\n<li>Short description of the theme</li>\n<li>Features</li>\n<li>Screenshot or a Link to a live preview (I prefer the latter)</li>\n<li>Download Link</li>\n<li>Changelog</li>\n<li>Known Bugs</li>\n<li>Things you can do with the theme. This should preferably be a list of links to different posts that explain in detail</li>\n<li>Support Information. Make sure you specify how a theme user should contact you if you are offering support. If you are not, make this clear.</li>\n</ol>\n<h4>How a theme page helps</h4>\n<p>For one, it provides a quick and easy way for people to link to your theme, find the theme etc.<br />\nIt also works well with search engines as it normally becomes the top result if someone is searching for your theme.</p>\n<p>Additionally, the page is timeless, unlike posts, especially if you have a permalink structure with the date in it.</p>\n<h3>Individual Posts</h3>\n<p>As I mentioned above, the theme should be on a static page. However, you should use individual posts to market the theme.</p>\n<p>Posts should be used for theme releases and updates. It should also be used to highlight things you can do with the theme, e.g. if your theme has a custom header image support, then a post explaining how to change the header will be in order.</p>\n<p>Posts also appear in your feeds by default and if someone is subscribed, he/she will be able to keep track of your development.</p>\n<h3>Effectively using the WordPress Theme Viewer</h3>\n<p><a href=\"http://themes.wordpress.net/\">The Theme Viewer</a> should be the first place where you should be getting your theme listed. It’s one place many people, including us at WLTC, track new themes.</p>\n<p>However, this should not be your <em>only</em> place. The theme page belongs to your blog, not to some other site.</p>\n<p>Another point I noticed with the theme viewer is that though you get a link back to your site, you don’t have a link to your theme page. However, they do allow you HTML in the post.</p>\n<p>When writing a description, include the name of your theme and link that to the theme page you created. Also, a good detailed description with features works well, especially for those reading via RSS where categories are not visible.</p>\n<h3>Make the contents of your theme clear</h3>\n<p>I’ve recently been reading about the controversy surrounding sponsored links in a theme. While some authors are for this, others are against.<br />\nHence, if you are including paid links into the footer, make it clear to those who are downloading that these are present. Also make it clear if you need them to be there, because if you have an open license, the user is free to modify your theme and remove these links.</p>\n<p>While you don’t have to account for each and every file in your theme folder, it helps if you have an explanation for a few critical ones. e.g. if you have an Archives template, let your visitor know.</p>\n<h3>Summary</h3>\n<p>To sum up:</p>\n<ul>\n<li>Create a page for your theme</li>\n<li>Use individual posts for theme updates and other information related to your theme</li>\n<li>Use the Theme Viewer effectively</li>\n<li>Make the contents of your theme clear</li>\n</ul>\n<p>Do you have any other tips that you would like to share?<br />\nIf you are a theme author, what have you done to effectively spread the word about your theme. Have you posted your theme in our <a href=\"http://weblogtoolscollection.com/news/\">News</a> forum?</p>\";}}s:7:\"channel\";a:5:{s:5:\"title\";s:16:\"WordPress Planet\";s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:8:\"language\";s:2:\"en\";s:11:\"description\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"tagline\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}s:4:\"etag\";s:25:\"\"17acd-45f1fc19-568c2a\"\r\n\";s:13:\"last_modified\";s:31:\"Sat, 10 Mar 2007 00:30:17 GMT\r\n\";}',20,8,'',1,'no'),(73,0,'rss_867bd5c64f85878d03a060509cd2f92c_ts','Y',1,'1173487274',20,8,'',1,'no'),(74,0,'rss_b76608dad87d23b5ddbdf6f98beabd12','Y',1,'O:9:\"magpierss\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:1:{i:0;a:3:{s:5:\"title\";s:16:\"No results found\";s:11:\"description\";s:63:\"No results were found for http://www.magnoliaelegance.com/blog1\";s:7:\"summary\";s:63:\"No results were found for http://www.magnoliaelegance.com/blog1\";}}s:7:\"channel\";a:10:{s:9:\"generator\";s:15:\"Technorati v1.0\";s:9:\"webmaster\";s:43:\"support@technorati.com (Technorati Support)\";s:4:\"docs\";s:37:\"http://blogs.law.harvard.edu/tech/rss\";s:3:\"ttl\";s:2:\"60\";s:4:\"tapi\";a:3:{s:6:\"result\";s:5:\"\n \";s:10:\"result_url\";s:37:\"http://www.magnoliaelegance.com/blog1\";s:19:\"result_rankingstart\";s:1:\"0\";}s:6:\"result\";s:16:\"\n \n \n \n\";s:5:\"title\";s:23:\"Technorati Search for: \";s:4:\"link\";s:33:\"http://magnoliaelegance.com/blog1\";s:7:\"pubdate\";s:29:\"Thu, 01 Jan 1970 00:00:00 GMT\";s:7:\"tagline\";N;}s:9:\"textinput\";a:4:{s:5:\"title\";s:17:\"Search Technorati\";s:11:\"description\";s:43:\"Search millions of blogs for the latest on:\";s:4:\"name\";s:1:\"s\";s:4:\"link\";s:32:\"http://technorati.com/search.php\";}s:5:\"image\";a:3:{s:3:\"url\";s:50:\"http://static.technorati.com/pix/logos/logo_sm.gif\";s:5:\"title\";s:15:\"Technorati logo\";s:4:\"link\";s:21:\"http://technorati.com\";}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}',20,8,'',1,'no'),(75,0,'rss_b76608dad87d23b5ddbdf6f98beabd12_ts','Y',1,'1173487276',20,8,'',1,'no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_post2cat` -- DROP TABLE IF EXISTS `wp_post2cat`; CREATE TABLE `wp_post2cat` ( `rel_id` bigint(20) NOT NULL auto_increment, `post_id` bigint(20) NOT NULL default '0', `category_id` bigint(20) NOT NULL default '0', PRIMARY KEY (`rel_id`), KEY `post_id` (`post_id`,`category_id`) ) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=latin1; -- -- Dumping data for table `wp_post2cat` -- LOCK TABLES `wp_post2cat` WRITE; /*!40000 ALTER TABLE `wp_post2cat` DISABLE KEYS */; INSERT INTO `wp_post2cat` VALUES (3,4,8),(2,3,1),(4,5,6),(5,6,10),(16,7,9),(15,8,11),(14,9,7),(13,10,4),(12,11,5),(11,12,3); /*!40000 ALTER TABLE `wp_post2cat` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) NOT NULL auto_increment, `post_id` bigint(20) NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=latin1; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `post_author` bigint(20) NOT NULL default '0', `post_date` datetime NOT NULL default '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_category` int(4) NOT NULL default '0', `post_excerpt` text NOT NULL, `post_status` enum('publish','draft','private','static','object','attachment','inherit','future') NOT NULL default 'publish', `comment_status` enum('open','closed','registered_only') NOT NULL default 'open', `ping_status` enum('open','closed') NOT NULL default 'open', `post_password` varchar(20) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL default '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content_filtered` text NOT NULL, `post_parent` bigint(20) NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=latin1; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (4,1,'2007-03-09 19:54:16','2007-03-10 00:54:16','If you have any questions or comments that pertain to wedding ceremonies, this is the spot to post them! :)','Ceremony comments/questions',0,'','publish','open','open','','ceremony-commentsquestions','','','2007-03-09 19:54:16','2007-03-10 00:54:16','',0,'http://www.magnoliaelegance.com/blog1/?p=4',0,'post','',0),(2,1,'2007-03-09 19:32:29','2007-03-10 00:32:29','This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.','About',0,'','publish','open','open','','about','','','2007-03-09 19:32:29','2007-03-10 00:32:29','',0,'',0,'page','',0),(3,1,'2007-03-09 19:37:50','2007-03-10 00:37:50','Welcome to the Magnolia Elegance blog! Please feel free to post a question or comment about weddings, wedding planning, events or just what\'s new with you! We just ask that you keep it clean, no profanity or vulgar language is allowed. :)','Welcome!',0,'','publish','open','open','','welcome','','','2007-03-09 19:37:50','2007-03-10 00:37:50','',0,'http://www.magnoliaelegance.com/blog1/?p=3',0,'post','',0),(5,1,'2007-03-09 19:56:42','2007-03-10 00:56:42','This is the category to post your questions or comments regarding ceremony and/or reception attire, wedding gowns, bridesmaids dresses, flowergirl attire, etc ..','Dresses and attire',0,'','publish','open','open','','dresses-and-attire','','','2007-03-09 19:56:42','2007-03-10 00:56:42','',0,'http://www.magnoliaelegance.com/blog1/?p=5',0,'post','',0),(6,1,'2007-03-09 19:57:18','2007-03-10 00:57:18','Post your question or comment regarding etiquette here!','Etiquette',0,'','publish','open','open','','etiquette','','','2007-03-09 19:57:18','2007-03-10 00:57:18','',0,'http://www.magnoliaelegance.com/blog1/?p=6',0,'post','',0),(7,1,'2007-03-09 19:57:47','2007-03-10 00:57:47','Got a question about flowers for your ceremony or event? Post it here!','Flowers',0,'','publish','open','open','','flowers','','','2007-03-09 20:04:40','2007-03-10 01:04:40','',0,'http://www.magnoliaelegance.com/blog1/?p=7',0,'post','',0),(8,1,'2007-03-09 19:58:40','2007-03-10 00:58:40','If you\'re the crafty type who is handy with a glue gun, this is the blog spot for you! Share your ideas and suggestions!','Make it yourself',0,'','publish','open','open','','make-it-yourself','','','2007-03-09 20:04:10','2007-03-10 01:04:10','',0,'http://www.magnoliaelegance.com/blog1/?p=8',0,'post','',0),(9,1,'2007-03-09 19:59:37','2007-03-10 00:59:37','Wondering what all the excitement is over selecting a reception theme? Got a great idea? Post it on this blog spot!','Receptions',0,'','publish','open','open','','receptions','','','2007-03-09 20:03:54','2007-03-10 01:03:54','',0,'http://www.magnoliaelegance.com/blog1/?p=9',0,'post','',0),(10,1,'2007-03-09 20:00:20','2007-03-10 01:00:20','This section is dedicated to our special event questions, comments and ideas!','Special Events',0,'','publish','open','open','','special-events','','','2007-03-09 20:03:35','2007-03-10 01:03:35','',0,'http://www.magnoliaelegance.com/blog1/?p=10',0,'post','',0),(11,1,'2007-03-09 20:01:03','2007-03-10 01:01:03','Have a planning question? Looking for a wedding planner? You\'ve come to the right blog!','Wedding Planning',0,'','publish','open','open','','wedding-planning','','','2007-03-09 20:03:16','2007-03-10 01:03:16','',0,'http://www.magnoliaelegance.com/blog1/?p=11',0,'post','',0),(12,1,'2007-03-09 20:02:04','2007-03-10 01:02:04','This blog is for general wedding questions that don\'t seem to fit into any of the other categories we\'ve set up.','Weddings',0,'','publish','open','open','','weddings','','','2007-03-09 20:02:04','2007-03-10 01:02:04','',0,'http://www.magnoliaelegance.com/blog1/?p=12',0,'post','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) NOT NULL auto_increment, `user_id` bigint(20) NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'rich_editing','true'),(3,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(4,1,'wp_autosave_draft_ids','a:10:{i:-1173486954;i:3;i:-1173488001;i:4;i:-1173488126;i:5;i:-1173488203;i:6;i:-1173488240;i:7;i:-1173488268;i:8;i:-1173488322;i:9;i:-1173488378;i:10;i:-1173488421;i:11;i:-1173488464;i:12;}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `user_login` varchar(60) NOT NULL default '', `user_pass` varchar(64) NOT NULL default '', `user_nicename` varchar(50) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `user_url` varchar(100) NOT NULL default '', `user_registered` datetime NOT NULL default '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL default '', `user_status` int(11) NOT NULL default '0', `display_name` varchar(250) NOT NULL default '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'tsmedley','410a71ab3b283fc8b3f6b91411575882','tsmedley','tsmedley@magnoliaelegance.com','','2007-03-10 00:32:29','',0,'tsmedley'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;