-- MySQL dump 10.9
--
-- Host: localhost    Database: gorgeous_wp2
-- ------------------------------------------------------
-- Server version	4.1.22-standard

/*!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_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` varchar(20) 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`(1)),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_comments`
--

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (1,1,'Mr WordPress','','http://wordpress.org/','','2007-02-01 23:14:18','2007-02-02 05:14:18','Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.',0,'1','','',0,0);
/*!40000 ALTER TABLE `wp_comments` 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` varchar(20) 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_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL default 'yes',
  PRIMARY KEY  (`option_id`,`blog_id`,`option_name`),
  KEY `option_name` (`option_name`)
) ENGINE=MyISAM AUTO_INCREMENT=98 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','http://gorgeousguineas.info/wordpress/','yes'),(2,0,'blogname','Weblog','yes'),(3,0,'blogdescription','Just another WordPress weblog','yes'),(66,0,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:49:{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:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";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;}}}','yes'),(5,0,'users_can_register','0','yes'),(6,0,'admin_email','info@gorgeousguineas.com','yes'),(7,0,'start_of_week','1','yes'),(8,0,'use_balanceTags','0','yes'),(9,0,'use_smilies','1','yes'),(10,0,'require_name_email','1','yes'),(11,0,'comments_notify','1','yes'),(12,0,'posts_per_rss','10','yes'),(13,0,'rss_excerpt_length','50','yes'),(14,0,'rss_use_excerpt','0','yes'),(15,0,'mailserver_url','mail.example.com','yes'),(16,0,'mailserver_login','info@gorgeousguineas.com','yes'),(17,0,'mailserver_pass','password','yes'),(18,0,'mailserver_port','110','yes'),(19,0,'default_category','1','yes'),(20,0,'default_comment_status','open','yes'),(21,0,'default_ping_status','open','yes'),(22,0,'default_pingback_flag','0','yes'),(23,0,'default_post_edit_rows','10','yes'),(24,0,'posts_per_page','10','yes'),(25,0,'what_to_show','posts','yes'),(26,0,'date_format','F j, Y','yes'),(27,0,'time_format','g:i a','yes'),(28,0,'links_updated_date_format','F j, Y g:i a','yes'),(29,0,'links_recently_updated_prepend','<em>','yes'),(30,0,'links_recently_updated_append','</em>','yes'),(31,0,'links_recently_updated_time','120','yes'),(32,0,'comment_moderation','0','yes'),(33,0,'moderation_notify','1','yes'),(34,0,'permalink_structure','','yes'),(35,0,'gzipcompression','0','yes'),(36,0,'hack_file','0','yes'),(37,0,'blog_charset','UTF-8','yes'),(38,0,'moderation_keys','','no'),(39,0,'active_plugins','','yes'),(40,0,'home','http://gorgeousguineas.info/wordpress','yes'),(41,0,'category_base','','yes'),(42,0,'ping_sites','http://rpc.pingomatic.com/','yes'),(43,0,'advanced_edit','0','yes'),(44,0,'comment_max_links','2','yes'),(45,0,'gmt_offset','-6','yes'),(46,0,'default_email_category','1','yes'),(47,0,'recently_edited','','no'),(48,0,'use_linksupdate','0','yes'),(49,0,'template','default','yes'),(50,0,'stylesheet','default','yes'),(51,0,'comment_whitelist','1','yes'),(75,0,'page_uris','a:1:{s:5:\"about\";i:2;}','yes'),(53,0,'blacklist_keys','','no'),(54,0,'comment_registration','0','yes'),(55,0,'rss_language','en','yes'),(56,0,'html_type','text/html','yes'),(57,0,'use_trackback','0','yes'),(58,0,'default_role','subscriber','yes'),(59,0,'db_version','7796','yes'),(60,0,'uploads_use_yearmonth_folders','1','yes'),(61,0,'upload_path','wp-content/uploads','yes'),(62,0,'secret','pyBy*Zy7N0lAMWIq0BZrbCoJndWCCkfYGz58YBqIjXcDn$QSP)lnm(CpH*j0Srxs','yes'),(63,0,'blog_public','0','yes'),(64,0,'default_link_category','2','yes'),(65,0,'show_on_front','posts','yes'),(68,0,'sidebars_widgets','a:1:{s:13:\"array_version\";i:3;}','yes'),(69,0,'category_children','a:0:{}','yes'),(72,0,'widget_categories','a:2:{s:6:\"number\";i:1;i:1;b:0;}','yes'),(73,0,'update_core','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1292602591;s:15:\"version_checked\";s:5:\"2.5.1\";s:8:\"response\";s:7:\"upgrade\";s:3:\"url\";s:30:\"http://wordpress.org/download/\";s:7:\"current\";s:5:\"3.0.3\";}','yes'),(74,0,'tag_base','','yes'),(76,0,'show_avatars','1','yes'),(77,0,'avatar_rating','G','yes'),(78,0,'upload_url_path','','yes'),(79,0,'thumbnail_size_w','150','yes'),(80,0,'thumbnail_size_h','150','yes'),(81,0,'thumbnail_crop','1','yes'),(82,0,'medium_size_w','300','yes'),(83,0,'medium_size_h','300','yes'),(84,0,'dashboard_widget_options','a:3:{s:24:\"dashboard_incoming_links\";a:4:{s:4:\"link\";s:109:\"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&partner=wordpress&q=link:http://cpsync.com/wordpress/\";s:3:\"url\";s:142:\"http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://cpsync.com/wordpress/\";s:5:\"items\";i:5;s:9:\"show_date\";i:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:33:\"http://wordpress.org/development/\";s:3:\"url\";s:38:\"http://wordpress.org/development/feed/\";s:5:\"title\";s:26:\"WordPress Development Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:4:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:15;}}','yes'),(85,0,'current_theme','WordPress Default','yes'),(86,0,'rss_0b76b3a6117b8c9d5cd76dbc73bfb5bc','O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:0:{}s:7:\"channel\";a:5:{s:5:\"title\";s:54:\"link:http://cpsync.com/wordpress/ - Google Blog Search\";s:4:\"link\";s:112:\"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&ie=ISO-8859-1&num=10&q=link:http://cpsync.com/wordpress/\";s:11:\"description\";s:88:\"Your search - <b>link:http://cpsync.com/wordpress/</b> - did not match any documents.   \";s:10:\"opensearch\";a:3:{s:12:\"totalresults\";s:1:\"0\";s:10:\"startindex\";s:1:\"1\";s:12:\"itemsperpage\";s:2:\"10\";}s:7:\"tagline\";s:88:\"Your search - <b>link:http://cpsync.com/wordpress/</b> - did not match any documents.   \";}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\";}}','no'),(87,0,'rss_0b76b3a6117b8c9d5cd76dbc73bfb5bc_ts','1292602618','no'),(88,0,'rss_0ff4b43bd116a9d8720d689c80e7dfd4','O:9:\"MagpieRSS\":18:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:10:{i:0;a:13:{s:5:\"title\";s:20:\"WordPress 3.1 Beta 2\";s:4:\"link\";s:55:\"http://wordpress.org/news/2010/12/wordpress-3-1-beta-2/\";s:8:\"comments\";s:64:\"http://wordpress.org/news/2010/12/wordpress-3-1-beta-2/#comments\";s:7:\"pubdate\";s:31:\"Wed, 15 Dec 2010 03:18:57 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Andrew Nacin\";}s:8:\"category\";s:18:\"ReleasesTesting3.1\";s:4:\"guid\";s:33:\"http://wordpress.org/news/?p=1572\";s:11:\"description\";s:321:\"Haikus from Jane on her 39th birthday: Practice makes perfect is what they say about things, but sometimes it&#8217;s not. In this case it is not practice but refinement, and then more testing. You can help WordPress! Now: 3.1, beta 2 is here; needs testing. But! Remember this: Only install on test sites, as YMMV. [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1689:\"<p>Haikus from Jane on her 39th birthday:</p>\n<blockquote><p>Practice makes perfect<br />\nis what they say about things,<br />\nbut sometimes it&#8217;s not.</p>\n<p>In this case it is<br />\nnot practice but refinement,<br />\nand then more testing.</p>\n<p>You can help WordPress!<br />\nNow: 3.1, beta 2<br />\nis here; needs testing.</p>\n<p>But! Remember this:<br />\n<strong>Only install on test sites</strong>,<br />\nas YMMV.</p></blockquote>\n<p>The second beta of WordPress 3.1 is now available!</p>\n<p>For things to test, please review our <a href=\"http://wordpress.org/news/2010/11/wordpress-3-1-beta-1/\">Beta 1 release announcement</a>. A <a href=\"http://core.trac.wordpress.org/report/5\">list of known issues</a> can be found on our bug tracker.</p>\n<p>Already have a test install that you want to switch over to the beta? <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">Try the beta tester plugin</a>.Â Please test 3.1 on a test site, not on your live site, as interactions with plugins that haven&#8217;t been updated may be unpredictable, and we can&#8217;t predict (see how that works?) whether something will break or not&#8230; that&#8217;s why we&#8217;re asking people to help us test everything! <img src=\'http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' /> </p>\n<p>Testers, don&#8217;t forget to use the <a href=\"http://lists.automattic.com/mailman/listinfo/wp-testers\">wp-testers mailing list</a> to discuss bugs you encounter. Plugin and theme authors, please test your plugins for compatibility.</p>\n<p><a href=\"http://wordpress.org/wordpress-3.1-beta2.zip\">Download the WordPress 3.1 Beta 2</a> now.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/news/2010/12/wordpress-3-1-beta-2/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:7:\"summary\";s:321:\"Haikus from Jane on her 39th birthday: Practice makes perfect is what they say about things, but sometimes it&#8217;s not. In this case it is not practice but refinement, and then more testing. You can help WordPress! Now: 3.1, beta 2 is here; needs testing. But! Remember this: Only install on test sites, as YMMV. [...]\";s:12:\"atom_content\";s:1689:\"<p>Haikus from Jane on her 39th birthday:</p>\n<blockquote><p>Practice makes perfect<br />\nis what they say about things,<br />\nbut sometimes it&#8217;s not.</p>\n<p>In this case it is<br />\nnot practice but refinement,<br />\nand then more testing.</p>\n<p>You can help WordPress!<br />\nNow: 3.1, beta 2<br />\nis here; needs testing.</p>\n<p>But! Remember this:<br />\n<strong>Only install on test sites</strong>,<br />\nas YMMV.</p></blockquote>\n<p>The second beta of WordPress 3.1 is now available!</p>\n<p>For things to test, please review our <a href=\"http://wordpress.org/news/2010/11/wordpress-3-1-beta-1/\">Beta 1 release announcement</a>. A <a href=\"http://core.trac.wordpress.org/report/5\">list of known issues</a> can be found on our bug tracker.</p>\n<p>Already have a test install that you want to switch over to the beta? <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">Try the beta tester plugin</a>.Â Please test 3.1 on a test site, not on your live site, as interactions with plugins that haven&#8217;t been updated may be unpredictable, and we can&#8217;t predict (see how that works?) whether something will break or not&#8230; that&#8217;s why we&#8217;re asking people to help us test everything! <img src=\'http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' /> </p>\n<p>Testers, don&#8217;t forget to use the <a href=\"http://lists.automattic.com/mailman/listinfo/wp-testers\">wp-testers mailing list</a> to discuss bugs you encounter. Plugin and theme authors, please test your plugins for compatibility.</p>\n<p><a href=\"http://wordpress.org/wordpress-3.1-beta2.zip\">Download the WordPress 3.1 Beta 2</a> now.</p>\n\";}i:1;a:13:{s:5:\"title\";s:15:\"WordPress 3.0.3\";s:4:\"link\";s:50:\"http://wordpress.org/news/2010/12/wordpress-3-0-3/\";s:8:\"comments\";s:59:\"http://wordpress.org/news/2010/12/wordpress-3-0-3/#comments\";s:7:\"pubdate\";s:31:\"Wed, 08 Dec 2010 18:35:36 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"Peter Westwood\";}s:8:\"category\";s:22:\"ReleasesSecurityxmlrpc\";s:4:\"guid\";s:33:\"http://wordpress.org/news/?p=1557\";s:11:\"description\";s:397:\"WordPress 3.0.3 is available and is a security update for all previous WordPress versions. This release fixes issues in the remote publishing interface, which under certain circumstances allowed Author- and Contributor-level users to improperly edit, publish, or delete posts. These issues only affect sites that have remote publishing enabled. Remote publishing is disabled by default,Â but [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:892:\"<p><a href=\"http://wordpress.org/download/\">WordPress 3.0.3 is available</a> and is a security update for all previous WordPress versions.</p>\n<p><a href=\"http://codex.wordpress.org/Version_3.0.3\">This release</a> fixes issues in the remote publishing interface, which under certain circumstances allowed Author- and Contributor-level users to improperly edit, publish, or delete posts.</p>\n<p><strong>These issues only affect sites that have remote publishing enabled.</strong></p>\n<p>Remote publishing is disabled by default,Â but you may have enabled it to use a remote publishing client such as one of the WordPress mobile apps. You can check these settings on the &#8220;Settings â†’ Writing&#8221; screen.</p>\n<p><a href=\"http://wordpress.org/download/\">Download 3.0.3</a> or update automatically from the &#8220;Dashboard â†’ Updates&#8221; screen in your site&#8217;s admin area.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:55:\"http://wordpress.org/news/2010/12/wordpress-3-0-3/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:7:\"summary\";s:397:\"WordPress 3.0.3 is available and is a security update for all previous WordPress versions. This release fixes issues in the remote publishing interface, which under certain circumstances allowed Author- and Contributor-level users to improperly edit, publish, or delete posts. These issues only affect sites that have remote publishing enabled. Remote publishing is disabled by default,Â but [...]\";s:12:\"atom_content\";s:892:\"<p><a href=\"http://wordpress.org/download/\">WordPress 3.0.3 is available</a> and is a security update for all previous WordPress versions.</p>\n<p><a href=\"http://codex.wordpress.org/Version_3.0.3\">This release</a> fixes issues in the remote publishing interface, which under certain circumstances allowed Author- and Contributor-level users to improperly edit, publish, or delete posts.</p>\n<p><strong>These issues only affect sites that have remote publishing enabled.</strong></p>\n<p>Remote publishing is disabled by default,Â but you may have enabled it to use a remote publishing client such as one of the WordPress mobile apps. You can check these settings on the &#8220;Settings â†’ Writing&#8221; screen.</p>\n<p><a href=\"http://wordpress.org/download/\">Download 3.0.3</a> or update automatically from the &#8220;Dashboard â†’ Updates&#8221; screen in your site&#8217;s admin area.</p>\n\";}i:2;a:13:{s:5:\"title\";s:15:\"WordPress 3.0.2\";s:4:\"link\";s:50:\"http://wordpress.org/news/2010/11/wordpress-3-0-2/\";s:8:\"comments\";s:59:\"http://wordpress.org/news/2010/11/wordpress-3-0-2/#comments\";s:7:\"pubdate\";s:31:\"Tue, 30 Nov 2010 23:33:57 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Mark Jaquith\";}s:8:\"category\";s:16:\"ReleasesSecurity\";s:4:\"guid\";s:33:\"http://wordpress.org/news/?p=1550\";s:11:\"description\";s:347:\"WordPress 3.0.2 is available and is a mandatory security update for all previous WordPress versions. Haiku has become traditional: Fixed on day zero One-click update makes you safe This used to be hard This maintenance release fixes a moderate security issue that could allow a malicious Author-level user to gain further access to the site, [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:933:\"<p><a href=\"http://wordpress.org/download/\">WordPress 3.0.2 is available</a> and is a mandatory security update for all previous WordPress versions. Haiku has become traditional:</p>\n<p>Fixed on day zero<br />\nOne-click update makes you safe<br />\nThis used to be hard</p>\n<p><a href=\"http://codex.wordpress.org/Version_3.0.2\">This maintenance release</a> fixes a moderate security issue that could allow a malicious Author-level user to gain further access to the site, addresses a handful of bugs, and provides some additional security enhancements. Big thanks to <a href=\"http://blog.sjinks.pro/wordpress/\">Vladimir Kolesnikov</a> for detailed and responsible disclosure of the security issue!</p>\n<p><a href=\"http://wordpress.org/download/\">Download 3.0.2</a> or update automatically from the Dashboard &gt; Updates menu in your site&#8217;s admin area. You should update immediately even if you do not have untrusted users.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:55:\"http://wordpress.org/news/2010/11/wordpress-3-0-2/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:7:\"summary\";s:347:\"WordPress 3.0.2 is available and is a mandatory security update for all previous WordPress versions. Haiku has become traditional: Fixed on day zero One-click update makes you safe This used to be hard This maintenance release fixes a moderate security issue that could allow a malicious Author-level user to gain further access to the site, [...]\";s:12:\"atom_content\";s:933:\"<p><a href=\"http://wordpress.org/download/\">WordPress 3.0.2 is available</a> and is a mandatory security update for all previous WordPress versions. Haiku has become traditional:</p>\n<p>Fixed on day zero<br />\nOne-click update makes you safe<br />\nThis used to be hard</p>\n<p><a href=\"http://codex.wordpress.org/Version_3.0.2\">This maintenance release</a> fixes a moderate security issue that could allow a malicious Author-level user to gain further access to the site, addresses a handful of bugs, and provides some additional security enhancements. Big thanks to <a href=\"http://blog.sjinks.pro/wordpress/\">Vladimir Kolesnikov</a> for detailed and responsible disclosure of the security issue!</p>\n<p><a href=\"http://wordpress.org/download/\">Download 3.0.2</a> or update automatically from the Dashboard &gt; Updates menu in your site&#8217;s admin area. You should update immediately even if you do not have untrusted users.</p>\n\";}i:3;a:13:{s:5:\"title\";s:20:\"WordPress 3.1 Beta 1\";s:4:\"link\";s:55:\"http://wordpress.org/news/2010/11/wordpress-3-1-beta-1/\";s:8:\"comments\";s:64:\"http://wordpress.org/news/2010/11/wordpress-3-1-beta-1/#comments\";s:7:\"pubdate\";s:31:\"Thu, 25 Nov 2010 16:40:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Jane Wells\";}s:8:\"category\";s:22:\"Releases3.1betaTesting\";s:4:\"guid\";s:33:\"http://wordpress.org/news/?p=1532\";s:11:\"description\";s:328:\"It&#8217;s that time in the release cycle again, when all the features are basically done, and we&#8217;re just squashing bugs. To the brave of heart and giving of soul: Won&#8217;t you help us test the new version of WordPress? As always, this is software still in development and we don&#8217;t recommend that you run it [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:5870:\"<p>It&#8217;s that time in the release cycle again, when all the features are basically done, and we&#8217;re just squashing bugs. To the brave of heart and giving of soul: Won&#8217;t you help us test the new version of WordPress? As always, this is software still in development and <strong>we don&#8217;t recommend that you run it on your normal live site</strong> &#8212; set up a test site just to play with the new version. If you break it (find a bug), report it, and if you&#8217;re a developer, try to help us fix it. (Especially you U.S. types who are taking a long weekend for Thanksgiving! <img src=\'http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' />  )</p>\n<p>If all goes well, we hope to release WordPress 3.1 to the world at large by the end of the year, though that is (as always) subject to change/dependent on how the beta period goes. The more help we get with testing and fixing bugs, the sooner we will be able to release the final version.</p>\n<p>If you want to be a beta tester, you should check out the Codex article on <a title=\"Reporting Bugs for WordPress\" href=\"http://codex.wordpress.org/Reporting_Bugs\">how to report bugs</a>. Some of the new features to check out include:</p>\n<ul>\n<li>Post Formats (<a title=\"http://core.trac.wordpress.org/ticket/14746\" href=\"http://core.trac.wordpress.org/ticket/14746\">#14746</a>)</li>\n<li>Theme Search (<a title=\"http://core.trac.wordpress.org/ticket/14936\" href=\"http://core.trac.wordpress.org/ticket/14936\">#14936</a>)</li>\n<li>Internal Linking (<a title=\"http://core.trac.wordpress.org/ticket/11420\" href=\"http://core.trac.wordpress.org/ticket/11420\">#11420</a>)</li>\n<li>Admin Bar (<a title=\"http://core.trac.wordpress.org/ticket/14772\" href=\"http://core.trac.wordpress.org/ticket/14772\">#14772</a>)</li>\n<li>Ajaxified Admin (<a title=\"http://core.trac.wordpress.org/ticket/14579\" href=\"http://core.trac.wordpress.org/ticket/14579\">#14579</a>)</li>\n<li>Updated Tiny MCE (<a title=\"http://core.trac.wordpress.org/ticket/12574\" href=\"http://core.trac.wordpress.org/ticket/12574\">#12574</a>)</li>\n<li>Multi-taxonomy Queries (<a title=\"http://core.trac.wordpress.org/ticket/12891\" href=\"http://core.trac.wordpress.org/ticket/12891\">#12891</a>)</li>\n<li>Custom Post Type Index Pages (<a title=\"http://core.trac.wordpress.org/ticket/13818\" href=\"http://core.trac.wordpress.org/ticket/13818\">#13818</a>)</li>\n<li>Admin CSS Cleanup (<a title=\"http://core.trac.wordpress.org/ticket/14770\" href=\"http://core.trac.wordpress.org/ticket/14770\">#14770</a>)</li>\n<li>User Admin (<a title=\"http://core.trac.wordpress.org/ticket/14696\" href=\"http://core.trac.wordpress.org/ticket/14696\">#14696</a>)</li>\n<li>Network Admin (<a title=\"http://core.trac.wordpress.org/ticket/14435\" href=\"http://core.trac.wordpress.org/ticket/14435\">#14435</a>)</li>\n<li>Password Reset Redux (<a href=\"http://core.trac.wordpress.org/ticket/5919\">#5919</a>)</li>\n</ul>\n<p>There are also some known issues: things that aren&#8217;t *quite* finished, but that weren&#8217;t worth holding up the beta release. They will be fixed before 3.1 is released for general use. Note that as things get fixed, the beta release will update nightly. What you should know:</p>\n<ul>\n<li>Fatal error: Call to a member function is_page() on a non-object in /wp-includes/query.php. is_page() may be <a href=\"http://codex.wordpress.org/Conditional_Tags\">any conditional tag</a>.Â This issue occurs when a theme or plugin is doing something wrong. Some code is checking the value of a conditional tag before we actually set up the Query, which means they don&#8217;t work yet.Â In 3.0, they silently failed and always returned false. In 3.1 Beta 1, this is throwing a fatal error. This will be handled in the final release, so use this opportunity to fix your plugins. (<a title=\"http://core.trac.wordpress.org/ticket/14579\" href=\"http://core.trac.wordpress.org/ticket/14729\">#14729</a>)</li>\n<li>All known issues slated for fixing before launch are <a href=\"http://core.trac.wordpress.org/query?status=reopened&amp;status=assigned&amp;status=reviewing&amp;status=new&amp;status=accepted&amp;group=status&amp;milestone=3.1\">listed in Trac</a>. Please check this list to see if a bug is already on the list before reporting it.</li>\n</ul>\n<p>Remember, if you find something you think is a bug, report it! You can bring it up in the <a title=\"Alpha/Beta Support Forum\" href=\"http://wordpress.org/support/forum/alphabeta\">alpha/beta forum</a>, you can email it to the <a title=\"WP-testers mailing list info page\" href=\"http://lists.automattic.com/mailman/listinfo/wp-testers\">wp-testers list</a>, or if you&#8217;ve confirmed that other people are experiencing the same bug, you can report it on the <a title=\"WordPress Core Trac\" href=\"http://core.trac.wordpress.org/\">WordPress Core Trac</a>. (I recommend starting in the forum or on the mailing list.)</p>\n<p>Theme and plugin authors, if you haven&#8217;t been following the 3.1, please start now so that you can update your themes and plugins to be compatible with the newest version of WordPress.</p>\n<p>Note to developers: WordPress is built by the contributions of hundreds of developers. If you&#8217;d like to see this release come out on time, I encourage you to pitch in. Even if you don&#8217;t have time to do testing on the beta version, you could help us by contributing a fix for one of the <a title=\"3.1 bugs that need a patch\" href=\"http://core.trac.wordpress.org/report/16\">many bugs</a> we already know about.</p>\n<p>To those of you in the U.S., have a lovely long holiday weekend, and if you&#8217;re looking for something to occupy your post-turkey hours, we hope you&#8217;ll take the beta for a spin!</p>\n<p><a title=\"Download WordPress 3.1 Beta 1\" href=\"http://wordpress.org/wordpress-3.1-beta1.zip\">Download WordPress 3.1 Beta 1</a></p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/news/2010/11/wordpress-3-1-beta-1/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:7:\"summary\";s:328:\"It&#8217;s that time in the release cycle again, when all the features are basically done, and we&#8217;re just squashing bugs. To the brave of heart and giving of soul: Won&#8217;t you help us test the new version of WordPress? As always, this is software still in development and we don&#8217;t recommend that you run it [...]\";s:12:\"atom_content\";s:5870:\"<p>It&#8217;s that time in the release cycle again, when all the features are basically done, and we&#8217;re just squashing bugs. To the brave of heart and giving of soul: Won&#8217;t you help us test the new version of WordPress? As always, this is software still in development and <strong>we don&#8217;t recommend that you run it on your normal live site</strong> &#8212; set up a test site just to play with the new version. If you break it (find a bug), report it, and if you&#8217;re a developer, try to help us fix it. (Especially you U.S. types who are taking a long weekend for Thanksgiving! <img src=\'http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' />  )</p>\n<p>If all goes well, we hope to release WordPress 3.1 to the world at large by the end of the year, though that is (as always) subject to change/dependent on how the beta period goes. The more help we get with testing and fixing bugs, the sooner we will be able to release the final version.</p>\n<p>If you want to be a beta tester, you should check out the Codex article on <a title=\"Reporting Bugs for WordPress\" href=\"http://codex.wordpress.org/Reporting_Bugs\">how to report bugs</a>. Some of the new features to check out include:</p>\n<ul>\n<li>Post Formats (<a title=\"http://core.trac.wordpress.org/ticket/14746\" href=\"http://core.trac.wordpress.org/ticket/14746\">#14746</a>)</li>\n<li>Theme Search (<a title=\"http://core.trac.wordpress.org/ticket/14936\" href=\"http://core.trac.wordpress.org/ticket/14936\">#14936</a>)</li>\n<li>Internal Linking (<a title=\"http://core.trac.wordpress.org/ticket/11420\" href=\"http://core.trac.wordpress.org/ticket/11420\">#11420</a>)</li>\n<li>Admin Bar (<a title=\"http://core.trac.wordpress.org/ticket/14772\" href=\"http://core.trac.wordpress.org/ticket/14772\">#14772</a>)</li>\n<li>Ajaxified Admin (<a title=\"http://core.trac.wordpress.org/ticket/14579\" href=\"http://core.trac.wordpress.org/ticket/14579\">#14579</a>)</li>\n<li>Updated Tiny MCE (<a title=\"http://core.trac.wordpress.org/ticket/12574\" href=\"http://core.trac.wordpress.org/ticket/12574\">#12574</a>)</li>\n<li>Multi-taxonomy Queries (<a title=\"http://core.trac.wordpress.org/ticket/12891\" href=\"http://core.trac.wordpress.org/ticket/12891\">#12891</a>)</li>\n<li>Custom Post Type Index Pages (<a title=\"http://core.trac.wordpress.org/ticket/13818\" href=\"http://core.trac.wordpress.org/ticket/13818\">#13818</a>)</li>\n<li>Admin CSS Cleanup (<a title=\"http://core.trac.wordpress.org/ticket/14770\" href=\"http://core.trac.wordpress.org/ticket/14770\">#14770</a>)</li>\n<li>User Admin (<a title=\"http://core.trac.wordpress.org/ticket/14696\" href=\"http://core.trac.wordpress.org/ticket/14696\">#14696</a>)</li>\n<li>Network Admin (<a title=\"http://core.trac.wordpress.org/ticket/14435\" href=\"http://core.trac.wordpress.org/ticket/14435\">#14435</a>)</li>\n<li>Password Reset Redux (<a href=\"http://core.trac.wordpress.org/ticket/5919\">#5919</a>)</li>\n</ul>\n<p>There are also some known issues: things that aren&#8217;t *quite* finished, but that weren&#8217;t worth holding up the beta release. They will be fixed before 3.1 is released for general use. Note that as things get fixed, the beta release will update nightly. What you should know:</p>\n<ul>\n<li>Fatal error: Call to a member function is_page() on a non-object in /wp-includes/query.php. is_page() may be <a href=\"http://codex.wordpress.org/Conditional_Tags\">any conditional tag</a>.Â This issue occurs when a theme or plugin is doing something wrong. Some code is checking the value of a conditional tag before we actually set up the Query, which means they don&#8217;t work yet.Â In 3.0, they silently failed and always returned false. In 3.1 Beta 1, this is throwing a fatal error. This will be handled in the final release, so use this opportunity to fix your plugins. (<a title=\"http://core.trac.wordpress.org/ticket/14579\" href=\"http://core.trac.wordpress.org/ticket/14729\">#14729</a>)</li>\n<li>All known issues slated for fixing before launch are <a href=\"http://core.trac.wordpress.org/query?status=reopened&amp;status=assigned&amp;status=reviewing&amp;status=new&amp;status=accepted&amp;group=status&amp;milestone=3.1\">listed in Trac</a>. Please check this list to see if a bug is already on the list before reporting it.</li>\n</ul>\n<p>Remember, if you find something you think is a bug, report it! You can bring it up in the <a title=\"Alpha/Beta Support Forum\" href=\"http://wordpress.org/support/forum/alphabeta\">alpha/beta forum</a>, you can email it to the <a title=\"WP-testers mailing list info page\" href=\"http://lists.automattic.com/mailman/listinfo/wp-testers\">wp-testers list</a>, or if you&#8217;ve confirmed that other people are experiencing the same bug, you can report it on the <a title=\"WordPress Core Trac\" href=\"http://core.trac.wordpress.org/\">WordPress Core Trac</a>. (I recommend starting in the forum or on the mailing list.)</p>\n<p>Theme and plugin authors, if you haven&#8217;t been following the 3.1, please start now so that you can update your themes and plugins to be compatible with the newest version of WordPress.</p>\n<p>Note to developers: WordPress is built by the contributions of hundreds of developers. If you&#8217;d like to see this release come out on time, I encourage you to pitch in. Even if you don&#8217;t have time to do testing on the beta version, you could help us by contributing a fix for one of the <a title=\"3.1 bugs that need a patch\" href=\"http://core.trac.wordpress.org/report/16\">many bugs</a> we already know about.</p>\n<p>To those of you in the U.S., have a lovely long holiday weekend, and if you&#8217;re looking for something to occupy your post-turkey hours, we hope you&#8217;ll take the beta for a spin!</p>\n<p><a title=\"Download WordPress 3.1 Beta 1\" href=\"http://wordpress.org/wordpress-3.1-beta1.zip\">Download WordPress 3.1 Beta 1</a></p>\n\";}i:4;a:13:{s:5:\"title\";s:21:\"Android Update: 1.3.8\";s:4:\"link\";s:55:\"http://wordpress.org/news/2010/11/android-update-1-3-8/\";s:8:\"comments\";s:64:\"http://wordpress.org/news/2010/11/android-update-1-3-8/#comments\";s:7:\"pubdate\";s:31:\"Thu, 25 Nov 2010 03:00:56 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Jane Wells\";}s:8:\"category\";s:28:\"CousinsReleasesandroidmobile\";s:4:\"guid\";s:33:\"http://wordpress.org/news/?p=1536\";s:11:\"description\";s:316:\"This post will be short and to the point: Dan Roundhill announced that a new version of WordPress for Android has been released, fixing numerous bugs and adding the ability to set post status from within the app. Version 1.3.8 hit the Android Market today. For more details, check out the post on the WordPress [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:427:\"<p>This post will be short and to the point: Dan Roundhill announced that a new version of WordPress for Android has been released, fixing numerous bugs and adding the ability to set post status from within the app. Version 1.3.8 hit the Android Market today. For more details, check out the<a href=\"http://android.wordpress.org/2010/11/24/version-1-3-8-post-status-bug-fixes/\"> post on the WordPress for Android blog</a>.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/news/2010/11/android-update-1-3-8/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:7:\"summary\";s:316:\"This post will be short and to the point: Dan Roundhill announced that a new version of WordPress for Android has been released, fixing numerous bugs and adding the ability to set post status from within the app. Version 1.3.8 hit the Android Market today. For more details, check out the post on the WordPress [...]\";s:12:\"atom_content\";s:427:\"<p>This post will be short and to the point: Dan Roundhill announced that a new version of WordPress for Android has been released, fixing numerous bugs and adding the ability to set post status from within the app. Version 1.3.8 hit the Android Market today. For more details, check out the<a href=\"http://android.wordpress.org/2010/11/24/version-1-3-8-post-status-bug-fixes/\"> post on the WordPress for Android blog</a>.</p>\n\";}i:5;a:13:{s:5:\"title\";s:24:\"WordPress Wins CMS Award\";s:4:\"link\";s:44:\"http://wordpress.org/news/2010/11/cms-award/\";s:8:\"comments\";s:53:\"http://wordpress.org/news/2010/11/cms-award/#comments\";s:7:\"pubdate\";s:31:\"Fri, 19 Nov 2010 15:49:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"Matt Mullenweg\";}s:8:\"category\";s:6:\"Awards\";s:4:\"guid\";s:33:\"http://wordpress.org/news/?p=1527\";s:11:\"description\";s:322:\"I was just informed that WordPress, in head-to-head voting against Joomla and Drupal, has won this year&#8217;s Open Source CMS Hall of Fame award. We have to be careful because if this trend continues people might think WordPress is a real CMS, useful for more than just a blog. This would ruin our stealth campaign [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:693:\"<p>I was just informed that WordPress, in head-to-head voting against <a href=\"http://joomla.org/\">Joomla</a> and <a href=\"http://drupal.org/\">Drupal</a>, has won this year&#8217;s <a href=\"http://www.packtpub.com/open-source-awards-home\">Open Source CMS Hall of Fame award</a>.</p>\n<p>We have to be careful because if this trend continues people might  think WordPress is a real CMS, useful for more than just a blog. This  would ruin our <a href=\"http://wordpress.org/showcase/\">stealth campaign</a> and might bring dozens of new users to  the WordPress community. If you could keep this on the DL we&#8217;d  appreciate it.</p>\n<p>We don&#8217;t want WordPress to develop a reputation.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:49:\"http://wordpress.org/news/2010/11/cms-award/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:7:\"summary\";s:322:\"I was just informed that WordPress, in head-to-head voting against Joomla and Drupal, has won this year&#8217;s Open Source CMS Hall of Fame award. We have to be careful because if this trend continues people might think WordPress is a real CMS, useful for more than just a blog. This would ruin our stealth campaign [...]\";s:12:\"atom_content\";s:693:\"<p>I was just informed that WordPress, in head-to-head voting against <a href=\"http://joomla.org/\">Joomla</a> and <a href=\"http://drupal.org/\">Drupal</a>, has won this year&#8217;s <a href=\"http://www.packtpub.com/open-source-awards-home\">Open Source CMS Hall of Fame award</a>.</p>\n<p>We have to be careful because if this trend continues people might  think WordPress is a real CMS, useful for more than just a blog. This  would ruin our <a href=\"http://wordpress.org/showcase/\">stealth campaign</a> and might bring dozens of new users to  the WordPress community. If you could keep this on the DL we&#8217;d  appreciate it.</p>\n<p>We don&#8217;t want WordPress to develop a reputation.</p>\n\";}i:6;a:13:{s:5:\"title\";s:39:\"WordPress for iPhone/iPad v2.6 Released\";s:4:\"link\";s:43:\"http://wordpress.org/news/2010/09/ios-v2-6/\";s:8:\"comments\";s:52:\"http://wordpress.org/news/2010/09/ios-v2-6/#comments\";s:7:\"pubdate\";s:31:\"Thu, 30 Sep 2010 03:23:31 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Jane Wells\";}s:8:\"category\";s:32:\"Releasesappleiosipadiphonemobile\";s:4:\"guid\";s:33:\"http://wordpress.org/news/?p=1497\";s:11:\"description\";s:335:\"Attention Apple-gadget-owning WordPress users! Have you been using the WordPress iOS app for iPhone and iPad? Or maybe you tried it a while back and thought it wasn&#8217;t for you? Either way, the new release &#8212; v2.6 &#8212; will knock your socks off. Why? A bunch of reasons: Video. Record, upload, attach, and play videos [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2319:\"<p>Attention Apple-gadget-owning WordPress users! Have you been using the WordPress iOS app for iPhone and iPad? Or maybe you tried it a while back and thought it wasn&#8217;t for you? Either way, the new release &#8212; v2.6 &#8212; will knock your socks off. Why? A bunch of reasons:</p>\n<ul>\n<li>Video. Record, upload, attach, and play videos within the app. Yay for being able to catch your friends&#8217; and co-workers&#8217; most <del>embarrassingÂ shenanigans</del>Â <em>creative moments</em> with iPhone video and publish them immediately for all the world to see on your WordPress site.</li>\n<li>A total rewrite of the way local drafts are handled, to prevent the unintentional loss of your pending posts.</li>\n<li>Autosave/post revisions. Bam! One of the &#8220;oh, thank goodness&#8221; features of the web app makes it into the iOS version.</li>\n<li>Easier setup. Faster and easier process for adding your sites to the app.</li>\n<li>Media Library. We&#8217;re gradually getting closer to the media management you&#8217;re used to in the web app.</li>\n</ul>\n<p>There are also numerous bugfixes and performance enhancements in this release, so if you haven&#8217;t been using the app lately, you should consider giving it another try. I&#8217;m personally pretty excited to start using the iPhone version more often now that there are all these fixes and new features. Especially the video upload. You know, for those <em>creative moments</em> that make life fun. <img src=\'http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' /> </p>\n<p>You can read the full <a href=\"http://ios.wordpress.org/2010/09/29/introducing-version-2-6/\">2.6 release post on the WordPress for iOS blog</a>, and can download v2.6 from iTunes/the app store. Happy mobile blogging!</p>\n<p style=\"text-align: center\">* * *</p>\n<p>Not an iPhone user? We&#8217;ve still got your on-the-go back! Check out the WordPress apps for <a href=\"http://android.wordpress.org/\">Android</a>, <a href=\"http://blackberry.wordpress.org/\">Blackberry</a>, and <a href=\"http://nokia.wordpress.org/\">Nokia (beta)</a>. They&#8217;re all 100% GPL, of course, and we&#8217;re always looking for contributors to the development projects, so check the blogs if you have mobile dev skills and want to get involved.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:48:\"http://wordpress.org/news/2010/09/ios-v2-6/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:7:\"summary\";s:335:\"Attention Apple-gadget-owning WordPress users! Have you been using the WordPress iOS app for iPhone and iPad? Or maybe you tried it a while back and thought it wasn&#8217;t for you? Either way, the new release &#8212; v2.6 &#8212; will knock your socks off. Why? A bunch of reasons: Video. Record, upload, attach, and play videos [...]\";s:12:\"atom_content\";s:2319:\"<p>Attention Apple-gadget-owning WordPress users! Have you been using the WordPress iOS app for iPhone and iPad? Or maybe you tried it a while back and thought it wasn&#8217;t for you? Either way, the new release &#8212; v2.6 &#8212; will knock your socks off. Why? A bunch of reasons:</p>\n<ul>\n<li>Video. Record, upload, attach, and play videos within the app. Yay for being able to catch your friends&#8217; and co-workers&#8217; most <del>embarrassingÂ shenanigans</del>Â <em>creative moments</em> with iPhone video and publish them immediately for all the world to see on your WordPress site.</li>\n<li>A total rewrite of the way local drafts are handled, to prevent the unintentional loss of your pending posts.</li>\n<li>Autosave/post revisions. Bam! One of the &#8220;oh, thank goodness&#8221; features of the web app makes it into the iOS version.</li>\n<li>Easier setup. Faster and easier process for adding your sites to the app.</li>\n<li>Media Library. We&#8217;re gradually getting closer to the media management you&#8217;re used to in the web app.</li>\n</ul>\n<p>There are also numerous bugfixes and performance enhancements in this release, so if you haven&#8217;t been using the app lately, you should consider giving it another try. I&#8217;m personally pretty excited to start using the iPhone version more often now that there are all these fixes and new features. Especially the video upload. You know, for those <em>creative moments</em> that make life fun. <img src=\'http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' /> </p>\n<p>You can read the full <a href=\"http://ios.wordpress.org/2010/09/29/introducing-version-2-6/\">2.6 release post on the WordPress for iOS blog</a>, and can download v2.6 from iTunes/the app store. Happy mobile blogging!</p>\n<p style=\"text-align: center\">* * *</p>\n<p>Not an iPhone user? We&#8217;ve still got your on-the-go back! Check out the WordPress apps for <a href=\"http://android.wordpress.org/\">Android</a>, <a href=\"http://blackberry.wordpress.org/\">Blackberry</a>, and <a href=\"http://nokia.wordpress.org/\">Nokia (beta)</a>. They&#8217;re all 100% GPL, of course, and we&#8217;re always looking for contributors to the development projects, so check the blogs if you have mobile dev skills and want to get involved.</p>\n\";}i:7;a:13:{s:5:\"title\";s:33:\"WordPress Trademark Changes Hands\";s:4:\"link\";s:51:\"http://wordpress.org/news/2010/09/trademark-to-wpf/\";s:8:\"comments\";s:60:\"http://wordpress.org/news/2010/09/trademark-to-wpf/#comments\";s:7:\"pubdate\";s:31:\"Thu, 09 Sep 2010 23:14:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Jane Wells\";}s:8:\"category\";s:46:\"GeneralAutomatticTrademarkWordPress Foundation\";s:4:\"guid\";s:33:\"http://wordpress.org/news/?p=1488\";s:11:\"description\";s:379:\"The WordPress community took a big step forward today when Matt announced that Automattic has donated the WordPress trademark to the non-profit WordPress Foundation. Moving forward, the Foundation will be responsible for safeguarding the trademarked name and logo from misuse toward the end of protecting WordPress and preventing confusion among people trying to figure out [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:502:\"<p>The WordPress community took a big step forward today when <a href=\"http://wp.me/p4oB3-9ie\">Matt announced</a> that Automattic has donated the WordPress trademark to the non-profit <a href=\"http://wp.me/pMBRF-1u\">WordPress Foundation</a>. Moving forward, the Foundation will be responsible for safeguarding the trademarked name and logo from misuse toward the end of protecting WordPress and preventing confusion among people trying to figure out if a resource is &#8220;official&#8221; or not.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:56:\"http://wordpress.org/news/2010/09/trademark-to-wpf/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:7:\"summary\";s:379:\"The WordPress community took a big step forward today when Matt announced that Automattic has donated the WordPress trademark to the non-profit WordPress Foundation. Moving forward, the Foundation will be responsible for safeguarding the trademarked name and logo from misuse toward the end of protecting WordPress and preventing confusion among people trying to figure out [...]\";s:12:\"atom_content\";s:502:\"<p>The WordPress community took a big step forward today when <a href=\"http://wp.me/p4oB3-9ie\">Matt announced</a> that Automattic has donated the WordPress trademark to the non-profit <a href=\"http://wp.me/pMBRF-1u\">WordPress Foundation</a>. Moving forward, the Foundation will be responsible for safeguarding the trademarked name and logo from misuse toward the end of protecting WordPress and preventing confusion among people trying to figure out if a resource is &#8220;official&#8221; or not.</p>\n\";}i:8;a:13:{s:5:\"title\";s:15:\"WordPress 3.0.1\";s:4:\"link\";s:50:\"http://wordpress.org/news/2010/07/wordpress-3-0-1/\";s:8:\"comments\";s:59:\"http://wordpress.org/news/2010/07/wordpress-3-0-1/#comments\";s:7:\"pubdate\";s:31:\"Thu, 29 Jul 2010 21:38:47 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Andrew Nacin\";}s:8:\"category\";s:8:\"Releases\";s:4:\"guid\";s:33:\"http://wordpress.org/news/?p=1475\";s:11:\"description\";s:338:\"After nearly 11 million downloads of WordPress 3.0 in just 42 days, we&#8217;re releasing WordPress 3.0.1. The requisite haiku: Three dot oh dot one Bug fixes to make you smile Update your WordPress This maintenance release addresses about 50 minor issues. The testing many of you contributed prior to the release of 3.0 helped make [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:951:\"<p>After nearly <a href=\"http://wordpress.org/download/counter/\">11 million downloads</a> of WordPress 3.0 in just 42 days, we&#8217;re releasing WordPress 3.0.1. The requisite haiku:</p>\n<p>Three dot oh dot one<br />\nBug fixes to make you smile<br />\nUpdate your WordPress</p>\n<p>This maintenance release addresses <a href=\"http://codex.wordpress.org/Version_3.0.1\">about 50 minor issues</a>. The testing many of you contributed prior to the release of 3.0 helped make it one of the best and most stable releases we&#8217;ve had.</p>\n<p><a href=\"http://wordpress.org/download/\">Download 3.0.1</a> or update automatically from the Dashboard &gt; Updates menu in your site&#8217;s admin area.</p>\n<p><em>Note: If you downloaded 3.0.1 in the first 20 minutes of release (before 2200 UTC), you&#8217;ll want to reinstall it, which you can do right from your Updates screen. <a href=\"http://twitter.com/wordpress/status/19859163982\">Our bad</a>.</em></p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:55:\"http://wordpress.org/news/2010/07/wordpress-3-0-1/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:7:\"summary\";s:338:\"After nearly 11 million downloads of WordPress 3.0 in just 42 days, we&#8217;re releasing WordPress 3.0.1. The requisite haiku: Three dot oh dot one Bug fixes to make you smile Update your WordPress This maintenance release addresses about 50 minor issues. The testing many of you contributed prior to the release of 3.0 helped make [...]\";s:12:\"atom_content\";s:951:\"<p>After nearly <a href=\"http://wordpress.org/download/counter/\">11 million downloads</a> of WordPress 3.0 in just 42 days, we&#8217;re releasing WordPress 3.0.1. The requisite haiku:</p>\n<p>Three dot oh dot one<br />\nBug fixes to make you smile<br />\nUpdate your WordPress</p>\n<p>This maintenance release addresses <a href=\"http://codex.wordpress.org/Version_3.0.1\">about 50 minor issues</a>. The testing many of you contributed prior to the release of 3.0 helped make it one of the best and most stable releases we&#8217;ve had.</p>\n<p><a href=\"http://wordpress.org/download/\">Download 3.0.1</a> or update automatically from the Dashboard &gt; Updates menu in your site&#8217;s admin area.</p>\n<p><em>Note: If you downloaded 3.0.1 in the first 20 minutes of release (before 2200 UTC), you&#8217;ll want to reinstall it, which you can do right from your Updates screen. <a href=\"http://twitter.com/wordpress/status/19859163982\">Our bad</a>.</em></p>\n\";}i:9;a:13:{s:5:\"title\";s:42:\"PHP 4 and MySQL 4 End of Life Announcement\";s:4:\"link\";s:58:\"http://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/\";s:8:\"comments\";s:67:\"http://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/#comments\";s:7:\"pubdate\";s:31:\"Fri, 23 Jul 2010 19:01:46 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Mark Jaquith\";}s:8:\"category\";s:27:\"HostingMySQLPHPrequirements\";s:4:\"guid\";s:33:\"http://wordpress.org/news/?p=1447\";s:11:\"description\";s:348:\"Our approach with WordPress has always been to make it run on common server configurations. We want users to have flexibility when choosing a host for their precious content. Because of this strategy, WordPress runs pretty much anywhere. Web hosting platforms, however, change over time, and we occasionally are able to reevaluate some of the [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:3021:\"<p>Our approach with WordPress has always been to make it run on common server configurations. We want users to have flexibility when choosing a host for their precious content. Because of this strategy, WordPress runs pretty much anywhere. Web hosting platforms, however, change over time, and we occasionally are able to reevaluate some of the requirements for running WordPress. Now is one of those times. You probably guessed it from the title &#8212; we&#8217;re finally ready to announce the end of support for PHP 4 and MySQL 4!</p>\n<p>First up, the announcement that developers really care about. WordPress 3.1, due in late 2010, will be the last version of WordPress to support PHP 4.</p>\n<p>For WordPress 3.2, due in the first half of 2011, we will be raising the minimum required PHP version to 5.2. Why 5.2? Because that&#8217;s what the vast majority of WordPress users are using, and it offers substantial improvements over earlier PHP 5 releases. It is also the minimum PHP version that the <a href=\"http://drupal.org/\">Drupal</a> and <a href=\"http://www.joomla.org/\">Joomla</a> projects will be supporting in their next versions, both due out this year.</p>\n<p>The numbers are now, <em>finally</em>, strongly in favor of this move. Only around 11 percent of WordPress installs are running on a PHP version below 5.2. Many of them are on hosts who support PHP 5.2 &#8212; users merely need to change a setting in their hosting control panel to activate it. We believe that percentage will only go down over the rest of the year as hosting providers realize that to support the newest versions of WordPress (or Drupal, or Joomla), they&#8217;re going to have to pull the trigger.</p>\n<p>In less exciting news, we are also going to be dropping support for MySQL 4 after WordPress 3.1. Fewer than 6 percent of WordPress users are running MySQL 4. The new required MySQL version for WordPress 3.2 will be 5.0.15.</p>\n<p>WordPress users will not be able to upgrade to WordPress 3.2 if their hosting environment does not meet these requirements (the built-in updater will prevent it). In order to determine which versions your host provides, we&#8217;ve created the <a href=\"http://wordpress.org/extend/plugins/health-check/\">Health Check plugin</a>. You can download it manually, or use this <a href=\"http://coveredwebservices.com/wp-plugin-install/?plugin=health-check\">handy plugin installation</a> tool I whipped up. Right now, Health Check will only tell you if you&#8217;re ready for WordPress 3.2. In a future release it will provide all sorts of useful information about your server and your WordPress install, so hang on to it!</p>\n<p>In summary: WordPress 3.1, due in late 2010, will be the last version of WordPress to support PHP 4 and MySQL 4. WordPress 3.2, due in the first half of 2011, will require PHP 5.2 or higher, and MySQL 5.0.15 or higher. <a href=\"http://coveredwebservices.com/wp-plugin-install/?plugin=health-check\">Install the Health Check plugin</a> to see if you&#8217;re ready!</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:63:\"http://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:7:\"summary\";s:348:\"Our approach with WordPress has always been to make it run on common server configurations. We want users to have flexibility when choosing a host for their precious content. Because of this strategy, WordPress runs pretty much anywhere. Web hosting platforms, however, change over time, and we occasionally are able to reevaluate some of the [...]\";s:12:\"atom_content\";s:3021:\"<p>Our approach with WordPress has always been to make it run on common server configurations. We want users to have flexibility when choosing a host for their precious content. Because of this strategy, WordPress runs pretty much anywhere. Web hosting platforms, however, change over time, and we occasionally are able to reevaluate some of the requirements for running WordPress. Now is one of those times. You probably guessed it from the title &#8212; we&#8217;re finally ready to announce the end of support for PHP 4 and MySQL 4!</p>\n<p>First up, the announcement that developers really care about. WordPress 3.1, due in late 2010, will be the last version of WordPress to support PHP 4.</p>\n<p>For WordPress 3.2, due in the first half of 2011, we will be raising the minimum required PHP version to 5.2. Why 5.2? Because that&#8217;s what the vast majority of WordPress users are using, and it offers substantial improvements over earlier PHP 5 releases. It is also the minimum PHP version that the <a href=\"http://drupal.org/\">Drupal</a> and <a href=\"http://www.joomla.org/\">Joomla</a> projects will be supporting in their next versions, both due out this year.</p>\n<p>The numbers are now, <em>finally</em>, strongly in favor of this move. Only around 11 percent of WordPress installs are running on a PHP version below 5.2. Many of them are on hosts who support PHP 5.2 &#8212; users merely need to change a setting in their hosting control panel to activate it. We believe that percentage will only go down over the rest of the year as hosting providers realize that to support the newest versions of WordPress (or Drupal, or Joomla), they&#8217;re going to have to pull the trigger.</p>\n<p>In less exciting news, we are also going to be dropping support for MySQL 4 after WordPress 3.1. Fewer than 6 percent of WordPress users are running MySQL 4. The new required MySQL version for WordPress 3.2 will be 5.0.15.</p>\n<p>WordPress users will not be able to upgrade to WordPress 3.2 if their hosting environment does not meet these requirements (the built-in updater will prevent it). In order to determine which versions your host provides, we&#8217;ve created the <a href=\"http://wordpress.org/extend/plugins/health-check/\">Health Check plugin</a>. You can download it manually, or use this <a href=\"http://coveredwebservices.com/wp-plugin-install/?plugin=health-check\">handy plugin installation</a> tool I whipped up. Right now, Health Check will only tell you if you&#8217;re ready for WordPress 3.2. In a future release it will provide all sorts of useful information about your server and your WordPress install, so hang on to it!</p>\n<p>In summary: WordPress 3.1, due in late 2010, will be the last version of WordPress to support PHP 4 and MySQL 4. WordPress 3.2, due in the first half of 2011, will require PHP 5.2 or higher, and MySQL 5.0.15 or higher. <a href=\"http://coveredwebservices.com/wp-plugin-install/?plugin=health-check\">Install the Health Check plugin</a> to see if you&#8217;re ready!</p>\n\";}}s:7:\"channel\";a:8:{s:5:\"title\";s:14:\"WordPress News\";s:4:\"link\";s:25:\"http://wordpress.org/news\";s:11:\"description\";s:14:\"WordPress News\";s:13:\"lastbuilddate\";s:31:\"Wed, 15 Dec 2010 03:18:57 +0000\";s:8:\"language\";s:2:\"en\";s:2:\"sy\";a:2:{s:12:\"updateperiod\";s:6:\"hourly\";s:15:\"updatefrequency\";s:1:\"1\";}s:9:\"generator\";s:39:\"http://wordpress.org/?v=3.1-beta2-16997\";s:7:\"tagline\";s:14:\"WordPress News\";}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:\"Wed, 15 Dec 2010 03:18:57 GMT\r\n\";}','no'),(89,0,'rss_0ff4b43bd116a9d8720d689c80e7dfd4_ts','1292602618','no'),(90,0,'rss_a5420c83891a9c88ad2a4f04584a5efc','O:9:\"MagpieRSS\":18:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:15:{i:0;a:7:{s:5:\"title\";s:27:\"Matt Mullenweg on \"Akismet\"\";s:4:\"link\";s:52:\"http://wordpress.org/extend/plugins/akismet/#post-15\";s:7:\"pubdate\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"Matt Mullenweg\";}s:4:\"guid\";s:39:\"15@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:98:\"Akismet checks your comments against the Akismet web service to see if they look like spam or not.\";s:7:\"summary\";s:98:\"Akismet checks your comments against the Akismet web service to see if they look like spam or not.\";}i:1;a:7:{s:5:\"title\";s:30:\"Alex Rabe on \"NextGEN Gallery\"\";s:4:\"link\";s:62:\"http://wordpress.org/extend/plugins/nextgen-gallery/#post-1169\";s:7:\"pubdate\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"Alex Rabe\";}s:4:\"guid\";s:41:\"1169@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:108:\"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with dozens of options and features.\";s:7:\"summary\";s:108:\"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with dozens of options and features.\";}i:2;a:7:{s:5:\"title\";s:33:\"uberdose on \"All in One SEO Pack\"\";s:4:\"link\";s:65:\"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753\";s:7:\"pubdate\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"uberdose\";}s:4:\"guid\";s:40:\"753@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:92:\"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).\";s:7:\"summary\";s:92:\"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).\";}i:3;a:7:{s:5:\"title\";s:36:\"Takayuki Miyoshi on \"Contact Form 7\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/contact-form-7/#post-2141\";s:7:\"pubdate\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:16:\"Takayuki Miyoshi\";}s:4:\"guid\";s:41:\"2141@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"summary\";s:54:\"Just another contact form plugin. Simple but flexible.\";}i:4;a:7:{s:5:\"title\";s:25:\"Bravenewcode on \"WPtouch\"\";s:4:\"link\";s:54:\"http://wordpress.org/extend/plugins/wptouch/#post-5468\";s:7:\"pubdate\";s:31:\"Thu, 01 May 2008 04:58:09 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Bravenewcode\";}s:4:\"guid\";s:41:\"5468@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"WPtouch: A simple, powerful and elegant mobile theme for your website.\n\nWPtouch automatically transforms your WordPress blog into an iPhone applicatio\";s:7:\"summary\";s:150:\"WPtouch: A simple, powerful and elegant mobile theme for your website.\n\nWPtouch automatically transforms your WordPress blog into an iPhone applicatio\";}i:5;a:7:{s:5:\"title\";s:42:\"Mike Challis on \"Fast Secure Contact Form\"\";s:4:\"link\";s:63:\"http://wordpress.org/extend/plugins/si-contact-form/#post-12636\";s:7:\"pubdate\";s:31:\"Thu, 27 Aug 2009 01:20:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Mike Challis\";}s:4:\"guid\";s:42:\"12636@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:139:\"A super customizable contact form that lets your visitors send you email. Blocks all automated spammers. Packed with settings and features.\";s:7:\"summary\";s:139:\"A super customizable contact form that lets your visitors send you email. Blocks all automated spammers. Packed with settings and features.\";}i:6;a:7:{s:5:\"title\";s:29:\"Arne on \"Google XML Sitemaps\"\";s:4:\"link\";s:70:\"http://wordpress.org/extend/plugins/google-sitemap-generator/#post-132\";s:7:\"pubdate\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Arne\";}s:4:\"guid\";s:40:\"132@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"summary\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";}i:7;a:7:{s:5:\"title\";s:27:\"donncha on \"WP Super Cache\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/wp-super-cache/#post-2572\";s:7:\"pubdate\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"donncha\";}s:4:\"guid\";s:41:\"2572@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"summary\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";}i:8;a:7:{s:5:\"title\";s:96:\"cincopa1 on \"Post video players, slideshow albums, photo galleries and music / podcast playlist\"\";s:4:\"link\";s:100:\"http://wordpress.org/extend/plugins/cincopa-video-slideshow-photo-gallery-podcast-plugin/#post-21773\";s:7:\"pubdate\";s:31:\"Sun, 24 Oct 2010 13:05:05 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"cincopa1\";}s:4:\"guid\";s:42:\"21773@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:73:\"Post your videos, photo galleries/flash slideshows easily and in seconds.\";s:7:\"summary\";s:73:\"Post your videos, photo galleries/flash slideshows easily and in seconds.\";}i:9;a:7:{s:5:\"title\";s:21:\"John on \"Redirection\"\";s:4:\"link\";s:58:\"http://wordpress.org/extend/plugins/redirection/#post-2286\";s:7:\"pubdate\";s:31:\"Mon, 10 Sep 2007 04:45:08 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"John\";}s:4:\"guid\";s:41:\"2286@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:144:\"Redirection is a WordPress plugin to manage 301 redirections and keep track of 404 errors without requiring knowledge of Apache .htaccess files.\";s:7:\"summary\";s:144:\"Redirection is a WordPress plugin to manage 301 redirections and keep track of 404 errors without requiring knowledge of Apache .htaccess files.\";}i:10;a:7:{s:5:\"title\";s:28:\"casibus on \"ourSTATS Widget\"\";s:4:\"link\";s:65:\"http://wordpress.org/extend/plugins/ourstatsde-widget/#post-18282\";s:7:\"pubdate\";s:31:\"Sat, 29 May 2010 14:16:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"casibus\";}s:4:\"guid\";s:42:\"18282@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:51:\"create a widget for the ourstats.de counter service\";s:7:\"summary\";s:51:\"create a widget for the ourstats.de counter service\";}i:11;a:7:{s:5:\"title\";s:38:\"Brian Colinger on \"WordPress Importer\"\";s:4:\"link\";s:66:\"http://wordpress.org/extend/plugins/wordpress-importer/#post-18101\";s:7:\"pubdate\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"Brian Colinger\";}s:4:\"guid\";s:42:\"18101@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:96:\"Import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:7:\"summary\";s:96:\"Import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";}i:12;a:7:{s:5:\"title\";s:22:\"edo888 on \"GTranslate\"\";s:4:\"link\";s:58:\"http://wordpress.org/extend/plugins/gtranslate/#post-14437\";s:7:\"pubdate\";s:31:\"Thu, 26 Nov 2009 17:35:42 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"edo888\";}s:4:\"guid\";s:42:\"14437@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"Get translations with a single click between 58 languages (more than 98% of internet users) on your website with the help of Google Translate automati\";s:7:\"summary\";s:150:\"Get translations with a single click between 58 languages (more than 98% of internet users) on your website with the help of Google Translate automati\";}i:13;a:7:{s:5:\"title\";s:29:\"andy on \"WordPress.com Stats\"\";s:4:\"link\";s:52:\"http://wordpress.org/extend/plugins/stats/#post-1355\";s:7:\"pubdate\";s:31:\"Sun, 06 May 2007 02:15:03 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"andy\";}s:4:\"guid\";s:41:\"1355@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:124:\"You can have simple, concise stats with no additional load on your server by plugging into WordPress.com&#039;s stat system.\";s:7:\"summary\";s:124:\"You can have simple, concise stats with no additional load on your server by plugging into WordPress.com&#039;s stat system.\";}i:14;a:7:{s:5:\"title\";s:36:\"Vladimir Prelovac on \"Smart YouTube\"\";s:4:\"link\";s:60:\"http://wordpress.org/extend/plugins/smart-youtube/#post-2935\";s:7:\"pubdate\";s:31:\"Tue, 12 Feb 2008 12:05:03 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Vladimir Prelovac\";}s:4:\"guid\";s:41:\"2935@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:112:\"Smart Youtube plugin allows you to insert full featured YouTube videos into your post, comments and in RSS feed.\";s:7:\"summary\";s:112:\"Smart Youtube plugin allows you to insert full featured YouTube videos into your post, comments and in RSS feed.\";}}s:7:\"channel\";a:7:{s:5:\"title\";s:39:\"WordPress Plugins Â» View: Most Popular\";s:4:\"link\";s:51:\"http://wordpress.org/extend/plugins/browse/popular/\";s:11:\"description\";s:39:\"WordPress Plugins Â» View: Most Popular\";s:8:\"language\";s:5:\"en-US\";s:7:\"pubdate\";s:31:\"Fri, 17 Dec 2010 16:07:56 +0000\";s:9:\"generator\";s:36:\"http://bbpress.org/?v=1.1-alpha-2539\";s:7:\"tagline\";s:39:\"WordPress Plugins Â» View: Most Popular\";}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:21:\"2007-03-09 22:11:30\r\n\";}','no'),(91,0,'rss_a5420c83891a9c88ad2a4f04584a5efc_ts','1292602618','no'),(92,0,'rss_57bc725ad6568758915363af670fd8bc','O:9:\"MagpieRSS\":18:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:15:{i:0;a:7:{s:5:\"title\";s:61:\"ccheney on \"Permalink Fix & Disable Canonical Redirects Pack\"\";s:4:\"link\";s:94:\"http://wordpress.org/extend/plugins/permalink-fix-disable-canonical-redirects-pack/#post-22962\";s:7:\"pubdate\";s:31:\"Thu, 16 Dec 2010 23:44:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"ccheney\";}s:4:\"guid\";s:42:\"22962@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"This plugin makes WordPress&#039; default permalinks behavior work on the Concentric/XO Communications shared hosting platform. (concentric.com/xo.com\";s:7:\"summary\";s:150:\"This plugin makes WordPress&#039; default permalinks behavior work on the Concentric/XO Communications shared hosting platform. (concentric.com/xo.com\";}i:1;a:7:{s:5:\"title\";s:45:\"joshfowler on \"Web Ninja Auto Tagging System\"\";s:4:\"link\";s:77:\"http://wordpress.org/extend/plugins/web-ninja-auto-tagging-system/#post-22951\";s:7:\"pubdate\";s:31:\"Thu, 16 Dec 2010 04:56:40 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"joshfowler\";}s:4:\"guid\";s:42:\"22951@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:147:\"This will automatically make tags with the tagthe.net and yahoo yql services when you save or update a post. Has the option for retagging all post.\";s:7:\"summary\";s:147:\"This will automatically make tags with the tagthe.net and yahoo yql services when you save or update a post. Has the option for retagging all post.\";}i:2;a:7:{s:5:\"title\";s:28:\"tomasztopa on \"2010 Summary\"\";s:4:\"link\";s:60:\"http://wordpress.org/extend/plugins/2010-summary/#post-22961\";s:7:\"pubdate\";s:31:\"Thu, 16 Dec 2010 23:37:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"tomasztopa\";}s:4:\"guid\";s:42:\"22961@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:133:\"Generate a brief summary of 2010 on your blog. See how many posts were written durig the year, who was the most active commenter etc.\";s:7:\"summary\";s:133:\"Generate a brief summary of 2010 on your blog. See how many posts were written durig the year, who was the most active commenter etc.\";}i:3;a:7:{s:5:\"title\";s:36:\"jamby77 on \"Category-Post AJAX Tree\"\";s:4:\"link\";s:66:\"http://wordpress.org/extend/plugins/cat-post-tree-ajax/#post-22956\";s:7:\"pubdate\";s:31:\"Thu, 16 Dec 2010 15:16:38 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"jamby77\";}s:4:\"guid\";s:42:\"22956@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:62:\"Add a sidebar widget that displays expandable categories menu.\";s:7:\"summary\";s:62:\"Add a sidebar widget that displays expandable categories menu.\";}i:4;a:7:{s:5:\"title\";s:42:\"hitesh.dev on \"Client Document Monitoring\"\";s:4:\"link\";s:76:\"http://wordpress.org/extend/plugins/user-and-document-monitoring/#post-22201\";s:7:\"pubdate\";s:31:\"Thu, 11 Nov 2010 15:39:57 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"hitesh.dev\";}s:4:\"guid\";s:42:\"22201@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"This plugin helps in managing document and users more easily and effectively.Features :- *You can create users more faster than wordpress default user\";s:7:\"summary\";s:150:\"This plugin helps in managing document and users more easily and effectively.Features :- *You can create users more faster than wordpress default user\";}i:5;a:7:{s:5:\"title\";s:42:\"wangrs on \"Sugarsync Albums for WordPress\"\";s:4:\"link\";s:64:\"http://wordpress.org/extend/plugins/sugarsync-albums/#post-22952\";s:7:\"pubdate\";s:31:\"Thu, 16 Dec 2010 09:26:07 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"wangrs\";}s:4:\"guid\";s:42:\"22952@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:102:\"å°†æ‚¨sugarsyncç›¸å†Œä¸­çš„å›¾ç‰‡ï¼Œç®€å•ã€å¿«æ·çš„æ’å…¥æ‚¨çš„æ–‡ç« ä¸­ï¼Œè€Œä¸”æ”¯æŒå¤šç§æ•ˆæžœ\";s:7:\"summary\";s:102:\"å°†æ‚¨sugarsyncç›¸å†Œä¸­çš„å›¾ç‰‡ï¼Œç®€å•ã€å¿«æ·çš„æ’å…¥æ‚¨çš„æ–‡ç« ä¸­ï¼Œè€Œä¸”æ”¯æŒå¤šç§æ•ˆæžœ\";}i:6;a:7:{s:5:\"title\";s:28:\"decomoji.jp on \"Decomoji.jp\"\";s:4:\"link\";s:58:\"http://wordpress.org/extend/plugins/decomojijp/#post-22953\";s:7:\"pubdate\";s:31:\"Thu, 16 Dec 2010 09:40:10 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"decomoji.jp\";}s:4:\"guid\";s:42:\"22953@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:72:\"Decomoji plugin provides the ability to use web fonts in your WordPress.\";s:7:\"summary\";s:72:\"Decomoji plugin provides the ability to use web fonts in your WordPress.\";}i:7;a:7:{s:5:\"title\";s:34:\"jameslafferty on \"Term Menu Order\"\";s:4:\"link\";s:63:\"http://wordpress.org/extend/plugins/term-menu-order/#post-22964\";s:7:\"pubdate\";s:31:\"Fri, 17 Dec 2010 04:31:24 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"jameslafferty\";}s:4:\"guid\";s:42:\"22964@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:117:\"Adds a menu_order field to terms, allowing theme and plugin developers to sort term by menu_order (similar to pages).\";s:7:\"summary\";s:117:\"Adds a menu_order field to terms, allowing theme and plugin developers to sort term by menu_order (similar to pages).\";}i:8;a:7:{s:5:\"title\";s:25:\"rampantlogic on \"Geopost\"\";s:4:\"link\";s:55:\"http://wordpress.org/extend/plugins/geopost/#post-22841\";s:7:\"pubdate\";s:31:\"Sun, 12 Dec 2010 17:48:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"rampantlogic\";}s:4:\"guid\";s:42:\"22841@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:116:\"Uses Google Maps API to create a map containing markers for posts based on individually assigned geocoded locations.\";s:7:\"summary\";s:116:\"Uses Google Maps API to create a map containing markers for posts based on individually assigned geocoded locations.\";}i:9;a:7:{s:5:\"title\";s:28:\"Mufasa on \"Facebook Connect\"\";s:4:\"link\";s:67:\"http://wordpress.org/extend/plugins/wp-facebook-connect/#post-22940\";s:7:\"pubdate\";s:31:\"Wed, 15 Dec 2010 22:47:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"Mufasa\";}s:4:\"guid\";s:42:\"22940@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:124:\"A beautifully crafted light weight Facebook Connect Plugin that uses the new Facebook API to create WordPress user accounts.\";s:7:\"summary\";s:124:\"A beautifully crafted light weight Facebook Connect Plugin that uses the new Facebook API to create WordPress user accounts.\";}i:10;a:7:{s:5:\"title\";s:29:\"bigsmoke on \"wpautop control\"\";s:4:\"link\";s:63:\"http://wordpress.org/extend/plugins/wpautop-control/#post-22772\";s:7:\"pubdate\";s:31:\"Wed, 08 Dec 2010 21:53:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"bigsmoke\";}s:4:\"guid\";s:42:\"22772@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"Adds a global setting to turn the wpautop filter on and off. It also allows you to override this default for any post by adding a wpautop cutom field.\";s:7:\"summary\";s:150:\"Adds a global setting to turn the wpautop filter on and off. It also allows you to override this default for any post by adding a wpautop cutom field.\";}i:11;a:7:{s:5:\"title\";s:29:\"Peter Westwood on \"Snack Bar\"\";s:4:\"link\";s:57:\"http://wordpress.org/extend/plugins/snack-bar/#post-22959\";s:7:\"pubdate\";s:31:\"Thu, 16 Dec 2010 18:16:34 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"Peter Westwood\";}s:4:\"guid\";s:42:\"22959@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:34:\"Adds a snack menu to the admin bar\";s:7:\"summary\";s:34:\"Adds a snack menu to the admin bar\";}i:12;a:7:{s:5:\"title\";s:35:\"Dwenaus on \"Buddypress Topic Mover\"\";s:4:\"link\";s:70:\"http://wordpress.org/extend/plugins/buddypress-topic-mover/#post-22874\";s:7:\"pubdate\";s:31:\"Tue, 14 Dec 2010 02:04:36 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Dwenaus\";}s:4:\"guid\";s:42:\"22874@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:86:\"Allows BuddyPress group mods and admins to move a single forum topic to another group.\";s:7:\"summary\";s:86:\"Allows BuddyPress group mods and admins to move a single forum topic to another group.\";}i:13;a:7:{s:5:\"title\";s:46:\"ubermajestix on \"GitHub Gist Wordpress Plugin\"\";s:4:\"link\";s:55:\"http://wordpress.org/extend/plugins/gisthub/#post-22911\";s:7:\"pubdate\";s:31:\"Tue, 14 Dec 2010 22:55:48 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"ubermajestix\";}s:4:\"guid\";s:42:\"22911@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:62:\"<p>Makes embedding Github.com gists super awesomely easy.\n</p>\";s:7:\"summary\";s:62:\"<p>Makes embedding Github.com gists super awesomely easy.\n</p>\";}i:14;a:7:{s:5:\"title\";s:36:\"karrde on \"Flickr Thumbnails Widget\"\";s:4:\"link\";s:72:\"http://wordpress.org/extend/plugins/flickr-thumbnails-widget/#post-22879\";s:7:\"pubdate\";s:31:\"Tue, 14 Dec 2010 07:41:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"karrde\";}s:4:\"guid\";s:42:\"22879@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:72:\"Displays thumbnails from Flickr based on the user/group/tag you provide.\";s:7:\"summary\";s:72:\"Displays thumbnails from Flickr based on the user/group/tag you provide.\";}}s:7:\"channel\";a:7:{s:5:\"title\";s:33:\"WordPress Plugins Â» View: Newest\";s:4:\"link\";s:47:\"http://wordpress.org/extend/plugins/browse/new/\";s:11:\"description\";s:33:\"WordPress Plugins Â» View: Newest\";s:8:\"language\";s:5:\"en-US\";s:7:\"pubdate\";s:31:\"Fri, 17 Dec 2010 16:14:13 +0000\";s:9:\"generator\";s:36:\"http://bbpress.org/?v=1.1-alpha-2539\";s:7:\"tagline\";s:33:\"WordPress Plugins Â» View: Newest\";}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:21:\"2010-12-16 23:44:27\r\n\";}','no'),(93,0,'rss_57bc725ad6568758915363af670fd8bc_ts','1292602618','no'),(94,0,'rss_867bd5c64f85878d03a060509cd2f92c','O:9:\"MagpieRSS\":18:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:50:{i:0;a:7:{s:5:\"title\";s:69:\"Weblog Tools Collection: WordPress FAQ: Finding Free WordPress Themes\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=9236\";s:4:\"link\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/15Ez6SP0bh0/\";s:11:\"description\";s:2870:\"<p>With <a href=\"http://weblogtoolscollection.com/archives/2010/12/10/theme-malware-anatomy/\">theme malware on the rise</a>, many users are left wondering where the safest place to find free <a href=\"http://wordpress.org/\">WordPress</a> themes is, or how to protect themselves from potentially dangerous themes.</p>\n<p>Without a doubt, the best place to find free WordPress themes is <a href=\"http://wordpress.org/extend/themes/\">the official WordPress Theme Directory</a>. Themes can be submitted to the directory by almost any author, but the themes are thoroughly checked for quality and safety by a team of dedicated volunteers. With over 1,200 free themes and a handy <a href=\"http://wordpress.org/extend/themes/tag-filter/\">tag filter interface</a>, you&#8217;d have a hard time not finding the perfect theme for your blog.</p>\n<p>There are certainly other places to find free themes, like <a href=\"http://www.themelab.com/\">Theme Lab</a>, but how can you be sure that the theme you downloaded is safe?  If you plan to download themes from anywhere but the official WordPress Theme Directory, you should install both the <a href=\"http://wordpress.org/extend/plugins/exploit-scanner/\">Exploit Scanner</a> and <a href=\"http://wordpress.org/extend/plugins/theme-check/\">Theme-Check</a> plugins.</p>\n<p>Run the Exploit Scanner plugin immediately after installing the theme. If it finds any results for the theme files in the &#8220;Level Severe&#8221; category, just delete the theme and find another. If the Exploit Scanner gives it a pass, activate the theme and run the Theme-Check plugin. If the Theme-Check plugin gives the theme a pass, you should be good to go.</p>\n<p>If you are ever uncomfortable with any of the results from the Exploit Scanner or Theme-Checker plugins, delete the theme and find another.</p>\n<p>It&#8217;s generally safe to download and install a free theme from the actual developer&#8217;s site, but you should still run both plugins just to be sure.</p>\n<p>Theme malware is a serious issue.  By installing a free theme from any source except the official WordPress Theme Directory, you could be unknowingly running spam ads, subjecting your visitors to invasive scripts, or leaving your blog open to malicious attack.</p>\n<p>To be safe, make sure that you either get your free themes from <a href=\"http://wordpress.org/extend/themes/\">the official WordPress Theme Directory</a> or at least run the <a href=\"http://wordpress.org/extend/plugins/exploit-scanner/\">Exploit Scanner</a> and <a href=\"http://wordpress.org/extend/plugins/theme-check/\">Theme-Check</a> plugins.</p>\n<p>This is the second entry in our hopefully long-running WordPress FAQ series. What did you think, and what questions would you like us to answer next?</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/15Ez6SP0bh0\" height=\"1\" width=\"1\" />\";s:7:\"pubdate\";s:31:\"Fri, 17 Dec 2010 14:00:48 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"James Huff\";}s:7:\"summary\";s:2870:\"<p>With <a href=\"http://weblogtoolscollection.com/archives/2010/12/10/theme-malware-anatomy/\">theme malware on the rise</a>, many users are left wondering where the safest place to find free <a href=\"http://wordpress.org/\">WordPress</a> themes is, or how to protect themselves from potentially dangerous themes.</p>\n<p>Without a doubt, the best place to find free WordPress themes is <a href=\"http://wordpress.org/extend/themes/\">the official WordPress Theme Directory</a>. Themes can be submitted to the directory by almost any author, but the themes are thoroughly checked for quality and safety by a team of dedicated volunteers. With over 1,200 free themes and a handy <a href=\"http://wordpress.org/extend/themes/tag-filter/\">tag filter interface</a>, you&#8217;d have a hard time not finding the perfect theme for your blog.</p>\n<p>There are certainly other places to find free themes, like <a href=\"http://www.themelab.com/\">Theme Lab</a>, but how can you be sure that the theme you downloaded is safe?  If you plan to download themes from anywhere but the official WordPress Theme Directory, you should install both the <a href=\"http://wordpress.org/extend/plugins/exploit-scanner/\">Exploit Scanner</a> and <a href=\"http://wordpress.org/extend/plugins/theme-check/\">Theme-Check</a> plugins.</p>\n<p>Run the Exploit Scanner plugin immediately after installing the theme. If it finds any results for the theme files in the &#8220;Level Severe&#8221; category, just delete the theme and find another. If the Exploit Scanner gives it a pass, activate the theme and run the Theme-Check plugin. If the Theme-Check plugin gives the theme a pass, you should be good to go.</p>\n<p>If you are ever uncomfortable with any of the results from the Exploit Scanner or Theme-Checker plugins, delete the theme and find another.</p>\n<p>It&#8217;s generally safe to download and install a free theme from the actual developer&#8217;s site, but you should still run both plugins just to be sure.</p>\n<p>Theme malware is a serious issue.  By installing a free theme from any source except the official WordPress Theme Directory, you could be unknowingly running spam ads, subjecting your visitors to invasive scripts, or leaving your blog open to malicious attack.</p>\n<p>To be safe, make sure that you either get your free themes from <a href=\"http://wordpress.org/extend/themes/\">the official WordPress Theme Directory</a> or at least run the <a href=\"http://wordpress.org/extend/plugins/exploit-scanner/\">Exploit Scanner</a> and <a href=\"http://wordpress.org/extend/plugins/theme-check/\">Theme-Check</a> plugins.</p>\n<p>This is the second entry in our hopefully long-running WordPress FAQ series. What did you think, and what questions would you like us to answer next?</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/15Ez6SP0bh0\" height=\"1\" width=\"1\" />\";}i:1;a:7:{s:5:\"title\";s:39:\"Matt: Springfield Castle with Polldaddy\";s:4:\"guid\";s:21:\"http://ma.tt/?p=36643\";s:4:\"link\";s:40:\"http://ma.tt/2010/11/springfield-castle/\";s:11:\"description\";s:34614:\"<p>Visited the Polldaddy meetup in Ireland which was held at Springfield Castle, south near Cork. Includes a close encounter with some deer, peacocks, some karting, and a lovely dinner with Automatticians.</p>\n<p><span id=\"more-36643\"></span></p>\n\n\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5269-2/#image\" title=\"MCM_5269\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5269-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5269\" title=\"MCM_5269\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5270/#image\" title=\"MCM_5270\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5270-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5270\" title=\"MCM_5270\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5271/#image\" title=\"MCM_5271\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5271-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5271\" title=\"MCM_5271\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5273-2/#image\" title=\"MCM_5273\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5273-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5273\" title=\"MCM_5273\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5274-2/#image\" title=\"MCM_5274\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5274-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5274\" title=\"MCM_5274\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5275-3/#image\" title=\"MCM_5275\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5275-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5275\" title=\"MCM_5275\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5276-3/#image\" title=\"MCM_5276\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5276-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5276\" title=\"MCM_5276\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5279-2/#image\" title=\"MCM_5279\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5279-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5279\" title=\"MCM_5279\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5281-3/#image\" title=\"MCM_5281\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5281-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5281\" title=\"MCM_5281\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5283/#image\" title=\"MCM_5283\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5283-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5283\" title=\"MCM_5283\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5284-2/#image\" title=\"MCM_5284\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5284-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5284\" title=\"MCM_5284\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5285-3/#image\" title=\"MCM_5285\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5285-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5285\" title=\"MCM_5285\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5291-3/#image\" title=\"MCM_5291\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5291-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5291\" title=\"MCM_5291\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5292-3/#image\" title=\"MCM_5292\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5292-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5292\" title=\"MCM_5292\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5296-2/#image\" title=\"MCM_5296\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5296-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5296\" title=\"MCM_5296\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5297-4/#image\" title=\"MCM_5297\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5297-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5297\" title=\"MCM_5297\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5301-3/#image\" title=\"MCM_5301\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5301-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5301\" title=\"MCM_5301\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5302/#image\" title=\"MCM_5302\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5302-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5302\" title=\"MCM_5302\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5303-4/#image\" title=\"MCM_5303\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5303-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5303\" title=\"MCM_5303\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5305-2/#image\" title=\"MCM_5305\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5305-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5305\" title=\"MCM_5305\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5306-4/#image\" title=\"MCM_5306\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5306-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5306\" title=\"MCM_5306\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5307-3/#image\" title=\"MCM_5307\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5307-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5307\" title=\"MCM_5307\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5308-2/#image\" title=\"MCM_5308\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5308-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5308\" title=\"MCM_5308\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5310-3/#image\" title=\"MCM_5310\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5310-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5310\" title=\"MCM_5310\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5311-3/#image\" title=\"MCM_5311\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5311-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5311\" title=\"MCM_5311\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5312-3/#image\" title=\"MCM_5312\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5312-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5312\" title=\"MCM_5312\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5314/#image\" title=\"MCM_5314\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5314-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5314\" title=\"MCM_5314\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5318/#image\" title=\"MCM_5318\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5318-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5318\" title=\"MCM_5318\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5321-2/#image\" title=\"MCM_5321\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5321-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5321\" title=\"MCM_5321\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5322-2/#image\" title=\"MCM_5322\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5322-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5322\" title=\"MCM_5322\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5325/#image\" title=\"MCM_5325\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5325-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5325\" title=\"MCM_5325\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5327-3/#image\" title=\"MCM_5327\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5327-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5327\" title=\"MCM_5327\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5330-2/#image\" title=\"MCM_5330\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5330-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5330\" title=\"MCM_5330\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5334-2/#image\" title=\"MCM_5334\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5334-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5334\" title=\"MCM_5334\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5337-3/#image\" title=\"MCM_5337\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5337-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5337\" title=\"MCM_5337\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5342-2/#image\" title=\"MCM_5342\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5342-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5342\" title=\"MCM_5342\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5343-3/#image\" title=\"MCM_5343\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5343-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5343\" title=\"MCM_5343\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5344-3/#image\" title=\"MCM_5344\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5344-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5344\" title=\"MCM_5344\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5345-3/#image\" title=\"MCM_5345\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5345-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5345\" title=\"MCM_5345\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5346-4/#image\" title=\"MCM_5346\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5346-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5346\" title=\"MCM_5346\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5347-3/#image\" title=\"MCM_5347\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5347-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5347\" title=\"MCM_5347\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5348-4/#image\" title=\"MCM_5348\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5348-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5348\" title=\"MCM_5348\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5349-2/#image\" title=\"MCM_5349\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5349-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5349\" title=\"MCM_5349\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5350-2/#image\" title=\"MCM_5350\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5350-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5350\" title=\"MCM_5350\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5352-4/#image\" title=\"MCM_5352\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5352-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5352\" title=\"MCM_5352\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5354-2/#image\" title=\"MCM_5354\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5354-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5354\" title=\"MCM_5354\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5355-3/#image\" title=\"MCM_5355\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5355-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5355\" title=\"MCM_5355\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5356-3/#image\" title=\"MCM_5356\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5356-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5356\" title=\"MCM_5356\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5360-2/#image\" title=\"MCM_5360\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5360-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5360\" title=\"MCM_5360\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5362-2/#image\" title=\"MCM_5362\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5362-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5362\" title=\"MCM_5362\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5368-2/#image\" title=\"MCM_5368\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5368-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5368\" title=\"MCM_5368\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5369-4/#image\" title=\"MCM_5369\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5369-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5369\" title=\"MCM_5369\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5370/#image\" title=\"MCM_5370\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5370-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5370\" title=\"MCM_5370\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5371-2/#image\" title=\"MCM_5371\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5371-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5371\" title=\"MCM_5371\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5372-2/#image\" title=\"MCM_5372\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5372-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5372\" title=\"MCM_5372\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5375/#image\" title=\"MCM_5375\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5375-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5375\" title=\"MCM_5375\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5376-2/#image\" title=\"MCM_5376\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5376-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5376\" title=\"MCM_5376\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5377-3/#image\" title=\"MCM_5377\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5377-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5377\" title=\"MCM_5377\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5378-2/#image\" title=\"MCM_5378\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5378-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5378\" title=\"MCM_5378\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5381-3/#image\" title=\"MCM_5381\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5381-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5381\" title=\"MCM_5381\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5382-3/#image\" title=\"MCM_5382\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5382-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5382\" title=\"MCM_5382\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5383-2/#image\" title=\"MCM_5383\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5383-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5383\" title=\"MCM_5383\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5384-4/#image\" title=\"MCM_5384\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5384-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5384\" title=\"MCM_5384\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5385-3/#image\" title=\"MCM_5385\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5385-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5385\" title=\"MCM_5385\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5386-4/#image\" title=\"MCM_5386\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5386-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5386\" title=\"MCM_5386\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5389-4/#image\" title=\"MCM_5389\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5389-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5389\" title=\"MCM_5389\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5394-2/#image\" title=\"MCM_5394\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5394-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5394\" title=\"MCM_5394\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5405-3/#image\" title=\"MCM_5405\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5405-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5405\" title=\"MCM_5405\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5412-3/#image\" title=\"MCM_5412\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5412-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5412\" title=\"MCM_5412\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5413-3/#image\" title=\"MCM_5413\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5413-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5413\" title=\"MCM_5413\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5415-4/#image\" title=\"MCM_5415\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5415-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5415\" title=\"MCM_5415\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5419-2/#image\" title=\"MCM_5419\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5419-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5419\" title=\"MCM_5419\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5436-5/#image\" title=\"MCM_5436\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5436-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5436\" title=\"MCM_5436\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5447-3/#image\" title=\"MCM_5447\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5447-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5447\" title=\"MCM_5447\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5449-4/#image\" title=\"MCM_5449\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5449-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5449\" title=\"MCM_5449\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5450/#image\" title=\"MCM_5450\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5450-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5450\" title=\"MCM_5450\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5451-2/#image\" title=\"MCM_5451\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5451-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5451\" title=\"MCM_5451\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5453-3/#image\" title=\"MCM_5453\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5453-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5453\" title=\"MCM_5453\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5454-2/#image\" title=\"MCM_5454\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5454-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5454\" title=\"MCM_5454\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5455-2/#image\" title=\"MCM_5455\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5455-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5455\" title=\"MCM_5455\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5457/#image\" title=\"MCM_5457\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5457-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5457\" title=\"MCM_5457\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5459-2/#image\" title=\"MCM_5459\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5459-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5459\" title=\"MCM_5459\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5461-2/#image\" title=\"MCM_5461\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5461-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5461\" title=\"MCM_5461\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5463-2/#image\" title=\"MCM_5463\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5463-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5463\" title=\"MCM_5463\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5466/#image\" title=\"MCM_5466\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5466-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5466\" title=\"MCM_5466\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5472-2/#image\" title=\"MCM_5472\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5472-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5472\" title=\"MCM_5472\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5473/#image\" title=\"MCM_5473\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5473-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5473\" title=\"MCM_5473\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5474-2/#image\" title=\"MCM_5474\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5474-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5474\" title=\"MCM_5474\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5476-2/#image\" title=\"MCM_5476\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5476-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5476\" title=\"MCM_5476\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5477-2/#image\" title=\"MCM_5477\"><img width=\"140\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5477-140x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5477\" title=\"MCM_5477\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5480-2/#image\" title=\"MCM_5480\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5480-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5480\" title=\"MCM_5480\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5481-2/#image\" title=\"MCM_5481\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5481-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5481\" title=\"MCM_5481\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5484/#image\" title=\"MCM_5484\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5484-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5484\" title=\"MCM_5484\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5485/#image\" title=\"MCM_5485\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5485-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5485\" title=\"MCM_5485\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5487-3/#image\" title=\"MCM_5487\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5487-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5487\" title=\"MCM_5487\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5494-2/#image\" title=\"MCM_5494\"><img width=\"195\" height=\"116\" src=\"http://s.ma.tt/files/2010/11/MCM_5494-195x116.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5494\" title=\"MCM_5494\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5507/#image\" title=\"MCM_5507\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5507-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5507\" title=\"MCM_5507\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5510-2/#image\" title=\"MCM_5510\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5510-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5510\" title=\"MCM_5510\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5514-2/#image\" title=\"MCM_5514\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5514-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5514\" title=\"MCM_5514\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5518/#image\" title=\"MCM_5518\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5518-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5518\" title=\"MCM_5518\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5525-2/#image\" title=\"MCM_5525\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5525-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5525\" title=\"MCM_5525\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5526-2/#image\" title=\"MCM_5526\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5526-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5526\" title=\"MCM_5526\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5529-3/#image\" title=\"MCM_5529\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5529-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5529\" title=\"MCM_5529\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5532-2/#image\" title=\"MCM_5532\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5532-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5532\" title=\"MCM_5532\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5534-2/#image\" title=\"MCM_5534\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5534-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5534\" title=\"MCM_5534\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5536/#image\" title=\"MCM_5536\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5536-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5536\" title=\"MCM_5536\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5539-2/#image\" title=\"MCM_5539\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5539-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5539\" title=\"MCM_5539\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5543-2/#image\" title=\"MCM_5543\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5543-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5543\" title=\"MCM_5543\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5551-4/#image\" title=\"MCM_5551\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5551-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5551\" title=\"MCM_5551\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5555-2/#image\" title=\"MCM_5555\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5555-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5555\" title=\"MCM_5555\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5562/#image\" title=\"MCM_5562\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5562-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5562\" title=\"MCM_5562\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5564/#image\" title=\"MCM_5564\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5564-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5564\" title=\"MCM_5564\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5565-3/#image\" title=\"MCM_5565\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5565-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5565\" title=\"MCM_5565\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5569/#image\" title=\"MCM_5569\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5569-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5569\" title=\"MCM_5569\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5570/#image\" title=\"MCM_5570\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5570-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5570\" title=\"MCM_5570\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5577/#image\" title=\"MCM_5577\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5577-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5577\" title=\"MCM_5577\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5579-2/#image\" title=\"MCM_5579\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5579-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5579\" title=\"MCM_5579\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5581-2/#image\" title=\"MCM_5581\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5581-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5581\" title=\"MCM_5581\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5582-4/#image\" title=\"MCM_5582\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5582-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5582\" title=\"MCM_5582\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5583-2/#image\" title=\"MCM_5583\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5583-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5583\" title=\"MCM_5583\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5584-3/#image\" title=\"MCM_5584\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5584-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5584\" title=\"MCM_5584\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5585-2/#image\" title=\"MCM_5585\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5585-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5585\" title=\"MCM_5585\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5587-2/#image\" title=\"MCM_5587\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5587-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5587\" title=\"MCM_5587\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5588-3/#image\" title=\"MCM_5588\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5588-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5588\" title=\"MCM_5588\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5592/#image\" title=\"MCM_5592\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5592-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5592\" title=\"MCM_5592\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5594-2/#image\" title=\"MCM_5594\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5594-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5594\" title=\"MCM_5594\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5598-2/#image\" title=\"MCM_5598\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5598-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5598\" title=\"MCM_5598\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5601-2/#image\" title=\"MCM_5601\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5601-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5601\" title=\"MCM_5601\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5603-3/#image\" title=\"MCM_5603\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5603-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5603\" title=\"MCM_5603\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5608-2/#image\" title=\"MCM_5608\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5608-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5608\" title=\"MCM_5608\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5613-2/#image\" title=\"MCM_5613\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5613-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5613\" title=\"MCM_5613\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5614-4/#image\" title=\"MCM_5614\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5614-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5614\" title=\"MCM_5614\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5619-2/#image\" title=\"MCM_5619\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5619-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5619\" title=\"MCM_5619\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5622-3/#image\" title=\"MCM_5622\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5622-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5622\" title=\"MCM_5622\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5623-3/#image\" title=\"MCM_5623\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5623-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5623\" title=\"MCM_5623\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5624/#image\" title=\"MCM_5624\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5624-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5624\" title=\"MCM_5624\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5625-2/#image\" title=\"MCM_5625\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5625-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5625\" title=\"MCM_5625\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5626-3/#image\" title=\"MCM_5626\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5626-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5626\" title=\"MCM_5626\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5627-2/#image\" title=\"MCM_5627\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5627-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5627\" title=\"MCM_5627\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5628-2/#image\" title=\"MCM_5628\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5628-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5628\" title=\"MCM_5628\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5631-3/#image\" title=\"MCM_5631\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5631-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5631\" title=\"MCM_5631\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5632-3/#image\" title=\"MCM_5632\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5632-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5632\" title=\"MCM_5632\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5637-4/#image\" title=\"MCM_5637\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5637-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5637\" title=\"MCM_5637\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5641-2/#image\" title=\"MCM_5641\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5641-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5641\" title=\"MCM_5641\" /></a>\";s:7:\"pubdate\";s:31:\"Fri, 17 Dec 2010 13:45:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:34614:\"<p>Visited the Polldaddy meetup in Ireland which was held at Springfield Castle, south near Cork. Includes a close encounter with some deer, peacocks, some karting, and a lovely dinner with Automatticians.</p>\n<p><span id=\"more-36643\"></span></p>\n\n\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5269-2/#image\" title=\"MCM_5269\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5269-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5269\" title=\"MCM_5269\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5270/#image\" title=\"MCM_5270\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5270-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5270\" title=\"MCM_5270\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5271/#image\" title=\"MCM_5271\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5271-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5271\" title=\"MCM_5271\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5273-2/#image\" title=\"MCM_5273\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5273-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5273\" title=\"MCM_5273\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5274-2/#image\" title=\"MCM_5274\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5274-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5274\" title=\"MCM_5274\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5275-3/#image\" title=\"MCM_5275\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5275-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5275\" title=\"MCM_5275\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5276-3/#image\" title=\"MCM_5276\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5276-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5276\" title=\"MCM_5276\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5279-2/#image\" title=\"MCM_5279\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5279-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5279\" title=\"MCM_5279\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5281-3/#image\" title=\"MCM_5281\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5281-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5281\" title=\"MCM_5281\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5283/#image\" title=\"MCM_5283\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5283-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5283\" title=\"MCM_5283\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5284-2/#image\" title=\"MCM_5284\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5284-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5284\" title=\"MCM_5284\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5285-3/#image\" title=\"MCM_5285\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5285-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5285\" title=\"MCM_5285\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5291-3/#image\" title=\"MCM_5291\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5291-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5291\" title=\"MCM_5291\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5292-3/#image\" title=\"MCM_5292\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5292-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5292\" title=\"MCM_5292\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5296-2/#image\" title=\"MCM_5296\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5296-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5296\" title=\"MCM_5296\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5297-4/#image\" title=\"MCM_5297\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5297-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5297\" title=\"MCM_5297\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5301-3/#image\" title=\"MCM_5301\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5301-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5301\" title=\"MCM_5301\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5302/#image\" title=\"MCM_5302\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5302-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5302\" title=\"MCM_5302\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5303-4/#image\" title=\"MCM_5303\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5303-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5303\" title=\"MCM_5303\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5305-2/#image\" title=\"MCM_5305\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5305-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5305\" title=\"MCM_5305\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5306-4/#image\" title=\"MCM_5306\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5306-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5306\" title=\"MCM_5306\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5307-3/#image\" title=\"MCM_5307\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5307-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5307\" title=\"MCM_5307\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5308-2/#image\" title=\"MCM_5308\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5308-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5308\" title=\"MCM_5308\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5310-3/#image\" title=\"MCM_5310\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5310-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5310\" title=\"MCM_5310\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5311-3/#image\" title=\"MCM_5311\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5311-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5311\" title=\"MCM_5311\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5312-3/#image\" title=\"MCM_5312\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5312-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5312\" title=\"MCM_5312\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5314/#image\" title=\"MCM_5314\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5314-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5314\" title=\"MCM_5314\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5318/#image\" title=\"MCM_5318\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5318-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5318\" title=\"MCM_5318\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5321-2/#image\" title=\"MCM_5321\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5321-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5321\" title=\"MCM_5321\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5322-2/#image\" title=\"MCM_5322\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5322-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5322\" title=\"MCM_5322\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5325/#image\" title=\"MCM_5325\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5325-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5325\" title=\"MCM_5325\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5327-3/#image\" title=\"MCM_5327\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5327-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5327\" title=\"MCM_5327\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5330-2/#image\" title=\"MCM_5330\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5330-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5330\" title=\"MCM_5330\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5334-2/#image\" title=\"MCM_5334\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5334-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5334\" title=\"MCM_5334\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5337-3/#image\" title=\"MCM_5337\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5337-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5337\" title=\"MCM_5337\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5342-2/#image\" title=\"MCM_5342\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5342-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5342\" title=\"MCM_5342\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5343-3/#image\" title=\"MCM_5343\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5343-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5343\" title=\"MCM_5343\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5344-3/#image\" title=\"MCM_5344\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5344-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5344\" title=\"MCM_5344\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5345-3/#image\" title=\"MCM_5345\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5345-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5345\" title=\"MCM_5345\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5346-4/#image\" title=\"MCM_5346\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5346-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5346\" title=\"MCM_5346\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5347-3/#image\" title=\"MCM_5347\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5347-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5347\" title=\"MCM_5347\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5348-4/#image\" title=\"MCM_5348\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5348-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5348\" title=\"MCM_5348\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5349-2/#image\" title=\"MCM_5349\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5349-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5349\" title=\"MCM_5349\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5350-2/#image\" title=\"MCM_5350\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5350-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5350\" title=\"MCM_5350\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5352-4/#image\" title=\"MCM_5352\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5352-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5352\" title=\"MCM_5352\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5354-2/#image\" title=\"MCM_5354\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5354-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5354\" title=\"MCM_5354\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5355-3/#image\" title=\"MCM_5355\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5355-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5355\" title=\"MCM_5355\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5356-3/#image\" title=\"MCM_5356\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5356-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5356\" title=\"MCM_5356\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5360-2/#image\" title=\"MCM_5360\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5360-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5360\" title=\"MCM_5360\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5362-2/#image\" title=\"MCM_5362\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5362-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5362\" title=\"MCM_5362\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5368-2/#image\" title=\"MCM_5368\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5368-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5368\" title=\"MCM_5368\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5369-4/#image\" title=\"MCM_5369\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5369-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5369\" title=\"MCM_5369\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5370/#image\" title=\"MCM_5370\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5370-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5370\" title=\"MCM_5370\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5371-2/#image\" title=\"MCM_5371\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5371-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5371\" title=\"MCM_5371\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5372-2/#image\" title=\"MCM_5372\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5372-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5372\" title=\"MCM_5372\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5375/#image\" title=\"MCM_5375\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5375-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5375\" title=\"MCM_5375\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5376-2/#image\" title=\"MCM_5376\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5376-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5376\" title=\"MCM_5376\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5377-3/#image\" title=\"MCM_5377\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5377-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5377\" title=\"MCM_5377\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5378-2/#image\" title=\"MCM_5378\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5378-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5378\" title=\"MCM_5378\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5381-3/#image\" title=\"MCM_5381\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5381-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5381\" title=\"MCM_5381\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5382-3/#image\" title=\"MCM_5382\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5382-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5382\" title=\"MCM_5382\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5383-2/#image\" title=\"MCM_5383\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5383-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5383\" title=\"MCM_5383\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5384-4/#image\" title=\"MCM_5384\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5384-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5384\" title=\"MCM_5384\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5385-3/#image\" title=\"MCM_5385\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5385-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5385\" title=\"MCM_5385\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5386-4/#image\" title=\"MCM_5386\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5386-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5386\" title=\"MCM_5386\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5389-4/#image\" title=\"MCM_5389\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5389-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5389\" title=\"MCM_5389\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5394-2/#image\" title=\"MCM_5394\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5394-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5394\" title=\"MCM_5394\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5405-3/#image\" title=\"MCM_5405\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5405-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5405\" title=\"MCM_5405\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5412-3/#image\" title=\"MCM_5412\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5412-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5412\" title=\"MCM_5412\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5413-3/#image\" title=\"MCM_5413\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5413-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5413\" title=\"MCM_5413\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5415-4/#image\" title=\"MCM_5415\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5415-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5415\" title=\"MCM_5415\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5419-2/#image\" title=\"MCM_5419\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5419-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5419\" title=\"MCM_5419\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5436-5/#image\" title=\"MCM_5436\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5436-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5436\" title=\"MCM_5436\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5447-3/#image\" title=\"MCM_5447\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5447-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5447\" title=\"MCM_5447\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5449-4/#image\" title=\"MCM_5449\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5449-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5449\" title=\"MCM_5449\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5450/#image\" title=\"MCM_5450\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5450-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5450\" title=\"MCM_5450\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5451-2/#image\" title=\"MCM_5451\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5451-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5451\" title=\"MCM_5451\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5453-3/#image\" title=\"MCM_5453\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5453-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5453\" title=\"MCM_5453\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5454-2/#image\" title=\"MCM_5454\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5454-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5454\" title=\"MCM_5454\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5455-2/#image\" title=\"MCM_5455\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5455-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5455\" title=\"MCM_5455\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5457/#image\" title=\"MCM_5457\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5457-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5457\" title=\"MCM_5457\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5459-2/#image\" title=\"MCM_5459\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5459-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5459\" title=\"MCM_5459\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5461-2/#image\" title=\"MCM_5461\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5461-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5461\" title=\"MCM_5461\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5463-2/#image\" title=\"MCM_5463\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5463-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5463\" title=\"MCM_5463\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5466/#image\" title=\"MCM_5466\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5466-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5466\" title=\"MCM_5466\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5472-2/#image\" title=\"MCM_5472\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5472-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5472\" title=\"MCM_5472\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5473/#image\" title=\"MCM_5473\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5473-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5473\" title=\"MCM_5473\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5474-2/#image\" title=\"MCM_5474\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5474-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5474\" title=\"MCM_5474\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5476-2/#image\" title=\"MCM_5476\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5476-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5476\" title=\"MCM_5476\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5477-2/#image\" title=\"MCM_5477\"><img width=\"140\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5477-140x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5477\" title=\"MCM_5477\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5480-2/#image\" title=\"MCM_5480\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5480-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5480\" title=\"MCM_5480\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5481-2/#image\" title=\"MCM_5481\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5481-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5481\" title=\"MCM_5481\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5484/#image\" title=\"MCM_5484\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5484-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5484\" title=\"MCM_5484\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5485/#image\" title=\"MCM_5485\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5485-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5485\" title=\"MCM_5485\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5487-3/#image\" title=\"MCM_5487\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5487-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5487\" title=\"MCM_5487\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5494-2/#image\" title=\"MCM_5494\"><img width=\"195\" height=\"116\" src=\"http://s.ma.tt/files/2010/11/MCM_5494-195x116.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5494\" title=\"MCM_5494\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5507/#image\" title=\"MCM_5507\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5507-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5507\" title=\"MCM_5507\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5510-2/#image\" title=\"MCM_5510\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5510-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5510\" title=\"MCM_5510\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5514-2/#image\" title=\"MCM_5514\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5514-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5514\" title=\"MCM_5514\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5518/#image\" title=\"MCM_5518\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5518-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5518\" title=\"MCM_5518\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5525-2/#image\" title=\"MCM_5525\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5525-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5525\" title=\"MCM_5525\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5526-2/#image\" title=\"MCM_5526\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5526-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5526\" title=\"MCM_5526\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5529-3/#image\" title=\"MCM_5529\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5529-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5529\" title=\"MCM_5529\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5532-2/#image\" title=\"MCM_5532\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5532-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5532\" title=\"MCM_5532\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5534-2/#image\" title=\"MCM_5534\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5534-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5534\" title=\"MCM_5534\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5536/#image\" title=\"MCM_5536\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5536-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5536\" title=\"MCM_5536\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5539-2/#image\" title=\"MCM_5539\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5539-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5539\" title=\"MCM_5539\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5543-2/#image\" title=\"MCM_5543\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5543-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5543\" title=\"MCM_5543\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5551-4/#image\" title=\"MCM_5551\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5551-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5551\" title=\"MCM_5551\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5555-2/#image\" title=\"MCM_5555\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5555-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5555\" title=\"MCM_5555\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5562/#image\" title=\"MCM_5562\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5562-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5562\" title=\"MCM_5562\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5564/#image\" title=\"MCM_5564\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5564-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5564\" title=\"MCM_5564\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5565-3/#image\" title=\"MCM_5565\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5565-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5565\" title=\"MCM_5565\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5569/#image\" title=\"MCM_5569\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5569-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5569\" title=\"MCM_5569\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5570/#image\" title=\"MCM_5570\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5570-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5570\" title=\"MCM_5570\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5577/#image\" title=\"MCM_5577\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5577-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5577\" title=\"MCM_5577\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5579-2/#image\" title=\"MCM_5579\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5579-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5579\" title=\"MCM_5579\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5581-2/#image\" title=\"MCM_5581\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5581-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5581\" title=\"MCM_5581\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5582-4/#image\" title=\"MCM_5582\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5582-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5582\" title=\"MCM_5582\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5583-2/#image\" title=\"MCM_5583\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5583-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5583\" title=\"MCM_5583\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5584-3/#image\" title=\"MCM_5584\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5584-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5584\" title=\"MCM_5584\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5585-2/#image\" title=\"MCM_5585\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5585-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5585\" title=\"MCM_5585\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5587-2/#image\" title=\"MCM_5587\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5587-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5587\" title=\"MCM_5587\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5588-3/#image\" title=\"MCM_5588\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5588-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5588\" title=\"MCM_5588\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5592/#image\" title=\"MCM_5592\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5592-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5592\" title=\"MCM_5592\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5594-2/#image\" title=\"MCM_5594\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5594-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5594\" title=\"MCM_5594\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5598-2/#image\" title=\"MCM_5598\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5598-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5598\" title=\"MCM_5598\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5601-2/#image\" title=\"MCM_5601\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5601-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5601\" title=\"MCM_5601\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5603-3/#image\" title=\"MCM_5603\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5603-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5603\" title=\"MCM_5603\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5608-2/#image\" title=\"MCM_5608\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5608-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5608\" title=\"MCM_5608\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5613-2/#image\" title=\"MCM_5613\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5613-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5613\" title=\"MCM_5613\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5614-4/#image\" title=\"MCM_5614\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5614-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5614\" title=\"MCM_5614\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5619-2/#image\" title=\"MCM_5619\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5619-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5619\" title=\"MCM_5619\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5622-3/#image\" title=\"MCM_5622\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5622-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5622\" title=\"MCM_5622\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5623-3/#image\" title=\"MCM_5623\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5623-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5623\" title=\"MCM_5623\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5624/#image\" title=\"MCM_5624\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5624-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5624\" title=\"MCM_5624\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5625-2/#image\" title=\"MCM_5625\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5625-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5625\" title=\"MCM_5625\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5626-3/#image\" title=\"MCM_5626\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5626-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5626\" title=\"MCM_5626\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5627-2/#image\" title=\"MCM_5627\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5627-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5627\" title=\"MCM_5627\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5628-2/#image\" title=\"MCM_5628\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2010/11/MCM_5628-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5628\" title=\"MCM_5628\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5631-3/#image\" title=\"MCM_5631\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5631-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5631\" title=\"MCM_5631\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5632-3/#image\" title=\"MCM_5632\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5632-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5632\" title=\"MCM_5632\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5637-4/#image\" title=\"MCM_5637\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5637-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5637\" title=\"MCM_5637\" /></a>\n<a href=\"http://ma.tt/2010/11/springfield-castle/mcm_5641-2/#image\" title=\"MCM_5641\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2010/11/MCM_5641-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"MCM_5641\" title=\"MCM_5641\" /></a>\";}i:2;a:7:{s:5:\"title\";s:43:\"Akismet: Akismet plugin 2.5.1 for WordPress\";s:4:\"guid\";s:30:\"http://blog.akismet.com/?p=484\";s:4:\"link\";s:70:\"http://blog.akismet.com/2010/12/17/akismet-plugin-2-5-1-for-wordpress/\";s:11:\"description\";s:2607:\"<p>Version 2.5.1 of the Akismet plugin for WordPress is now available.  Check the Plugins tab of your wp-admin dashboard and follow the instructions to auto-update.</p>\n<p>This version of the plugin <strong>requires WordPress 3.0</strong> or higher.  It fixes several minor issues in the 2.5.0 release, including:</p>\n<ul>\n<li>Fixes a problem with the Auto-Delete Spam option that prevented spam from being deleted</li>\n<li>The status badge is now displayed only when needed, and is less obtrusive</li>\n<li>Fixes a rare bug that could cause the retry queue to get stuck</li>\n<li>Several minor fixes to the deletion and retry cron jobs</li>\n<li>i18n improvements</li>\n</ul>\n<p>If you missed our announcement about the new features in Akismet 2.5, you can find it <a href=\"http://blog.akismet.com/2010/12/07/akismet-2-5-for-wordpress-released-film-at-11/\">here</a>.</p>\n<p>If you don&#8217;t use the WordPress auto update feature, you can manually download the zip package from the <a href=\"http://wordpress.org/extend/plugins/akismet/\">Akismet plugin page on WordPress.org</a>.</p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/484/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/484/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/akismet.wordpress.com/484/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/akismet.wordpress.com/484/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/akismet.wordpress.com/484/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/akismet.wordpress.com/484/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/akismet.wordpress.com/484/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/akismet.wordpress.com/484/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/akismet.wordpress.com/484/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/akismet.wordpress.com/484/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/akismet.wordpress.com/484/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/akismet.wordpress.com/484/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/akismet.wordpress.com/484/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/akismet.wordpress.com/484/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.akismet.com&blog=116920&post=484&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"pubdate\";s:31:\"Fri, 17 Dec 2010 11:41:43 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:2607:\"<p>Version 2.5.1 of the Akismet plugin for WordPress is now available.  Check the Plugins tab of your wp-admin dashboard and follow the instructions to auto-update.</p>\n<p>This version of the plugin <strong>requires WordPress 3.0</strong> or higher.  It fixes several minor issues in the 2.5.0 release, including:</p>\n<ul>\n<li>Fixes a problem with the Auto-Delete Spam option that prevented spam from being deleted</li>\n<li>The status badge is now displayed only when needed, and is less obtrusive</li>\n<li>Fixes a rare bug that could cause the retry queue to get stuck</li>\n<li>Several minor fixes to the deletion and retry cron jobs</li>\n<li>i18n improvements</li>\n</ul>\n<p>If you missed our announcement about the new features in Akismet 2.5, you can find it <a href=\"http://blog.akismet.com/2010/12/07/akismet-2-5-for-wordpress-released-film-at-11/\">here</a>.</p>\n<p>If you don&#8217;t use the WordPress auto update feature, you can manually download the zip package from the <a href=\"http://wordpress.org/extend/plugins/akismet/\">Akismet plugin page on WordPress.org</a>.</p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/484/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/484/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/akismet.wordpress.com/484/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/akismet.wordpress.com/484/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/akismet.wordpress.com/484/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/akismet.wordpress.com/484/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/akismet.wordpress.com/484/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/akismet.wordpress.com/484/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/akismet.wordpress.com/484/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/akismet.wordpress.com/484/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/akismet.wordpress.com/484/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/akismet.wordpress.com/484/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/akismet.wordpress.com/484/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/akismet.wordpress.com/484/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.akismet.com&blog=116920&post=484&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" />\";}i:3;a:7:{s:5:\"title\";s:96:\"WordPress.tv: Mitsuhiro Suwa (Loftwork):  WordPressï¼‹BuddyPressï¼‹Amazon EC2ï¼loftwork.com 7.0\";s:4:\"guid\";s:27:\"http://wordpress.tv/?p=4587\";s:4:\"link\";s:43:\"http://wordpress.tv/2010/05/29/kouyou-suwa/\";s:11:\"description\";s:1794:\"<div id=\"x-video-33\" class=\"video-player\">\n\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4587/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4587/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4587/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4587/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4587/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4587/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4587/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4587/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4587/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4587/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4587/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4587/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4587/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4587/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=4587&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2010/05/29/kouyou-suwa/\"><img alt=\"Kouyou Suwa: WordPressï¼‹BuddyPressï¼‹Amazon EC2ï¼loftwork.com \" src=\"http://videos.videopress.com/XBj5wxdF/wcy2010_204_suwa_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"pubdate\";s:31:\"Fri, 17 Dec 2010 01:15:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Atsushi\";}s:7:\"summary\";s:1794:\"<div id=\"x-video-33\" class=\"video-player\">\n\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4587/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4587/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4587/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4587/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4587/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4587/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4587/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4587/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4587/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4587/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4587/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4587/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4587/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4587/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=4587&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2010/05/29/kouyou-suwa/\"><img alt=\"Kouyou Suwa: WordPressï¼‹BuddyPressï¼‹Amazon EC2ï¼loftwork.com \" src=\"http://videos.videopress.com/XBj5wxdF/wcy2010_204_suwa_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";}i:4;a:7:{s:5:\"title\";s:101:\"WordPress.tv: Kazuto Takayamaï¼ˆCAMP4ï¼‰: WordPress Quick Mashups with Easy Programming for Designers\";s:4:\"guid\";s:27:\"http://wordpress.tv/?p=4581\";s:4:\"link\";s:47:\"http://wordpress.tv/2010/05/29/kazuto-takayama/\";s:11:\"description\";s:1802:\"<div id=\"x-video-34\" class=\"video-player\">\n\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4581/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4581/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4581/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4581/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4581/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4581/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4581/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4581/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4581/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4581/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4581/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4581/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4581/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4581/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=4581&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2010/05/29/kazuto-takayama/\"><img alt=\"Kazuto Takayama (CAMP4.Inc):  WordPress Quick Mashups with Easy \" src=\"http://videos.videopress.com/7LMp1XTd/wcy2010_203_takayama_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"pubdate\";s:31:\"Fri, 17 Dec 2010 01:15:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Atsushi\";}s:7:\"summary\";s:1802:\"<div id=\"x-video-34\" class=\"video-player\">\n\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4581/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4581/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4581/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4581/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4581/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4581/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4581/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4581/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4581/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4581/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4581/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4581/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4581/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4581/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=4581&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2010/05/29/kazuto-takayama/\"><img alt=\"Kazuto Takayama (CAMP4.Inc):  WordPress Quick Mashups with Easy \" src=\"http://videos.videopress.com/7LMp1XTd/wcy2010_203_takayama_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";}i:5;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 12/16\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=9232\";s:4:\"link\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/Eb8TqGtoHSI/\";s:11:\"description\";s:1136:\"<p><img class=\"alignnone size-full wp-image-9233\" title=\"Black Queen\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/12/blackqueen.jpg\" alt=\"black queen\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://www.themesfromrobin.com/2010/11/black-queen-wp-theme/\"><strong>Black Queen</strong></a> is a new black and white theme. Stylish, minimalistic design with customizable logo and ready widgets. Perfect for smart blogs with a refined taste.</p>\n<p><img class=\"alignnone size-full wp-image-9234\" title=\"White Queen\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/12/whitequeen.jpg\" alt=\"white queen\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://www.themesfromrobin.com/2010/11/white-queen-wp-theme/\"><strong>White Queen</strong></a> is a free, open source theme for fans of minimalist designs. A unique combination of elegancy and simplicity will give your blog a noble look. Perfect for WP 3.0 with Custom logo, images for preview posts, 2-column with right side bar, and widget support.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/Eb8TqGtoHSI\" height=\"1\" width=\"1\" />\";s:7:\"pubdate\";s:31:\"Thu, 16 Dec 2010 14:00:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"James Huff\";}s:7:\"summary\";s:1136:\"<p><img class=\"alignnone size-full wp-image-9233\" title=\"Black Queen\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/12/blackqueen.jpg\" alt=\"black queen\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://www.themesfromrobin.com/2010/11/black-queen-wp-theme/\"><strong>Black Queen</strong></a> is a new black and white theme. Stylish, minimalistic design with customizable logo and ready widgets. Perfect for smart blogs with a refined taste.</p>\n<p><img class=\"alignnone size-full wp-image-9234\" title=\"White Queen\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/12/whitequeen.jpg\" alt=\"white queen\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://www.themesfromrobin.com/2010/11/white-queen-wp-theme/\"><strong>White Queen</strong></a> is a free, open source theme for fans of minimalist designs. A unique combination of elegancy and simplicity will give your blog a noble look. Perfect for WP 3.0 with Custom logo, images for preview posts, 2-column with right side bar, and widget support.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/Eb8TqGtoHSI\" height=\"1\" width=\"1\" />\";}i:6;a:7:{s:5:\"title\";s:30:\"Matt: State of the Blogosphere\";s:4:\"guid\";s:21:\"http://ma.tt/?p=36641\";s:4:\"link\";s:46:\"http://ma.tt/2010/12/state-of-the-blogosphere/\";s:11:\"description\";s:451:\"<div class=\"blockquote\"><blockquote><p>But blogging perseveres&#8211;as it should. It is a place where context, thoughtfulness and continuity are rewarded with inbound links, ReTweets, bookmarks, comments and Likes. Blogs are the digital library of our intellect, experience, and vision.</p></blockquote></div>\n<p>Brian Solis onÂ <a href=\"http://www.fastcompany.com/1709383/the-state-of-the-blogosphere-2010\">The State of the Blogosphere 2010</a>.</p>\";s:7:\"pubdate\";s:31:\"Thu, 16 Dec 2010 00:40:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:451:\"<div class=\"blockquote\"><blockquote><p>But blogging perseveres&#8211;as it should. It is a place where context, thoughtfulness and continuity are rewarded with inbound links, ReTweets, bookmarks, comments and Likes. Blogs are the digital library of our intellect, experience, and vision.</p></blockquote></div>\n<p>Brian Solis onÂ <a href=\"http://www.fastcompany.com/1709383/the-state-of-the-blogosphere-2010\">The State of the Blogosphere 2010</a>.</p>\";}i:7;a:7:{s:5:\"title\";s:67:\"Weblog Tools Collection: WordPress Now Available On Windows Phone 7\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=9222\";s:4:\"link\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/xccl7_NbJV0/\";s:11:\"description\";s:2207:\"<p>There is some good news for all of the Windows Phone 7 / WordPress users out there, Windows Phone 7 now has a <a href=\"http://en.blog.wordpress.com/2010/12/15/wordpress-for-windows-phone-7/\">WordPress application available</a>. In the first version of the application, you can <strong>edit posts and pages, upload photos, check stats, and last but not least, moderate comments</strong>. At some point in the future, the ability to upload videos will be added to the application. The new website<a href=\"http://windowsphone.wordpress.org/\"> WindowsPhone.wordpress.org</a> is where you&#8217;ll find all the latest news on development along with user forums for support. The front page of the website also has a slider on the right hand side that provides a visual indication of what it&#8217;s like to use the app. Based on the slider presentation, everything regarding the app appears to be about simplicity, like the phone platform itself. </p>\n<div id=\"attachment_9223\" class=\"wp-caption aligncenter\"><a href=\"http://weblogtoolscollection.com/archives/2010/12/15/wordpress-now-available-on-windows-phone-7/wordpresswindowsphone7/\" rel=\"attachment wp-att-9223\"><img src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/12/wordpresswindowsphone7.png\" alt=\"\" title=\"wordpresswindowsphone7\" width=\"233\" height=\"445\" class=\"size-full wp-image-9223\" /></a><p class=\"wp-caption-text\">WordPress On Windows Phone 7</p></div>\n<p>The application is open-source meaning you can contribute to the code to help improve the product. To find information on how to get involved, check out the <a href=\"http://windowsphone.wordpress.org/development/\">Development section</a> of the Windows Phone website to get started. You can also follow developments of the project on Twitter via the <a href=\"http://twitter.com/wpwindowsphone\">WPWindowsPhone</a> account.</p>\n<p>The app is not without problems though as Richard Hay of Windows Observer <a href=\"http://www.windowsobserver.com/2010/12/15/wordpress-mobile-blogging-on-windows-phone-7/\">found out</a>. Keep an eye on that post for further updates. </p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/xccl7_NbJV0\" height=\"1\" width=\"1\" />\";s:7:\"pubdate\";s:31:\"Wed, 15 Dec 2010 20:00:56 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeff Chandler\";}s:7:\"summary\";s:2207:\"<p>There is some good news for all of the Windows Phone 7 / WordPress users out there, Windows Phone 7 now has a <a href=\"http://en.blog.wordpress.com/2010/12/15/wordpress-for-windows-phone-7/\">WordPress application available</a>. In the first version of the application, you can <strong>edit posts and pages, upload photos, check stats, and last but not least, moderate comments</strong>. At some point in the future, the ability to upload videos will be added to the application. The new website<a href=\"http://windowsphone.wordpress.org/\"> WindowsPhone.wordpress.org</a> is where you&#8217;ll find all the latest news on development along with user forums for support. The front page of the website also has a slider on the right hand side that provides a visual indication of what it&#8217;s like to use the app. Based on the slider presentation, everything regarding the app appears to be about simplicity, like the phone platform itself. </p>\n<div id=\"attachment_9223\" class=\"wp-caption aligncenter\"><a href=\"http://weblogtoolscollection.com/archives/2010/12/15/wordpress-now-available-on-windows-phone-7/wordpresswindowsphone7/\" rel=\"attachment wp-att-9223\"><img src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/12/wordpresswindowsphone7.png\" alt=\"\" title=\"wordpresswindowsphone7\" width=\"233\" height=\"445\" class=\"size-full wp-image-9223\" /></a><p class=\"wp-caption-text\">WordPress On Windows Phone 7</p></div>\n<p>The application is open-source meaning you can contribute to the code to help improve the product. To find information on how to get involved, check out the <a href=\"http://windowsphone.wordpress.org/development/\">Development section</a> of the Windows Phone website to get started. You can also follow developments of the project on Twitter via the <a href=\"http://twitter.com/wpwindowsphone\">WPWindowsPhone</a> account.</p>\n<p>The app is not without problems though as Richard Hay of Windows Observer <a href=\"http://www.windowsobserver.com/2010/12/15/wordpress-mobile-blogging-on-windows-phone-7/\">found out</a>. Keep an eye on that post for further updates. </p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/xccl7_NbJV0\" height=\"1\" width=\"1\" />\";}i:8;a:7:{s:5:\"title\";s:54:\"Weblog Tools Collection: WordPress 3.1 Beta 2 Released\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=9220\";s:4:\"link\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/x5V8n-QY-4M/\";s:11:\"description\";s:1144:\"<p>The second beta of <a href=\"http://wordpress.org/\">WordPress</a> 3.1 <a href=\"http://wordpress.org/news/2010/12/wordpress-3-1-beta-2/\">has been released</a> for your testing enjoyment.</p>\n<p>As <a href=\"http://weblogtoolscollection.com/archives/2010/11/27/wordpress-3-1-beta-released/\">before</a>, you should probably avoid using this on a live site, and make sure to backup your <a href=\"http://codex.wordpress.org/Backing_Up_Your_WordPress_Files\">files</a> and <a href=\"http://codex.wordpress.org/Backing_Up_Your_Database\">database</a> before upgrading.</p>\n<p>There are still <a href=\"http://core.trac.wordpress.org/report/5\">a few known issues</a>, but if you find any more, please feel free to discuss them with the <a href=\"http://lists.automattic.com/mailman/listinfo/wp-testers\">wp-testers mailing list</a>.</p>\n<p>If you&#8217;re a plugin or theme developer, please test them for compatibility, as the final release of 3.1 is not too far away.</p>\n<p>Have you tried the WordPress 3.1 Beta yet? What do you think so far?</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/x5V8n-QY-4M\" height=\"1\" width=\"1\" />\";s:7:\"pubdate\";s:31:\"Wed, 15 Dec 2010 14:00:48 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"James Huff\";}s:7:\"summary\";s:1144:\"<p>The second beta of <a href=\"http://wordpress.org/\">WordPress</a> 3.1 <a href=\"http://wordpress.org/news/2010/12/wordpress-3-1-beta-2/\">has been released</a> for your testing enjoyment.</p>\n<p>As <a href=\"http://weblogtoolscollection.com/archives/2010/11/27/wordpress-3-1-beta-released/\">before</a>, you should probably avoid using this on a live site, and make sure to backup your <a href=\"http://codex.wordpress.org/Backing_Up_Your_WordPress_Files\">files</a> and <a href=\"http://codex.wordpress.org/Backing_Up_Your_Database\">database</a> before upgrading.</p>\n<p>There are still <a href=\"http://core.trac.wordpress.org/report/5\">a few known issues</a>, but if you find any more, please feel free to discuss them with the <a href=\"http://lists.automattic.com/mailman/listinfo/wp-testers\">wp-testers mailing list</a>.</p>\n<p>If you&#8217;re a plugin or theme developer, please test them for compatibility, as the final release of 3.1 is not too far away.</p>\n<p>Have you tried the WordPress 3.1 Beta yet? What do you think so far?</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/x5V8n-QY-4M\" height=\"1\" width=\"1\" />\";}i:9;a:7:{s:5:\"title\";s:30:\"Dev Blog: WordPress 3.1 Beta 2\";s:4:\"guid\";s:33:\"http://wordpress.org/news/?p=1572\";s:4:\"link\";s:55:\"http://wordpress.org/news/2010/12/wordpress-3-1-beta-2/\";s:11:\"description\";s:1688:\"<p>Haikus from Jane on her 39th birthday:</p>\n<blockquote><p>Practice makes perfect<br />\nis what they say about things,<br />\nbut sometimes it&#8217;s not.</p>\n<p>In this case it is<br />\nnot practice but refinement,<br />\nand then more testing.</p>\n<p>You can help WordPress!<br />\nNow: 3.1, beta 2<br />\nis here; needs testing.</p>\n<p>But! Remember this:<br />\n<strong>Only install on test sites</strong>,<br />\nas YMMV.</p></blockquote>\n<p>The second beta of WordPress 3.1 is now available!</p>\n<p>For things to test, please review our <a href=\"http://wordpress.org/news/2010/11/wordpress-3-1-beta-1/\">Beta 1 release announcement</a>. A <a href=\"http://core.trac.wordpress.org/report/5\">list of known issues</a> can be found on our bug tracker.</p>\n<p>Already have a test install that you want to switch over to the beta? <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">Try the beta tester plugin</a>.Â Please test 3.1 on a test site, not on your live site, as interactions with plugins that haven&#8217;t been updated may be unpredictable, and we can&#8217;t predict (see how that works?) whether something will break or not&#8230; that&#8217;s why we&#8217;re asking people to help us test everything! <img src=\"http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n<p>Testers, don&#8217;t forget to use the <a href=\"http://lists.automattic.com/mailman/listinfo/wp-testers\">wp-testers mailing list</a> to discuss bugs you encounter. Plugin and theme authors, please test your plugins for compatibility.</p>\n<p><a href=\"http://wordpress.org/wordpress-3.1-beta2.zip\">Download the WordPress 3.1 Beta 2</a> now.</p>\";s:7:\"pubdate\";s:31:\"Wed, 15 Dec 2010 03:18:57 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Andrew Nacin\";}s:7:\"summary\";s:1688:\"<p>Haikus from Jane on her 39th birthday:</p>\n<blockquote><p>Practice makes perfect<br />\nis what they say about things,<br />\nbut sometimes it&#8217;s not.</p>\n<p>In this case it is<br />\nnot practice but refinement,<br />\nand then more testing.</p>\n<p>You can help WordPress!<br />\nNow: 3.1, beta 2<br />\nis here; needs testing.</p>\n<p>But! Remember this:<br />\n<strong>Only install on test sites</strong>,<br />\nas YMMV.</p></blockquote>\n<p>The second beta of WordPress 3.1 is now available!</p>\n<p>For things to test, please review our <a href=\"http://wordpress.org/news/2010/11/wordpress-3-1-beta-1/\">Beta 1 release announcement</a>. A <a href=\"http://core.trac.wordpress.org/report/5\">list of known issues</a> can be found on our bug tracker.</p>\n<p>Already have a test install that you want to switch over to the beta? <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">Try the beta tester plugin</a>.Â Please test 3.1 on a test site, not on your live site, as interactions with plugins that haven&#8217;t been updated may be unpredictable, and we can&#8217;t predict (see how that works?) whether something will break or not&#8230; that&#8217;s why we&#8217;re asking people to help us test everything! <img src=\"http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n<p>Testers, don&#8217;t forget to use the <a href=\"http://lists.automattic.com/mailman/listinfo/wp-testers\">wp-testers mailing list</a> to discuss bugs you encounter. Plugin and theme authors, please test your plugins for compatibility.</p>\n<p><a href=\"http://wordpress.org/wordpress-3.1-beta2.zip\">Download the WordPress 3.1 Beta 2</a> now.</p>\";}i:10;a:7:{s:5:\"title\";s:63:\"Weblog Tools Collection: Drupal, Joomla, WordPress Lead The Way\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=9208\";s:4:\"link\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/VF9THTWs8M4/\";s:11:\"description\";s:4132:\"<p><a href=\"http://weblogtoolscollection.com/archives/2010/12/14/drupal-joomla-wordpress-lead-the-way/waterstonelogo/\" rel=\"attachment wp-att-9211\"><img src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/12/waterstonelogo.png\" alt=\"\" title=\"waterstonelogo\" width=\"167\" height=\"50\" class=\"alignright size-full wp-image-9211\" /></a>While WeblogToolsCollection.com focuses on all things WordPress, it&#8217;s healthy to get out of the house every once in awhile to see what else is going on in the world. In this instance, the world is Open-Source Content Management Systems. Water and Stone which is a digital agency has released their annual <a href=\"http://www.waterandstone.com/book/2010-open-source-cms-market-share-report\">open source CMS market share survey</a> for 2010. This survey was comprised of 5,000 participants with more than 2,800 completing the full questionnaire. The report contains a look at various metrics and trends for 20 different content management systems. While the results of the survey are not definitive, there are some interesting trends specifically with WordPress that I wanted to share. </p>\n<p>Water and Stone used Amazon.com to determine who has the largest number of books in print, which systems have been the subject of publishing activity in the last 12 months, and which systems are currently the subject of books yet to be printed. While I knew WordPress had a big year in terms of books available, I had no idea how many books there were.</p>\n<div id=\"attachment_9209\" class=\"wp-caption aligncenter\"><a href=\"http://weblogtoolscollection.com/archives/2010/12/14/drupal-joomla-wordpress-lead-the-way/wordpressbooks/\" rel=\"attachment wp-att-9209\"><img src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/12/wordpressbooks-300x158.png\" alt=\"\" title=\"wordpressbooks\" width=\"300\" height=\"158\" class=\"size-medium wp-image-9209\" /></a><p class=\"wp-caption-text\">Book Publishers Love WordPress</p></div>\n<p>The other thing I found interesting in this report is their metric of search engine ranking. Water and Stone used the following keywords in Google, Yahoo! and Bing to see which systems made it in the top 30 results: <em>content management system, open source content management systems, open source cms, cms, web cms, web content management system</em>.</p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2010/12/14/drupal-joomla-wordpress-lead-the-way/wordpresssearchstats/\" rel=\"attachment wp-att-9210\"><img src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/12/wordpresssearchstats-300x266.png\" alt=\"\" title=\"wordpresssearchstats\" width=\"300\" height=\"266\" class=\"aligncenter size-medium wp-image-9210\" /></a></p>\n<p>WordPress comes in near the bottom of the list. Based on previous market share reports, this is a statistic that has been a weakness for the project. W&#038;S attributes this to the lack of SEO that has gone into the WordPress.org project website. </p>\n<p>If you don&#8217;t feel like browsing through the entire report which I highly recommend, the conclusion based on the survey results is that WordPress is the market leader. Water and Stone attributes the success of WordPress in 2010 to the release of WordPress 3.0, the continued popularity of WordPress.com and the growing awareness that WordPress can be used for more than just blogging. </p>\n<h2>A Few Questions I Have:</h2>\n<p>When reading this survey and others like it, the trend is to see Drupal, Joomla, and WordPress at the top of the list with (<strong>insert CMS here</strong>) coming in a distant fourth. Why are those three open-source content management systems in the position that they are? Most of the other systems in the survey are small potatoes. I don&#8217;t know the goal of each project but what would it take for any of them to become the next WordPress, Joomla, or Drupal? Obviously, there are many aspects that go into a successful open-source CMS or project in general but what is it that the top three have that the others don&#8217;t? </p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/VF9THTWs8M4\" height=\"1\" width=\"1\" />\";s:7:\"pubdate\";s:31:\"Tue, 14 Dec 2010 22:23:59 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeff Chandler\";}s:7:\"summary\";s:4132:\"<p><a href=\"http://weblogtoolscollection.com/archives/2010/12/14/drupal-joomla-wordpress-lead-the-way/waterstonelogo/\" rel=\"attachment wp-att-9211\"><img src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/12/waterstonelogo.png\" alt=\"\" title=\"waterstonelogo\" width=\"167\" height=\"50\" class=\"alignright size-full wp-image-9211\" /></a>While WeblogToolsCollection.com focuses on all things WordPress, it&#8217;s healthy to get out of the house every once in awhile to see what else is going on in the world. In this instance, the world is Open-Source Content Management Systems. Water and Stone which is a digital agency has released their annual <a href=\"http://www.waterandstone.com/book/2010-open-source-cms-market-share-report\">open source CMS market share survey</a> for 2010. This survey was comprised of 5,000 participants with more than 2,800 completing the full questionnaire. The report contains a look at various metrics and trends for 20 different content management systems. While the results of the survey are not definitive, there are some interesting trends specifically with WordPress that I wanted to share. </p>\n<p>Water and Stone used Amazon.com to determine who has the largest number of books in print, which systems have been the subject of publishing activity in the last 12 months, and which systems are currently the subject of books yet to be printed. While I knew WordPress had a big year in terms of books available, I had no idea how many books there were.</p>\n<div id=\"attachment_9209\" class=\"wp-caption aligncenter\"><a href=\"http://weblogtoolscollection.com/archives/2010/12/14/drupal-joomla-wordpress-lead-the-way/wordpressbooks/\" rel=\"attachment wp-att-9209\"><img src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/12/wordpressbooks-300x158.png\" alt=\"\" title=\"wordpressbooks\" width=\"300\" height=\"158\" class=\"size-medium wp-image-9209\" /></a><p class=\"wp-caption-text\">Book Publishers Love WordPress</p></div>\n<p>The other thing I found interesting in this report is their metric of search engine ranking. Water and Stone used the following keywords in Google, Yahoo! and Bing to see which systems made it in the top 30 results: <em>content management system, open source content management systems, open source cms, cms, web cms, web content management system</em>.</p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2010/12/14/drupal-joomla-wordpress-lead-the-way/wordpresssearchstats/\" rel=\"attachment wp-att-9210\"><img src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/12/wordpresssearchstats-300x266.png\" alt=\"\" title=\"wordpresssearchstats\" width=\"300\" height=\"266\" class=\"aligncenter size-medium wp-image-9210\" /></a></p>\n<p>WordPress comes in near the bottom of the list. Based on previous market share reports, this is a statistic that has been a weakness for the project. W&#038;S attributes this to the lack of SEO that has gone into the WordPress.org project website. </p>\n<p>If you don&#8217;t feel like browsing through the entire report which I highly recommend, the conclusion based on the survey results is that WordPress is the market leader. Water and Stone attributes the success of WordPress in 2010 to the release of WordPress 3.0, the continued popularity of WordPress.com and the growing awareness that WordPress can be used for more than just blogging. </p>\n<h2>A Few Questions I Have:</h2>\n<p>When reading this survey and others like it, the trend is to see Drupal, Joomla, and WordPress at the top of the list with (<strong>insert CMS here</strong>) coming in a distant fourth. Why are those three open-source content management systems in the position that they are? Most of the other systems in the survey are small potatoes. I don&#8217;t know the goal of each project but what would it take for any of them to become the next WordPress, Joomla, or Drupal? Obviously, there are many aspects that go into a successful open-source CMS or project in general but what is it that the top three have that the others don&#8217;t? </p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/VF9THTWs8M4\" height=\"1\" width=\"1\" />\";}i:11;a:7:{s:5:\"title\";s:47:\"Alex King: Smarter Post Formats? Use Carrington\";s:4:\"guid\";s:27:\"http://alexking.org/?p=5168\";s:4:\"link\";s:71:\"http://alexking.org/blog/2010/12/14/smarter-post-formats-use-carrington\";s:11:\"description\";s:1466:\"<p>Dougal has a good post about <a href=\"http://dougal.gunters.org/blog/2010/12/10/smarter-post-formats\" rel=\"external\">using post formats (new in WordPress 3.1) in themes</a>. His technique is pretty clean, but I much prefer letting Carrington handle the conditional code.</p>\n<p>We landed <a href=\"http://code.google.com/p/carrington/source/detail?r=542\" rel=\"external\">support for post formats in Carrington Core over a month ago</a>. To support a custom post format, all you have to do is create a new template in the /content and/or /excerpt directory:</p>\n<ul>\n<li>/content/format-image.php</li>\n<li>/content/format-aside.php</li>\n<li>/content/format-video.php</li>\n<li>/content/format-gallery.php</li>\n<li>etc.</li>\n</ul>\n<p>and it will be automatically used when needed.</p>\n<p>One of the main benefits of the Carrington Core platform is that you can build themes without having to write logic in PHP. It makes creating advanced WordPress themes more accessible to designers who are still getting their feet wet on the development side.</p>\n<p>Curious? Check out the <a href=\"http://carringtontheme.com/developers/\">documentation</a> (each Carrington theme also includes a README file in each directory that explains what file names are supported there) and feel free to <a href=\"http://code.google.com/p/carrington/issues/list\" rel=\"external\">contribute</a> to it.</p>\n<img src=\"http://alexking.org/wp/?ak_action=api_record_view&id=5168&type=feed\" alt=\"\" />\";s:7:\"pubdate\";s:31:\"Tue, 14 Dec 2010 14:40:00 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:1466:\"<p>Dougal has a good post about <a href=\"http://dougal.gunters.org/blog/2010/12/10/smarter-post-formats\" rel=\"external\">using post formats (new in WordPress 3.1) in themes</a>. His technique is pretty clean, but I much prefer letting Carrington handle the conditional code.</p>\n<p>We landed <a href=\"http://code.google.com/p/carrington/source/detail?r=542\" rel=\"external\">support for post formats in Carrington Core over a month ago</a>. To support a custom post format, all you have to do is create a new template in the /content and/or /excerpt directory:</p>\n<ul>\n<li>/content/format-image.php</li>\n<li>/content/format-aside.php</li>\n<li>/content/format-video.php</li>\n<li>/content/format-gallery.php</li>\n<li>etc.</li>\n</ul>\n<p>and it will be automatically used when needed.</p>\n<p>One of the main benefits of the Carrington Core platform is that you can build themes without having to write logic in PHP. It makes creating advanced WordPress themes more accessible to designers who are still getting their feet wet on the development side.</p>\n<p>Curious? Check out the <a href=\"http://carringtontheme.com/developers/\">documentation</a> (each Carrington theme also includes a README file in each directory that explains what file names are supported there) and feel free to <a href=\"http://code.google.com/p/carrington/issues/list\" rel=\"external\">contribute</a> to it.</p>\n<img src=\"http://alexking.org/wp/?ak_action=api_record_view&id=5168&type=feed\" alt=\"\" />\";}i:12;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 12/14\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=9205\";s:4:\"link\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/Y7WYP8A9bsE/\";s:11:\"description\";s:2721:\"<h3>New plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/bloggers-circle/\"><strong>Bloggers Circle</strong></a> is similar to a traditional writers circle, but with a work-flow optimized for bloggers. Bloggers can earn points by reviewing other bloggers&#8217; drafts, and spend those points asking other bloggers to review theirs.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/floating-widgets/\"><strong>Floating Widgets</strong></a> makes it easy to add a widgetized area right above or beside your main content regardless of which theme you are using. You can have full control of where and how your widgets are displayed without having to edit your theme at all.</p>\n<h3>Updated plugins</h3>\n<p><a href=\"http://ocaoimh.ie/exploit-scanner/\"><strong>Exploit Scanner</strong></a> searches the files on your website, and the posts and comments tables of your database for anything suspicious. It also examines your list of active plugins for unusual filenames.</p>\n<p><a href=\"http://scottctaylor.wordpress.com/2010/11/24/new-plugin-movies/\"><strong>Movies</strong></a> allows you to use simple functions in your theme to display videos you have attached to Posts/Pages/Custom Post Types in your Media Library. The video player uses the MediaElement (by default, or VideoJS &#8211; you pick!) library and your browser&#8217;s native HTML5 capabilities when available with a fallback to Flash when necessary.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wp-mobile-detector/\"><strong>WP Mobile Detector</strong></a> automatically detects if the visitor is using a standard mobile phone or a smart phone and loads a compatible WordPress mobile theme for each. With advanced mobile statistics, image resizing, automatically formatted content, and detection of 5,000+ mobile phones, the WP Mobile Detector gives your mobile visitors the experience they desire.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wp-stats-dashboard/\"><strong>WP-Stats-Dashboard</strong></a> displays your blog&#8217;s stats graph plus your blog traffic, social engagement and social influence directly in your dashboard. See how you&#8217;re ranking on Alexa, check out your Technorati authority, monitor your ranking across multiple sites and much more.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/xml-sitemap-feed/\"><strong>XML Sitemap and Google News Feeds</strong></a> dynamically creates feeds that comply with the XML Sitemap and the Google News Sitemap protocol. There are no options to be set nor file or directory access rights to be tampered with and the feeds become instantly available.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/Y7WYP8A9bsE\" height=\"1\" width=\"1\" />\";s:7:\"pubdate\";s:31:\"Tue, 14 Dec 2010 14:00:37 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"James Huff\";}s:7:\"summary\";s:2721:\"<h3>New plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/bloggers-circle/\"><strong>Bloggers Circle</strong></a> is similar to a traditional writers circle, but with a work-flow optimized for bloggers. Bloggers can earn points by reviewing other bloggers&#8217; drafts, and spend those points asking other bloggers to review theirs.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/floating-widgets/\"><strong>Floating Widgets</strong></a> makes it easy to add a widgetized area right above or beside your main content regardless of which theme you are using. You can have full control of where and how your widgets are displayed without having to edit your theme at all.</p>\n<h3>Updated plugins</h3>\n<p><a href=\"http://ocaoimh.ie/exploit-scanner/\"><strong>Exploit Scanner</strong></a> searches the files on your website, and the posts and comments tables of your database for anything suspicious. It also examines your list of active plugins for unusual filenames.</p>\n<p><a href=\"http://scottctaylor.wordpress.com/2010/11/24/new-plugin-movies/\"><strong>Movies</strong></a> allows you to use simple functions in your theme to display videos you have attached to Posts/Pages/Custom Post Types in your Media Library. The video player uses the MediaElement (by default, or VideoJS &#8211; you pick!) library and your browser&#8217;s native HTML5 capabilities when available with a fallback to Flash when necessary.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wp-mobile-detector/\"><strong>WP Mobile Detector</strong></a> automatically detects if the visitor is using a standard mobile phone or a smart phone and loads a compatible WordPress mobile theme for each. With advanced mobile statistics, image resizing, automatically formatted content, and detection of 5,000+ mobile phones, the WP Mobile Detector gives your mobile visitors the experience they desire.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wp-stats-dashboard/\"><strong>WP-Stats-Dashboard</strong></a> displays your blog&#8217;s stats graph plus your blog traffic, social engagement and social influence directly in your dashboard. See how you&#8217;re ranking on Alexa, check out your Technorati authority, monitor your ranking across multiple sites and much more.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/xml-sitemap-feed/\"><strong>XML Sitemap and Google News Feeds</strong></a> dynamically creates feeds that comply with the XML Sitemap and the Google News Sitemap protocol. There are no options to be set nor file or directory access rights to be tampered with and the feeds become instantly available.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/Y7WYP8A9bsE\" height=\"1\" width=\"1\" />\";}i:13;a:7:{s:5:\"title\";s:66:\"Weblog Tools Collection: Another Part Of Blogging Dies â€“ Pinging\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=9197\";s:4:\"link\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/KeGM6DaQRAY/\";s:11:\"description\";s:2497:\"<p>Paul Maloney of WPZine.com has a pretty good question: <a href=\"http://wpzine.com/wordpress-ping-lists/\">Is there a point anymore to using the WordPress ping lists</a>? Paul&#8217;s experience mirrors my own in that I&#8217;ve not been able to calculate a decrease or increase in site traffic thanks to using sites such as <a href=\"http://pingomatic.com/\">Ping-O-Matic</a>. At one point, I removed all of the sites I used to Ping because I was told that if you ping a website too much, it would ban the domain. At the time, I was also told that each time you update a post after it&#8217;s been published, a new ping is sent to the ping list. Without knowing it, I could have been sending way too many pings than what was needed but after I removed the ping list, I didn&#8217;t notice any decline in traffic. </p>\n<p>There was a time when pinging specific websites after new content had been published would allow that content to be indexed faster instead of going by a web crawling schedule, the ping would notify the crawler to come early and index the new content. Search engines like Google are so fast at indexing new content on the web, I think the benefits of pinging have gone out the window. </p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2010/12/13/another-part-of-blogging-dies-pinging/pingomaticstats/\" rel=\"attachment wp-att-9198\"><img src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/12/pingomaticstats-300x157.png\" alt=\"\" title=\"pingomaticstats\" width=\"300\" height=\"157\" class=\"aligncenter size-medium wp-image-9198\" /></a></p>\n<p>While the benefits of pinging are negligible, I happened to take a look at the <a href=\"http://pingomatic.com/stats/\">Ping-O-Matic stats page</a> (<em>it hasn&#8217;t worked in months</em>) and was surprised to see a graph showing the number of pings sent. So far for the month of December, the site has sent over 167 million pings. Since by default, the Ping-O-Matic list is used on new installs of WordPress, WordPress.com generated blogs and is able to be used by non WordPress using websites, the number is not that surprising. So while there are still a number of sites sending out Pings, I highly doubt it&#8217;s because of any benefits the site owner would receive for doing so. It doesn&#8217;t hurt to leave the ping list in tact which is what I recommend doing until all ping servers bite the dust. </p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/KeGM6DaQRAY\" height=\"1\" width=\"1\" />\";s:7:\"pubdate\";s:31:\"Mon, 13 Dec 2010 20:00:31 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeff Chandler\";}s:7:\"summary\";s:2497:\"<p>Paul Maloney of WPZine.com has a pretty good question: <a href=\"http://wpzine.com/wordpress-ping-lists/\">Is there a point anymore to using the WordPress ping lists</a>? Paul&#8217;s experience mirrors my own in that I&#8217;ve not been able to calculate a decrease or increase in site traffic thanks to using sites such as <a href=\"http://pingomatic.com/\">Ping-O-Matic</a>. At one point, I removed all of the sites I used to Ping because I was told that if you ping a website too much, it would ban the domain. At the time, I was also told that each time you update a post after it&#8217;s been published, a new ping is sent to the ping list. Without knowing it, I could have been sending way too many pings than what was needed but after I removed the ping list, I didn&#8217;t notice any decline in traffic. </p>\n<p>There was a time when pinging specific websites after new content had been published would allow that content to be indexed faster instead of going by a web crawling schedule, the ping would notify the crawler to come early and index the new content. Search engines like Google are so fast at indexing new content on the web, I think the benefits of pinging have gone out the window. </p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2010/12/13/another-part-of-blogging-dies-pinging/pingomaticstats/\" rel=\"attachment wp-att-9198\"><img src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/12/pingomaticstats-300x157.png\" alt=\"\" title=\"pingomaticstats\" width=\"300\" height=\"157\" class=\"aligncenter size-medium wp-image-9198\" /></a></p>\n<p>While the benefits of pinging are negligible, I happened to take a look at the <a href=\"http://pingomatic.com/stats/\">Ping-O-Matic stats page</a> (<em>it hasn&#8217;t worked in months</em>) and was surprised to see a graph showing the number of pings sent. So far for the month of December, the site has sent over 167 million pings. Since by default, the Ping-O-Matic list is used on new installs of WordPress, WordPress.com generated blogs and is able to be used by non WordPress using websites, the number is not that surprising. So while there are still a number of sites sending out Pings, I highly doubt it&#8217;s because of any benefits the site owner would receive for doing so. It doesn&#8217;t hurt to leave the ping list in tact which is what I recommend doing until all ping servers bite the dust. </p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/KeGM6DaQRAY\" height=\"1\" width=\"1\" />\";}i:14;a:7:{s:5:\"title\";s:78:\"Weblog Tools Collection: WordPress FAQ: Changing Links and Images After a Move\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=9189\";s:4:\"link\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/seJySVF1erc/\";s:11:\"description\";s:2814:\"<p>So, you&#8217;ve just moved your <a href=\"http://wordpress.org/\">WordPress</a> blog following the <a href=\"http://codex.wordpress.org/Moving_WordPress\">official instructions</a>, but what about all of your internal links and images?</p>\n<p>Even though you may have changed your main URL during the move process, your internal links and images will remain unchanged, leaving images broken and internal links pointing toward the old domain or directory.  Sure, you could manually edit every single post or page, but there are other ways.</p>\n<p>The easy way is to use a plugin called <a href=\"http://www.velvetblues.com/web-development-blog/wordpress-plugin-update-urls/\">Velvet Blues Update URLs</a>.  It&#8217;s a very simply plugin.  You just enter your old URL, then enter your new URL, and this plugin take cares of the rest.  I know, it almost seems too easy, but in this case it really is just that easy.  Of course, if you want to make it a little bit more difficult, we sure can.</p>\n<p>What if Velvet Blues Update URLs disappears and you&#8217;re left to fend for yourself?  You can use the <a href=\"http://wordpress.org/extend/plugins/search-and-replace/\">Search and Replace</a> plugin to search for your complete old URL and replace it with your new URL.  A note on searching for the complete URL, don&#8217;t take shortcuts.  If you moved from maindomain.com/blog/ to maindomain.com, do not simply search for and replace all instances of /blog.  This will all affect all instances of /blog, including links to other sites and blogs that may have /blog in the URL.  Instead, search for maindomain.com/blog/ in its entirety and replace it with maindomain.com.</p>\n<p>What if you can&#8217;t use plugins?  What if you have an illogical need to do everything the hard way?  Well, we haven&#8217;t forgotten about you.  There&#8217;s a hard way to do just about anything.  Simply <a href=\"http://codex.wordpress.org/Backing_Up_Your_Database\">backup your database</a> and open the .sql file in a <a href=\"http://codex.wordpress.org/Glossary#Text_editor\">plain text editor</a>.  As above, search for and replace all instances of the complete old URL with the new URL.  The same warning about shortcuts applies here as well.  Once you&#8217;re done, save the file and <a href=\"http://codex.wordpress.org/Restoring_Your_Database_From_Backup\">restore your database</a>.</p>\n<p>As always, if you run into any problems, the volunteers in the <a href=\"http://wordpress.org/support/\">WordPress Support Forums</a> will be more than happy to help.</p>\n<p>This is the first entry in our hopefully long-running WordPress FAQ series.  What did you think, and what questions would you like us to answer next?</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/seJySVF1erc\" height=\"1\" width=\"1\" />\";s:7:\"pubdate\";s:31:\"Mon, 13 Dec 2010 14:00:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"James Huff\";}s:7:\"summary\";s:2814:\"<p>So, you&#8217;ve just moved your <a href=\"http://wordpress.org/\">WordPress</a> blog following the <a href=\"http://codex.wordpress.org/Moving_WordPress\">official instructions</a>, but what about all of your internal links and images?</p>\n<p>Even though you may have changed your main URL during the move process, your internal links and images will remain unchanged, leaving images broken and internal links pointing toward the old domain or directory.  Sure, you could manually edit every single post or page, but there are other ways.</p>\n<p>The easy way is to use a plugin called <a href=\"http://www.velvetblues.com/web-development-blog/wordpress-plugin-update-urls/\">Velvet Blues Update URLs</a>.  It&#8217;s a very simply plugin.  You just enter your old URL, then enter your new URL, and this plugin take cares of the rest.  I know, it almost seems too easy, but in this case it really is just that easy.  Of course, if you want to make it a little bit more difficult, we sure can.</p>\n<p>What if Velvet Blues Update URLs disappears and you&#8217;re left to fend for yourself?  You can use the <a href=\"http://wordpress.org/extend/plugins/search-and-replace/\">Search and Replace</a> plugin to search for your complete old URL and replace it with your new URL.  A note on searching for the complete URL, don&#8217;t take shortcuts.  If you moved from maindomain.com/blog/ to maindomain.com, do not simply search for and replace all instances of /blog.  This will all affect all instances of /blog, including links to other sites and blogs that may have /blog in the URL.  Instead, search for maindomain.com/blog/ in its entirety and replace it with maindomain.com.</p>\n<p>What if you can&#8217;t use plugins?  What if you have an illogical need to do everything the hard way?  Well, we haven&#8217;t forgotten about you.  There&#8217;s a hard way to do just about anything.  Simply <a href=\"http://codex.wordpress.org/Backing_Up_Your_Database\">backup your database</a> and open the .sql file in a <a href=\"http://codex.wordpress.org/Glossary#Text_editor\">plain text editor</a>.  As above, search for and replace all instances of the complete old URL with the new URL.  The same warning about shortcuts applies here as well.  Once you&#8217;re done, save the file and <a href=\"http://codex.wordpress.org/Restoring_Your_Database_From_Backup\">restore your database</a>.</p>\n<p>As always, if you run into any problems, the volunteers in the <a href=\"http://wordpress.org/support/\">WordPress Support Forums</a> will be more than happy to help.</p>\n<p>This is the first entry in our hopefully long-running WordPress FAQ series.  What did you think, and what questions would you like us to answer next?</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/seJySVF1erc\" height=\"1\" width=\"1\" />\";}i:15;a:7:{s:5:\"title\";s:21:\"Matt: LeWeb 2010 Talk\";s:4:\"guid\";s:21:\"http://ma.tt/?p=36633\";s:4:\"link\";s:37:\"http://ma.tt/2010/12/leweb-2010-talk/\";s:11:\"description\";s:422:\"<p>The talk <a href=\"http://toni.org/\">Toni</a> and I did with Alexia Tsotsis at LeWeb this year is now online, at the end we talk a bit about what&#8217;s next for Automattic in the WP world:</p>\n<p></p>\n<p>Also chatted with Hermione Way of The Next Web about <a href=\"http://thenextweb.com/eu/2010/12/10/we-ask-leweb-what-was-the-biggest-tech-story-of-the-year-video/\">the biggest tech story of the year</a>.</p>\n<p></p>\";s:7:\"pubdate\";s:31:\"Mon, 13 Dec 2010 13:57:50 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:422:\"<p>The talk <a href=\"http://toni.org/\">Toni</a> and I did with Alexia Tsotsis at LeWeb this year is now online, at the end we talk a bit about what&#8217;s next for Automattic in the WP world:</p>\n<p></p>\n<p>Also chatted with Hermione Way of The Next Web about <a href=\"http://thenextweb.com/eu/2010/12/10/we-ask-leweb-what-was-the-biggest-tech-story-of-the-year-video/\">the biggest tech story of the year</a>.</p>\n<p></p>\";}i:16;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 12/12\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=9182\";s:4:\"link\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/BdiGbvvH4-w/\";s:11:\"description\";s:1921:\"<p><img class=\"alignnone size-full wp-image-9183\" title=\"jquery mobile\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/12/jquerymobile.jpg\" alt=\"jquery mobile\" width=\"150\" height=\"94\" /></p>\n<p><a href=\"http://www.webdevcat.com/themes\"><strong>jQuery Mobile</strong></a> is perfect for those who want to make a good looking and easy to read version of their blog and guarantees an optimal ease of reading on mobile devices such as the iPhone, Blackberries or Android. (designed for use with a plugin like <a href=\"http://wordpress.org/extend/plugins/wp-mobile-detector/\">WP Mobile Detector</a>)</p>\n<p><img class=\"alignnone size-full wp-image-9184\" title=\"openbook\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/12/openbook.jpg\" alt=\"openbook\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://www.webdevcat.com/themes\"><strong>OpenBook</strong></a> is a &#8220;magazine&#8221; theme with nice features such as column display, news slider and drop-down menu.</p>\n<p><img class=\"alignnone size-full wp-image-9185\" title=\"redchristmas\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/12/redchristmas.jpg\" alt=\"red christmas\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/red-christmas\"><strong>Red Christmas</strong></a> is a holiday, minimalistic two-column, fixed-width, widget-ready, and seo optimized red theme.</p>\n<p><img class=\"alignnone size-full wp-image-9186\" title=\"snippet\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/12/snippet.jpg\" alt=\"snippet\" width=\"150\" height=\"94\" /></p>\n<p><a href=\"http://www.webdevcat.com/themes\"><strong>Snippet</strong></a> is a <a href=\"http://themeshaper.com/thematic/\">Thematic</a> child theme. It is simple, clean, and perfect for developers who want to show some code.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/BdiGbvvH4-w\" height=\"1\" width=\"1\" />\";s:7:\"pubdate\";s:31:\"Sun, 12 Dec 2010 14:00:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"James Huff\";}s:7:\"summary\";s:1921:\"<p><img class=\"alignnone size-full wp-image-9183\" title=\"jquery mobile\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/12/jquerymobile.jpg\" alt=\"jquery mobile\" width=\"150\" height=\"94\" /></p>\n<p><a href=\"http://www.webdevcat.com/themes\"><strong>jQuery Mobile</strong></a> is perfect for those who want to make a good looking and easy to read version of their blog and guarantees an optimal ease of reading on mobile devices such as the iPhone, Blackberries or Android. (designed for use with a plugin like <a href=\"http://wordpress.org/extend/plugins/wp-mobile-detector/\">WP Mobile Detector</a>)</p>\n<p><img class=\"alignnone size-full wp-image-9184\" title=\"openbook\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/12/openbook.jpg\" alt=\"openbook\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://www.webdevcat.com/themes\"><strong>OpenBook</strong></a> is a &#8220;magazine&#8221; theme with nice features such as column display, news slider and drop-down menu.</p>\n<p><img class=\"alignnone size-full wp-image-9185\" title=\"redchristmas\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/12/redchristmas.jpg\" alt=\"red christmas\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/red-christmas\"><strong>Red Christmas</strong></a> is a holiday, minimalistic two-column, fixed-width, widget-ready, and seo optimized red theme.</p>\n<p><img class=\"alignnone size-full wp-image-9186\" title=\"snippet\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/12/snippet.jpg\" alt=\"snippet\" width=\"150\" height=\"94\" /></p>\n<p><a href=\"http://www.webdevcat.com/themes\"><strong>Snippet</strong></a> is a <a href=\"http://themeshaper.com/thematic/\">Thematic</a> child theme. It is simple, clean, and perfect for developers who want to show some code.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/BdiGbvvH4-w\" height=\"1\" width=\"1\" />\";}i:17;a:7:{s:5:\"title\";s:72:\"Lorelle on WP: Malware Found in WordPress Theme â€“ Protect Yourself Now\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=4676\";s:4:\"link\";s:94:\"http://lorelle.wordpress.com/2010/12/11/malware-found-in-wordpress-theme-protect-yourself-now/\";s:11:\"description\";s:521:\"I&#8217;ve just published &#8220;WordPress Theme Malware Prevention and Protection on WordCast, covering the recent WordPress Theme dissection of malware by Otto. The article sums up his revealing analysis of how a Theme malware code integrates itself into your site, even down to the server level, through a twisting path of imaginative code. The code reminds [...]<img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=4676&subd=lorelle&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"pubdate\";s:31:\"Sat, 11 Dec 2010 19:43:43 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:521:\"I&#8217;ve just published &#8220;WordPress Theme Malware Prevention and Protection on WordCast, covering the recent WordPress Theme dissection of malware by Otto. The article sums up his revealing analysis of how a Theme malware code integrates itself into your site, even down to the server level, through a twisting path of imaginative code. The code reminds [...]<img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=4676&subd=lorelle&ref=&feed=1\" width=\"1\" height=\"1\" />\";}i:18;a:7:{s:5:\"title\";s:38:\"Dougal Campbell: Smarter Post Formats?\";s:4:\"guid\";s:34:\"http://dougal.gunters.org/?p=31821\";s:4:\"link\";s:62:\"http://dougal.gunters.org/blog/2010/12/10/smarter-post-formats\";s:11:\"description\";s:9732:\"<div><img width=\"150\" height=\"139\" src=\"http://maxcdn.gunters.org/wordpress/wp-content/uploads/2010/12/wordpreh-loop-150x139.png\" class=\"attachment-post-thumbnail wp-post-image\" alt=\"WordPreh Loop\" title=\"WordPreh Loop\" /></div><p>One of the new features in the upcoming <a href=\"http://wordpress.org/\">WordPress</a> 3.1 release is the introduction of &#8220;Post Formats&#8221;. The intent of this feature is that you can select the Format for a post, and themes can give different formats specific display styling. If you are familiar with <a href=\"http://www.tumblr.com/\">Tumblr</a>, then you might already have an idea of how that works. There is a specific set of formats available: Standard, Aside, Link, Status, Quote, Gallery, Chat, Image, Video, and Audio. The heart of this is in some new functions, <code>has_post_format()</code> and <code>get_post_format()</code>, which tell us which format is set for the current post (normally while in <a href=\"http://codex.wordpress.org/The_Loop\">the loop</a>).</p>\n<p>There have been a <a href=\"http://lisasabin-wilson.com/wordpress-3-1-post-formats-reference\">few</a> <a href=\"http://ottopress.com/2010/post-types-and-formats-and-taxonomies-oh-my/\">articles</a> <a href=\"http://flashingcursor.com/wordpress/intro-to-post-formats-in-wordpress-3-1-739\">posted</a> <a href=\"http://www.wpbeginner.com/wp-themes/what-whys-and-how-tos-of-post-formats-in-wordpress-3-1/\">already</a> with <a href=\"http://www.curtismchale.ca/wordpress/wordpress-3-1-and-post-formats/\">examples</a> of how to add support for this in your theme. And they all made me think, &#8220;Really? That&#8217;s how they want to do it?&#8221; Because I thought that it would work a little differently&#8230;</p>\n<p>The examples I&#8217;ve seen all follow this basic format (pseudo-code):</p>\n<div class=\"geshi no php\">\n<div class=\"head\">while ( the_loop() ):</div>\n<ol>\n<li class=\"li1\">\n<div class=\"de1\">&nbsp; &nbsp; <span class=\"kw1\">if</span> <span class=\"br0\">&#40;</span> has_post_format<span class=\"br0\">&#40;</span> <span class=\"st0\">\'gallery\'</span> <span class=\"br0\">&#41;</span> <span class=\"br0\">&#41;</span> <span class=\"sy0\">:</span></div>\n</li>\n<li class=\"li1\">\n<div class=\"de1\">&nbsp; &nbsp; &nbsp; &nbsp; <span class=\"co1\">// big block of <acronym title=\"HyperText Markup Language\"><span class=\"caps\">HTML</span></acronym> to format a gallery post</span></div>\n</li>\n<li class=\"li1\">\n<div class=\"de1\">&nbsp; &nbsp; <span class=\"kw1\">elseif</span> <span class=\"br0\">&#40;</span> has_post_format<span class=\"br0\">&#40;</span> <span class=\"st0\">\'video\'</span> <span class=\"br0\">&#41;</span> <span class=\"br0\">&#41;</span> <span class=\"sy0\">:</span></div>\n</li>\n<li class=\"li1\">\n<div class=\"de1\">&nbsp; &nbsp; &nbsp; &nbsp; <span class=\"co1\">// big block of similar <acronym title=\"HyperText Markup Language\"><span class=\"caps\">HTML</span></acronym> to format a video post</span></div>\n</li>\n<li class=\"li1\">\n<div class=\"de1\">&nbsp; &nbsp; <span class=\"kw1\">elseif</span> <span class=\"br0\">&#40;</span> has_post_format<span class=\"br0\">&#40;</span> <span class=\"st0\">\'image\'</span> <span class=\"br0\">&#41;</span> <span class=\"br0\">&#41;</span> <span class=\"sy0\">:</span></div>\n</li>\n<li class=\"li1\">\n<div class=\"de1\">&nbsp; &nbsp; &nbsp; &nbsp; <span class=\"co1\">// big block of similar <acronym title=\"HyperText Markup Language\"><span class=\"caps\">HTML</span></acronym> to format an image post</span></div>\n</li>\n<li class=\"li1\">\n<div class=\"de1\">&nbsp; &nbsp; <span class=\"kw1\">elseif</span> <span class=\"br0\">&#40;</span> has_post_format<span class=\"br0\">&#40;</span> <span class=\"st0\">\'aside\'</span> <span class=\"br0\">&#41;</span> <span class=\"br0\">&#41;</span> <span class=\"sy0\">:</span></div>\n</li>\n<li class=\"li1\">\n<div class=\"de1\">&nbsp; &nbsp; &nbsp; &nbsp; <span class=\"co1\">// big block of similar <acronym title=\"HyperText Markup Language\"><span class=\"caps\">HTML</span></acronym> to format an aside</span></div>\n</li>\n<li class=\"li1\">\n<div class=\"de1\">&nbsp; &nbsp; <span class=\"kw1\">else</span> <span class=\"sy0\">:</span></div>\n</li>\n<li class=\"li1\">\n<div class=\"de1\">&nbsp; &nbsp; &nbsp; &nbsp; <span class=\"co1\">// big block of similar <acronym title=\"HyperText Markup Language\"><span class=\"caps\">HTML</span></acronym> to format other posts</span></div>\n</li>\n<li class=\"li1\">\n<div class=\"de1\">&nbsp; &nbsp; <span class=\"kw1\">endif</span><span class=\"sy0\">;</span></div>\n</li>\n<li class=\"li1\">\n<div class=\"de1\"><span class=\"kw1\">endwhile</span><span class=\"sy0\">;</span></div>\n</li>\n</ol>\n</div>\n<p>Those &#8216;big blocks of similar <acronym title=\"HyperText Markup Language\"><span class=\"caps\">HTML</span></acronym>&#8217; inside <code>if/elseif</code> blocks bother me. When you are trying to edit a section of code like this, it can be very easy to lose your place. When I first heard about post formats, I thought we were talking about a new set of files in the <a href=\"http://codex.wordpress.org/Template_Hierarchy\">template hierarchy</a>. I figured that we would be breaking out the code for each format into their own files. </p>\n<p>You see, we also recently got this nifty new function in WordPress 3.0 called <code>get_template_part()</code>. The TwentyTen theme uses this function to import different loop code depending on whether the visitor is currently viewing the homepage, a post, a page, or an attachment. The <code>get_template_part()</code> function helps your theme conditionally pull in variant blocks of code pretty easily. Being able to break these pieces out makes the theme easier to maintain, because you don&#8217;t have multiple subtly-different chunks of code embedded into multiple larger template files, with conditional <code>if/elseif</code> blocks to manage them.</p>\n<p>For example, in TwentyTen&#8217;s index.php, there is a call like this:</p>\n<p><code lang=\"php\">get_template_part( \'loop\', \'index\' );</code></p>\n<p>Which means: Look for a file named &#8216;loop-index.php&#8217; in the current theme; If you don&#8217;t find it, look for &#8216;loop.php&#8217;; If this is a child theme, and you don&#8217;t see either of those templates, look for them in the parent theme. Each of the major templates (&#8216;archive.php&#8217;, &#8216;author.php&#8217;, &#8216;category.php&#8217;, etc) makes a call similar to this, looking for a loop template specific to the appropriate view. </p>\n<p>And I thought that a marriage of <code>get_template_part()</code> and <code>get_post_format()</code> was pretty obvious. You break your formats out into separate template files, and use <code>get_template_part()</code> to decide which template to load. So when I wanted to quickly hack up a temporary theme for the <a href=\"http://wordpreh.com/\">WordPreh</a> site (which you should tell all your friends about), I put my idea to the test. I tore the guts out of the loop files, and created a set of format template files. My loop simplifies from the huge <code>if/elseif</code> block above down to this:</p>\n<div class=\"geshi no php\">\n<div class=\"head\">while ( the_loop() ):</div>\n<ol>\n<li class=\"li1\">\n<div class=\"de1\">&nbsp; &nbsp; get_template_part<span class=\"br0\">&#40;</span> <span class=\"st0\">\'format\'</span><span class=\"sy0\">,</span> get_post_format<span class=\"br0\">&#40;</span><span class=\"br0\">&#41;</span> <span class=\"br0\">&#41;</span><span class=\"sy0\">;</span></div>\n</li>\n<li class=\"li1\">\n<div class=\"de1\"><span class=\"kw1\">endwhile</span><span class=\"sy0\">;</span></div>\n</li>\n</ol>\n</div>\n<p><code>get_template_part()</code> plus <code>get_post_format()</code> equals teh awesome!</p>\n<p>So, when I&#8217;m displaying my list of posts, if the current post has post format &#8216;Link&#8217;, then we look for a file named &#8216;format-link.php&#8217;. If the current post has format &#8216;Aside&#8217;, we look for &#8216;format-aside.php&#8217;, if it&#8217;s a Quote, &#8216;format-quote.php&#8217;, regular posts look for &#8216;format-standard.php&#8217;, and failing all else, we use plain old &#8216;format.php&#8217;.</p>\n<p>In the case of <a href=\"http://wordpreh.com/\">WordPreh.com</a>, most of our posts use the &#8216;Link&#8217; format, which is formatted radically differently from normal, beause I want the headline to link directly to the site <acronym title=\"Uniform Resource Locator\"><span class=\"caps\">URL</span></acronym> in question (mostly Twitter statuses, sometimes blog posts) instead of the <em>local</em> permalink. So my &#8216;format-link.php&#8217; template is quite different from most of the other &#8216;format-*.php&#8217; templates.</p>\n<p>The advantage in breaking these formats out into separate templates is that it lets me focus on just the block of code that I&#8217;m concerned with. I don&#8217;t have to hunt though 200 lines of loop code to find the right bit amonsgt a lot of similar looking bits. I only have to examine the 35 or so lines that affect the formatting for the particular view I&#8217;m concerned with. The disadvantage is that I have more loop and format files in my theme to keep track of, but I think it&#8217;s a pretty good trade-off.</p>\n<p>So what do you theme developers think? Is this a step forward? </p>\n\n\n<p>Related posts:<ol><li><a href=\"http://dougal.gunters.org/blog/2006/04/07/delicious-daily-blog-post-fixer-plugin\" rel=\"bookmark\" title=\"Permanent Link: del.icio.us daily blog post fixer plugin\">del.icio.us daily blog post fixer plugin</a></li>\n<li><a href=\"http://dougal.gunters.org/blog/2004/02/26/post-meta\" rel=\"bookmark\" title=\"Permanent Link: Post Meta\">Post Meta</a></li>\n<li><a href=\"http://dougal.gunters.org/blog/2009/12/11/post-thumbnails-changes\" rel=\"bookmark\" title=\"Permanent Link: Post thumbnails changes\">Post thumbnails changes</a></li>\n</ol></p>\";s:7:\"pubdate\";s:31:\"Fri, 10 Dec 2010 17:00:20 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"Dougal\";}s:7:\"summary\";s:9732:\"<div><img width=\"150\" height=\"139\" src=\"http://maxcdn.gunters.org/wordpress/wp-content/uploads/2010/12/wordpreh-loop-150x139.png\" class=\"attachment-post-thumbnail wp-post-image\" alt=\"WordPreh Loop\" title=\"WordPreh Loop\" /></div><p>One of the new features in the upcoming <a href=\"http://wordpress.org/\">WordPress</a> 3.1 release is the introduction of &#8220;Post Formats&#8221;. The intent of this feature is that you can select the Format for a post, and themes can give different formats specific display styling. If you are familiar with <a href=\"http://www.tumblr.com/\">Tumblr</a>, then you might already have an idea of how that works. There is a specific set of formats available: Standard, Aside, Link, Status, Quote, Gallery, Chat, Image, Video, and Audio. The heart of this is in some new functions, <code>has_post_format()</code> and <code>get_post_format()</code>, which tell us which format is set for the current post (normally while in <a href=\"http://codex.wordpress.org/The_Loop\">the loop</a>).</p>\n<p>There have been a <a href=\"http://lisasabin-wilson.com/wordpress-3-1-post-formats-reference\">few</a> <a href=\"http://ottopress.com/2010/post-types-and-formats-and-taxonomies-oh-my/\">articles</a> <a href=\"http://flashingcursor.com/wordpress/intro-to-post-formats-in-wordpress-3-1-739\">posted</a> <a href=\"http://www.wpbeginner.com/wp-themes/what-whys-and-how-tos-of-post-formats-in-wordpress-3-1/\">already</a> with <a href=\"http://www.curtismchale.ca/wordpress/wordpress-3-1-and-post-formats/\">examples</a> of how to add support for this in your theme. And they all made me think, &#8220;Really? That&#8217;s how they want to do it?&#8221; Because I thought that it would work a little differently&#8230;</p>\n<p>The examples I&#8217;ve seen all follow this basic format (pseudo-code):</p>\n<div class=\"geshi no php\">\n<div class=\"head\">while ( the_loop() ):</div>\n<ol>\n<li class=\"li1\">\n<div class=\"de1\">&nbsp; &nbsp; <span class=\"kw1\">if</span> <span class=\"br0\">&#40;</span> has_post_format<span class=\"br0\">&#40;</span> <span class=\"st0\">\'gallery\'</span> <span class=\"br0\">&#41;</span> <span class=\"br0\">&#41;</span> <span class=\"sy0\">:</span></div>\n</li>\n<li class=\"li1\">\n<div class=\"de1\">&nbsp; &nbsp; &nbsp; &nbsp; <span class=\"co1\">// big block of <acronym title=\"HyperText Markup Language\"><span class=\"caps\">HTML</span></acronym> to format a gallery post</span></div>\n</li>\n<li class=\"li1\">\n<div class=\"de1\">&nbsp; &nbsp; <span class=\"kw1\">elseif</span> <span class=\"br0\">&#40;</span> has_post_format<span class=\"br0\">&#40;</span> <span class=\"st0\">\'video\'</span> <span class=\"br0\">&#41;</span> <span class=\"br0\">&#41;</span> <span class=\"sy0\">:</span></div>\n</li>\n<li class=\"li1\">\n<div class=\"de1\">&nbsp; &nbsp; &nbsp; &nbsp; <span class=\"co1\">// big block of similar <acronym title=\"HyperText Markup Language\"><span class=\"caps\">HTML</span></acronym> to format a video post</span></div>\n</li>\n<li class=\"li1\">\n<div class=\"de1\">&nbsp; &nbsp; <span class=\"kw1\">elseif</span> <span class=\"br0\">&#40;</span> has_post_format<span class=\"br0\">&#40;</span> <span class=\"st0\">\'image\'</span> <span class=\"br0\">&#41;</span> <span class=\"br0\">&#41;</span> <span class=\"sy0\">:</span></div>\n</li>\n<li class=\"li1\">\n<div class=\"de1\">&nbsp; &nbsp; &nbsp; &nbsp; <span class=\"co1\">// big block of similar <acronym title=\"HyperText Markup Language\"><span class=\"caps\">HTML</span></acronym> to format an image post</span></div>\n</li>\n<li class=\"li1\">\n<div class=\"de1\">&nbsp; &nbsp; <span class=\"kw1\">elseif</span> <span class=\"br0\">&#40;</span> has_post_format<span class=\"br0\">&#40;</span> <span class=\"st0\">\'aside\'</span> <span class=\"br0\">&#41;</span> <span class=\"br0\">&#41;</span> <span class=\"sy0\">:</span></div>\n</li>\n<li class=\"li1\">\n<div class=\"de1\">&nbsp; &nbsp; &nbsp; &nbsp; <span class=\"co1\">// big block of similar <acronym title=\"HyperText Markup Language\"><span class=\"caps\">HTML</span></acronym> to format an aside</span></div>\n</li>\n<li class=\"li1\">\n<div class=\"de1\">&nbsp; &nbsp; <span class=\"kw1\">else</span> <span class=\"sy0\">:</span></div>\n</li>\n<li class=\"li1\">\n<div class=\"de1\">&nbsp; &nbsp; &nbsp; &nbsp; <span class=\"co1\">// big block of similar <acronym title=\"HyperText Markup Language\"><span class=\"caps\">HTML</span></acronym> to format other posts</span></div>\n</li>\n<li class=\"li1\">\n<div class=\"de1\">&nbsp; &nbsp; <span class=\"kw1\">endif</span><span class=\"sy0\">;</span></div>\n</li>\n<li class=\"li1\">\n<div class=\"de1\"><span class=\"kw1\">endwhile</span><span class=\"sy0\">;</span></div>\n</li>\n</ol>\n</div>\n<p>Those &#8216;big blocks of similar <acronym title=\"HyperText Markup Language\"><span class=\"caps\">HTML</span></acronym>&#8217; inside <code>if/elseif</code> blocks bother me. When you are trying to edit a section of code like this, it can be very easy to lose your place. When I first heard about post formats, I thought we were talking about a new set of files in the <a href=\"http://codex.wordpress.org/Template_Hierarchy\">template hierarchy</a>. I figured that we would be breaking out the code for each format into their own files. </p>\n<p>You see, we also recently got this nifty new function in WordPress 3.0 called <code>get_template_part()</code>. The TwentyTen theme uses this function to import different loop code depending on whether the visitor is currently viewing the homepage, a post, a page, or an attachment. The <code>get_template_part()</code> function helps your theme conditionally pull in variant blocks of code pretty easily. Being able to break these pieces out makes the theme easier to maintain, because you don&#8217;t have multiple subtly-different chunks of code embedded into multiple larger template files, with conditional <code>if/elseif</code> blocks to manage them.</p>\n<p>For example, in TwentyTen&#8217;s index.php, there is a call like this:</p>\n<p><code lang=\"php\">get_template_part( \'loop\', \'index\' );</code></p>\n<p>Which means: Look for a file named &#8216;loop-index.php&#8217; in the current theme; If you don&#8217;t find it, look for &#8216;loop.php&#8217;; If this is a child theme, and you don&#8217;t see either of those templates, look for them in the parent theme. Each of the major templates (&#8216;archive.php&#8217;, &#8216;author.php&#8217;, &#8216;category.php&#8217;, etc) makes a call similar to this, looking for a loop template specific to the appropriate view. </p>\n<p>And I thought that a marriage of <code>get_template_part()</code> and <code>get_post_format()</code> was pretty obvious. You break your formats out into separate template files, and use <code>get_template_part()</code> to decide which template to load. So when I wanted to quickly hack up a temporary theme for the <a href=\"http://wordpreh.com/\">WordPreh</a> site (which you should tell all your friends about), I put my idea to the test. I tore the guts out of the loop files, and created a set of format template files. My loop simplifies from the huge <code>if/elseif</code> block above down to this:</p>\n<div class=\"geshi no php\">\n<div class=\"head\">while ( the_loop() ):</div>\n<ol>\n<li class=\"li1\">\n<div class=\"de1\">&nbsp; &nbsp; get_template_part<span class=\"br0\">&#40;</span> <span class=\"st0\">\'format\'</span><span class=\"sy0\">,</span> get_post_format<span class=\"br0\">&#40;</span><span class=\"br0\">&#41;</span> <span class=\"br0\">&#41;</span><span class=\"sy0\">;</span></div>\n</li>\n<li class=\"li1\">\n<div class=\"de1\"><span class=\"kw1\">endwhile</span><span class=\"sy0\">;</span></div>\n</li>\n</ol>\n</div>\n<p><code>get_template_part()</code> plus <code>get_post_format()</code> equals teh awesome!</p>\n<p>So, when I&#8217;m displaying my list of posts, if the current post has post format &#8216;Link&#8217;, then we look for a file named &#8216;format-link.php&#8217;. If the current post has format &#8216;Aside&#8217;, we look for &#8216;format-aside.php&#8217;, if it&#8217;s a Quote, &#8216;format-quote.php&#8217;, regular posts look for &#8216;format-standard.php&#8217;, and failing all else, we use plain old &#8216;format.php&#8217;.</p>\n<p>In the case of <a href=\"http://wordpreh.com/\">WordPreh.com</a>, most of our posts use the &#8216;Link&#8217; format, which is formatted radically differently from normal, beause I want the headline to link directly to the site <acronym title=\"Uniform Resource Locator\"><span class=\"caps\">URL</span></acronym> in question (mostly Twitter statuses, sometimes blog posts) instead of the <em>local</em> permalink. So my &#8216;format-link.php&#8217; template is quite different from most of the other &#8216;format-*.php&#8217; templates.</p>\n<p>The advantage in breaking these formats out into separate templates is that it lets me focus on just the block of code that I&#8217;m concerned with. I don&#8217;t have to hunt though 200 lines of loop code to find the right bit amonsgt a lot of similar looking bits. I only have to examine the 35 or so lines that affect the formatting for the particular view I&#8217;m concerned with. The disadvantage is that I have more loop and format files in my theme to keep track of, but I think it&#8217;s a pretty good trade-off.</p>\n<p>So what do you theme developers think? Is this a step forward? </p>\n\n\n<p>Related posts:<ol><li><a href=\"http://dougal.gunters.org/blog/2006/04/07/delicious-daily-blog-post-fixer-plugin\" rel=\"bookmark\" title=\"Permanent Link: del.icio.us daily blog post fixer plugin\">del.icio.us daily blog post fixer plugin</a></li>\n<li><a href=\"http://dougal.gunters.org/blog/2004/02/26/post-meta\" rel=\"bookmark\" title=\"Permanent Link: Post Meta\">Post Meta</a></li>\n<li><a href=\"http://dougal.gunters.org/blog/2009/12/11/post-thumbnails-changes\" rel=\"bookmark\" title=\"Permanent Link: Post thumbnails changes\">Post thumbnails changes</a></li>\n</ol></p>\";}i:19;a:7:{s:5:\"title\";s:66:\"Publisher Blog: KQED Publishes at the Speed of News with WordPress\";s:4:\"guid\";s:43:\"http://publisherblog.automattic.com/?p=1132\";s:4:\"link\";s:98:\"http://publisherblog.automattic.com/2010/12/09/kqed-publishes-at-the-speed-of-news-with-wordpress/\";s:11:\"description\";s:10088:\"<blockquote>\n<p><strong>â€œUsually it takes longer to agree on a logo than it does to make a new WordPress site.â€ </strong>- Kevin Cooke, KQED.org</p>\n</blockquote>\n<p><strong><a href=\"http://www.kqed.org\"><img class=\"size-full wp-image-1141 alignright\" title=\"KQED-logo\" src=\"http://wordpresspublishers.files.wordpress.com/2010/12/kqed-logo.png?w=234&h=73\" alt=\"\" width=\"234\" height=\"73\" /></a></strong><strong>KQED  Public Media</strong>, one of the largest PBS and NPR stations in the US, is  probably most recognized by its public in the San Francisco Bay area as  88.5FM and by channel 9, the TV station where they watch NOVA and  Frontline.</p>\n<p>But  KQED is working very hard on expanding its ever-growing web presence.  In 2007, it was using WordPress for several websites in individual  instances. Three years later, KQED.org has more than 15 active WordPress  sites, collaborates with other regional public media outlets on  WordPress plugin development, and sees a future where WordPress helps  them quickly deliver the news their audience wants.</p>\n<p>â€œThe  WordPress sites have been growing in number mainly because our users  like them so much, both our editors and our end-users,â€ affirms Kevin  Cooke, Technologist at KQED, whose first project upon arrival was  migrating the single WordPress sites in WordPress MultiUser.</p>\n<p><a href=\"http://www.kqed.org\"><img class=\"center\" title=\"KQED Public Media for Northern CA\" src=\"http://wordpresspublishers.files.wordpress.com/2010/12/kqed-public-media-for-northern-ca.jpg?w=500&h=355\" alt=\"\" width=\"500\" height=\"355\" align=\"center\" /></a></p>\n<p><strong>Open Source WordPress and Non-Profit Organizations: Win-Win</strong></p>\n<p>The  choice of WordPress was an easy one for the organization. They looked  at Movable Type and Drupal in the past but WordPress just suited their  needs best, and they cited the communityâ€™s involvement and growth as a  key reason for choosing it.</p>\n<p>With  just a small development team, KQED is able to take advantage of the  new features that are continuously rolled out by WordPressâ€™s community  development team as well as select added functionality from the tens of  thousands of plugins submitted by the entire community.</p>\n<p><a href=\"http://blogs.kqed.org/checkplease/\"></a><a href=\"http://blogs.kqed.org/checkplease/\"><img class=\"alignnone size-full wp-image-1139\" title=\"Check, Please! Bay Area_S\" src=\"http://wordpresspublishers.files.wordpress.com/2010/12/check-please-bay-area_s.jpg?w=500&h=348\" alt=\"\" width=\"500\" height=\"348\" /></a></p>\n<p>â€œThe  thousands of plugins available means weâ€™re able to immediately adopt or  build upon something from the community for a new functionality or  feature. Thatâ€™s why open source projects like WordPress are a good fit &#8211;  we can be very effective with a small team,â€ says Cooke.</p>\n<p>Since  media is the driver of the news world, the ability to use several  different types of embeds in their content and to customize their own  media player has allowed them to rapidly follow trends and adapt the  site in order to capture and diffuse the latest stories, no matter their  format.</p>\n<p>KQED  has also collaborated with other public media outlets around the  country on key shared WordPress plugin improvements and evolutions. They  regularly share the workload of code improvements and debugging, and  update each other often via email. It saves them a lot of time and money  in a non-profit environment where resources are always limited.</p>\n<p>â€œWe&#8217;re  not really reverse-engineering anything &#8211; most folks are happy to share  their work, as with a recent plugin written by a colleague to support a  PBS-created RSS standard. I helped him debug the plugin in the WP 3.0  environment and in doing so helped the plugin work better for everyone,â€  says Cooke.</p>\n<p>KQED  uses WordPressâ€™s built-in RSS functionality to be the glue between the  various pieces of its websites, integrating them seamlessly and  dynamically. â€œEvery tag, every category, and every blog automatically  has RSS feeds built-in that have proven really handy in sharing our  content not only with our partners, but within our site and its various  technologies (Java, Ruby on Rails, other php apps),â€ explains Cooke.</p>\n<p><strong>Sites from Idea to Online in Record Time</strong></p>\n<p>The  most measurable success factor for KQED with WordPress is the speed to  market from idea to online. The most recent site launched on KQED.org  built with WordPress is <a href=\"http://blogs.kqed.org/newsfix/\">News Fix,</a> which they debuted just a few weeks before the November 2010 election  night. The site saw record traffic and continues to report Northern  California news and serve up live blogging for events such as the Giants  World Series Victory parade.</p>\n<p>&#8220;News  Fix served a pretty crucial role in our coverage. The site was seen in  the newsroom as a very good outlet for rapidly extending our news  coverage beyond our radio newscasts,â€ explains Cooke.</p>\n<p><a title=\"KQED News Fix\" href=\"http://blogs.kqed.org/newsfix\"></a><a href=\"http://blogs.kqed.org/newsfix/\"><img class=\"aligncenter\" title=\"Transbay Terminal Gets Wrecking Ball | KQED News Fix\" src=\"http://wordpresspublishers.files.wordpress.com/2010/12/transbay-terminal-gets-wrecking-ball-kqed-news-fix.jpg?w=500&h=370\" alt=\"\" width=\"500\" height=\"370\" align=\"center\" /></a></p>\n<p>When  planning a site in such a short time frame, KQED takes advantage of the  new WordPress default theme, Twenty Ten, as a base theme and adds  site-specific customizations through <a href=\"http://codex.wordpress.org/Child_Themes\">child themes</a> and widgets. It allows them to immediately provide a stable theme code  base that can be customized by the individual site without having to  start from zero, and reduces their maintenance on multiple themesâ€™  upkeep.</p>\n<p>â€œWeâ€™ve  enjoyed WordPress not only for the ability to handle traffic as our  sites grow, but also it gives us the ability to move quickly. Usually it  takes longer to agree on a logo than it does to make a new WordPress  site,â€ says Cooke.</p>\n<p><strong>KQED Editors Love Publishing with WordPress</strong></p>\n<p>As  the news world continues to change, KQEDâ€™s success as a news  organization is determined by their ability to move quickly, and  WordPress keeps them agile, and publishing early and often.</p>\n<p>A  large part of this success comes from user adoption, and is due to the  WordPress administration interfaceâ€™s usability and how easy it is to  learn. â€œIn terms of user adoption, choosing WordPress was a no-brainer  as itâ€™s really simple, and a lot of our editors are already familiar  with it. The editorial tools WordPress uses are easier to use than some  of the tools weâ€™ve developed internally,â€ says Cooke.</p>\n<p>Extensive  guides and instructions are available through the WordPress Codex and  thousands of published WordPress how-to articles across the Internet add  up to a dynamic reference guide that can be used as a base to educate  editors on the WordPress interface and its features, but often KQED  editors are teaching amongst themselves. â€œMy favorite aspect of  WordPress is that it&#8217;s very easy to use,â€ confirms <a href=\"http://www.kqed.org/quest/blog/\">QUEST site</a> editor, Jenny Oh. â€œIt usually takes me 20 minutes to introduce new  users to WordPress, and several individuals were able to pick it up with  just written instructions.â€</p>\n<p>KQED  has more sites using WordPress planned for the near future and they  intend to take advantage of some features released in WordPress 3.0,  like custom post types. â€œWeâ€™ve got a site planned that will take  advantage of the custom post types and taxonomies, and we canâ€™t wait to  share it,â€ shares Cooke.</p>\n<p><strong><em>Visit <a href=\"http://www.kqed.org\">KQED.org</a> and their WordPress sites at <a href=\"http://www.kqed.org/community/blogs/\">http://www.kqed.org/community/blogs</a></em></strong></p>\n<p><a title=\"KQED Bay Area Bites\" href=\"http://blogs.kqed.org/bayareabites/\"></a><a href=\"http://blogs.kqed.org/bayareabites/\"><img class=\"aligncenter\" src=\"http://wordpresspublishers.files.wordpress.com/2010/12/bay-area-bites.jpg?w=500&h=388\" alt=\"\" width=\"500\" height=\"388\" align=\"center\" /></a></p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/1132/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/1132/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/1132/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/1132/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wordpresspublishers.wordpress.com/1132/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wordpresspublishers.wordpress.com/1132/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wordpresspublishers.wordpress.com/1132/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wordpresspublishers.wordpress.com/1132/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/1132/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/1132/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/1132/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/1132/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/1132/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/1132/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=1132&subd=wordpresspublishers&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"pubdate\";s:31:\"Thu, 09 Dec 2010 19:38:47 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Sara Rosso\";}s:7:\"summary\";s:10088:\"<blockquote>\n<p><strong>â€œUsually it takes longer to agree on a logo than it does to make a new WordPress site.â€ </strong>- Kevin Cooke, KQED.org</p>\n</blockquote>\n<p><strong><a href=\"http://www.kqed.org\"><img class=\"size-full wp-image-1141 alignright\" title=\"KQED-logo\" src=\"http://wordpresspublishers.files.wordpress.com/2010/12/kqed-logo.png?w=234&h=73\" alt=\"\" width=\"234\" height=\"73\" /></a></strong><strong>KQED  Public Media</strong>, one of the largest PBS and NPR stations in the US, is  probably most recognized by its public in the San Francisco Bay area as  88.5FM and by channel 9, the TV station where they watch NOVA and  Frontline.</p>\n<p>But  KQED is working very hard on expanding its ever-growing web presence.  In 2007, it was using WordPress for several websites in individual  instances. Three years later, KQED.org has more than 15 active WordPress  sites, collaborates with other regional public media outlets on  WordPress plugin development, and sees a future where WordPress helps  them quickly deliver the news their audience wants.</p>\n<p>â€œThe  WordPress sites have been growing in number mainly because our users  like them so much, both our editors and our end-users,â€ affirms Kevin  Cooke, Technologist at KQED, whose first project upon arrival was  migrating the single WordPress sites in WordPress MultiUser.</p>\n<p><a href=\"http://www.kqed.org\"><img class=\"center\" title=\"KQED Public Media for Northern CA\" src=\"http://wordpresspublishers.files.wordpress.com/2010/12/kqed-public-media-for-northern-ca.jpg?w=500&h=355\" alt=\"\" width=\"500\" height=\"355\" align=\"center\" /></a></p>\n<p><strong>Open Source WordPress and Non-Profit Organizations: Win-Win</strong></p>\n<p>The  choice of WordPress was an easy one for the organization. They looked  at Movable Type and Drupal in the past but WordPress just suited their  needs best, and they cited the communityâ€™s involvement and growth as a  key reason for choosing it.</p>\n<p>With  just a small development team, KQED is able to take advantage of the  new features that are continuously rolled out by WordPressâ€™s community  development team as well as select added functionality from the tens of  thousands of plugins submitted by the entire community.</p>\n<p><a href=\"http://blogs.kqed.org/checkplease/\"></a><a href=\"http://blogs.kqed.org/checkplease/\"><img class=\"alignnone size-full wp-image-1139\" title=\"Check, Please! Bay Area_S\" src=\"http://wordpresspublishers.files.wordpress.com/2010/12/check-please-bay-area_s.jpg?w=500&h=348\" alt=\"\" width=\"500\" height=\"348\" /></a></p>\n<p>â€œThe  thousands of plugins available means weâ€™re able to immediately adopt or  build upon something from the community for a new functionality or  feature. Thatâ€™s why open source projects like WordPress are a good fit &#8211;  we can be very effective with a small team,â€ says Cooke.</p>\n<p>Since  media is the driver of the news world, the ability to use several  different types of embeds in their content and to customize their own  media player has allowed them to rapidly follow trends and adapt the  site in order to capture and diffuse the latest stories, no matter their  format.</p>\n<p>KQED  has also collaborated with other public media outlets around the  country on key shared WordPress plugin improvements and evolutions. They  regularly share the workload of code improvements and debugging, and  update each other often via email. It saves them a lot of time and money  in a non-profit environment where resources are always limited.</p>\n<p>â€œWe&#8217;re  not really reverse-engineering anything &#8211; most folks are happy to share  their work, as with a recent plugin written by a colleague to support a  PBS-created RSS standard. I helped him debug the plugin in the WP 3.0  environment and in doing so helped the plugin work better for everyone,â€  says Cooke.</p>\n<p>KQED  uses WordPressâ€™s built-in RSS functionality to be the glue between the  various pieces of its websites, integrating them seamlessly and  dynamically. â€œEvery tag, every category, and every blog automatically  has RSS feeds built-in that have proven really handy in sharing our  content not only with our partners, but within our site and its various  technologies (Java, Ruby on Rails, other php apps),â€ explains Cooke.</p>\n<p><strong>Sites from Idea to Online in Record Time</strong></p>\n<p>The  most measurable success factor for KQED with WordPress is the speed to  market from idea to online. The most recent site launched on KQED.org  built with WordPress is <a href=\"http://blogs.kqed.org/newsfix/\">News Fix,</a> which they debuted just a few weeks before the November 2010 election  night. The site saw record traffic and continues to report Northern  California news and serve up live blogging for events such as the Giants  World Series Victory parade.</p>\n<p>&#8220;News  Fix served a pretty crucial role in our coverage. The site was seen in  the newsroom as a very good outlet for rapidly extending our news  coverage beyond our radio newscasts,â€ explains Cooke.</p>\n<p><a title=\"KQED News Fix\" href=\"http://blogs.kqed.org/newsfix\"></a><a href=\"http://blogs.kqed.org/newsfix/\"><img class=\"aligncenter\" title=\"Transbay Terminal Gets Wrecking Ball | KQED News Fix\" src=\"http://wordpresspublishers.files.wordpress.com/2010/12/transbay-terminal-gets-wrecking-ball-kqed-news-fix.jpg?w=500&h=370\" alt=\"\" width=\"500\" height=\"370\" align=\"center\" /></a></p>\n<p>When  planning a site in such a short time frame, KQED takes advantage of the  new WordPress default theme, Twenty Ten, as a base theme and adds  site-specific customizations through <a href=\"http://codex.wordpress.org/Child_Themes\">child themes</a> and widgets. It allows them to immediately provide a stable theme code  base that can be customized by the individual site without having to  start from zero, and reduces their maintenance on multiple themesâ€™  upkeep.</p>\n<p>â€œWeâ€™ve  enjoyed WordPress not only for the ability to handle traffic as our  sites grow, but also it gives us the ability to move quickly. Usually it  takes longer to agree on a logo than it does to make a new WordPress  site,â€ says Cooke.</p>\n<p><strong>KQED Editors Love Publishing with WordPress</strong></p>\n<p>As  the news world continues to change, KQEDâ€™s success as a news  organization is determined by their ability to move quickly, and  WordPress keeps them agile, and publishing early and often.</p>\n<p>A  large part of this success comes from user adoption, and is due to the  WordPress administration interfaceâ€™s usability and how easy it is to  learn. â€œIn terms of user adoption, choosing WordPress was a no-brainer  as itâ€™s really simple, and a lot of our editors are already familiar  with it. The editorial tools WordPress uses are easier to use than some  of the tools weâ€™ve developed internally,â€ says Cooke.</p>\n<p>Extensive  guides and instructions are available through the WordPress Codex and  thousands of published WordPress how-to articles across the Internet add  up to a dynamic reference guide that can be used as a base to educate  editors on the WordPress interface and its features, but often KQED  editors are teaching amongst themselves. â€œMy favorite aspect of  WordPress is that it&#8217;s very easy to use,â€ confirms <a href=\"http://www.kqed.org/quest/blog/\">QUEST site</a> editor, Jenny Oh. â€œIt usually takes me 20 minutes to introduce new  users to WordPress, and several individuals were able to pick it up with  just written instructions.â€</p>\n<p>KQED  has more sites using WordPress planned for the near future and they  intend to take advantage of some features released in WordPress 3.0,  like custom post types. â€œWeâ€™ve got a site planned that will take  advantage of the custom post types and taxonomies, and we canâ€™t wait to  share it,â€ shares Cooke.</p>\n<p><strong><em>Visit <a href=\"http://www.kqed.org\">KQED.org</a> and their WordPress sites at <a href=\"http://www.kqed.org/community/blogs/\">http://www.kqed.org/community/blogs</a></em></strong></p>\n<p><a title=\"KQED Bay Area Bites\" href=\"http://blogs.kqed.org/bayareabites/\"></a><a href=\"http://blogs.kqed.org/bayareabites/\"><img class=\"aligncenter\" src=\"http://wordpresspublishers.files.wordpress.com/2010/12/bay-area-bites.jpg?w=500&h=388\" alt=\"\" width=\"500\" height=\"388\" align=\"center\" /></a></p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/1132/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/1132/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/1132/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/1132/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wordpresspublishers.wordpress.com/1132/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wordpresspublishers.wordpress.com/1132/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wordpresspublishers.wordpress.com/1132/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wordpresspublishers.wordpress.com/1132/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/1132/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/1132/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/1132/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/1132/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/1132/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/1132/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=1132&subd=wordpresspublishers&ref=&feed=1\" width=\"1\" height=\"1\" />\";}i:20;a:7:{s:5:\"title\";s:25:\"Dev Blog: WordPress 3.0.3\";s:4:\"guid\";s:33:\"http://wordpress.org/news/?p=1557\";s:4:\"link\";s:50:\"http://wordpress.org/news/2010/12/wordpress-3-0-3/\";s:11:\"description\";s:891:\"<p><a href=\"http://wordpress.org/download/\">WordPress 3.0.3 is available</a> and is a security update for all previous WordPress versions.</p>\n<p><a href=\"http://codex.wordpress.org/Version_3.0.3\">This release</a> fixes issues in the remote publishing interface, which under certain circumstances allowed Author- and Contributor-level users to improperly edit, publish, or delete posts.</p>\n<p><strong>These issues only affect sites that have remote publishing enabled.</strong></p>\n<p>Remote publishing is disabled by default,Â but you may have enabled it to use a remote publishing client such as one of the WordPress mobile apps. You can check these settings on the &#8220;Settings â†’ Writing&#8221; screen.</p>\n<p><a href=\"http://wordpress.org/download/\">Download 3.0.3</a> or update automatically from the &#8220;Dashboard â†’ Updates&#8221; screen in your site&#8217;s admin area.</p>\";s:7:\"pubdate\";s:31:\"Wed, 08 Dec 2010 18:35:36 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"Peter Westwood\";}s:7:\"summary\";s:891:\"<p><a href=\"http://wordpress.org/download/\">WordPress 3.0.3 is available</a> and is a security update for all previous WordPress versions.</p>\n<p><a href=\"http://codex.wordpress.org/Version_3.0.3\">This release</a> fixes issues in the remote publishing interface, which under certain circumstances allowed Author- and Contributor-level users to improperly edit, publish, or delete posts.</p>\n<p><strong>These issues only affect sites that have remote publishing enabled.</strong></p>\n<p>Remote publishing is disabled by default,Â but you may have enabled it to use a remote publishing client such as one of the WordPress mobile apps. You can check these settings on the &#8220;Settings â†’ Writing&#8221; screen.</p>\n<p><a href=\"http://wordpress.org/download/\">Download 3.0.3</a> or update automatically from the &#8220;Dashboard â†’ Updates&#8221; screen in your site&#8217;s admin area.</p>\";}i:21;a:7:{s:5:\"title\";s:46:\"Alex King: Itâ€™s Not About Money or Gratitude\";s:4:\"guid\";s:27:\"http://alexking.org/?p=5105\";s:4:\"link\";s:68:\"http://alexking.org/blog/2010/12/08/its-not-about-money-or-gratitude\";s:11:\"description\";s:7304:\"<p>Watching people respond to my <a href=\"http://alexking.org/blog/2010/12/01/open-source-motivations\">recent post</a> reminded me of a <a href=\"http://www.moviequotedb.com/movies/when-harry-met-sally/quote_26037.html\" rel=\"external\">scene in When Harry Met Sally</a> (it&#8217;s about 51:50 in &#8211; <a href=\"http://movies.netflix.com/WiMovie/When-Harry-Met-Sally/60000226#height1492\" rel=\"external\">watch on Netflix</a>).</p>\n<p>To steal and paraphrase (badly): &#8220;If you asked me what my motivation was and I said &#8216;I&#8217;m not making any money&#8217;, that would mean my motivation is money. Just because I answer a question about how much money I see as a direct result of releasing free plugins doesn&#8217;t mean that my motivation is money.&#8221;</p>\n<p>In the prior post I was answering the questions posed to me. The questions were about my motivation and were also explicitly about monetary benefits. I answered both, but certainly didn&#8217;t make them causal.</p>\n<p>When I talked about the donations I received, I was trying to illustrate that money is <em>not</em> motivation for this type of Open Source contribution. If you&#8217;re getting a couple hundred bucks a month or 5 bucks a month, that amount isn&#8217;t <em>that</em> significant to most developers. I wasn&#8217;t even referring to the most recent design changes of the plugins pages on WordPress.org, though people falsely assumed I was and chimed in accordingly.</p>\n<p>A number of people focused on this line from my prior post:</p>\n<blockquote><p>I actually feel strongly that the current situation is unsustainable. Unless the WordPress community at large starts to better recognize and reward the developers that create the tools that they use and rely on, the developers wonâ€™t/canâ€™t continue to provide as they have.</p></blockquote>\n<p>and misinterpreted it. People again focused on money or the need to thank developers, but that&#8217;s not at all what I&#8217;m talking about.</p>\n<p>I want the community to simply have a better understanding and respect for developer&#8217;s time. That can be many things. It is the attitude with which someone approaches a developer, it is having understanding if a developer is too busy to help, it is the community finding a other ways to get support (and support each other) rather than relying on the developer.</p>\n<p>If you re-read my answers I think I actually make it fairly clear: <em>my motivation for releasing free GPL plugins and themes is not money</em>. I see things that can be improved and want to make them better. Because WordPress (and b2 before it) is Open Source, I have an opportunity to do this. My motivation to contribute to Open Source is driven by three factors:</p>\n<ol>\n<li>Self-interest. Most of the things I&#8217;ve written and released germinated as things I had a need for or interest in.</li>\n<li>Intellectual curiosity and satisfaction. I like tackling and solving problems.</li>\n<li>Philanthropy. My Open Source work provides me with a feeling of pride and satisfaction that I create things that help others.</li>\n</ol>\n<p>That is my reward and motivation. Based on my conversations with other Open Source developers, I believe these are pretty common factors.</p>\n<p>I don&#8217;t want or need <a href=\"http://weblogtoolscollection.com/archives/2010/12/02/open-source-motivations-whats-yours/\" rel=\"external\">gratitude</a>. I want an understanding that using something I created does not give you a right to my time.</p>\n<p>I want to not be personally lambasted if I don&#8217;t have time to update the plugin when there is a bug or something in WP changes and the plugin I wrote breaks. Expressing frustration is fine, speculating on or assigning motivation is not.</p>\n<p>I want to be given the benefit of the doubt when something outside of my control, that I&#8217;ve <a href=\"http://alexking.org/blog/2010/06/10/twitter-tools-oauth-update\">spoken</a> <a href=\"http://alexking.org/blog/2010/06/13/twitter-tools-and-oauth-continued\">out</a> <a href=\"http://alexking.org/blog/2010/08/13/twitter-tools-oauth-update\">about</a>, happens (and not be accused of breaking it on purpose to drive revenue to <a href=\"http://wphelpcenter.com\">WordPress HelpCenter</a>).</p>\n<p>I want to not read about me &#8220;not caring about my users&#8221; when other commitments and priorities have to come before my free contributions to the community.</p>\n<p>I don&#8217;t think these are unreasonable requests. And I <a href=\"http://alexking.org/blog/2010/12/01/open-source-motivations#comment-145658\">don&#8217;t</a> <a href=\"http://alexking.org/blog/2010/12/01/open-source-motivations#comment-145742\">think</a> <a href=\"http://alexking.org/blog/2010/12/01/open-source-motivations#comment-145745\">I&#8217;m alone</a>.</p>\n<p><a href=\"http://yoast.com/open-source-motivations-business/\">Joost</a> says don&#8217;t release plugins if you can&#8217;t support them. I find that statement to be naive. It is very difficult to predict the future. I would not have accurately predicted that WordPress would graduate from a technical community to a mainstream community and that WordPress would power 10% of the world&#8217;s websites today. 4 years ago as an independent developer I would not have predicted that I&#8217;d have a team of 15, a baby and more responsibilities and draws on my time than I could have imagined at the time.</p>\n<p>I&#8217;d like to reiterate the statement I used to close my previous post:</p>\n<blockquote><p> There are lots of smart people with good ideas trying to do the right thing, Iâ€™m optimistic that solutions can be found. Iâ€™ll certainly continue to support that effort however I can.</p></blockquote>\n<p>This isn&#8217;t a situation without solutions, but it&#8217;s not going to happen overnight either &#8211; and it&#8217;s going to need to be led by the community.</p>\n<hr />\n<p>I would like to emphasize that the issues discussed above are all related to <em>free</em> plugins and themes. As the WordPress community has transitioned from a majority of technical users to a majority of mainstream users I believe that it has also transitioned to being better served by commercial products and support.</p>\n<p>WordPress users today expect things to work, they expect packaging and documentation, they expect support. These are all very reasonable things to expect from a commercial product.</p>\n<p>We provide great support for customers of our commercial <a href=\"http://crowdfavorite.com/wordpress/themes/carrington-business/\">WordPress</a> <a href=\"http://crowdfavorite.com/wordpress/carrington-build/\">products</a> directly through our support forums and via the documentation we write and maintain. This is part of our agreement with our customers; this support is part of what they are paying for.</p>\n<p>We have our forums configured so that every post in a forum for one of our commercial products results in a task assigned to me personally. I then triage the posts and handle them myself or assign them out within our team. It helps me keep a good view on exactly what the needs of our customers are and helps identify holes and areas of improvement in both our products and support offerings.</p>\n<img src=\"http://alexking.org/wp/?ak_action=api_record_view&id=5105&type=feed\" alt=\"\" />\";s:7:\"pubdate\";s:31:\"Wed, 08 Dec 2010 18:03:34 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:7304:\"<p>Watching people respond to my <a href=\"http://alexking.org/blog/2010/12/01/open-source-motivations\">recent post</a> reminded me of a <a href=\"http://www.moviequotedb.com/movies/when-harry-met-sally/quote_26037.html\" rel=\"external\">scene in When Harry Met Sally</a> (it&#8217;s about 51:50 in &#8211; <a href=\"http://movies.netflix.com/WiMovie/When-Harry-Met-Sally/60000226#height1492\" rel=\"external\">watch on Netflix</a>).</p>\n<p>To steal and paraphrase (badly): &#8220;If you asked me what my motivation was and I said &#8216;I&#8217;m not making any money&#8217;, that would mean my motivation is money. Just because I answer a question about how much money I see as a direct result of releasing free plugins doesn&#8217;t mean that my motivation is money.&#8221;</p>\n<p>In the prior post I was answering the questions posed to me. The questions were about my motivation and were also explicitly about monetary benefits. I answered both, but certainly didn&#8217;t make them causal.</p>\n<p>When I talked about the donations I received, I was trying to illustrate that money is <em>not</em> motivation for this type of Open Source contribution. If you&#8217;re getting a couple hundred bucks a month or 5 bucks a month, that amount isn&#8217;t <em>that</em> significant to most developers. I wasn&#8217;t even referring to the most recent design changes of the plugins pages on WordPress.org, though people falsely assumed I was and chimed in accordingly.</p>\n<p>A number of people focused on this line from my prior post:</p>\n<blockquote><p>I actually feel strongly that the current situation is unsustainable. Unless the WordPress community at large starts to better recognize and reward the developers that create the tools that they use and rely on, the developers wonâ€™t/canâ€™t continue to provide as they have.</p></blockquote>\n<p>and misinterpreted it. People again focused on money or the need to thank developers, but that&#8217;s not at all what I&#8217;m talking about.</p>\n<p>I want the community to simply have a better understanding and respect for developer&#8217;s time. That can be many things. It is the attitude with which someone approaches a developer, it is having understanding if a developer is too busy to help, it is the community finding a other ways to get support (and support each other) rather than relying on the developer.</p>\n<p>If you re-read my answers I think I actually make it fairly clear: <em>my motivation for releasing free GPL plugins and themes is not money</em>. I see things that can be improved and want to make them better. Because WordPress (and b2 before it) is Open Source, I have an opportunity to do this. My motivation to contribute to Open Source is driven by three factors:</p>\n<ol>\n<li>Self-interest. Most of the things I&#8217;ve written and released germinated as things I had a need for or interest in.</li>\n<li>Intellectual curiosity and satisfaction. I like tackling and solving problems.</li>\n<li>Philanthropy. My Open Source work provides me with a feeling of pride and satisfaction that I create things that help others.</li>\n</ol>\n<p>That is my reward and motivation. Based on my conversations with other Open Source developers, I believe these are pretty common factors.</p>\n<p>I don&#8217;t want or need <a href=\"http://weblogtoolscollection.com/archives/2010/12/02/open-source-motivations-whats-yours/\" rel=\"external\">gratitude</a>. I want an understanding that using something I created does not give you a right to my time.</p>\n<p>I want to not be personally lambasted if I don&#8217;t have time to update the plugin when there is a bug or something in WP changes and the plugin I wrote breaks. Expressing frustration is fine, speculating on or assigning motivation is not.</p>\n<p>I want to be given the benefit of the doubt when something outside of my control, that I&#8217;ve <a href=\"http://alexking.org/blog/2010/06/10/twitter-tools-oauth-update\">spoken</a> <a href=\"http://alexking.org/blog/2010/06/13/twitter-tools-and-oauth-continued\">out</a> <a href=\"http://alexking.org/blog/2010/08/13/twitter-tools-oauth-update\">about</a>, happens (and not be accused of breaking it on purpose to drive revenue to <a href=\"http://wphelpcenter.com\">WordPress HelpCenter</a>).</p>\n<p>I want to not read about me &#8220;not caring about my users&#8221; when other commitments and priorities have to come before my free contributions to the community.</p>\n<p>I don&#8217;t think these are unreasonable requests. And I <a href=\"http://alexking.org/blog/2010/12/01/open-source-motivations#comment-145658\">don&#8217;t</a> <a href=\"http://alexking.org/blog/2010/12/01/open-source-motivations#comment-145742\">think</a> <a href=\"http://alexking.org/blog/2010/12/01/open-source-motivations#comment-145745\">I&#8217;m alone</a>.</p>\n<p><a href=\"http://yoast.com/open-source-motivations-business/\">Joost</a> says don&#8217;t release plugins if you can&#8217;t support them. I find that statement to be naive. It is very difficult to predict the future. I would not have accurately predicted that WordPress would graduate from a technical community to a mainstream community and that WordPress would power 10% of the world&#8217;s websites today. 4 years ago as an independent developer I would not have predicted that I&#8217;d have a team of 15, a baby and more responsibilities and draws on my time than I could have imagined at the time.</p>\n<p>I&#8217;d like to reiterate the statement I used to close my previous post:</p>\n<blockquote><p> There are lots of smart people with good ideas trying to do the right thing, Iâ€™m optimistic that solutions can be found. Iâ€™ll certainly continue to support that effort however I can.</p></blockquote>\n<p>This isn&#8217;t a situation without solutions, but it&#8217;s not going to happen overnight either &#8211; and it&#8217;s going to need to be led by the community.</p>\n<hr />\n<p>I would like to emphasize that the issues discussed above are all related to <em>free</em> plugins and themes. As the WordPress community has transitioned from a majority of technical users to a majority of mainstream users I believe that it has also transitioned to being better served by commercial products and support.</p>\n<p>WordPress users today expect things to work, they expect packaging and documentation, they expect support. These are all very reasonable things to expect from a commercial product.</p>\n<p>We provide great support for customers of our commercial <a href=\"http://crowdfavorite.com/wordpress/themes/carrington-business/\">WordPress</a> <a href=\"http://crowdfavorite.com/wordpress/carrington-build/\">products</a> directly through our support forums and via the documentation we write and maintain. This is part of our agreement with our customers; this support is part of what they are paying for.</p>\n<p>We have our forums configured so that every post in a forum for one of our commercial products results in a task assigned to me personally. I then triage the posts and handle them myself or assign them out within our team. It helps me keep a good view on exactly what the needs of our customers are and helps identify holes and areas of improvement in both our products and support offerings.</p>\n<img src=\"http://alexking.org/wp/?ak_action=api_record_view&id=5105&type=feed\" alt=\"\" />\";}i:22;a:7:{s:5:\"title\";s:58:\"Akismet: Akismet 2.5 for WordPress Released â€“ Film at 11\";s:4:\"guid\";s:30:\"http://blog.akismet.com/?p=474\";s:4:\"link\";s:81:\"http://blog.akismet.com/2010/12/07/akismet-2-5-for-wordpress-released-film-at-11/\";s:11:\"description\";s:3635:\"<p>Version 2.5.0 of the Akismet plugin for WordPress 3 is now available.  Check the Plugins tab of your wp-admin dashboard for instructions on how to update automatically, or visit the <a href=\"http://wordpress.org/extend/plugins/akismet/\">plugin page</a> for details.</p>\n<p>This version <strong>requires WordPress 3.0</strong> or higher.</p>\n<p>This is the first Akismet release in a long time that includes visible new features (in addition to the usual behind-the-scenes magic of course).  You can see them here in our short video:</p>\n<div id=\"x-video-0\" class=\"video-player\">\n\n</div>\n<p>Major changes since Akismet 2.4 include:</p>\n<ul>\n<li>A <strong>comment status history</strong>, so you can easily see which comments were caught or cleared by Akismet, and which were spammed or unspammed by a moderator</li>\n<li><strong>Links are highlighted</strong> in the comment body, to reveal hidden or misleading links</li>\n<li>If your web host is unable to reach Akismet&#8217;s servers, the plugin will automatically retry</li>\n<li>Moderators can see the <strong>number of approved comments</strong> for each user</li>\n<li>Spam and Unspam reports now include more information, to help <strong>improve accuracy</strong></li>\n</ul>\n<p>For those of you already using Akismet on your WordPress 3.0 blog, upgrading is quick and easy thanks to the plugin updater.  If you haven&#8217;t yet tried Akismet, visit the Plugins tab to enable it, and get your <a href=\"http://akismet.com/signup/\">API key here</a> &#8211; it&#8217;s free for personal use.</p>\n<p>If you&#8217;re still using WordPress 2.9 or earlier, please stick with <a href=\"http://wordpress.org/extend/plugins/akismet/download/\">Akismet 2.4</a>, our legacy branch for old WordPress versions.  Or upgrade to the soon-to-be-released WordPress 3.1, which has Akismet 2.5 built in.</p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/474/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/474/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/akismet.wordpress.com/474/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/akismet.wordpress.com/474/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/akismet.wordpress.com/474/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/akismet.wordpress.com/474/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/akismet.wordpress.com/474/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/akismet.wordpress.com/474/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/akismet.wordpress.com/474/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/akismet.wordpress.com/474/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/akismet.wordpress.com/474/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/akismet.wordpress.com/474/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/akismet.wordpress.com/474/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/akismet.wordpress.com/474/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.akismet.com&blog=116920&post=474&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://blog.akismet.com/2010/12/07/akismet-2-5-for-wordpress-released-film-at-11/\"><img alt=\"Introducing Akismet 2.5 for WordPress\" src=\"http://videos.videopress.com/oPziUNUx/akismet-2010-updated-2_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"pubdate\";s:31:\"Tue, 07 Dec 2010 09:31:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:3635:\"<p>Version 2.5.0 of the Akismet plugin for WordPress 3 is now available.  Check the Plugins tab of your wp-admin dashboard for instructions on how to update automatically, or visit the <a href=\"http://wordpress.org/extend/plugins/akismet/\">plugin page</a> for details.</p>\n<p>This version <strong>requires WordPress 3.0</strong> or higher.</p>\n<p>This is the first Akismet release in a long time that includes visible new features (in addition to the usual behind-the-scenes magic of course).  You can see them here in our short video:</p>\n<div id=\"x-video-0\" class=\"video-player\">\n\n</div>\n<p>Major changes since Akismet 2.4 include:</p>\n<ul>\n<li>A <strong>comment status history</strong>, so you can easily see which comments were caught or cleared by Akismet, and which were spammed or unspammed by a moderator</li>\n<li><strong>Links are highlighted</strong> in the comment body, to reveal hidden or misleading links</li>\n<li>If your web host is unable to reach Akismet&#8217;s servers, the plugin will automatically retry</li>\n<li>Moderators can see the <strong>number of approved comments</strong> for each user</li>\n<li>Spam and Unspam reports now include more information, to help <strong>improve accuracy</strong></li>\n</ul>\n<p>For those of you already using Akismet on your WordPress 3.0 blog, upgrading is quick and easy thanks to the plugin updater.  If you haven&#8217;t yet tried Akismet, visit the Plugins tab to enable it, and get your <a href=\"http://akismet.com/signup/\">API key here</a> &#8211; it&#8217;s free for personal use.</p>\n<p>If you&#8217;re still using WordPress 2.9 or earlier, please stick with <a href=\"http://wordpress.org/extend/plugins/akismet/download/\">Akismet 2.4</a>, our legacy branch for old WordPress versions.  Or upgrade to the soon-to-be-released WordPress 3.1, which has Akismet 2.5 built in.</p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/474/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/474/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/akismet.wordpress.com/474/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/akismet.wordpress.com/474/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/akismet.wordpress.com/474/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/akismet.wordpress.com/474/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/akismet.wordpress.com/474/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/akismet.wordpress.com/474/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/akismet.wordpress.com/474/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/akismet.wordpress.com/474/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/akismet.wordpress.com/474/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/akismet.wordpress.com/474/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/akismet.wordpress.com/474/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/akismet.wordpress.com/474/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.akismet.com&blog=116920&post=474&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://blog.akismet.com/2010/12/07/akismet-2-5-for-wordpress-released-film-at-11/\"><img alt=\"Introducing Akismet 2.5 for WordPress\" src=\"http://videos.videopress.com/oPziUNUx/akismet-2010-updated-2_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";}i:23;a:7:{s:5:\"title\";s:27:\"Matt: Skiing in Deer Valley\";s:4:\"guid\";s:21:\"http://ma.tt/?p=36571\";s:4:\"link\";s:43:\"http://ma.tt/2010/12/skiing-in-deer-valley/\";s:11:\"description\";s:3637:\"<p>I went skiing for the first time in Deer Valley. Includes a video of the one time Barry fell, but not the 15 times I fell.</p>\n<p><span id=\"more-36571\"></span></p>\n<p></p>\n\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_0206/#image\" title=\"IMG_0206\"><img width=\"195\" height=\"145\" src=\"http://s.ma.tt/files/2010/12/IMG_0206-195x145.jpg\" class=\"attachment-thumbnail\" alt=\"IMG_0206\" title=\"IMG_0206\" /></a>\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_2040/#image\" title=\"IMG_2040\"><img width=\"195\" height=\"145\" src=\"http://s.ma.tt/files/2010/12/IMG_2040-195x145.jpg\" class=\"attachment-thumbnail\" alt=\"IMG_2040\" title=\"IMG_2040\" /></a>\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_2041/#image\" title=\"IMG_2041\"><img width=\"156\" height=\"210\" src=\"http://s.ma.tt/files/2010/12/IMG_2041-156x210.jpg\" class=\"attachment-thumbnail\" alt=\"IMG_2041\" title=\"IMG_2041\" /></a>\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_2042/#image\" title=\"IMG_2042\"><img width=\"195\" height=\"145\" src=\"http://s.ma.tt/files/2010/12/IMG_2042-195x145.jpg\" class=\"attachment-thumbnail\" alt=\"IMG_2042\" title=\"IMG_2042\" /></a>\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_2043/#image\" title=\"IMG_2043\"><img width=\"156\" height=\"210\" src=\"http://s.ma.tt/files/2010/12/IMG_2043-156x210.jpg\" class=\"attachment-thumbnail\" alt=\"IMG_2043\" title=\"IMG_2043\" /></a>\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_2044/#image\" title=\"IMG_2044\"><img width=\"195\" height=\"145\" src=\"http://s.ma.tt/files/2010/12/IMG_2044-195x145.jpg\" class=\"attachment-thumbnail\" alt=\"IMG_2044\" title=\"IMG_2044\" /></a>\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_2045/#image\" title=\"IMG_2045\"><img width=\"195\" height=\"145\" src=\"http://s.ma.tt/files/2010/12/IMG_2045-195x145.jpg\" class=\"attachment-thumbnail\" alt=\"IMG_2045\" title=\"IMG_2045\" /></a>\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_2046/#image\" title=\"IMG_2046\"><img width=\"195\" height=\"145\" src=\"http://s.ma.tt/files/2010/12/IMG_2046-195x145.jpg\" class=\"attachment-thumbnail\" alt=\"French dip\" title=\"IMG_2046\" /></a>\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_2047/#image\" title=\"IMG_2047\"><img width=\"195\" height=\"145\" src=\"http://s.ma.tt/files/2010/12/IMG_2047-195x145.jpg\" class=\"attachment-thumbnail\" alt=\"IMG_2047\" title=\"IMG_2047\" /></a>\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_2048/#image\" title=\"IMG_2048\"><img width=\"195\" height=\"145\" src=\"http://s.ma.tt/files/2010/12/IMG_2048-195x145.jpg\" class=\"attachment-thumbnail\" alt=\"IMG_2048\" title=\"IMG_2048\" /></a>\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_2052/#image\" title=\"IMG_2052\"><img width=\"195\" height=\"145\" src=\"http://s.ma.tt/files/2010/12/IMG_2052-195x145.jpg\" class=\"attachment-thumbnail\" alt=\"IMG_2052\" title=\"IMG_2052\" /></a>\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_2053/#image\" title=\"IMG_2053\"><img width=\"195\" height=\"145\" src=\"http://s.ma.tt/files/2010/12/IMG_2053-195x145.jpg\" class=\"attachment-thumbnail\" alt=\"IMG_2053\" title=\"IMG_2053\" /></a>\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_2055/#image\" title=\"IMG_2055\"><img width=\"195\" height=\"145\" src=\"http://s.ma.tt/files/2010/12/IMG_2055-195x145.jpg\" class=\"attachment-thumbnail\" alt=\"Lobster Veloute\" title=\"IMG_2055\" /></a>\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_2057/#image\" title=\"IMG_2057\"><img width=\"195\" height=\"145\" src=\"http://s.ma.tt/files/2010/12/IMG_2057-195x145.jpg\" class=\"attachment-thumbnail\" alt=\"Kobe shortribs, cauliflower gratin, green cauliflower, cauliflower shavings, and horseradish shavings\" title=\"IMG_2057\" /></a>\";s:7:\"pubdate\";s:31:\"Sat, 04 Dec 2010 08:00:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:3637:\"<p>I went skiing for the first time in Deer Valley. Includes a video of the one time Barry fell, but not the 15 times I fell.</p>\n<p><span id=\"more-36571\"></span></p>\n<p></p>\n\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_0206/#image\" title=\"IMG_0206\"><img width=\"195\" height=\"145\" src=\"http://s.ma.tt/files/2010/12/IMG_0206-195x145.jpg\" class=\"attachment-thumbnail\" alt=\"IMG_0206\" title=\"IMG_0206\" /></a>\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_2040/#image\" title=\"IMG_2040\"><img width=\"195\" height=\"145\" src=\"http://s.ma.tt/files/2010/12/IMG_2040-195x145.jpg\" class=\"attachment-thumbnail\" alt=\"IMG_2040\" title=\"IMG_2040\" /></a>\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_2041/#image\" title=\"IMG_2041\"><img width=\"156\" height=\"210\" src=\"http://s.ma.tt/files/2010/12/IMG_2041-156x210.jpg\" class=\"attachment-thumbnail\" alt=\"IMG_2041\" title=\"IMG_2041\" /></a>\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_2042/#image\" title=\"IMG_2042\"><img width=\"195\" height=\"145\" src=\"http://s.ma.tt/files/2010/12/IMG_2042-195x145.jpg\" class=\"attachment-thumbnail\" alt=\"IMG_2042\" title=\"IMG_2042\" /></a>\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_2043/#image\" title=\"IMG_2043\"><img width=\"156\" height=\"210\" src=\"http://s.ma.tt/files/2010/12/IMG_2043-156x210.jpg\" class=\"attachment-thumbnail\" alt=\"IMG_2043\" title=\"IMG_2043\" /></a>\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_2044/#image\" title=\"IMG_2044\"><img width=\"195\" height=\"145\" src=\"http://s.ma.tt/files/2010/12/IMG_2044-195x145.jpg\" class=\"attachment-thumbnail\" alt=\"IMG_2044\" title=\"IMG_2044\" /></a>\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_2045/#image\" title=\"IMG_2045\"><img width=\"195\" height=\"145\" src=\"http://s.ma.tt/files/2010/12/IMG_2045-195x145.jpg\" class=\"attachment-thumbnail\" alt=\"IMG_2045\" title=\"IMG_2045\" /></a>\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_2046/#image\" title=\"IMG_2046\"><img width=\"195\" height=\"145\" src=\"http://s.ma.tt/files/2010/12/IMG_2046-195x145.jpg\" class=\"attachment-thumbnail\" alt=\"French dip\" title=\"IMG_2046\" /></a>\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_2047/#image\" title=\"IMG_2047\"><img width=\"195\" height=\"145\" src=\"http://s.ma.tt/files/2010/12/IMG_2047-195x145.jpg\" class=\"attachment-thumbnail\" alt=\"IMG_2047\" title=\"IMG_2047\" /></a>\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_2048/#image\" title=\"IMG_2048\"><img width=\"195\" height=\"145\" src=\"http://s.ma.tt/files/2010/12/IMG_2048-195x145.jpg\" class=\"attachment-thumbnail\" alt=\"IMG_2048\" title=\"IMG_2048\" /></a>\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_2052/#image\" title=\"IMG_2052\"><img width=\"195\" height=\"145\" src=\"http://s.ma.tt/files/2010/12/IMG_2052-195x145.jpg\" class=\"attachment-thumbnail\" alt=\"IMG_2052\" title=\"IMG_2052\" /></a>\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_2053/#image\" title=\"IMG_2053\"><img width=\"195\" height=\"145\" src=\"http://s.ma.tt/files/2010/12/IMG_2053-195x145.jpg\" class=\"attachment-thumbnail\" alt=\"IMG_2053\" title=\"IMG_2053\" /></a>\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_2055/#image\" title=\"IMG_2055\"><img width=\"195\" height=\"145\" src=\"http://s.ma.tt/files/2010/12/IMG_2055-195x145.jpg\" class=\"attachment-thumbnail\" alt=\"Lobster Veloute\" title=\"IMG_2055\" /></a>\n<a href=\"http://ma.tt/2010/12/skiing-in-deer-valley/img_2057/#image\" title=\"IMG_2057\"><img width=\"195\" height=\"145\" src=\"http://s.ma.tt/files/2010/12/IMG_2057-195x145.jpg\" class=\"attachment-thumbnail\" alt=\"Kobe shortribs, cauliflower gratin, green cauliflower, cauliflower shavings, and horseradish shavings\" title=\"IMG_2057\" /></a>\";}i:24;a:7:{s:5:\"title\";s:49:\"Lorelle on WP: The New WordPress Swag Store Opens\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=4649\";s:4:\"link\";s:75:\"http://lorelle.wordpress.com/2010/12/02/the-new-wordpress-swag-store-opens/\";s:11:\"description\";s:530:\"It took several years of requests and patience, and it&#8217;s finally here. Welcome to the new WordPress Swag Store. Now, WordPress logoed t-shirts, hoodies, iPhone skins, jackets, sports bottles, and even baby onesies and t-shirts can be yours for very modest prices, considering their speciality. Once only available at WordCamp and WordPress-related events, you can [...]<img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=4649&subd=lorelle&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"pubdate\";s:31:\"Thu, 02 Dec 2010 17:22:41 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:530:\"It took several years of requests and patience, and it&#8217;s finally here. Welcome to the new WordPress Swag Store. Now, WordPress logoed t-shirts, hoodies, iPhone skins, jackets, sports bottles, and even baby onesies and t-shirts can be yours for very modest prices, considering their speciality. Once only available at WordCamp and WordPress-related events, you can [...]<img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=4649&subd=lorelle&ref=&feed=1\" width=\"1\" height=\"1\" />\";}i:25;a:7:{s:5:\"title\";s:97:\"WordPress.tv: The Big Web Show 29 with Dan Benjamin and Jeffrey Zeldman: Matt Mullenweg Interview\";s:4:\"guid\";s:27:\"http://wordpress.tv/?p=4795\";s:4:\"link\";s:44:\"http://wordpress.tv/2010/12/02/big-web-show/\";s:11:\"description\";s:1768:\"<div id=\"x-video-0\" class=\"video-player\">\n\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4795/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4795/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4795/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4795/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4795/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4795/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4795/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4795/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4795/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4795/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4795/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4795/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4795/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4795/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=4795&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2010/12/02/big-web-show/\"><img alt=\"Big Web Show 29: Matt Mullenweg Interview\" src=\"http://videos.videopress.com/JDcuQH1q/bigwebshow-29_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"pubdate\";s:31:\"Thu, 02 Dec 2010 02:03:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Michael Pick\";}s:7:\"summary\";s:1768:\"<div id=\"x-video-0\" class=\"video-player\">\n\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4795/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4795/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4795/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4795/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4795/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4795/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4795/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4795/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4795/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4795/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4795/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4795/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4795/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4795/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=4795&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2010/12/02/big-web-show/\"><img alt=\"Big Web Show 29: Matt Mullenweg Interview\" src=\"http://videos.videopress.com/JDcuQH1q/bigwebshow-29_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";}i:26;a:7:{s:5:\"title\";s:34:\"Alex King: Open Source Motivations\";s:4:\"guid\";s:27:\"http://alexking.org/?p=5080\";s:4:\"link\";s:59:\"http://alexking.org/blog/2010/12/01/open-source-motivations\";s:11:\"description\";s:7505:\"<p>David Hobson recently contacted me as he is doing research info business/financial models and motivation for Open Source projects. He sent me some questions that I answered; we thought that the answers might be interesting to the general community as well. David indicated it will be a little while before he finishes his research and encouraged me to go ahead and post the replies I&#8217;d sent him. I will, of course, post a link to his work when it is available.</p>\n<p>Here are his questions and my replies.</p>\n<blockquote><p>What has been the motivation to churn out GPL plugins as well as support them?  Branding is a benefit, both publicity and example of quality.  However, I&#8217;m sure that doesn&#8217;t compare to the cost they require and you have plenty of branding and publicity already.</p></blockquote>\n<p>That is a complicated question, and one whose answer has changed over time.</p>\n<p>When I first started contributing to the b2 community, it was a simple matter of publishing code I had written for my own blog/site. There was very little additional effort involved, the community was relatively small and technical, and I had the time to do it.</p>\n<p>WordPress was created as a fork of b2 and it included some of the features I&#8217;d written for b2. Over time I ported the rest of them to WordPress, and began writing WordPress features as well.</p>\n<p>When I created and ran the first design competition for WordPress it was because I believed that people&#8217;s vision of what could be done was too small. I saw the ability to do more and wanted to encourage people to push the limits on design. The results were excellent, hundreds of great designs were created and made available to the community.</p>\n<p>WordPress evolved to support official plugins and themes and the community enjoyed explosive growth. I continued to create functionality that I thought was useful for WordPress and release it as plugins. This required more effort than it used to, because the WordPress community was becoming more mainstream and to be generally useful the plugins needed to be more polished, more forgiving of user error and required creating much more documentation.</p>\n<p>Around this same time I was making the transition from an independent developer to a consulting and development shop that focused largely on WordPress development. I was hiring my first employees, getting a business off the ground, doing things like finding office space, worrying about making payroll, selling, etc. &#8211; my free time largely went away, and my ability to put out free plugins and themes went with it.</p>\n<p>Now we have a team of about 15 people and my obligations to my team are greater than ever. I&#8217;ve also been blessed with a wonderful 18 month old daughter. She is a priority for me, the time spent with her and my family largely replaces time I previously used to contribute code back to the WordPress community.</p>\n<blockquote><p>Do you see indirect financial benefits in any other way, shape, or form?</p></blockquote>\n<p>I used to get about $100-200/month in the way of donations through my website. Unfortunately due to changes in the way plugins are presented on WordPress.org that has dried up to about $5/month.</p>\n<p>I made it a priority to update all of our publicly released plugins this summer and hired an intern at <a href=\"http://crowdfavorite.com\">Crowd Favorite</a> to make this happen<sup><a href=\"http://alexking.org/blog/topic/wordpress/feed#fn1291238579966n\" id=\"fn1291238579966\" class=\"footnote\">1</a></sup>. WordPress best practices evolve with each release, and plugins written properly just a few short years ago are badly outdated as a result. We&#8217;ve invested a significant about of money in this effort, and I honestly don&#8217;t expect to receive anything back from it.</p>\n<blockquote><p>Do the thanks and appreciation go anywhere near compensating the constant e-mail asking for support?  What inspires your desire to give without return?</p></blockquote>\n<p>I actually feel strongly that the current situation is unsustainable. Unless the WordPress community at large starts to better recognize and reward the developers that create the tools that they use and rely on, the developers won&#8217;t/can&#8217;t continue to provide as they have.</p>\n<p>In talking with other plugin developers, it seems fairly universal that the reward for a successful plugin is a deluge of support email that includes the worst kind of sense of entitlement, rudeness and ignorance. The community as a whole seems to expect to be able to pay nothing, yet received expert and individual help and support for free.</p>\n<p>One of my goals with <a href=\"http://wphelpcenter.com\">WordPress HelpCenter</a> was to try to affect change in this area. My belief was that we could work with plugin developers to have them send support requests to WPHC, have WPHC provide commercial support services, and give a revenue stream back to the plugin developers. While WPHC has been successful overall, it has utterly failed in this effort. What we found was that regardless of the actual issue, users experiencing trouble with a plugin blame the plugin. They assume it&#8217;s a coding problem (even though it isn&#8217;t in most cases), expect free support and are so rude that we&#8217;ve lost people from our team as a result; ultimately having to refocus our efforts away from this type of support. One of my WPHC devs told me that he was amazed I kept my plugins freely available, that he would have killed them off long ago if he had experienced the type of feedback he was seeing now that I was forwarding my support requests to WPHC. I think this was a reasonable response, and that makes me sad.</p>\n<p>I&#8217;m not sure what the solution to this is (my idea certainly didn&#8217;t get legs), but I know that I am very rarely willing to make the extra effort (and make no mistake, the process of packaging, documenting, writing extra code to make something as forgiving as possible to different environments and user error is typically more work than writing the code in the first place) to publicly release free plugins anymore.</p>\n<p>I still see the WordPress community as a group that has wonderful potential and many bright spots. It&#8217;s for this reason that I am happy we are able to work within it. I really enjoy helping to push WordPress to become something more than it was before &#8211; for example via our <a href=\"http://crowdfavorite.com/wordpress/carrington/\">Carrington Core</a> platform and <a href=\"http://crowdfavorite.com/wordpress/carrington-build/\">Carrington Build</a>. We are also working on a new WordPress product that should really help WordPress adoption in environments where more sophisticated staging and deployment requirements are enforced.</p>\n<p>I hope that the WordPress community and ecosystem is able to find a way to better support the contributions of individual developers as it continues to evolve. There are lots of smart people with good ideas trying to do the right thing, I&#8217;m optimistic that solutions can be found. I&#8217;ll certainly continue to support that effort however I can.</p>\n<ol class=\"footnotes\">\n<li id=\"fn1291238579966n\">Most of the work is done, we&#8217;re in the proces of final code review and polish. [<a href=\"http://alexking.org/blog/topic/wordpress/feed#fn1291238579966\">back</a>]</li>\n</ol>\n<img src=\"http://alexking.org/wp/?ak_action=api_record_view&id=5080&type=feed\" alt=\"\" />\";s:7:\"pubdate\";s:31:\"Wed, 01 Dec 2010 21:30:37 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:7505:\"<p>David Hobson recently contacted me as he is doing research info business/financial models and motivation for Open Source projects. He sent me some questions that I answered; we thought that the answers might be interesting to the general community as well. David indicated it will be a little while before he finishes his research and encouraged me to go ahead and post the replies I&#8217;d sent him. I will, of course, post a link to his work when it is available.</p>\n<p>Here are his questions and my replies.</p>\n<blockquote><p>What has been the motivation to churn out GPL plugins as well as support them?  Branding is a benefit, both publicity and example of quality.  However, I&#8217;m sure that doesn&#8217;t compare to the cost they require and you have plenty of branding and publicity already.</p></blockquote>\n<p>That is a complicated question, and one whose answer has changed over time.</p>\n<p>When I first started contributing to the b2 community, it was a simple matter of publishing code I had written for my own blog/site. There was very little additional effort involved, the community was relatively small and technical, and I had the time to do it.</p>\n<p>WordPress was created as a fork of b2 and it included some of the features I&#8217;d written for b2. Over time I ported the rest of them to WordPress, and began writing WordPress features as well.</p>\n<p>When I created and ran the first design competition for WordPress it was because I believed that people&#8217;s vision of what could be done was too small. I saw the ability to do more and wanted to encourage people to push the limits on design. The results were excellent, hundreds of great designs were created and made available to the community.</p>\n<p>WordPress evolved to support official plugins and themes and the community enjoyed explosive growth. I continued to create functionality that I thought was useful for WordPress and release it as plugins. This required more effort than it used to, because the WordPress community was becoming more mainstream and to be generally useful the plugins needed to be more polished, more forgiving of user error and required creating much more documentation.</p>\n<p>Around this same time I was making the transition from an independent developer to a consulting and development shop that focused largely on WordPress development. I was hiring my first employees, getting a business off the ground, doing things like finding office space, worrying about making payroll, selling, etc. &#8211; my free time largely went away, and my ability to put out free plugins and themes went with it.</p>\n<p>Now we have a team of about 15 people and my obligations to my team are greater than ever. I&#8217;ve also been blessed with a wonderful 18 month old daughter. She is a priority for me, the time spent with her and my family largely replaces time I previously used to contribute code back to the WordPress community.</p>\n<blockquote><p>Do you see indirect financial benefits in any other way, shape, or form?</p></blockquote>\n<p>I used to get about $100-200/month in the way of donations through my website. Unfortunately due to changes in the way plugins are presented on WordPress.org that has dried up to about $5/month.</p>\n<p>I made it a priority to update all of our publicly released plugins this summer and hired an intern at <a href=\"http://crowdfavorite.com\">Crowd Favorite</a> to make this happen<sup><a href=\"http://alexking.org/blog/topic/wordpress/feed#fn1291238579966n\" id=\"fn1291238579966\" class=\"footnote\">1</a></sup>. WordPress best practices evolve with each release, and plugins written properly just a few short years ago are badly outdated as a result. We&#8217;ve invested a significant about of money in this effort, and I honestly don&#8217;t expect to receive anything back from it.</p>\n<blockquote><p>Do the thanks and appreciation go anywhere near compensating the constant e-mail asking for support?  What inspires your desire to give without return?</p></blockquote>\n<p>I actually feel strongly that the current situation is unsustainable. Unless the WordPress community at large starts to better recognize and reward the developers that create the tools that they use and rely on, the developers won&#8217;t/can&#8217;t continue to provide as they have.</p>\n<p>In talking with other plugin developers, it seems fairly universal that the reward for a successful plugin is a deluge of support email that includes the worst kind of sense of entitlement, rudeness and ignorance. The community as a whole seems to expect to be able to pay nothing, yet received expert and individual help and support for free.</p>\n<p>One of my goals with <a href=\"http://wphelpcenter.com\">WordPress HelpCenter</a> was to try to affect change in this area. My belief was that we could work with plugin developers to have them send support requests to WPHC, have WPHC provide commercial support services, and give a revenue stream back to the plugin developers. While WPHC has been successful overall, it has utterly failed in this effort. What we found was that regardless of the actual issue, users experiencing trouble with a plugin blame the plugin. They assume it&#8217;s a coding problem (even though it isn&#8217;t in most cases), expect free support and are so rude that we&#8217;ve lost people from our team as a result; ultimately having to refocus our efforts away from this type of support. One of my WPHC devs told me that he was amazed I kept my plugins freely available, that he would have killed them off long ago if he had experienced the type of feedback he was seeing now that I was forwarding my support requests to WPHC. I think this was a reasonable response, and that makes me sad.</p>\n<p>I&#8217;m not sure what the solution to this is (my idea certainly didn&#8217;t get legs), but I know that I am very rarely willing to make the extra effort (and make no mistake, the process of packaging, documenting, writing extra code to make something as forgiving as possible to different environments and user error is typically more work than writing the code in the first place) to publicly release free plugins anymore.</p>\n<p>I still see the WordPress community as a group that has wonderful potential and many bright spots. It&#8217;s for this reason that I am happy we are able to work within it. I really enjoy helping to push WordPress to become something more than it was before &#8211; for example via our <a href=\"http://crowdfavorite.com/wordpress/carrington/\">Carrington Core</a> platform and <a href=\"http://crowdfavorite.com/wordpress/carrington-build/\">Carrington Build</a>. We are also working on a new WordPress product that should really help WordPress adoption in environments where more sophisticated staging and deployment requirements are enforced.</p>\n<p>I hope that the WordPress community and ecosystem is able to find a way to better support the contributions of individual developers as it continues to evolve. There are lots of smart people with good ideas trying to do the right thing, I&#8217;m optimistic that solutions can be found. I&#8217;ll certainly continue to support that effort however I can.</p>\n<ol class=\"footnotes\">\n<li id=\"fn1291238579966n\">Most of the work is done, we&#8217;re in the proces of final code review and polish. [<a href=\"http://alexking.org/blog/topic/wordpress/feed#fn1291238579966\">back</a>]</li>\n</ol>\n<img src=\"http://alexking.org/wp/?ak_action=api_record_view&id=5080&type=feed\" alt=\"\" />\";}i:27;a:7:{s:5:\"title\";s:46:\"WordPress Podcast: iPhone Candy with Ryan Imel\";s:4:\"guid\";s:30:\"http://wp-community.org/?p=831\";s:4:\"link\";s:63:\"http://wp-community.org/2010/12/01/iphone-candy-with-ryan-imel/\";s:11:\"description\";s:3804:\"<p>We are back! And this week we catch up with <a href=\"http://twitter.com/#%21/ryanimel\">Ryan Imel</a>. The Editor-in-Chief of <a href=\"http://wpcandy.com/\">WP Candy</a>, he transformed what was once a tutorial site for the past years into a fast-paced breaking WordPress news site. Ryan is a serial entrepreneur having created projects like <a href=\"http://commentbits.com/\">COMMENTbits</a> and <a href=\"http://gooroohq.com/\">others</a>.</p><p>To kick things off this week we talk shop with Ryan as he tells us about the brand new iPhone app â€“ <a href=\"http://wpcandy.com/announces/the-wpcandy-iphone-app\">WPCandy WordPress News</a> &#8211; wpcandy.comâ€™s first venture into the App Store and is <a href=\"http://itunes.apple.com/us/app/wpcandy-wordpress-news/id402503011?mt=8\">available right now</a>. This is one of the means by which the community can support wpcandy.com, and as such we open the discussion on different monetization methods outside of ads on your site.</p><p>Joost and Ryan talk about interesting news and developments that have caught their eye over the past couple of weeks such as:</p><ul><li>The <a href=\"http://yoast.com/wordpress/seo/\">WordPress SEO Plugin</a> on Yoast.comÂ  &#8211; Joost talks about the work he has been doing on this and how it is developing</li><li>Joost does a live launch of the brand new them Frederick and the <a href=\"http://www.w3-edge.com\">W3 Edge</a> team have built for <a href=\"http://yoast.com/\">Yoast.com</a>. Joost talks about exactly how he plans for this new theme to improve conversion rates</li><li>Tip from Joost: have a look at a great <a href=\"http://wordpress.org/extend/plugins/theme-tester/\">Theme Tester plugin</a> by donncha that he has been using recently</li><li>Theme frameworks: we open the debate on what a framework is and how it should behave. Will an ideal framework emerge? And should there be one theme framework to rule them all?</li><li>Should SEO functions reside in a theme or a plugin? Those in our live chat room ask the question â€˜are there any conflicts between SEO and frameworks?â€™</li></ul><p>Joost asks Ryan when wpcandy.com plan to launch a new theme design, and the pair discuss what could be changed within its current site design &#8211; with an SEO perspective on things from Joost.</p><h2>Picks of the week</h2><ul><li>wpcandy.comâ€™s shiny new iPhone app &#8211; <a href=\"http://wpcandy.com/announces/the-wpcandy-iphone-app\">WPCandy WordPress News</a></li><li>The Â <a href=\"http://wordpress.org/extend/plugins/edit-flow/\">Edit Flow plugin</a> is incredibly useful for managing and assigning on a multi author site and comes highly recommended by Ryan who himself runs a multi author blog on wpcandy.com.</li><li><a href=\"http://yoast.com/wordpress/seo/\">WordPress SEO Plugin</a> on Yoast.com</li><li><a href=\"http://wordpress.org/extend/plugins/theme-tester/\">Theme Tester plugin</a> by donncha allows a blog administrator to test out a new theme before launch whilst your old theme is still live</li><li><a href=\"http://wordpress.org/extend/plugins/seo-data-transporter/\">SEO Data Transporter plugin</a> which allows you to easily transfer your inputs SEO data from one theme/plugin to another.</li><li>Here is the alternative to having to write code when you need to regenerate your thumbnails: Â the <a href=\"http://wordpress.org/extend/plugins/regenerate-thumbnails/\">Regenerate Thumbnails plugin</a>. Bookmark this one!</li></ul><p>Joost calls for someone out there to build a replacement plugin for a slider on a front page. There seems to be no single plugin that allows you to determine the order of the slides and that does the simple things really well. Go to <a href=\"http://wp-community.org/../../../\">wp-community.org</a> and tell Joost what plugin you think he should be using!</p>\";s:7:\"pubdate\";s:31:\"Wed, 01 Dec 2010 07:56:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Joost de Valk\";}s:7:\"summary\";s:3804:\"<p>We are back! And this week we catch up with <a href=\"http://twitter.com/#%21/ryanimel\">Ryan Imel</a>. The Editor-in-Chief of <a href=\"http://wpcandy.com/\">WP Candy</a>, he transformed what was once a tutorial site for the past years into a fast-paced breaking WordPress news site. Ryan is a serial entrepreneur having created projects like <a href=\"http://commentbits.com/\">COMMENTbits</a> and <a href=\"http://gooroohq.com/\">others</a>.</p><p>To kick things off this week we talk shop with Ryan as he tells us about the brand new iPhone app â€“ <a href=\"http://wpcandy.com/announces/the-wpcandy-iphone-app\">WPCandy WordPress News</a> &#8211; wpcandy.comâ€™s first venture into the App Store and is <a href=\"http://itunes.apple.com/us/app/wpcandy-wordpress-news/id402503011?mt=8\">available right now</a>. This is one of the means by which the community can support wpcandy.com, and as such we open the discussion on different monetization methods outside of ads on your site.</p><p>Joost and Ryan talk about interesting news and developments that have caught their eye over the past couple of weeks such as:</p><ul><li>The <a href=\"http://yoast.com/wordpress/seo/\">WordPress SEO Plugin</a> on Yoast.comÂ  &#8211; Joost talks about the work he has been doing on this and how it is developing</li><li>Joost does a live launch of the brand new them Frederick and the <a href=\"http://www.w3-edge.com\">W3 Edge</a> team have built for <a href=\"http://yoast.com/\">Yoast.com</a>. Joost talks about exactly how he plans for this new theme to improve conversion rates</li><li>Tip from Joost: have a look at a great <a href=\"http://wordpress.org/extend/plugins/theme-tester/\">Theme Tester plugin</a> by donncha that he has been using recently</li><li>Theme frameworks: we open the debate on what a framework is and how it should behave. Will an ideal framework emerge? And should there be one theme framework to rule them all?</li><li>Should SEO functions reside in a theme or a plugin? Those in our live chat room ask the question â€˜are there any conflicts between SEO and frameworks?â€™</li></ul><p>Joost asks Ryan when wpcandy.com plan to launch a new theme design, and the pair discuss what could be changed within its current site design &#8211; with an SEO perspective on things from Joost.</p><h2>Picks of the week</h2><ul><li>wpcandy.comâ€™s shiny new iPhone app &#8211; <a href=\"http://wpcandy.com/announces/the-wpcandy-iphone-app\">WPCandy WordPress News</a></li><li>The Â <a href=\"http://wordpress.org/extend/plugins/edit-flow/\">Edit Flow plugin</a> is incredibly useful for managing and assigning on a multi author site and comes highly recommended by Ryan who himself runs a multi author blog on wpcandy.com.</li><li><a href=\"http://yoast.com/wordpress/seo/\">WordPress SEO Plugin</a> on Yoast.com</li><li><a href=\"http://wordpress.org/extend/plugins/theme-tester/\">Theme Tester plugin</a> by donncha allows a blog administrator to test out a new theme before launch whilst your old theme is still live</li><li><a href=\"http://wordpress.org/extend/plugins/seo-data-transporter/\">SEO Data Transporter plugin</a> which allows you to easily transfer your inputs SEO data from one theme/plugin to another.</li><li>Here is the alternative to having to write code when you need to regenerate your thumbnails: Â the <a href=\"http://wordpress.org/extend/plugins/regenerate-thumbnails/\">Regenerate Thumbnails plugin</a>. Bookmark this one!</li></ul><p>Joost calls for someone out there to build a replacement plugin for a slider on a front page. There seems to be no single plugin that allows you to determine the order of the slides and that does the simple things really well. Go to <a href=\"http://wp-community.org/../../../\">wp-community.org</a> and tell Joost what plugin you think he should be using!</p>\";}i:28;a:7:{s:5:\"title\";s:25:\"Dev Blog: WordPress 3.0.2\";s:4:\"guid\";s:33:\"http://wordpress.org/news/?p=1550\";s:4:\"link\";s:50:\"http://wordpress.org/news/2010/11/wordpress-3-0-2/\";s:11:\"description\";s:932:\"<p><a href=\"http://wordpress.org/download/\">WordPress 3.0.2 is available</a> and is a mandatory security update for all previous WordPress versions. Haiku has become traditional:</p>\n<p>Fixed on day zero<br />\nOne-click update makes you safe<br />\nThis used to be hard</p>\n<p><a href=\"http://codex.wordpress.org/Version_3.0.2\">This maintenance release</a> fixes a moderate security issue that could allow a malicious Author-level user to gain further access to the site, addresses a handful of bugs, and provides some additional security enhancements. Big thanks to <a href=\"http://blog.sjinks.pro/wordpress/\">Vladimir Kolesnikov</a> for detailed and responsible disclosure of the security issue!</p>\n<p><a href=\"http://wordpress.org/download/\">Download 3.0.2</a> or update automatically from the Dashboard &gt; Updates menu in your site&#8217;s admin area. You should update immediately even if you do not have untrusted users.</p>\";s:7:\"pubdate\";s:31:\"Tue, 30 Nov 2010 23:33:57 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Mark Jaquith\";}s:7:\"summary\";s:932:\"<p><a href=\"http://wordpress.org/download/\">WordPress 3.0.2 is available</a> and is a mandatory security update for all previous WordPress versions. Haiku has become traditional:</p>\n<p>Fixed on day zero<br />\nOne-click update makes you safe<br />\nThis used to be hard</p>\n<p><a href=\"http://codex.wordpress.org/Version_3.0.2\">This maintenance release</a> fixes a moderate security issue that could allow a malicious Author-level user to gain further access to the site, addresses a handful of bugs, and provides some additional security enhancements. Big thanks to <a href=\"http://blog.sjinks.pro/wordpress/\">Vladimir Kolesnikov</a> for detailed and responsible disclosure of the security issue!</p>\n<p><a href=\"http://wordpress.org/download/\">Download 3.0.2</a> or update automatically from the Dashboard &gt; Updates menu in your site&#8217;s admin area. You should update immediately even if you do not have untrusted users.</p>\";}i:29;a:7:{s:5:\"title\";s:38:\"WP iPhone: Update on WordPress for iOS\";s:4:\"guid\";s:31:\"http://ios.wordpress.org/?p=886\";s:4:\"link\";s:64:\"http://ios.wordpress.org/2010/11/29/update-on-wordpress-for-ios/\";s:11:\"description\";s:2576:\"<p>Version 2.6.2 of the WordPress app for iOS devices was not quite the salvation we hoped it would be. While it solves some of the issues presented in earlier versions of the app, many of you are still experiencing problems that make the app difficult to use. <strong>Therefore, starting today, the entire team is going to focus on fixing these issues and hopefully ship improvements to you a lot faster.</strong></p>\n<p>Thanks to the crash reporting system built into 2.6.2 we now have a deeper understanding around some of the crashes, and therefore we&#8217;ve been working on a Crash Fix release which we&#8217;re hoping to submit to the app store shortly.</p>\n<p>The single most valuable thing that has helped us understand the problems in the app, however, is the feedback from all of you guys. Keep it coming!</p>\n<p>If you&#8217;re still experiencing problems, please let us know about it in the <a href=\"http://ios.forums.wordpress.org/\">WordPress for iOS Forums</a>. We&#8217;re trying to keep up with all your posts.</p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wpiphone.wordpress.com/886/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wpiphone.wordpress.com/886/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wpiphone.wordpress.com/886/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wpiphone.wordpress.com/886/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wpiphone.wordpress.com/886/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wpiphone.wordpress.com/886/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wpiphone.wordpress.com/886/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wpiphone.wordpress.com/886/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wpiphone.wordpress.com/886/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wpiphone.wordpress.com/886/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wpiphone.wordpress.com/886/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wpiphone.wordpress.com/886/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wpiphone.wordpress.com/886/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wpiphone.wordpress.com/886/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=ios.wordpress.org&blog=3882653&post=886&subd=wpiphone&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"pubdate\";s:31:\"Mon, 29 Nov 2010 17:02:59 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Isaac Keyet\";}s:7:\"summary\";s:2576:\"<p>Version 2.6.2 of the WordPress app for iOS devices was not quite the salvation we hoped it would be. While it solves some of the issues presented in earlier versions of the app, many of you are still experiencing problems that make the app difficult to use. <strong>Therefore, starting today, the entire team is going to focus on fixing these issues and hopefully ship improvements to you a lot faster.</strong></p>\n<p>Thanks to the crash reporting system built into 2.6.2 we now have a deeper understanding around some of the crashes, and therefore we&#8217;ve been working on a Crash Fix release which we&#8217;re hoping to submit to the app store shortly.</p>\n<p>The single most valuable thing that has helped us understand the problems in the app, however, is the feedback from all of you guys. Keep it coming!</p>\n<p>If you&#8217;re still experiencing problems, please let us know about it in the <a href=\"http://ios.forums.wordpress.org/\">WordPress for iOS Forums</a>. We&#8217;re trying to keep up with all your posts.</p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wpiphone.wordpress.com/886/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wpiphone.wordpress.com/886/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wpiphone.wordpress.com/886/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wpiphone.wordpress.com/886/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wpiphone.wordpress.com/886/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wpiphone.wordpress.com/886/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wpiphone.wordpress.com/886/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wpiphone.wordpress.com/886/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wpiphone.wordpress.com/886/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wpiphone.wordpress.com/886/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wpiphone.wordpress.com/886/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wpiphone.wordpress.com/886/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wpiphone.wordpress.com/886/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wpiphone.wordpress.com/886/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=ios.wordpress.org&blog=3882653&post=886&subd=wpiphone&ref=&feed=1\" width=\"1\" height=\"1\" />\";}i:30;a:7:{s:5:\"title\";s:50:\"WP Android: Version 1.3.8: Post Status & Bug Fixes\";s:4:\"guid\";s:35:\"http://android.wordpress.org/?p=347\";s:4:\"link\";s:76:\"http://android.wordpress.org/2010/11/24/version-1-3-8-post-status-bug-fixes/\";s:11:\"description\";s:3255:\"<p>WordPress for Android 1.3.8 has been released to Android Market.  We squashed some bugs that we received from Android Market reports as well as added a new feature!  Here&#8217;s what&#8217;s new:</p>\n<p><a href=\"http://wpandroid.files.wordpress.com/2010/11/1-3-8-screen.jpg\"><img class=\"alignright size-full wp-image-349\" title=\"1.3.8-screen\" src=\"http://wpandroid.files.wordpress.com/2010/11/1-3-8-screen.jpg?w=250&h=375\" alt=\"\" width=\"250\" height=\"375\" /></a></p>\n<h3>Set Post Status</h3>\n<p>We had one of those &#8220;Should have added that a long time ago&#8221; moments when we discovered that you couldn&#8217;t set the post or page status from the app.  Now when you are creating or editing content, you can choose the post status (Draft, Pending Review, Private or Publish).</p>\n<h3>Oodles of Bug Fixes</h3>\n<p>We had a look at some of the error reports we get from Android Market and took care of many of the issues that were causing the app to force close:</p>\n<ul>\n<li>Fixed crash when adding media on Dell Streak</li>\n<li>Fixed crash when attempting to add a self-hosted site with an invalid blog URL</li>\n<li>Fixed local db problem when upgrading from a 1.0.x or 1.1.x version</li>\n<li>Updated Polish translation strings</li>\n<li>Fixed crash when trying to add a second blog from a WordPress.com account or WordPress multi-user install</li>\n<li>Fixed no-name blogs from showing as blank in the multi-user blog selection screen</li>\n<li>Comments Loading progress bar no longer hangs</li>\n</ul>\n<p>Visit Android Market to download the update, or scan the code:<br />\n<img src=\"http://s2.wp.com/wp-content/themes/vip/wpforandroid/images/wordpress_qrcode.png\" alt=\"qrcode\" /></p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wpandroid.wordpress.com/347/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wpandroid.wordpress.com/347/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wpandroid.wordpress.com/347/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wpandroid.wordpress.com/347/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wpandroid.wordpress.com/347/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wpandroid.wordpress.com/347/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wpandroid.wordpress.com/347/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wpandroid.wordpress.com/347/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wpandroid.wordpress.com/347/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wpandroid.wordpress.com/347/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wpandroid.wordpress.com/347/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wpandroid.wordpress.com/347/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wpandroid.wordpress.com/347/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wpandroid.wordpress.com/347/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=android.wordpress.org&blog=9426921&post=347&subd=wpandroid&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"pubdate\";s:31:\"Wed, 24 Nov 2010 15:24:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Dan\";}s:7:\"summary\";s:3255:\"<p>WordPress for Android 1.3.8 has been released to Android Market.  We squashed some bugs that we received from Android Market reports as well as added a new feature!  Here&#8217;s what&#8217;s new:</p>\n<p><a href=\"http://wpandroid.files.wordpress.com/2010/11/1-3-8-screen.jpg\"><img class=\"alignright size-full wp-image-349\" title=\"1.3.8-screen\" src=\"http://wpandroid.files.wordpress.com/2010/11/1-3-8-screen.jpg?w=250&h=375\" alt=\"\" width=\"250\" height=\"375\" /></a></p>\n<h3>Set Post Status</h3>\n<p>We had one of those &#8220;Should have added that a long time ago&#8221; moments when we discovered that you couldn&#8217;t set the post or page status from the app.  Now when you are creating or editing content, you can choose the post status (Draft, Pending Review, Private or Publish).</p>\n<h3>Oodles of Bug Fixes</h3>\n<p>We had a look at some of the error reports we get from Android Market and took care of many of the issues that were causing the app to force close:</p>\n<ul>\n<li>Fixed crash when adding media on Dell Streak</li>\n<li>Fixed crash when attempting to add a self-hosted site with an invalid blog URL</li>\n<li>Fixed local db problem when upgrading from a 1.0.x or 1.1.x version</li>\n<li>Updated Polish translation strings</li>\n<li>Fixed crash when trying to add a second blog from a WordPress.com account or WordPress multi-user install</li>\n<li>Fixed no-name blogs from showing as blank in the multi-user blog selection screen</li>\n<li>Comments Loading progress bar no longer hangs</li>\n</ul>\n<p>Visit Android Market to download the update, or scan the code:<br />\n<img src=\"http://s2.wp.com/wp-content/themes/vip/wpforandroid/images/wordpress_qrcode.png\" alt=\"qrcode\" /></p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wpandroid.wordpress.com/347/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wpandroid.wordpress.com/347/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wpandroid.wordpress.com/347/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wpandroid.wordpress.com/347/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wpandroid.wordpress.com/347/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wpandroid.wordpress.com/347/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wpandroid.wordpress.com/347/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wpandroid.wordpress.com/347/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wpandroid.wordpress.com/347/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wpandroid.wordpress.com/347/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wpandroid.wordpress.com/347/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wpandroid.wordpress.com/347/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wpandroid.wordpress.com/347/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wpandroid.wordpress.com/347/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=android.wordpress.org&blog=9426921&post=347&subd=wpandroid&ref=&feed=1\" width=\"1\" height=\"1\" />\";}i:31;a:7:{s:5:\"title\";s:26:\"Akismet: 20 Billion Served\";s:4:\"guid\";s:30:\"http://blog.akismet.com/?p=461\";s:4:\"link\";s:53:\"http://blog.akismet.com/2010/11/23/20-billion-served/\";s:11:\"description\";s:2215:\"<p>Today Akismet caught its <a href=\"http://akismet.com/about/\">20 billionth spam</a>.</p>\n<p>That&#8217;s an average of around 10 million per day over the 5 years since Akismet first launched.  Currently we deal with 30 million spam comments on a typical day, or about 350 per second.</p>\n<p>To put that in perspective: if Akismet users had to spend one second manually deleting each of those comments, it would have taken over 600 years to moderate them all.  (And each new day&#8217;s flood of spam would add another year to the queue).</p>\n<p>How much time has Akismet saved you? <img src=\"http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/461/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/461/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/akismet.wordpress.com/461/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/akismet.wordpress.com/461/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/akismet.wordpress.com/461/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/akismet.wordpress.com/461/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/akismet.wordpress.com/461/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/akismet.wordpress.com/461/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/akismet.wordpress.com/461/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/akismet.wordpress.com/461/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/akismet.wordpress.com/461/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/akismet.wordpress.com/461/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/akismet.wordpress.com/461/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/akismet.wordpress.com/461/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.akismet.com&blog=116920&post=461&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"pubdate\";s:31:\"Tue, 23 Nov 2010 23:03:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:2215:\"<p>Today Akismet caught its <a href=\"http://akismet.com/about/\">20 billionth spam</a>.</p>\n<p>That&#8217;s an average of around 10 million per day over the 5 years since Akismet first launched.  Currently we deal with 30 million spam comments on a typical day, or about 350 per second.</p>\n<p>To put that in perspective: if Akismet users had to spend one second manually deleting each of those comments, it would have taken over 600 years to moderate them all.  (And each new day&#8217;s flood of spam would add another year to the queue).</p>\n<p>How much time has Akismet saved you? <img src=\"http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/461/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/461/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/akismet.wordpress.com/461/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/akismet.wordpress.com/461/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/akismet.wordpress.com/461/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/akismet.wordpress.com/461/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/akismet.wordpress.com/461/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/akismet.wordpress.com/461/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/akismet.wordpress.com/461/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/akismet.wordpress.com/461/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/akismet.wordpress.com/461/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/akismet.wordpress.com/461/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/akismet.wordpress.com/461/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/akismet.wordpress.com/461/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.akismet.com&blog=116920&post=461&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" />\";}i:32;a:7:{s:5:\"title\";s:31:\"Donncha: WP Super Cache 0.9.9.7\";s:4:\"guid\";s:29:\"http://ocaoimh.ie/?p=89496066\";s:4:\"link\";s:38:\"http://ocaoimh.ie/wp-super-cache-0997/\";s:11:\"description\";s:2087:\"<p><a href=\"http://wordpress.org/extend/plugins/wp-super-cache/\">WP Super Cache</a> is a full page caching plugin for WordPress that makes your website run much faster!</p>\n<p>I&#8217;ve just released a new version and the biggest change in this one is the addition of Content Delivery Network (CDN) support thanks to <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a> who allowed me to integrate his <a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> plugin. (Please go visit his blog and say thank you if you use this feature!)</p>\n<p>The CDN support simply rewrites images, CSS and Javascript files so they point at a different hostname. That hostname can be another virtual host on your own server (aka &#8220;Poor Man&#8217;s CDN&#8221;) pointing at your WordPress install or a fully fledged CDN. If your CDN supports &#8220;origin pull&#8221; then all the files on your server will be copied there as they are requested by visitors. Otherwise you&#8217;ll have to transfer the files over manually.</p>\n<p>Apart from that, bugs have been fixed, a few features have been tweaked including the uninstall script which has been streamlined somewhat.</p>\n<p>I also added links (on the &#8220;Easy&#8221; settngs page) to some plugins and tools you may find useful in making your site run faster.</p>\n<p>Problems? Go to the <a href=\"http://wordpress.org/tags/wp-super-cache?forum_id=10\">forum</a> and someone may already have had that problem and solved it. If not, post there and you&#8217;ll get a reply.</p>\n<p><strong>Related Posts</strong><ul><li><a href=\"http://ocaoimh.ie/wp-super-cache-084-the-garbage-collector/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.4, the garbage collector\">WP Super Cache 0.8.4, the garbage collector</a></li><li><a href=\"http://ocaoimh.ie/wp-super-cache-087/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.7\">WP Super Cache 0.8.7</a></li><li><a href=\"http://ocaoimh.ie/wp-super-cache-099/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.9.9\">WP Super Cache 0.9.9</a></li></ul></p>\";s:7:\"pubdate\";s:31:\"Tue, 23 Nov 2010 18:00:38 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Donncha\";}s:7:\"summary\";s:2087:\"<p><a href=\"http://wordpress.org/extend/plugins/wp-super-cache/\">WP Super Cache</a> is a full page caching plugin for WordPress that makes your website run much faster!</p>\n<p>I&#8217;ve just released a new version and the biggest change in this one is the addition of Content Delivery Network (CDN) support thanks to <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a> who allowed me to integrate his <a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> plugin. (Please go visit his blog and say thank you if you use this feature!)</p>\n<p>The CDN support simply rewrites images, CSS and Javascript files so they point at a different hostname. That hostname can be another virtual host on your own server (aka &#8220;Poor Man&#8217;s CDN&#8221;) pointing at your WordPress install or a fully fledged CDN. If your CDN supports &#8220;origin pull&#8221; then all the files on your server will be copied there as they are requested by visitors. Otherwise you&#8217;ll have to transfer the files over manually.</p>\n<p>Apart from that, bugs have been fixed, a few features have been tweaked including the uninstall script which has been streamlined somewhat.</p>\n<p>I also added links (on the &#8220;Easy&#8221; settngs page) to some plugins and tools you may find useful in making your site run faster.</p>\n<p>Problems? Go to the <a href=\"http://wordpress.org/tags/wp-super-cache?forum_id=10\">forum</a> and someone may already have had that problem and solved it. If not, post there and you&#8217;ll get a reply.</p>\n<p><strong>Related Posts</strong><ul><li><a href=\"http://ocaoimh.ie/wp-super-cache-084-the-garbage-collector/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.4, the garbage collector\">WP Super Cache 0.8.4, the garbage collector</a></li><li><a href=\"http://ocaoimh.ie/wp-super-cache-087/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.7\">WP Super Cache 0.8.7</a></li><li><a href=\"http://ocaoimh.ie/wp-super-cache-099/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.9.9\">WP Super Cache 0.9.9</a></li></ul></p>\";}i:33;a:7:{s:5:\"title\";s:61:\"WordPress Podcast: Developing for WordPress with Andrew Nacin\";s:4:\"guid\";s:30:\"http://wp-community.org/?p=825\";s:4:\"link\";s:58:\"http://wp-community.org/2010/11/20/andrew-nacin-interview/\";s:11:\"description\";s:3694:\"<p>This show was posted a bit late due to a miscommunication, we&#8217;re sorry about that.</p><p><div id=\"attachment_827\" class=\"wp-caption alignright\"><img src=\"http://wp-community.org/wp/wp-content/uploads/2010/11/andrew-nacin.png\" alt=\"Andrew Nacin\" title=\"Andrew Nacin\" width=\"200\" height=\"200\" class=\"size-full wp-image-827\" /><p class=\"wp-caption-text\">Andrew Nacin</p></div>This week we are joined by <a href=\"http://andrewnacin.com/\">Andrew Nacin</a>. Andrew is one of the WordPress core developers and a member of the commit team, he also works as an independent WordPress consultant and, as he aptly describes his daily activities; â€œI wrangle contributions, develop new features, and try to fix more bugs than I createâ€. Andrew became instrumental in the development of WordPress in an astonishingly short space of time. Within 11 months to be precise, and in this weekâ€™s show we kick things off by asking him how.</p><ul><li>Andrew talks about what being a core developer involves on a day-to-day basis.</li><li>We discuss the inner workings of multi-site, how you can utilise it, and what the future may bring from its inclusion in core.</li><li>Andrew tells us all about the 3 major features he has been working on recently, blowing away some of the smoke surrounding custom meta data capability handling, custom post types, and improved in menu handling.</li><li>We discuss how far away WordPress 3.1 is, and what changes we can look forward to seeing</li><li>We tackle the debate on whether hosting companies are on top of what their actual deliverables are to customers â€“ do they need to innovate faster than they have?</li><li>We get down to the practicalities of performance and security and ask Andrew why the versions of software that run on your computer are important. What is the significance of these versions and what do they matter?</li><li>How comfortable should users be with upgrading and/or switching host companies?</li><li>Some quick tips and tricks for the developers out there &#8211; Andrew talks about leveraging APIâ€™s. Last week he held <a href=\"http://andrewnacin.com/2010/09/11/wcma-resources/\">a talk on WordPress API&#8217;s</a> which will be available on <a href=\"http://wordpress.tv/\">WordPress.tv</a> soon.</li><li>Andrew talks about how WordPress are taking a step back from the codex and building curated edited handbooks on specific topics.</li><li>We discuss the use of <a href=\"http://xref.yoast.com/\">xref.yoast.com</a> which Joost has modified to make searching through functions a lot easier.</li></ul><p><strong>Picks of the week:</strong></p><ul><li><strong>Developer oriented:</strong><ul><li>Use the <code>WP_DEBUG</code> constant â€“ this turns on all sorts of notices, and lets you know about deprecated functions you are using. Andrew talks about this in his article &#8220;<a href=\"http://andrewnacin.com/2010/03/22/deprecated-functions-and-wp_debug/\">Deprecated functions and WP_DEBUG</a>&#8220;</li><li><a href=\"http://wordpress.org/extend/plugins/log-deprecated-notices/\">Log deprecated notices</a> by Andrew Nacin. It logs all the different things your plugins are doing on your install and puts them into a neat table</li><li><a href=\"http://wordpress.org/extend/plugins/core-control/\">Core control</a></li><li><a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress beta tester</a></li></ul></li><li><strong>User oriented:</strong><ul><li>Use screen options to hide or show what you want â€“ e.g. custom fields.</li><li>Use the Help â€“ for links to the WordPress codex and support forums.</li><li><a href=\"http://yoast.com/wordpress/seo/\">WordPress SEO</a> by Joost de Valk</li></ul></li></ul>\";s:7:\"pubdate\";s:31:\"Sat, 20 Nov 2010 20:35:06 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Joost de Valk\";}s:7:\"summary\";s:3694:\"<p>This show was posted a bit late due to a miscommunication, we&#8217;re sorry about that.</p><p><div id=\"attachment_827\" class=\"wp-caption alignright\"><img src=\"http://wp-community.org/wp/wp-content/uploads/2010/11/andrew-nacin.png\" alt=\"Andrew Nacin\" title=\"Andrew Nacin\" width=\"200\" height=\"200\" class=\"size-full wp-image-827\" /><p class=\"wp-caption-text\">Andrew Nacin</p></div>This week we are joined by <a href=\"http://andrewnacin.com/\">Andrew Nacin</a>. Andrew is one of the WordPress core developers and a member of the commit team, he also works as an independent WordPress consultant and, as he aptly describes his daily activities; â€œI wrangle contributions, develop new features, and try to fix more bugs than I createâ€. Andrew became instrumental in the development of WordPress in an astonishingly short space of time. Within 11 months to be precise, and in this weekâ€™s show we kick things off by asking him how.</p><ul><li>Andrew talks about what being a core developer involves on a day-to-day basis.</li><li>We discuss the inner workings of multi-site, how you can utilise it, and what the future may bring from its inclusion in core.</li><li>Andrew tells us all about the 3 major features he has been working on recently, blowing away some of the smoke surrounding custom meta data capability handling, custom post types, and improved in menu handling.</li><li>We discuss how far away WordPress 3.1 is, and what changes we can look forward to seeing</li><li>We tackle the debate on whether hosting companies are on top of what their actual deliverables are to customers â€“ do they need to innovate faster than they have?</li><li>We get down to the practicalities of performance and security and ask Andrew why the versions of software that run on your computer are important. What is the significance of these versions and what do they matter?</li><li>How comfortable should users be with upgrading and/or switching host companies?</li><li>Some quick tips and tricks for the developers out there &#8211; Andrew talks about leveraging APIâ€™s. Last week he held <a href=\"http://andrewnacin.com/2010/09/11/wcma-resources/\">a talk on WordPress API&#8217;s</a> which will be available on <a href=\"http://wordpress.tv/\">WordPress.tv</a> soon.</li><li>Andrew talks about how WordPress are taking a step back from the codex and building curated edited handbooks on specific topics.</li><li>We discuss the use of <a href=\"http://xref.yoast.com/\">xref.yoast.com</a> which Joost has modified to make searching through functions a lot easier.</li></ul><p><strong>Picks of the week:</strong></p><ul><li><strong>Developer oriented:</strong><ul><li>Use the <code>WP_DEBUG</code> constant â€“ this turns on all sorts of notices, and lets you know about deprecated functions you are using. Andrew talks about this in his article &#8220;<a href=\"http://andrewnacin.com/2010/03/22/deprecated-functions-and-wp_debug/\">Deprecated functions and WP_DEBUG</a>&#8220;</li><li><a href=\"http://wordpress.org/extend/plugins/log-deprecated-notices/\">Log deprecated notices</a> by Andrew Nacin. It logs all the different things your plugins are doing on your install and puts them into a neat table</li><li><a href=\"http://wordpress.org/extend/plugins/core-control/\">Core control</a></li><li><a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress beta tester</a></li></ul></li><li><strong>User oriented:</strong><ul><li>Use screen options to hide or show what you want â€“ e.g. custom fields.</li><li>Use the Help â€“ for links to the WordPress codex and support forums.</li><li><a href=\"http://yoast.com/wordpress/seo/\">WordPress SEO</a> by Joost de Valk</li></ul></li></ul>\";}i:34;a:7:{s:5:\"title\";s:48:\"Mark Jaquith: Post Formats vs. Custom Post Types\";s:4:\"guid\";s:39:\"http://markjaquith.wordpress.com/?p=544\";s:4:\"link\";s:78:\"http://markjaquith.wordpress.com/2010/11/12/post-formats-vs-custom-post-types/\";s:11:\"description\";s:3535:\"<p>Some people are confused about the Post Formats feature that will be made available to themes in WordPress 3.1, especially how it differs from Custom Post Types.</p>\n<h3>Custom Post Types</h3>\n<p>These were poorly named. Think: Custom <em>Content</em> Types. That is, non-post content. Examples: employees, products, attachments, menu items, pages, pets. If you want it to show up in your site&#8217;s main RSS feed, then it&#8217;s probably not a custom post type.</p>\n<h3>Post Formats</h3>\n<p>A Post Format is a formatting designation made to a post. For example, a post could be a short &#8220;aside,&#8221; or a Kottke.org-style link post, or a video post, or a photo gallery post. The data you input might be slightly different â€” video post should contain a video, an aside should probably not be very long, a link post should have a link. And the way that the post is displayed on the site might be very different â€” an aside will typically be displayed without a title, a link post may have the title point to the link. A video post may be wider, or have social sharing buttons auto-appended. <strong>But they&#8217;re all still posts.</strong> They still show up in your feed, and you still find them in the Posts section of the WordPress backend.</p>\n<p>The important thing to note about Post Formats is that they are going to be a standardized convention. So any theme that supports Post Formats and follows the standard will display your posts in a way that makes sense. Before, themes had to set up category-based conventions, and these conventions weren&#8217;t shared by other themes. This is a better way of handling that, and it should make it even easier to switch between themes than before!</p>\n<p>Themers should turn to the <a href=\"http://codex.wordpress.org/Post_Formats\">Post Formats</a> page in the Codex for info on implementation. Note that we&#8217;re not yet in beta, so expect this page to change a bit.</p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/544/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/544/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/544/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/544/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/markjaquith.wordpress.com/544/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/markjaquith.wordpress.com/544/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/markjaquith.wordpress.com/544/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/markjaquith.wordpress.com/544/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/544/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/544/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/544/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/544/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/544/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/544/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=544&subd=markjaquith&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"pubdate\";s:31:\"Fri, 12 Nov 2010 05:20:50 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Mark Jaquith\";}s:7:\"summary\";s:3535:\"<p>Some people are confused about the Post Formats feature that will be made available to themes in WordPress 3.1, especially how it differs from Custom Post Types.</p>\n<h3>Custom Post Types</h3>\n<p>These were poorly named. Think: Custom <em>Content</em> Types. That is, non-post content. Examples: employees, products, attachments, menu items, pages, pets. If you want it to show up in your site&#8217;s main RSS feed, then it&#8217;s probably not a custom post type.</p>\n<h3>Post Formats</h3>\n<p>A Post Format is a formatting designation made to a post. For example, a post could be a short &#8220;aside,&#8221; or a Kottke.org-style link post, or a video post, or a photo gallery post. The data you input might be slightly different â€” video post should contain a video, an aside should probably not be very long, a link post should have a link. And the way that the post is displayed on the site might be very different â€” an aside will typically be displayed without a title, a link post may have the title point to the link. A video post may be wider, or have social sharing buttons auto-appended. <strong>But they&#8217;re all still posts.</strong> They still show up in your feed, and you still find them in the Posts section of the WordPress backend.</p>\n<p>The important thing to note about Post Formats is that they are going to be a standardized convention. So any theme that supports Post Formats and follows the standard will display your posts in a way that makes sense. Before, themes had to set up category-based conventions, and these conventions weren&#8217;t shared by other themes. This is a better way of handling that, and it should make it even easier to switch between themes than before!</p>\n<p>Themers should turn to the <a href=\"http://codex.wordpress.org/Post_Formats\">Post Formats</a> page in the Codex for info on implementation. Note that we&#8217;re not yet in beta, so expect this page to change a bit.</p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/544/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/544/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/544/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/544/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/markjaquith.wordpress.com/544/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/markjaquith.wordpress.com/544/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/markjaquith.wordpress.com/544/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/markjaquith.wordpress.com/544/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/544/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/544/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/544/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/544/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/544/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/544/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=544&subd=markjaquith&ref=&feed=1\" width=\"1\" height=\"1\" />\";}i:35;a:7:{s:5:\"title\";s:56:\"Publisher Blog: Matt Mullenweg on KTEH â€œThis is Us!â€\";s:4:\"guid\";s:43:\"http://publisherblog.automattic.com/?p=1121\";s:4:\"link\";s:78:\"http://publisherblog.automattic.com/2010/11/11/matt-mullenweg-kteh-this-is-us/\";s:11:\"description\";s:2363:\"<p><a href=\"http://ma.tt\">Matt Mullenweg</a>, the founding developer of <a href=\"http://wordpress.org\">WordPress</a> and founder of <a href=\"http://automattic.com\">Automattic</a>, was recently interviewed on <a href=\"http://www.kteh.org/\">KTEH&#8217;s</a> program <a href=\"http://www.kteh.org/tv/productions/thisisus.jsp\">&#8220;This is Us!&#8221;</a>.  </p>\n<p>In this 5 minute interview they covers lots of topics including <a href=\"http://wordcamp.org\">WordCamps</a> and Open Source / GPL. </p>\n<p></p>\n<p>[ Visit <a href=\"http://kteh.org\">KTEH</a> &amp; <a href=\"http://www.youtube.com/watch?v=SQEQr7c0-dw\">YouTube</a> ]</p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/1121/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/1121/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/1121/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/1121/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wordpresspublishers.wordpress.com/1121/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wordpresspublishers.wordpress.com/1121/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wordpresspublishers.wordpress.com/1121/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wordpresspublishers.wordpress.com/1121/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/1121/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/1121/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/1121/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/1121/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/1121/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/1121/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=1121&subd=wordpresspublishers&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"pubdate\";s:31:\"Thu, 11 Nov 2010 23:11:24 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:16:\"Raanan Bar-Cohen\";}s:7:\"summary\";s:2363:\"<p><a href=\"http://ma.tt\">Matt Mullenweg</a>, the founding developer of <a href=\"http://wordpress.org\">WordPress</a> and founder of <a href=\"http://automattic.com\">Automattic</a>, was recently interviewed on <a href=\"http://www.kteh.org/\">KTEH&#8217;s</a> program <a href=\"http://www.kteh.org/tv/productions/thisisus.jsp\">&#8220;This is Us!&#8221;</a>.  </p>\n<p>In this 5 minute interview they covers lots of topics including <a href=\"http://wordcamp.org\">WordCamps</a> and Open Source / GPL. </p>\n<p></p>\n<p>[ Visit <a href=\"http://kteh.org\">KTEH</a> &amp; <a href=\"http://www.youtube.com/watch?v=SQEQr7c0-dw\">YouTube</a> ]</p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/1121/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/1121/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/1121/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/1121/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wordpresspublishers.wordpress.com/1121/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wordpresspublishers.wordpress.com/1121/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wordpresspublishers.wordpress.com/1121/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wordpresspublishers.wordpress.com/1121/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/1121/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/1121/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/1121/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/1121/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/1121/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/1121/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=1121&subd=wordpresspublishers&ref=&feed=1\" width=\"1\" height=\"1\" />\";}i:36;a:7:{s:5:\"title\";s:41:\"Donncha: WP Super Cache and mod_pagespeed\";s:4:\"guid\";s:29:\"http://ocaoimh.ie/?p=89496054\";s:4:\"link\";s:46:\"http://ocaoimh.ie/wp-super-cache-modpagespeed/\";s:11:\"description\";s:3011:\"<p>So I finally got a chance to try <a href=\"http://code.google.com/speed/page-speed/\">mod_pagespeed</a> on this server. I particularly wanted to know if it behaved well with WP Super Cache as I&#8217;d <a href=\"http://wordpress.org/support/topic/mod_pagespeed-issue-with-wp-super-cache?replies=7\">read reports</a> that it causes problems.</p>\n<p>Unfortunately those problems are real but <a href=\"http://twitter.com/#!/flashingcursor/statuses/1655573036666882\">I&#8217;ve been told</a> that a new release will be out shortly to address a few bugs so perhaps this will help.</p>\n<p>If you&#8217;d like to try mod_pagespeed make sure you disable compression in WP Super Cache and clear the cache first. Even though the <a href=\"http://code.google.com/speed/page-speed/docs/using_mod.html\">docs</a> state that the module always generates uncompressed HTML it appears to do the opposite. In fact, it tries to load mod_deflate:</p>\n<blockquote><p># more pagespeed.load<br />\nLoadModule pagespeed_module /usr/lib/apache2/modules/mod_pagespeed.so</p>\n<p># Only attempt to load mod_deflate if it hasn&#8217;t been loaded already.<br />\n&lt;IfModule !mod_deflate.c><br />\nLoadModule deflate_module /usr/lib/apache2/modules/mod_deflate.so<br />\n&lt;/IfModule></p></blockquote>\n<p>When things were working, supercached files were processed by mod_pagespeed correctly, I noticed inline Javascript was modified to remove whitespace and I presume other changes were made too but I already minify things and have static files off on another domain so perhaps the changes made on my pages are less minimal.</p>\n<p>The changes made by mod_pagespeed, like minifying inline Javascript, are not cached by WP Super Cache so your server has to make these changes each time a page is served. I know that mod_deflate does not cache the gzipped page content, but zips up the page each time it&#8217;s served. Mod_pagespeed does however provide a caching mechanism so there&#8217;s a good chance those changes are cached there. I haven&#8217;t looked at the code so I don&#8217;t know.</p>\n<p>I did have problems with dynamic pages. A simple phpinfo() refused to load quite often, and backend requests sometimes became stuck. Load on the server sky rocketed occasionally, usually when the module cache directory was emptied.</p>\n<p>For now I&#8217;ve turned mod_pagespeed off but that might change as this is a young project and maturing fast! I&#8217;ll update this post whenever this happens.</p>\n<p><strong>Related Posts</strong><ul><li><a href=\"http://ocaoimh.ie/wp-super-cache-084-the-garbage-collector/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.4, the garbage collector\">WP Super Cache 0.8.4, the garbage collector</a></li><li><a href=\"http://ocaoimh.ie/wp-super-cache-087/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.7\">WP Super Cache 0.8.7</a></li><li><a href=\"http://ocaoimh.ie/wp-super-cache-099/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.9.9\">WP Super Cache 0.9.9</a></li></ul></p>\";s:7:\"pubdate\";s:31:\"Mon, 08 Nov 2010 16:14:49 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Donncha\";}s:7:\"summary\";s:3011:\"<p>So I finally got a chance to try <a href=\"http://code.google.com/speed/page-speed/\">mod_pagespeed</a> on this server. I particularly wanted to know if it behaved well with WP Super Cache as I&#8217;d <a href=\"http://wordpress.org/support/topic/mod_pagespeed-issue-with-wp-super-cache?replies=7\">read reports</a> that it causes problems.</p>\n<p>Unfortunately those problems are real but <a href=\"http://twitter.com/#!/flashingcursor/statuses/1655573036666882\">I&#8217;ve been told</a> that a new release will be out shortly to address a few bugs so perhaps this will help.</p>\n<p>If you&#8217;d like to try mod_pagespeed make sure you disable compression in WP Super Cache and clear the cache first. Even though the <a href=\"http://code.google.com/speed/page-speed/docs/using_mod.html\">docs</a> state that the module always generates uncompressed HTML it appears to do the opposite. In fact, it tries to load mod_deflate:</p>\n<blockquote><p># more pagespeed.load<br />\nLoadModule pagespeed_module /usr/lib/apache2/modules/mod_pagespeed.so</p>\n<p># Only attempt to load mod_deflate if it hasn&#8217;t been loaded already.<br />\n&lt;IfModule !mod_deflate.c><br />\nLoadModule deflate_module /usr/lib/apache2/modules/mod_deflate.so<br />\n&lt;/IfModule></p></blockquote>\n<p>When things were working, supercached files were processed by mod_pagespeed correctly, I noticed inline Javascript was modified to remove whitespace and I presume other changes were made too but I already minify things and have static files off on another domain so perhaps the changes made on my pages are less minimal.</p>\n<p>The changes made by mod_pagespeed, like minifying inline Javascript, are not cached by WP Super Cache so your server has to make these changes each time a page is served. I know that mod_deflate does not cache the gzipped page content, but zips up the page each time it&#8217;s served. Mod_pagespeed does however provide a caching mechanism so there&#8217;s a good chance those changes are cached there. I haven&#8217;t looked at the code so I don&#8217;t know.</p>\n<p>I did have problems with dynamic pages. A simple phpinfo() refused to load quite often, and backend requests sometimes became stuck. Load on the server sky rocketed occasionally, usually when the module cache directory was emptied.</p>\n<p>For now I&#8217;ve turned mod_pagespeed off but that might change as this is a young project and maturing fast! I&#8217;ll update this post whenever this happens.</p>\n<p><strong>Related Posts</strong><ul><li><a href=\"http://ocaoimh.ie/wp-super-cache-084-the-garbage-collector/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.4, the garbage collector\">WP Super Cache 0.8.4, the garbage collector</a></li><li><a href=\"http://ocaoimh.ie/wp-super-cache-087/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.7\">WP Super Cache 0.8.7</a></li><li><a href=\"http://ocaoimh.ie/wp-super-cache-099/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.9.9\">WP Super Cache 0.9.9</a></li></ul></p>\";}i:37;a:7:{s:5:\"title\";s:45:\"WordPress.tv: Introducing WordPress For Nokia\";s:4:\"guid\";s:27:\"http://wordpress.tv/?p=4382\";s:4:\"link\";s:63:\"http://wordpress.tv/2010/11/04/introducing-wordpress-for-nokia/\";s:11:\"description\";s:1763:\"<div id=\"x-video-1\" class=\"video-player\">\n\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4382/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4382/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4382/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4382/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4382/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4382/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4382/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4382/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4382/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4382/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4382/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4382/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4382/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4382/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=4382&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2010/11/04/introducing-wordpress-for-nokia/\"><img alt=\"WordPress For Nokia\" src=\"http://videos.videopress.com/J761zv5D/wp-nokia-v2_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"pubdate\";s:31:\"Thu, 04 Nov 2010 04:47:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Michael Pick\";}s:7:\"summary\";s:1763:\"<div id=\"x-video-1\" class=\"video-player\">\n\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4382/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4382/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4382/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4382/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4382/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4382/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4382/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4382/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4382/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4382/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4382/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4382/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4382/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4382/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=4382&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2010/11/04/introducing-wordpress-for-nokia/\"><img alt=\"WordPress For Nokia\" src=\"http://videos.videopress.com/J761zv5D/wp-nokia-v2_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";}i:38;a:7:{s:5:\"title\";s:41:\"WP iPhone: Version 2.6.2 Is Now Available\";s:4:\"guid\";s:31:\"http://ios.wordpress.org/?p=881\";s:4:\"link\";s:67:\"http://ios.wordpress.org/2010/11/04/version-2-6-2-is-now-available/\";s:11:\"description\";s:2797:\"<p>Version 2.6.2 of WordPress for iOS is now available to download in the <a href=\"http://itunes.apple.com/us/app/wordpress/id335703880?mt=8\">App Store</a>! This release addresses several annoying bugs, and also includes a few small improvements and a new crash reporting system.</p>\n<p>Included in this update:</p>\n<ul>\n<li>Fix for landscape orientation issue when editing posts.</li>\n<li>Fix for incorrect date/time on publish.</li>\n<li>Fix for sync issues when viewing posts.</li>\n<li>Fix for problems connecting to WordPress.org blogs using HTTP Auth.</li>\n<li>Fix for crash during Autosave check after publish.</li>\n<li>Fix for intermittent failures when uploading media.</li>\n<li>Fix for crash when editing WordPress.org blog settings.</li>\n<li>Improved HTML output for media uploads.</li>\n<li>Improved handling of XML-RPC endpoints for WordPress.org blogs.</li>\n<li>Improved UX when adding WordPress.org blogs.</li>\n<li>Added in-app crash reporting system.</li>\n<li>Added option to use HTML 4 tags when embedding video in a post.</li>\n</ul>\n<p>Go check it out and then let us know what you think here in the comments,Â <a href=\"http://ios.forums.wordpress.org/\">in the forum</a>, and onÂ <a href=\"http://twitter.com/wordpressios\">Twitter</a>.</p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wpiphone.wordpress.com/881/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wpiphone.wordpress.com/881/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wpiphone.wordpress.com/881/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wpiphone.wordpress.com/881/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wpiphone.wordpress.com/881/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wpiphone.wordpress.com/881/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wpiphone.wordpress.com/881/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wpiphone.wordpress.com/881/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wpiphone.wordpress.com/881/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wpiphone.wordpress.com/881/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wpiphone.wordpress.com/881/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wpiphone.wordpress.com/881/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wpiphone.wordpress.com/881/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wpiphone.wordpress.com/881/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=ios.wordpress.org&blog=3882653&post=881&subd=wpiphone&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"pubdate\";s:31:\"Thu, 04 Nov 2010 03:37:20 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Chris Boyd\";}s:7:\"summary\";s:2797:\"<p>Version 2.6.2 of WordPress for iOS is now available to download in the <a href=\"http://itunes.apple.com/us/app/wordpress/id335703880?mt=8\">App Store</a>! This release addresses several annoying bugs, and also includes a few small improvements and a new crash reporting system.</p>\n<p>Included in this update:</p>\n<ul>\n<li>Fix for landscape orientation issue when editing posts.</li>\n<li>Fix for incorrect date/time on publish.</li>\n<li>Fix for sync issues when viewing posts.</li>\n<li>Fix for problems connecting to WordPress.org blogs using HTTP Auth.</li>\n<li>Fix for crash during Autosave check after publish.</li>\n<li>Fix for intermittent failures when uploading media.</li>\n<li>Fix for crash when editing WordPress.org blog settings.</li>\n<li>Improved HTML output for media uploads.</li>\n<li>Improved handling of XML-RPC endpoints for WordPress.org blogs.</li>\n<li>Improved UX when adding WordPress.org blogs.</li>\n<li>Added in-app crash reporting system.</li>\n<li>Added option to use HTML 4 tags when embedding video in a post.</li>\n</ul>\n<p>Go check it out and then let us know what you think here in the comments,Â <a href=\"http://ios.forums.wordpress.org/\">in the forum</a>, and onÂ <a href=\"http://twitter.com/wordpressios\">Twitter</a>.</p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wpiphone.wordpress.com/881/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wpiphone.wordpress.com/881/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wpiphone.wordpress.com/881/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wpiphone.wordpress.com/881/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wpiphone.wordpress.com/881/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wpiphone.wordpress.com/881/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wpiphone.wordpress.com/881/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wpiphone.wordpress.com/881/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wpiphone.wordpress.com/881/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wpiphone.wordpress.com/881/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wpiphone.wordpress.com/881/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wpiphone.wordpress.com/881/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wpiphone.wordpress.com/881/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wpiphone.wordpress.com/881/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=ios.wordpress.org&blog=3882653&post=881&subd=wpiphone&ref=&feed=1\" width=\"1\" height=\"1\" />\";}i:39;a:7:{s:5:\"title\";s:68:\"WP Android: WordPress for Android 1.3.6: Media Improvements and More\";s:4:\"guid\";s:35:\"http://android.wordpress.org/?p=333\";s:4:\"link\";s:96:\"http://android.wordpress.org/2010/11/01/wordpress-for-android-1-3-6-media-improvements-and-more/\";s:11:\"description\";s:3421:\"<p>WordPress for Android 1.3.6* has been released to Android Market which includes some significant improvements to adding media to your blog posts and pages. Â Here&#8217;s what&#8217;s new:</p>\n<h3>Multiple Media Item Sharing</h3>\n<p>You can now select multiple items in the Android gallery app and share them to a new post in WordPress for Android. Â Here&#8217;s a quick video tutorial on how to do it:</p>\n<div id=\"x-video-0\" class=\"video-player\">\n\n</div>\n<h3>New Attached Media Display</h3>\n<p>The media that you&#8217;ve added to the post is now displayed in a horizontally scrolling gallery view, making it much easier to view the images that you&#8217;ve attached to a post or page.</p>\n<h3>YouTube Upload Fix</h3>\n<p>Sharing a video from the YouTube application has been fixed. Â When you share a video to a post from the app it will now be correctly embedded in your blog post for viewing.</p>\n<h3>More Bug Fixes</h3>\n<p>There&#8217;s many more fixes in this release including:</p>\n<ul>\n<li>Removed &#8216;read phone state&#8217; permission when installing the app from Android Market.</li>\n<li>Improved performance on the new post and new page views.</li>\n<li>New account form now loads correctly.</li>\n</ul>\n<p>We&#8217;re not stopping here! Â Many more great improvements for the app are in the works. Thanks once again to the WordPress and Android community for your support of this app.</p>\n<p>*<em>Update November 5th, 2010 &#8211; we released version 1.3.7 with some more fixes! Details are in the Android Market &#8216;Recent Changes&#8217; section for the app.</em></p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wpandroid.wordpress.com/333/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wpandroid.wordpress.com/333/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wpandroid.wordpress.com/333/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wpandroid.wordpress.com/333/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wpandroid.wordpress.com/333/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wpandroid.wordpress.com/333/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wpandroid.wordpress.com/333/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wpandroid.wordpress.com/333/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wpandroid.wordpress.com/333/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wpandroid.wordpress.com/333/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wpandroid.wordpress.com/333/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wpandroid.wordpress.com/333/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wpandroid.wordpress.com/333/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wpandroid.wordpress.com/333/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=android.wordpress.org&blog=9426921&post=333&subd=wpandroid&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://android.wordpress.org/2010/11/01/wordpress-for-android-1-3-6-media-improvements-and-more/\"><img alt=\"\" src=\"http://videos.videopress.com/jsTgjLgr/wordpress-for-android-1-3-6-media-upload_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"pubdate\";s:31:\"Mon, 01 Nov 2010 15:31:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Dan\";}s:7:\"summary\";s:3421:\"<p>WordPress for Android 1.3.6* has been released to Android Market which includes some significant improvements to adding media to your blog posts and pages. Â Here&#8217;s what&#8217;s new:</p>\n<h3>Multiple Media Item Sharing</h3>\n<p>You can now select multiple items in the Android gallery app and share them to a new post in WordPress for Android. Â Here&#8217;s a quick video tutorial on how to do it:</p>\n<div id=\"x-video-0\" class=\"video-player\">\n\n</div>\n<h3>New Attached Media Display</h3>\n<p>The media that you&#8217;ve added to the post is now displayed in a horizontally scrolling gallery view, making it much easier to view the images that you&#8217;ve attached to a post or page.</p>\n<h3>YouTube Upload Fix</h3>\n<p>Sharing a video from the YouTube application has been fixed. Â When you share a video to a post from the app it will now be correctly embedded in your blog post for viewing.</p>\n<h3>More Bug Fixes</h3>\n<p>There&#8217;s many more fixes in this release including:</p>\n<ul>\n<li>Removed &#8216;read phone state&#8217; permission when installing the app from Android Market.</li>\n<li>Improved performance on the new post and new page views.</li>\n<li>New account form now loads correctly.</li>\n</ul>\n<p>We&#8217;re not stopping here! Â Many more great improvements for the app are in the works. Thanks once again to the WordPress and Android community for your support of this app.</p>\n<p>*<em>Update November 5th, 2010 &#8211; we released version 1.3.7 with some more fixes! Details are in the Android Market &#8216;Recent Changes&#8217; section for the app.</em></p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wpandroid.wordpress.com/333/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wpandroid.wordpress.com/333/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wpandroid.wordpress.com/333/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wpandroid.wordpress.com/333/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wpandroid.wordpress.com/333/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wpandroid.wordpress.com/333/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wpandroid.wordpress.com/333/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wpandroid.wordpress.com/333/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wpandroid.wordpress.com/333/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wpandroid.wordpress.com/333/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wpandroid.wordpress.com/333/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wpandroid.wordpress.com/333/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wpandroid.wordpress.com/333/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wpandroid.wordpress.com/333/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=android.wordpress.org&blog=9426921&post=333&subd=wpandroid&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://android.wordpress.org/2010/11/01/wordpress-for-android-1-3-6-media-improvements-and-more/\"><img alt=\"\" src=\"http://videos.videopress.com/jsTgjLgr/wordpress-for-android-1-3-6-media-upload_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";}i:40;a:7:{s:5:\"title\";s:28:\"BuddyPress: BuddyPress 1.2.6\";s:4:\"guid\";s:29:\"http://buddypress.org/?p=1379\";s:4:\"link\";s:47:\"http://buddypress.org/2010/10/buddypress-1-2-6/\";s:11:\"description\";s:1965:\"<p>Ready immediately is <a href=\"http://wordpress.org/extend/plugins/buddypress/\">BuddyPress 1.2.6</a> which includes a number of important bug fixes to the 1.2 branch of code and is another highly recommended upgrade. As always, be sure to back-up your installations before upgrading, and deactivate any dependent plugins that you might have to ensure there are no conflicts or errors during the process.</p>\n<p>This version improves WordPress 3.0 compatibility, makes some minor tweaks to the included theme, and fixes a total of <a href=\"http://trac.buddypress.org/query?status=closed&group=priority&order=priority&col=id&col=summary&col=owner&col=type&col=priority&col=reporter&col=keywords&milestone=1.2.5\">91 reported issues! </a>Check out the <a href=\"http://buddypress.org/about/release-history/\">BuddyPress release history</a> for details on the important fixes in this release.</p>\n<h3>BuddyProps</h3>\n<p>With almost 100 bugs fixed and issues addressed in 1.2.6, you can bet we have some people to thank. Firstly, congrats and thanks again to Boone and Paul for all of their help and contributions. They are both huge assets to the BuddyPress project and Andy and I are really happy to have their continued support. Props go out to benfremer, cnorris23, dwenaus, erich73, francescolaffi, hempsworth, intimez, jeffsayre, kunalb, paulhastings0, r-a-y, wpmuguru, and everyone else that contributed. (If I missed you, slap me with a trout and leave a comment below.)</p>\n<p>Paul, Boone, and I spent almost 3 full days together at WordCamp New York talking about what we&#8217;d like to focus on and what direction we&#8217;d like to see things go. This version of BuddyPress has been one of our longest development cycles to date since we&#8217;ve gone 1.0. By bringing on Paul and Boone we&#8217;re going to ramp up production and set our sights on the next major version somewhere around the end of 2010.</p>\n<p>Have fun and thanks for using BuddyPress!</p>\";s:7:\"pubdate\";s:31:\"Thu, 21 Oct 2010 01:16:01 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"John James Jacoby\";}s:7:\"summary\";s:1965:\"<p>Ready immediately is <a href=\"http://wordpress.org/extend/plugins/buddypress/\">BuddyPress 1.2.6</a> which includes a number of important bug fixes to the 1.2 branch of code and is another highly recommended upgrade. As always, be sure to back-up your installations before upgrading, and deactivate any dependent plugins that you might have to ensure there are no conflicts or errors during the process.</p>\n<p>This version improves WordPress 3.0 compatibility, makes some minor tweaks to the included theme, and fixes a total of <a href=\"http://trac.buddypress.org/query?status=closed&group=priority&order=priority&col=id&col=summary&col=owner&col=type&col=priority&col=reporter&col=keywords&milestone=1.2.5\">91 reported issues! </a>Check out the <a href=\"http://buddypress.org/about/release-history/\">BuddyPress release history</a> for details on the important fixes in this release.</p>\n<h3>BuddyProps</h3>\n<p>With almost 100 bugs fixed and issues addressed in 1.2.6, you can bet we have some people to thank. Firstly, congrats and thanks again to Boone and Paul for all of their help and contributions. They are both huge assets to the BuddyPress project and Andy and I are really happy to have their continued support. Props go out to benfremer, cnorris23, dwenaus, erich73, francescolaffi, hempsworth, intimez, jeffsayre, kunalb, paulhastings0, r-a-y, wpmuguru, and everyone else that contributed. (If I missed you, slap me with a trout and leave a comment below.)</p>\n<p>Paul, Boone, and I spent almost 3 full days together at WordCamp New York talking about what we&#8217;d like to focus on and what direction we&#8217;d like to see things go. This version of BuddyPress has been one of our longest development cycles to date since we&#8217;ve gone 1.0. By bringing on Paul and Boone we&#8217;re going to ramp up production and set our sights on the next major version somewhere around the end of 2010.</p>\n<p>Have fun and thanks for using BuddyPress!</p>\";}i:41;a:7:{s:5:\"title\";s:54:\"WP Blackberry: WordPress for BlackBerry 1.4.4 Released\";s:4:\"guid\";s:38:\"http://blackberry.wordpress.org/?p=397\";s:4:\"link\";s:57:\"http://blackberry.wordpress.org/2010/10/18/release-1-4-4/\";s:11:\"description\";s:2950:\"<p>WordPress for BlackBerry version 1.4.4 has been released toÂ <a href=\"http://appworld.blackberry.com/webstore/content/5802\">BlackBerry App World</a>.</p>\n<p>Depending on your region or country, you may not see the latest version in BlackBerry App World yet. However, the new release should be available for download on your device starting today.</p>\n<p>1.4.4 adds the following features:</p>\n<ul>\n<li>Rotate uploaded photos.</li>\n<li>Better integration with BlackBerry Torch 9800.</li>\n</ul>\n<p>We also squeezed in some bug fixes, including the media uploading issue on the 9800 Torch device:</p>\n<ul>\n<li>Fixed the media uploading issue on the 9800. It requires <a href=\"http://en.wikipedia.org/wiki/AtomPub\">AtomPub</a> to be enabled on your blog.</li>\n<li>Fixed an issue that would sometimes occur with long post titles.</li>\n<li>Fixed issues with orphan categories.</li>\n<li>Fixed issues with the blog shortcut icon which would appear too big sometimes.</li>\n<li>Minor bug fixing.</li>\n</ul>\n<p>Do you have questions or feedback on how we can make the app better? Please visit theÂ <a href=\"http://blackberry.forums.wordpress.org/\">WordPress for BlackBerry forums</a> and tell us your thoughts!</p>\n<p>Psst.. Follow us on Twitter for the latest news: <a href=\"http://twitter.com/WPBlackBerry\" target=\"_blank\">@WPBlackBerry</a>.</p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wpblackberry.wordpress.com/397/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wpblackberry.wordpress.com/397/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wpblackberry.wordpress.com/397/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wpblackberry.wordpress.com/397/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wpblackberry.wordpress.com/397/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wpblackberry.wordpress.com/397/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wpblackberry.wordpress.com/397/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wpblackberry.wordpress.com/397/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wpblackberry.wordpress.com/397/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wpblackberry.wordpress.com/397/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wpblackberry.wordpress.com/397/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wpblackberry.wordpress.com/397/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wpblackberry.wordpress.com/397/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wpblackberry.wordpress.com/397/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blackberry.wordpress.org&blog=8247031&post=397&subd=wpblackberry&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"pubdate\";s:31:\"Mon, 18 Oct 2010 16:40:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"Danilo\";}s:7:\"summary\";s:2950:\"<p>WordPress for BlackBerry version 1.4.4 has been released toÂ <a href=\"http://appworld.blackberry.com/webstore/content/5802\">BlackBerry App World</a>.</p>\n<p>Depending on your region or country, you may not see the latest version in BlackBerry App World yet. However, the new release should be available for download on your device starting today.</p>\n<p>1.4.4 adds the following features:</p>\n<ul>\n<li>Rotate uploaded photos.</li>\n<li>Better integration with BlackBerry Torch 9800.</li>\n</ul>\n<p>We also squeezed in some bug fixes, including the media uploading issue on the 9800 Torch device:</p>\n<ul>\n<li>Fixed the media uploading issue on the 9800. It requires <a href=\"http://en.wikipedia.org/wiki/AtomPub\">AtomPub</a> to be enabled on your blog.</li>\n<li>Fixed an issue that would sometimes occur with long post titles.</li>\n<li>Fixed issues with orphan categories.</li>\n<li>Fixed issues with the blog shortcut icon which would appear too big sometimes.</li>\n<li>Minor bug fixing.</li>\n</ul>\n<p>Do you have questions or feedback on how we can make the app better? Please visit theÂ <a href=\"http://blackberry.forums.wordpress.org/\">WordPress for BlackBerry forums</a> and tell us your thoughts!</p>\n<p>Psst.. Follow us on Twitter for the latest news: <a href=\"http://twitter.com/WPBlackBerry\" target=\"_blank\">@WPBlackBerry</a>.</p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wpblackberry.wordpress.com/397/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wpblackberry.wordpress.com/397/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wpblackberry.wordpress.com/397/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wpblackberry.wordpress.com/397/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wpblackberry.wordpress.com/397/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wpblackberry.wordpress.com/397/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wpblackberry.wordpress.com/397/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wpblackberry.wordpress.com/397/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wpblackberry.wordpress.com/397/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wpblackberry.wordpress.com/397/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wpblackberry.wordpress.com/397/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wpblackberry.wordpress.com/397/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wpblackberry.wordpress.com/397/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wpblackberry.wordpress.com/397/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blackberry.wordpress.org&blog=8247031&post=397&subd=wpblackberry&ref=&feed=1\" width=\"1\" height=\"1\" />\";}i:42;a:7:{s:5:\"title\";s:38:\"BuddyPress: Introducing Paul and Boone\";s:4:\"guid\";s:59:\"http://buddypress.org/2010/10/introducing-paul-and-boone-2/\";s:4:\"link\";s:59:\"http://buddypress.org/2010/10/introducing-paul-and-boone-2/\";s:11:\"description\";s:857:\"<p>Today at WordCamp New York (about 30 minutes ago in fact) I had the privilege of introducing Boone B. Gorges and Paul Gibbs as new core committers to the BuddyPress project.</p>\n<p>In recent months both Boone and Paul have been heavily involved in team meetings, forum moderation, and producing outstanding core code patches. If you spend any amount of time in our forums or in our development Trac, then you have definitely spent some time with them and know that this isn&#8217;t really a huge surprise. <img src=\"http://buddypress.org/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n<p>You know what this means, right? Look forward to some more awesome stuff coming in the next few weeks from the BuddyPress team, the project as a whole, and stay tuned to this blog for more news coming soon!</p>\n<p>Congrats gents!  </p>\";s:7:\"pubdate\";s:31:\"Sat, 16 Oct 2010 15:16:10 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"John James Jacoby\";}s:7:\"summary\";s:857:\"<p>Today at WordCamp New York (about 30 minutes ago in fact) I had the privilege of introducing Boone B. Gorges and Paul Gibbs as new core committers to the BuddyPress project.</p>\n<p>In recent months both Boone and Paul have been heavily involved in team meetings, forum moderation, and producing outstanding core code patches. If you spend any amount of time in our forums or in our development Trac, then you have definitely spent some time with them and know that this isn&#8217;t really a huge surprise. <img src=\"http://buddypress.org/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n<p>You know what this means, right? Look forward to some more awesome stuff coming in the next few weeks from the BuddyPress team, the project as a whole, and stay tuned to this blog for more news coming soon!</p>\n<p>Congrats gents!  </p>\";}i:43;a:7:{s:5:\"title\";s:51:\"Dougal Campbell: WordPress and Drupal: Convergence?\";s:4:\"guid\";s:34:\"http://dougal.gunters.org/?p=26888\";s:4:\"link\";s:74:\"http://dougal.gunters.org/blog/2010/10/13/wordpress-and-drupal-convergence\";s:11:\"description\";s:8745:\"<div><img width=\"131\" height=\"150\" src=\"http://maxcdn.gunters.org/wordpress/wp-content/uploads/2010/10/WP-Drupal-131x150.png\" class=\"attachment-post-thumbnail wp-post-image\" alt=\"WP-Drupal\" title=\"WP-Drupal\" /></div><p>Obviously, as a once-upon-a-time core developer for the project, and as someone who continues to work in that community, I am pretty familiar with <a href=\"http://wordpress.org/\">WordPress</a>. There&#8217;s hardly a day that goes by that I&#8217;m not hip-deep in WordPress code and news. I&#8217;ve watched its evolution over these past 7+ years as it has moved from a simple blogging system towards becoming a more full-featured <acronym title=\"Content Management System\"><span class=\"caps\">CMS</span></acronym>.</p>\n<p>Before WordPress was born, I was searching for a platform to build my own site on. I was waffling over <a href=\"http://dougal.gunters.org/blog/2002/11/12/software-development\">whether to write my own</a> from scratch or to use an already existing program. One of the projects I looked at early on was <a href=\"http://drupal.org/\">Drupal</a> (in fact, <a title=\"Dougal on drupal.org\" href=\"http://drupal.org/user/1313\">my drupal.org user account</a> is 2 years older than <a title=\"Dougal on wordpress.org\" href=\"http://wordpress.org/support/profile/dougal\">my wordpress.org account</a>). It was kind of interesting, from a philosophical/architectural point of view, but it wasn&#8217;t easy to set up and use. I tinkered with it briefly, shrugged, and moved on to inspect the next tool for consideration.</p>\n<p>In recent years, my wife, <a title=\"Susan Campbell on Twitter\" href=\"http://twitter.com/suzecampbell\">Susan</a>, began using Drupal at her job, which brought me a couple of opportunities to look at it when she had questions that she thought I could help her with. When I watched her configuring her Drupal sites, I could see that while it had some nice architectural features, it still had a steep learning curve. So when the <a title=\"Drupal 7 User Experience project\" href=\"http://www.d7ux.org/\">D7UX initiative</a> came around, with the goal of making Drupal 7 easier to use through a new-and-improved interface, it piqued my interest. Also, Susan has been involved with the organization of <a title=\"DrupalCamp Atlanta\" href=\"http://drupalcampatlanta.com/\">DrupalCamp Atlanta</a> for its first two years (as the voice of the <a title=\"DrupalCamp Atlanta on Twitter\" href=\"http://twitter.com/DrupalCamp_ATL\">@DrupalCamp_ATL</a> account, AKA &#8220;Drupal Peachy Head&#8221;). So I&#8217;ve gone with her to those two DrupalCamp events, and had the opportunity to learn more about that <acronym title=\"Content Management System\"><span class=\"caps\">CMS</span></acronym>.</p>\n<p>I&#8217;ll admit that I&#8217;m still not terribly familiar with actually using Drupal, though I did finally install D7-alpha-6 on my laptop recently. But I have had the opportunity to observe its community some &#8212; online, in person, and through podcasts &#8212; and I&#8217;ve learned a little bit about how they manage the release of a new version. And so I have a <em>pretty</em> good perspective on comparing some traits the WordPress and Drupal communities. I&#8217;ve said it before, and I&#8217;ll say it again: there is a lot we can learn from each other, and I think that it is a win-win for the community in doing so.</p>\n<p>First of all, what can Drupal learn from WordPress? Well the main thing is one that they are already working on: they should improve their user interface. It&#8217;s no secret that probably one of the biggest factors of the success and popularity of WordPress is that it is so darned easy to use. It starts with &#8220;the famous 5-minute install&#8221;. You don&#8217;t have to be any kind of technical wizard to set up WordPress. Pretty much all you need to get started is the database information that will be provided by your hosting company in most cases. And then once you&#8217;re past the install phase, the rest of the software is pretty intuitive. The ability to upgrade plugins, themes, and even the core system itself at the click of a button is icing on the cake.</p>\n<p>This slideshow presentation from Jen Lampton makes most of the salient points:</p>\n<div id=\"__ss_4830309\"><strong><a title=\"Why Drupal Should Be More Like WordPress\" href=\"http://www.slideshare.net/jenlampton/wordpress-is-better-than-drupal-developers-take-note-4830309\">Why Drupal Should Be More Like WordPress</a></strong></p>\n<div>View more <a href=\"http://www.slideshare.net/\">presentations</a> from <a href=\"http://www.slideshare.net/jenlampton\">Jen Lampton</a>.</div>\n</div>\n<p>And what can WordPress learn from Drupal? They have a really solid core architecture with amazing introspection capabilities. The Features module for Drupal makes it easy to export modules &#8212; along with their dependencies, configuration, and data &#8212; from one installation to another. WordPress will be hard-pressed (no pun intended) to emulate something like that for many versions to come. Drupal has automated runs of unit tests whenever someone contributes a patch for core or a module, giving developers almost instant feedback of problems and regressions. It is common for Drupal developers to build modules which do nothing more than provide infrastructure and APIs for <em>other</em> modules to leverage. Having a dependencies system in place makes this possible.</p>\n<p>Drupal developers will sometimes scoff at WordPress and deride it as &#8220;just a blogging platform&#8221;. WordPress developers might point out how hard it is to do certain tasks in Drupal which just work &#8220;right out of the box&#8221; Â in WordPress. But some of those same Drupal developers look at how easy WordPress is, or how popular it is, and feel a little jealous. A few WordPress devs recognize our lack of database independence, dependency checking, or flexible <acronym title=\"Uniform Resource Locator\"><span class=\"caps\">URL</span></acronym> routing, and wish we could push these things into core now.</p>\n<p>Drupal devs note that WordPress has been beefing up its custom taxonomy and content type support, and say that WordPress is just copying Drupal. WordPress devs point out how often Drupal gets compared to WordPress when discussions of good <acronym title=\"User Interface\"><span class=\"caps\">UI</span></acronym> come up, or tout how even Mark Boulton Design <a href=\"http://www.d7ux.org/why-is-this-on-wordpress/\">put their D7UX blog in WordPress to start with</a>, because it was easier to use than Drupal at the time.</p>\n<p>But I think these changes are a pretty natural evolution for both systems. If you could imagine &#8220;The Perfect <acronym title=\"Content Management System\"><span class=\"caps\">CMS</span></acronym>&#8221;, what would it be like? It would be easy to use, and it would be full of powerful features, right? It would be lovely to look at, and it would have a strong underlying architecture and <acronym title=\"Application Interface\"><span class=\"caps\">API</span></acronym>.</p>\n<p><a rel=\"attachment wp-att-26892\" href=\"http://dougal.gunters.org/blog/2010/10/13/wordpress-and-drupal-convergence/wordpress-vs-drupal\"><img class=\"aligncenter size-full wp-image-26892\" title=\"WordPress vs Drupal\" src=\"http://maxcdn.gunters.org/wordpress/wp-content/uploads/2010/10/WordPress-vs-Drupal.png\" alt=\"\" width=\"400\" height=\"420\" /></a>I think WordPress and Drupal are both heading in that direction &#8212; they just had different starting points. WordPress started with good usability, but a limited architecture and feature set. Drupal started with a strong architecture, but a very developer-centric user experience. But WordPress has Â been steadily improving its architecture. And Drupal has been working on its <acronym title=\"User Interface\"><span class=\"caps\">UI</span></acronym>. They had different origins, and they have taken different paths, but they are both evolving towards <acronym title=\"Content Management System\"><span class=\"caps\">CMS</span></acronym> Nirvana. And we users get to ride along.</p>\n<p>If you could bring a feature from one system to the other, what would it be?</p>\n\n\n<p>Related posts:<ol><li><a href=\"http://dougal.gunters.org/blog/2010/05/11/wordpress-and-drupal\" rel=\"bookmark\" title=\"Permanent Link: WordPress and Drupal\">WordPress and Drupal</a></li>\n<li><a href=\"http://dougal.gunters.org/blog/2009/06/22/drupal-shop-gives-props-to-wordpress\" rel=\"bookmark\" title=\"Permanent Link: Drupal shop gives props to WordPress\">Drupal shop gives props to WordPress</a></li>\n<li><a href=\"http://dougal.gunters.org/blog/2009/07/30/wordpress-packages\" rel=\"bookmark\" title=\"Permanent Link: WordPress Packages?\">WordPress Packages?</a></li>\n</ol></p>\";s:7:\"pubdate\";s:31:\"Wed, 13 Oct 2010 13:22:50 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"Dougal\";}s:7:\"summary\";s:8745:\"<div><img width=\"131\" height=\"150\" src=\"http://maxcdn.gunters.org/wordpress/wp-content/uploads/2010/10/WP-Drupal-131x150.png\" class=\"attachment-post-thumbnail wp-post-image\" alt=\"WP-Drupal\" title=\"WP-Drupal\" /></div><p>Obviously, as a once-upon-a-time core developer for the project, and as someone who continues to work in that community, I am pretty familiar with <a href=\"http://wordpress.org/\">WordPress</a>. There&#8217;s hardly a day that goes by that I&#8217;m not hip-deep in WordPress code and news. I&#8217;ve watched its evolution over these past 7+ years as it has moved from a simple blogging system towards becoming a more full-featured <acronym title=\"Content Management System\"><span class=\"caps\">CMS</span></acronym>.</p>\n<p>Before WordPress was born, I was searching for a platform to build my own site on. I was waffling over <a href=\"http://dougal.gunters.org/blog/2002/11/12/software-development\">whether to write my own</a> from scratch or to use an already existing program. One of the projects I looked at early on was <a href=\"http://drupal.org/\">Drupal</a> (in fact, <a title=\"Dougal on drupal.org\" href=\"http://drupal.org/user/1313\">my drupal.org user account</a> is 2 years older than <a title=\"Dougal on wordpress.org\" href=\"http://wordpress.org/support/profile/dougal\">my wordpress.org account</a>). It was kind of interesting, from a philosophical/architectural point of view, but it wasn&#8217;t easy to set up and use. I tinkered with it briefly, shrugged, and moved on to inspect the next tool for consideration.</p>\n<p>In recent years, my wife, <a title=\"Susan Campbell on Twitter\" href=\"http://twitter.com/suzecampbell\">Susan</a>, began using Drupal at her job, which brought me a couple of opportunities to look at it when she had questions that she thought I could help her with. When I watched her configuring her Drupal sites, I could see that while it had some nice architectural features, it still had a steep learning curve. So when the <a title=\"Drupal 7 User Experience project\" href=\"http://www.d7ux.org/\">D7UX initiative</a> came around, with the goal of making Drupal 7 easier to use through a new-and-improved interface, it piqued my interest. Also, Susan has been involved with the organization of <a title=\"DrupalCamp Atlanta\" href=\"http://drupalcampatlanta.com/\">DrupalCamp Atlanta</a> for its first two years (as the voice of the <a title=\"DrupalCamp Atlanta on Twitter\" href=\"http://twitter.com/DrupalCamp_ATL\">@DrupalCamp_ATL</a> account, AKA &#8220;Drupal Peachy Head&#8221;). So I&#8217;ve gone with her to those two DrupalCamp events, and had the opportunity to learn more about that <acronym title=\"Content Management System\"><span class=\"caps\">CMS</span></acronym>.</p>\n<p>I&#8217;ll admit that I&#8217;m still not terribly familiar with actually using Drupal, though I did finally install D7-alpha-6 on my laptop recently. But I have had the opportunity to observe its community some &#8212; online, in person, and through podcasts &#8212; and I&#8217;ve learned a little bit about how they manage the release of a new version. And so I have a <em>pretty</em> good perspective on comparing some traits the WordPress and Drupal communities. I&#8217;ve said it before, and I&#8217;ll say it again: there is a lot we can learn from each other, and I think that it is a win-win for the community in doing so.</p>\n<p>First of all, what can Drupal learn from WordPress? Well the main thing is one that they are already working on: they should improve their user interface. It&#8217;s no secret that probably one of the biggest factors of the success and popularity of WordPress is that it is so darned easy to use. It starts with &#8220;the famous 5-minute install&#8221;. You don&#8217;t have to be any kind of technical wizard to set up WordPress. Pretty much all you need to get started is the database information that will be provided by your hosting company in most cases. And then once you&#8217;re past the install phase, the rest of the software is pretty intuitive. The ability to upgrade plugins, themes, and even the core system itself at the click of a button is icing on the cake.</p>\n<p>This slideshow presentation from Jen Lampton makes most of the salient points:</p>\n<div id=\"__ss_4830309\"><strong><a title=\"Why Drupal Should Be More Like WordPress\" href=\"http://www.slideshare.net/jenlampton/wordpress-is-better-than-drupal-developers-take-note-4830309\">Why Drupal Should Be More Like WordPress</a></strong></p>\n<div>View more <a href=\"http://www.slideshare.net/\">presentations</a> from <a href=\"http://www.slideshare.net/jenlampton\">Jen Lampton</a>.</div>\n</div>\n<p>And what can WordPress learn from Drupal? They have a really solid core architecture with amazing introspection capabilities. The Features module for Drupal makes it easy to export modules &#8212; along with their dependencies, configuration, and data &#8212; from one installation to another. WordPress will be hard-pressed (no pun intended) to emulate something like that for many versions to come. Drupal has automated runs of unit tests whenever someone contributes a patch for core or a module, giving developers almost instant feedback of problems and regressions. It is common for Drupal developers to build modules which do nothing more than provide infrastructure and APIs for <em>other</em> modules to leverage. Having a dependencies system in place makes this possible.</p>\n<p>Drupal developers will sometimes scoff at WordPress and deride it as &#8220;just a blogging platform&#8221;. WordPress developers might point out how hard it is to do certain tasks in Drupal which just work &#8220;right out of the box&#8221; Â in WordPress. But some of those same Drupal developers look at how easy WordPress is, or how popular it is, and feel a little jealous. A few WordPress devs recognize our lack of database independence, dependency checking, or flexible <acronym title=\"Uniform Resource Locator\"><span class=\"caps\">URL</span></acronym> routing, and wish we could push these things into core now.</p>\n<p>Drupal devs note that WordPress has been beefing up its custom taxonomy and content type support, and say that WordPress is just copying Drupal. WordPress devs point out how often Drupal gets compared to WordPress when discussions of good <acronym title=\"User Interface\"><span class=\"caps\">UI</span></acronym> come up, or tout how even Mark Boulton Design <a href=\"http://www.d7ux.org/why-is-this-on-wordpress/\">put their D7UX blog in WordPress to start with</a>, because it was easier to use than Drupal at the time.</p>\n<p>But I think these changes are a pretty natural evolution for both systems. If you could imagine &#8220;The Perfect <acronym title=\"Content Management System\"><span class=\"caps\">CMS</span></acronym>&#8221;, what would it be like? It would be easy to use, and it would be full of powerful features, right? It would be lovely to look at, and it would have a strong underlying architecture and <acronym title=\"Application Interface\"><span class=\"caps\">API</span></acronym>.</p>\n<p><a rel=\"attachment wp-att-26892\" href=\"http://dougal.gunters.org/blog/2010/10/13/wordpress-and-drupal-convergence/wordpress-vs-drupal\"><img class=\"aligncenter size-full wp-image-26892\" title=\"WordPress vs Drupal\" src=\"http://maxcdn.gunters.org/wordpress/wp-content/uploads/2010/10/WordPress-vs-Drupal.png\" alt=\"\" width=\"400\" height=\"420\" /></a>I think WordPress and Drupal are both heading in that direction &#8212; they just had different starting points. WordPress started with good usability, but a limited architecture and feature set. Drupal started with a strong architecture, but a very developer-centric user experience. But WordPress has Â been steadily improving its architecture. And Drupal has been working on its <acronym title=\"User Interface\"><span class=\"caps\">UI</span></acronym>. They had different origins, and they have taken different paths, but they are both evolving towards <acronym title=\"Content Management System\"><span class=\"caps\">CMS</span></acronym> Nirvana. And we users get to ride along.</p>\n<p>If you could bring a feature from one system to the other, what would it be?</p>\n\n\n<p>Related posts:<ol><li><a href=\"http://dougal.gunters.org/blog/2010/05/11/wordpress-and-drupal\" rel=\"bookmark\" title=\"Permanent Link: WordPress and Drupal\">WordPress and Drupal</a></li>\n<li><a href=\"http://dougal.gunters.org/blog/2009/06/22/drupal-shop-gives-props-to-wordpress\" rel=\"bookmark\" title=\"Permanent Link: Drupal shop gives props to WordPress\">Drupal shop gives props to WordPress</a></li>\n<li><a href=\"http://dougal.gunters.org/blog/2009/07/30/wordpress-packages\" rel=\"bookmark\" title=\"Permanent Link: WordPress Packages?\">WordPress Packages?</a></li>\n</ol></p>\";}i:44;a:7:{s:5:\"title\";s:46:\"Gravatar: Gravatar Hovercards on WordPress.com\";s:4:\"guid\";s:31:\"http://blog.gravatar.com/?p=261\";s:4:\"link\";s:73:\"http://blog.gravatar.com/2010/10/06/gravatar-hovercards-on-wordpress-com/\";s:11:\"description\";s:3565:\"<div>\n<p>You thoughtÂ <a rel=\"noreferrer\" href=\"http://href.li/?http://blog.gravatar.com/2010/06/02/public-profiles-for-everyone/\">Gravatar Profiles</a> were cool? Wait until you see them on all WordPress.com blogs.</p>\n<p>Today we&#8217;re upping your Gravatar Profile to a new level of awesomeness with Gravatar Hovercards. It&#8217;s now easy to find out about who is behind your favorite comments on WordPress.com simply by moving your mouse over their Gravatar.Â  This new feature is enabled by default across WordPress.com.</p>\n<h3>Whatâ€™s a Hovercard?</h3>\n<p>Gravatar Hovercards show information about a person: name, bio, pictures, and their contact info at other services they use on the web like Twitter, Facebook or LinkedIn.</p>\n<p><img class=\"aligncenter\" title=\"kristin_hovercard\" src=\"http://en.blog.files.wordpress.com/2010/10/kristin_hovercard.png?w=531&h=274\" alt=\"\" width=\"531\" height=\"274\" /></p>\n<p>As a commenter, Hovercards offer a great way to show your Internet presence and help people find your own blog. If you&#8217;re a blogger on WordPress.com, you can quickly check out whoâ€™s commenting on your blog, and have an easier time connecting with them.</p>\n<h3>How to use and see Hovercards</h3>\n<p>You can see other people&#8217;s Hovercards by moving your mouse over their Gravatar picture in comments on any WordPress.com blog, and after a moment the Hovercard will appear. The information shown is taken directly from the person&#8217;s Gravatar profile. The more info in the profile, the more we show in the Hovercard.</p>\n<p>If you haven&#8217;t set up your Gravatar Profile yet, just log in toÂ <a href=\"http://www.gravatar.com\">Gravatar.com</a> and fill out your details under <a href=\"http://gravatar.com/profiles/edit/\">Edit My Profile</a>. If you don&#8217;t have an account yet, you canÂ <a href=\"http://gravatar.com/site/signup/\">sign up here</a>.</p>\n<p>Check back soon for details on how to add hovercards to your own website, or any site currently using Gravatars.</p>\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/gravatar.wordpress.com/261/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/gravatar.wordpress.com/261/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/gravatar.wordpress.com/261/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/gravatar.wordpress.com/261/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/gravatar.wordpress.com/261/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/gravatar.wordpress.com/261/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/gravatar.wordpress.com/261/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/gravatar.wordpress.com/261/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/gravatar.wordpress.com/261/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/gravatar.wordpress.com/261/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/gravatar.wordpress.com/261/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/gravatar.wordpress.com/261/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/gravatar.wordpress.com/261/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/gravatar.wordpress.com/261/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.gravatar.com&blog=1886259&post=261&subd=gravatar&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"pubdate\";s:31:\"Wed, 06 Oct 2010 22:19:37 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Beau Lebens\";}s:7:\"summary\";s:3565:\"<div>\n<p>You thoughtÂ <a rel=\"noreferrer\" href=\"http://href.li/?http://blog.gravatar.com/2010/06/02/public-profiles-for-everyone/\">Gravatar Profiles</a> were cool? Wait until you see them on all WordPress.com blogs.</p>\n<p>Today we&#8217;re upping your Gravatar Profile to a new level of awesomeness with Gravatar Hovercards. It&#8217;s now easy to find out about who is behind your favorite comments on WordPress.com simply by moving your mouse over their Gravatar.Â  This new feature is enabled by default across WordPress.com.</p>\n<h3>Whatâ€™s a Hovercard?</h3>\n<p>Gravatar Hovercards show information about a person: name, bio, pictures, and their contact info at other services they use on the web like Twitter, Facebook or LinkedIn.</p>\n<p><img class=\"aligncenter\" title=\"kristin_hovercard\" src=\"http://en.blog.files.wordpress.com/2010/10/kristin_hovercard.png?w=531&h=274\" alt=\"\" width=\"531\" height=\"274\" /></p>\n<p>As a commenter, Hovercards offer a great way to show your Internet presence and help people find your own blog. If you&#8217;re a blogger on WordPress.com, you can quickly check out whoâ€™s commenting on your blog, and have an easier time connecting with them.</p>\n<h3>How to use and see Hovercards</h3>\n<p>You can see other people&#8217;s Hovercards by moving your mouse over their Gravatar picture in comments on any WordPress.com blog, and after a moment the Hovercard will appear. The information shown is taken directly from the person&#8217;s Gravatar profile. The more info in the profile, the more we show in the Hovercard.</p>\n<p>If you haven&#8217;t set up your Gravatar Profile yet, just log in toÂ <a href=\"http://www.gravatar.com\">Gravatar.com</a> and fill out your details under <a href=\"http://gravatar.com/profiles/edit/\">Edit My Profile</a>. If you don&#8217;t have an account yet, you canÂ <a href=\"http://gravatar.com/site/signup/\">sign up here</a>.</p>\n<p>Check back soon for details on how to add hovercards to your own website, or any site currently using Gravatars.</p>\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/gravatar.wordpress.com/261/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/gravatar.wordpress.com/261/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/gravatar.wordpress.com/261/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/gravatar.wordpress.com/261/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/gravatar.wordpress.com/261/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/gravatar.wordpress.com/261/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/gravatar.wordpress.com/261/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/gravatar.wordpress.com/261/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/gravatar.wordpress.com/261/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/gravatar.wordpress.com/261/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/gravatar.wordpress.com/261/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/gravatar.wordpress.com/261/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/gravatar.wordpress.com/261/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/gravatar.wordpress.com/261/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.gravatar.com&blog=1886259&post=261&subd=gravatar&ref=&feed=1\" width=\"1\" height=\"1\" />\";}i:45;a:7:{s:5:\"title\";s:44:\"Lloyd: WordPress does one thing very wellâ€¦\";s:4:\"guid\";s:30:\"http://foolswisdom.com/?p=2769\";s:4:\"link\";s:45:\"http://foolswisdom.com/wordpress-awesome-cms/\";s:11:\"description\";s:1760:\"<p>&#8230;allow everyone to easily publish on the Web!</p>\n<p>And to make that happen, WordPress must be an easy to develop and design web publishing environment.</p>\n<blockquote><p>Stop! This is <a href=\"http://en.wikipedia.org/wiki/Apples_and_oranges\">comparing apples and oranges</a>. [WordPress] is a honed, refined blogging product that does one thing very well, whereas Drupal is a flexible, extensible CMS plus a huge set of tools for building websites, web applications, and integrating with other tools.<br />\n<cite>By &#8220;jam &#8211; Senior Wr&#8230;.&#8221;, &#8220;<a href=\"http://acquia.com/blog/jam/time-for-drupal-products\">The time is right for Drupal products</a>&#8220;</cite></p></blockquote>\n<p>It&#8217;s frustrating that competitors are still trying to pigeon-hole WordPress. The satisfying irony is that I expect WordPress&#8217;s use for non-blog sites is growing faster than the competitors.</p>\n<p>Sure, we have biases. We are biases towards familiarity, usability, and not stressing people &#8212;  letting people be awesome!</p>\n<p>A leading example of what you can do with <a href=\"http://wordpress.org/\">WordPress 3.0</a> CMS <a href=\"http://codex.wordpress.org/Version_3.0\">features</a> is what <a href=\"http://en.wikipedia.org/wiki/CBS\">CBS</a>, with the help of <a href=\"http://vocecommunications.com/\">VOCE Communications</a>, have already created for nearing 200 CBS Radio and CBS Local properties. Sites like:</p>\n<ul>\n<li><a href=\"http://newyork.cbslocal.com/ \">newyork.cbslocal.com</a></li>\n<li><a href=\"http://kroq.radio.com/ \">kroq.radio.com</a></li>\n</ul>\n<p>There are countless other examples, but a few have been cataloged at <a href=\"http://wordpress.org/showcase/tag/cms/\">wordpress.org/showcase/tag/cms/</a></p>\";s:7:\"pubdate\";s:31:\"Mon, 04 Oct 2010 18:38:29 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"Lloyd\";}s:7:\"summary\";s:1760:\"<p>&#8230;allow everyone to easily publish on the Web!</p>\n<p>And to make that happen, WordPress must be an easy to develop and design web publishing environment.</p>\n<blockquote><p>Stop! This is <a href=\"http://en.wikipedia.org/wiki/Apples_and_oranges\">comparing apples and oranges</a>. [WordPress] is a honed, refined blogging product that does one thing very well, whereas Drupal is a flexible, extensible CMS plus a huge set of tools for building websites, web applications, and integrating with other tools.<br />\n<cite>By &#8220;jam &#8211; Senior Wr&#8230;.&#8221;, &#8220;<a href=\"http://acquia.com/blog/jam/time-for-drupal-products\">The time is right for Drupal products</a>&#8220;</cite></p></blockquote>\n<p>It&#8217;s frustrating that competitors are still trying to pigeon-hole WordPress. The satisfying irony is that I expect WordPress&#8217;s use for non-blog sites is growing faster than the competitors.</p>\n<p>Sure, we have biases. We are biases towards familiarity, usability, and not stressing people &#8212;  letting people be awesome!</p>\n<p>A leading example of what you can do with <a href=\"http://wordpress.org/\">WordPress 3.0</a> CMS <a href=\"http://codex.wordpress.org/Version_3.0\">features</a> is what <a href=\"http://en.wikipedia.org/wiki/CBS\">CBS</a>, with the help of <a href=\"http://vocecommunications.com/\">VOCE Communications</a>, have already created for nearing 200 CBS Radio and CBS Local properties. Sites like:</p>\n<ul>\n<li><a href=\"http://newyork.cbslocal.com/ \">newyork.cbslocal.com</a></li>\n<li><a href=\"http://kroq.radio.com/ \">kroq.radio.com</a></li>\n</ul>\n<p>There are countless other examples, but a few have been cataloged at <a href=\"http://wordpress.org/showcase/tag/cms/\">wordpress.org/showcase/tag/cms/</a></p>\";}i:46;a:7:{s:5:\"title\";s:51:\"Mark Jaquith: WordPress Q & A: Week of September 27\";s:4:\"guid\";s:39:\"http://markjaquith.wordpress.com/?p=539\";s:4:\"link\";s:77:\"http://markjaquith.wordpress.com/2010/09/27/wordpress-questions-september-27/\";s:11:\"description\";s:3246:\"<p>Ricky asks:</p>\n<blockquote><p>Thanks for your time. I&#8217;m working on a site where I&#8217;d like members to be able to submit posts, but I&#8217;d like to be able to moderate them first before they go live.</p>\n<p>Kinda similar to what WP can do for comments, I&#8217;d like to do for posts. Is that possible?</p></blockquote>\n<p>Certainly! What you want is to open up registration and make the default role for new users &#8220;Contributor&#8221; instead of &#8220;Subscriber.&#8221; Contributors can submit posts for review, but not publish them. They&#8217;ll show up as &#8220;pending review&#8221; in the backend, and will require an Editor or Administrator to publish them. There are even plugins available to facilitate posting from the front end, such as <a href=\"http://www.gravityforms.com/\">Gravity Forms</a> ($39 and up, GPL).</p>\n<p>Allan asks:</p>\n<blockquote><p>I have hit an incredibly frustrating hitch with WP, and that is getting a text file with the content of my posts. I need a single file I can load into page layout software. I know about Blog Booker and Blurb but would like more layout control than those services offer.</p></blockquote>\n<p>If you need this for a bunch of posts on an ongoing basis, I&#8217;d create a custom <a href=\"http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates\">page template</a> and just have it do <code>query_posts(\'posts_per_page=9999\');</code> (or however many posts you want), and then do a basic loop. Look at a simple theme for inspiration on the <a href=\"http://codex.wordpress.org/Template_Tags\">template tags</a>&#8230; it all depends on how you need it formatted.</p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/539/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/539/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/539/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/539/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/markjaquith.wordpress.com/539/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/markjaquith.wordpress.com/539/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/markjaquith.wordpress.com/539/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/markjaquith.wordpress.com/539/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/539/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/539/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/539/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/539/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/539/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/539/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=539&subd=markjaquith&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"pubdate\";s:31:\"Mon, 27 Sep 2010 12:05:39 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Mark Jaquith\";}s:7:\"summary\";s:3246:\"<p>Ricky asks:</p>\n<blockquote><p>Thanks for your time. I&#8217;m working on a site where I&#8217;d like members to be able to submit posts, but I&#8217;d like to be able to moderate them first before they go live.</p>\n<p>Kinda similar to what WP can do for comments, I&#8217;d like to do for posts. Is that possible?</p></blockquote>\n<p>Certainly! What you want is to open up registration and make the default role for new users &#8220;Contributor&#8221; instead of &#8220;Subscriber.&#8221; Contributors can submit posts for review, but not publish them. They&#8217;ll show up as &#8220;pending review&#8221; in the backend, and will require an Editor or Administrator to publish them. There are even plugins available to facilitate posting from the front end, such as <a href=\"http://www.gravityforms.com/\">Gravity Forms</a> ($39 and up, GPL).</p>\n<p>Allan asks:</p>\n<blockquote><p>I have hit an incredibly frustrating hitch with WP, and that is getting a text file with the content of my posts. I need a single file I can load into page layout software. I know about Blog Booker and Blurb but would like more layout control than those services offer.</p></blockquote>\n<p>If you need this for a bunch of posts on an ongoing basis, I&#8217;d create a custom <a href=\"http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates\">page template</a> and just have it do <code>query_posts(\'posts_per_page=9999\');</code> (or however many posts you want), and then do a basic loop. Look at a simple theme for inspiration on the <a href=\"http://codex.wordpress.org/Template_Tags\">template tags</a>&#8230; it all depends on how you need it formatted.</p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/539/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/539/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/539/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/539/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/markjaquith.wordpress.com/539/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/markjaquith.wordpress.com/539/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/markjaquith.wordpress.com/539/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/markjaquith.wordpress.com/539/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/539/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/539/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/539/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/539/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/539/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/539/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=539&subd=markjaquith&ref=&feed=1\" width=\"1\" height=\"1\" />\";}i:47;a:7:{s:5:\"title\";s:54:\"WP Blackberry: WordPress for BlackBerry 1.4.3 Released\";s:4:\"guid\";s:38:\"http://blackberry.wordpress.org/?p=376\";s:4:\"link\";s:57:\"http://blackberry.wordpress.org/2010/09/07/release-1-4-3/\";s:11:\"description\";s:2742:\"<div>\n<div>\n<p>WordPress for BlackBerry version 1.4.3 has been released toÂ <a href=\"http://appworld.blackberry.com/webstore/content/5802\">BlackBerry App World</a>.</p>\n<p>Depending on your region or country, you might not see the latest version in the BlackBerry App World, but on your device the latest version 1.4.3 should be available starting now.</p>\n<div id=\"_mcePaste\">Many big improvements have been made for devices running OS5.0 or higher, Â including:</div>\n<div id=\"_mcePaste\">\n<ul>\n<li>Improvements to the post GeoTagging feature.Â Â The app allows you to choose a location from a list of predefined options:Â Â GPS,Â Â contact entry in the address book,Â Â manually inserting an address,Â Â recently selected,Â clicking on a point in a map.</li>\n<li>Preview Improvements.</li>\n<li>Bug fixing.</li>\n</ul>\n</div>\n<a href=\"http://blackberry.wordpress.org/2010/09/07/release-1-4-3/#gallery-1-slideshow\">Click to view slideshow.</a>\n<p>Do you have questions or feedback that would enhance the app ? Please visit theÂ <a href=\"http://blackberry.forums.wordpress.org/\">WordPress for BlackBerry forums</a>.</p>\n</div>\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wpblackberry.wordpress.com/376/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wpblackberry.wordpress.com/376/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wpblackberry.wordpress.com/376/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wpblackberry.wordpress.com/376/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wpblackberry.wordpress.com/376/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wpblackberry.wordpress.com/376/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wpblackberry.wordpress.com/376/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wpblackberry.wordpress.com/376/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wpblackberry.wordpress.com/376/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wpblackberry.wordpress.com/376/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wpblackberry.wordpress.com/376/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wpblackberry.wordpress.com/376/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wpblackberry.wordpress.com/376/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wpblackberry.wordpress.com/376/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blackberry.wordpress.org&blog=8247031&post=376&subd=wpblackberry&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"pubdate\";s:31:\"Tue, 07 Sep 2010 13:33:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"Danilo\";}s:7:\"summary\";s:2742:\"<div>\n<div>\n<p>WordPress for BlackBerry version 1.4.3 has been released toÂ <a href=\"http://appworld.blackberry.com/webstore/content/5802\">BlackBerry App World</a>.</p>\n<p>Depending on your region or country, you might not see the latest version in the BlackBerry App World, but on your device the latest version 1.4.3 should be available starting now.</p>\n<div id=\"_mcePaste\">Many big improvements have been made for devices running OS5.0 or higher, Â including:</div>\n<div id=\"_mcePaste\">\n<ul>\n<li>Improvements to the post GeoTagging feature.Â Â The app allows you to choose a location from a list of predefined options:Â Â GPS,Â Â contact entry in the address book,Â Â manually inserting an address,Â Â recently selected,Â clicking on a point in a map.</li>\n<li>Preview Improvements.</li>\n<li>Bug fixing.</li>\n</ul>\n</div>\n<a href=\"http://blackberry.wordpress.org/2010/09/07/release-1-4-3/#gallery-1-slideshow\">Click to view slideshow.</a>\n<p>Do you have questions or feedback that would enhance the app ? Please visit theÂ <a href=\"http://blackberry.forums.wordpress.org/\">WordPress for BlackBerry forums</a>.</p>\n</div>\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wpblackberry.wordpress.com/376/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wpblackberry.wordpress.com/376/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wpblackberry.wordpress.com/376/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wpblackberry.wordpress.com/376/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wpblackberry.wordpress.com/376/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wpblackberry.wordpress.com/376/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wpblackberry.wordpress.com/376/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wpblackberry.wordpress.com/376/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wpblackberry.wordpress.com/376/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wpblackberry.wordpress.com/376/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wpblackberry.wordpress.com/376/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wpblackberry.wordpress.com/376/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wpblackberry.wordpress.com/376/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wpblackberry.wordpress.com/376/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blackberry.wordpress.org&blog=8247031&post=376&subd=wpblackberry&ref=&feed=1\" width=\"1\" height=\"1\" />\";}i:48;a:7:{s:5:\"title\";s:54:\"Gravatar: Thunderbird Extension Lets You Add Gravatars\";s:4:\"guid\";s:31:\"http://blog.gravatar.com/?p=247\";s:4:\"link\";s:58:\"http://blog.gravatar.com/2010/08/24/thunderbird-extension/\";s:11:\"description\";s:2613:\"<p>By downloading the &#8220;<a href=\"https://addons.mozilla.org/en-US/thunderbird/addon/58034/?src=api\" target=\"_blank\">Display Contact Photo</a>&#8221; extension from Thunderbird, you can now view Gravatars, creating a personalized touch to all your email messages:</p>\n<p><img class=\"alignnone size-full wp-image-258\" title=\"Tbird-Gravatar\" src=\"http://gravatar.files.wordpress.com/2010/08/tbird-gravatar.jpg?w=570&h=147\" alt=\"\" width=\"570\" height=\"147\" /></p>\n<p><strong>How to Install </strong></p>\n<p>To set this up, first follow the download and installation directions found on the extension page above.</p>\n<p>Then, to specifically enable Gravatars, follow these steps:</p>\n<p>1. Go to Tools &gt; Add-ons &gt; Extensions. Click &#8220;Options.&#8221;</p>\n<p>2. Open the &#8220;Remote photos&#8221; tab and click &#8220;enable Gravatars.&#8221;</p>\n<p>3. Go to the &#8220;General Settings&#8221; tab and in the &#8220;Choose a default photo&#8221; drop-down menu, select &#8220;Gravatar.&#8221; Click &#8220;OK.&#8221;</p>\n<p>4. You&#8217;re all set. Enjoy!</p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/gravatar.wordpress.com/247/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/gravatar.wordpress.com/247/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/gravatar.wordpress.com/247/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/gravatar.wordpress.com/247/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/gravatar.wordpress.com/247/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/gravatar.wordpress.com/247/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/gravatar.wordpress.com/247/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/gravatar.wordpress.com/247/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/gravatar.wordpress.com/247/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/gravatar.wordpress.com/247/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/gravatar.wordpress.com/247/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/gravatar.wordpress.com/247/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/gravatar.wordpress.com/247/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/gravatar.wordpress.com/247/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.gravatar.com&blog=1886259&post=247&subd=gravatar&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"pubdate\";s:31:\"Tue, 24 Aug 2010 12:41:42 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Joy Victory\";}s:7:\"summary\";s:2613:\"<p>By downloading the &#8220;<a href=\"https://addons.mozilla.org/en-US/thunderbird/addon/58034/?src=api\" target=\"_blank\">Display Contact Photo</a>&#8221; extension from Thunderbird, you can now view Gravatars, creating a personalized touch to all your email messages:</p>\n<p><img class=\"alignnone size-full wp-image-258\" title=\"Tbird-Gravatar\" src=\"http://gravatar.files.wordpress.com/2010/08/tbird-gravatar.jpg?w=570&h=147\" alt=\"\" width=\"570\" height=\"147\" /></p>\n<p><strong>How to Install </strong></p>\n<p>To set this up, first follow the download and installation directions found on the extension page above.</p>\n<p>Then, to specifically enable Gravatars, follow these steps:</p>\n<p>1. Go to Tools &gt; Add-ons &gt; Extensions. Click &#8220;Options.&#8221;</p>\n<p>2. Open the &#8220;Remote photos&#8221; tab and click &#8220;enable Gravatars.&#8221;</p>\n<p>3. Go to the &#8220;General Settings&#8221; tab and in the &#8220;Choose a default photo&#8221; drop-down menu, select &#8220;Gravatar.&#8221; Click &#8220;OK.&#8221;</p>\n<p>4. You&#8217;re all set. Enjoy!</p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/gravatar.wordpress.com/247/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/gravatar.wordpress.com/247/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/gravatar.wordpress.com/247/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/gravatar.wordpress.com/247/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/gravatar.wordpress.com/247/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/gravatar.wordpress.com/247/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/gravatar.wordpress.com/247/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/gravatar.wordpress.com/247/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/gravatar.wordpress.com/247/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/gravatar.wordpress.com/247/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/gravatar.wordpress.com/247/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/gravatar.wordpress.com/247/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/gravatar.wordpress.com/247/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/gravatar.wordpress.com/247/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.gravatar.com&blog=1886259&post=247&subd=gravatar&ref=&feed=1\" width=\"1\" height=\"1\" />\";}i:49;a:7:{s:5:\"title\";s:52:\"Joseph: Bluehost Sponsoring WordCamp Utah 2010 Lunch\";s:4:\"guid\";s:30:\"http://josephscott.org/?p=2753\";s:4:\"link\";s:85:\"http://josephscott.org/archives/2010/08/bluehost-sponsoring-wordcamp-utah-2010-lunch/\";s:11:\"description\";s:1225:\"<p>As noted on the WCUT blog, <a href=\"http://2010.utah.wordcamp.org/2010/08/16/bluehost-sponsoring-lunch/\">Bluehost is sponsoring the lunch</a> for WordCamp Utah 2010.  James over at Bluehost was great, he wanted to make sure they played a big role in making this a successful event, and covering lunch definitely counts.  Having great sponsors (check out the folks in the sidebar at <a href=\"http://2010.utah.wordcamp.org/\">http://2010.utah.wordcamp.org/</a>) make this process so much easier.</p>\n<p>Catering for lunch is from The SugarHouse BBQ Company, which makes me hungry just thinking about it.  The lunch plans are based on the current estimates for the number of people attending, but we can adjust that if we need to, I&#8217;d be happy to order more food :-) .</p>\n<p>If you are still on the fence on attending check out the <a href=\"http://2010.utah.wordcamp.org/schedule/\">schedule for the day</a>, along with brief <a href=\"http://2010.utah.wordcamp.org/speakers/\">bio&#8217;s for each speaker</a>.  The cost for the whole day is only $20, which includes lunch and t-shirt.  You can <a href=\"http://wordcamputah2010.eventbrite.com/\">register here</a>.</p>\n<p>I&#8217;m looking forward to seeing you there.</p>\";s:7:\"pubdate\";s:31:\"Mon, 16 Aug 2010 17:11:48 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Joseph Scott\";}s:7:\"summary\";s:1225:\"<p>As noted on the WCUT blog, <a href=\"http://2010.utah.wordcamp.org/2010/08/16/bluehost-sponsoring-lunch/\">Bluehost is sponsoring the lunch</a> for WordCamp Utah 2010.  James over at Bluehost was great, he wanted to make sure they played a big role in making this a successful event, and covering lunch definitely counts.  Having great sponsors (check out the folks in the sidebar at <a href=\"http://2010.utah.wordcamp.org/\">http://2010.utah.wordcamp.org/</a>) make this process so much easier.</p>\n<p>Catering for lunch is from The SugarHouse BBQ Company, which makes me hungry just thinking about it.  The lunch plans are based on the current estimates for the number of people attending, but we can adjust that if we need to, I&#8217;d be happy to order more food :-) .</p>\n<p>If you are still on the fence on attending check out the <a href=\"http://2010.utah.wordcamp.org/schedule/\">schedule for the day</a>, along with brief <a href=\"http://2010.utah.wordcamp.org/speakers/\">bio&#8217;s for each speaker</a>.  The cost for the whole day is only $20, which includes lunch and t-shirt.  You can <a href=\"http://wordcamputah2010.eventbrite.com/\">register here</a>.</p>\n<p>I&#8217;m looking forward to seeing you there.</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:13:\"last_modified\";s:31:\"Fri, 17 Dec 2010 16:00:20 GMT\r\n\";}','no'),(95,0,'rss_867bd5c64f85878d03a060509cd2f92c_ts','1292602619','no'),(96,0,'rss_1a5f760f2e2b48827d4974a60857e7c2','O:9:\"MagpieRSS\":18:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:15:{i:0;a:7:{s:5:\"title\";s:61:\"ccheney on \"Permalink Fix & Disable Canonical Redirects Pack\"\";s:4:\"link\";s:94:\"http://wordpress.org/extend/plugins/permalink-fix-disable-canonical-redirects-pack/#post-22962\";s:7:\"pubdate\";s:31:\"Thu, 16 Dec 2010 23:44:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"ccheney\";}s:4:\"guid\";s:42:\"22962@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"This plugin makes WordPress&#039; default permalinks behavior work on the Concentric/XO Communications shared hosting platform. (concentric.com/xo.com\";s:7:\"summary\";s:150:\"This plugin makes WordPress&#039; default permalinks behavior work on the Concentric/XO Communications shared hosting platform. (concentric.com/xo.com\";}i:1;a:7:{s:5:\"title\";s:27:\"bujanga on \"ggis-Subscribe\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/ggis-subscribe/#post-7246\";s:7:\"pubdate\";s:31:\"Mon, 06 Oct 2008 00:26:24 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"bujanga\";}s:4:\"guid\";s:41:\"7246@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:81:\"Manages subscriptions to email lists. Simply add [-ggis-subscribe-] to your post.\";s:7:\"summary\";s:81:\"Manages subscriptions to email lists. Simply add [-ggis-subscribe-] to your post.\";}i:2;a:7:{s:5:\"title\";s:37:\"bossma on \"IIS Chinese Tag Permalink\"\";s:4:\"link\";s:73:\"http://wordpress.org/extend/plugins/iis-chinese-tag-permalink/#post-22915\";s:7:\"pubdate\";s:31:\"Wed, 15 Dec 2010 01:57:56 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"bossma\";}s:4:\"guid\";s:42:\"22915@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:43:\"In IIS, wordpress use Chinese Tag permalink\";s:7:\"summary\";s:43:\"In IIS, wordpress use Chinese Tag permalink\";}i:3;a:7:{s:5:\"title\";s:31:\"LukaszWiecek on \"Social Slider\"\";s:4:\"link\";s:63:\"http://wordpress.org/extend/plugins/social-slider-2/#post-16919\";s:7:\"pubdate\";s:31:\"Sun, 28 Mar 2010 18:07:38 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"LukaszWiecek\";}s:4:\"guid\";s:42:\"16919@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:119:\"This plugin adds links to your social networking sites&#039; profiles in a box floating at the left side of the screen.\";s:7:\"summary\";s:119:\"This plugin adds links to your social networking sites&#039; profiles in a box floating at the left side of the screen.\";}i:4;a:7:{s:5:\"title\";s:41:\"twodeuces on \"Buddypress Auto Group Join\"\";s:4:\"link\";s:74:\"http://wordpress.org/extend/plugins/buddypress-auto-group-join/#post-17888\";s:7:\"pubdate\";s:31:\"Mon, 10 May 2010 21:07:10 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"twodeuces\";}s:4:\"guid\";s:42:\"17888@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:142:\"Gives BuddyPress system administrators a way to select specific groups to join all existing members to as well as add new users automatically.\";s:7:\"summary\";s:142:\"Gives BuddyPress system administrators a way to select specific groups to join all existing members to as well as add new users automatically.\";}i:5;a:7:{s:5:\"title\";s:37:\"jimaek on \"Simple Author Highlighter\"\";s:4:\"link\";s:73:\"http://wordpress.org/extend/plugins/simple-author-highlighter/#post-18457\";s:7:\"pubdate\";s:31:\"Tue, 08 Jun 2010 22:29:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"jimaek\";}s:4:\"guid\";s:42:\"18457@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:192:\"Simple Author Highlighter is a wordpress plugin that allows you to easy highlight authors comments. More on our website <a href=\"http://www.dakulov.eu\" rel=\"nofollow\">http://www.dakulov.eu</a>\";s:7:\"summary\";s:192:\"Simple Author Highlighter is a wordpress plugin that allows you to easy highlight authors comments. More on our website <a href=\"http://www.dakulov.eu\" rel=\"nofollow\">http://www.dakulov.eu</a>\";}i:6;a:7:{s:5:\"title\";s:55:\"splotch on \"SwfObj Plugin: for embedding Flash objects\"\";s:4:\"link\";s:53:\"http://wordpress.org/extend/plugins/swfobj/#post-5556\";s:7:\"pubdate\";s:31:\"Thu, 08 May 2008 17:39:51 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"splotch\";}s:4:\"guid\";s:41:\"5556@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:53:\"Insert Flash content into WordPress using shortcodes.\";s:7:\"summary\";s:53:\"Insert Flash content into WordPress using shortcodes.\";}i:7;a:7:{s:5:\"title\";s:26:\"fedmich on \"Install Guide\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/install-guide/#post-15592\";s:7:\"pubdate\";s:31:\"Thu, 28 Jan 2010 05:43:06 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"fedmich\";}s:4:\"guid\";s:42:\"15592@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"This plugin will guide you on the steps to do when doing a new wordpress installation.\nCan help to delete the sample posts, sample pages, sample links\";s:7:\"summary\";s:150:\"This plugin will guide you on the steps to do when doing a new wordpress installation.\nCan help to delete the sample posts, sample pages, sample links\";}i:8;a:7:{s:5:\"title\";s:45:\"joshfowler on \"Web Ninja Auto Tagging System\"\";s:4:\"link\";s:77:\"http://wordpress.org/extend/plugins/web-ninja-auto-tagging-system/#post-22951\";s:7:\"pubdate\";s:31:\"Thu, 16 Dec 2010 04:56:40 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"joshfowler\";}s:4:\"guid\";s:42:\"22951@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:147:\"This will automatically make tags with the tagthe.net and yahoo yql services when you save or update a post. Has the option for retagging all post.\";s:7:\"summary\";s:147:\"This will automatically make tags with the tagthe.net and yahoo yql services when you save or update a post. Has the option for retagging all post.\";}i:9;a:7:{s:5:\"title\";s:24:\"maxpagels on \"Shortcode\"\";s:4:\"link\";s:57:\"http://wordpress.org/extend/plugins/shortcode/#post-12319\";s:7:\"pubdate\";s:31:\"Tue, 11 Aug 2009 18:55:31 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"maxpagels\";}s:4:\"guid\";s:42:\"12319@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:104:\"Shortcode is a plugin that adds several useful shortcodes that you can use in your blog posts and pages.\";s:7:\"summary\";s:104:\"Shortcode is a plugin that adds several useful shortcodes that you can use in your blog posts and pages.\";}i:10;a:7:{s:5:\"title\";s:29:\"sharewidget on \"Share-Widget\"\";s:4:\"link\";s:60:\"http://wordpress.org/extend/plugins/share-widget/#post-22927\";s:7:\"pubdate\";s:31:\"Wed, 15 Dec 2010 14:38:49 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"sharewidget\";}s:4:\"guid\";s:42:\"22927@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:149:\"Add the share-widget button on the footer of your post. Users can share your content through the most popular social networking and bookmarking site.\";s:7:\"summary\";s:149:\"Add the share-widget button on the footer of your post. Users can share your content through the most popular social networking and bookmarking site.\";}i:11;a:7:{s:5:\"title\";s:36:\"flashtuning on \"Xtreme Dock Gallery\"\";s:4:\"link\";s:67:\"http://wordpress.org/extend/plugins/xtreme-dock-gallery/#post-22338\";s:7:\"pubdate\";s:31:\"Wed, 17 Nov 2010 11:13:30 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"flashtuning\";}s:4:\"guid\";s:42:\"22338@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"The most advanced Dock Image Gallery application for Flash. Clean OOP source code - No Flash Knowledge required to insert the Banner SWF inside the HT\";s:7:\"summary\";s:150:\"The most advanced Dock Image Gallery application for Flash. Clean OOP source code - No Flash Knowledge required to insert the Banner SWF inside the HT\";}i:12;a:7:{s:5:\"title\";s:26:\"allis741 on \"Funny Photos\"\";s:4:\"link\";s:60:\"http://wordpress.org/extend/plugins/funny-photos/#post-22203\";s:7:\"pubdate\";s:31:\"Thu, 11 Nov 2010 16:38:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"allis741\";}s:4:\"guid\";s:42:\"22203@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:148:\"Plugin &#34;Funny Photos&#34; displays Best photos of the day and Funny photos on your blog. There are over 5,000 photos.\nAdd Funny Photos to your s\";s:7:\"summary\";s:148:\"Plugin &#34;Funny Photos&#34; displays Best photos of the day and Funny photos on your blog. There are over 5,000 photos.\nAdd Funny Photos to your s\";}i:13;a:7:{s:5:\"title\";s:59:\"Ofer Wald on \"Transposh - translation filter for wordpress\"\";s:4:\"link\";s:89:\"http://wordpress.org/extend/plugins/transposh-translation-filter-for-wordpress/#post-9308\";s:7:\"pubdate\";s:31:\"Wed, 25 Feb 2009 07:16:44 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"Ofer Wald\";}s:4:\"guid\";s:41:\"9308@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:125:\"Transposh filter allows in context quick translation of websites, it allows you to crowd-source the translation to your users\";s:7:\"summary\";s:125:\"Transposh filter allows in context quick translation of websites, it allows you to crowd-source the translation to your users\";}i:14;a:7:{s:5:\"title\";s:42:\"hitesh.dev on \"Client Document Monitoring\"\";s:4:\"link\";s:76:\"http://wordpress.org/extend/plugins/user-and-document-monitoring/#post-22201\";s:7:\"pubdate\";s:31:\"Thu, 11 Nov 2010 15:39:57 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"hitesh.dev\";}s:4:\"guid\";s:42:\"22201@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"This plugin helps in managing document and users more easily and effectively.Features :- *You can create users more faster than wordpress default user\";s:7:\"summary\";s:150:\"This plugin helps in managing document and users more easily and effectively.Features :- *You can create users more faster than wordpress default user\";}}s:7:\"channel\";a:7:{s:5:\"title\";s:43:\"WordPress Plugins Â» View: Recently Updated\";s:4:\"link\";s:51:\"http://wordpress.org/extend/plugins/browse/updated/\";s:11:\"description\";s:43:\"WordPress Plugins Â» View: Recently Updated\";s:8:\"language\";s:5:\"en-US\";s:7:\"pubdate\";s:31:\"Fri, 17 Dec 2010 16:16:55 +0000\";s:9:\"generator\";s:36:\"http://bbpress.org/?v=1.1-alpha-2539\";s:7:\"tagline\";s:43:\"WordPress Plugins Â» View: Recently Updated\";}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:21:\"2010-12-16 23:44:27\r\n\";}','no'),(97,0,'rss_1a5f760f2e2b48827d4974a60857e7c2_ts','1292602619','no');
/*!40000 ALTER TABLE `wp_options` 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 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` varchar(20) NOT NULL default 'publish',
  `comment_status` varchar(20) NOT NULL default 'open',
  `ping_status` varchar(20) 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`(1),`post_date`,`ID`)
) ENGINE=MyISAM AUTO_INCREMENT=3 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 (1,1,'2007-02-01 23:14:18','2007-02-02 05:14:18','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!',0,'','publish','open','open','','hello-world','','','2007-02-01 23:14:18','2007-02-02 05:14:18','',0,'',0,'post','',1),(2,1,'2007-02-01 23:14:18','2007-02-02 05:14:18','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-02-01 23:14:18','2007-02-02 05:14:18','',0,'',0,'page','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_relationships`
--

DROP TABLE IF EXISTS `wp_term_relationships`;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) NOT NULL default '0',
  `term_taxonomy_id` bigint(20) NOT NULL default '0',
  `term_order` int(11) NOT NULL default '0',
  PRIMARY KEY  (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,1,0),(1,2,0),(2,2,0),(3,2,0),(4,2,0),(5,2,0),(6,2,0),(7,2,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

DROP TABLE IF EXISTS `wp_term_taxonomy`;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) NOT NULL auto_increment,
  `term_id` bigint(20) NOT NULL default '0',
  `taxonomy` varchar(32) NOT NULL default '',
  `description` longtext NOT NULL,
  `parent` bigint(20) NOT NULL default '0',
  `count` bigint(20) NOT NULL default '0',
  PRIMARY KEY  (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'link_category','',0,7);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_terms`
--

DROP TABLE IF EXISTS `wp_terms`;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) NOT NULL auto_increment,
  `name` varchar(55) NOT NULL default '',
  `slug` varchar(200) NOT NULL default '',
  `term_group` bigint(10) NOT NULL default '0',
  PRIMARY KEY  (`term_id`),
  UNIQUE KEY `slug` (`slug`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Blogroll','blogroll',0);
/*!40000 ALTER TABLE `wp_terms` 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=4 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;}');
/*!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`),
  KEY `user_nicename` (`user_nicename`)
) 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,'gorgeousguineas','$P$Bl3N1HtlN1V2OL4p8N3u2zuuCqzM5U.','admin','info@gorgeousguineas.com','','2008-05-25 21:38:38','',0,'admin');
/*!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 */;


