MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1705/burblog.com/wp-content/backup-db/
File Upload :
Current < : /hermes/bosweb/b1705/burblog.com/wp-content/backup-db/1302725817_-_d60765043.sql

-- MySQL dump 10.10
--
-- Host: MYSQLHOST    Database: d60765043
-- ------------------------------------------------------
-- Server version	5.0.77-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!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_commentmeta`
--

DROP TABLE IF EXISTS `wp_commentmeta`;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL auto_increment,
  `comment_id` bigint(20) unsigned NOT NULL default '0',
  `meta_key` varchar(255) default NULL,
  `meta_value` longtext,
  PRIMARY KEY  (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_commentmeta`
--


/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
LOCK TABLES `wp_commentmeta` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;

--
-- 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` bigint(20) unsigned 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) unsigned NOT NULL default '0',
  `user_id` bigint(20) unsigned NOT NULL default '0',
  PRIMARY KEY  (`comment_ID`),
  KEY `comment_approved` (`comment_approved`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;

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


/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
LOCK TABLES `wp_comments` WRITE;
INSERT INTO `wp_comments` VALUES (1,1,'Mr WordPress','','http://wordpress.org/','','2011-03-28 11:33:46','2011-03-28 11:33:46','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,'post-trashed','','',0,0),(2,2,'Christina Langdale','Clangdale@yahoo.com','http://Www.burblog.com','207.210.57.45','2011-03-31 03:44:29','2011-03-31 03:44:29','Love your site, and the event looks like lots of fun.  So does this mean females are required to ride nude if they wish to participate? :-)\r\n\r\nChrissy L',0,'0','Mozilla/5.0 (iPad; U; CPU OS 4_3_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8G4 Safari/6533.18.5','',0,0),(3,2,'Administrator','Admin@burblog.com','http://www.burblog.com','207.210.57.45','2011-03-31 03:49:37','2011-03-31 03:49:37','Hi Chrissy,\r\n\r\nThank you for your coments and inquiry.  No, Females are not required to ride nude at this event, however you are free to exercise your right to do so if you wish.  Best of luck we look forward to your participation.\r\n\r\n/ A',0,'0','Mozilla/5.0 (iPad; U; CPU OS 4_3_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8G4 Safari/6533.18.5','',0,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;

--
-- Table structure for table `wp_links`
--

DROP TABLE IF EXISTS `wp_links`;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned 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_description` varchar(255) NOT NULL default '',
  `link_visible` varchar(20) NOT NULL default 'Y',
  `link_owner` bigint(20) unsigned 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_visible` (`link_visible`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_links`
--


/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
LOCK TABLES `wp_links` WRITE;
INSERT INTO `wp_links` VALUES (1,'http://codex.wordpress.org/','Documentation','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(2,'http://wordpress.org/news/','WordPress Blog','','','','Y',1,0,'0000-00-00 00:00:00','','','http://wordpress.org/news/feed/'),(3,'http://wordpress.org/extend/ideas/','Suggest Ideas','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/support/','Support Forum','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/plugins/','Plugins','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/extend/themes/','Themes','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(7,'http://planet.wordpress.org/','WordPress Planet','','','','Y',1,0,'0000-00-00 00:00:00','','','');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;

--
-- Table structure for table `wp_options`
--

DROP TABLE IF EXISTS `wp_options`;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned 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`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM AUTO_INCREMENT=307 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_options`
--


/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
LOCK TABLES `wp_options` WRITE;
INSERT INTO `wp_options` VALUES (1,0,'siteurl','http://burblog.com','yes'),(2,0,'blogname','burblog.com','yes'),(3,0,'blogdescription','Improve your fitness, take the Niagara Challange','yes'),(4,0,'users_can_register','0','yes'),(5,0,'admin_email','ed.blaha@gmail.com','yes'),(6,0,'start_of_week','1','yes'),(7,0,'use_balanceTags','0','yes'),(8,0,'use_smilies','1','yes'),(9,0,'require_name_email','1','yes'),(10,0,'comments_notify','1','yes'),(11,0,'posts_per_rss','10','yes'),(12,0,'rss_use_excerpt','0','yes'),(13,0,'mailserver_url','mail.example.com','yes'),(14,0,'mailserver_login','login@example.com','yes'),(15,0,'mailserver_pass','password','yes'),(16,0,'mailserver_port','110','yes'),(17,0,'default_category','1','yes'),(18,0,'default_comment_status','open','yes'),(19,0,'default_ping_status','open','yes'),(20,0,'default_pingback_flag','1','yes'),(21,0,'default_post_edit_rows','20','yes'),(22,0,'posts_per_page','10','yes'),(23,0,'date_format','F j, Y','yes'),(24,0,'time_format','g:i a','yes'),(25,0,'links_updated_date_format','F j, Y g:i a','yes'),(26,0,'links_recently_updated_prepend','<em>','yes'),(27,0,'links_recently_updated_append','</em>','yes'),(28,0,'links_recently_updated_time','120','yes'),(29,0,'comment_moderation','0','yes'),(30,0,'moderation_notify','1','yes'),(31,0,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(32,0,'gzipcompression','0','yes'),(33,0,'hack_file','0','yes'),(34,0,'blog_charset','UTF-8','yes'),(35,0,'moderation_keys','','no'),(36,0,'active_plugins','a:3:{i:0;s:16:\"footerUrlGen.php\";i:1;s:33:\"w3-total-cache/w3-total-cache.php\";i:2;s:29:\"wp-dbmanager/wp-dbmanager.php\";}','yes'),(37,0,'home','http://burblog.com','yes'),(38,0,'category_base','','yes'),(39,0,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,0,'advanced_edit','0','yes'),(41,0,'comment_max_links','2','yes'),(42,0,'gmt_offset','0','yes'),(43,0,'default_email_category','1','yes'),(44,0,'recently_edited','a:3:{i:0;s:70:\"/mnt/r0312/d22/s43/b0254da8/www/wp-content/themes/twentyten/footer.php\";i:2;s:69:\"/mnt/r0312/d22/s43/b0254da8/www/wp-content/themes/twentyten/style.css\";i:3;s:0:\"\";}','no'),(45,0,'template','twentyten','yes'),(46,0,'stylesheet','twentyten','yes'),(47,0,'comment_whitelist','1','yes'),(48,0,'blacklist_keys','','no'),(49,0,'comment_registration','0','yes'),(50,0,'rss_language','en','yes'),(51,0,'html_type','text/html','yes'),(52,0,'use_trackback','0','yes'),(53,0,'default_role','subscriber','yes'),(54,0,'db_version','17056','yes'),(55,0,'uploads_use_yearmonth_folders','1','yes'),(56,0,'upload_path','','yes'),(57,0,'blog_public','1','yes'),(58,0,'default_link_category','2','yes'),(59,0,'show_on_front','posts','yes'),(60,0,'tag_base','','yes'),(61,0,'show_avatars','1','yes'),(62,0,'avatar_rating','G','yes'),(63,0,'upload_url_path','','yes'),(64,0,'thumbnail_size_w','150','yes'),(65,0,'thumbnail_size_h','150','yes'),(66,0,'thumbnail_crop','1','yes'),(67,0,'medium_size_w','300','yes'),(68,0,'medium_size_h','300','yes'),(69,0,'avatar_default','mystery','yes'),(70,0,'enable_app','0','yes'),(71,0,'enable_xmlrpc','0','yes'),(72,0,'large_size_w','1024','yes'),(73,0,'large_size_h','1024','yes'),(74,0,'image_default_link_type','file','yes'),(75,0,'image_default_size','','yes'),(76,0,'image_default_align','','yes'),(77,0,'close_comments_for_old_posts','0','yes'),(78,0,'close_comments_days_old','14','yes'),(79,0,'thread_comments','1','yes'),(80,0,'thread_comments_depth','5','yes'),(81,0,'page_comments','0','yes'),(82,0,'comments_per_page','50','yes'),(83,0,'default_comments_page','newest','yes'),(84,0,'comment_order','asc','yes'),(85,0,'sticky_posts','a:0:{}','yes'),(86,0,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(87,0,'widget_text','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(88,0,'widget_rss','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(89,0,'timezone_string','','yes'),(90,0,'embed_autourls','1','yes'),(91,0,'embed_size_w','','yes'),(92,0,'embed_size_h','600','yes'),(93,0,'page_for_posts','0','yes'),(94,0,'page_on_front','0','yes'),(95,0,'default_post_format','0','yes'),(96,0,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:63:{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:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:15:\"manage_database\";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'),(97,0,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,0,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,0,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(100,0,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(101,0,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,0,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"primary-widget-area\";a:7:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";i:6;s:10:\"calendar-3\";}s:21:\"secondary-widget-area\";a:0:{}s:24:\"first-footer-widget-area\";a:0:{}s:25:\"second-footer-widget-area\";a:0:{}s:24:\"third-footer-widget-area\";a:0:{}s:25:\"fourth-footer-widget-area\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(103,0,'cron','a:6:{i:1302729138;a:1:{s:18:\"w3_pgcache_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:18:\"w3_pgcache_cleanup\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1302761465;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1302804669;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1302898450;a:1:{s:23:\"dbmanager_cron_optimize\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:18:\"dbmanager_optimize\";s:4:\"args\";a:0:{}s:8:\"interval\";i:259200;}}}i:1303330450;a:1:{s:21:\"dbmanager_cron_backup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"dbmanager_backup\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(110,0,'widget_pages','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(111,0,'widget_calendar','a:3:{i:2;a:0:{}i:3;a:1:{s:5:\"title\";s:8:\"Calendar\";}s:12:\"_multiwidget\";i:1;}','yes'),(112,0,'widget_links','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(113,0,'widget_tag_cloud','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(114,0,'widget_nav_menu','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(115,0,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:18:\"http://burblog.com\";s:4:\"link\";s:94:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://burblog.com/\";s:3:\"url\";s:127:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://burblog.com/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress 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:7:{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:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(116,0,'current_theme','Twenty Ten','yes'),(125,0,'can_compress_scripts','1','yes'),(144,0,'recently_activated','a:0:{}','yes'),(145,0,'w3tc_request_data','','no'),(146,0,'dbmanager_options','a:10:{s:13:\"mysqldumppath\";s:27:\"/usr/local/nf/bin/mysqldump\";s:9:\"mysqlpath\";s:23:\"/usr/local/nf/bin/mysql\";s:4:\"path\";s:52:\"/mnt/w0312/d22/s43/b0254da8/www/wp-content/backup-db\";s:10:\"max_backup\";i:10;s:6:\"backup\";i:1;s:11:\"backup_gzip\";i:0;s:13:\"backup_period\";i:604800;s:12:\"backup_email\";s:18:\"ed.blaha@gmail.com\";s:8:\"optimize\";i:3;s:15:\"optimize_period\";i:86400;}','yes'),(248,0,'rewrite_rules','a:75:{s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:14:\".*wp-atom.php$\";s:19:\"index.php?feed=atom\";s:13:\".*wp-rdf.php$\";s:18:\"index.php?feed=rdf\";s:13:\".*wp-rss.php$\";s:18:\"index.php?feed=rss\";s:14:\".*wp-rss2.php$\";s:19:\"index.php?feed=rss2\";s:14:\".*wp-feed.php$\";s:19:\"index.php?feed=feed\";s:22:\".*wp-commentsrss2.php$\";s:34:\"index.php?feed=rss2&withcomments=1\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:29:\"comments/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:25:\".+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\".+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\".+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\".+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\".+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:18:\"(.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:38:\"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:33:\"(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:26:\"(.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:33:\"(.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:18:\"(.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(154,0,'_transient_doing_cron','1302725814','yes'),(155,0,'_site_transient_update_core','O:8:\"stdClass\":3:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":7:{s:8:\"response\";s:7:\"upgrade\";s:3:\"url\";s:30:\"http://wordpress.org/download/\";s:7:\"package\";s:40:\"http://wordpress.org/wordpress-3.1.1.zip\";s:7:\"current\";s:5:\"3.1.1\";s:6:\"locale\";s:5:\"en_US\";s:11:\"php_version\";s:3:\"4.3\";s:13:\"mysql_version\";s:5:\"4.1.2\";}}s:12:\"last_checked\";i:1302718601;s:15:\"version_checked\";s:3:\"3.1\";}','yes'),(156,0,'_site_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1302718602;s:7:\"checked\";a:5:{s:19:\"akismet/akismet.php\";s:5:\"2.5.3\";s:16:\"footerUrlGen.php\";s:3:\"1.0\";s:9:\"hello.php\";s:3:\"1.6\";s:33:\"w3-total-cache/w3-total-cache.php\";s:7:\"0.9.1.3\";s:29:\"wp-dbmanager/wp-dbmanager.php\";s:4:\"2.60\";}s:8:\"response\";a:0:{}}','yes'),(305,0,'_site_transient_timeout_theme_roots','1302725802','yes'),(306,0,'_site_transient_theme_roots','a:1:{s:9:\"twentyten\";s:7:\"/themes\";}','yes'),(159,0,'_site_transient_update_themes','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1302718602;}','yes'),(212,0,'_transient_timeout_feed_mod_95c3cd3309489ae56c7843a1e4561cdd','1301467504','no'),(213,0,'_transient_feed_mod_95c3cd3309489ae56c7843a1e4561cdd','1301424304','no'),(210,0,'_transient_timeout_feed_95c3cd3309489ae56c7843a1e4561cdd','1301467504','no'),(211,0,'_transient_feed_95c3cd3309489ae56c7843a1e4561cdd','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:1:\"\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"link:http://burblog.com/ - Google Blog Search\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://blogsearch.google.com/blogsearch?scoring=d&ie=ISO-8859-1&num=10&q=link:http://burblog.com/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Your search - <b>link:http://burblog.com/</b> - did not match any documents.   \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://a9.com/-/spec/opensearch/1.1/\";a:3:{s:12:\"totalResults\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"startIndex\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:12:\"itemsPerPage\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:4:\"date\";s:29:\"Tue, 29 Mar 2011 18:45:03 GMT\";s:6:\"pragma\";s:8:\"no-cache\";s:7:\"expires\";s:29:\"Fri, 01 Jan 1990 00:00:00 GMT\";s:13:\"cache-control\";s:25:\"no-cache, must-revalidate\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"set-cookie\";s:138:\"PREF=ID=490fa63bd5dac111:TM=1301424303:LM=1301424304:S=eo7XVkHnKSrXSUlb; expires=Thu, 28-Mar-2013 18:45:04 GMT; path=/; domain=.google.com\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:6:\"server\";s:4:\"bsfe\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(218,0,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1301467505','no'),(216,0,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1301467504','no'),(219,0,'_transient_feed_867bd5c64f85878d03a060509cd2f92c','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Joseph: Family History Tech\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://josephscott.org/?p=3783\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://josephscott.org/archives/2011/03/family-history-tech/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:230:\"<p><a href=\"http://familytech.familysearch.org/\">Family Tech | Technology tips for genealogists and family historians.</a>.</p>\n<p>Powered by WordPress, nice!  Now if they could just ditch the captcha requirement for comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Mar 2011 15:28:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Joseph Scott\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Weblog Tools Collection: Google Summer of Code Opens, WordPress Ready\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9828\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/rx7PIPHazws/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1098:\"<p><a href=\"http://code.google.com/soc/\">The Google Summer of Code</a> 2011 application period has begun, and <a href=\"http://wordpress.org/\">WordPress</a> is <a href=\"http://www.google-melange.com/gsoc/org/google/gsoc2011/wordpress\">accepting applications</a> from eager students. There&#8217;s a lot of talent out there ready to shine, and the development team is excited to see what new and great things will be brought to the world of WordPress this year.</p>\n<p>For those interested in contributing to WordPress via Google&#8217;s program, the development team has posted <a href=\"http://wpdevel.wordpress.com/2011/03/28/gsoc-students-no-one-is-going-to-steal-your-idea/\">some tips on submitting your application</a> and <a href=\"http://wpdevel.wordpress.com/2011/03/24/the-student-application-period-opens-on-monday-for/\">a schedule outline</a>.</p>\n<p>If you&#8217;re a student interested in WordPress development, send in your application today and show them what you can do.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/rx7PIPHazws\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Mar 2011 13:00:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: So Many Commercial Themes – So Many Theme Sorters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5203\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"http://feedproxy.google.com/~r/WordpressTavern/~3/8P_70_M0sCY/so-many-commercial-themes-so-many-theme-sorters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2840:\"<p>I&#8217;m not sure if you noticed as much as I have but there seems to be a commercial theme sorter popping up on every corner. At least, that&#8217;s the impression I get as I&#8217;ve routinely been receiving emails lately from people letting me know about the launch of their theme sorter. The newest one to launch which has over 500 themes from 19 sellers listed with a goal to reach over 1,000 by this summer is called <a href=\"http://themesorter.com/\">ThemeSorter</a>. ThemeSorter provides different ways to browse through their listing such as color, specific niche, ratings, styles, etc. </p>\n<p>Talk about an easy business model. There are so many commercial themes being developed by established companies with brand new commercial theme businesses opening shop every week that it makes sense to create a directory of sorts to try and make sense of everything. The directory has to be easy to browse, contain affiliate links to their respective theme authors and hope people go through you to purchase the theme. Special deals from those sellers wouldn&#8217;t hurt either. </p>\n<p>The question I have about all these different theme sorters is which one will gain critical mass? That is, which one will end up having a community of people or users that rate and review themes similar to customers reviewing items that have purchased from Amazon? Which one will be the go-to place that has the largest and most legit listing? I&#8217;ve heard many people request that there be a place similar to the WordPress.org theme repository but for commercial themes and these theme sorters seem to fit the bill although they don&#8217;t contain any files to download. They are informative only. </p>\n<p>If nothing else, these commercial theme aggregation sites make for a good place to get inspiration or find out what the latest designs are from the commercial theme ecosystem surrounding WordPress. How many of you have actually used one of these sites to purchase a commercial theme?</p>\n\n\n<p>Related posts:<ol><li><a href=\"http://www.wptavern.com/wpweekly-episode-94-%e2%80%93-commercial-themes\" rel=\"bookmark\" title=\"Permanent Link: WPWeekly Episode 94 – Commercial Themes\">WPWeekly Episode 94 – Commercial Themes</a></li>\n<li><a href=\"http://www.wptavern.com/should-the-wordpress-support-forum-only-support-themes-from-the-theme-repository\" rel=\"bookmark\" title=\"Permanent Link: Should The WordPress Support Forum Only Support Themes From The Theme Repository?\">Should The WordPress Support Forum Only Support Themes From The Theme Repository?</a></li>\n<li><a href=\"http://www.wptavern.com/the-mojo-on-mojo-themes\" rel=\"bookmark\" title=\"Permanent Link: The Mojo On MOJO Themes\">The Mojo On MOJO Themes</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/8P_70_M0sCY\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Mar 2011 09:20:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPCandy: WordPress Workspaces: Pippin Williamson’s standing desk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16364\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://feedproxy.google.com/~r/wpcandy/~3/Re3brhCbkes/pippin-williamsons-wordpress-workspace\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6122:\"<p><a href=\"http://wpcandy.com/?p=16364\"><img class=\"alignnone size-full wp-image-16365\" title=\"Pippin Williamson\'s WordPress Workspace (teaser)\" src=\"http://wpcandy.com/files/2011/03/pippinworkspace-teaser.jpg\" alt=\"\" width=\"600\" height=\"240\" /></a></p><p>We all work with WordPress professionals every day. Not in the traditional way, of course: we use Twitter, Facebook, and blogs to work virtually with one another. And that works great. But have you ever wondered what someone’s office looked like, the desk where they spend the bulk of their lives working? I know I have.</p><p>This week Pippin Williamson, freelance WordPress developer, will be showing us around his own WordPress Workspace.</p><p><span id=\"more-16364\"></span></p><h3>About Pippin Williamson</h3><p>Pippin was born and raised in central Kansas on a commercial apple orchard operated by his parents. The orchard serves as a source of constant inspiration, even now when Pippin lives three hours away. Now based in Lawrence, KS, Pippin works as a full time freelance web developer/designer that specializes in WordPress.</p><p>You can follow him on Twitter at <a title=\"Pippin Williamson on Twitter\" href=\"http://twitter.com/#!/pippinspages\">@pippinspages</a> and at <a title=\"Pippin Williamson\'s blog\" href=\"http://pippinspages.com/\">his blog</a>.</p><p>Now I’ll hand it off to Pippin, so he can walk us through his WordPress Workspace.</p><p><img class=\"alignnone size-full wp-image-16368\" title=\"Pippin\'s workspace 01\" src=\"http://wpcandy.com/files/2011/03/pippin01.jpg\" alt=\"\" width=\"600\" height=\"448\" /></p><p><img class=\"alignnone size-full wp-image-16369\" title=\"Pippin\'s workspace 02\" src=\"http://wpcandy.com/files/2011/03/pippin02.jpg\" alt=\"\" width=\"600\" height=\"448\" /></p><p><img class=\"alignnone size-full wp-image-16370\" title=\"Pippin\'s workspace 03\" src=\"http://wpcandy.com/files/2011/03/pippin03.jpg\" alt=\"\" width=\"600\" height=\"803\" /></p><p><img class=\"alignnone size-full wp-image-16371\" title=\"Pippin\'s workspace 04\" src=\"http://wpcandy.com/files/2011/03/pippin04.jpg\" alt=\"\" width=\"600\" height=\"448\" /></p><p>The numbers in the above images correlate to this list:</p><ol><li><span>Logitech Surround Sound speakers</span></li><li><span>Just Mobile iPhone 4 Stand (phone used as camera)</span></li><li><span>24&#8221; widescreen HD monitor</span></li><li><span>Connected Land web cam</span></li><li><span>Apple Keyboard</span></li><li><span>17&#8221; Envision LCD</span></li><li><span>Logitech G5 gaming mouse</span></li><li><span>2nd 24&#8221; Dell widescreen HD</span></li><li><span>iPad 2 with blue SmartCover</span></li><li><span>15&#8221; Apple Cinema Display acting as dedicated wall clock, powered by 1st generation Mac Mini</span></li><li><span>All sitting on hand made, solid rock maple standing desk</span></li></ol><h3>1. Logitech Surround Sound speakers</h3><p>It is very rare for me to not have music blasting out of these while working. I swing back and forth from heavy metal, such as System of a Down and Static X to the epic movements of Hans Zimmer. They&#8217;re getting really old, but still do the job pretty well.</p><h3>2. Just Mobile iPhone 4 Stand (phone used as camera)</h3><p>One of my favorite purchases from ThinkGeek.com, this little stand keeps my iPhone clean, out of the way, and at the perfect angle for texting, reading, or what have you without ever lifting the phone.</p><h3>3. 24&#8221; widescreen HD monitor</h3><p>One of my two 24&#8243; monitors, this one is my dedicated web browser (Chrome) screen.</p><h3>4. Connected Land web cam</h3><p>Outdated when compared to the cameras in my phone, laptop, and iPad, but it&#8217;s gets the job done, even if a little pixelated.</p><h3>5. Apple Keyboard</h3><p>I&#8217;ll never use another keyboard, unless it&#8217;s a newer version (or simply newer in terms of use) of this one.</p><h3>6. 17&#8221; Envision LCD</h3><p>A relic from several years ago, this 17&#8243; baby holds my code editor (Notepad++) and sits right in the center of my desk for the perfect viewing angle when furiously typing away code.</p><h3>7. Logitech G5 gaming mouse</h3><p>It&#8217;s weighted. It has three levels of manually adjustable sensitivity. It has forward back buttons for tabbing through Notepad++ windows. And it&#8217;s awesome. Enough said.</p><h3>8. 2nd 24&#8221; Dell widescreen HD</h3><p>The newest addition to my screen collection, this is my Photoshop / FTP / Skype real estate.</p><h3>9. iPad 2 with blue SmartCover</h3><p>Brand spankin&#8217; new, the iPad doesn&#8217;t serve a lot of purpose on my desk, except to act as a dedicated Pandora machine. And a damn nice one at that.</p><h3>10. 15&#8221; Apple Cinema Display acting as dedicated wall clock, powered by 1st generation Mac Mini</h3><p>While obscenely silly, this is one of my favorite aspects of my workspace. The monitor is really old, the Mac Mini is really, really old, but together they make one sweet clock. Toad, just below the screen, has sort of become my workspace&#8217;s mascot as well.</p><h3>11. All sitting on hand made, solid rock maple standing desk</h3><p>My pride and joy. I built the desk by hand when I was a junior in high school. It is built out of solid rock maple (and believe me, the wood is very aptly named) and weighs more than you&#8217;d like to know, but it is also solid enough to take the weight of a car. The stringers (support arms between the legs) are connected to the 4&#8243; legs with hand-chiseled mortise-and-tenon joints. It all comes apart for easy transportation.</p><h3>The computer</h3><p>Custom built PC running Windows 7, dual video cards, 6-core AMD Phenom processor, 4 gigs of ram, and 300+ gigs internal storage with an additional 500 external.</p><hr /><h3>That&#8217;s all folks!</h3><p>And that’s Pippin Williamson&#8217;s WordPress Workspace. Would you like to be included in our series? Just <a href=\"http://wpcandy.com/is/here\">shoot us a note</a> and we’ll line you up to be next in our <a href=\"http://wpcandy.com/series-on/wordpress-workspaces\">WordPress Workspaces series</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Mar 2011 02:36:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Pippin Williamson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Matt: Nathan Myhrvold and Modernist Cuisine\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=37943\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://ma.tt/2011/03/nathan-myhrvold-and-modernist-cuisine/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6654:\"<p><a href=\"http://s.ma.tt/files/2011/03/modernist-cuisine-cover-small.jpg\"><img class=\"alignright size-full wp-image-37950\" title=\"modernist-cuisine-cover-small\" src=\"http://s.ma.tt/files/2011/03/modernist-cuisine-cover-small-200x269.jpg\" alt=\"\" width=\"200\" height=\"269\" /></a>Nathan Myhrvold, an interesting character I&#8217;ve following for a few years now, has been in the news lately for his co-authorship with Maxime Bilet and Chris Young of the <a href=\"http://modernistcuisine.com/\">new food bible Modernist Cuisine: The Art and Science of Cooking</a> (<a href=\"http://www.amazon.com/dp/0982761007\">Amazon link</a>). (Peep that beautiful, 100% WordPress-powered site.) I pre-ordered it forever ago, a fact that may surprise friends who know how little I cook, but I do love food and I was as interested in the pictures and the result of a detail-oriented and science-driven obsession with quality that goes all the way down <a href=\"http://modernistcuisine.com/printing-the-book/\">to the stochastic printing process</a> as the articles/recipes .</p>\n<p>The books are, in a word, stunning. I&#8217;m probably a lifetime away <a href=\"http://online.wsj.com/article/SB10001424052748704615504576172610668896674.html#articleTabs_interactive%3D%26project%3DHAMBURGER0311%26articleTabs%3Dinteractive\">from attempting a 30-hour burger</a>, but last night I did try a sous-vide approach to a New York sirloin and <a href=\"http://matt.wordpress.com/2011/03/28/success-is-delicious/\">it turned out amazing</a>. (Though that photo probably won&#8217;t be in a future edition of Modernist Cuisine.) The fact I can barely scramble eggs but made a super-good steak might portend the apocalypse. I think sous-vide cooking is something that will appeal a lot to engineers or analytically minded folks because it&#8217;s a controlled process with predictable outcomes.</p>\n<p>Here are some interesting links and videos I&#8217;d recommend around Modernist Cuisine, sous-vide cooking, and Nathan Myhrvold himself:</p>\n<ul>\n<li><a href=\"http://www.colbertnation.com/the-colbert-report-videos/378625/march-23-2011/nathan-myhrvold\">Nathan&#8217;s appearance on the Colbert report is a good 5-minute overview</a>.</li>\n<li><a href=\"http://www.newyorker.com/arts/critics/atlarge/2011/03/21/110321crat_atlarge_lanchester?currentPage=all\">Incredible Edibles, the Mad Genius of Modernist Cuisine</a> is the New Yorker&#8217;s review.</li>\n<li><a href=\"http://www.nytimes.com/2011/03/09/dining/09modernist.html?_r=1&pagewanted=all\">Cook From It? First, Try Lifting It</a>, New York Times review.</li>\n<li><a href=\"http://www.seriouseats.com/tags/Modernist%20Cuisine\">Serious Eats has had fantastic coverage</a>, but I was most jealous <a href=\"http://www.seriouseats.com/2011/02/dinner-at-the-modernist-cuisine-cooking-lab-seattle-nathan-myhrvold.html\">of the 29-course meal from the Modernist Cuisine cooking lab</a>.</li>\n<li><a href=\"http://www.newyorker.com/archive/1997/05/12/1997_05_12_066_TNY_CARDS_000376959?currentPage=all\">A 1997 profile of Nathan Myhrvold in New Yorker</a>.</li>\n<li>His company Intellectual Ventures is controversial for its use of patents, as <a href=\"http://www.newyorker.com/reporting/2008/05/12/080512fa_fact_gladwell\">Malcolm Gladwell covered</a>, the <a href=\"http://www.nytimes.com/2010/02/18/technology/18patent.html\">NY Times</a>, <a href=\"http://www.wired.co.uk/magazine/archive/2011/02/features/intellectual-ventures?page=all\">an excellent Wired UK profile last month</a>, and less kindly <a href=\"http://money.cnn.com/magazines/fortune/fortune_archive/2006/07/10/8380798/index.htm\">in Fortune</a>.</li>\n<li>From this <a href=\"http://www.newyorker.com/online/blogs/backissues/2011/03/accidents-of-the-kitchen.html\">excellent New Yorker blog post</a> there are links to profiles of <a href=\"http://www.newyorker.com/reporting/2008/03/24/080324fa_fact_macfarquhar\">David Chang</a>, <a href=\"http://www.newyorker.com/reporting/2008/05/12/080512fa_fact_max\">Grant Achatz</a>, and a <a href=\"http://www.newyorker.com/reporting/2011/01/03/110103fa_fact_gopnik\">cool article on desserts</a> that includes Albert Adrià.</li>\n<li>The <a href=\"http://www.seriouseats.com/2010/03/how-to-sous-vide-steak.html\">Serious Eats sous vide steak article</a> was my main guide for last night&#8217;s attempt, including their guides on <a href=\"http://www.seriouseats.com/2009/12/how-to-have-juicy-meats-steaks-the-food-lab-the-importance-of-resting-grilling.html?ref=obinsite\">resting meat</a>, <a href=\"http://www.seriouseats.com/2010/03/why-should-you-cut-meat-steak-against-the-grain.html?ref=obinsite\">slicing against the grain</a>, and <a href=\"http://www.seriouseats.com/2011/03/the-food-lab-more-tips-for-perfect-steaks.html?ref=obinsite\">general steak tips</a>.</li>\n<li><a href=\"http://www.youtube.com/watch?v=AwjeUkrxGJE&feature=player_embedded\">Here&#8217;s a pretty friendly Youtube video for the same</a> that is basically what I did except without the mushrooms or pre-sear.</li>\n<li><a href=\"http://forums.egullet.org/\">The eGullet forums</a> appear to be a hub for all things modernist cuisine, and <a href=\"http://forums.egullet.org/index.php?/topic/130414-modernist-cuisine-by-nathan-myhrvold-chris-young-ma/page__pid__1713483#entry1713483\">an epic thread about MC-the-book</a>.</li>\n<li>If after reading/watching the above you&#8217;re ready to dive in like I was, I ended up with the <a href=\"http://www.sousvidesupreme.com\">Sous Vide Supreme</a> after <a href=\"http://www.seriouseats.com/2009/12/new-sous-vide-supreme-machine-review.html\">reading this review</a>.</li>\n<li><a href=\"http://modernistcuisine.com/blog/\">The WP-powered Modernist Cuisine official blog has a ton of great links and photos</a>.</li>\n</ul>\n<p>If you made it this far, two bonuses:</p>\n<p>At the <a href=\"http://www.the-eg.com/\">EG Conference</a> in 2007 I interviewed Nathan Myhrvold about the Dvorak keyboard layout, which <a href=\"http://ma.tt/2003/08/on-the-dvorak-keyboard-layout/\">I&#8217;ve used about 11 years now</a>, and here&#8217;s that video:</p>\n<p></p>\n<p>Second, Mark Pearson of <a href=\"http://www.pearpress.com/\">Pear Press</a> (also associated with one of my other favorite authors <a href=\"http://www.brainrules.net/\">John Medina</a>) recommends the Pizza Nepoletana technique in volume 2 page 26 as an accessible dish, and the <a href=\"http://www.wineloverspage.com/wineadvisor2/tswa20110325.php\">tip on decanting wine in a blender</a>.</p>\n<p>Thanks to many friends for the links, and also for listening to me blather on about this for the past week or two. You may also be subject to more experiments in the future.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Mar 2011 00:25:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WPTavern: Interview With Thord Daniel Hedengren\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5197\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://feedproxy.google.com/~r/WordpressTavern/~3/4dRKpSSY9-w/interview-with-thord-daniel-hedengren\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12259:\"<p>How many of you are familiar with the name, Thord Daniel Hedengren? Thord is a veteran member of the WordPress community and over the past few years, we&#8217;ve seen him develop and release free themes, write a couple of books about WordPress and generally, just be a well rounded individual when it comes to the software. Those of us in the U.S. may not know him that well thanks to his location. Hopefully, this interview changes that.</p>\n<p><em>I&#8217;ve seen your name a number of times, especially during my short employment with Performancing.com. Can you give us a brief background as to who you are and where you call home?</em></p>\n<p>Home is where I am at the moment, which means the French Alps as I&#8217;m writing this. Most of the time it is Stockholm (capital of Sweden, Land of Kings), so we could call that my home.</p>\n<p>As for my background, well it started out with me not having enough money to print my magazine back in the 90s, so I figured I&#8217;d give this internet thing a go. I got started publishing sites (in Swedish) out of necessity, and from there on it became a slightly unhealthy obsession. I got tired of my Swedish website empire in 2005 and sold it off, started blogging about &#8220;new media&#8221; in English, and that kicked off a freelancing career, both as a writer for various blogs and online magazines and as a WordPress developer.</p>\n<p>Basically, I do what I want to do, wherever I want to do it. Isn&#8217;t the internet wonderful?</p>\n<div id=\"attachment_5198\" class=\"wp-caption aligncenter\"><a href=\"http://www.wptavern.com/wp-content/uploads/2011/03/tdhme.png\" rel=\"thumbnail\"><img src=\"http://www.wptavern.com/wp-content/uploads/2011/03/tdhme-500x308.png\" alt=\"thords personal site\" title=\"tdhme\" width=\"500\" height=\"308\" class=\"size-large wp-image-5198\" /></a><p class=\"wp-caption-text\">Thord&#039;s Personal Site</p></div>\n<p><em>What got you started and involved with theme creation with WordPress?</em></p>\n<p>I went from developing my own publishing software with my friends, to embracing open source. It all started with forum software actually, and the realization that open source was really rewarding as a publisher. That made me look to platforms such as WordPress, and I actually converted a fairly large website to 1.5, tagging everything with the Ultimate Tag Warrior plugin. It was pretty groundbreaking back then since the site wasn&#8217;t even remotely close to a blog.</p>\n<p>Every platform and system I&#8217;ve learned over the years has come out of necessity. I&#8217;m curious by nature, that helps, but I never dive into anything just for making a profit as a consultant or something like that. Those things usually follow by themselves anyway.</p>\n<p><em>What is the WordPress situation like in your part of the world? For example, do you have meetups local to your area?</em></p>\n<p>It&#8217;s been slow going in Sweden actually, we had the first WordCamp in Stockholm last Autumn, hosted by yours truly obviously, at a museum which was pretty cool. There are some photos in the Flickr group if you&#8217;re interested. Before that there have been some local meetups and such, but usually when we meet it&#8217;s not WordPress only, so to speak. We do have the #wpbar events, which I founded along with some like minded enthusiasts and agencies, but that&#8217;s basically an excuse to get together, talk WordPress, and drink beer courtesy of sponsors.</p>\n<div id=\"attachment_5199\" class=\"wp-caption aligncenter\"><a href=\"http://www.wptavern.com/wp-content/uploads/2011/03/wordcampstockholm.png\" rel=\"thumbnail\"><img src=\"http://www.wptavern.com/wp-content/uploads/2011/03/wordcampstockholm.png\" alt=\"wordcamp stockholm\" title=\"wordcampstockholm\" width=\"406\" height=\"140\" class=\"size-full wp-image-5199\" /></a><p class=\"wp-caption-text\">WordCamp Stockholm 2010</p></div>\n<p>It&#8217;s getting better though, with unconferences popping up everywhere, and WordPress as such have a really strong position in Sweden. Maybe that&#8217;s why there&#8217;s been a lack of dedicated events &#8211; it&#8217;s ever present anyway.</p>\n<p><em>What are your thoughts on the state of themes in the WordPress ecosystem e.g. parent themes, frameworks, etc?</em></p>\n<p>Well, first of all, branding a theme as a &#8220;framework&#8221; to me is nothing more than trying to ride the hype. Seriously, every theme is a possible framework the way these things work, surely more or less suited, but I find the term misleading. I do approve of the way themes are going though, being designed with enhancements and build-upons in mind from the start.</p>\n<p>I think parent and child themes are great, and I hope that the wordpress.org theme directory will improve when it comes to listing these. It&#8217;s in the works already, and some child themes are listed (although they need to be branded more clearly) already, so I&#8217;m pretty happy with that.</p>\n<p>What I&#8217;m less than thrilled about is the &#8220;premium&#8221; themes. First of all, I think the word &#8220;premium&#8221; is misleading, &#8220;commercial&#8221; is a way better choice, because there&#8217;s certainly nothing &#8220;premium&#8221; about a lot of the $69 themes. You wouldn&#8217;t believe how many emails I get each month asking me if I can help them fix this or that theme they bought. There are some truly excellent commercial themes out there, and I wish the theme designers all the best, but this part of the theme ecosystem doesn&#8217;t appeal to me at all.</p>\n<p>Oh, and I hope the roll-out of commercial themes on wordpress.com will speed up, with some general submission process soon. This invite only structure leaves a bad taste in my mouth, but hopefully that&#8217;s just Automattic trying to make sure that everything works the way it should.</p>\n<p>Finally, I&#8217;m a big believer that themes should be GPL, and luckily the community agrees with me, at least officially.</p>\n<p><em>One of the first books you wrote and published was called <a href=\"http://www.amazon.com/Smashing-WordPress-Beyond-Blog-Magazine/dp/0470684151/ref=sr_1_1?ie=UTF8&qid=1301334115&sr=8-1\">Smashing WordPress &#8211; Beyond The Blog</a>. Based on reports and feedback I read on Twitter, it was a smashing success. Can you tell us how the book came about and if it&#8217;s success will lead to a second edition?</em></p>\n<p>Smashing WordPress: Beyond the Blog, 2nd Edition will be published in April this year. There should be pre-orders and whatnot available on Amazon and other fine online retailers any day now. I&#8217;m really happy to have been able to do a second edition of the book, to WordPress 3.1 obviously but also because this one looks a lot better. As far as I know, Beyond the Blog was the first book in the Smashing book series, and the publisher have continued to improve the look and feel of the books.</p>\n<p>Oh, and it&#8217;ll be in full color this time around as well, which I&#8217;m happy with. Especially since I knew it from the start, which I didn&#8217;t when I wrote the first book. That&#8217;s why we were so shy on images in Beyond the Blog &#8211; full color wasn&#8217;t on the table until the end of the production.</p>\n<p>For more about my books, including the one I&#8217;m writing right now, check out <a href=\"http://tdh.me/books/\">http://tdh.me/books/</a> (shameless self promotion ends now).</p>\n<p>As for how it came to be, I wrote a blog post about WordPress as a CMS, which got some nice links and buzz. A while later my publisher (Wiley) emailed and asked if I wanted to write a book, and I said sure, sent an outline, and that was it basically. A few contracts Fedexed over the world, a small (compared to the ones I&#8217;m getting now at least) advance, and a truly hectic period of writing later, I could sit back knowing that I&#8217;d written my first book in English.</p>\n<p>Everything good that has happened to me in the last five years or so, professionally, have started with a blog post. That&#8217;s pretty cool.</p>\n<p><em>As I understand your latest entry into the print world is a new book entitled Smashing WordPress Themes. Can you provide us with a basic overview of what&#8217;s covered in this book?</em></p>\n<p>The idea with <a href=\"http://www.amazon.com/Smashing-WordPress-Themes-Beautiful-Magazine/dp/047066990X/ref=sr_1_fkmr1_2?ie=UTF8&qid=1301334163&sr=8-2-fkmr1\">Smashing WordPress Themes: Making WordPress Beautiful</a> is to teach the reader how to develop WordPress themes. As with Beyond the Blog, I&#8217;m starting at the basics, and build up with examples of sites you can do with WordPress, how you can solve the most common issues, and so on. Obviously the book covers things like template tags and conditional tags, but what I really think is the killer is how the reader can follow the development of several themes. My goal is to get the reader to understand the tools at hand, and I try to get the wheel&#8217;s spinning in his or her head. If the reader gets ideas for sites or themes when reading my Smashing WordPress books, I think I&#8217;ve succeeded.</p>\n<div id=\"attachment_5200\" class=\"wp-caption aligncenter\"><a href=\"http://www.wptavern.com/wp-content/uploads/2011/03/smashingwordpressthemes.png\" rel=\"thumbnail\"><img src=\"http://www.wptavern.com/wp-content/uploads/2011/03/smashingwordpressthemes.png\" alt=\"smashing wordpress themes book cover\" title=\"smashingwordpressthemes\" width=\"541\" height=\"205\" class=\"size-full wp-image-5200\" /></a><p class=\"wp-caption-text\">Smashing WordPress Themes Cover</p></div>\n<p>The table of contents, along with some other info about the book, is available here: <a href=\"http://tdh.me/books/smashing-wordpress-themes-making-wordpress-beautiful/\">http://tdh.me/books/smashing-wordpress-themes-making-wordpress-beautiful/</a></p>\n<p><em>If I were a beginner not only to using WordPress but also web development in general, do you think this book would be over my head?</em></p>\n<p>It might be. I usually say that if you know a bit of HTML and CSS, maybe can grasp PHP, then you can learn working with WordPress from both my books. It&#8217;s more a matter of your understanding of scripting languages (of the simpler kind) than how green you are. This one&#8217;s a tough one, I won&#8217;t tell you what an HTML tag is for example, so basic knowledge of that is necessary.</p>\n<p><em>The print world moves at the pace of a snail. While the book covers WordPress 3.0.1, is it still relevant with the release of WordPress 3.1?</em></p>\n<p>Sure is. Thankfully, the step from 3.0 to 3.1 wasn&#8217;t huge. I still get happy emails about the first edition of Smashing WordPress: Beyond the Blog, which definitely isn&#8217;t up to speed, so it&#8217;s not all about featuring the latest functions you can play with. Although that&#8217;s more fun, obviously.</p>\n<p>But yeah, it&#8217;s frustrating, this dead trees business! This isn&#8217;t the point and shoot of the web after all, which sometimes is a good thing, but not without its drawbacks when it comes to tech books. </p>\n<p><em>Last but not least, as a theme developer, I&#8217;ll provide you the opportunity to tell me what the future of themes are as we progress into 2011?</em></p>\n<p>I&#8217;m afraid the future is more commercial themes and fewer truly great free themes. This makes me sad, actually, because I think it is hurting the WordPress platform. I hope that child themeing will take off since that could mean more options for end users. Other than that, we&#8217;ll get more settings, themes will get more advanced, and hence often less optimized. I know I come across as negative here, but these things concern me. Overall the theme ecosystem and the WordPress community is in great shape and I&#8217;m happy to be a part of it. I&#8217;ll obviously do my part on the free front as well, with Notes Blog (<a href=\"http://notesblog.com\">http://notesblog.com</a>) releases and minor stuff besides that. Hopefully others will do the same and we can get a healthy mixture of free and paid.</p>\n<p>I&#8217;ll stay free, by the way. That&#8217;s my way of giving back to the community.</p>\n\n\n<p>No related posts.</p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/4dRKpSSY9-w\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Mar 2011 17:46:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 3/28\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9825\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/70RclRgUOz4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1256:\"<h3>New plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/affiliate-links-manager/\"><strong>Affiliate Links Manager</strong></a> helps you create friendly affiliate redirects and track them in Google Analytics.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/onswipe/\"><strong>Onswipe</strong></a> makes it insanely easy to make your content look great on all touch devices, currently limited to iPads, but there will be more in the future.</p>\n<h3>Updated plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/backwpup/\"><strong>BackWPup</strong></a> allows you to backup your WordPress database, files, and more.</p>\n<p><a href=\"http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-jquery-drop-down-mega-menu-widget/\"><strong>jQuery Drop Down Mega Menu Widget</strong></a> allows you to quickly and easily create drop down mega menus from any WordPress custom menu.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/\"><strong>Yet Another Related Posts Plugin</strong></a> displays a list of related entries on your site and feeds based on a unique algorithm.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/70RclRgUOz4\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Mar 2011 13:00:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WPTavern: WPCo.de New Site Dedicated To WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5194\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://feedproxy.google.com/~r/WordpressTavern/~3/dxWPeVDhpHQ/wpco-de-new-site-dedicated-to-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:443:\"<p><a href=\"http://wpco.de/\">WP Code | Just another WordPress site</a>. New site dedicated to WordPress launched by Andrew. He says the site will bring you news and tutorials as he learns the ins and outs of the software. Have to say, I&#8217;m a fan of the domain name. Consider adding WPCo.de to your feed reader. </p>\n\n\n<p>No related posts.</p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/dxWPeVDhpHQ\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Mar 2011 12:15:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Matt: Peplink Multi-WAN Routers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=37935\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://ma.tt/2011/03/peplink-review/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10209:\"<p>I live and work on the internet, so when I have trouble connecting it really slows me down. About a year or so ago I started looking into multi-WAN routers that would, at least, support two internet connections and failover to the other one, and as a bonus maybe provide some speed benefits as well. Here&#8217;s the story of that journey.</p>\n<p><span id=\"more-37935\"></span></p>\n<p>After a ton of research I ended up with a Peplink, probably in part because <a href=\"http://peplink.com/\">their website</a> is the best organized designed of the vendors I found. I&#8217;m very lucky to access to two great internet providers in my building: <a href=\"http://web-pass.com/\">Webpass</a>, a local ISP which provides symmetric 100 Mbps (albeit shared with neighbors), and Comcast with DOCSIS 3.0 support (they sometimes market it as Extreme 50) which provides around 50-60 Mbps. Because the combined speed was above 50 Mbps put me as a &#8220;mid-sized business&#8221; <a href=\"http://www.peplink.com/balance/tech-spec/\">according to Peplink&#8217;s product line-up</a> and I ended up with a Peplink Balance 390 (which seems to be the same as the 380 on their website).</p>\n<p>First on the Balance 390, which I&#8217;ve used about a year and a half: it&#8217;s a really solid product. It did everything that was promised including the failover, has been rock-solid, and the Peplink-delivered firmware updates have made the interface significantly better since I bought it in December 2009 especially for router-centric things I like to do like have the DHCP reservations and naming. (The interface is significantly better than what I&#8217;ve used on Linksys and D-link routers before.) <strong>The 390 only had one downside: it&#8217;s incredibly loud.</strong></p>\n<p>Now as background I should caveat that I&#8217;m pretty sensitive to ambient noise, especially from computing devices. Over the years I&#8217;ve gone from 4 computers in my office to just a laptop I take with me, and when I moved one of the things I looked for was the closet with the ethernet patch panel and where all the connectivity came in was far away from where I&#8217;d work or sleep. I&#8217;ve stopped using devices before, like the Drobo, because they were too loud. (I think the Drobo still takes the cake.)</p>\n<p>But the &#8220;server closet&#8221; is actually the closet in my guest room slash TV room, so even though I was relatively shielded from the noise in there my guests were subjected to it, which was made worse because I had so much stuff in there the closet would get quite hot so I would usually leave the door cracked.</p>\n<p>Late last year I started minimizing everything in there to bring the noise, heat, and my electricity bill down. I went from a couple of switches daisy-chained together to <a href=\"http://www.amazon.com/dp/B0002TPFTA\">a single 24-port D-Link</a>. For network storage I&#8217;m a big fan of QNAP devices and have owned their 5, 6, and 8 drive versions. I had a <a href=\"http://www.qnap.com/pro_detail_feature.asp?p_id=111\">TS-809U (rackmount, also really loud)</a> I shipped off to be an off-site backup, retired the old 5-drive, and standardized on a <a href=\"http://www.qnap.com/pro_detail_feature.asp?p_id=108\">(pretty quiet) TS-639</a> with 6 1TB drives in RAID6 so about 3.6TB usable. Finally I replaced old desktop machines and Linux servers I had accumulated over the years with a <a href=\"http://www.apple.com/macmini/\">single beautiful Mac Mini</a>. (Still planned is to replace old rackmount UPS with this <a href=\"http://www.amazon.com/dp/B00429N19W\">much-quieter Cyberpower</a> and some <a href=\"http://www.amazon.com/dp/B003YFIRR6\">nifty liberators</a>.)</p>\n<p>But I was still stuck with the Balance 390 providing the lifeline of connectivity to the house and sounding like a plane taking off. However after <a href=\"http://forum.peplink.com/topic/noise-of-new-products\">a post on Peplink&#8217;s bbPress-powered forums</a> I decided to check out two of their new products, the Balance 30 and Balance 310, as I said:</p>\n<div class=\"blockquote\"><blockquote><p>It looks like you guys have some new products that would be a little slower but adequete for my needs. I noticed on the comparisons that the 20/30 is a smaller and lighter than the 210/310, and they draw the same amount of power.</p></blockquote></div>\n<p>They responded &#8220;The 20/30/210/310 are all completely quiet because they don&#8217;t have a fan!&#8221; Awesome, we&#8217;re in business. But how about performance? Since I&#8217;m in a unique position of having three of their products in front of me, and their website is a bit confusing, I decided to do some rough but real-world tests of each product and found a pretty counter-intuitive results.</p>\n<p>As a background for the following benchmarks, I upgraded each device to the latest firmware (5.2.2), unplugged everything from the network, and plugged my laptop directly into the LAN port of each router and ran <a href=\"http://www.peplink.com/index.php?view=faq&id=111&path=19\">some speed tests as suggested by Peplink themselves</a>, which I <a href=\"http://forum.peplink.com/topic/peplink-30-wan-aggregation\">found on this thread</a>. Basically the tool just downloads some big files from Adobe, Apple, and Microsoft and tells you how long it took. The following table is the average of a few tests I ran for each while only having a single WAN link plugged in, then I tried some additional tests just on the Microsoft download paired with Comcast since that seemed to be the fastest possible, finally I plugged in both WAN links and kicked off multiple downloads at once and tried to observe the peak throughput. The absolute numbers aren&#8217;t as interesting, mostly the maximums. I basically wanted to test their assertion that &#8220;The ratings are derived from the actual performance (combination of sw and hw) and not limited by software.&#8221;</p>\n<table border=\"0\" cellspacing=\"2\" cellpadding=\"5\" width=\"620\">\n<tbody>\n<tr>\n<th scope=\"row\"></th>\n<td>Balance 30</td>\n<td>Balance 310</td>\n<td>Balance 390</td>\n</tr>\n<tr>\n<th scope=\"row\">\n<div>List Price</div>\n</th>\n<td>\n<div>$395</div>\n</td>\n<td>\n<div>$1,495</div>\n</td>\n<td>\n<div>$1,995</div>\n</td>\n</tr>\n<tr>\n<th scope=\"row\">\n<div>Vendor-rated Throughput</div>\n</th>\n<td>\n<div>50 Mbps</div>\n</td>\n<td>\n<div>50 Mbps</div>\n</td>\n<td>\n<div>170 Mbps</div>\n</td>\n</tr>\n<tr>\n<th scope=\"row\">\n<div>USB 3G modem support</div>\n</th>\n<td>\n<div>Yes</div>\n</td>\n<td>\n<div>No</div>\n</td>\n<td>\n<div>Yes</div>\n</td>\n</tr>\n<tr>\n<th scope=\"row\">\n<div>Adobe Webpass</div>\n</th>\n<td>\n<div>21.3 Mbps</div>\n</td>\n<td>\n<div>37.1 Mbps</div>\n</td>\n<td>\n<div>17.4 Mbps</div>\n</td>\n</tr>\n<tr>\n<th scope=\"row\">\n<div>Apple Webpass</div>\n</th>\n<td>\n<div>22.1 Mbps</div>\n</td>\n<td>\n<div>36.6 Mbps</div>\n</td>\n<td>\n<div>18.7 Mbps</div>\n</td>\n</tr>\n<tr>\n<th scope=\"row\">\n<div>Microsoft Webpass</div>\n</th>\n<td>\n<div>22.2 Mbps</div>\n</td>\n<td>\n<div>41.3 Mbps</div>\n</td>\n<td>\n<div>22.3 Mbps</div>\n</td>\n</tr>\n<tr>\n<th scope=\"row\">\n<div>Adobe Comcast</div>\n</th>\n<td>\n<div>22.1 Mbps</div>\n</td>\n<td>\n<div>42.6 Mbps</div>\n</td>\n<td>\n<div>52.3 Mbps</div>\n</td>\n</tr>\n<tr>\n<th scope=\"row\">\n<div>Apple Comcast</div>\n</th>\n<td>\n<div>21.6 Mbps</div>\n</td>\n<td>\n<div>44.3 Mbps</div>\n</td>\n<td>\n<div>46.7 Mbps</div>\n</td>\n</tr>\n<tr>\n<th scope=\"row\">\n<div>Microsoft Comcast</div>\n</th>\n<td>\n<div>22.4 Mbps</div>\n</td>\n<td>\n<div>46.9 Mbps</div>\n</td>\n<td>\n<div>57.9 Mbps</div>\n</td>\n</tr>\n<tr>\n<th scope=\"row\">\n<div>Microsoft Comcast #2</div>\n</th>\n<td>\n<div>31.3 Mbps</div>\n</td>\n<td>\n<div>47.2 Mbps</div>\n</td>\n<td>\n<div>57.3 Mbps</div>\n</td>\n</tr>\n<tr>\n<th scope=\"row\">\n<div>Observed CPU load</div>\n</th>\n<td>\n<div>100%</div>\n</td>\n<td>\n<div>100%</div>\n</td>\n<td>\n<div>~35%</div>\n</td>\n</tr>\n<tr>\n<th scope=\"row\">\n<div>Comcast + Webpass  Microsoft Download</div>\n</th>\n<td>\n<div>90.16 Mbps</div>\n</td>\n<td>\n<div>49.5 Mbps</div>\n</td>\n<td>\n<div>116.2 Mbps</div>\n</td>\n</tr>\n</tbody>\n</table>\n<p>So the conclusions and things I discovered from these numbers:</p>\n<ol>\n<li>The 390 is the most powerful, it was able to handle 116 Mbps with some room to spare.</li>\n<li>The 310 interface would freeze up and become completely unresponsive as the transfer got higher. Though it did better than the 30 on the single-WAN tests, it completely fell over on the dual-WAN test. The 30 stayed responsive even when the CPU pegged at 100%.</li>\n<li>The 30 has <strong>bonus unadvertised gigabit</strong> LAN ports (the 310 has 10/100 Mbps ports) which surprised me because it seems <a href=\"http://www.peplink.com/balance/tech-spec/\">from their comparison chart</a> that you only get gigabit LAN ports starting with the 380.</li>\n<li>The 30 was able to peak just under 100 Mbps combining the two connections, which is not that far away from the 390, which is 5 times the cost. And it <em>crushed</em> the 310 which is 4x the cost.</li>\n</ol>\n<p>Now as for the <em>why</em> of these numbers, I don&#8217;t know, maybe Peplink could comment. This test was pretty unscientific, but I was able to recreate over and over again that plugged into the Balance 30 I got <strong>double the performance at a quarter of the cost</strong> of the 310, something I ended up repeating over and over because it was very counter-intuitive to me. Perhaps the 20/30 are just newer generation products and the 210/310 line will catch up in their next refresh, or after they clear out their existing inventory.</p>\n<p><strong>So in summary:</strong> Peplink is great, their 380 and above products are fantastic if you need the power and can put them someplace no one will hear them. The 210/310 is a rip-off and should be avoided. The Balance 30 performs above its ratings and I&#8217;d recommend it for anybody like me with multiple internet connections. The &#8220;Next Generation Broadband Ready&#8221; rating on the 210/310 appears to be incorrect.</p>\n<p>I&#8217;ve unplugged my 380 and now have my entire home network going through the Balance 30, and it&#8217;s as snappy as can be. One of these days I&#8217;ll play around with the 3G failover stuff. I can leave the door to my server closet closed now, and guests will sleep peacefully.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 27 Mar 2011 00:45:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPCandy: WordPress Community Links: Gold star cookie edition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16337\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://feedproxy.google.com/~r/wpcandy/~3/9a4XMv_lHgI/gold-star-cookie-edition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7864:\"<p><a href=\"http://wpcandy.com/?p=16337\"><img class=\"alignnone size-full wp-image-16341\" title=\"Five star communty links (teaser)\" src=\"http://wpcandy.com/files/2011/03/fivestar-teaser.jpg\" alt=\"\" width=\"576\" height=\"247\" /></a></p><p>It&#8217;s time for another dose of community links, this time in delicious star cookie form. If you&#8217;re new to WPCandy, our Community Links roundups are ways for us to share link-worthy materials with you each week. We keep an eye out for interesting WordPress related blog posts, tutorials, and resource posts and hand deliver them to you. Why? Well, we just love you that much.</p><p>All the tasty links are just after the jump. As well as an explanation for the cookies.</p><p><span id=\"more-16337\"></span>First up we have blog posts. This week:</p><ul><li><span>Josh Leuze hit a milestone with his Meteor Slides plugin, and <a title=\"Josh Leuze celebrates a milestone\" href=\"http://www.jleuze.com/a-tasty-meteor-slides-milestone/\">celebrated</a> with 5-star cookies.</span></li><li><span>Jason Paul shared <a title=\"Why Jason Paul uses WordPress\" href=\"http://www.jasonpaul.net/2011/03/wordpress/  \">why he uses WordPress</a>. Why do you use WordPress?</span></li><li><span>Thomas Svenson, a member of the Drupal community, <a title=\"Drupal and WordPress.org\" href=\"http://groups.drupal.org/node/136294\">shared his thoughts</a> on how the Drupal community can learn from WordPress.org. </span></li><li><span>Automattic&#8217;s Ian Stewart posed an interesting question on ThemeShaper regarding <a title=\"Ian Stewart on responsive design\" href=\"http://themeshaper.com/2011/03/24/questions-responsive-wordpress-theme-design/\">responsive design</a>.</span></li><li><span>It&#8217;s not quite a blog post, but Matt Mullenweg was on This Week in Tech <a title=\"This Week in Tech episode\" href=\"http://twit.tv/291\">last week</a>, discussing the <a title=\"Matt Mullenweg on the DDoS attack on WordPress.com\" href=\"http://en.blog.wordpress.com/2011/03/08/some-turbulence/  \">DDoS attack on WordPress.com</a>. Jump to approximately the 40 minute mark to hear Matt&#8217;s portion. Mullenweg was also <a title=\"Matt Mullenweg interviewed at SXSW\" href=\"http://schedule.sxsw.com/events/event_IAP000438\">interviewed at SXSW</a> by John Battelle. </span></li><li><span>WPMU.org put together a list of <a title=\"Musicians using WordPress\" href=\"http://wpmu.org/21-musicians-doing-their-thing-using-wordpress/  \">musicians using WordPress</a>.</span></li><li><span>Ryan Ray, the latest hire at WooThemes, explains just <a title=\"What a Community Manager is\" href=\"http://www.woothemes.com/2011/03/what-is-a-community-manager/  \">what his job involves</a> as a Community Manager.</span></li><li><span>For the developers in the crowd, Andrew Nacin wrote about <a title=\"Andrew Nacin on code refactoring\" href=\"http://wpdevel.wordpress.com/2011/03/23/code-refactoring/  \">code refactoring</a> on the WordPress dev blog.</span></li><li><span>Jeff Chandler shared <a title=\"Jeff Chandler on the Atlas theme framework\" href=\"http://www.wptavern.com/my-thoughts-on-the-atlas-theme-framework\">his thoughts</a> on the new Atlas theme framework. He also <a href=\"http://www.wptavern.com/is-akismet-still-free\">started a discussion</a> on his blog about Akismet.</span></li><li><span>Ozh Richards shared <a title=\"Ozh Richards\' excitement about his new book\" href=\"http://planetozh.com/blog/2011/03/so-i-finally-got-my-hands-on-plugindevbook-whooohooo-o/  \">his excitement</a> when he received copies of the book he recently co-authored with Brad Williams and Justin Tadlock. The same book was <a title=\"Ronald Huereca\'s book review\" href=\"http://www.wpajax.com/articles/wordpress-professional-plugin-development-book-review  \">reviewed</a> by Ronald Huereca this week too.</span></li><li><span>Don&#8217;t miss the <a title=\"Latest episode of WordCast\" href=\"http://podcast.wordcastnet.com/2011/wordcast-podcast-95-wordpress-3-2-preview-are-you-afraid-to-blog/  \">latest WordCast</a> (about what might be in WordPress 3.2) and Jeff&#8217;s <a title=\"WPWeekly Podcast\" href=\"http://www.wptavern.com/wpweekly-episode-110-–-everyone-wants-a-jetpack\">WPTavern podcast</a>, mostly about Jetpack.</span></li><li><span>Austin Passy took photos of Mark Jaquith&#8217;s new WordPress laptop sticker. See <a title=\"Mark Jaquith\'s WordPress laptop\" href=\"http://austinpassy.com/2011/03/miami-by-photo-plus-wordcamp/img_6041/\">this one</a> and this <a title=\"Mark Jaquith\'s WordPress laptop\" href=\"http://austinpassy.com/2011/03/miami-by-photo-plus-wordcamp/img_6045/\">other one</a>.</span></li><li><span>Our own Brian Krogsgard posted about his thoughts regarding <a title=\"Brian Krogsgard on attachment URLs\" href=\"http://krogsgard.com/2011/wordpress-attach-image-to-post-media-uploader  \">image attachment URLs</a>.</span></li><li><span>Otto shared his thoughts on <a title=\"Why Otto thinks the GPL should be used\" href=\"http://ottopress.com/2011/why-you-should-use-gpl-for-commercial-themes/\">why the GPL</a> should be used for commercial themes.</span></li><li><span>Jackie Dana attended SXSW and <a title=\"Jackie Dana\'s thoughts on WordPress at SXSW\" href=\"http://jackiedana.com/2011/we-are-all-wordpress  \">shared her thoughts</a> on it.</span></li></ul><p>Next we have tutorials. Learn something:</p><ul><li><span>Noel Tock showed <a title=\"How to integrate event custom post types with FullCalendar\" href=\"http://www.noeltock.com/web-design/wordpress/events-custom-post-types-fullcalendar-json-wordpress/  \">how to integrate</a> his events custom post type with the FullCalendar jQuery plugin. Michael Martin also published a tutorial showing <a title=\"How to create an events list with post types and taxonomies\" href=\"http://www.problogdesign.com/wordpress/events-list-with-custom-post-types-and-taxonomies/  \">how to create an events list</a> with custom post types and taxonomies, as well as <a title=\"How to add links to the WordPress 3.2 admin bar\" href=\"http://www.problogdesign.com/wordpress/add-useful-links-to-wordpress-admin-bar/\">how to add links</a> to the new 3.2 admin bar.</span></li><li><span>Michael Kuhlmann is a WordPress and BuddyPress developer, and this week shared his tips for<a href=\"http://www.michaelkuhlmann.com/2011/03/23/how-to-customize-buddypress-admin-bar/\">customizing the BuddyPress admin bar</a>.</span></li><li><span>Sarah Gooding at WPMU.org shows how to <a title=\"How to completely remove BuddyPress from your WordPress site\" href=\"http://wpmu.org/how-to-completely-delete-buddypress-from-your-wordpress-site/\">completely remove BuddyPress</a> from your site after you&#8217;ve installed it.</span></li><li><span>Jean-Baptiste Jung has a tutorial showing <a title=\"How to create multilingual WordPress sites\" href=\"http://www.catswhocode.com/blog/easily-create-multilingual-sites-with-wordpress\">how to create multilingual sites</a> with WordPress.</span></li></ul><p>Finally, we have resource posts. These might be worth bookmarking:</p><ul><li><span>Jean over at WPMayor put together a <a title=\"WordPress slideshow plugins\" href=\"http://www.wpmayor.com/posts/plugin-reviews/best-slideshow-content-slider-plugins-for-wordpress/\">collection of slideshow plugins</a> for WordPress. It&#8217;s a good list, though <a title=\"Meteor Slides WordPress plugin\" href=\"http://wordpress.org/extend/plugins/meteor-slides/\">Meteor Slides</a> is missing from it.</span></li><li><span>Chris Pearson wrote up a <a title=\"Beginnner\'s Guide to Website Optimization\" href=\"http://diythemes.com/thesis/wordpress-website-optimization/  \">beginner&#8217;s guide to website optimization</a>.</span></li></ul><p>That&#8217;s it for this week&#8217;s community links. If you have a link you think should be in our weekly roundup, please do <a title=\"Contact WPCandy\" href=\"http://wpcandy.com/is/here\">contact us</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 27 Mar 2011 00:10:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: WPWeekly Episode 110 – Everyone Wants A Jetpack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5191\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"http://feedproxy.google.com/~r/WordpressTavern/~3/yEBQsmdf9_A/wpweekly-episode-110-%e2%80%93-everyone-wants-a-jetpack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3382:\"<p><img src=\"http://www.wptavern.com/wp-content/uploads/2009/02/wordpressweekly1.png\" alt=\"wordpressweekly1\" title=\"wordpressweekly1\" width=\"120\" height=\"120\" class=\"alignright size-full wp-image-436\" />In this episode of WordPress Weekly, we discussed a large number of topics considering it&#8217;s been awhile since the last episode. I give you the lowdown on Jetpack, a new plugin bundle released by Automattic. We also talked about the road map for WordPress 3.2. I give you a pet peeve of mine for an anti spam plugin and last but not least, I give you a plugin suggestion to take quick linking to previously written content to the next level. Thanks to everyone who showed up for today&#8217;s show. </p>\n<h2>Ad Copy:</h2>\n<p>This episode of WordPress Weekly is sponsored by no one in particular but you can change that for episode 111 by visiting <a href=\"http://www.wptavern.com/advertise-on-wptavern\">WPTavern.com/advertising</a> and purchase a sponsorship of 3 episodes of WordPress Weekly.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://www.wptavern.com/hello-to-those-reading-from-the-dashboard\">WPTavern Makes It Into The WordPress Dashboard</a><br />\n<a href=\"http://www.wptavern.com/a-better-way-to-link-to-previous-content-via-insights\">A Better Way To Link To Previous Content Via Insights</a><br />\n<a href=\"http://www.wptavern.com/fixing-pressthis-on-a-hostgator-account\">Fixing PressThis On A Host Gator Account</a><br />\n<a href=\"http://www.wptavern.com/pet-peeve-akismet-configuration-link-location\">Pet Peeve &#8211; Akismet Configuration Link</a><br />\n<a href=\"http://wpdevel.wordpress.com/2011/03/18/wordpress-3-2-the-plan-faster-lighter/\">Road Map For WordPress 3.2</a><br />\n<a href=\"http://feeds2.feedburner.com/ http://jetpack.me/2011/03/09/blast-off/\">Automattic Launches Jetpack</a><br />\n<a href=\"http://feeds2.feedburner.com/ http://videopress.com/2011/03/09/videopress-html5-video/\">VideoPress Now Supports HTML 5 Video Playback</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Saturday, April 2nd 3P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"itpc://recordings.talkshoe.com/rss34224.xml\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Length Of Episode:</strong> 1 Hour 2 Minutes</p>\n<p><strong>Download The Show:</strong> <a href=\"http://recordings.talkshoe.com/TC-34224/TS-468157.mp3\" target=\"_blank\">WordPressWeeklyEpisode110.mp3</a></p>\n<p><strong>Listen To Episode #110:</strong><br />\n</p>\n\n\n<p>Related posts:<ol><li><a href=\"http://www.wptavern.com/wpweekly-episode-109-%e2%80%93-interview-with-lance-willett\" rel=\"bookmark\" title=\"Permanent Link: WPWeekly Episode 109 – Interview With Lance Willett\">WPWeekly Episode 109 – Interview With Lance Willett</a></li>\n<li><a href=\"http://www.wptavern.com/wpweekly-episode-103-%e2%80%93-interview-with-andrew-nacin\" rel=\"bookmark\" title=\"Permanent Link: WPWeekly Episode 103 – Interview With Andrew Nacin\">WPWeekly Episode 103 – Interview With Andrew Nacin</a></li>\n<li><a href=\"http://www.wptavern.com/wpweekly-episode-104-%e2%80%93-to-p-or-not-to-p\" rel=\"bookmark\" title=\"Permanent Link: WPWeekly Episode 104 – To P Or Not To p\">WPWeekly Episode 104 – To P Or Not To p</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/yEBQsmdf9_A\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Mar 2011 21:33:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 3/26\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9819\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/dfiZCFt6Wjs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1571:\"<p><img class=\"alignnone size-full wp-image-9820\" title=\"chaostheory\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/03/chaostheory.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/chaostheory\"><strong>ChaosTheory</strong></a> is a dark single-column theme with a minimal, techy feel.</p>\n<p><img class=\"alignnone size-full wp-image-9821\" title=\"ghostbird\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/03/ghostbird.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/ghostbird\"><strong>Ghostbird</strong></a> is a blue, beige, and red one-column theme for WordPress.</p>\n<p><img class=\"alignnone size-full wp-image-9822\" title=\"nelson\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/03/nelson.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://www.dominicfoster.com/nelson-wordpress-theme/\"><strong>Nelson</strong></a> is a fairly minimal design that should be easy enough to customize to your own liking.</p>\n<p><img class=\"alignnone size-full wp-image-9823\" title=\"twentytenfive\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/03/twentytenfive.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://www.blogging-inside.de/twentyten-five-html5-blogging-inside-reloaded-wordpress-theme_24177.html\"><strong>TwentyTen Five</strong></a> is a variation of the TwentyTen Theme with many modifications.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/dfiZCFt6Wjs\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Mar 2011 13:00:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WPTavern: WordPress.org Should Scare You\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5181\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://feedproxy.google.com/~r/WordpressTavern/~3/U2HbaQDD6Is/wordpress-org-should-scare-you\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:716:\"<p><a href=\"http://groups.drupal.org/node/136294\">Interesting conversation</a> within the Drupal forum discussing community and the Drupal.org website</p>\n\n\n<p>Related posts:<ol><li><a href=\"http://www.wptavern.com/otto-to-head-the-wordpress-org-redesign\" rel=\"bookmark\" title=\"Permanent Link: Otto To Head The WordPress.org Redesign\">Otto To Head The WordPress.org Redesign</a></li>\n<li><a href=\"http://www.wptavern.com/meet-the-wordpress-org-support-forum-all-stars\" rel=\"bookmark\" title=\"Permanent Link: Meet The WordPress.org Support Forum All-Stars\">Meet The WordPress.org Support Forum All-Stars</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/U2HbaQDD6Is\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Mar 2011 00:15:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WPTavern: Hello To Those Reading From The Dashboard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5185\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"http://feedproxy.google.com/~r/WordpressTavern/~3/b2B0nyadCGc/hello-to-those-reading-from-the-dashboard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2428:\"<p>First, let me start off by saying hello to everyone who has arrived to this post via the dashboard of their WordPress installation. Secondly, I&#8217;d like to personally thank Matt Mullenweg for not only adding WPTavern to the <a href=\"http://planet.wordpress.org/\">Planet WordPress Feed</a> but for adding WPCandy as well. It&#8217;s funny because I remember in 2009 when WPTavern was just getting started, <a href=\"http://www.wptavern.com/chances-of-wptavern-getting-into-dashboard\">I wrote an article</a> explaining why this site would never make it into the dashboard. Needless to say, my attitude and the times have changed. </p>\n<div id=\"attachment_5187\" class=\"wp-caption aligncenter\"><a href=\"http://www.wptavern.com/wp-content/uploads/2011/03/wptaverninthedashboard.png\" rel=\"thumbnail\"><img src=\"http://www.wptavern.com/wp-content/uploads/2011/03/wptaverninthedashboard.png\" alt=\"wptavern in the dashboard\" title=\"wptaverninthedashboard\" width=\"431\" height=\"218\" class=\"size-full wp-image-5187\" /></a><p class=\"wp-caption-text\">We Finally Made It In!</p></div>\n<p>For those of you brand new to WPTavern.com, my name is Jeff Chandler and this is a site focused on all things WordPress. On top of that, we also cover BuddyPress, bbPress, any project under the Automattic umbrella. You can get a sense as to what this site is about via my <a href=\"http://www.wptavern.com/about\">About page</a> but to make a long story short, this site exists as a place to find out what&#8217;s going on throughout the WordPress ecosystem. On this site, you&#8217;ll see interviews, links, quotes, and all sorts of content related to WordPress as well as Automattc. It&#8217;s a fan based website with no affiliation to WordPress or Automattic. </p>\n<p>There are <strong>three</strong> things I encourage you to do. The first is to register an account with the <a href=\"http://www.wptavern.com/forum/\">WPTavern forum</a> which is used for support and general conversations about all things WordPress all the time. The second is to check out the <a href=\"http://www.wptavern.com/wordpress-weekly\">WordPress Weekly podcast</a> which is something I&#8217;m trying to get back into producing on a regular basis. </p>\n<p>Last but not least, the third thing I&#8217;d like you to do is introduce yourself to me. </p>\n\n\n<p>No related posts.</p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/b2B0nyadCGc\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Mar 2011 23:41:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPCandy: WPZoom launches a redesign to their theme shop, plus new pricing model\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16295\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"http://feedproxy.google.com/~r/wpcandy/~3/UZ57L5X6GtA/wpzoom-launches-a-redesign-to-their-theme-shop-plus-new-pricing-model\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2483:\"<p><img class=\"alignnone size-full wp-image-16298\" title=\"WPZoom 2011 redesign (teaser)\" src=\"http://wpcandy.com/files/2011/03/wpzoomredesign-teaser.jpg\" alt=\"\" width=\"600\" height=\"228\" /></p><p>Pavel Ciorici launched a new design of <a title=\"WPZoom\" href=\"http://www.wpzoom.com/\">WPZoom</a> yesterday, along with a few new features for WPZoom. The new look is nice, but the update came with other interesting features as well. Top of the list are new subscription options for themes, bonus themes when you purchase, an improved support section, and a new members area.</p><p>The new pricing model introduces memberships to WPZoom, which previously only offered individual theme purchases. Now memberships can be purchased for $199 plus $9/month for a standard membership, or $299 plus $19/month for a developer membership. Ciorici <a href=\"http://www.wpzoom.com/news/meet-the-new-version-of-wpzoom/#comment-11597\">says</a> both memberships will be guaranteed 1-3 themes per month. Individual themes can still be purchased for $69 or $149, standard and developer versions respectively.</p><p>Perhaps best of all, the new pricing structure includes a shiny new pricing page, which is <a title=\"WPZoom pricing page\" href=\"http://www.wpzoom.com/pricing/\">worth a gander</a>.</p><p>The new site was designed by <a title=\"Web designer Jonatan Flores\" href=\"http://jonatanflores.com/\">Jonatan Flores</a>, a web designer in Buenos Aires. The redesign comparison image is just after the jump.</p><p><span id=\"more-16295\"></span></p><p>Below you can see the old design compared next to the new design (full size is linked):</p><p><a href=\"http://wpcandy.com/files/2011/03/wpzoomredesigncomparison.jpg\"><img class=\"alignnone size-large wp-image-16300\" title=\"WPZoom 2011 redesign comparison\" src=\"http://wpcandy.com/files/2011/03/wpzoomredesigncomparison-600x518.jpg\" alt=\"\" width=\"600\" height=\"518\" /></a></p><p>This week must have some cosmic significance when it comes to site redesigns. We saw <a title=\"Gravity Forms site redesign\" href=\"http://wpcandy.com/?p=16177\">Gravity Forms redesign their site</a>, <a title=\"Standard Theme site redesign\" href=\"http://wpcandy.com/reports/standard-theme-launches-version-2-6\">Standard Theme launched a redesign</a>, and now WPZoom. Does everyone know something about this week that I don&#8217;t?</p><p>What do you think of the redesign and the new features on the WPZoom site? Feel free to congratulate the WPZoom folks in the comments!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Mar 2011 21:37:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPCandy: BraveNewCode release Piggy, a mobile web app for tracking WP E-Commerce sales\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://feedproxy.google.com/~r/wpcandy/~3/xc7BTxb_zJk/bravenewcode-released-piggy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1857:\"<p><img class=\"alignnone size-full wp-image-16322\" title=\"Piggy app logo (teaser)\" src=\"http://wpcandy.com/files/2011/03/piggylogo-teaser.png\" alt=\"\" width=\"600\" height=\"185\" /></p><p>BraveNewCode have recently released a new WordPress plugin called <a title=\"Piggy WordPress plugin\" href=\"http://www.bravenewcode.com/store/plugins/piggy/\">Piggy</a>. Piggy is a plugin that works in conjunction with WP E-Commerce, a popular e-commerce plugin for WordPress, to display your sales information on iOS and Android devices. Piggy provides a web app that will work on both iOS and Android devices, and will allow you to track your sales and even receive push notifications when new sales are made. Piggy also provides sales forecasting, based on your past e-commerce sales.</p><p>Piggy is available <a title=\"Piggy from BraveNewCode\" href=\"http://www.bravenewcode.com/\">from BraveNewCode</a> for $39, and installs to your site just like any other WordPress plugin. Installing the app to your iPhone or Android is as simple as saving the website to your home screen, as they show in their demo video (embedded below). It appears Piggy works with WP E-Commerce 3.7 and higher.</p><p>BraveNewCode are the folks behind the popular WPtouch Pro, a <a title=\"Mobile WordPress themes and plugins\" href=\"http://wpcandy.com/recommends/mobile-wordpress-themes-and-plugins\">mobile WordPress theme</a>. Does anyone have experience with BraveNewCode&#8217;s products? If so, share your experiences for others to see in the comments.</p><p>Also check out their demo video, just after the jump.</p><p><span id=\"more-16321\"></span></p><p>This new web app seems pretty slick. We may need to update our <a title=\"Must have WordPress apps for the iPhone and iPad\" href=\"http://wpcandy.com/recommends/wordpress-iphone-and-ipad-apps\">must-have WordPress iPhone/iPad apps</a> list.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Mar 2011 20:10:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Weblog Tools Collection: WordPress Updates Via Plugins?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9815\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/kLCFqtQ--W4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1570:\"<p>Two very interest <a href=\"http://wordpress.org/\">WordPress</a> plugins have debuted recently. Both are built by core WordPress developers, both offer a way to push specific updates to the WordPress core through a simple plugin as opposed to a full WordPress update, and they do it safely without modifying any core files.</p>\n<ul>\n<li><a href=\"http://wordpress.org/extend/plugins/hotfix/\"><strong>Hotfix</strong></a> &#8211; &#8220;This unofficial plugin provides fixes for selected WordPress bugs, so you don&#8217;t have to wait for the next WordPress core release.&#8221;</li>\n<li><a href=\"http://wordpress.org/extend/plugins/ui-labs/\"><strong>UI Labs</strong></a> &#8211; &#8220;UI Labs is a plugin that offers experimental WordPress admin UI features with the aim of building upon and enhancing the default WordPress User Interface.&#8221;</li>\n</ul>\n<p>I must admit, the two are rather intriguing. Hotfix offers immediate fixes to certain bugs that may not be addressed until the next core update, while UI Labs offers a sneak peek at some of the upcoming design improvements. I especially like the fact that, unlike core updates, these plugins don&#8217;t modify the core files and can be deactivated at any time. Both plugins offer an incredibly safe and efficient way to obtain new bug fixes and design improvements.</p>\n<p>How do you feel about these two plugins, and what do you think about the concept of pushing core updates through plugins?</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/kLCFqtQ--W4\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Mar 2011 13:00:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: GravityForms 1.5 Released – Tons Of New Stuff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5177\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"http://feedproxy.google.com/~r/WordpressTavern/~3/qO-4TRC9mWg/gravityforms-1-5-released-tons-of-new-stuff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3541:\"<p><a href=\"http://www.wptavern.com/wp-content/uploads/2009/08/gravitylogo.png\" rel=\"thumbnail\"><img src=\"http://www.wptavern.com/wp-content/uploads/2009/08/gravitylogo.png\" alt=\"gravityforms logo\" title=\"gravitylogo\" width=\"108\" height=\"109\" class=\"alignright size-full wp-image-2322\" /></a>It&#8217;s been awhile since I&#8217;ve seen an upgrade notice for <a href=\"https://www.e-junkie.com/ecom/gb.php?cl=54585&c=ib&aff=82985\">Gravity Forms</a> but alas, 1.5 is here. This new version incorporates a ton of new features and enhancements. Among the new features are:</p>\n<p><strong>Multi-Page Forms</strong> &#8211; Using the new Page Break field you now have the ability split longer forms into multiple pages or steps. We have also integrated a visual paging status bar that can be used to show a progress bar or the steps involved in completing the form. </p>\n<p><strong>Pricing Fields </strong> &#8211; Pricing Fields allow you to create quotes and order forms. It features integrated pricing calculations and is compatible with the Gravity Forms PayPal Add-On. Pricing Fields consist of a Product Field, Option Field, Quantity Field, Shipping Field, Donation Field and Total Field. They allow you to easily turn your form into an order form and collect payments when combined with the PayPal Add-On. </p>\n<p><strong>Text Counter</strong> &#8211; A visual cue to show visitors the number of characters available for use on a text area. </p>\n<p><strong>CSS Ready Classes</strong> &#8211; Easily create multi-column layouts using built in CSS classes. These keywords are custom CSS classes you add to the CSS Class Name option under the Advanced tab for each field.</p>\n<p><strong>Default Notification</strong> &#8211; One of my favorite new additions will now automatically setup an admin notification that uses the WordPress Admin email as the Send To and includes all submitted form fields when a new form is created.</p>\n<p>There are a couple of other things added as well but you can check those out on the spiffy new <a href=\"http://www.gravityhelp.com/gravity-forms-v1-5-released/\">GravityForms Website</a>. I&#8217;ve been using Gravity Forms on WPTavern.com to handle my contact form for a few months now and I&#8217;m happy to say that it&#8217;s some of the best money I&#8217;ve spent. While I only use it for a contact form, the UI enables me to quickly and easily create a post submission form or edit my existing forms. So far, I&#8217;ve yet to see an alternate form solution that&#8217;s as elegant and easy to use as Gravity Forms.</p>\n<p>Kudos to the team on their newly designed website. One of the pain points regarding their old design was that it was difficult to locate the blog part of the site. Thankfully, they&#8217;ve fixed that by adding the blog link to the top of the new design. </p>\n\n\n<p>Related posts:<ol><li><a href=\"http://www.wptavern.com/review-of-gravityforms-could-creating-forms-be-any-more-kick-ass\" rel=\"bookmark\" title=\"Permanent Link: Review Of GravityForms &#8211; Could Creating Forms Be Any More Kick Ass?\">Review Of GravityForms &#8211; Could Creating Forms Be Any More Kick Ass?</a></li>\n<li><a href=\"http://www.wptavern.com/no-more-unlimited-support-or-upgrades-for-gravityforms-after-may-1st\" rel=\"bookmark\" title=\"Permanent Link: No More Unlimited Support Or Upgrades For GravityForms After May 1st\">No More Unlimited Support Or Upgrades For GravityForms After May 1st</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/qO-4TRC9mWg\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Mar 2011 09:28:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPCandy: Beginner’s Guide: How to install WordPress manually\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=12979\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://feedproxy.google.com/~r/wpcandy/~3/oZP8fVRFab8/how-to-install-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11270:\"<p><a href=\"http://wpcandy.com/?p=12979\"><img class=\"alignnone size-full wp-image-16309\" src=\"http://wpcandy.com/files/2011/01/howtoinstall-teaser.png\" alt=\"\" width=\"600\" height=\"220\" /></a></p><p>There are a couple of ways to install WordPress, and you should do it in a way that works for you. Some hosts have &#8220;one-click&#8221; installs via applications that install WordPress without you getting your hands dirty. You can also install it manually with an FTP client or Shell access. We&#8217;re going to go the manual route with FTP in this tutorial for a couple of reasons:</p><ul><li>There are simply too many hosts with different variations of automated installation processes.</li><li>We want to know what&#8217;s going on, so we&#8217;re going to &#8220;get our hands dirty&#8221;, if you will. Don&#8217;t worry though, we won&#8217;t get too terribly dirty &#8212; one of the best things about WordPress is how easy it is to work with.</li></ul><p>Now hold your horses, we need to make sure you have the few tools and some information required to perform a manual install.</p><p><span id=\"more-12979\"></span></p><h3>Tools needed for a manual install</h3><ul><li><strong>FTP or <a href=\"http://codex.wordpress.org/Glossary#Shell\">Shell </a>access</strong> &#8211; FTP is the simplest way to go here. File Transfer Protocol allows you to guess what&#8230; transfer files.  This is how you upload and download files to your host&#8217;s server. There are a lot of choices for FTP clients, or the  interface that connects you to the server. I personally use <a href=\"http://fireftp.mozdev.org/\">FireFTP</a> (Mozilla Firefox app), as it is lightweight, is an in-browser application, and does everything you need for WordPress purposes. Another popular, well documented, Mac / Windows / Linux capable desktop application is the <a href=\"http://filezilla-project.org/\">FileZilla client</a>.</li><li><strong>Text Editor</strong> &#8211; When working with code, you need a text editor that doesn&#8217;t alter what you input, a.k.a, Microsoft Word IS NOT a text editor. Notepad (for Windows) and TextEdit (for Mac) are the default system text editors, but they are super lightweight and don&#8217;t come with any frills. I personally love <a href=\"http://notepad-plus-plus.org/\">Notepad++</a> for Windows, because it is powerful enough and also simple enough for my needs with WordPress. I hear <a href=\"http://www.barebones.com/products/textwrangler/\">TextWrangler </a>is a good alternative to Notepad++ for Mac users. There are also paid versions of TextEditors and many other free ones. View a <a href=\"http://codex.wordpress.org/Glossary#Text_editor\">larger list</a> put together on WordPress.org.</li></ul><h3>Required information to perform an install</h3><ul><li><strong>FTP login info</strong> &#8211; You should have established FTP login information with your host already. You need your username and password for FTP access to the server. The address for the FTP site will be like your web address, but instead of http://domain.com, it will be ftp://domain.com. If you have WordPress installed in a subdomain of the primary domain you host with, then you will still login to the primary FTP account and perform the install in a folder within that account.</li><li><strong>cPanel (hosting control) login info</strong> &#8211; You need to make sure you know how to access your hosting control panel, or cPanel, with your host so that you can set up the database for WordPress.  It is possible that your host already set up a database for you, and you will need your database name and user information handy.</li></ul><p>Alright, we&#8217;ve got our tools, so let&#8217;s get started.</p><h2>Steps to install WordPress</h2><h3>Download the latest stable release</h3><p>WordPress is an open source software that is constantly being  improved upon by members of the community. The development goes on in  the background so that end users only get stable versions on live  installs. The most recent, most stable version is always on the <a href=\"http://wordpress.org/download/\">WordPress.org download page</a>. You should always be running the most recent  release to protect your site and never be afraid of updates!</p><p>So <a href=\"http://wordpress.org/download/\">head on over</a> there and click the big blue button for the direct download of the zip file.</p><h3>Create a database and user</h3><p>You need to create your MySql database and username for the installation.  The easiest way to do this is usually through your host&#8217;s cPanel, or hosting control center. Login to your account and look for a link called MySql, Databases, or something similar.  There should be a guide similar to the pictures below that walk you through naming your database and creating a user.</p><p><a href=\"http://wpcandy.com/teaches/how-to-install-wordpress/attachment/createdbuser\" title=\"CreateDBUser\"><img width=\"150\" height=\"150\" src=\"http://wpcandy.com/files/2011/01/CreateDBUser-150x150.png\" class=\"attachment-thumbnail\" alt=\"CreateDBUser\" title=\"CreateDBUser\" /></a><br /> <a href=\"http://wpcandy.com/teaches/how-to-install-wordpress/attachment/createdatabase\" title=\"CreateDatabase\"><img width=\"150\" height=\"150\" src=\"http://wpcandy.com/files/2011/01/CreateDatabase-150x150.png\" class=\"attachment-thumbnail\" alt=\"CreateDatabase\" title=\"CreateDatabase\" /></a><br /> <a href=\"http://wpcandy.com/teaches/how-to-install-wordpress/attachment/installwp-2\" title=\"Beginner\'s guide to install WordPress\"><img width=\"150\" height=\"150\" src=\"http://wpcandy.com/files/2011/01/InstallWP1-150x150.jpg\" class=\"attachment-thumbnail\" alt=\"Beginner\'s guide to install WordPress\" title=\"Beginner\'s guide to install WordPress\" /></a></p><p>After you name your database appropriately, you&#8217;ll also need to input a database host. Typically localhost is what you use, but not always. Some popular hosts use other names, and you can <a href=\"http://codex.wordpress.org/Editing_wp-config.php#Possible_DB_HOST_values\">view them here</a>, but certainly verify with your host the appropriate name.</p><p>When you create the user, remember to choose a good long password with upper and lowercase letters and some numbers too. Remember both the database name and user information, because we will need it for the next step.</p><h3>Edit wp-config.php</h3><p>In our WordPress download from earlier, there is a file included called wp-config-sample.php.  We need to edit that file and rename it to wp-config.php.  So open up wp-sample-config.php in your text editor, and let&#8217;s alter the following values.</p><pre>/** The name of the database for WordPress */\ndefine(\'DB_NAME\', \'database_name_here\');\n\n/** MySQL database username */\ndefine(\'DB_USER\', \'username_here\');\n\n/** MySQL database password */\ndefine(\'DB_PASSWORD\', \'password_here\');\n\n/** MySQL hostname */\ndefine(\'DB_HOST\', \'localhost\');</pre><ul><li>Replace  database_name_here with the database name you defined in the previous step, keeping the single quotes.</li><li>Replace username_here with your database username you defined in the previous step, also keeping the single quotes.</li><li>Replace password_here with your database password you defined in the previous step, also keeping the single quotes.</li><li>localhost can stay the same unless your host uses a different name as described in the previous step.</li></ul><p>Next we need to set up our secret keys. There are eight lines in a row that say &#8220;put your unique phrase here&#8221;.  These are security keys that were <a href=\"http://wordpress.org/support/topic/set-up-a-secret-key-in-wordpress-25\">introduced</a> in WordPress 2.6 and enhanced in WordPress 2.7.  Note that this is extremely important, and you should not slack off from using a proper security key!</p><p>WordPress has even made this task super easy for you with this <a href=\"https://api.wordpress.org/secret-key/1.1/salt/\">secret key generator</a>. Just go to the url and copy the code and replace the existing lines in your config file. This url randomizes the keys so they are unique every time the page is visited. Yes, they are supposed to be crazy long and full of weird stuff.</p><p>Once you finish with the edits, be sure to rename or copy this file as wp-config.php. If you don&#8217;t do this WordPress won&#8217;t think you did anything at all.</p><p>If you want to read all of the nitty gritty details of editing wp-config, check out the <a href=\"http://codex.wordpress.org/Editing_wp-config.php\">WordPress Codex page</a> about it.</p><h3>It&#8217;s time to upload our files!</h3><p>Alright, pull up your FTP client and login. After you login, find the directory you want to load WordPress. If you want WordPress to be on the homepage of your site (which I recommend) it needs to go in the root folder. Depending on your host, the root folder may actually have its own place in your FTP connection. If you don&#8217;t put your files in the root, visitors will have to go to  http://yourdomain.com/whatever-folder-you-want to see your WordPress site.</p><p>When you upload your files, you don&#8217;t upload the entire WordPress folder, but rather open the WordPress folder and upload each file and folder into the root or subdirectory depending on where you are installing it.</p><h3>Run the install script</h3><p>Let&#8217;s visit your new WordPress site! Go to http://yourdomain.com/wp-admin/install.php. If you didn&#8217;t upload WordPress in the root folder, then you need to insert that folder name, such as http://yourdomain.com/whatever-folder-you-want/wp-admin/install.php.</p><p>Now you will be greeted with the WordPress setup page. You need to input your site title, the admin username (I recommend NOT using admin!), a strong password (you can use the same one as you used for the database if it makes it easier), and your email that will be used for notification purposes. You can also choose whether you want your site to be indexed by search engines, which if the site is not for private purposes, you want to leave that checked.</p><p>Click &#8220;Install WordPress&#8221; and you should be done! You can visit your url where you installed it to check and see how it looks. Congratulations! You&#8217;ve successfully installed WordPress and it is time to make it awesome!</p><p><em>Did you recieve an error notification? Check out the <a href=\"http://codex.wordpress.org/Installing_WordPress#Common_Installation_Problems\">most common errors and how to fix them</a>.</em></p><h3>Now what?</h3><p>You will now be greeted by the default WordPress theme on your homepage. If you want to get familiar with the backend, go to http://yourdomain.com/wp-admin, login, and look around. As the administrator of your new website, you&#8217;ll spend a lot of time here.</p><p>With your new website, you may find it advantageous to have a <a href=\"http://wpcandy.com/teaches/how-to-install-wordpress-locally-on-a-mac\">local setup</a> as well, and we can walk you through it. You may also want to <a href=\"http://wpcandy.com/teaches/how-to-enable-multisite\">enable WordPress Multisite</a> if you run a network. But first, check out our resources to <a href=\"http://wpcandy.com/teaches/how-to-find-wordpress-themes-quickly-and-easily\">picking your first theme</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Mar 2011 04:51:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Matt: Think Quarterly runs WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=37932\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://ma.tt/2011/03/think-quarterly-runs-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"<p><a href=\"http://thinkquarterly.co.uk/\">Think Quarterly, the new magazine from Google UK, runs WordPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Mar 2011 00:51:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Dougal Campbell: Competitors “Taking Aimâ€�\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://dougal.gunters.org/?p=42427\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://dougal.gunters.org/blog/2011/03/24/competitors-taking-aim\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4465:\"<div><img width=\"112\" height=\"150\" src=\"http://maxcdn.gunters.org/wordpress/wp-content/uploads/2011/03/gun_with_bullets-112x150.jpg\" class=\"attachment-post-thumbnail wp-post-image\" alt=\"Gun with Bullets\" title=\"Gun with Bullets\" /></div><p>Open source <acronym title=\"Content Management System\"><span class=\"caps\">CMS</span></acronym> projects like <a href=\"http://wordpress.org/\">WordPress</a>, <a href=\"http://drupal.org/\">Drupal</a>, and <a href=\"http://www.joomla.org/\">Joomla!</a> provide web publishing tools that give users the freedom to modify the system and own their data in ways that proprietary systems don&#8217;t offer. <a rel=\"nofollow\" href=\"http://bcgurus.com/\">BC Gurus</a>, a consultancy specializing in Adobe&#8217;s <a href=\"http://www.businesscatalyst.com/\">Business Catalyst</a> (a hosted turnkey web publishing product), &#8220;took aim&#8221; at Open Source <acronym title=\"Content Management System\"><span class=\"caps\">CMS</span></acronym>&#8217;s, kicking off a proposed series of articles with a video which upset many within the communities for those projects.</p><p><span id=\"more-42427\"></span></p><p>The original article, titled <a href=\"http://bcgurus.com/_webapp_1414611/Business_Catalyst_Partners_Take_Aim_at_Joomla_Drupal_and_WordPress\">Business Catalyst Partners Take Aim at Joomla, Drupal, and WordPress</a>, includes a video which shows two BC Gurus partners at a firing range, shooting guns at targets with Joomla, Drupal, and WordPress logos on them. It seems pretty obvious that they intended the video to be controversial, an attempt to create virality. They knew that &#8220;something that you might believe to be entirely ridiculous&#8221; would be passed around and drive up page views. And that worked &#8212; sort of. Apparently the response was strongly negative enough that BC Gurus have taken down the original video and replaced it with a message which states:</p><blockquote cite=\"http://dougal.gunters.org/blog/tag/wordpress/Brent Weaver, BC Gurus\"><p>The right people, called the right people, who called the right people and told us to take the video down.</p><p>We respect ALL of those people, so this video is indefinitely offline.</p><p>I am currently out of the office on vacation, but will respond to all complaints next week.</p></blockquote><p>Well, then! When you whack the hornet&#8217;s nest with a stick, sometimes you get stung. Not only did the link get passed around, but they garnered some really good responses, particularly from people at  <a href=\"https://acquia.com/\">Acquia</a>, which is  a commercial arm for Drupal, much as <a href=\"http://automattic.com/\">Automattic</a> is for WordPress. They made a <a title=\"Proprietary software vendors take aim at Open Source\" href=\"https://acquia.com/blog/proprietary-software-vendors-take-aim-open-source\">blog post</a> and response video which speaks for all three communities. Speaking for myself, I approve of this message:</p><p></p><p>It would have been really easy to respond in-kind with a video of somebody using a BC Gurus logo for target practice. But instead,  <a href=\"http://www.youtube.com/user/horncologne\">horncologne</a> (who posted the YouTube video) took the high road, and show groups of people at conferences, supporting their projects, and using them to build solutions for clients. Very classy. I hope that clients looking for web site solutions will see this. Lots and lots of clients.</p><p><span>{photo CC licensed by-nc-sa <a href=\"http://www.flickr.com/photos/neotsn/2272219134/\">Neo</a>}</span><br />><br /></a>}</span><br />}</span><br />><br /></a>}</span><br /><br /><a class=\"geolocation-link\" href=\"http://dougal.gunters.org/blog/tag/wordpress/feed\" id=\"geolocation42427\" name=\"33.991,-84.15300000000002\">Posted from Duluth, Georgia, United States.</a></p><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><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><li><a href=\"http://dougal.gunters.org/blog/2004/12/20/wordpress-and-jabber-sitting-in-a-tree\" rel=\"bookmark\" title=\"Permanent Link: WordPress and Jabber, sitting in a tree&#8230;\">WordPress and Jabber, sitting in a tree&#8230;</a></li></ol></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Mar 2011 23:09:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Dougal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WPTavern: How To Mimic The WPTavern Commenting System\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5171\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"http://feedproxy.google.com/~r/WordpressTavern/~3/aC8nQTmkuaY/how-to-mimic-the-wptavern-commenting-system\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5910:\"<p>Over the past few days, I&#8217;ve had a couple of people ask me what plugins I use to accomplish my commenting system here on WPTavern.com. I&#8217;m not a fan of using a third party system so in no particular order, here are the plugins I use. </p>\n<p><a href=\"http://akismet.com/\">Akismet</a> &#8211; I&#8217;ve had no problems with Akismet taking care of spam comments on this site. </p>\n<p><a href=\"http://www.wptavern.com/please-adopt-this-plugin-comment-quicktags-reloaded\">Comment Quicktags Reloaded</a> &#8211; This plugin provides the formatting buttons to the comment form.</p>\n<p><a href=\"http://www.ilfilosofo.com/blog/comments-preview/\">Filosofo Comments Preview</a> &#8211; This plugin enables a live preview of the comment before it&#8217;s published. </p>\n<p><a href=\"http://txfx.net/code/wordpress/subscribe-to-comments/\">Subscribe To Comments</a> &#8211; Enables users to checkmark a box to receive notifications of new comments</p>\n<p><a href=\"http://www.ajaxeditcomments.com/?affiliate_id=324\">WP Ajax Edit Comments</a> &#8211; This is one of my favorite plugins because it provides a very easy way for visitors to edit their own comments. It also has built in support for After The Deadline meaning commenters can spell check before submission. It&#8217;s a commercial plugin but well worth the price. </p>\n<h2>Secret Sauce:</h2>\n<p>There is one particular feature of the WPTavern comment form that makes it a little unique. For each comment, there is a Reply link. When a visitor clicks this link, something like the following shows up: <strong>@<a href=\"http://feeds2.feedburner.com/WordpressTavern#comment-11900\" rel=\"reply\">Jeffro</a></strong> &#8211; The @ symbol as used by Twitter means you&#8217;re replying to someone specifically. The comment number is the unique comment ID and will link to the comment being replied to so the conversation is coherent. Last but not least the comment authors name is bolded. </p>\n<p>I have <a href=\"http://konstruktors.com/\">Kaspars Dambis</a> to thank for adding this functionality to the site which was originally part of the <a href=\"http://weblogtoolscollection.com/archives/2008/09/13/wordpress-plugin-competition-25-winners/\">WP Comment Remix plugin that won the WeblogToolsCollection plugin competition in 2008</a>. </p>\n<p>Now here is where it gets tricky. This functionality is not part of a plugin but is code that has been added to my child themes functions.php file. I don&#8217;t know where you would add this code in your own theme to achieve the same functionality but if someone could use it as a starting point and create a plugin that just does this, that would be cool.</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"java\"><span>/**\n * Custom comment meta. Adds a custom comment reply link.\n *\n * @since 0.2\n */</span>\nfunction tavern_news_comment_meta<span>&#40;</span> $meta <span>&#41;</span> <span>&#123;</span>\n	<span>return</span> str_replace<span>&#40;</span> <span>\'&lt;/div&gt;\'</span>, <span>\' [tavern-comment-reply-link before=\" | \"]&lt;/div&gt;\'</span>, $meta <span>&#41;</span><span>;</span>\n<span>&#125;</span>\n&nbsp;\n<span>/**\n * Shortcode for displaying a comment reply link.  A better solution would be to find a \n * script that works within the WordPress comment system.\n *\n * @since 0.2\n */</span>\nfunction tavern_news_comment_reply_shortcode<span>&#40;</span> $attr <span>&#41;</span> <span>&#123;</span>\n	$attr <span>=</span> shortcode_atts<span>&#40;</span> array<span>&#40;</span> <span>\'before\'</span> <span>=&gt;</span> <span>\'\'</span>, <span>\'after\'</span> <span>=&gt;</span> <span>\'\'</span> <span>&#41;</span>, $attr <span>&#41;</span><span>;</span>\n&nbsp;\n	$out <span>=</span> $attr<span>&#91;</span><span>\'before\'</span><span>&#93;</span><span>;</span>\n&nbsp;\n	$out .<span>=</span> <span>\"&lt;script type=<span>\\\"</span>text/javascript<span>\\\"</span>&gt;\n		/* &lt;![CDATA[ */\n		function addAuthor(<span>\\$</span>authorName, <span>\\$</span>commentId) {\n			var <span>\\$</span>author = \'@&lt;a href=<span>\\\"</span>#comment-\' + <span>\\$</span>commentId + \'<span>\\\"</span> rel=<span>\\\"</span>reply<span>\\\"</span>&gt;\' + <span>\\$</span>authorName + \'&lt;/a&gt; -\';\n			document.getElementById(\'comment\').value += <span>\\$</span>author;\n		}\n		function moveToComment() {\n			location.href  = \'#comment\'; document.getElementById(\'comment\').focus();\n		}\n		/* ]]&gt; */\n		&lt;/script&gt; \n		&lt;script type=<span>\\\"</span>text/javascript<span>\\\"</span>&gt;\n		document.write(\'&lt;a href=<span>\\\"</span>#comment<span>\\\"</span> onmouseup=<span>\\\"</span>moveToComment()<span>\\\"</span> onclick=<span>\\\"</span>addAuthor(<span>\\\'</span>\"</span> . <span>get_comment_author</span><span>&#40;</span><span>&#41;</span> . <span>\"<span>\\\'</span>, <span>\\\'</span>\"</span> . <span>get_comment_ID</span><span>&#40;</span><span>&#41;</span> . <span>\"<span>\\\'</span>);return false;<span>\\\"</span> class=<span>\\\"</span>reply<span>\\\"</span> rel=<span>\\\"</span>nofollow<span>\\\"</span> title=<span>\\\"</span>Automatically include a link to the original comment<span>\\\"</span>&gt;Reply&lt;/a&gt;\');\n		&lt;/script&gt;\"</span><span>;</span>\n&nbsp;\n	$out .<span>=</span> $attr<span>&#91;</span><span>\'after\'</span><span>&#93;</span><span>;</span>\n&nbsp;\n	<span>return</span> $out<span>;</span>\n<span>&#125;</span></pre></div></div>\n\n\n\n<p>Related posts:<ol><li><a href=\"http://www.wptavern.com/please-adopt-this-plugin-comment-quicktags-reloaded\" rel=\"bookmark\" title=\"Permanent Link: Please Adopt This Plugin &#8211; Comment Quicktags Reloaded\">Please Adopt This Plugin &#8211; Comment Quicktags Reloaded</a></li>\n<li><a href=\"http://www.wptavern.com/special-wptavern-only-pluginbuddy-sale\" rel=\"bookmark\" title=\"Permanent Link: Special WPTavern Only PluginBuddy Sale\">Special WPTavern Only PluginBuddy Sale</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/aC8nQTmkuaY\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Mar 2011 18:23:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPCandy: Oli Dale launches WPTurbo, a new WordPress auto blogging plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16272\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://feedproxy.google.com/~r/wpcandy/~3/_3UY74-qkjs/oli-dale-launches-wpturbo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2570:\"<p><a href=\"http://wpcandy.com/?p=16272\"><img class=\"alignnone size-large wp-image-16277\" title=\"Oli Dale\'s WPTurbo plugin logo (teaser)\" src=\"http://wpcandy.com/files/2011/03/wpturbologo-teaser-600x211.png\" alt=\"\" width=\"600\" height=\"211\" /></a></p><p>Oli Dale, a blogging WordPress colleague of ours at <a title=\"WPLift, a WordPress blog\" href=\"http://wplift.com/\">WPLift</a>, has launched a new plugin and product this week called <a title=\"WPTurbo auto blogging plugin\" href=\"http://wpturbo.com/\">WPTurbo</a>. WPTurbo is an auto blogging plugin, with the built in functionality to pull in content to your site from Amazon, eBay, IMDB, Twitter, YouTube, and over a dozen others. Basically if you have content out there and want it on your site, it looks like WPTurbo is made just for that.</p><p>Dale explains in his announcement post that he has been working on WPTurbo for some time now, and is happy to have it finally released to the public:</p><blockquote><p>Things have been a bit quiet on WPLift over the last month, the reason is I have been working hard on finishing off a new premium WordPress plugin called <a href=\"http://wpturbo.com/\">WPTurbo</a>. It’s actually been in development since last year – I have been working hard to get the website ready for launch and am pleased to announce it’s now live and ready to purchase.</p></blockquote><p>Dale&#8217;s WPTurbo plugin costs $149, and of course you can do whatever you want with it once it&#8217;s yours.</p><p><span id=\"more-16272\"></span></p><p>Auto blogging plugins are a funny sort of thing. The way an auto blogging plugin works, is it pulls in content from other sites and automatically publishes them to your site. Plenty of legitimate uses come to mind. You could quickly populate a test site, or grab your own eBay listings and include them on your site. You could keep a backup copy of your tweets on your own blog (an idea I definitely support). Of course there are also a number of ways to use a plugin like this for evil, such as publishing someone else&#8217;s hard work to your own site. Dale&#8217;s work is still noteworthy despite the evil you <em>could</em> do with it, so I&#8217;ll just channel my inner  <a title=\"Uncle Ben on Wikipedia\" href=\"http://en.wikipedia.org/wiki/Uncle_Ben\">Uncle Ben</a> and say: <em>with great power comes great responsibility</em>.</p><p>Help me out here: speak up in the comments if you use an auto blogging plugin, perhaps even Dale&#8217;s new WPTurbo, in a reputable way. These plugins deserve some honest users.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Mar 2011 17:48:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 3/24\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9813\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/6Lva-dJknVA/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2086:\"<h3>New plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/dynamic-content-widget/\"><strong>Dynamic Content Widget</strong></a> will render content (such as pages and posts), using a template in your theme.</p>\n<p><a href=\"http://swiftthemes.com/swiftdynamicthumbs-plugin-to-generate-thumbnails-dynamically-when-needed/\"><strong>SwiftDynamicThumbs</strong></a> prevents WordPress from generating thumbnails registered by themes and plugins, and generates them dynamically when required.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/ui-labs/\"><strong>UI Labs</strong></a> offers experimental WordPress admin UI features with the aim of building upon and enhancing the default WordPress User Interface. These are unofficial core UI experiments &#8211; who knows what could happen?</p>\n<h3>Updated plugins</h3>\n<p><a href=\"http://calendarscripts.info/autoresponder-wordpress.html\"><strong>BFT Autoresponder Lite</strong></a> is a sequential autoresponder which allows you to send automated email messages to users who subscribe to your mailing list.</p>\n<p><a href=\"http://www.club-wp.com/category-listings-wordpress-plugin/\"><strong>Category Listings</strong></a> outputs the most recent posts from the category of the post that is currently being displayed.</p>\n<p><a href=\"http://sww.co.nz/wordpress-plugins/flexi-quote-rotator/\"><strong>Flexi Quote Rotator</strong></a> displays quotes, testimonials, or other rotating snippets of content.</p>\n<p><a href=\"http://scribu.net/wordpress/front-end-editor\"><strong>Front-end Editor</strong></a> enables &#8220;edit in place&#8221; functionality on your site.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wptouch/\"><strong>WPtouch</strong></a> automatically transforms your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects, when viewed from an iPhone, iPod touch, Android, Opera Mini, Palm Pre, Samsung touch and BlackBerry Storm/Torch mobile devices.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/6Lva-dJknVA\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Mar 2011 13:00:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPCandy: How to find WordPress themes, quickly and easily\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=15342\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://feedproxy.google.com/~r/wpcandy/~3/uuu9EAdTtBE/how-to-find-wordpress-themes-quickly-and-easily\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7887:\"<p><a href=\"http://wpcandy.com/?p=15342\"><img class=\"alignnone size-full wp-image-15344\" title=\"howtofindwpthemes-teaser\" src=\"http://wpcandy.com/files/2011/03/howtofindwpthemes-teaser.png\" alt=\"\" width=\"600\" height=\"230\" /></a></p><p>If you’re using WordPress, odds are you have started exploring the wonders that are WordPress themes. The right WordPress theme can make your blog pop, and while that won’t make or break your blog it might give you the inspiration to continue blogging and making a great site.</p><p>Sometimes it’s not easy to find the perfect WordPress theme. There are a lot of WordPress themes out there, but the perfect theme can at times seem like a needle in a haystack. To help you in your searching, we’ve put together the following guide to finding WordPress themes. If we’re missing a solid method, feel free to add your own tips in the comments.</p><p><span id=\"more-15342\"></span></p><p>The various methods we’ll be looking at are:</p><ul><li>Browse the WordPress Theme Directory</li><li>Visit your favorite commercial theme provider or marketplace</li><li>Search for, and bookmark, collections of WordPress themes on various WordPress blogs</li><li>Use a theme finding tool: ThemeSorter, Theme Finder, other theme search engines</li></ul><h3>Browse the WordPress Theme Directory</h3><p><a href=\"http://wordpress.org/extend/themes/\"><img class=\"alignnone size-full wp-image-16257\" title=\"Free WordPress theme directory (teaser)\" src=\"http://wpcandy.com/files/2011/03/freethemedirectory-teaser.jpg\" alt=\"\" width=\"600\" height=\"250\" /></a></p><p>We’ve all said <a title=\"Ryan Imel\'s editorial, \">our piece</a> about the state of WordPress themes in the free <em>dot org</em> directory at one point or another. While the designs of <a title=\"WordPress Theme Directory\" href=\"http://wordpress.org/extend/themes/\">Theme Directory</a> themes aren’t always top notch, there are a few gems to be found. Plus, you never know when the quality might improve.</p><p>How you browse the Theme Directory is up to you. You can browse themes straight from your WordPress Dashboard from the Appearance &gt; Themes &gt; Install screen. On that screen you can search for certain kinds of themes. If you would like to browse a bit more casually, I would recommend visiting the WordPress Theme Directory directly. Check out the most popular themes, browse by tag, or just page through those most recently added.</p><h3>Visit your favorite commercial theme provider or marketplace</h3><p><a href=\"http://wpcandy.com/presents/the-wordpress-theme-mascot-throw-down\"><img class=\"size-full wp-image-13151 alignnone\" title=\"WordPress mascot lineup (teaser)\" src=\"http://wpcandy.com/files/2011/01/wpmascotlineup.png\" alt=\"\" width=\"600\" height=\"240\" /></a></p><p>Commercial theme shops are popular with good reason: people love quality work. By and large, the quality produced by professional theme designers and developers is top notch. So sometimes, depending on what you&#8217;re looking for, it&#8217;s best to stick to the quality and support you know and can count on. This won&#8217;t work out every time, but hey: when&#8217;s the last time you browsed through your favorite theme shop&#8217;s collection? It certainly couldn&#8217;t hurt.</p><p>Worth mentioning here are also theme marketplaces. They differ from what I call <em>shops</em> in that they offer themes from many different authors, rather than only a specific few. There aren&#8217;t as many marketplaces as there are shops: <a title=\"Theme Forest\" href=\"http://themeforest.net/\">Theme Forest</a>, <a title=\"Mojo Themes\" href=\"http://www.mojo-themes.com/\">Mojo Themes</a>, <a title=\"Wonder Themes\" href=\"http://wonderthemes.com/\">Wonder Themes</a> (when they are public), and <a title=\"Theme Garden\" href=\"http://www.themegarden.com/\">Theme Garden</a> are all marketplaces that may have what you are looking for.</p><p>On the topic of theme shops, WPCandy (and myself, actually) tend to be pretty neutral. There are plenty of folks out there doing awesome, awesome work. Which shops are your favorite, and which ones would you recommend others spend time searching through? Share with us in the comments.</p><h3>Search for, and bookmark, collections of WordPress themes</h3><p>Sometimes the easiest way to find WordPress themes is to let others do the work for you. There are a number of WordPress blogs out there (including our own, here) that take time tracking down WordPress themes for the sole purpose of collecting similar ones in a list for others. For instance, we have brought together a few collections recently:</p><ul><li><a title=\"Retro and vintage WordPress themes\" href=\"http://wpcandy.com/recommends/retro-and-vintage-wordpress-themes\">Retro and vintage WordPress themes</a></li><li><a title=\"Business card WordPress themes\" href=\"http://wpcandy.com/recommends/business-card-themes\">Business card WordPress themes</a></li><li><a title=\"WordPress themes and plugins for mobile-friendly sites\" href=\"http://wpcandy.com/recommends/mobile-wordpress-themes-and-plugins\">WordPress themes (and plugins) that create mobile-friendly sites</a></li><li><a title=\"Comparison of WordPress theme frameworks\" href=\"http://wpcandy.com/presents/wordpress-theme-framework-comparison\">Comparison of WordPress theme frameworks</a></li></ul><p>You can see other collections within our <em><a title=\"WPCandy Recommendations\" href=\"http://wpcandy.com/recommends\">Best Of</a></em> section, or by heading straight to our <a title=\"WPCandy\'s series on the best WordPress themes\" href=\"http://wpcandy.com/series-on/the-best-wordpress-themes\">Best WordPress Themes series</a>. We’re not the only ones doing this, though. Oli Dale at <a title=\"WPLift\" href=\"http://wplift.com/\">WPLift</a> has put together some pretty awesome lists over there too, which are easily some of my favorite lists around. One thing I would not recommend is simply searching for lists of WordPress themes online. You may end up finding themes that aren&#8217;t reputable, safe, or worth your time. In this case it&#8217;s very important to use trusted sources.</p><p>Do you have your own favorite sources for WordPress theme collection posts? Be sure to share them in the comments, particularly if you have assembled your own lists!</p><h3>Use a tool to find your theme</h3><p><img class=\"alignnone size-full wp-image-16263\" title=\"Theme finding tools\" src=\"http://wpcandy.com/files/2011/03/themefindingtools.png\" alt=\"\" width=\"600\" height=\"56\" /></p><p>If you’re looking for a very specific type of theme, sometimes the normal searching methods won’t work. In those cases using the methods listed above will take a long time. Instead, try out a specialty theme search tool.</p><p>We built <a title=\"Theme Finder, for finding WordPress themes visually\" href=\"http://wpcandy.com/announces/theme-finder-find-wordpress-themes-visually\">Theme Finder</a> a few months back to solve just this problem for ourselves. Currently you can use it to search for themes by color, by layout, and by price. It currently holds over 600 high quality WordPress themes, with new ones added every month.</p><p>I would also recommend checking out <a title=\"ThemeSorter\" href=\"http://themesorter.com/\">ThemeSorter</a>, another similar theme search engine that operates a bit differently than Theme Finder. <a title=\"QualiThemes\" href=\"http://qualithemes.com/\">QualiThemes</a> is another solid resource that’s useful for finding themes by searching for keywords. <a title=\"Yellow Themes\" href=\"http://yellowthemes.com/\">Yellow Themes</a> is another theme search engine worth trying out.</p><hr />Hopefully you feel a bit more equipped to find WordPress themes than you were before. Did we miss a solid theme resource? Share your own tips for finding WordPress themes in the comments below.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Mar 2011 07:54:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPCandy: WordCamp Seattle 2011 tickets discounted due to generous sponsors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16249\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"http://feedproxy.google.com/~r/wpcandy/~3/RnASNhcwI_s/wordcamp-seattle-2011-tickets-discounted-due-to-generous-sponsors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1156:\"<p><a href=\"http://wpcandy.com/?p=16249\"><img class=\"alignnone size-full wp-image-15873\" title=\"WordCamp Seattle 2011 logo (teaser)\" src=\"http://wpcandy.com/files/2011/03/wordcampseattle-teaser.png\" alt=\"\" width=\"600\" height=\"181\" /></a></p><p>Hey, remember WordCamp Seattle? We <a title=\"WordCamp Seattle 2011 tickets are now available\" href=\"http://wpcandy.com/reports/wordcamp-seattle-2011-tickets-are-now-available\">told you</a> about it just the other day. <a title=\"WordCamp Seattle\'s tweet about pricing\" href=\"https://twitter.com/#!/wordcampseattle/status/50810591853547520\">It turns out</a> that due to generous sponsors the event is now only $30, compared to the previous $40. So if your trip to Seattle was being held back due to that $10 (and you know who you are) <a title=\"Tickets at WordCamp Seattle\" href=\"http://wordcampseattle.eventbrite.com/\">you&#8217;re in luck</a>.</p><p>Student tickets are now available <a title=\"WordCamp Seattle tweet\" href=\"https://twitter.com/#!/wordcampseattle/status/50810799014424577\">as well</a>, for $25. The only thing better than attending a WordCamp is doing so while saving money, <em>amirite</em>?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Mar 2011 07:08:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WPCandy: Book review: WordPress For Dummies, 3rd Edition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16210\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://feedproxy.google.com/~r/wpcandy/~3/1PtmwHKUpoE/wordpress-for-dummies-3rd-edition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2988:\"<p><a href=\"http://wpcandy.com/?p=16210\"><img class=\"alignnone size-full wp-image-16237\" title=\"WordPress for Dummies book logo (teaser)\" src=\"http://wpcandy.com/files/2011/03/wordpressofordummies-teaser.jpg\" alt=\"\" width=\"600\" height=\"237\" /></a></p><p>It has been my experience that even experts in a field sometimes need a refresher in the basics. Either the fundamentals have changed since they were students or there are minor details that they never need to know before. Sometimes you just need to go back to school.</p><blockquote class=\"jump\"><p>Just as important are the subjects it doesn&#8217;t cover.</p></blockquote><p><em><a title=\"WordPress for Dummies on Amazon\" href=\"http://www.amazon.com/WordPress-Dummies-3rd-Lisa-Sabin-Wilson/dp/0470592745\">WordPress For Dummies</a></em>, by Lisa Sabin-Wilson is the perfect primer for WordPress. Between the iconic yellow covers are the integral basics everyone should know but maybe didn&#8217;t learn. I have never had the need to really dig in and learn about WordPress.com, setting up a MU network or importing a site from Blogger, but it&#8217;s all in there. And I know I&#8217;m not the only one who has had a client ask a basic question that just stumped them. This is the perfect go-to resource for those situations.</p><p><span id=\"more-16210\"></span></p><p>This is also a great book to suggest to clients. It can turn a novice into a capable user pretty quickly without going into advanced topics that might result in a 3am phone call because they broke their site. Advanced users might scoff at the sections on &#8220;Uploading and using images&#8230;&#8221; or &#8220;Setting your profile&#8230;&#8221; but these are important basics that one might gloss over when introducing a newcomer to the world of WordPress.</p><p>Just as important are the subjects it doesn&#8217;t cover. There are no advanced chapters that will make your clients eyes haze over. It seems the author, Sabin-Wilson, intentionally kept PHP references, and any mention of editing files to a complete minimum.</p><p>No one wants to be caught buying or reading a &#8220;For Dummies&#8221; book that deals with their profession but this one might be worth the risk. Because it is a &#8220;For Dummies&#8221; book the writing is very lighthearted, instructions are listed step by step and there are heaps of screenshots and URLs. <em>WordPress For Dummies</em> holds your hand and shows you the fundamentals rather than lecturing you.</p><p>It makes you comfortable learning, even if it is something you feel you should have known already. Because of that it deserves a place in your WordPress library.</p><p><a href=\"http://wpcandy.com/rated/four-mints\" title=\"WPCandy rated this 4 mints\"><img class=\"aligncenter size-full\" src=\"http://wpcandy.com/files/2007/09/mints-four.jpg\" alt=\"WPCandy rated this 4 mints\" width=\"600\" height=\"80\" /></a></p><p><em>This review was written using the Kindle version of WordPress for Dummies 3rd Edition.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Mar 2011 05:13:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Eric Weiss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPCandy: Cory Miller, WordPress entrepreneur, interviewed on Relentless Business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16228\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"http://feedproxy.google.com/~r/wpcandy/~3/iUn5kNobeK8/cory-miller-wordpress-entrepreneur-interviewed-on-relentless-business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:466:\"<p></p><p>Cory Miller is the WordPress entrepreneur behind iThemes, PluginBuddy and WebDesign.com. Recently he was interviewed on the <a title=\"Cory Miller on the Relentless Business video podcast\" href=\"http://www.vsellis.com/relentless-business/relentless-business-episode-1-cory-miller/\">Relentless Business</a> video blog about his experiences. In the video they discuss being a boss, business organization, and various tips based on Cory&#8217;s experience.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Mar 2011 03:30:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPCandy: WordCamp Orange County is on the way: who’s attending?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16218\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://feedproxy.google.com/~r/wpcandy/~3/lg2lRqU5mXc/wordcamp-orange-county-2011-is-on-the-way\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1299:\"<p><a href=\"http://wpcandy.com/?p=16218\"><img class=\"alignnone size-full wp-image-16219\" title=\"WordCamp Orange County 2011 (teaser)\" src=\"http://wpcandy.com/files/2011/03/wordcampoc-teaser.jpg\" alt=\"\" width=\"600\" height=\"247\" /></a></p><p>WordCamp Orange County is a one day event this year, taking place on May 14 from 8:00am to 5:00pm. The event will be held <a title=\"WordCamp Orange County location\" href=\"http://2011.oc.wordcamp.org/location/\">at Chapman University</a> in (spoiler alert) Orange County California. <a title=\"WordCamp Orange County tickets\" href=\"http://2011.oc.wordcamp.org/buy-tickets/\">Tickets</a> are $25 for general admission, and just over 100 are currently left (of the original 200 ticket set).</p><p>Of course the organizers are also interested in speakers and sponsors as well. If you have a head full of knowledge or a few spare dollars, head to the <a title=\"WordCamp Orange County blog\" href=\"http://2011.oc.wordcamp.org/\">WordCamp Orange County site</a> and toss your hat in the ring.</p><p>So who will be attending WordCamp in Orange County this year? If so, how many of you are attending from California, and how many from out of state? Assuming we can make it, we&#8217;ll be coming all the way from the midwest. Share your travel plans in the comments!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Mar 2011 02:57:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: A Better Way To Link To Previous Content Via Insights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5167\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"http://feedproxy.google.com/~r/WordpressTavern/~3/uWAy-MNUTaY/a-better-way-to-link-to-previous-content-via-insights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2210:\"<p>When WordPress 3.1 was released, it introduced a new feature which made it easy to link posts published in the past. I&#8217;ve found that feature to be too limiting. For starters, the linking is limited to posts on your site. Secondly, you need to use the Visual editor in order to use the linking feature. There is a better way to accomplish the same feature set and more with a plugin called <a href=\"http://wordpress.org/extend/plugins/insights/\">Insights</a> by Vladimir Prelovac. This plugin adds a meta box that you can move to the right side or below the post editor and does not require the use of the visual editor. When in use, you type in some search terms into the search box and select where to perform the search. This is where Insights shines as you can select <em>your own blog, Google Images, Google Videos, Wikipedia, Google, Google News, Google Blogs, and Google Books</em>. The search results are present in the same meta box where you can either open the result in a new tab or copy the link to put in your post. </p>\n<div id=\"attachment_5168\" class=\"wp-caption aligncenter\"><a href=\"http://www.wptavern.com/wp-content/uploads/2011/03/insightsinuse.png\" rel=\"thumbnail\"><img src=\"http://www.wptavern.com/wp-content/uploads/2011/03/insightsinuse.png\" alt=\"\" title=\"insightsinuse\" width=\"517\" height=\"270\" class=\"size-full wp-image-5168\" /></a><p class=\"wp-caption-text\">Search Results For Insights On WPTavern</p></div>\n<p>Sometimes I need to find a link to a site when I&#8217;m writing a post and I can do that easily by selecting the Google search where I can copy and paste the link without using a new window or leaving the post editor. Talk about convenient. So if you&#8217;re looking for more flexibility in linking to content from the past while not being required to use the visual editor, the Insights plugin should fit the bill. </p>\n\n\n<p>Related posts:<ol><li><a href=\"http://www.wptavern.com/review-of-beeline-im-buzzed-off\" rel=\"bookmark\" title=\"Permanent Link: Review Of Beeline &#8211; I&#8217;m Buzzed Off\">Review Of Beeline &#8211; I&#8217;m Buzzed Off</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/uWAy-MNUTaY\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Mar 2011 01:15:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPCandy: Standard Theme sees redesign of landing page, adds post formats in version 2.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16189\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://feedproxy.google.com/~r/wpcandy/~3/VpOaFm1yXQI/standard-theme-launches-version-2-6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1867:\"<p><a href=\"http://wpcandy.com/?p=16189\"><img class=\"alignnone size-full wp-image-16191\" title=\"Standard Theme site redesign (teaser)\" src=\"http://wpcandy.com/files/2011/03/standardthemeredesign-teaser.jpg\" alt=\"\" width=\"600\" height=\"250\" /></a></p><p>Tom McFarlin updated the Standard Theme blog today to announce a redesigned landing page and a theme upgrade. Standard Theme, now version 2.6, brings post format support, improved styles throughout the theme, and various SEO improvements. For the full list of bug fixes and feature additions, see <a title=\"Standard Theme 2.6 theme release post\" href=\"http://8bit.io/blog/standard-theme-2-6-released/\">their blog post</a>.</p><p>This version also introduced the Standard Theme Upgrade Kit, which walks you through what files need to be upgraded/overwritten when going from one version to the next. McFarlin says that upgrades via the Dashboard are still on the roadmap, but this is a step in the right direction.</p><p>The comparison image, showing their new site next to their old site, is just after the jump. Also, if you haven&#8217;t seen our thorough <a title=\"Comparison of WordPress Theme Frameworks\" href=\"http://wpcandy.com/presents/wordpress-theme-framework-comparison\">WordPress theme framework comparison</a>, be sure to do so. Standard is on that list.</p><p><span id=\"more-16189\"></span></p><p>Below is the redesign comparison image (link goes to full size image):</p><p><a href=\"http://wpcandy.com/files/2011/03/standardthemeredesigncomparison.jpg\"><img class=\"alignnone size-large wp-image-16190\" title=\"Comarison of old and new Standard Theme designs\" src=\"http://wpcandy.com/files/2011/03/standardthemeredesigncomparison-600x620.jpg\" alt=\"\" width=\"600\" height=\"620\" /></a></p><p>Do you use Standard Theme? What do you think of the improvements, and the continued work the team there is doing?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Mar 2011 00:05:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WPTavern: Fixing PressThis On A HostGator Account\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5163\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://feedproxy.google.com/~r/WordpressTavern/~3/NtWW6VVAKsA/fixing-pressthis-on-a-hostgator-account\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3848:\"<p><a href=\"http://www.wptavern.com/wp-content/uploads/2011/03/hostgator.png\" rel=\"thumbnail\"><img src=\"http://www.wptavern.com/wp-content/uploads/2011/03/hostgator.png\" alt=\"hostgator logo\" title=\"hostgatorlogo\" width=\"72\" height=\"76\" class=\"alignright size-full wp-image-5164\" /></a>It all started with a couple of tweets by Bradley Potter when he mentioned a HostGator specific bug to Andrew Nacin. Since WPTavern.com is also hosted on HostGator, I decided to try and replicate the bug. Following <a href=\"http://twitter.com/bradleypotter/status/50092690188148737\">his</a> <a href=\"http://twitter.com/bradleypotter/status/50093083022462976\">instructions</a> I was able to replicate the error pointing towards the possibility of something on HostGator not configured just right.</p>\n<p>While testing another plugin by Trevor Fitzgerald that ties into his website <a href=\"http://www.presstags.com\">PressTags.com</a>, I noticed that the Reblog feature didn&#8217;t work. It provided the same error as the Comment Trash link bug that Brad had mentioned. The reblog feature uses the built in PressThis bookmarklet in WordPress to republish an article. After going back and forth with Trevor as I thought his plugin was the one causing the error, I decided to install a fresh copy of WordPress within a subfolder to see if I could recreate the PressThis bookmarklet error. Sure enough, even on a fresh install, I would receive a 404 error each time I tried to use it. However, the raw URL for the bookmarklet worked just fine. Thinking that it was an HTACCESS problem, I got with Peter Westwood on Skype to perform some more troubleshooting but we discovered that even with an empty HTACCESS file, the error still occurred. </p>\n<p>Trevor and I finally came to the conclusion that there was something wonky with HostGator and the way it treats URLs that had the following in it: <strong>_wp_original_http_referer</strong>. Both the move comment to trash link and the PressThis bookmarklet utilized this text and from what I can tell, adds the URL to my site twice within the link. Trevor then discovered a thread on the HostGator <a href=\"http://forums.hostgator.com/apache-upgrade-broke-feature-wordpress-t40603.html\">support forum from 2008</a> that mentions an Apache upgrade that broke someones site. More specifically, the PressThis bookmarklet.</p>\n<p>It looked as though <strong>mod_security</strong> had something to do with the breakage and in order for it to work again, the URL had to be whitelisted by HostGator. After I created a support ticket with HostGator explaining the situation and linking to the thread, they were able to tell me that some of the things I had been doing were definitely triggering some mod_security rules. They whitelisted those items which ended up fixing my problem not only with the PressThis Bookmarklet but with the Move Comment To Trash link as well. </p>\n<p>So if you&#8217;re running on HostGator and the same thing is happening to you, create a support ticket and request that you be whitelisted for those mod_security rules. One of the questions I had received after publishing the answer to this support question is whether the whitelist for mod_security opens up the site to any security vulnerabilities. I have no idea. But if you do, please share those within the comments.</p>\n\n\n<p>Related posts:<ol><li><a href=\"http://www.wptavern.com/matt-talks-ning-foundation-and-pressthis\" rel=\"bookmark\" title=\"Permanent Link: Matt Talks Ning, Foundation, And PressThis\">Matt Talks Ning, Foundation, And PressThis</a></li>\n<li><a href=\"http://www.wptavern.com/hostgator-now-has-quickinstall\" rel=\"bookmark\" title=\"Permanent Link: HostGator Now Has QuickInstall\">HostGator Now Has QuickInstall</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/NtWW6VVAKsA\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Mar 2011 22:37:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Joseph: iPad Optimized WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://josephscott.org/?p=3888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://josephscott.org/archives/2011/03/ipad-optimized-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:275:\"<p>Nick <a href=\"http://en.blog.wordpress.com/2011/03/23/ipad-onswipe-theme/\">announced new iPad display optimizations</a> for WordPress.com.  This is also available for WordPress.org users as plugin, <a href=\"http://onswipe.com/wordpress/\">onswipe &#8211; WordPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Mar 2011 21:30:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Joseph Scott\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPCandy: Onswipe partners with Automattic for viewing WordPress.com on iPad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16197\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://feedproxy.google.com/~r/wpcandy/~3/rPUqv6XuGZs/onswipe-partners-with-automattic-ipad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2994:\"<p><a href=\"http://wpcandy.com/?p=16197\"><img class=\"size-full wp-image-16200 alignnone\" src=\"http://wpcandy.com/files/2011/03/Onswipe-and-Automattic.png\" alt=\"Onswipe partners with WordPress.com\" width=\"600\" height=\"152\" /></a></p><p><a href=\"http://onswipe.com\">Onswipe</a> and <a href=\"http://automattic.com\">Automattic</a> announced today that they are partnering together to provide all WordPress.com blogs with an iPad optimized viewing experience. Onswipe <a title=\"Onswipe\'s beginning as a WordPress plugin called PadPressed\" href=\"http://wpcandy.com/reports/padpressed-makes-site-flipboard-like-on-ipads\">started</a> as a plugin for WordPress, called PadPressed, and has since received <a href=\"http://wpcandy.com/reports/padpressed-becomes-onswipe-raises-one-million-in-funding\">$1 million in funding</a>, and expanded their user base to other platforms. A parternership with Automattic could certainly help establish them as the defacto standard for viewing WordPress sites on the iPad.</p><p>There is already a plugin for .org users too. OnSwipe essentially gives your site the ability to do all kinds of tablet-like things, such as swipe, rotation, and other touch features. Users that enable OnSwipe will have a submenu under the appearance tab, called &#8220;iPad&#8221;. From there, you can enable the following features, according to the <a href=\"http://en.blog.wordpress.com/2011/03/23/ipad-onswipe-theme/\">WordPress.com blog</a>:</p><ul><blockquote><li>Have the theme use an image from your recent posts as a cover.</li><li>Upload a logo to showcase your brand or personality on the cover.</li><li>Upload an image to be used as a loading graphic when visitors add your site to their home screen.</li><li>Switch fonts.</li><li>Choose from 9 different skin colors, to best match the feel of your site.</li><li>Enable or disable the whole thing.</li></blockquote></ul><p>Nick Momrik also noted in the post that WordPress.com currently has over 750,000 pageviews a day from iPad devices. <a href=\"http://blog.onswipe.com/news/onswipe-partners-with-automattic-to-power-ipad-traffic-on-18-6-million-wordpress-com-blogs\">According to Onswipe</a>, they plan to make the plugin compatible to other tablet devices as well. They are also working on some &#8220;secret sauce [...] for social interactions across all Onswipe powered sites.&#8221;</p><p>We recently saw the <a title=\"Mobile is added to the WordPress extend menu\" href=\"http://wpcandy.com/reports/mobile-added-to-wporg-menu\">addition of &#8220;Mobile&#8221;</a> in the extend menu on WordPress.org. We&#8217;ve also seen a level of anonymity like never before between .com and .org with the <a title=\"The launch of Jetpack\" href=\"http://wpcandy.com/reports/automattic-launches-jetpack\">release of JetPack</a>. This appears to be yet another step forward to achieving both of those goals.</p><p>So what do you think? Is this pretty exciting to you? How much time do you spend browsing on the iPad or other tablet device?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Mar 2011 21:28:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Publisher Blog: WordPress.com: now iPad Optimized\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://publisherblog.automattic.com/?p=1349\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://publisherblog.automattic.com/2011/03/23/wordpress-com-now-ipad-optimized/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2342:\"<p>All WordPress.com users, including all <a href=\"http://vip.wordpress.com/clients/\">VIP Hosting clients</a>,  just got a boost up when their site is being viewed with an iPad thanks to the Onswipe theme.</p>\n<p>More details on how WordPress.com users can <a href=\"http://en.blog.wordpress.com/2011/03/23/ipad-onswipe-theme/\">customize the Onswipe experience</a> on the WordPress.com blog.</p>\n<p><a href=\"http://en.blog.wordpress.com/2011/03/23/ipad-onswipe-theme/\"><img src=\"http://en.blog.files.wordpress.com/2011/03/03-23-2011-onswipe-grid.png?w=627&h=835\" alt=\"\" width=\"627\" height=\"835\" /></a></p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/1349/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/1349/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/1349/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/1349/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wordpresspublishers.wordpress.com/1349/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wordpresspublishers.wordpress.com/1349/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wordpresspublishers.wordpress.com/1349/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wordpresspublishers.wordpress.com/1349/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/1349/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/1349/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/1349/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/1349/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/1349/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/1349/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=1349&subd=wordpresspublishers&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Mar 2011 21:23:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Sara Rosso\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPCandy: Gravity Forms launch site redesign, version 1.5, and two add-ons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16177\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"http://feedproxy.google.com/~r/wpcandy/~3/5oyBqv1Q92I/gravity-forms-launch-site-redesign-version-1-5-and-two-add-ons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2702:\"<p><a href=\"http://wpcandy.com/?p=16177\"><img class=\"alignnone size-full wp-image-16181\" title=\"Gravity Forms plugin site redesign (teaser)\" src=\"http://wpcandy.com/files/2011/03/gravityformsfightbling-teaser.jpg\" alt=\"\" width=\"600\" height=\"228\" /></a></p><p>Gravity Forms version 1.5 left beta and hit the shelves today, bringing the much anticipated new version into the public&#8217;s hands. Gravity Forms 1.5 brings a number of new features to the table. Top of the list are multi-page forms, pricing fields, post field enhancements, and a handful of new hooks and filters. You can find the full list of new features in their <a title=\"Gravity Forms version 1.5 release post\" href=\"http://www.gravityhelp.com/gravity-forms-v1-5-released/\">version 1.5</a> blog post.</p><p>You want more? Okay greedy, keep reading.</p><p>Version 1.0 of the PayPal and User Registration <a title=\"Gravity Forms Add-Ons\" href=\"http://www.gravityforms.com/add-ons/\">Add-Ons</a> were released today as well. The PayPal Add-On allows you to accept PayPal payments through a Gravity Form, including donations and recurring payments. The User Registration Add-On allows you to create user registration forms which include BuddyPress and Multisite integration (as well as integration with the aforementioned PayPal Add-On). This brings the total number of Gravity Forms Add-Ons to five; the other three are MailChimp, FreshBooks, and Campaign Monitor integration. These Add-Ons are only available to those with Developer Licenses.</p><p>Along with the flurry of releases, the Gravity Forms website saw a redesign as well. The new site is much lighter than the previous design, shown after the break for comparison. The new site design includes a count of the sites using Gravity Forms (now over 100,000) and a solid Fight Club reference. There&#8217;s plenty to see on the new site, so why don&#8217;t you just <a title=\"Gravity Forms plugin website\" href=\"http://www.gravityforms.com/\">check it out</a>?</p><p><span id=\"more-16177\"></span></p><p>Gravity Forms redesign, compared to their old one (link goes to full size comparison image):</p><p><a href=\"http://wpcandy.com/files/2011/03/gravityformssiteredesigncomparison.jpg\"><img class=\"alignnone size-large wp-image-16184\" title=\"Comparison of Gravity Forms new site with the old one\" src=\"http://wpcandy.com/files/2011/03/gravityformssiteredesigncomparison-600x666.jpg\" alt=\"\" width=\"600\" height=\"666\" /></a></p><p>Now, with 100,000 sites under their belt, some of our readers must be fervent Gravity Forms customers. What do you folks think? And if you&#8217;re new to Gravity Forms, do today&#8217;s launches bring you any closer to whipping out that credit card?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Mar 2011 21:00:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Alex King: SxSW WordPress Business Panel Audio\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://alexking.org/?p=5659\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://alexking.org/blog/2011/03/23/sxsw-wordpress-panel-audio\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1632:\"<p>The <a href=\"http://schedule.sxsw.com/events/event_IAP6179\" rel=\"external\">audio is now online</a> from the WordPress business panel I participated in at SxSW 2011.<sup><a href=\"http://alexking.org/blog/topic/wordpress/feed#fn1300861652317n\" id=\"fn1300861652317\" class=\"footnote\">1</a></sup></p>\n<p class=\"center\"><a href=\"http://www.flickr.com/photos/alexkingorg/5530868729/in/set-72157626152209101/\" title=\"Paneling by alexkingorg, on Flickr\"><img src=\"http://farm6.static.flickr.com/5294/5530876479_df52877b57_m.jpg\" width=\"240\" height=\"160\" alt=\"Paneling\" /></a></p>\n<p>I talk quite a bit about <a href=\"http://crowdfavorite.com\">Crowd Favorite</a> and running a WordPress development business in the first 15 minutes or so, then chime in here and there throughout the rest of the hour.</p>\n<p>My thanks to <a href=\"http://shanepearlman.com/\" rel=\"external\">Shane</a> for putting together a great panel and doing a fantastic job as the moderator, and to my fellow panelists <a href=\"http://blog.epicerastudio.com/about/\" rel=\"external\">Brandon</a> and <a href=\"http://www.remarkable-communication.com/about/\" rel=\"external\">Sonia</a> for their great contributions to the panel and making it a fun experience (and hopefully interesting to the audience).</p>\n<ol class=\"footnotes\">\n<li id=\"fn1300861652317n\">The <a href=\"http://audio.sxsw.com/2011/podcasts/MakingMoneyWithWordpress.mp3\" rel=\"external\">direct MP3 download</a> is also available. [<a href=\"http://alexking.org/blog/topic/wordpress/feed#fn1300861652317\">back</a>]</li>\n</ol>\n<img src=\"http://alexking.org/wp/?ak_action=api_record_view&id=5659&type=feed\" alt=\"\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Mar 2011 20:15:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPCandy: Interview with Ron and Andrea Rennick, WordPress gurus (plus a discount code)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16140\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://feedproxy.google.com/~r/wpcandy/~3/Rqu6wNI-ReE/ron-and-andrea-rennick\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2764:\"<p><a href=\"http://wpcandy.com/?p=16140\"><img class=\"alignnone size-full wp-image-16167\" title=\"Ron and Andrea Rennick interview (teaser)\" src=\"http://wpcandy.com/files/2011/03/rennickinterview-teaser.jpg\" alt=\"\" width=\"600\" height=\"300\" /></a></p><p>I&#8217;m very pleased to say that I recently had the opportunity to interview Ron and Andrea Rennick. They are two very valuable contributors to the WordPress project. Their expertise is WordPress Multisite, and much of their business today is around Multisite plugins, <a href=\"http://wpebooks.com\">WordPress ebooks</a>, and development specifically <a href=\"http://wpmututorials.com\">for multisite</a>.</p><p>If you&#8217;d like, jump straight into the interview:</p><p>The download link and information about the discount code are just after the jump.</p><p><span id=\"more-16140\"></span></p><p>Ron and Andrea shared what&#8217;s going on with WPEbooks, WPMUTutorials, and <a href=\"http://www.studiopress.com/plugins/genesis-connect\">GenesisConnect</a>, which are all parts of the newly formed <a href=\"http://rennickmedia.com/\">Rennick Media</a>. Ron gave us some insight on his involvement as a core contributor with the transition of MU to Multisite in WordPress 3.0. Andrea also talked a bit about the book she has coming out, <a href=\"http://www.dummies.com/store/product/WordPress-All-in-One-For-Dummies.productCd-0470877014.html\">WordPress All in One for Dummies</a>, which she coauthored with Lisa Saban-Wilson, Kevin Palmer, Cory Miller, and Michael Torbert.</p><p>Ron and Andrea are also celebrating their 21st wedding anniversary today! In honor of it, they have provided a <strong>discount code exclusive to WPCandy</strong> that will run to the end of March for <strong>21% off of purchases at WPEbooks</strong>. This is a great deal, and we talk more about some of their most popular products at WPEbooks in the interview. The discount code is at the end of the podcast.</p><p>This was my first ever interactive interview and audio recording, so I hope you all enjoy it. My dog, a one year old great dane, graces us with her presence a few times during the interview.</p><p>The Rennick&#8217;s are extremely nice folks, and I had a great time getting to know them better. Be sure to follow them on Twitter at <a href=\"http://twitter.com/#!/andrea_r\">@andrea_r</a> and <a href=\"https://twitter.com/#!/wpmuguru\">@wpmuguru</a>, because you&#8217;ll learn a lot about WordPress, multisite, quilting, and <a href=\"http://atypicalhomeschool.net/articles/the-secret-to-cutting-glass/\">stained glass</a>.</p><p>You can download the interview in MP3 format <a title=\"Interview audio with Ron and Andrea Rennick\" href=\"http://wpcandy.s3.amazonaws.com/interviews/Ron-and-Andrea-Rennick.mp3\">here</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Mar 2011 18:30:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPCandy: UI Labs plugin brings possible future WordPress UI to your Dashboard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16150\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://feedproxy.google.com/~r/wpcandy/~3/6C1PS_RChTE/john-onolans-ui-labs-plugin-is-available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1997:\"<p><a href=\"http://wpcandy.com/?p=16150\"><img class=\"alignnone size-full wp-image-16151\" title=\"John O\'Nolan\'s UI Labs plugin (teaser)\" src=\"http://wpcandy.com/files/2011/03/uilabs-teaer.jpg\" alt=\"\" width=\"600\" height=\"250\" /></a></p><p>John O&#8217;Nolan is a member of the WordPress UI Team. <em>Whazzat</em>, you say? The <a title=\"WordPress UI Team blog\" href=\"http://make.wordpress.org/ui/\">WordPress UI Team</a> are the folks that make sure that WordPress is designed and operates in such a way that other content management systems still want to copy it in the future. O&#8217;Nolan&#8217;s first WordPress plugin was released today, and it&#8217;s called <a title=\"UI Labs WordPress plugin\" href=\"http://wordpress.org/extend/plugins/ui-labs/\">UI Labs</a>. UI Labs is a way of playing with, and testing out, <em>potential</em> future additions to the WordPress UI. To be clear, this isn&#8217;t an official plugin, simply O&#8217;Nolan&#8217;s own work. Or, as it&#8217;s described on the plugin page:</p><blockquote><p>UI Labs is a plugin that offers experimental WordPress admin UI features with the aim of building upon and enhancing the default WordPress User Interface. All features are experimental, there are no guarantees and a modern browser is mandatory!</p></blockquote><p>Sounds like fun, right? Currently the plugin only adds color-coded post statuses (see the image above) but it seems O&#8217;Nolan has a number of features <a title=\"John O\'Nolan\'s plugin tweet\" href=\"https://twitter.com/johnonolan/status/50543870613790722\">planned</a> for the future. <a title=\"UI Labs plugin\" href=\"http://wordpress.org/extend/plugins/ui-labs/\">Grab a copy</a> and give it a try. Also, see <a title=\"John O\'Nolan\'s blog post on UI Labs plugin\" href=\"http://john.onolan.org/wordpress-ui-labs/\">his blog post</a> on the new plugin.</p><p>What do you think of experimenting with UI changes this way? Does playing around with fresh design ideas excite you in the geeky way it does for me?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Mar 2011 16:15:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Weblog Tools Collection: Do You Still Use Internet Explorer 6?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9807\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/YL6N--fhEbQ/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2599:\"<p><a href=\"http://weblogtoolscollection.com/archives/2011/03/19/plans-laid-for-wordpress-3-2/\">Our recent post on WordPress 3.2&#8242;s plans</a> generated some interesting discussion, with the bulk of it centered around the discontinuation of support for <a href=\"http://en.wikipedia.org/wiki/IE6\">Internet Explorer 6</a> in the Dashboard.</p>\n<p>Internet Explorer 6, now almost ten years old, was once a power house in its own right. Now, the browser is drowning under its poor support for web standards, a pool of modern web technologies that it can never support, and a flood of hacks that many sites need to employ just to provide a decent browsing experience for IE 6 users. IE 6 was superseded by <a href=\"http://en.wikipedia.org/wiki/Internet_Explorer_7\">Internet Explorer 7</a> in 2006, followed by <a href=\"http://en.wikipedia.org/wiki/Internet_Explorer_8\">IE 8</a> in 2009, and recently <a href=\"http://en.wikipedia.org/wiki/Internet_Explorer_9\">IE 9</a> last week. Of course, alternatives to Internet Explorer, like <a href=\"http://www.firefox.com/\">Firefox</a>, have been around much longer.</p>\n<p>According to Microsoft&#8217;s own <a href=\"http://ie6countdown.com/\">Internet Explorer 6 Countdown</a>, 12% of the world still uses the ten-year old browser. The highest concentration of IE 6 users is in China, with 34.5% of the country still using it, but usage is down to 2.9% in the USA and 3.5% in the UK.</p>\n<p>There certainly could be an economic issue or general inability to upgrade keeping IE 6 alive, as the browser only requires <a href=\"http://en.wikipedia.org/wiki/Windows_98\">Windows 98</a> to run, while IE 7 requires <a href=\"http://en.wikipedia.org/wiki/Windows_XP\">Windows XP</a>. Firefox seems to have finally pulled the old releases that were still compatible with Windows 98, but <a href=\"http://www.opera.com/\">Opera</a> supported Windows 98 all the way up to 10.63 (released October 2010), and potential users can still <a href=\"http://www.opera.com/browser/download/?os=windows&list=all\">download it here</a>.</p>\n<p>With such a powerful and modern alternative to IE 6 available, even to Windows 98 users, the question remains as to why there are so many users still on such an outdated browser.</p>\n<p>If you&#8217;re a fan of IE 6, please leave a comment and let us know why. If you work for a company that forces you to use IE 6, march on down to the IT department and demand to know why you&#8217;re forced to use such an archaic browser.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/YL6N--fhEbQ\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Mar 2011 13:00:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPCandy: WordCamp Reno-Tahoe 2011 is on the books, accepting registrations and speakers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16131\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://feedproxy.google.com/~r/wpcandy/~3/tmwCXJFAok0/wordcamp-reno-tahoe-2011-on-the-way\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2048:\"<p><a href=\"http://wpcandy.com/?p=16131\"><img class=\"alignnone size-full wp-image-16132\" title=\"wordcampreno-teaser\" src=\"http://wpcandy.com/files/2011/03/wordcampreno-teaser.jpg\" alt=\"\" width=\"600\" height=\"240\" /></a></p><p><a title=\"WordCamp Reno-Tahoe 2011\" href=\"http://2011.reno.wordcamp.org/\">WordCamp Reno-Tahoe</a> is on for another event this year, making 2011 Reno&#8217;s third annual WordCamp. The event will take place June 4 and 5, and based on our tireless investigative journalism we&#8217;ve discovered: it&#8217;s likely to be pretty warm out there.</p><p>Past WordCamps in Reno have welcomed the likes of Matt Mullenweg and Merlin Mann, two names that most of us blogging dorks probably recognize. Organizer Chelsea Otakan is still looking for speakers for this year&#8217;s event, and will accept <a title=\"Speakers proposals for WordCamp Reno-Tahoe\" href=\"http://2011.reno.wordcamp.org/speakers/\">proposals</a> up until April 10th.</p><p>WordCamp Reno-Tahoe&#8217;s website has moved over to WordPress.org this year, so head over there to <a title=\"WordCamp Reno-Tahoe registration\" href=\"http://2011.reno.wordcamp.org/register/\">reserve your spot</a> if you&#8217;re interested. Tickets are now $30, or $40 if you wish to attend Sunday&#8217;s Theme Workshop or Blogger Bootcamp. Details are scarce right now, but it sounds like both are four hour blocks of time where really smart people will teach you things you might now know. You can count on that.</p><p>WordCamps can be a lovely excuse to visit a city you&#8217;ve never been to before. This year&#8217;s WordCamp Reno-Tahoe 2011 is no different: who doesn&#8217;t want to spend a couple of tech-filled days in the desert? If it works out, WPCandy will definitely be there. Just a reminder: we rely on folks like you <a title=\"You too can power WPCandy!\" href=\"http://wpcandy.com/is/powered\">powering not only WPCandy</a>, but our coverage of future WordCamps.</p><p>So who will be trekking out into the desert this year for a WordCamp? Let us know in the comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Mar 2011 01:35:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: Please Adopt This Plugin – Comment Quicktags Reloaded\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5160\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"http://feedproxy.google.com/~r/WordpressTavern/~3/i9LeOizRn2g/please-adopt-this-plugin-comment-quicktags-reloaded\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1542:\"<p>Earlier today, I received an email asking me what plugin I was using that allowed for the quicktags to be displayed within the comment form of the site. I love these quick tags as they provide similar functionality as you&#8217;ll find within the post writing panel within WordPress. Unfortunately, the original creator of the plugin is now involved with the Habari project and is no longer maintaining it. I did manage to find <a href=\"http://wordpress.org/extend/plugins/comment-form-quicktags/\">Comment Form Quicktags</a> on the plugin repository but I&#8217;m unsure as to why I&#8217;m not using that one as opposed to my current setup. After browsing the plugin repository, it looks like there are quite a few Quicktag plugins available but the one I&#8217;m using has been rock steady and still works, even with WordPress 3.1. You can&#8217;t find it on the repository though and it&#8217;s not available from the plugin authors site so I&#8217;m putting the download link here just in case someone would like to take the plugin, fork it, and maintain it on the repository. </p>\n<p>Download <a href=\"http://www.wptavern.com/wp-content/uploads/2011/comment_quicktags.zip\">Comment Quicktags Reloaded</a> </p>\n\n\n<p>Related posts:<ol><li><a href=\"http://www.wptavern.com/dd32-looking-for-plugin-contributors\" rel=\"bookmark\" title=\"Permanent Link: DD32 Looking For Plugin Contributors\">DD32 Looking For Plugin Contributors</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/i9LeOizRn2g\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Mar 2011 23:25:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPCandy: FreelanceJam is a new podcast by two WordPress developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16116\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://feedproxy.google.com/~r/wpcandy/~3/3uV0ohDOoGA/the-freelancejam-podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1303:\"<p><a href=\"http://wpcandy.com/?p=16116\"><img class=\"aligncenter size-full wp-image-16119\" src=\"http://wpcandy.com/files/2011/03/freelancejam.png\" alt=\"freelance jam podcast\" width=\"600\" height=\"200\" /></a>FreelanceJam is a <a href=\"http://freelancejam.com/\">new podcast</a> all about freelancing, web design, and WordPress. Episode 2 (actually the third episode) airs live tonight at 8 pm Eastern time.</p><p>FreelanceJam is the product of Brian Casel and Dave Yankowiak, two WordPress developers. Brian runs the theme development company, <a href=\"http://themejam.com/\">ThemeJam</a> (notice a pattern?) and Dave develops WordPress sites at <a href=\"http://www.liftdevelopment.com/\">Lift Development</a>.</p><p>While the show isn&#8217;t explicitly about WordPress, Brian and Dave both use WordPress for their development, and are big promoters of the platform. Plus, as music fans, they open and close every show with a new artist.</p><p>I&#8217;ve enjoyed the laid back style of the first couple of episodes, and maybe you will too. So tune in tonight if you&#8217;ve got the time, or you can check them out on their <a href=\"http://freelancejam.com\">website</a>.</p><p>PS: Don&#8217;t forget to stay tuned to the <a href=\"http://wpcandy.com/podcasts\">WPCandy podcast</a> as well. We like it too.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Mar 2011 22:32:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: Pet Peeve – Akismet Configuration Link Location\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5153\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"http://feedproxy.google.com/~r/WordpressTavern/~3/K_XlOMKE8GU/pet-peeve-akismet-configuration-link-location\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2059:\"<p><a href=\"http://www.wptavern.com/wp-content/uploads/2011/03/akismetconfigurationlink.png\" rel=\"thumbnail\"><img src=\"http://www.wptavern.com/wp-content/uploads/2011/03/akismetconfigurationlink.png\" alt=\"akismet configuration\" title=\"akismetconfigurationlink\" width=\"158\" height=\"130\" class=\"alignright size-full wp-image-5154\" /></a>Something that has frustrated me for a long time is trying to figure out where the Akismet Configuration link is. My brain and logical way of thinking always points me to the Settings top level menu only to browse around each area to figure out where it&#8217;s at. For some strange reason, the Akismet configuration link is located within the Plugins top level menu. This makes no sense to me. That menu is used to view the plugins page, add plugins, edit plugins but not specifically configure any plugins, except Akismet. It&#8217;s with this pet peeve that I request the Akismet Configuration link be moved to within the Settings menu. I don&#8217;t think Akismet needs its own top level menu. </p>\n<p>If you think the configuration link needs to be moved, let me know where it should go. If you don&#8217;t think it should be moved, I want to know why you think it&#8217;s a good idea to leave it where it&#8217;s at.</p>\n<div class=\"aligncenter\">Note: There is a poll embedded within this post, please visit the site to participate in this post\'s poll.</div>\n\n\n<p>Related posts:<ol><li><a href=\"http://www.wptavern.com/akismet-looking-for-new-testimonials\" rel=\"bookmark\" title=\"Permanent Link: Akismet Looking For New Testimonials\">Akismet Looking For New Testimonials</a></li>\n<li><a href=\"http://www.wptavern.com/is-akismet-still-free\" rel=\"bookmark\" title=\"Permanent Link: Is Akismet Still Free?\">Is Akismet Still Free?</a></li>\n<li><a href=\"http://www.wptavern.com/akismet-state-of-web-spam\" rel=\"bookmark\" title=\"Permanent Link: Akismet &#8211; State of Web Spam\">Akismet &#8211; State of Web Spam</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/K_XlOMKE8GU\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Mar 2011 22:16:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Publisher Blog: Astralwerks Relaunches on WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://publisherblog.automattic.com/?p=1338\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://publisherblog.automattic.com/2011/03/22/astralwerks/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2271:\"<p><a href=\"http://www.astralwerks.com\">Astralwerks Records</a>—home of recording artists Brian Eno, The B-52s, Air, and more—has relaunched their website on WordPress.</p>\n<p>The site is richly designed and features news, tour dates, biographies, and videos for their artists.</p>\n<p><a href=\"http://www.astralwerks.com\"><img class=\"aligncenter size-full wp-image-1339\" title=\"Astralwerks Records\" src=\"http://wordpresspublishers.files.wordpress.com/2011/03/new.png?w=640&h=416\" alt=\"\" width=\"640\" height=\"416\" /></a></p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/1338/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/1338/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/1338/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/1338/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wordpresspublishers.wordpress.com/1338/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wordpresspublishers.wordpress.com/1338/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wordpresspublishers.wordpress.com/1338/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wordpresspublishers.wordpress.com/1338/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/1338/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/1338/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/1338/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/1338/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/1338/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/1338/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=1338&subd=wordpresspublishers&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Mar 2011 15:00:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Paul Maiorana\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 3/22\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9802\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/8pFFXXge9n0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1217:\"<p><img class=\"alignnone size-full wp-image-9803\" title=\"bangkoo\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/03/bangkoo.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://tokokoo.com/blog/2011/03/free-wordpress-e-commerce-3-8-theme-bangkoo-furniture-online-store/\"><strong>Bangkoo</strong></a> is a free e-commerce theme designed with a furniture store in mind.</p>\n<p><img class=\"alignnone size-full wp-image-9804\" title=\"rion\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/03/rion.jpg\" alt=\"\" width=\"150\" height=\"72\" /></p>\n<p><a href=\"http://3oneseven.com/27/rion-wp-theme/\"><strong>Rion</strong></a> is a dark style BuddyPress theme with cufon custom fonts, flickr support, and an options panel.</p>\n<p><img class=\"alignnone size-full wp-image-9805\" title=\"se7en\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/03/se7en.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://3oneseven.com/10/seven-wp-theme/\"><strong>Se7en</strong></a> is a magazine style BuddyPress theme with custom fonts and a beautiful jQuery fullwidth slider.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/8pFFXXge9n0\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Mar 2011 13:00:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WPTavern: My Thoughts On The Atlas Theme Framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5145\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://feedproxy.google.com/~r/WordpressTavern/~3/uzI9dWB6Cm8/my-thoughts-on-the-atlas-theme-framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6520:\"<p><a href=\"http://www.wptavern.com/wp-content/uploads/2011/03/atlasframeworklogo.png\" rel=\"thumbnail\"><img src=\"http://www.wptavern.com/wp-content/uploads/2011/03/atlasframeworklogo.png\" alt=\"atlas theme framework logo\" title=\"atlasframeworklogo\" width=\"248\" height=\"44\" class=\"alignright size-full wp-image-5146\" /></a>A few days ago, Donal MacArthur of <a href=\"http://cranesandskyhooks.com/\">Cranes And Skyhooks</a> reached out to let me know about a new framework he&#8217;s developed called <a href=\"http://cranesandskyhooks.com/articles/introducing-atlas/\">Atlas</a>. After playing around with the theme for about an hour, I have a couple of suggestions for Donal. </p>\n<p>Out of the gate, Atlas and it&#8217;s first child theme Elegance are clean and simple. In fact, I didn&#8217;t have to open the Readme file to figure out what to do although I couldn&#8217;t if I wanted to since the theme didn&#8217;t ship with one. Atlas is still in the testing phases and that could explain why there is no documentation either within a Readme file or a section dedicated to support on the website. I hope this changes prior to the frameworks official launch or some people will be left scratching their heads and ditching Atlas before giving it a real chance.</p>\n<p>One of the nice things about Atlas is that its option pages blend right in with the UI back-end of WordPress which is always nice to see. Custom back-ends developed my theme authors usually look messy and out of place. </p>\n<div id=\"attachment_5147\" class=\"wp-caption aligncenter\"><a href=\"http://www.wptavern.com/wp-content/uploads/2011/03/atlasframeworkoptions.png\" rel=\"thumbnail\"><img src=\"http://www.wptavern.com/wp-content/uploads/2011/03/atlasframeworkoptions-300x170.png\" alt=\"\" title=\"atlasframeworkoptions\" width=\"300\" height=\"170\" class=\"size-medium wp-image-5147\" /></a><p class=\"wp-caption-text\">Various Option Pages In The Back-end</p></div>\n<p>For the layout of the site, users have a few options to choose from for their index, single, archive and attachment pages as well as single posts. Selecting a specific layout for a page is as easy as using the drop down box but it comes with a price. After using the visual editor by Headway this approach to viewing changes feels old school. It&#8217;s like the old days of making a change, uploading the CSS file, clicking refresh, possibly clearing out the cache, refresh again and if you don&#8217;t like the changes, revert to the old CSS file. It&#8217;s not as difficult as I describe but you do end up having to select a layout and refreshing the page to see if you like it or not. There is no way around this except to use some sort of live preview. </p>\n<p>For themes that give end users the ability to use a custom logo for a header, the method I like best is an upload box that will upload an image using the WordPress media library. This is completely feasible and is much easier than providing a logo URL box. </p>\n<div id=\"attachment_5148\" class=\"wp-caption aligncenter\"><a href=\"http://www.wptavern.com/wp-content/uploads/2011/03/atlasframeworkheaderupload.png\" rel=\"thumbnail\"><img src=\"http://www.wptavern.com/wp-content/uploads/2011/03/atlasframeworkheaderupload-500x206.png\" alt=\"custom logo for atlas\" title=\"atlasframeworkheaderupload\" width=\"500\" height=\"206\" class=\"size-large wp-image-5148\" /></a><p class=\"wp-caption-text\">Best To Use WP Media Manager For Custom Logo</p></div>\n<p>The other area of Atlas that made me screech in pain are the text area boxes that require me to know the ID numbers for Pages and Categories that I wanted to exclude from the drop down menus. <strong>I hate this technique</strong>. Please don&#8217;t make end users go through the pain of trying to figure out those ID numbers even if they are somewhat easy to discover. Instead, provide some UI such as check boxes or selection boxes that support multiple choices. </p>\n<div id=\"attachment_5149\" class=\"wp-caption aligncenter\"><a href=\"http://www.wptavern.com/wp-content/uploads/2011/03/atlasframeworkmenus.png\" rel=\"thumbnail\"><img src=\"http://www.wptavern.com/wp-content/uploads/2011/03/atlasframeworkmenus-500x281.png\" alt=\"\" title=\"atlasframeworkmenus\" width=\"500\" height=\"281\" class=\"size-large wp-image-5149\" /></a><p class=\"wp-caption-text\">Death To Knowing ID Numbers</p></div>\n<p>One of the nicer points of Atlas which I&#8217;m sure other theme frameworks are going to adapt despite plugins being available is a way to disable the admin bar for all users, disable the admin bar for all non-administrator level users or enable the Atlas info panel on the WordPress admin bar for logged-in Administrators. The Atlas info panel shows the total number of database queries executed on the page with the total page generation time.  </p>\n<h2>Conclusion:</h2>\n<p>Other than the pain points I discovered, Atlas is not a bad Parent theme for its first version. However, if it&#8217;s going to have a chance to succeed with the big boys, it&#8217;s going to have to step it up in terms of ease of use. Also, support and documentation for some are the most important aspects of any theme and if it&#8217;s not available when this thing launches to the public, I doubt it will gain any traction. </p>\n<p>For a limited time you can get free copies of both Atlas and its first child theme, Elegance, by becoming an Atlas beta tester or more aptly, a <a href=\"http://cranesandskyhooks.com/articles/become-an-atlas-beta-tester/\">feedback provider</a>. Donal is looking for feedback and is willing to give you the framework as well as the first child theme for free to thank you for that feedback. So if you have a spare moment or two, give Atlas a spin and let him know what you think. </p>\n\n\n<p>Related posts:<ol><li><a href=\"http://www.wptavern.com/which-theme-framework-to-use\" rel=\"bookmark\" title=\"Permanent Link: Which Theme Framework To Use?\">Which Theme Framework To Use?</a></li>\n<li><a href=\"http://www.wptavern.com/should-the-wordpress-support-forum-only-support-themes-from-the-theme-repository\" rel=\"bookmark\" title=\"Permanent Link: Should The WordPress Support Forum Only Support Themes From The Theme Repository?\">Should The WordPress Support Forum Only Support Themes From The Theme Repository?</a></li>\n<li><a href=\"http://www.wptavern.com/name-your-dream-theme-team\" rel=\"bookmark\" title=\"Permanent Link: Name Your Dream Theme Team\">Name Your Dream Theme Team</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/uzI9dWB6Cm8\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Mar 2011 09:37:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WPTavern: WordCamp Montreal 2011 Looking For Speakers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"http://feedproxy.google.com/~r/WordpressTavern/~3/696QSIg5DoY/wordcamp-montreal-2011-looking-for-speakers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2062:\"<p><a href=\"http://www.wptavern.com/wp-content/uploads/2011/03/wordcampmontreal2011.png\" rel=\"thumbnail\"><img src=\"http://www.wptavern.com/wp-content/uploads/2011/03/wordcampmontreal2011-300x120.png\" alt=\"wordcamp montreal logo\" title=\"wordcampmontreal2011\" width=\"300\" height=\"120\" class=\"alignright size-medium wp-image-5142\" /></a>WordCamp Montreal has recently announced that they have nailed down a date of July 9th-10th 2011 while the venue quite possibly will be UQAM like last year. While the website devoted to the event used to be WPMTL.org, the new website is <a href=\"http://wcmtl.org/\">WCMTL.org</a>. WordCamp Montreal is one of those unique events where speakers and sessions intertwine with both the English and French languages presenting some diversity. Early bird tickets are currently at a discount of $30.00 which will soon be raised to $40.00 so <a href=\"http://wcmtl2011.eventbrite.com/\">register now</a> if you&#8217;re interested in attending. Last but not least, WordCamp Montreal is currently seeking sponsors as well as speakers. If interested in speaking, please go through their <a href=\"https://spreadsheets0.google.com/viewform?hl=en&hl=en&formkey=dDNlczVmWXNwZnVNdmlQbDZyUHRLcEE6MQ#gid=0\">speaker application process</a>. </p>\n<p>I wonder if Ron and Andrea will be making the trip to Montreal this year?</p>\n\n\n<p>Related posts:<ol><li><a href=\"http://www.wptavern.com/wordcamp-montreal-august-28th-29th\" rel=\"bookmark\" title=\"Permanent Link: WordCamp Montreal August 28th-29th\">WordCamp Montreal August 28th-29th</a></li>\n<li><a href=\"http://www.wptavern.com/review-of-wordcamp-montreal-2010\" rel=\"bookmark\" title=\"Permanent Link: Review Of WordCamp Montreal 2010\">Review Of WordCamp Montreal 2010</a></li>\n<li><a href=\"http://www.wptavern.com/wordcamp-columbus-looking-for-more-speakers\" rel=\"bookmark\" title=\"Permanent Link: WordCamp Columbus Looking For More Speakers\">WordCamp Columbus Looking For More Speakers</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/696QSIg5DoY\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Mar 2011 07:07:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPCandy: First draft of plans for WordPress 3.2 begins to emerge\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16106\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://feedproxy.google.com/~r/wpcandy/~3/5uSvM6uZwN8/plans-for-wordpress-3-2-begin-to-emerge\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2054:\"<p><a href=\"http://wpcandy.com/?p=16106\"><img class=\"alignnone size-full wp-image-16107\" title=\"wp32planning-teaser\" src=\"http://wpcandy.com/files/2011/03/wp32planning-teaser.png\" alt=\"\" width=\"600\" height=\"250\" /></a></p><p>The first whispers of WordPress 3.2 have shown up <a href=\"http://wpdevel.wordpress.com/2011/03/18/wordpress-3-2-the-plan-faster-lighter/\">on the WordPress development blog</a>. A precise feature list is far from complete, but the first draft of ideas has been composed and discussed. The overall theme seems to be &#8220;faster and lighter&#8221;, with an emphasis on removing outdated technologies and speeding everything up. Bullet points discussed so far include:</p><ul><li><span>PHP 5.2.4 will be required. Additional PHP 5 features won&#8217;t be added; this release is only about dropping the old version of PHP. </span><span>MySQL 5 will also be required. </span></li><li><span>End of life for IE6 compatibility with the WordPress admin. Nothing will be removed at this point, but testing will stop happening for the admin and Internet Explorer 6.</span></li><li><span>A fresh implementation of distraction free writing will replace the current fullscreen implementation. Inspiration will be drawn from WriteRoom, OmmWriter, and others.</span></li><li><span>Upgrade improvements will be made, where only changed files will be upgraded.</span></li><li><span>Various speed improvements to make WordPress faster under the hood.</span></li></ul><p>WordPress <em>shaman</em> Mark Jaquith is in charge of this release, in his words to &#8220;[make] sure people stay on target and [make] sure we don’t try to slip &#8216;one more thing&#8217; in&#8221;. Jaquith says the plan is to complete this release cycle faster than 3.1, and that an improved focus will help.</p><p>Timelines and assignments will be decided during this week&#8217;s developer chat on Wednesday. We&#8217;ll keep you up to date with the course of 3.2 development, of course, but in the meantime: what do you think about the plan for 3.2, so far?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Mar 2011 23:32:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPCandy: Page.ly and WPCharity are offering ways to help Japan with WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"http://feedproxy.google.com/~r/wpcandy/~3/DC64Mw2aCWw/page-ly-and-wpcharity-are-offering-ways-to-help-japan-with-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1832:\"<p><a href=\"http://wpcandy.com/?p=16082\"><img class=\"aligncenter size-full wp-image-16090\" src=\"http://wpcandy.com/files/2011/03/JapanBar.png\" alt=\"\" width=\"600\" height=\"56\" /></a><a href=\"http://wpcandy.com/?p=16082\"><img class=\"aligncenter size-full wp-image-16091\" src=\"http://wpcandy.com/files/2011/03/JapanTheme.png\" alt=\"Japan WordPress theme\" width=\"600\" height=\"402\" /></a><br /> <a href=\"http://page.ly\">Page.ly</a> and <a href=\"http://wpcharity.com\">WPCharity</a> have each come up with ways for you to help victims of the earthquake and tsunami in Japan using WordPress.</p><p>Page.ly released a plugin, available on <a href=\"http://wordpress.org/extend/plugins/wordpress-japan-redcross-donations/\">the plugin repository</a>, that will add a banner to the top of your website with a donation link to the American Red Cross. 100% of donations will go to helping in disaster relief.</p><p>WPCharity has released a Twenty Ten child theme to help. The theme is called Japan Tsunami, and is available for $1 or more. Twenty five percent of the minimum $1 price is donated to relief. For every dollar over a dollar you pay, 95% will be donated. The money WPCharity raises will be donated to the Japanese Red Cross Society.</p><p>Japan Tsunami is a minimalist photo gallery theme with a <a href=\"http://demo.wpcharity.com/japantsunami/\">live demo</a> and an <a href=\"http://wpcharity.com/2011/03/21/japan-tsunami-a-wordpress-twenty-ten-child-theme-for-charity/\">information page</a> to learn more.</p><p>The Japanese people are in the midst of a very trying time. Tens of thousands of people are either dead or missing, and the threat to nuclear power facilities is daunting to say the least. Kudos to both companies for giving back, and perhaps each of us can help in a small way using our favorite web publishing platform.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Mar 2011 21:50:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 29 Mar 2011 18:45:05 GMT\";s:12:\"content-type\";s:15:\"application/xml\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 29 Mar 2011 18:30:37 GMT\";s:14:\"content-length\";s:6:\"201905\";s:4:\"x-nc\";s:11:\"HIT luv 139\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(222,0,'_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc','1301467506','no'),(223,0,'_transient_feed_a5420c83891a9c88ad2a4f04584a5efc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n	\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/extend/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Mar 2011 18:33:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://bbpress.org/?v=1.1-alpha-2855\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"edo888 on \"GTranslate\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/extend/plugins/gtranslate/#post-14437\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Nov 2009 17:35:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"14437@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"Get translations with a single click between 58 languages (more than 98% of internet users) on your website!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"edo888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"uberdose on \"All in One SEO Pack\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"753@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Takayuki Miyoshi on \"Contact Form 7\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2141@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"joostdevalk on \"Google Analytics for WordPress\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/extend/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2316@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Track your WordPress site easily and with lots of metadata: views per author &#38; category, automatic tracking of outbound clicks and pageviews.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"joostdevalk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Mike Challis on \"Fast Secure Contact Form\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/extend/plugins/si-contact-form/#post-12636\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Aug 2009 01:20:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12636@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"A super customizable contact form that lets your visitors send you email. Blocks all automated spammers. No templates to mess with.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mike Challis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Bravenewcode on \"WPtouch\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/extend/plugins/wptouch/#post-5468\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 May 2008 04:58:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"5468@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Bravenewcode\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Brian Colinger on \"WordPress Importer\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/extend/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"18101@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Alex Rabe on \"NextGEN Gallery\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"1169@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with dozens of options and features.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Matt Mullenweg on \"Akismet\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/extend/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"15@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"casibus on \"ourSTATS Widget\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/ourstatsde-widget/#post-18282\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 29 May 2010 14:16:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"18282@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"create a widget for the ourstats.de counter service\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"casibus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Arne on \"Google XML Sitemaps\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.org/extend/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"132@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Arne\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"mitcho on \"Yet Another Related Posts Plugin\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/#post-2769\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Jan 2008 13:05:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2769@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"Display a list of related entries on your site and feeds based on a unique algorithm. Templating allows customization of the display.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"mitcho\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"nicashmu on \"Post video players, slideshow albums, photo galleries and music / podcast playlist\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wordpress.org/extend/plugins/video-playlist-and-gallery-plugin/#post-23415\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Jan 2011 16:16:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"23415@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"Post your videos, photo galleries/flash slideshows easily and in seconds.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"nicashmu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"donncha on \"WP Super Cache\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2572@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"mdawaffe on \"Jetpack by WordPress.com\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/extend/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"23862@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Supercharge your WordPress site with powerful features previously only available to WordPress.com users.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"mdawaffe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:52:\"http://wordpress.org/extend/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 29 Mar 2011 18:45:06 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:19:\"2009-11-26 17:35:42\";s:14:\"content-length\";s:4:\"7875\";s:4:\"x-nc\";s:11:\"HIT luv 139\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(214,0,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1301467504','no'),(215,0,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:50:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Mar 2011 11:24:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://wordpress.org/?v=3.2-bleeding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:47:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Live from South by Southwest 2011\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://wordpress.org/news/2011/03/sxsw2011/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/news/2011/03/sxsw2011/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Mar 2011 11:24:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"genius bar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"sxsw\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1746\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:322:\"If you&#8217;ve ever heard Matt Mullenweg talk about the early days of WordPress, the South by Southwest (SxSW) Interactive festival that takes place each spring in Austin, TX usually crops up in the story. South by Southwest is in full swing right now, and WordPress has been all over the place. On Friday the 11th, [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2109:\"<p>If you&#8217;ve ever heard Matt Mullenweg talk about the early days of WordPress, the <a title=\"SxSW Interactive\" href=\"http://sxsw.com/interactive\">South by Southwest (SxSW) Interactive</a> festival that takes place each spring in Austin, TX usually crops up in the story. South by Southwest is in full swing right now, and WordPress has been all over the place.</p>\n<p>On Friday the 11th, Matt was interviewed by John Battelle of Federated Media in front of a packed ballroom, talking about the future of WordPress. That night, the annual SxSW WordPress BBQ party played host to hundreds of WordPress users, developers, and businesspeople, and attendees got an extra treat this year in the form of a t-shirt made especially to commemorate WordPress and its Texas roots.</p>\n<p>On Saturday the 12th, a second party co-hosted by the Austin WordPress Meetup Group and GeekAustin (and co-sponsored by the WordPress Foundation and WPEngine) brought together a similar crowd but with the addition of local WordPress community members who were not registered for the SxSW conference.</p>\n<p>Starting today, the South by Southwest trade show opens, and this year for the first time it will feature an official WordPress Genius Bar. Staffed by professional WordPress support staff, developers, advanced users, theme designers, and even some of the core contributors and project leaders, the booth will be open from 11am-6pm each day to answer questions and help people with any WordPress problems they might have. If you are at South by Southwest this year, consider stopping by to say hello and pick up a WordPress button or sticker. We&#8217;ll also have a limited supply of the special WordPress/Texas shirts that we&#8217;ll be giving away at the booth, so if you&#8217;re at SxSW between now and Thursday, stop by.  Hope to see you there!</p>\n<p><em>Location: The WordPress booth will be in trade show stand numbers 829, 831, 928, and 930 (it&#8217;s an endcap booth that combines those four spaces). You can find us in those spaces by following the numbered banners hanging from the ceiling.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wordpress.org/news/2011/03/sxsw2011/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:41:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 3.1, lots of fun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://wordpress.org/news/2011/02/threeone/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/news/2011/02/threeone/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Feb 2011 14:00:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1704\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:394:\"The long-awaited fourteenth release of WordPress is now available. WordPress 3.1 &#8220;Reinhardt&#8221; is named in honor of the jazz guitarist Django Reinhardt. Version 3.1 is available for download, or you can update from within your dashboard. This release features a lightning fast redesigned linking workflow which makes it easy to link to your existing posts and pages, an [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:17263:\"<p>The long-awaited fourteenth release of WordPress is now available. WordPress 3.1 &#8220;Reinhardt&#8221; is named in <a href=\"http://wordpress.org/about/roadmap/\">honor of</a> the jazz guitarist <a href=\"http://en.wikipedia.org/wiki/Django_Reinhardt\">Django Reinhardt</a>. Version 3.1 is <a href=\"http://wordpress.org/download/\">available for download</a>, or you can <a href=\"http://codex.wordpress.org/Dashboard_Updates_SubPanel\">update from within your dashboard</a>.</p>\n<p>This release features a lightning fast <strong>redesigned linking workflow</strong> which makes it easy to link to your existing posts and pages, an <strong>admin bar</strong> so you&#8217;re never more than a click away from your most-used dashboard pages, a <strong>streamlined writing interface</strong> that hides many of the seldom-used panels by default to create a simpler and less intimidating writing experience for new bloggers (visit Screen Options in the top right to get old panels back), and a <strong>refreshed blue admin scheme</strong> available for selection under your personal options.</p>\n<p>There&#8217;s a bucket of candy for developers as well, including our new <strong>Post Formats support</strong> which makes it easy for themes to create portable tumblelogs with different styling for different types of posts, <strong>new CMS capabilities</strong> like archive pages for custom content types, a <strong>new Network Admin</strong>, an overhaul of the import and export system, and the ability to perform<strong> advanced taxonomy and custom fields queries</strong>.</p>\n<p>With the 3.1 release, <strong>WordPress is more of a CMS than ever before</strong>. The only limit to what you can build is your imagination.</p>\n<p>(No video yet for 3.1, we&#8217;re going to add it later.)</p>\n<h3>By the Numbers</h3>\n<p>There were over <strong>two thousand commits</strong> to the codebase in the 3.1 cycle! For a more comprehensive look at everything that has improved in 3.1, check out <a href=\"http://codex.wordpress.org/Version_3.1\">3.1’s Codex page</a> or the <a href=\"http://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=3.1&amp;group=status&amp;desc=1&amp;order=priority\">more than 820 closed issues in Trac</a>.</p>\n<p>Now is the time to drop by our development channels if you are interested in being involved with 3.2, as the agenda will be under discussion shortly. We&#8217;re hoping to get the 3.2 release out in a shorter development cycle (3.1 took too long) and include some fun improvements around plugins and the speed of the admin. (Don&#8217;t worry, we&#8217;re still planning <a href=\"http://www.djangoproject.com/\">on using PHP</a>.)</p>\n<h3>We&#8217;re All in This Together</h3>\n<p>WordPress is the result of the combined effort of people from all over the world united with a common goal: to make the best darn web software for publishing your story on the web and sharing it with the world. Here is a list of the more than 180 people who helped out with development during the 3.1 cycle:</p>\n<p><a href=\"http://profiles.wordpress.org/aaroncampbell\">Aaron Campbell (aaroncampbell)</a>, <a href=\"http://profiles.wordpress.org/adambackstrom\">Adam Backstrom (adambackstrom)</a>, <a href=\"http://profiles.wordpress.org/aldenta\">John Ford (aldenta)</a>, <a href=\"http://profiles.wordpress.org/alexdunae\">Alex Dunae (alexdunae)</a>, <a href=\"http://profiles.wordpress.org/alexkingorg\">Alex King (alexkingorg)</a>, <a href=\"http://profiles.wordpress.org/amandafrench\">Amanda French (amandafrench)</a>, <a href=\"http://profiles.wordpress.org/anderswc\">Will Anderson (anderswc)</a>, <a href=\"http://profiles.wordpress.org/andrea_r\">Andrea Rennick (andrea_r)</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz (azaozz)</a>, <a href=\"http://profiles.wordpress.org/andy\">Andy Skelton (andy/skeltoac)</a>, <a href=\"http://profiles.wordpress.org/andyblackwell\">Andy Blackwell (andyblackwell)</a>, <a href=\"http://profiles.wordpress.org/arena\">André Renaut (arena)</a>, <a href=\"http://profiles.wordpress.org/avereha\">Andrei Vereha (avereha)</a>, <a href=\"http://profiles.wordpress.org/azizur\">Azizur Rahman (azizur)</a>, <a href=\"http://profiles.wordpress.org/barry\">Barry Abrahamson (barry)</a>, <a href=\"http://profiles.wordpress.org/batmoo\">Mohammad Jangda (batmoo)</a>, <a href=\"http://profiles.wordpress.org/beaulebens\">Beau Lebens (beaulebens)</a>, <a href=\"http://profiles.wordpress.org/benward\">Ben Ward (benward)</a>, <a href=\"http://profiles.wordpress.org/bigdawggi\">Matthew G. Richmond (bigdawggi)</a>, <a href=\"http://profiles.wordpress.org/bigsmoke\">Rowan Rodrik van der Molen (bigsmoke)</a>, <a href=\"http://profiles.wordpress.org/blepoxp\">Glenn Ansley (blepoxp)</a>, <a href=\"http://profiles.wordpress.org/blt4\">blt4</a>, <a href=\"http://profiles.wordpress.org/bobbyblade\">bobbyblade</a>, <a href=\"http://profiles.wordpress.org/boonebgorges\">Boone B. Gorges (boonebgorges)</a>, <a href=\"http://profiles.wordpress.org/briancolinger\">Brian Colinger (briancolinger)</a>, <a href=\"http://profiles.wordpress.org/brianlayman\">Brian Layman (brianlayman)</a>, <a href=\"http://profiles.wordpress.org/caesarsgrunt\">Caesar Schinas (caesarsgrunt)</a>, <a href=\"http://profiles.wordpress.org/casben79\">Ben Casey (casben79)</a>, <a href=\"http://profiles.wordpress.org/chipbennett\">Chip Bennett (chipbennett)</a>, Chris Sfanos, <a href=\"http://profiles.wordpress.org/chrisbliss18\">Chris Jean (chrisbliss18)</a>, <a href=\"http://profiles.wordpress.org/cimmo\">Marco Cimmino (cimmo)</a>, <a href=\"http://profiles.wordpress.org/coffee2code\">Scott Reilly (coffee2code)</a>, <a href=\"http://profiles.wordpress.org/cyberhobo\">Dylan Kuhn (cyberhobo)</a>, <a href=\"http://profiles.wordpress.org/darrenmeehan\">Darren Meehan (darrenmeehan)</a>, <a href=\"http://profiles.wordpress.org/dd32\">Dion Hulse (dd32)</a>, <a href=\"http://profiles.wordpress.org/deanjrobinson\">Dean Robinson (deanjrobinson)</a>, <a href=\"http://profiles.wordpress.org/demetris\">Demetris Kikizas, ΔημήτÏ�ης Κίκιζας (demetris)</a>, <a href=\"http://profiles.wordpress.org/Denis-de-Bernardy\">Denis-de-Bernardy</a>, <a href=\"http://profiles.wordpress.org/djzone\">djzone</a>, <a href=\"http://profiles.wordpress.org/doktorbro\">Доктор Бро (doktorbro)</a>, <a href=\"http://profiles.wordpress.org/donalmacarthur\">Donal MacArthur (donalmacarthur)</a>, <a href=\"http://profiles.wordpress.org/dougal\">Dougal Campbell (dougal)</a>, <a href=\"http://profiles.wordpress.org/dremeda\">Dre Armeda (dremeda)</a>, <a href=\"http://profiles.wordpress.org/duck_\">Jon Cave (duck_)</a>, <a href=\"http://profiles.wordpress.org/dougwrites\">Doug Provencio (dougwrites)</a>, Edward Hevlund (edward mindreantre), <a href=\"http://profiles.wordpress.org/einare\">Einar Egilsson (einare)</a>, <a href=\"http://profiles.wordpress.org/ericmann\">Eric Mann (ericmann)</a>, <a href=\"http://profiles.wordpress.org/filosofo\">Austin Matzko (filosofo)</a>, <a href=\"http://profiles.wordpress.org/flashingcursor\">Gil Rutkowski (flashingcursor)</a>, <a href=\"http://profiles.wordpress.org/foofy\">foofy</a>, <a href=\"http://profiles.wordpress.org/francescolaffi\">Francesco Laffi (francescolaffi)</a>, <a href=\"http://profiles.wordpress.org/garyc40\">Gary Cao (garyc40)</a>, <a href=\"http://profiles.wordpress.org/greenshady\">Justin Tadlock (greenshady)</a>, <a href=\"http://profiles.wordpress.org/greuben\">Reuben Gunday (greuben)</a>, <a href=\"http://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"http://profiles.wordpress.org/huichen\">Hui Chen (huichen)</a>, <a href=\"http://profiles.wordpress.org/husobj\">Ben Huson (husobj)</a>, <a href=\"http://profiles.wordpress.org/iammattthomas\">Matt Thomas (iammattthomas)</a>, <a href=\"http://profiles.wordpress.org/iandstewart\">Ian Stewart (iandstewart)</a>, <a href=\"http://profiles.wordpress.org/indie-ulf\">indie-ulf</a>, <a href=\"http://profiles.wordpress.org/jacobsantos\">Jacob Santos (jacobsantos)</a>, <a href=\"http://profiles.wordpress.org/jakub.misek\">Jakub Míšek (jakub.misek)</a>, <a href=\"http://profiles.wordpress.org/jamescollins\">James Collins (jamescollins)</a>, <a href=\"http://profiles.wordpress.org/janeforshort\">Jane Wells (jane/janeforshort)</a>, <a href=\"http://profiles.wordpress.org/jayjdk\">jayjdk</a>, <a href=\"http://profiles.wordpress.org/jczorkmid\">Jason Penney (jczorkmid)</a>, <a href=\"http://profiles.wordpress.org/jfarthing84\">Jeff Farthing (jfarthing84)</a>, <a href=\"http://profiles.wordpress.org/jk0\">Josh Kearney (jk0)</a>, <a href=\"http://profiles.wordpress.org/joelhardi\">joelhardi</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn (johnbillion)</a>, <a href=\"http://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby (johnjamesjacoby/jjj)</a>, <a href=\"http://profiles.wordpress.org/johnonolan\">John O’Nolan (johnonolan)</a>, <a href=\"http://profiles.wordpress.org/JohnPBloch\">John Bloch (JohnPBloch)</a>, <a href=\"http://profiles.wordpress.org/joostdevalk\">Joost de Valk (joostdevalk/yoast)</a>, <a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin (jorbin)</a>, <a href=\"http://profiles.wordpress.org/josephscott\">Joseph Scott (josephscott)</a>, Justin Rainbow, <a href=\"http://profiles.wordpress.org/kapeels\">Kapeel Sable (kapeels)</a>, <a href=\"http://profiles.wordpress.org/kawauso\">Adam Harley (kawauso)</a>, <a href=\"http://profiles.wordpress.org/koke\">Jorge Bernal (koke)</a>, <a href=\"http://profiles.wordpress.org/koopersmith\">Daryl Koopersmith (koopersmith)</a>, <a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett (lancewillett)</a>, <a href=\"http://profiles.wordpress.org/latz\">Lutz Schroeer (latz)</a>, <a href=\"http://profiles.wordpress.org/layotte\">Lew Ayotte (layotte)</a>, <a href=\"http://profiles.wordpress.org/linguasite\">linguasite</a>, <a href=\"http://profiles.wordpress.org/lloydbudd\">Lloyd Budd (lloydbudd)</a>, <a href=\"http://profiles.wordpress.org/loushou\">loushou</a>, <a href=\"http://profiles.wordpress.org/mailnew2ster\">mailnew2ster</a>, <a href=\"http://profiles.wordpress.org/mako09\">mako09</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith (markjaquith)</a>, <a href=\"http://profiles.wordpress.org/markmcwilliams\">Mark McWilliams (markmcwilliams)</a>, <a href=\"http://profiles.wordpress.org/MattyRob\">MattyRob</a>, Mauro Gentile, <a href=\"http://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"http://profiles.wordpress.org/mellertime\">Chris Meller (mellertime)</a>, <a href=\"http://profiles.wordpress.org/mfields\">Michael Fields (mfields)</a>, <a href=\"http://profiles.wordpress.org/MichaelH\">MichaelH</a>, <a href=\"http://profiles.wordpress.org/mikeschinkel\">Mike Schinkel (mikeschinkel)</a>, <a href=\"http://profiles.wordpress.org/miqrogroove\">Robert Chapin (miqrogroove)</a>, <a href=\"http://profiles.wordpress.org/mitchoyoshitaka\">Michael &#8220;Mitcho&#8221; Erlewine (mitchoyoshitaka)</a>, <a href=\"http://profiles.wordpress.org/mrmist\">David McFarlane (mrmist)</a>, <a href=\"http://profiles.wordpress.org/mrwok\">mrwok</a>, <a href=\"http://profiles.wordpress.org/mtekk\">John Havlik (mtekk)</a>, <a href=\"http://profiles.wordpress.org/mwidmann\">Martin Widmann (mwidmann)</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin (nacin)</a>, <a href=\"http://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski (nbachiyski)</a>, <a href=\"http://profiles.wordpress.org/nathanrice\">Nathan Rice (nathanrice)</a>, <a href=\"http://profiles.wordpress.org/niallkennedy\">Niall Kennedy (niallkennedy)</a>, <a href=\"http://profiles.wordpress.org/neoxx\">Bernhard Riedl (neoxx)</a>, <a href=\"http://profiles.wordpress.org/nickmomrik\">Nick Momrik (nickmomrik)</a>, Nils Juenemannn, <a href=\"http://profiles.wordpress.org/nkuttler\">Nicolas Kuttler (nkuttler)</a>, <a href=\"http://profiles.wordpress.org/nootron\">nootron</a>, <a href=\"http://profiles.wordpress.org/norbertm\">norbertm</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling (ocean90)</a>, <a href=\"http://profiles.wordpress.org/ohanesian\">ohanesian</a>, <a href=\"http://profiles.wordpress.org/Otto42\">Samuel Wood (Otto42)</a>, <a href=\"http://profiles.wordpress.org/ozh\">Ozh Richard (ozh)</a>, Pádraic Brady, <a href=\"http://profiles.wordpress.org/peaceablewhale\">Franklin Tse (peaceablewhale)</a>, <a href=\"http://profiles.wordpress.org/PeteMall\">Pete Mall (PeteMall)</a>, <a href=\"http://profiles.wordpress.org/phill_brown\">Phill Brown (phill_brown)</a>, <a href=\"http://profiles.wordpress.org/PhillKenoyer\">Phill Kenoyer (PhillKenoyer)</a>, <a href=\"http://profiles.wordpress.org/phrostypoison\">phrostypoison</a>, <a href=\"http://profiles.wordpress.org/prettyboymp\">Michael Pretty (prettyboymp)</a>, <a href=\"http://profiles.wordpress.org/pross\">Simon Prosser (pross)</a>, <a href=\"http://profiles.wordpress.org/ptahdunbar\">Ptah Dunbar (ptahdunbar)</a>, <a href=\"http://profiles.wordpress.org/qwertymaniac\">Harsh J. Chouraria (qwertymaniac)</a>, <a href=\"http://profiles.wordpress.org/RanYanivHartstein\">Ran Yaniv Hartstein (RanYanivHartstein)</a>, <a href=\"http://profiles.wordpress.org/rasheed\">Rasheed Bydousi (rasheed)</a>, <a href=\"http://profiles.wordpress.org/redsweater\">Daniel Jalkut (redsweater)</a>, <a href=\"http://profiles.wordpress.org/rfw\">rfw</a>, <a href=\"http://profiles.wordpress.org/rlerdorf\">Rasmus Lerdorf (rlerdorf)</a>, <a href=\"http://profiles.wordpress.org/rmccue\">Ryan McCue (rmccue)</a>, <a href=\"http://profiles.wordpress.org/rogertheriault\">Roger Theriault (rogertheriault)</a>, <a href=\"http://profiles.wordpress.org/ronbme\">ronbme</a>, <a href=\"http://profiles.wordpress.org/rovo89\">rovo89</a>, <a href=\"http://profiles.wordpress.org/ryan\">Ryan Boren (ryan)</a>, <a href=\"http://profiles.wordpress.org/saracannon\">Sara Cannon (saracannon)</a>, <a href=\"http://profiles.wordpress.org/sbressler\">Scott Bressler (sbressler)</a>, <a href=\"http://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark (sc0ttkclark)</a>, <a href=\"http://profiles.wordpress.org/ScottMac\">ScottMac</a>, <a href=\"http://profiles.wordpress.org/scribu\">Silviu Cristian Burca (scribu)</a>, <a href=\"http://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov, Сергей Бирюков (SergeyBiryukov)</a>, <a href=\"http://profiles.wordpress.org/SeyelentEco\">Alex Petrescu (SeyelentEco)</a>, <a href=\"http://profiles.wordpress.org/shawnparker\">Shawn Parker (shawnparker)</a>, <a href=\"http://profiles.wordpress.org/shidouhikari\">shidouhikari</a>, <a href=\"http://profiles.wordpress.org/simonwheatley\">Simon Wheatley (simonwheatley)</a>, <a href=\"http://profiles.wordpress.org/sivel\">Matt Martz (sivel)</a>, <a href=\"http://profiles.wordpress.org/solarissmoke\">Samir Shah (solarissmoke)</a>, <a href=\"http://profiles.wordpress.org/sorich87\">sorich87</a>, <a href=\"http://profiles.wordpress.org/studionashvegas\">Mitch Canter (studionashvegas)</a>, <a href=\"http://profiles.wordpress.org/t31os_\">t31os_</a>, <a href=\"http://profiles.wordpress.org/TECannon\">Tracy Cannon (TECannon)</a>, <a href=\"http://profiles.wordpress.org/tech163\">tech163</a>, <a href=\"http://profiles.wordpress.org/technosailor\">Aaron Brazell (technosailor)</a>, <a href=\"http://profiles.wordpress.org/TheDeadMedic\">TheDeadMedic</a>, <a href=\"http://profiles.wordpress.org/tmoorewp\">Tim Moore (tmoorewp)</a>, <a href=\"http://profiles.wordpress.org/TobiasBg\">Tobias Bäthge (TobiasBg)</a>, <a href=\"http://profiles.wordpress.org/tomthewebmaster\">Tom Lany (tomthewebmaster)</a>, <a href=\"http://profiles.wordpress.org/tonyf12\">tonyf12</a>, <a href=\"http://profiles.wordpress.org/Utkarsh\">Utkarsh Kukreti (Utkarsh)</a>, <a href=\"http://profiles.wordpress.org/vanillalounge\">Zé Fontainhas (vanillalounge)</a>, <a href=\"http://profiles.wordpress.org/vegasgeek\">John Hawkins (vegasgeek)</a>, <a href=\"http://profiles.wordpress.org/vericgar\">Michael Stewart (vericgar)</a>, <a href=\"http://profiles.wordpress.org/Viper007Bond\">Alex Mills (Viper007Bond)</a>, <a href=\"http://profiles.wordpress.org/vladimir_kolesnikov\">Vladimir Kolesnikov (vladimir_kolesnikov)</a>, <a href=\"http://profiles.wordpress.org/wahgnube\">wahgnube</a>, <a href=\"http://profiles.wordpress.org/wedsxcrfv\">wedsxcrfv</a>, <a href=\"http://profiles.wordpress.org/westi\">Peter Westwood (westi)</a>, <a href=\"http://profiles.wordpress.org/whoismanu\">whoismanu</a>, <a href=\"http://profiles.wordpress.org/wnorris\">Will Norris (wnorris)</a>, <a href=\"http://profiles.wordpress.org/wojtek.szkutnik\">Wojtek Szkutnik (wojtek.szkutnik)</a>, <a href=\"http://profiles.wordpress.org/wpcanyon\">wpcanyon</a>, <a href=\"http://profiles.wordpress.org/wpdavis\">William P. Davis (wpdavis)</a>, <a href=\"http://profiles.wordpress.org/wpmuguru\">Ron Rennick (wpmuguru)</a>, <a href=\"http://profiles.wordpress.org/wraithkenny\">Kenneth Newman (WraithKenny)</a>, <a href=\"http://profiles.wordpress.org/yoavf\">Yoav Farhi (yoavf)</a>, and <a href=\"http://profiles.wordpress.org/zeo\">Safirul Alfreda (zeo)</a>.</p>\n<p><strong>Bonus:</strong> Don&#8217;t forget to <a href=\"http://wordpress.tv/\">check out the latest on WordPress.tv</a> to see all the cool <a href=\"http://wordcamp.org/\">WordCamp</a> sessions you may have missed.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wordpress.org/news/2011/02/threeone/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:47:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"WordPress 3.0.5 (and 3.1 Release Candidate 4)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2011/02/wordpress-3-0-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2011/02/wordpress-3-0-5/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Feb 2011 23:29:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1683\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:366:\"WordPress 3.0.5 is now available and is a security hardening update for all previous WordPress versions. This security release is required if you have any untrusted user accounts, but it also comes with important security enhancements and hardening. All WordPress users are strongly encouraged to update. Three point oh point five Enhances security Three point [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3676:\"<p><a href=\"http://wordpress.org/download/\">WordPress 3.0.5</a> is now available and is a security hardening update for all previous WordPress versions.</p>\n<p><a href=\"http://codex.wordpress.org/Version_3.0.5\">This security release</a> is required if you have any untrusted user accounts, but it also comes with important security enhancements and hardening. All WordPress users are strongly encouraged to update.</p>\n<p>Three point oh point five<br />\nEnhances security<br />\nThree point one comes soon</p>\n<p>The release addresses a number of issues and provides two additional enhancements:</p>\n<p><strong>Two moderate security issues</strong> were fixed that could have allowed a Contributor- or Author-level user to gain further access to the site.</p>\n<p><strong>One information disclosure issue</strong> was addressed that could have allowed an Author-level user to view contents of posts they should not be able to see, such as draft or private posts.</p>\n<p><strong>Two security enhancements</strong> were added. One improved the security of any plugins which were not properly leveraging our security API. The other offers additional defense in depth against a vulnerability that was fixed in previous release.</p>\n<p>Thanks to Nils Jueneman and Saddy for their private and responsible disclosures to security@wordpress.org for two of the issues. The others were reported or repaired by our security team.</p>\n<p><strong><a href=\"http://wordpress.org/download/\">Download 3.0.5</a> or update automatically from the Dashboard &gt; Updates menu in your site&#8217;s admin area. Please update immediately.</strong></p>\n<hr />\n<h3>WordPress 3.1 Release Candidate 4 is also now available.</h3>\n<p>The Release Candidate 4  build includes the security fixes and enhancements included in 3.0.5 and addresses about two dozen additional bugs. This includes fixes for:</p>\n<ul>\n<li>Deleting a user and reassigning their posts to another user.</li>\n<li>Marking multiple users or sites as spam in multisite.</li>\n<li>PHP4 compatibility.</li>\n</ul>\n<p>As outlined in <a href=\"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-3/\">previous</a> <a href=\"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-2/\">RC</a> <a href=\"http://wordpress.org/news/2010/12/wordpress-3-1-release-candidate/\">posts</a>, if you are testing the release candidate and think you&#8217;ve found a bug, there are a few ways to let us know:</p>\n<ul>\n<li>Post it to the <a href=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a></li>\n<li>Report it to the <a href=\"http://lists.automattic.com/mailman/listinfo/wp-testers\">wp-testers mailing list</a></li>\n<li>Join the development IRC channel and tell us live at irc.freenode.net #wordpress-dev</li>\n<li>File a bug ticket on the <a href=\"http://core.trac.wordpress.org/\">WordPress Trac</a></li>\n</ul>\n<p>To test WordPress 3.1, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a> (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href=\"http://wordpress.org/wordpress-3.1-RC4.zip\">download the release candidate here</a> (zip). If any new issues become known, you&#8217;ll be able to <a href=\"http://core.trac.wordpress.org/report/6\">find them here</a>.</p>\n<p>After nearly five months of development and testing, we think we&#8217;re very close to a final release. <strong>Users and developers, please test your themes and plugins.</strong></p>\n<p>Download <a href=\"http://wordpress.org/wordpress-3.1-RC4.zip\">WordPress 3.1 RC4</a> or <a href=\"http://wordpress.org/download/\">WordPress 3.0.5</a> now.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2011/02/wordpress-3-0-5/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:41:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"The Annual WordPress Conference: WordCamp SF 2011\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/news/2011/01/wordcamp-sf-2011/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2011/01/wordcamp-sf-2011/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 Jan 2011 22:57:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1674\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:368:\"Mark your calendars: WordCamp San Francisco, the official annual WordPress conference, will be August 12-14, 2011. This year will mark the 5th anniversary of WordCamp, and as always will feature Matt Mullenweg&#8217;s &#8220;State of the Word&#8221; address as well as a variety of amazing speakers that you&#8217;d normally only get to see at expensive industry [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1454:\"<p>Mark your calendars: <a title=\"WordCamp San Francisco\" href=\"http://2011.sf.wordcamp.org\">WordCamp San Francisco</a>, the official annual WordPress conference, will be August 12-14, 2011. This year will mark the 5th anniversary of WordCamp, and as always will feature Matt Mullenweg&#8217;s &#8220;State of the Word&#8221; address as well as a variety of amazing speakers that you&#8217;d normally only get to see at expensive industry conferences. This year the program will be expanded to three days, with programming for publishers, bloggers, and developers. There will also be related activities, like core team summits, workshops  for contributors, designers, and local organizers, and various professional and networking events. The planning is just beginning, so save the date on your calendar and keep an eye on the <a title=\"WordCamp SF 2011\" href=\"http://2011.sf.wordcamp.org/\">WordCamp SF 2011</a> site (and/or follow the <a href=\"http://twitter.com/#!/WordCampSF\">@wordcampsf</a> twitter account) for updates as details become available.</p>\n<p>*For people who attended WordCamp SF last year who thought the annual event this year would be called WordCon, with WordCamp SF becoming a more locally-oriented event, you can read <a title=\"What\'s in a Name? WordCamp SF vs. WordCon\" href=\"http://central.wordcamp.org/?p=1006\">my long-winded explanation</a> of why we didn&#8217;t go that route over the on the WordCamp Central blog.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wordpress.org/news/2011/01/wordcamp-sf-2011/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:44:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 3.1 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-3/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 Jan 2011 18:58:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1664\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:345:\"WordPress 3.1 Release Candidate 3 is now available. After careful evaluation of the 3.1 features in RC2, we recognized the need to make some adjustments. There are some significant differences from previous versions of 3.1, so please review the changes if you have been developing against a beta or RC version. The biggest change is the [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4062:\"<p>WordPress 3.1 Release Candidate 3 is now available. After careful evaluation of the 3.1 features in RC2, we recognized the need to make some adjustments. There are some significant differences from previous versions of 3.1, so <strong>please</strong> review the changes if you have been developing against a beta or RC version.</p>\n<p>The biggest change is the removal of AJAX list tables, which had been an effort to move all of our list-style screens to full AJAX for pagination, searches, and column sorts, and to consolidate the list-style screens into a single API that plugins could leverage. Unfortunately, with more testing came realizations that there were too many major bugs and usability issues with how the functionality was implemented, so we&#8217;ve spent the last week rolling back the most important portions of the feature.</p>\n<ul>\n<li><strong>For users:</strong> AJAX has been entirely disabled for the list tables. We hope to bring this back again, in a form that is properly and fully implemented, in a future release. Column sorting remains, but everything else has returned to its 3.0 state.</li>\n<li><strong>For developers:</strong> The entire list table API is now marked <em>private</em>. If you attempt to leverage new components of the API, you are pretty much guaranteeing that your plugins will break in a future release, so please don&#8217;t do that. <img src=\'http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif\' alt=\':-)\' class=\'wp-smiley\' />  We hope to enable all the fun new goodies for public use in a future release.</li>\n</ul>\n<p>This is the only way we could prevent any regressions in functionality and usability from WordPress 3.0 to 3.1. That&#8217;s right, users and plugin authors can still do everything you used to be able to do (and a little bit more).</p>\n<p>Because of the code churn between RC2 and RC3, <strong>this release candidate needs a lot of testing</strong>. Every list screen needs testing. In particular, the comment moderation screen needs testing, especially with keyboard shortcuts (if you didn&#8217;t know about those, now&#8217;s your chance to try them out).</p>\n<p>Other fixes in RC3 include:</p>\n<ul>\n<li>Properly display the author dropdown in Quick Edit</li>\n<li>Various important fixes to numerous taxonomy query variables</li>\n<li>Fixes to the theme deletion process</li>\n<li>Fixes to pages used for posts</li>\n<li>IIS and Multisite: Avoid resetting web.config on permalink save</li>\n<li>Properly validate post formats and their rewrite rules</li>\n</ul>\n<p>I&#8217;m assembling a group of friends in Washington, D.C., this weekend to test WordPress 3.1 and provide feedback. We&#8217;d love to see this idea catch on among friends at coffee shops around the world. (We&#8217;ll blog our results, and we&#8217;re thinking about using the hashtag #wptest on Twitter.) If you are testing the release candidate and think you&#8217;ve found a bug, there are a few ways to let us know:</p>\n<ul>\n<li>Post it to the <a href=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a></li>\n<li>Report it to the <a href=\"http://lists.automattic.com/mailman/listinfo/wp-testers\">wp-testers mailing list</a></li>\n<li>Join the development IRC channel and tell us live at irc.freenode.net #wordpress-dev</li>\n<li>File a bug ticket on the <a href=\"http://core.trac.wordpress.org/\">WordPress Trac</a></li>\n</ul>\n<p>To test WordPress 3.1, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a> (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href=\"http://wordpress.org/wordpress-3.1-RC3.zip\">download the release candidate here</a> (zip).</p>\n<p>We&#8217;re going to study this release carefully to see where we can improve on our internal processes in the future. With that, our requisite haiku, authored by Jane:</p>\n<p>Pulling the AJAX &#8211;<br />\nsometimes you need to step back<br />\nand show some restraint.</p>\n<p>Happy testing!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:44:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 3.1 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 01 Jan 2011 23:57:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1649\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:321:\"The second release candidate for WordPress 3.1 is now available. The requisite haiku: Rounding up stragglers Last few bugs for 3.1 Go test RC2 As I outlined in the announcement post for RC1, release candidates are the last stop before the final release. It means we think we&#8217;re done, and we again have no bugs [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2979:\"<p>The second release candidate for WordPress 3.1 is now available. The requisite haiku:</p>\n<p>Rounding up stragglers<br />\nLast few bugs for 3.1<br />\nGo test RC2</p>\n<p>As I outlined in <a title=\"WordPress 3.1 Release Candidate\" href=\"http://wordpress.org/news/2010/12/wordpress-3-1-release-candidate/\">the announcement post for RC1</a>, release candidates are the last stop before the final release. It means we think we&#8217;re done, and we again have no bugs to squash. But with tens of millions of users, many server configurations and setups, and thousands of plugins and themes, it&#8217;s still possible we&#8217;ve missed something.</p>\n<p>Beta 1 came on Thanksgiving, RC1 on Christmas, and RC2 on New Year&#8217;s Day. We won&#8217;t be waiting for another holiday for the final release, though, so <strong>if you haven&#8217;t tested WordPress 3.1 yet, now is the time!</strong></p>\n<p>Select changes since RC1:</p>\n<ul>\n<li>The security fixes included in WordPress 3.0.4</li>\n<li>Fix issues related to handling a static front page</li>\n<li>Fixes and enhancements for the pagination buttons</li>\n<li>Fix searching for partial usernames</li>\n<li>Properly reactivate plugins after editing them</li>\n<li>Always show the current author in the author dropdown when editing a post</li>\n<li>Fixes for attachment taxonomies</li>\n<li>Fix node removal for the admin bar</li>\n<li>Fix the custom post type show_in_menu argument</li>\n<li>Various fixes for right-to-left languages</li>\n<li>and <a href=\"http://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=17204&amp;stop_rev=17149&amp;limit=100&amp;verbose=on\">a few dozen more changes</a></li>\n</ul>\n<p>If you are testing the release candidate and think you&#8217;ve found a bug, there are a few ways to let us know:</p>\n<ul>\n<li>Post it to the <a href=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a></li>\n<li>Report it to the <a href=\"http://lists.automattic.com/mailman/listinfo/wp-testers\">wp-testers mailing list</a></li>\n<li>Join the development IRC channel and tell us live at irc.freenode.net #wordpress-dev</li>\n<li>File a bug ticket on the <a href=\"http://core.trac.wordpress.org/\">WordPress Trac</a></li>\n</ul>\n<p>To test WordPress 3.1, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a> (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href=\"http://wordpress.org/wordpress-3.1-RC2.zip\">download the release candidate here</a> (zip).</p>\n<p>If any known issues crop up, you&#8217;ll be able to <a href=\"http://core.trac.wordpress.org/report/5\">find them here</a>. If you&#8217;d like to know which levers to pull in your testing, <a href=\"http://wordpress.org/news/2010/11/wordpress-3-1-beta-1/\">check out a list of features</a> in our Beta 1 post.</p>\n<p><a href=\"http://wordpress.org/wordpress-3.1-RC2.zip\">Download WordPress 3.1 RC 2</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:44:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"3.0.4 Important Security Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://wordpress.org/news/2010/12/3-0-4-update/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wordpress.org/news/2010/12/3-0-4-update/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Dec 2010 21:50:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1641\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:343:\"Version 3.0.4 of WordPress, available immediately through the update page in your dashboard or for download here, is a very important update to apply to your sites as soon as possible because it fixes a core security bug in our HTML sanitation library, called KSES. I would rate this release as &#8220;critical.&#8221; This issue affects [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1207:\"<p>Version 3.0.4 of WordPress, available immediately through the update page in your dashboard or <a href=\"http://wordpress.org/download/\">for download here</a>, is a very important update to apply to your sites as soon as possible because it fixes a core security bug in our HTML sanitation library, called KSES. I would rate this release as &#8220;critical.&#8221;</p>\n<p>This issue affects all versions of WordPress prior to 3.0.4, so if you are still on a 2.X release you need to update as well.</p>\n<p>I realize an update during the holidays is no fun, but this one is worth putting down the eggnog for. In the spirit of the holidays, consider helping your friends as well.</p>\n<p>If you are a security researcher, we&#8217;d appreciate you <a href=\"http://core.trac.wordpress.org/changeset/17172/branches/3.0\">taking a look over this changeset</a> as well to review our update. We&#8217;ve given it a lot of thought and review but since this is so core we want as many brains on it as possible. Thanks to <a href=\"http://www.sneaked.net\">Mauro Gentile</a> and <a title=\"duck undah\" href=\"http://joncave.co.uk\">Jon Cave (duck_)</a> who discovered and alerted us to these XSS vulnerabilities first.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/news/2010/12/3-0-4-update/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:41:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Coming Up: Meet the Makers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2010/12/coming-up-meet-the-makers/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.org/news/2010/12/coming-up-meet-the-makers/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Dec 2010 20:34:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1633\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:374:\"I am often asked how decisions are made for WordPress, who&#8217;s involved in decision-making, and how the open source project is structured in general. WordPress is a meritocracy, meaning that anyone can get involved, and a combination of the quality of someone&#8217;s contributions and their level of interest/time commitment will determine how much influence they [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2899:\"<p>I am often asked how decisions are made for WordPress, who&#8217;s involved in decision-making, and how the open source project is structured in general. WordPress is a meritocracy, meaning that anyone can get involved, and a combination of the quality of someone&#8217;s contributions and their level of interest/time commitment will determine how much influence they have over decisions. Because these factors vary, we have several levels of contributors to the core WordPress application, ranging from full-time lead developers to casual one-patch contributors.</p>\n<p>I loved it when that Intel commercial in 2009 gave Ajay Bhatt, co-inventor of the USB, some recognition as a rock star of geekland (though I hated it that it wasn&#8217;t actually Ajay Bhatt, but an actor &#8212; way to kill the message, Intel).<sup>1</sup> In WordPress-land, most people know who Matt Mullenweg is, but most of the other leaders and contributors are much less visible. Moving forward, I&#8217;m going to be posting profiles here of some of our more dedicated contributors.</p>\n<p>Why now? We&#8217;re coming up on the second annual WordPress core leadership meetup in January 2011, and we&#8217;re thinking we&#8217;ll hold a video town hall at some point during our time together. Between now and then the profiles I post will be of the core developers who will be at the meetup. After that, I&#8217;ll be branching out and posting about other contributors, including developers, designers, forum moderators, etc.</p>\n<p>I&#8217;ll post here in January when we have dates/times set for the video town hall. In the meantime, you can submit questions for us to answer then in the forum thread <a title=\"Suggestions thread\" href=\"http://wordpress.org/support/topic/what-should-2011-hold-for-wordpress?\">What Should 2011 Hold for WordPress?</a></p>\n<p>To get a sense of how all these people fit together and how decisions are made, you can check out the presentation I did at WordCamp Portland in October on <a title=\"How WordPress Decisions Get Made video\" href=\"http://wordpress.tv/2010/09/18/jane-wells-how-wordpress-decisions-get-made/\">How WordPress Decisions Get Made</a><span style=\"font-size: 11.6667px\">.</span></p>\n<p><sup>1 &#8211; And how lame is it that Conan O&#8217;Brien&#8217;s interview with the real Ajay Bhatt is no longer available on the The Tonight Show&#8217;s website, and everyone&#8217;s embedded videos are blank? I found a copy of it <a title=\"Conan interviews the real Ajay Bhatt\" href=\"http://vimeo.com/10662430\">here</a>. And here&#8217;s the <a title=\"Intel rock star commercial\" href=\"http://video.intel.com/?fr_story=8d8f50ebfdded3db4eb14514d66e4f9628f653b5&amp;rf=sitemap\">original Intel commercial</a> if you were living under a rock and never saw it. <img src=\'http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' /> </sup></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/news/2010/12/coming-up-meet-the-makers/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:44:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 3.1 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/news/2010/12/wordpress-3-1-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.org/news/2010/12/wordpress-3-1-release-candidate/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 Dec 2010 23:59:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1606\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:337:\"The first release candidate (RC1) for WordPress 3.1 is now available. An RC comes after the beta period and before final release. That means we think we&#8217;re done. We currently have no known issues or bugs to squash. But with tens of millions of users, a variety of configurations, and thousands of plugins, it&#8217;s possible [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2568:\"<p>The first release candidate (RC1) for WordPress 3.1 is now available.</p>\n<p>An RC comes after the beta period and before final release. That means we think we&#8217;re done. We currently have no known issues or bugs to squash. But with tens of millions of users, a variety of configurations, and thousands of plugins, it&#8217;s possible we&#8217;ve missed something. So if you haven&#8217;t tested WordPress 3.1 yet, now is the time! Please though, not on your live site unless you&#8217;re extra adventurous.</p>\n<p>Things to keep in mind:</p>\n<ul>\n<li>With <a href=\"http://core.trac.wordpress.org/milestone/3.1\">nearly 700 tickets closed</a>, there are tons of changes. Plugin and theme authors, <strong>please test your plugins and themes now</strong>, so that if there is a compatibility issue, we can figure it out before the final release.</li>\n<li><strong>Users</strong> are also encouraged to test things out. If you find problems, let your plugin/theme authors know so they can figure out the cause.</li>\n<li>If any known issues crop up, you&#8217;ll be able to <a href=\"http://core.trac.wordpress.org/report/5\">find them here</a>.</li>\n</ul>\n<p>If you are testing the release candidate and think you&#8217;ve found a bug, there are a few ways to let us know:</p>\n<ul>\n<li>Post it to the <a href=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a></li>\n<li>Report it to the <a href=\"http://lists.automattic.com/mailman/listinfo/wp-testers\">wp-testers mailing list</a></li>\n<li>Join the development IRC channel and tell us live at irc.freenode.net #wordpress-dev</li>\n<li>File a bug ticket on the <a href=\"http://core.trac.wordpress.org/\">WordPress Trac</a></li>\n</ul>\n<p>To test WordPress 3.1, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a> (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href=\"http://wordpress.org/wordpress-3.1-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>We <a href=\"http://wordpress.org/news/2010/11/wordpress-3-1-beta-1/\">released</a> WordPress 3.1 Beta 1 on Thanksgiving, so it&#8217;s only fitting that the release candidate comes as a Christmas present. Happy holidays and happy testing!</p>\n<p><a href=\"http://wordpress.org/wordpress-3.1-RC1.zip\">Download WordPress 3.1 RC 1</a></p>\n<p><em>If you&#8217;d like to know which levers to pull in your testing, <a href=\"http://wordpress.org/news/2010/11/wordpress-3-1-beta-1/\">check out a list of features</a> in our Beta 1 post.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/news/2010/12/wordpress-3-1-release-candidate/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:47:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 3.1 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2010/12/wordpress-3-1-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2010/12/wordpress-3-1-beta-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Dec 2010 03:18:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"3.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1572\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1691:\"<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:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2010/12/wordpress-3-1-beta-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:31:\"http://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 29 Mar 2011 18:45:04 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:10:\"x-pingback\";s:36:\"http://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Mon, 14 Mar 2011 11:24:46 GMT\";s:4:\"x-nc\";s:11:\"HIT luv 139\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(228,0,'_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc','1301467507','no'),(229,0,'_transient_feed_mod_57bc725ad6568758915363af670fd8bc','1301424307','no'),(226,0,'_transient_timeout_feed_57bc725ad6568758915363af670fd8bc','1301467507','no'),(227,0,'_transient_feed_57bc725ad6568758915363af670fd8bc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n	\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://wordpress.org/extend/plugins/browse/new/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Mar 2011 18:38:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://bbpress.org/?v=1.1-alpha-2855\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"zurazine on \"Donate For A Good Cause\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/extend/plugins/libian-kids-dont-deserve-this/#post-25391\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Mar 2011 13:36:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25391@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:173:\"<p>The was affects more than soldiers. It affects kids!<br />\nThis plugin will add a sidebar widget that will promote a donation link so we can all support libian kids.\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"zurazine\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"urkekg on \"YouTube Channel\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/extend/plugins/youtube-channel/#post-25483\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Mar 2011 18:46:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25483@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"Sidebar widget that display latest video thumbnail, playable flash object or chromeless video from YouTube Channel.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"urkekg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Aaron on \"Multisite Plugin Manager\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wordpress.org/extend/plugins/multisite-plugin-manager/#post-25484\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Mar 2011 19:11:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25484@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"The essential plugin for every multisite install! Manage plugin access permissions across your entire multisite network.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Aaron\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"hatul on \"Custom CSS CC\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/custom-css-cc/#post-25485\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Mar 2011 19:17:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25485@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:165:\"<p>The plugin enable to add CSS in option page. The CSS of the plugin overide CSS of theme,it&#039;s enable to edit style without to edit the file of the theme.\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"hatul\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"mtschirs on \"Facebook Page Publish\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.org/extend/plugins/facebook-page-publish/#post-25491\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Mar 2011 01:13:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25491@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"&#34;Facebook Page Publish&#34; publishes your blog posts to your fan page.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"mtschirs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"AdrianApan on \"Latest Tweets Tooltip\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.org/extend/plugins/latest-tweets-tooltip/#post-25489\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Mar 2011 20:33:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25489@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"A wordpress plugin which will allow you to show the latest tweets about a certain word or phrase in a draggable and resizable jQuery tooltip window.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"AdrianApan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Zack Katz on \"Genealogy\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/extend/plugins/genealogy/#post-25488\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Mar 2011 19:54:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25488@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Map out your family relationships using the Genealogy plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Zack Katz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"tentblogger on \"TentBlogger Vimeo, YouTube, RSS Embed\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://wordpress.org/extend/plugins/tentbloggers-vimeo-youtube-rss-embed/#post-25398\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Mar 2011 20:47:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25398@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"Adds a video embed shortcode that can be intelligently interpreted by your community&#039;s RSS Feed Readers with graceful fall-back link to post.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"tentblogger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Sensei on \"CVS loader for TheCartPress\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.org/extend/plugins/thecartpress-csvloader/#post-25501\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Mar 2011 13:25:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25501@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"TheCartPress CSV Loader is a plugin for TheCartPress. It allows to load products into TheCartPress from a csv file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Sensei\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"EmeraldRaptor on \"Emerald\'s Poetry Collection\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wordpress.org/extend/plugins/emeralds-poetry-collection/#post-25473\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Mar 2011 05:44:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25473@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"A widget that displays a random poem in Norwegian.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"EmeraldRaptor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"gluten on \"Galleria Galleria\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/galleria-galleria/#post-25285\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Mar 2011 15:32:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25285@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Transform standard WordPress galleries into galleria slideshows.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"gluten\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"injniero on \"u-wordpress\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/extend/plugins/u-wordpress/#post-25468\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 27 Mar 2011 23:19:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25468@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"Creación de usuarios en plataforma wordpress con el sistema de verificación institucional de la Universidad de Chile.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"injniero\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Konstantin Obenland on \"WP Display Header\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/wp-display-header/#post-25461\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 27 Mar 2011 11:33:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25461@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Select a specific header or random header image for each content item.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Konstantin Obenland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"nickd32 on \"Ads By Country\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/ads-by-country/#post-25459\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Mar 2011 23:25:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25459@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"This plugin creates a javascript widget in your sidebar that shows ads to your site visitors based on what country they&#039;re in.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"nickd32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Sean on \"xCake Ads Lite\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/xcake-ads-lite/#post-25240\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Mar 2011 18:46:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25240@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"xCake Ads Lite allows you to add banners to your sidebar via a widget. Still in beta-testing mode (expect daily updates)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Sean\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:48:\"http://wordpress.org/extend/plugins/rss/view/new\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 29 Mar 2011 18:45:07 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:19:\"2011-03-23 13:36:10\";s:14:\"content-length\";s:4:\"7985\";s:4:\"x-nc\";s:11:\"HIT luv 139\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(232,0,'_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1301467507','no'),(233,0,'_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1301424307','no'),(230,0,'_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2','1301467507','no'),(231,0,'_transient_feed_1a5f760f2e2b48827d4974a60857e7c2','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n	\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress Plugins » View: Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/extend/plugins/browse/updated/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress Plugins » View: Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Mar 2011 18:44:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://bbpress.org/?v=1.1-alpha-2855\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"DCoda on \"QuizMe\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/extend/plugins/quizme/#post-21585\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 16 Oct 2010 09:21:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"21585@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"An easy to modify quiz system\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"DCoda\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"NewClarity on \"MailChimp STS\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/mailchimp-sts/#post-25275\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Mar 2011 07:57:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25275@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"MailChimp STS plugin sends emails, generated by WordPress, through MailChimp&#039;s Simple Transactional Service API.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"NewClarity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Drew Baker on \"Wiredrive Player\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/extend/plugins/wiredrive-player/#post-22504\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Nov 2010 01:14:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"22504@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This plug-in allows you to embed Wiredrive video reels and image galleries into your WordPress-powered website. The plug-in displays media and credits\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Drew Baker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"radiok on \"Register Plus Redux\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/extend/plugins/register-plus-redux/#post-20881\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Sep 2010 20:55:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"20881@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"Enhances the user registration process with complete customization and additional administration options.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"radiok\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"urkekg on \"YouTube Channel\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/extend/plugins/youtube-channel/#post-25483\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Mar 2011 18:46:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25483@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"Sidebar widget that display latest video thumbnail, playable flash object or chromeless video from YouTube Channel.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"urkekg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"HelpD on \"HelpDen Free Live Support Chat\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wordpress.org/extend/plugins/helpden-free-live-chat-support/#post-24844\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Mar 2011 00:43:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"24844@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"HelpDen - Live Support Chat. This plugin integrates HelpDen with WordPress - an application for online live customer support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"HelpD\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"kpgraham on \"Stop Spammer Registrations Plugin\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wordpress.org/extend/plugins/stop-spammer-registrations-plugin/#post-19955\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Aug 2010 20:02:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"19955@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"This plugin Uses the StopForumSpam.com DB to prevent spammers from registering or making comments.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"kpgraham\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"cina on \"WPCareers\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/extend/plugins/wpcareers/#post-15216\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Jan 2010 09:08:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"15216@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Wordpress wpCareers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"cina\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Zack Katz on \"Genealogy\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/extend/plugins/genealogy/#post-25488\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Mar 2011 19:54:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25488@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Map out your family relationships using the Genealogy plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Zack Katz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"cina on \"Open Links Directory\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/extend/plugins/odlinks/#post-7260\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Oct 2008 09:57:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"7260@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"open links directory is a plugin that provides you an Open Directory Project the same as the DMOZ.org. \nSuccessfully tested on Wordpress version 2.9.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"cina\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"cina on \"wp-classified\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/wp-classified/#post-4894\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Mar 2008 13:20:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"4894@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Note: This bugfix release hove to install Manually.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"cina\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"tentblogger on \"TentBlogger Vimeo, YouTube, RSS Embed\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://wordpress.org/extend/plugins/tentbloggers-vimeo-youtube-rss-embed/#post-25398\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Mar 2011 20:47:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25398@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"Adds a video embed shortcode that can be intelligently interpreted by your community&#039;s RSS Feed Readers with graceful fall-back link to post.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"tentblogger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"marcusataylor on \"Tipsiest Postcode\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.org/extend/plugins/how-tipsy-is-your-town/#post-24258\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Feb 2011 12:09:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"24258@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"This widget shows how well does your uk postcode rank based on a number of criteria such as population, house prices, crime rate, etc.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"marcusataylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"Andy Potanin on \"WP-Property - WordPress Powered Real Estate and Property Management\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/extend/plugins/wp-property/#post-18942\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jul 2010 10:47:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"18942@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Property and Real Estate Management Plugin for WordPress.  Create a directory of real estate / rental properties and integrate them into you WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andy Potanin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"thenbrent on \"Social Connect\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/social-connect/#post-22435\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 21 Nov 2010 11:07:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"22435@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"Give your visitors a way to comment, login and register with their Twitter, Facebook, Google, Yahoo, Windows Live or WordPress.com account.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"thenbrent\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:52:\"http://wordpress.org/extend/plugins/rss/view/updated\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 29 Mar 2011 18:45:07 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:19:\"2010-10-16 09:21:52\";s:14:\"content-length\";s:4:\"7895\";s:4:\"x-nc\";s:11:\"HIT luv 139\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(234,0,'_transient_timeout_plugin_slugs','1301511189','no'),(235,0,'_transient_plugin_slugs','a:5:{i:0;s:19:\"akismet/akismet.php\";i:1;s:16:\"footerUrlGen.php\";i:2;s:9:\"hello.php\";i:3;s:33:\"w3-total-cache/w3-total-cache.php\";i:4;s:29:\"wp-dbmanager/wp-dbmanager.php\";}','no'),(188,0,'category_children','a:0:{}','yes'),(206,0,'_transient_timeout_feed_6c78d00722dae650afc8789333d5c38e','1301467502','no'),(207,0,'_transient_feed_6c78d00722dae650afc8789333d5c38e','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://pipes.yahoo.com/pipes/pipe.info?_id=02f556aa2f503be89aa9d89723644f40\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The fastest and most complete WordPress performance plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://pipes.yahoo.com/pipes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:69:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"brohism on \"Categories & tags don\'t work with CDN enabled\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/rbIRai28OKA/plugin-w3-total-cache-categories-tags-dont-work-with-cdn-enabled\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 29 Mar 2011 09:12:26 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2032456@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:281:\"<p>It actually turned out to be something with the .htaccess file. I copied one from another site of mine with the same setup that\'s working properly &#38; now it\'s all back to normal.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/rbIRai28OKA\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"http://wordpress.org/support/topic/plugin-w3-total-cache-categories-tags-dont-work-with-cdn-enabled#post-2032456\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"webwitch on \"Not caching?\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/dSL3xAQEoEM/plugin-w3-total-cache-not-caching-1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 29 Mar 2011 07:56:56 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2032304@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:337:\"<p>I should add that I have tried to do a page debug but the code does NOT appear in the source code at the bottom - all I get is the basic \"performance optimized by W3 Total Cache...\"</p>\n<p>So that doesn\'t appear to be working on my site.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/dSL3xAQEoEM\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wordpress.org/support/topic/plugin-w3-total-cache-not-caching-1#post-2032304\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"webwitch on \"Not caching?\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/tIbUW5S-mK0/plugin-w3-total-cache-not-caching-1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 29 Mar 2011 05:41:36 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2032048@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1079:\"<p>I have set up W3 total cache plugin and configured it but am getting this result in YSlow for the page. The css and other files seem to be caching but not the page. Anyone, have any idea what can be done?<br />\nThank you in advance.</p>\n<p>Date	Tue, 29 Mar 2011 12:35:02 GMT<br />\nServer	Apache/2<br />\nExpires	Thu, 19 Nov 1981 08:52:00 GMT<br />\nCache-Control	no-store, no-cache, must-revalidate, post-check=0, pre-check=0<br />\nPragma	no-cache<br />\nX-Pingback	<a rel=\"nofollow\" target=\"_blank\" href=\"http://www.xxxxxxx.org.uk/xmlrpc.php\">http://www.xxxxxxx.org.uk/xmlrpc.php</a><br />\nX-Powered-By	W3 Total Cache/0.9.1.3<br />\nVary	Accept-Encoding,User-Agent<br />\nContent-Encoding	gzip<br />\nContent-Length	7016<br />\nKeep-Alive	timeout=15, max=97<br />\nConnection	Keep-Alive<br />\nContent-Type	text/html; charset=UTF-8</p>\n<p><a rel=\"nofollow\" target=\"_blank\" href=\"http://wordpress.org/extend/plugins/w3-total-cache/\">http://wordpress.org/extend/plugins/w3-total-cache/</a>\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/tIbUW5S-mK0\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wordpress.org/support/topic/plugin-w3-total-cache-not-caching-1#post-2032048\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"Jenseitsmedium on \"Categories & tags don\'t work with CDN enabled\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/NqVCxLeYxEo/plugin-w3-total-cache-categories-tags-dont-work-with-cdn-enabled\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 29 Mar 2011 03:53:47 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2031912@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:216:\"<p>Hey, brohism,<br />\nof course, CDN will do that, by me too. Shut down the plugin, category und tags are there again.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/NqVCxLeYxEo\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"http://wordpress.org/support/topic/plugin-w3-total-cache-categories-tags-dont-work-with-cdn-enabled#post-2031912\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"Simon Wheatley on \"w3 total cache multisite setup featured posts on main site from sub sites\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/OLx9Cg-pDIE/2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 29 Mar 2011 03:09:56 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2031878@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3246:\"<p>This UNTESTED code might solve the fatal error when W3TC isn\'t installed. It\'s UNTESTED though, use at your own risk. :)</p>\n<pre><code>&#60;?php /*\nPlugin Name: &#60;kbd&#62;switch_to_blog&#60;/kbd&#62; safe W3TC Object Cache\nPlugin URI: <a rel=\"nofollow\" target=\"_blank\" href=\"http://simonwheatley.co.uk/wordpress/nswoc\">http://simonwheatley.co.uk/wordpress/nswoc</a>\nDescription: Amends the W3TC object cache keys so they are safe for use with extensive use of &#60;code&#62;switch_to_blog&#60;/code&#62; and &#60;code&#62;restore_current_blog&#60;/code&#62;. Also warns in admin area of erratic behaviour if W3TC Object Cache is NOT enabled.\nVersion: 0.2\n*/ /* Copyright 2011 Simon Wheatley This program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version. This program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details. You should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ if ( function_exists( &#039;w3tc_add_action&#039; ) ) :\n/** * Hooks the WP w3tc_objectcache_cache_key action * * @param string $key A W3TC Object Cache key * @return string An altered W3TC Object Cache key **/\nfunction nswoc_w3tc_objectcache_cache_key( $key ) { global $blog_id; $key = (int) $blog_id . &#039;-&#039; . $key; return $key;\n}\nw3tc_add_action( &#039;w3tc_objectcache_cache_key&#039;, &#039;nswoc_w3tc_objectcache_cache_key&#039; );\nendif; /** * Hooks the WP admin_notices action to warn admins if * the W3TC Object Cache is not active. * * @return void **/\nfunction nswoc_admin_notices() { if ( nswoc_is_w3tc_object_cache_active() ) return; $url = admin_url( &#039;admin.php?page=w3tc_general&#039; ); if ( current_user_can( &#039;manage_plugins&#039; ) ) echo &#34;&#60;div class=&#039;error&#039;&#62;&#60;p&#62;&#34; . sprintf( __( &#039;Please &#60;a href=&#34;%s&#34;&#62;enable W3TC Object Caching&#60;/a&#62; to avoid erratic behaviour within this website.&#039;, &#039;nswoc&#039; ), $url ) . &#34;&#60;/p&#62;&#60;/div&#62;&#34;; else echo &#34;&#60;div class=&#039;error&#039;&#62;&#60;p&#62;&#34; . __( &#039;Please ask the website administrator to enable W3TC Object Caching to avoid erratic behaviour within this website.&#039;, &#039;nswoc&#039; ) . &#34;&#60;/p&#62;&#60;/div&#62;&#34;;\n}\nadd_action( &#039;admin_notices&#039;, &#039;nswoc_admin_notices&#039; ); /** * Is the W3TC Object Cache active. * * @return bool True if the W3TC Object Cache is active **/\nfunction nswoc_is_w3tc_object_cache_active() { if ( ! defined( &#039;W3TC_LIB_W3_DIR&#039; ) ) return false; require_once W3TC_LIB_W3_DIR . &#039;/Config.php&#039;; $config = &#38; W3_Config::instance(); return $config-&#62;get_boolean(&#039;objectcache.enabled&#039;);\n} ?&#62;</code></pre><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/OLx9Cg-pDIE\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"http://wordpress.org/support/topic/plugin-w3-total-cache-w3-total-cache-multisite-setup-featured-posts-on-main-site-from-sub-sites/page/2#post-2031878\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"nickd32 on \"New Plugin: Ads By Country (Javascript version)\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/3MaOBTDPlS8/new-plugin-ads-by-country-javascript-version\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 28 Mar 2011 16:39:56 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2031191@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:282:\"<p>Plugin has been moved here:<br />\n<a rel=\"nofollow\" target=\"_blank\" href=\"http://wordpress.org/extend/plugins/ads-by-country/\">http://wordpress.org/extend/plugins/ads-by-country/</a>\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/3MaOBTDPlS8\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://wordpress.org/support/topic/new-plugin-ads-by-country-javascript-version#post-2031191\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"Josh68 on \"Opcode cache: Not installed Memcache extension Not installed\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/-k8lbOEsro0/plugin-w3-total-cache-opcode-cache-not-installed-memcache-extension-not-installed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 28 Mar 2011 15:46:46 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2031065@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:304:\"<p>Be nice if the developers of the plugin changed the meaning of the color red (=\"bad\") or added another color, like purple (=\"probably not a problem\") to their compatibility check key. Thanks for the info.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/-k8lbOEsro0\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"http://wordpress.org/support/topic/plugin-w3-total-cache-opcode-cache-not-installed-memcache-extension-not-installed#post-2031065\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"brohism on \"Categories & tags don\'t work with CDN enabled\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/JJE8XCVGUZ8/plugin-w3-total-cache-categories-tags-dont-work-with-cdn-enabled\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 28 Mar 2011 15:27:14 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2031008@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:705:\"<p>Today I set up Amazon CloudFront with W3 Total Cache. All the files are showing up fine &#38; pages are loading properly (and much faster), but none of my category &#38; tag pages will show up. If you go to any category or tage on the site, you get a 404 error. How can I resolve this?</p>\n<p>My site is <a rel=\"nofollow\" target=\"_blank\" href=\"http://christiaanconover.com\">http://christiaanconover.com</a> if you want to see what I\'m talking about.</p>\n<p><a rel=\"nofollow\" target=\"_blank\" href=\"http://wordpress.org/extend/plugins/w3-total-cache/\">http://wordpress.org/extend/plugins/w3-total-cache/</a>\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/JJE8XCVGUZ8\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"http://wordpress.org/support/topic/plugin-w3-total-cache-categories-tags-dont-work-with-cdn-enabled#post-2031008\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Mike on \"non-www redirect fails with W3TC activated\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/IX2NE1ccKm8/plugin-w3-total-cache-non-www-redirect-fails-with-w3tc-activated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 28 Mar 2011 15:23:00 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2030998@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:788:\"<p>OK, decided to go ahead an add the additional rewrite rules in my .htaccess as a work-around. Well, the redirect works on the home page, but not on any of the internal pages.</p>\n<p>Again, if I deactivate W3TC, the redirects work fine on all pages, again confirming that W3TC is the culprit.</p>\n<p>Also, if you deactivate W3TC and later reactivate it, it will push your rewrite rules down in your .htaccess, necessitating that you move them back up to the top again manually. (Which again doesn\'t fix the problem anyway so what\'s the point?)</p>\n<p>I\'m trying to stay diplomatic here, but it\'s pretty frustrating when I\'m getting no response to multiple posts and bug ticket submissions.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/IX2NE1ccKm8\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"http://wordpress.org/support/topic/plugin-w3-total-cache-non-www-redirect-fails-with-w3tc-activated#post-2030998\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"sandman1485 on \"CDN: option to ignore media library?\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/o9ZU4OI0SEo/plugin-w3-total-cache-cdn-option-to-ignore-media-library\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 28 Mar 2011 13:14:51 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2030628@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:144:\"<p>Let me know if you have any success!! Thanks\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/o9ZU4OI0SEo\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://wordpress.org/support/topic/plugin-w3-total-cache-cdn-option-to-ignore-media-library#post-2030628\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"gooma2 on \"[Plugin: NextGEN Gallery] W3 Total Cache - Please Help\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/yiiCqCtOMk4/plugin-nextgen-gallery-w3-total-cache-please-help\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 28 Mar 2011 10:50:11 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2030273@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:268:\"<p>Interestingly enough, to get the Nextgen Gallery fix after doing everything else is to purge your cache on your CDN and it worked for me as my thumbs are showing again.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/yiiCqCtOMk4\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wordpress.org/support/topic/plugin-nextgen-gallery-w3-total-cache-please-help#post-2030273\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"rockbaer on \"Garbage Cache at specific time\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/LqXNsuUn_bA/plugin-w3-total-cache-garbage-cache-at-specific-time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 28 Mar 2011 07:51:20 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2029853@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:564:\"<p>Hi there, first of all: an amazing plugin! Thank you very much for your big and hard work! :-)</p>\n<p>This feature would be nice: A function to garbage the cache at a specific time (for example every evening 6pm). So an alternative to the \"Garbage collection interval\" on the \"page cache\"-point.</p>\n<p>Or better: To add in articles a function (in editing mode) like \"PURGE THIS ARTICLE FROM PAGE ONCE AT 2011/04/01 06.00pm\" ...or regular daily at a specific time.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/LqXNsuUn_bA\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://wordpress.org/support/topic/plugin-w3-total-cache-garbage-cache-at-specific-time#post-2029853\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"rockbaer on \"Quick Question On Syntax For Excluding Pages\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/jPAHrRRXnpg/plugin-w3-total-cache-quick-question-on-syntax-for-excluding-pages-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 28 Mar 2011 07:25:10 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2029788@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:679:\"<p>So, I\'ve got a similar question:</p>\n<p>I do use a run of articles, which are using similar the same URLs, but beneath the \"normal\" articles. Only these should be banned from caching. An URL of the series would be like (XXX is the pagenumber, ZZZ the variable):</p>\n<p><a rel=\"nofollow\" target=\"_blank\" href=\"http://domain.com/XXX/MyArticleSeries-ZZZZ.html\">http://domain.com/XXX/MyArticleSeries-ZZZZ.html</a></p>\n<p>So to prevent all of these types I have to add the following to the part \"Never cache the following pages\"?</p>\n<p>/*/MyArticleSeries-*.html</p>\n<p>Is this right?\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/jPAHrRRXnpg\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"http://wordpress.org/support/topic/plugin-w3-total-cache-quick-question-on-syntax-for-excluding-pages-2#post-2029788\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"kfawcett on \"VPS\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/QYSfa76kcMk/plugin-w3-total-cache-vps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 28 Mar 2011 06:48:47 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2029713@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:518:\"<p>Not sure what you mean by \"VPS methods\", but if you\'re talking about selecting items like APC for objecting caching, then you first need to install APC on you server before being able to use it within W3TC. </p>\n<p>Take a look at this post to gain some background on APC. <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.virtualmin.com/node/15258#comment-69432\">http://www.virtualmin.com/node/15258#comment-69432</a>\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/QYSfa76kcMk\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/support/topic/plugin-w3-total-cache-vps#post-2029713\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"kfawcett on \"CDN -&gt; \"Upload XXX files\" buttons don\'t work!\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/FCzLWkJJgnc/plugin-w3-total-cache-cdn-upload-xxx-files-buttons-dont-work\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 28 Mar 2011 05:59:59 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2029633@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:184:\"<p>have you tried disabling all other plugins to see if they are conflicting with W3TC?\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/FCzLWkJJgnc\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://wordpress.org/support/topic/plugin-w3-total-cache-cdn-upload-xxx-files-buttons-dont-work#post-2029633\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"pneumotube on \"CDN -&gt; \"Upload XXX files\" buttons don\'t work!\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/xOfXmQl6vL0/plugin-w3-total-cache-cdn-upload-xxx-files-buttons-dont-work\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 28 Mar 2011 05:47:11 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2029607@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:193:\"<p><strong>Tim Rogers</strong>, I believe this issue fixed in developer version. Did you try it?\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/xOfXmQl6vL0\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://wordpress.org/support/topic/plugin-w3-total-cache-cdn-upload-xxx-files-buttons-dont-work#post-2029607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"spewf on \"VPS\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/IFQKkOmMJSo/plugin-w3-total-cache-vps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 28 Mar 2011 04:06:24 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2029495@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:212:\"<p>I am sorry if this has been asked but I am on a VPS and I can not select any of the VPS methods. Any reason why?\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/IFQKkOmMJSo\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/support/topic/plugin-w3-total-cache-vps#post-2029495\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Tim Rogers on \"CDN -&gt; \"Upload XXX files\" buttons don\'t work!\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/b0OJjDFuQcs/plugin-w3-total-cache-cdn-upload-xxx-files-buttons-dont-work\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 28 Mar 2011 02:15:51 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2029396@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:437:\"<p>I feel stupid for talking to myself here...anyway just for your information: Firefox 4.0 doesn\'t fix it. So it MUST be a problem in the plugin code.</p>\n<p>@Developers of W3 Total Cache (anyone there?)<br />\nPlease let me know if you need more information to fix this issue as <strong>I can\'t submitting a bug report!</strong></p>\n<p>Tim\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/b0OJjDFuQcs\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://wordpress.org/support/topic/plugin-w3-total-cache-cdn-upload-xxx-files-buttons-dont-work#post-2029396\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"thenbrent on \"Overriding get_option(\'blogname\') causing plugin incompatibilitie\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:143:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/FkcyYWW_RwQ/plugin-w3-total-cache-overriding-get_optionblogname-causing-plugin-incompatibilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sun, 27 Mar 2011 21:00:03 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2029163@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"<p>Thanks for sharing Simon - you\'re a champion.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/FkcyYWW_RwQ\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"http://wordpress.org/support/topic/plugin-w3-total-cache-overriding-get_optionblogname-causing-plugin-incompatibilities#post-2029163\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"xaine05 on \"Auto Minify Breaks Theme CSS\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/ujvA8w5CTGM/plugin-w3-total-cache-auto-minify-breaks-theme-css\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sun, 27 Mar 2011 20:38:54 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2029143@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:791:\"<p>I decided to instal the development release in the hope that it will fix a lot of the problems I am currently having.</p>\n<p>It seems most problems are stemming from the minify option. Whilst I would really love to be using it the settings break my theme CSS which is the Studiopress Lifestyle theme.</p>\n<p>web page speed tests show that everything is minified well and all minified files are hosted through my CDN, but unfortunately in doing so it completely breaks the site and a few plugins such as the jQuery Colorbox and Featured Content Gallery.</p>\n<p>What would I need to show in order for the problem to be looked into and resolved? A copy of the page source code when this occurs?\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/ujvA8w5CTGM\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wordpress.org/support/topic/plugin-w3-total-cache-auto-minify-breaks-theme-css#post-2029143\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"kepoma on \"W3 Total Cache - Latest development version adding query strings at the end of u\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/Cy9sOToSC40/w3-total-cache-latest-development-version-adding-query-strings-at-the-end-of-u\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sun, 27 Mar 2011 19:39:09 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2029067@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:710:\"<p>Hey there, he is indeed a busy man. He is all over the forums and twitter answering questions and honestly is incredible how many things he tackles with his plugin.</p>\n<p>I think that he pushes updates quite often but in a low profile style, not publicizing them. And sometimes re-installing things from scratch do have a good effect, by cleaning corrupted settings and databases.</p>\n<p>I am happy things are working out for you now, and by the way I did check your blog, you have your hands full :-) in a very good and fulfilling way. I have two kids but they both are teens now, which is another circus :-)\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/Cy9sOToSC40\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"http://wordpress.org/support/topic/w3-total-cache-latest-development-version-adding-query-strings-at-the-end-of-u#post-2029067\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"LifeAtTheCircus on \"W3 Total Cache - Latest development version adding query strings at the end of u\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/gatzbOc0REc/w3-total-cache-latest-development-version-adding-query-strings-at-the-end-of-u\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sun, 27 Mar 2011 19:22:36 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2029053@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:660:\"<p>Just an update. I never heard back from the author about the bug fix (which is understandable since I am sure he is really busy with his own life) but for what it\'s worth, I had to reinstall the plugin (developer version) for another reason and now it seems to be working correctly. I don\'t know if it just took doing a full uninstall and reload or if he/she corrected the bug without letting me know. Whatever the case, It seems to be working now and I am happy about it. Thanks kepoma for your support and to the developer if you did in fact change anything.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/gatzbOc0REc\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"http://wordpress.org/support/topic/w3-total-cache-latest-development-version-adding-query-strings-at-the-end-of-u#post-2029053\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"toyNN on \"Widget plugin modifications to work with W3TC\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/m15JzkOFEFA/plugin-w3-total-cache-widget-plugin-modifications-to-work-with-w3tc\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sun, 27 Mar 2011 11:17:48 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2028443@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:950:\"<p>I\'m trying to get an out of development plugin, Configurable Tag Cloud Widget, to play nicely with w3tc when I turn on object caching. Works fine up until that is activated in w3tc.</p>\n<p>I\'ve got no problem making code modifications to get this plugin working with w3tc - I just don\' know what might be the incompatibility. Is there any guide or general info for plugin developers to ensure compatibility with w3tc?</p>\n<p>A few more details: when object caching is activated the Tag Cloud Widget seems to show just once on the side-panel but any next page displayed and the widget disappears. No errors, just gone, like the content its trying to show isn\'t there.</p>\n<p>I see that this plugin makes use of wp_cache_get(), wp_cache_delete(), wp_cache_add() - perhaps how these are called is an issue?</p>\n<p>Any help or thoughts appreciated, David\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/m15JzkOFEFA\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"http://wordpress.org/support/topic/plugin-w3-total-cache-widget-plugin-modifications-to-work-with-w3tc#post-2028443\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"Pedro Candeias on \"w3 total cache multisite setup featured posts on main site from sub sites\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/sOWSbUdSS1Y/2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sun, 27 Mar 2011 10:31:57 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2028387@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1020:\"<p>@Simon<br />\nThank you.<br />\nIt looks that it\'s working just fine.<br />\nI get a error if w3tc is not activated, but after activating and then placing you\'re plugin in the correct folder it works.<br />\nThe error is: Fatal error: Call to undefined function w3tc_add_action() in /usr/www/users/p24admin/wp-content/mu-plugins/switch_to_blog_safe.php on line 39</p>\n<p>I run a local news network of sites (<a rel=\"nofollow\" target=\"_blank\" href=\"http://porto24.pt\">http://porto24.pt</a>) and use buddypress as our community site (<a rel=\"nofollow\" target=\"_blank\" href=\"http://comunidade.porto24.pt\">http://comunidade.porto24.pt</a>). Every post in every site as a \"add to favorite\" (Guardar no OmeuP24) so that users can mark a post to read later, keep them in their favorites or just track them. I use swith_to_blog to achieve this and I\'ve been struggling with getting w3tc to work. This was the solution, so thank you.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/sOWSbUdSS1Y\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"http://wordpress.org/support/topic/plugin-w3-total-cache-w3-total-cache-multisite-setup-featured-posts-on-main-site-from-sub-sites/page/2#post-2028387\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"sebastien.barre on \"CDN: option to ignore media library?\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/wUMhG0qIJEw/plugin-w3-total-cache-cdn-option-to-ignore-media-library\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sun, 27 Mar 2011 07:52:09 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2028155@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:168:\"<p>Nope, no luck, I\'m afraid I\'m going to have to look at the PHP code.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/wUMhG0qIJEw\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://wordpress.org/support/topic/plugin-w3-total-cache-cdn-option-to-ignore-media-library#post-2028155\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"quicoto on \"Feature Request: CDN without media Library\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/1VagypRdYoY/plugin-w3-total-cache-feature-request-cdn-without-media-library\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sun, 27 Mar 2011 01:34:28 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2027849@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:386:\"<p>The main problem is that the bulk CDN media library import doesn\'t work well.</p>\n<p>So for an existing blog you can not turn on the CDN because you will miss media files.</p>\n<p>Would be nice to turn off the media library and only host minified, themes or include files.</p>\n<p>Regards\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/1VagypRdYoY\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"http://wordpress.org/support/topic/plugin-w3-total-cache-feature-request-cdn-without-media-library#post-2027849\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"alexwoolfson on \"Webcomic Pages Cutting Off Partway\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/zbQbHnbCv-k/plugin-w3-total-cache-webcomic-pages-cutting-off-partway\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sun, 27 Mar 2011 00:35:33 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2027824@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1322:\"<p>Hello!</p>\n<p>I decided to use W3 Total Cache for the launching of my webcomic site. Everything worked fine in testing, but today it\'s gone live with about 4,000 unique visits and 18,000 page loads and some of my visitors are encountering something strange. Sometimes one of or even a bunch of the comic book pages only loads partway and then stops, cut off, leaving the rest of where the image should be blank. </p>\n<p>It only happens for some users, some of the time. But throughout the day I\'ve encountered it myself as well in both Chrome and Safari. On some pages the image loads about 25% to 40% down and then gets cut off, often with a colorful edge. The rest of the page seems to load fine, including my ad banners and Disqus comments below the page. Refreshing the page once or twice seems to solve the problem, but I\'m wondering if there is a way to have it not do this at all. Some setting I can tweak? I really like the speedup of W3 Total Cache.</p>\n<p>My webcomic is at <a rel=\"nofollow\" target=\"_blank\" href=\"http://webcomics.yaoi911.com/\">http://webcomics.yaoi911.com/</a></p>\n<p>Please let me know if there is any other information I can provide to help!</p>\n<p>Thank you for the great plugin!</p>\n<p>Alex\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/zbQbHnbCv-k\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://wordpress.org/support/topic/plugin-w3-total-cache-webcomic-pages-cutting-off-partway#post-2027824\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"Simon Wheatley on \"w3 total cache multisite setup featured posts on main site from sub sites\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/xJREZTXLV4Y/2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sun, 27 Mar 2011 00:14:38 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2027810@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:219:\"<p>@Pedro - You will need to manually create the <code>mu-plugins</code> folder inside the <code>wp-content</code> folder.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/xJREZTXLV4Y\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"http://wordpress.org/support/topic/plugin-w3-total-cache-w3-total-cache-multisite-setup-featured-posts-on-main-site-from-sub-sites/page/2#post-2027810\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"Pedro Candeias on \"w3 total cache multisite setup featured posts on main site from sub sites\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/8ht7W4fDiW4/2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sat, 26 Mar 2011 23:49:20 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2027792@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:245:\"<p>Want to keep and eye on this.</p>\n<p>I don\'t have a mu_plugins folder. What should i do? Create on? Is it mu-plugins or mu_plugins.<br />\nThanks.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/8ht7W4fDiW4\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"http://wordpress.org/support/topic/plugin-w3-total-cache-w3-total-cache-multisite-setup-featured-posts-on-main-site-from-sub-sites/page/2#post-2027792\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"sandman1485 on \"CDN: option to ignore media library?\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/OwBRzKfjuL0/plugin-w3-total-cache-cdn-option-to-ignore-media-library\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sat, 26 Mar 2011 19:42:59 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2027635@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:152:\"<p>Did you have any luck with this? Am in the same boat\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/OwBRzKfjuL0\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://wordpress.org/support/topic/plugin-w3-total-cache-cdn-option-to-ignore-media-library#post-2027635\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"How To Monetize Your Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/OuLQECR9W70/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 07 Feb 2011 11:48:59 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://wp-community.org/?p=860\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:365:\"So, you want to be a professional blogger? But what exactly do you need to do to make money from this? This week we take a deeper look at how to start generating revenue from your blog. Whether you have &#8230; <a rel=\"nofollow\" target=\"_blank\" href=\"http://wp-community.org/2011/02/07/monetize-your-blog/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:75:\"http://feedproxy.google.com/~r/wordpresspodcast/~5/x1lQ8Fc7FuY/WP020211.mp3\";s:6:\"length\";s:8:\"38985979\";s:4:\"type\";s:10:\"audio/mpeg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2949:\"<p>So, you want to be a professional blogger? But what exactly do you need to do to make money from this? This week we take a deeper look at how to start generating revenue from your blog. Whether you have a fledgling WordPress blog or are a well seasoned blogger with an entire community built up, there are a number of avenues you can go down. But which is best? And how do you <em>actually</em> make it all happen?</p>\n<ul>\n<li>There are always some growing pains as every new blog strives to get its feet off the ground, not least of which is trying to generate revenue. We start off this week by taking a closer look at the stages of development a site goes through as it matures.</li>\n<li>Joost gives an insight into the journey of his own site, <a rel=\"nofollow\" target=\"_blank\" href=\"http://yoast.com/\">Yoast.com</a>, and gets down to the nitty gritty of what worked for him and what didn’t.</li>\n<li>Joost lifts the lid on <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.google.com/AdSense\">Google AdSense</a>, and explains its pros and cons.</li>\n<li>Affiliate marketing; we explain the importance of having both high readership <em>and</em> the trust of those readers. We recommend taking a look at <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.pepperjamnetwork.com/\">PepperJamNetwork</a> and <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.cj.com/\">Commission Junction</a>.</li>\n<li>We explore other avenues within traditional banner advertising, including some surprising and very neat little hints and tips!</li>\n<li>The value of the personal brand: In the long haul, this could be the most beneficial thing you do. We explain the how and the why. Joost tells us how his blog has lead to consultancy work for some top customers.</li>\n<li>Frederick talks through the benefits of monetising old blog content by selling it as an eBook. Producing products that can be ‘built’ once and sold multiple times has huge benefits.</li>\n<li>The importance of <em>scarcity</em>!</li>\n<li>Who you take advertising from is important – if they are ads for less than respectable services or products it could be incredibly detrimental to your personal brand and the reputation of your blog. There is no escaping accountability, and especially not on the web!</li>\n<li>Why you should tread carefully when asking your readers for money.</li>\n</ul>\n<p>The bottom line? Make money, but always keep your readers in mind!</p>\n<p>Some useful links:</p>\n<ul>\n<li><a rel=\"nofollow\" target=\"_blank\" href=\"http://mashable.com/\">Mashable.com</a></li>\n<li><a rel=\"nofollow\" target=\"_blank\" href=\"http://www.css3.info/\">css3.info</a></li>\n<li><a rel=\"nofollow\" target=\"_blank\" href=\"http://www.chrisbrogan.com/\">Chris Brogan</a></li>\n</ul>\n<img src=\"http://feeds.feedburner.com/~r/wordpresspodcast/~4/mWsdtmXF5OI\" height=\"1\" width=\"1\"/><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/OuLQECR9W70\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:8:\"fileSize\";s:8:\"38985979\";s:3:\"url\";s:75:\"http://feedproxy.google.com/~r/wordpresspodcast/~5/x1lQ8Fc7FuY/WP020211.mp3\";s:4:\"type\";s:10:\"audio/mpeg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://feedproxy.google.com/~r/wordpresspodcast/~3/mWsdtmXF5OI/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Optimize the Performance of Widgets, Buttons & More\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/XyQvjJ54nF4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 07 Feb 2011 11:08:59 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://www.w3-edge.com/?p=1207\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:246:\"Too much 3rd Party content can slow down the growth of your site, reduce engagement, conversions and more. Learn how you can still incorporate widgets, plugins etc and still have a site that does not force your visitors to leave and never return.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:22530:\"<p>A <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.stevesouders.com/blog/2010/09/30/render-first-js-second/\">recent post</a> by web site performance thought leader (and user experience expert as a result) Steve Souders reminds me of a vital nuance that&#8217;s not even clearly expressed in the popular Yahoo! <a rel=\"nofollow\" target=\"_blank\" href=\"http://developer.yahoo.com/performance/rules.html\">performance rules</a>; namely render the page first, THEN add JavaScript. One of the largest challenges with this objective is addressing the performance of <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.stevesouders.com/blog/2010/02/17/performance-of-3rd-party-content/\">3rd party resources</a>. With social media demanding more widgets, plugins, badges and buttons etc available every day and a lack of awareness on the part of developers about how to make sure that their buttons are as affective and valuable as possible, sometimes performance concerns are overlooked.</p><p>Ask yourself, what is the value of lost visitors due to a slow loading web site? There are literally page views &#8220;locked&#8221; away in those slow loading pages of your web site that can be &#8220;unlocked&#8221; with a few quick changes. Simply put, having numerous 3rd party elements in your site can ultimately be its downfall.</p><p>For example, simply adding the <a rel=\"nofollow\" target=\"_blank\" href=\"http://developers.facebook.com/docs/plugins/\">Facebook fan box</a> will dramatically slow a page in many cases, slow down the browsers due to large memory usage and usually lots of additional download time making the page &#8220;not ready&#8221; until everything is downloaded. So if your goal is to optimize your site for social media and make sure that your bounce rates are low, time on site is high, page views per visit grows and Google has 1 less reason to rank your site poorly, keep reading.</p><p>So, let&#8217;s take a look at the implementations you need for your site that make sure your visitors see your content before your widgets. From an idealistic point of view the &#8220;start render time,&#8221; or when the browser actually starts to paint the page, these tips will not bring this value as close to zero as I would like, however they will definitely improve user experience. Keep in mind that there are numerous other steps to be taken or possibilities, but we&#8217;re focusing on reducing the negative impact of widgets characterized above. What follows is HTML5 code for various cases:</p><p><strong><a rel=\"nofollow\" target=\"_blank\" href=\"http://about.digg.com/downloads/button/smart\">Digg</a>:<br /> </strong>After working with Digg on some their latest improvements, I&#8217;m happy to share an implementation that is much more user-centric; if you have multiple buttons per page, this is especially valuable:</p><pre>\n&lt;a class=\"DiggThisButton DiggThisButtonMedium\" href=\"http://digg.com/submit?url=http://domain.com/&amp;amp;title=Post%20Title\" rel=\"nofollow external\"&gt;&lt;img src=\"http://widgets.digg.com/img/button/diggThisMedium.png\" width=\"50\" height=\"61\" alt=\"\" /&gt;&lt;/a&gt;\n</pre><p>Then, before &lt;/body&gt; embed the following only once and multiple buttons will still work in a single page:</p><pre>\n&lt;script src=\"http://widgets.digg.com/buttons.js\"&gt;&lt;/script&gt;\n</pre><p>This implementation allows the page to render and then draws the buttons later.</p><p><strong><a rel=\"nofollow\" target=\"_blank\" href=\"http://www.stumbleupon.com/badges/landing/\">StumbleUpon</a>:<br /> </strong>SU, has recently updated their buttons, which is good, but what follows is not truly asynchronous and definitely not as optimal as the Digg button above because of the multiple JS embeddings per page, at least this implementation won&#8217;t block the page render. First position the button with a unique ID wherever you wish:</p><pre>\n&lt;div id=\"id\"&gt;&lt;/div&gt;\n</pre><p>Then for each button make sure that an embedding exists above &lt;/body&gt; so the button will be rendered in the location:</p><pre>\n&lt;script src=\"http://www.stumbleupon.com/hostedbadge.php?s=5&amp;r=http%3A%2F%2Fdomain.com%2F&amp;a=1&amp;d=id\"&gt;&lt;/script&gt;\n</pre><p><strong><a rel=\"nofollow\" target=\"_blank\" href=\"http://www.linkedin.com/publishers\">LinkedIn</a>:</strong><br /> The LinkedIn button implementation is also not perfect, but a carries a smaller total payload than the StumbleUpon buttons when there are multiple buttons per page:</p><pre>\n&lt;script type=\"in/share\" data-counter=\"top\"&gt;&lt;/script&gt;\n</pre><p>Then at the bottom of the page a single JS embedding with power all of the buttons:</p><pre>\n&lt;script src=\"http://platform.linkedin.com/in.js\"&gt;&lt;/script&gt;\n&lt;/body&gt;\n</pre><p><strong><a rel=\"nofollow\" target=\"_blank\" href=\"http://tweetmeme.com/about/retweet_button\">Tweetmeme</a>:<br /> </strong>I still recommend this service because it also generates a usable button for feeds you may syndicate, while the official twitter button still does not. The best way to use this widget is via &lt;iframe&gt; as iframes do not block the render of a page, too many though can still slow down a page render or cause other anomalies in some browsers. Anyway, here&#8217;s what that implementation looks like:</p><pre>\n&lt;iframe scrolling=\"no\" height=\"61\" width=\"50\" frameborder=\"0\" src=\"http://api.tweetmeme.com/widget.js?url=http://yoururl.com/&amp;amp;style=normal&amp;amp;source=yoururl&amp;amp;service=bit.ly\"&gt;&lt;/iframe&gt;\n</pre><p><strong><a rel=\"nofollow\" target=\"_blank\" href=\"http://twitter.com/goodies/tweetbutton\">Twitter</a>:<br /> </strong>The official twitter button works pretty well, it doesn&#8217;t have retweet data for everything ever shared on your site as they only started gathering that data when they launched the button (so use tweetmeme for those older stories if you can), but it does have a reliable sharing experience for users, just make sure that if you use the following implementation:</p><pre>\n&lt;iframe class=\"twitter-share-button\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" src=\"http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%domain.com%2F&amp;amp;via=twitterhandle&amp;amp;text=Post%20Title&amp;amp;count=vertical\" width=\"55\" height=\"63\"&gt;&lt;/iframe&gt;\n</pre><p>You can of course use a technique similar to LinkedIn or Digg, but the JS will actually create an &lt;iframe&gt; anyway, so this approach is more performance as it won&#8217;t block the page render and yields the same net result. For those using <a rel=\"nofollow\" target=\"_blank\" href=\"http://dev.twitter.com/anywhere/begin\">@anywhere</a> to add hovercards and other twitter functionality to their sites, the technique that apples for Diff of LinkedIn can be applied.</p><p><strong><a rel=\"nofollow\" target=\"_blank\" href=\"http://help.sharethis.com/\">ShareThis</a>:</strong><br /> Among the most popular buttons available, their implementation has dramatically improved as the total payload for JavaScript has been reduced, although the script loads synchronously still unfortunately. On the positive side, the buttons are decoupled from the scripts that embed them. The instructions recommend adding the scripts to the &lt;head&gt;, but I recommend adding them before &lt;/body&gt; or after &lt;body&gt; if you&#8217;re having any problems.</p><pre>\n&lt;span class=\"st_sharethis\"&gt;&lt;/span&gt;\n&lt;script&gt; stLight.options({ publisher:\'12345\', tracking:\'google\', embeds:\'true\' });\n&lt;/script&gt;\n</pre><p>And of course, activate the button after the content is displayed by placing the script that powers the widgets on the page as shown:</p><pre>\n&lt;script src=\"http://w.sharethis.com/button/buttons.js\"&gt;&lt;/script&gt;\n&lt;/body&gt;\n</pre><p><strong><a rel=\"nofollow\" target=\"_blank\" href=\"http://www.google.com/buzz/api/admin/configPostWidget\">Google Buzz</a>:</strong><br /> Implementing the Buzz button like many others that are reasonably well done allow for a single JS embed to support multiple button instances in a single page:</p><pre>\n&lt;a href=\"http://www.google.com/buzz/post\" class=\"google-buzz-button\" title=\"Google Buzz\" data-message=\"Here\'s Buzz!\" data-url=\"http://www.google.com/buzz\" data-locale=\"en\" data-button-style=\"normal-count\"&gt;&lt;/a&gt;\n</pre><p>Although not asynchronous the JS embed can still be placed above the &lt;/body&gt; tag as shown:</p><pre>\n&lt;script src=\"http://www.google.com/buzz/api/button.js\"&gt;&lt;/script&gt;\n</pre><p><strong><a rel=\"nofollow\" target=\"_blank\" href=\"http://www.google.com/friendconnect/\">Google Friend Connect</a> (AdSense &amp; Gadgets):</strong><br /> It&#8217;s critical to remember that you only need to embed the Friend Connect JS library once per page. If you&#8217;re minifying the file be sure to make sure your cache is frequently updated as the code is changed quite often and an old cache may cause anomalies on your site. The reason why this tip is notable is that this implementation supports AdSense as well as all of the other Gadgets with a single embed, so if you have multiple AdSense placements in a page, this is the way to go:</p><pre>\n&lt;body&gt;\n&lt;script src=\"http://www.google.com/friendconnect/script/friendconnect.js\"&gt;&lt;/script&gt;\n</pre><p>Specify where the placement will appear using a div with a unique ID:</p><pre>\n&lt;div id=\"id\"&gt;&lt;/div&gt;\n&lt;script&gt;\ngoogle.friendconnect.container.setParentUrl(\'/\' /* location of rpc_relay.html and canvas.html */);\ngoogle.friendconnect.container.renderAdsGadget({ id: \'id\', height: 90, site: \'XXXXXXXXXXXXXXX\',\'prefs\':{\"google_ad_client\":\"ca-pub-XXXXXXXXXXXXXXX\", \"google_ad_host\":\"pub-XXXXXXXXXXXXXXX\",\"google_ad_slot\":\"XXXXXXXXXX\",\"google_ad_format\":\"728x90\"}\n});\n&lt;/script&gt;\n</pre><p>Then you can obviously embed numerous other placements or gadgets all powered by a single JS embedding. Unfortunately the JS embedding is not asynchronous, but at least it&#8217;s better than having lots of AdSense JS calls throughout a page or even additional calls for your gadgets.</p><p><strong>Facebook Share / Facebook Like / Other <a rel=\"nofollow\" target=\"_blank\" href=\"http://developers.facebook.com/docs/plugins/\">Facebook plugins</a>:<br /> </strong>Use the XFBML implementation described on the various plugin pages; this implementation does interfere with page render and positioning it after the &lt;body&gt; tag means that each of the plugins used in a given page will load at the same time as soon as the scripts have loaded. No need for multiple scripts, which have to be downloaded repeatedly and slow down the page render etc etc.</p><p>Add support of the XFBML markup to the document:</p><pre>\n&lt;!DOCTYPE html&gt;\n&lt;html xmlns=\"http://www.w3.org/1999/xhtml\" dir=\"ltr\" lang=\"en-US\" xmlns:x2=\"http://www.w3.org/2002/06/xhtml2\" xmlns:fb=\"http://www.facebook.com/2008/fbml\"&gt;\n&lt;head&gt;\n</pre><p>The embed itself:</p><pre>\n&lt;body&gt;\n&lt;div id=\"fb-embed\"&gt;&lt;/div&gt;\n&lt;script&gt;\nwindow.fbAsyncInit = function() { FB.init({appId: \'XXXXXXXXXXXXXXX\', status: true, cookie: true, xfbml: true}); };\n(function() { var e = document.createElement(\'script\'); e.async = true; e.src = document.location.protocol + \'//connect.facebook.net/en_US/all.js\'; document.getElementById(\'fb-embed\').appendChild(e); }());\n&lt;/script&gt;\n</pre><p>Then place the Like Box itself where you desired:</p><pre>\n&lt;fb:like profile_id=\"XXXXXXXXXXXX\" href=\"http://domain.com/\" width=\"450\"&gt;&lt;/fb:like&gt;\n</pre><p><strong><a rel=\"nofollow\" target=\"_blank\" href=\"http://www.meebo.com/websites/\">Meebo Bar</a>:<br /> </strong>Meebo has actually taken a <a rel=\"nofollow\" target=\"_blank\" href=\"https://bar.meebo.com/media/img/bar-performance.pdf\">number of strides</a> (with the consult of Steve Souders as well) to improve the performance of their meebo bar; still it&#8217;s something more for users to download and more JavaScript to be run in your visitor&#8217;s browser, but I can now actually recommend this for publishers looking to increase engagement and create new monetization opportunities for their site. Their implementation is fully asynchronous and has a number of optimizations compared to earlier version. The latest implementation documentation at their site is the best reference.</p><p><strong><a rel=\"nofollow\" target=\"_blank\" href=\"http://www.openx.org/\">OpenX</a>:<br /> </strong>The OpenX team has promised some an asynchronous embedding code for their single page call (SPC) implementation, which basically means that multiple ads in a given page can be requested without blocking the page render and are requested at once instead of sequentially, however for the moment, this is the best implementation I can recommend. It also uses iframes to alleviate render-blocking issues as well some:</p><p>I recommend adding this 1.3K of (<a rel=\"nofollow\" target=\"_blank\" href=\"http://closure-compiler.appspot.com/\">closure compiler</a> optimized) code directly in the &lt;head&gt; of the page to power the widgets. It&#8217;s small enough that it is faster than making another HTTP transaction (DNS lookup, connect, download, execute etc) for this purpose, the original file is <a rel=\"nofollow\" target=\"_blank\" href=\"http://w3e.w3totalcache.netdna-cdn.com/wp-content/uploads/2011/02/script.js\">here</a>:</p><pre>\n&lt;script&gt;var adPositions=[];function writeAdDiv(a,b,c){document.write(\'&lt;div class=\"banner\" id=\"\'+a+\'\" style=\"width:\'+b+\"px; height:\"+c+\"px; line-height:\"+c+\'px;\"&gt;&amp;nbsp;&lt;/div&gt;\');adPositions[a]=a}function OpenX_findPosX(a){var b=0;if(a.offsetParent)for(;a.offsetParent;){b+=a.offsetLeft;a=a.offsetParent}else if(a.x)b+=a.x;return b}function OpenX_findPosY(a){var b=0;if(a.offsetParent)for(;a.offsetParent;){b+=a.offsetTop;a=a.offsetParent}else if(a.y)b+=a.y;return b} function OpenX_moveAbove(a,b){var c=0;if(a.offsetHeight)c=a.offsetHeight;else if(a.clip&amp;&amp;a.clip.height)c=a.clip.height;else if(a.style&amp;&amp;a.style.pixelHeight)c=a.style.pixelHeight;if(window.XMLHttpRequest)if(!document.all){b.style.paddingTop=\"0px\";b.style.paddingBottom=\"0px\"}if(c&gt;0)b.style.height=c+\"px\";a.style.left=OpenX_findPosX(b)+\"px\";a.style.top=OpenX_findPosY(b)+\"px\"} function OpenX_positionDivs(){for(var a in adPositions){var b=a+\"-Hidden\";if(document.getElementById){targetZoneDivID=document.getElementById(a);sourceZoneDivID=document.getElementById(b)}else if(document.all){targetZoneDivID=document.all[a];sourceZoneDivID=document.all[b]}else if(document.layers){targetZoneDivID=document.layers[a];sourceZoneDivID=document.layers[b]}targetZoneDivID!=null&amp;&amp;sourceZoneDivID!=null&amp;&amp;OpenX_moveAbove(sourceZoneDivID,targetZoneDivID)}}window.onresize=function(){OpenX_positionDivs()};&lt;/script&gt;\n</pre><p>The SPC implementation is vital in making sure that the execution and transaction times are as small as possible. So create the slot(s) in the page as follows:</p><pre>\n&lt;body&gt;\n&lt;script&gt;var OA_zones = {\"728x90_Leaderboard\" : 1}&lt;/script&gt;\n&lt;script src=\"http://openx-server.com/spcjs.php?id=1\"&gt;&lt;/script&gt;\n</pre><p>Then place the slots in your HTML as appropriate:</p><pre>\n&lt;script&gt;&lt;!--//&lt;![CDATA[ writeAdDiv(\'button1\', 728, 90);\n//]]&gt;--&gt;&lt;/script&gt;\n</pre><p>And finally, in the footer of the document, make the call to draw the ad in the appropriate slot:</p><pre>\n&lt;div id=\"button1-Hidden\" style=\"position:absolute;left:-1000px;top:-1000px;\"&gt; &lt;script&gt;OA_show(\"728x90_Leaderboard\");&lt;/script&gt;\n&lt;/div&gt;\n&lt;/body&gt;\n</pre><p>Because of the various use cases and implementations supported I do recommend OpenX, but depending on the size and needs of your site/organization Google&#8217;s offerings are far more robust and will eventually perform better than they do now.</p><p><strong><a rel=\"nofollow\" target=\"_blank\" href=\"http://www.google.com/dfp/sb\">Google DoubleClick for Publishers</a> (formerly Google Ad manager):<br /> </strong>If your site is monetized with AdSense as well as various types of ad formats or networks, Google DFP is a great solution, however for now, it actually creates a negative experience for users depending on the quantity and type of ads being displayed. Instead of embedding the snippet in the &lt;head&gt; of the page, instead embed it after &lt;body&gt; and make sure note that this implementation uses the single request command to make the render more responsive:</p><pre>\n&lt;body&gt;\n&lt;script src=\"http://partner.googleadservices.com/gampad/google_service.js\"&gt;&lt;/script&gt;\n&lt;script&gt;GS_googleAddAdSenseService(\"ca-pub-XXXXXXXXXXXXXXXXX\");GS_googleEnableAllServices();&lt;/script&gt;\n&lt;script&gt;GA_googleAddSlot(\"ca-pub- XXXXXXXXXXXXXXXXX \", \"slot-name\");&lt;/script&gt;\n&lt;script&gt;GA_googleUseSyncSRARendering();GA_googleFetchAds();&lt;/script&gt;\n</pre><p>Then place your ad slots as you normally would in your page template. I&#8217;m definitely looking forward better performing implementation for Google DFP, ads are not optional for many publishers today and ironically they are actually causing publishers to <strong>lose</strong> money.</p><p><strong><a rel=\"nofollow\" target=\"_blank\" href=\"http://buysellads.com/\">BuySellAds</a>:</strong><br /> If you monetize your site using BSA, and still have not switched to their <a rel=\"nofollow\" target=\"_blank\" href=\"http://blog.buysellads.com/2010/02/new-feature-non-blocking-asynchronous-ad-code/\">asynchronous embed code</a>, make sure you do, your users will appreciate seeing the content they&#8217;re after without delay.</p><pre>\n&lt;script&gt;\n(function(){ var bsa = document.createElement(\'script\'); bsa.type = \'text/javascript\'; bsa.async = true; bsa.src = \'//s3.buysellads.com/ac/bsa.js\'; (document.getElementsByTagName(\'head\')[0]||document.getElementsByTagName(\'body\')[0]).appendChild(bsa);\n})();\n&lt;/script&gt;\n</pre><p>If you don&#8217;t already use the asynchronous snippet, make sure you do!</p><p><strong><a rel=\"nofollow\" target=\"_blank\" href=\"http://www.google.com/analytics/\">Google Analytics</a>:</strong><br /> Google&#8217;s asynchronous tracking code has been out for some time, I recommend it for lots of reasons, like:</p><ul><li>More accurate stats</li><li>Non-blocking user experience</li><li>Simplified implementation and optimized execution</li><li>Capture partial page views</li></ul><p>So this is what the implementation looks like:</p><pre>\n&lt;script&gt;\nvar _gaq = _gaq || [];\n_gaq.push( [\'_setAccount\', \'UA-XXXXX-X\'], [\'_setDomainName\', \'domain.com\'], [\'_trackPageview\'] );\n(function() {var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;ga.src = (\'https:\' == document.location.protocol ? \'https://ssl\' : \'http://www\') + \'.google-analytics.com/ga.js\';document.getElementsByTagName(\'head\')[0] || document.getElementsByTagName(\'body\')[0]).appendChild(ga);})();\n&lt;/script&gt;\n&lt;/head&gt;\n</pre><p><strong><a rel=\"nofollow\" target=\"_blank\" href=\"http://www.woopra.com/\">Woopra</a>:</strong><br /> Woopra Analytics not only has a decent WordPress plugin, they also now have an asynchronous tracking code implementation (which is not yet available in the WordPress plugin at the time of this writing). Being that it&#8217;s actually asynchronous, I recommend embedding it in the &lt;head&gt; of the page manually if you want to capture partial page views:</p><pre>\n&lt;script&gt;\n(function(){ var wsc=document.createElement(\'script\'); wsc.type=\'text/javascript\'; wsc.src=document.location.protocol+\'//static.woopra.com/js/woopra.js\'; wsc.async=true; var ssc = document.getElementsByTagName(\'script\')[0]; ssc.parentNode.insertBefore(wsc, ssc);\n})();\n&lt;/script&gt;\n&lt;/head&gt;\n</pre><p><strong>Wrapping Up:<br /> </strong>For those buttons, widgets, services etc not covered one of the last remaining rules of thumb (within the scope of this discussion) is to put all scripts that are not essential for functionality of the site (like navigation, but hopefully that&#8217;s not the case) above &lt;/body&gt; so that they&#8217;re not directly interfering with page render. Remember all of the CSS and JS files that exist in &lt;head&gt; must be downloaded and executed before the page can start to render. Note: your mileage may vary, but it&#8217;s possible to realize asynchronous performance of some scripts by adding the attribute async to the &lt;script&gt; tag with the value true. Keep in mind that this make break a script so test for yourself.</p><p>There are numerous other widgets, advertising networks, statistics and analytics services available, if you don&#8217;t see a tip above for the one you use, then reach out to them and find out if they have any performance tips (like asynchronous JavaScript code). Also, don&#8217;t forget that if you are able to minify scripts to reduce HTTP transactions, which will be a huge performance win for scripts that support it.</p><p><strong>Bonus Tips for WordPress Users:</strong><br /> <a rel=\"nofollow\" target=\"_blank\" href=\"http://jquery.com/\">jQuery</a> is used in countless plugins and themes. It&#8217;s often out-of-date and every new release includes bug fixes and more importantly performance improvements. The following snippet is useful for your header.php file, it will make sure that your site is always using the latest version of jQuery without having to modify your theme. You&#8217;ll also benefit from Google&#8217;s content delivery network and using a hostname other than your domain name, meaning that the file will be pipelined (downloaded in parallel) with the other files in the &lt;head&gt; of the page which is faster:</p><pre>\n&lt;?php\nwp_deregister_script(\'jquery\');\nwp_register_script(\'jquery\', \'http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js\');\nwp_enqueue_script(\'query\');\n?&gt;\n</pre><p>Similarly, if you have extensive use of <a rel=\"nofollow\" target=\"_blank\" href=\"http://code.google.com/p/swfobject/\">swfobject</a> in your theme/plugins, a similar optimization can be applied thusly:</p><pre>\n&lt;?php\nwp_deregister_script(\'swfobject\');\nwp_register_script(\'swfobject\', \'http://ajax.googleapis.com/ajax/libs/swfobject/2/swfobject.js\');\nwp_enqueue_script(\'swfobject\');\n?&gt;\n</pre><p>So again, until jQuery reaches version 2 or swfobject reaches version 3, you will never have to modify this code!</p><p>Have a tip I didn&#8217;t mention? Let me know in the comments!</p> <img src=\"http://feeds.feedburner.com/~r/W3EDGE/~4/D8S9gY2WmME\" height=\"1\" width=\"1\"/><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/XyQvjJ54nF4\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://feedproxy.google.com/~r/W3EDGE/~3/D8S9gY2WmME/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"How To Grow The Engagement On Your Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/_jx3dHkIHV8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 31 Jan 2011 02:46:20 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://wp-community.org/?p=851\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:379:\"This week we decided to dedicate the entire show to helping you bootstrap your blog! Just because something is free doesn’t mean people are going to want it, so we delve into some of the top tactics and tools for &#8230; <a rel=\"nofollow\" target=\"_blank\" href=\"http://wp-community.org/2011/01/31/blog-engagement/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:75:\"http://feedproxy.google.com/~r/wordpresspodcast/~5/QqXcBtv4cZs/WP012611.mp3\";s:6:\"length\";s:8:\"53695634\";s:4:\"type\";s:10:\"audio/mpeg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4267:\"<p>This week we decided to dedicate the entire show to helping you bootstrap your blog! Just because something is free doesn’t mean people are going to want it, so we delve into some of the top tactics and tools for drawing in those readers, and get to the bottom of what <em>really</em> matters.</p>\n<p>The big issues:</p>\n<ol>\n<li>How to boost subscribers to your blog</li>\n<li>How to increase the number of comments on your posts</li>\n<li>How to turn your blog into a real community</li>\n</ol>\n<ul>\n<li>Who do we recognise as <em>subscribers</em>? There is a huge array of subscribers, from those that use RSS feeds, to newsletter subscribers, commenters, regular site visitors, and not least those who ‘like’ your Facebook fan page or follow your brand profile.</li>\n<li>Two vital ways of pulling return visitors to your site: RSS and email</li>\n<li>In terms of cultivating subscribers and followers to your content, what are the key steps you need to go through?</li>\n<li>We talk about how your blog post could act like as forum for great discussions by making the most of threaded comments.</li>\n<li>Facebook plugins: The pros and cons of using plugins such as <a rel=\"nofollow\" target=\"_blank\" href=\"http://wordpress.org/extend/plugins/disqus-comment-system/\">Disqus</a>, <a rel=\"nofollow\" target=\"_blank\" href=\"http://intensedebate.com/wordpress\">Intense Debate</a> &amp; <a rel=\"nofollow\" target=\"_blank\" href=\"http://wordpress.org/extend/plugins/facebook-comments-for-wordpress/\">Facebook Comments</a>. We analyse the SEO issues they come with and debate their value in terms of providing leverage for your blog.</li>\n<li>So, what are the high profile bloggers doing? We debate the increasingly popular <a rel=\"nofollow\" target=\"_blank\" href=\"http://wordpress.org/extend/plugins/lightbox-2/\">Lightbox</a> popups, and plugins such as <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.popupdomination.com/?hop=hishaman\">Popup Domination</a>. Do they add value?</li>\n<li>To grow your reach and subscribers you should be commenting elsewhere too. We talk through how, where and why you should be doing so.</li>\n<li>Create evergreen content with great comments! We get to the bottom of how to master producing content like this and reap all the benefits.</li>\n<li>If you are not so hot with creating great content, there are some useful tools you can use to pull in the subscribers</li>\n<li>Once you have built momentum and amassed a handful of subscribers, what are the next steps and how can you make money?</li>\n<li>WordPress 3.1 is around the corner, but what should you be looking out for? Check out all the updates on <a rel=\"nofollow\" target=\"_blank\" href=\"http://codex.wordpress.org/Version_3.1\">codex.wordpress.org/Version_3.1</a></li>\n</ul>\n<p>We want to hear your ideas on what topics you would like us to talk about, and which guests you would love to hear from! Leave a comment with your suggestions below.</p>\n<p>Useful links:</p>\n<ul>\n<li>Great blog post by Rand Fishkin on seomoz.org &#8211; <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.seomoz.org/blog/recommendations-blog-commenting-marketing-strategy\">Recommendations For Blog Commenting As A Marketing strategy</a></li>\n<li>Yoast.com – Joost de Valk’s <a rel=\"nofollow\" target=\"_blank\" href=\"http://yoast.com/articles/wordpress-seo/\">WordPress SEO post</a></li>\n<li><a rel=\"nofollow\" target=\"_blank\" href=\"http://www.amazon.com/Cathedral-Bazaar-Musings-Accidental-Revolutionary/dp/1565927249\">The Cathedral and the Bazaar</a> – an interesting read if you have some time to kill</li>\n<li>This is a true example of evergreen content. A top notch post written by Avinash Kaushik – <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.kaushik.net/avinash/2007/11/blog-metrics-six-recommendations-for-measuring-your-success.html\">Blog Metrics, 6 Recommendations For Measuring Your Success</a>.</li>\n<li>Check out <a rel=\"nofollow\" target=\"_blank\" href=\"http://wordpress.org/extend/plugins/w3-total-cache/\">W3 Total Cache</a> by Frederick Townes</li>\n</ul>\n<img src=\"http://feeds.feedburner.com/~r/wordpresspodcast/~4/FhW_QwGTRZA\" height=\"1\" width=\"1\"/><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/_jx3dHkIHV8\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:8:\"fileSize\";s:8:\"53695634\";s:3:\"url\";s:75:\"http://feedproxy.google.com/~r/wordpresspodcast/~5/QqXcBtv4cZs/WP012611.mp3\";s:4:\"type\";s:10:\"audio/mpeg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://feedproxy.google.com/~r/wordpresspodcast/~3/FhW_QwGTRZA/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Quality Time with WP Power User Christina Warren\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/w8W9KnG4wCo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 10 Jan 2011 04:13:13 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://wp-community.org/?p=838\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:469:\"We are kicking things off this year with Christina Warren, a writer, podcaster, blogger, twitterer (@film_girl) and all round gadget-junkie. Christina is a full time writer for mashable.com and you can find her blog at www.christinawarren.com. She also co-hosts ‘Briefly &#8230; <a rel=\"nofollow\" target=\"_blank\" href=\"http://wp-community.org/2011/01/10/quality-time-with-wp-power-user-christina-warren/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:75:\"http://feedproxy.google.com/~r/wordpresspodcast/~5/18Pl7bmhxOs/WP010411.mp3\";s:6:\"length\";s:8:\"40228571\";s:4:\"type\";s:10:\"audio/mpeg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4603:\"<div id=\"attachment_845\" class=\"wp-caption alignright\" style=\"width:210px;\"><a rel=\"nofollow\" target=\"_blank\" href=\"http://wp-community.org/wp/wp-content/uploads/2011/01/Christina-Warren.jpg\"><img class=\"size-full wp-image-845\" title=\"Christina Warren\" src=\"http://wp-community.org/wp/wp-content/uploads/2011/01/Christina-Warren.jpg\" alt=\"Christina Warren\" width=\"200\" height=\"200\"/></a><p class=\"wp-caption-text\">Christina Warren</p></div>\n<p>We are kicking things off this year with Christina Warren, a writer, podcaster, blogger, twitterer (<a rel=\"nofollow\" target=\"_blank\" href=\"http://twitter.com/film_girl\">@film_girl</a>) and all round gadget-junkie. Christina is a full time writer for <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.mashable.com/\">mashable.com</a> and you can find her blog at <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.christinawarren.com/\">www.christinawarren.com</a>. She also co-hosts <a rel=\"nofollow\" target=\"_blank\" href=\"http://5by5.tv/brieflyawesome\">‘Briefly Awesome’ on 5by5.tv</a></p>\n<p>We start this week’s show off with Christina as she fills us in on what she is up to at the moment, including heading to Las Vagas this week for the <a rel=\"nofollow\" target=\"_blank\" href=\"http://mashable.com/awards/pages/about\">Fourth Annual Mashable Awards</a>, and coverage of the <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.cesweb.org/\">2011 International CES Convention</a>.</p>\n<p>WordPress 3.1 release candidate 2 has just come out, and in line with this we get down to the nitty-gritty of custom post formats. Christina explains what they are, and how it all works.</p>\n<p>The admin bar is a new addition to WordPress 3.0.1 rc2 and is already the source of much discussion. We find out who likes it, who doesn’t, and debate whether it should be an option rather than a default.</p>\n<p>Christina lets us in on some great tips when it comes to writing and blogging. Considering she writes an average of 1.5 <em>million</em> words a year, we highly recommend taking her advice! One of the tools she uses is <a rel=\"nofollow\" target=\"_blank\" href=\"http://macromates.com/\">TextMate</a>, a Mac text editor. She explains its bundle system and how easy it makes her life when writing blogs and articles.</p>\n<p>Christina tells us all about the Mashable Awards, its nominees and who to look out for.</p>\n<p>She lets us in on some of the more unusual companies she will be looking out for in 2011 including the <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.quora.com/\">Quora.com</a> Q&amp;A service and <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.kickstarter.com/\">Kickstarter.com</a>, a crowd funding platform.</p>\n<p>Christina gives her top tips for WordPress, talking about Markdown Quicktags, reducing the number of plugins on your site, jQuery and using spiderbug, and some fantastic advice on becoming mobile friendly (essential if you have a business based on offering a service).</p>\n<p>We talk about the WordPress apps that are out there for the iPad and iPhone. Improvements are inevitable, and we discuss what is really needed, and our opinions on some of the changes that should be made.</p>\n<p><strong>Christina’s plugin picks and plugins she mentioned:</strong></p>\n<ul>\n<li><a rel=\"nofollow\" target=\"_blank\" href=\"http://wordpress.org/extend/plugins/wp-admin-bar-removal/\">WP Admin Bar Removal</a></li>\n<li><a rel=\"nofollow\" target=\"_blank\" href=\"http://wordpress.org/extend/plugins/wp-admin-bar-removal/\"></a><a rel=\"nofollow\" target=\"_blank\" href=\"http://wordpress.org/extend/plugins/disable-admin-bar/\">Disable Admin Bar</a></li>\n<li><a rel=\"nofollow\" target=\"_blank\" href=\"http://wordpress.org/extend/plugins/disable-admin-bar/\"></a><a rel=\"nofollow\" target=\"_blank\" href=\"http://brettterpstra.com/code/?did=25\">Blogsmith Bundle</a> – Has a lot of useful tools for blogging, including IOS linking and a built in thesaurus, word count tools and much more!</li>\n<li><a rel=\"nofollow\" target=\"_blank\" href=\"http://brettterpstra.com/markdown-quicktags-wordpress-plugin/\">Markdown Quicktags</a></li>\n</ul>\n<p><strong>Joost’s plugin picks of the week:</strong></p>\n<ul>\n<li><a rel=\"nofollow\" target=\"_blank\" href=\"http://wordpress.org/extend/plugins/comment-email-verify/\">Comment Email Verify</a> – This plugin forces people to verify their email address when they post a comment</li>\n</ul>\n<img src=\"http://feeds.feedburner.com/~r/wordpresspodcast/~4/3Wp5cZ-mnOI\" height=\"1\" width=\"1\"/><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/w8W9KnG4wCo\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:8:\"fileSize\";s:8:\"40228571\";s:3:\"url\";s:75:\"http://feedproxy.google.com/~r/wordpresspodcast/~5/18Pl7bmhxOs/WP010411.mp3\";s:4:\"type\";s:10:\"audio/mpeg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://feedproxy.google.com/~r/wordpresspodcast/~3/3Wp5cZ-mnOI/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"iPhone Candy with Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/Xys6sBtp4aQ/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 30 Nov 2010 23:56:14 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://wp-community.org/?p=831\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:388:\"We are back! And this week we catch up with Ryan Imel. The Editor-in-Chief of WP Candy, he transformed what was once a tutorial site for the past years into a fast-paced breaking WordPress news site. Ryan is a serial &#8230; <a rel=\"nofollow\" target=\"_blank\" href=\"http://wp-community.org/2010/12/01/iphone-candy-with-ryan-imel/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:75:\"http://feedproxy.google.com/~r/wordpresspodcast/~5/USAI1-0ImrY/WP113010.mp3\";s:6:\"length\";s:8:\"48272196\";s:4:\"type\";s:10:\"audio/mpeg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4501:\"<p>We are back! And this week we catch up with <a rel=\"nofollow\" target=\"_blank\" href=\"http://twitter.com/#%21/ryanimel\">Ryan Imel</a>. The Editor-in-Chief of <a rel=\"nofollow\" target=\"_blank\" 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 rel=\"nofollow\" target=\"_blank\" href=\"http://commentbits.com/\">COMMENTbits</a> and <a rel=\"nofollow\" target=\"_blank\" href=\"http://gooroohq.com/\">others</a>.</p>\n<p>To kick things off this week we talk shop with Ryan as he tells us about the brand new iPhone app – <a rel=\"nofollow\" target=\"_blank\" 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 rel=\"nofollow\" target=\"_blank\" 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>\n<p>Joost and Ryan talk about interesting news and developments that have caught their eye over the past couple of weeks such as:</p>\n<ul>\n<li>The <a rel=\"nofollow\" target=\"_blank\" 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>\n<li>Joost does a live launch of the brand new them Frederick and the <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.w3-edge.com\">W3 Edge</a> team have built for <a rel=\"nofollow\" target=\"_blank\" href=\"http://yoast.com/\">Yoast.com</a>. Joost talks about exactly how he plans for this new theme to improve conversion rates</li>\n<li>Tip from Joost: have a look at a great <a rel=\"nofollow\" target=\"_blank\" href=\"http://wordpress.org/extend/plugins/theme-tester/\">Theme Tester plugin</a> by donncha that he has been using recently</li>\n<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>\n<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>\n</ul>\n<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>\n<h2>Picks of the week</h2>\n<ul>\n<li>wpcandy.com’s shiny new iPhone app &#8211; <a rel=\"nofollow\" target=\"_blank\" href=\"http://wpcandy.com/announces/the-wpcandy-iphone-app\">WPCandy WordPress News</a></li>\n<li>The <a rel=\"nofollow\" target=\"_blank\" 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>\n<li><a rel=\"nofollow\" target=\"_blank\" href=\"http://yoast.com/wordpress/seo/\">WordPress SEO Plugin</a> on Yoast.com</li>\n<li><a rel=\"nofollow\" target=\"_blank\" 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>\n<li><a rel=\"nofollow\" target=\"_blank\" 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>\n<li>Here is the alternative to having to write code when you need to regenerate your thumbnails: the <a rel=\"nofollow\" target=\"_blank\" href=\"http://wordpress.org/extend/plugins/regenerate-thumbnails/\">Regenerate Thumbnails plugin</a>. Bookmark this one!</li>\n</ul>\n<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 rel=\"nofollow\">wp-community.org</a> and tell Joost what plugin you think he should be using!</p>\n<img src=\"http://feeds.feedburner.com/~r/wordpresspodcast/~4/2SDPIDBN1X8\" height=\"1\" width=\"1\"/><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/Xys6sBtp4aQ\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:8:\"fileSize\";s:8:\"48272196\";s:3:\"url\";s:75:\"http://feedproxy.google.com/~r/wordpresspodcast/~5/USAI1-0ImrY/WP113010.mp3\";s:4:\"type\";s:10:\"audio/mpeg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://feedproxy.google.com/~r/wordpresspodcast/~3/2SDPIDBN1X8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Developing for WordPress with Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/ZLOmHv7eYdU/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sat, 20 Nov 2010 12:35:06 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://wp-community.org/?p=825\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:384:\"This show was posted a bit late due to a miscommunication, we&#8217;re sorry about that. This week we are joined by Andrew Nacin. Andrew is one of the WordPress core developers and a member of the commit team, he also &#8230; <a rel=\"nofollow\" target=\"_blank\" href=\"http://wp-community.org/2010/11/20/andrew-nacin-interview/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:75:\"http://feedproxy.google.com/~r/wordpresspodcast/~5/aYZl2v6mgE0/WP102610.mp3\";s:6:\"length\";s:8:\"54302929\";s:4:\"type\";s:10:\"audio/mpeg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4248:\"<p>This show was posted a bit late due to a miscommunication, we&#8217;re sorry about that.</p>\n<p><div id=\"attachment_827\" class=\"wp-caption alignright\" style=\"width:210px;\"><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 rel=\"nofollow\" target=\"_blank\" 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.\n<ul>\n<li>Andrew talks about what being a core developer involves on a day-to-day basis.</li>\n<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>\n<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>\n<li>We discuss how far away WordPress 3.1 is, and what changes we can look forward to seeing</li>\n<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>\n<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>\n<li>How comfortable should users be with upgrading and/or switching host companies?</li>\n<li>Some quick tips and tricks for the developers out there &#8211; Andrew talks about leveraging API’s. Last week he held <a rel=\"nofollow\" target=\"_blank\" href=\"http://andrewnacin.com/2010/09/11/wcma-resources/\">a talk on WordPress API&#8217;s</a> which will be available on <a rel=\"nofollow\" target=\"_blank\" href=\"http://wordpress.tv/\">WordPress.tv</a> soon.</li>\n<li>Andrew talks about how WordPress are taking a step back from the codex and building curated edited handbooks on specific topics.</li>\n<li>We discuss the use of <a rel=\"nofollow\" target=\"_blank\" href=\"http://xref.yoast.com/\">xref.yoast.com</a> which Joost has modified to make searching through functions a lot easier.</li>\n</ul>\n<p><strong>Picks of the week:</strong></p>\n<ul>\n<li><strong>Developer oriented:</strong>\n<ul>\n<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 rel=\"nofollow\" target=\"_blank\" href=\"http://andrewnacin.com/2010/03/22/deprecated-functions-and-wp_debug/\">Deprecated functions and WP_DEBUG</a>&#8220;</li>\n<li><a rel=\"nofollow\" target=\"_blank\" 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>\n<li><a rel=\"nofollow\" target=\"_blank\" href=\"http://wordpress.org/extend/plugins/core-control/\">Core control</a></li>\n<li><a rel=\"nofollow\" target=\"_blank\" href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress beta tester</a></li>\n</ul>\n</li>\n<li><strong>User oriented:</strong>\n<ul>\n<li>Use screen options to hide or show what you want – e.g. custom fields.</li>\n<li>Use the Help – for links to the WordPress codex and support forums.</li>\n<li><a rel=\"nofollow\" target=\"_blank\" href=\"http://yoast.com/wordpress/seo/\">WordPress SEO</a> by Joost de Valk</li>\n</ul>\n</li>\n</ul>\n<img src=\"http://feeds.feedburner.com/~r/wordpresspodcast/~4/zTUpx3vwXSo\" height=\"1\" width=\"1\"/><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/ZLOmHv7eYdU\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:8:\"fileSize\";s:8:\"54302929\";s:3:\"url\";s:75:\"http://feedproxy.google.com/~r/wordpresspodcast/~5/aYZl2v6mgE0/WP102610.mp3\";s:4:\"type\";s:10:\"audio/mpeg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://feedproxy.google.com/~r/wordpresspodcast/~3/zTUpx3vwXSo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"fredericktownes on \"Best Cache System?\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/h43Tx31p6vA/17751\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Fri, 04 Jun 2010 04:38:18 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"100433@http://mu.wordpress.org/forums/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1229:\"<p>Why is that a drawback? No one seems to understand that they\'re asking for impossible things. W3TC has too many features and creates too many files to support network activation without randomly breaking sites, too many assumptions are required.</p>\n<p>What you can do in the current release is configure the super admin blog settings and the subordinate blogs will use those settings as their default upon activation. So if you just want page caching, you can more easily get that running.</p>\n<p>In the next release, you can import settings files into respective W3TC installations.</p>\n<p>But the fact remains, that each site in a network can have it\'s own themes and plugins and CDN and page cache, database cache etc optimizations and enabling those settings network wide unless all variables are known and equal would cause more backlash than not doing adding it. Most plugins that support it do not write files to the file system or do anything else that W3TC does.</p>\n<p>Anyway, try it if you want, lots of users have used it without issue, trying to compensate for WP\'s continuously buggy network activation is not fun.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/h43Tx31p6vA\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://mu.wordpress.org/forums/topic/17751#post-100433\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"leisegang on \"Best Cache System?\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/d_aX3bpPITI/17751\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 02 Jun 2010 09:21:28 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"100323@http://mu.wordpress.org/forums/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"<p>i think that W3 Total Cache probably is better than WP-Super-Cache</p>\n<p>BUT you cant enable it sitewide tithe the same settings so that is a HUGE drawback i think.</p>\n<p>When will there be site wide support for W3 Total Cache?\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/d_aX3bpPITI\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://mu.wordpress.org/forums/topic/17751#post-100323\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"PubDirLtd on \"Best Cache System?\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/JpvT6n0wZxM/17751\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 02 Jun 2010 08:48:11 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"100322@http://mu.wordpress.org/forums/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:282:\"<p>No, Frederick, I\'m still having problems sorting out when/what to minify and how/which scripts to combine and with which profile. Is there anything published like a general \"how-to\"?\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/JpvT6n0wZxM\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://mu.wordpress.org/forums/topic/17751#post-100322\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"fredericktownes on \"Best Cache System?\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/P0_qJsCN0tU/17751\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 01 Jun 2010 16:15:45 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"100294@http://mu.wordpress.org/forums/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"<p>Still need help?\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/P0_qJsCN0tU\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://mu.wordpress.org/forums/topic/17751#post-100294\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"fredericktownes on \"WPMU and Memcached\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/gLVPhh2ErJw/17856\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 13 May 2010 05:59:46 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"99292@http://mu.wordpress.org/forums/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:287:\"<blockquote><p>I\'m testing with Ryan\'s plugin and latest dev version of WP Super Cache.</p></blockquote>\n<p>Ok. I added the WP Super Cache tag to this post so you can get some help for that.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/gLVPhh2ErJw\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://mu.wordpress.org/forums/topic/17856#post-99292\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"fredericktownes on \"WPMU and Memcached\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/HHwvO_iTArk/17856\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 13 May 2010 05:55:30 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"99291@http://mu.wordpress.org/forums/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:847:\"<blockquote><p>Does anyone know a solution or what the problem might be with memcached for this error? Is memcached worth it (the reason I need something to help is because my server has issues with Digg\'s front page surge)? What is the performance difference between eAccelerator, memcached and XCache, and can you use one or more in conjunction?</p></blockquote>\n<p>Only one opcode cache can be used at once. Use memcached only if you have multiple servers or other specific reasons for it. The nature of your issue appears to be related to the use of object-cache.php, which is an unknown quantity. You\'re mixing together various levels of caching without focusing on addressing a specific problem. It\'s not really necessary for in many scenarios.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/HHwvO_iTArk\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://mu.wordpress.org/forums/topic/17856#post-99291\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"miklb on \"WPMU and Memcached\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/Xrq1qEOrcZU/17856\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sat, 08 May 2010 17:46:26 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"99046@http://mu.wordpress.org/forums/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:762:\"<p>I\'m looking for some tips myself on how to have memcached running with multiple instances of WPMU installs.</p>\n<p>Even if I\'m only enabling it for only one of the installs, the other one wants to redirect to the instance where memcached is being used. meaning, if I have it enabled on example.com, but not example-2.com, example-2.com will start redirecting to example.com. Removing the</p>\n<p><code>`global $memcached_servers;<br />\n$memcached_servers = array(\'default\' =&gt; array(\'127.0.0.1:11211\'));`</code> </p>\n<p>from the config and restarting memcached clears up the issue.</p>\n<p>I\'m testing with Ryan\'s plugin and latest dev version of WP Super Cache.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/Xrq1qEOrcZU\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://mu.wordpress.org/forums/topic/17856#post-99046\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Brukhar on \"WPMU and Memcached\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/9jpyrMdFrlY/17856\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 03 May 2010 13:42:53 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"98804@http://mu.wordpress.org/forums/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4173:\"<p>Hey guys,</p>\n<p>I\'m having an issue with WPMU, W3TotalCache, memcached and object-cache.php</p>\n<p>I\'m on WPMU 2.9.2.<br />\nW3 Total Cache version: 0.8.5.2</p>\n<p>Server Specs:<br />\nXeon 3460<br />\n8 GB DDR3<br />\n2x500GB SATAII<br />\n1gbit connection<br />\nApache 2.2.15</p>\n<p>Essentially, my admin pages on WPMU aren\'t working when memcached caching is enabled, and data/statistics are displaying from one WPMU site on the other. (See screenshot here: <a rel=\"nofollow\" target=\"_blank\" href=\"http://i43.tinypic.com/242ic6s.jpg\">http://i43.tinypic.com/242ic6s.jpg</a> )</p>\n<p>Here\'s a better description of the error:</p>\n<p>Step 1. I install W3TotalCache.<br />\nStep 2. I activate W3TotalCache site-wide.<br />\nStep 3. I enabled caching and configure <a rel=\"nofollow\" target=\"_blank\" href=\"http://creativefan.com/\">http://creativefan.com/</a> to use W3TC with memcached for all caching methods.</p>\n<p>At this point, the plugin is working great.</p>\n<p>Step 4. I enable caching and configure <a rel=\"nofollow\" target=\"_blank\" href=\"http://design.creativefan.com/\">http://design.creativefan.com/</a> to use W3TC with memcached for all caching methods.</p>\n<p>At this point, if I click \'dashboard\' on CreativeFan, it displays some information from design.creativefan.com and some from creativefan.com (as indicated by the aforeshown screenshot). However, design.creativefan\'s wp-admin is correct.</p>\n<p>Step 5. If I clear all caches on design.creativefan.com, the wp-admin for creativefan.com starts working again. (clearing the cache for creativefan.com itself at this point does nothing)</p>\n<p>At this point, creativefan.com\'s wp-admin is correct, but now design.creativefan.com is showing information from fan.creativefan.com (which is an unused test blog at this point, and does not have w3tc installed).</p>\n<p>Step 6. If I clear all caches on creativefan.com, the wp-admin for design.creativefan.com starts working again. But then it reverts to the error where creativefan.com itself is showing data from design.creativefan.com</p>\n<p>At this point, I can get stuck in a back-and-forth of emptying the caches of one WPMU site to make the other start working, but in the process, it messes up the backend of the site I\'m currently on.</p>\n<p>This error only occurs with the master \'admin\' account, subaccounts don\'t experience this problem (at least that I have been able to replicate). I had theorized that either:<br />\n1. W3TC and memcached was somehow caching the database queries for the statistics, etc (because it didn\'t consider them part of the admin). But I have W3TC set to not cache pages for logged in users, so I\'m not sure.<br />\n2. Something was messed up in the backend of my WPMU installation itself. However, this issue completely disappears if I disable W3TC on both sites, empty the caches, then uninstall W3TC.</p>\n<p>==============================================================</p>\n<p>If I change to disk caching, this admin problem disappears, but another error appears (it might occur during memcached too but I haven\'t gotten to test it). The error is that when I publish posts or add/remove widgets, the changes don\'t take effect. Sometimes I will publish, the post will go live, then 5 minutes later the post will disappear and I have to republish. I resolved this error by renaming object-cache.php to object-cache.php.bak, so it was no longer being used.</p>\n<p>Here\'s the object-cache.php file contents: <a rel=\"nofollow\" target=\"_blank\" href=\"http://pastebin.com/3QM5uN3N\">http://pastebin.com/3QM5uN3N</a></p>\n<p>So, right now I\'m using W3TC with Disk Caching, and all is well (my host is currently installing eAccelerator, which hopefully will help improve performance).</p>\n<p>Does anyone know a solution or what the problem might be with memcached for this error? Is memcached worth it (the reason I need something to help is because my server has issues with Digg\'s front page surge)? What is the performance difference between eAccelerator, memcached and XCache, and can you use one or more in conjunction? </p>\n<p>Thanks.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/9jpyrMdFrlY\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://mu.wordpress.org/forums/topic/17856#post-98804\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"MikeRogers on \"Best Cache System?\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/mXC9AiPkgXU/17751\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sun, 25 Apr 2010 14:55:22 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"98340@http://mu.wordpress.org/forums/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:840:\"<p>Thank you, tdjcbe. </p>\n<p>I dunno...I installed WP Super Cache, but it doesn\'t seem like it\'s working. I\'ve logged out and browsed around but I don\'t see the cache indicators in the source of the page. </p>\n<p>Actually, sometimes I do, but following the install instructions doesn\'t seem to work for me...if I remove/rename the \"advanced-cache.php\" and \"wp-cache-config.php\" files and comment out the WP_CACHE define statement in wp-config.php, it <em>doesn\'t</em> seem to work. If I leave them in then I do see the wp-cache lines in the source. </p>\n<p>I posted about this on the WordPress Super Cache forum, and they closed the topic with no replies. </p>\n<p>Maybe I need to remove or deactivate WP Super Cache and try something else. :(\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/mXC9AiPkgXU\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://mu.wordpress.org/forums/topic/17751#post-98340\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"tdjcbe on \"Best Cache System?\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/D6HLRa5QgM0/17751\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sun, 25 Apr 2010 10:12:32 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"98335@http://mu.wordpress.org/forums/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:850:\"<p>Someone wrote up a rather extensive review of the different caching systems with ratings and the like but I can;t find it right off. They tested with additions like memcache and offloading.</p>\n<p>I do find this but it wasn\'t the one I was thinking of:</p>\n<p><a rel=\"nofollow\" target=\"_blank\" href=\"http://www.tutorial9.net/web-tutorials/wordpress-caching-whats-the-best-caching-plugin/\">http://www.tutorial9.net/web-tutorials/wordpress-caching-whats-the-best-caching-plugin/</a></p>\n<p>edit: And it;s always on the next page after I click on the Submit button:</p>\n<p><a rel=\"nofollow\" target=\"_blank\" href=\"http://cd34.com/blog/scalability/wordpress-cache-plugin-benchmarks/\">http://cd34.com/blog/scalability/wordpress-cache-plugin-benchmarks/</a>\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/D6HLRa5QgM0\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://mu.wordpress.org/forums/topic/17751#post-98335\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"MikeRogers on \"Best Cache System?\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/syRViBVRq34/17751\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sun, 25 Apr 2010 10:11:33 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"98334@http://mu.wordpress.org/forums/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:494:\"<p>Thank you, Andrea.</p>\n<p>Yes, the age of the last update for WP-Cache made me a little hesitant about using it; it seems like it hasn\'t been updated in a while.</p>\n<p>I\'m kind of leaning towards \'W3 total Cache\'; do you use that or do you have any experience with it? Does one or the other have a feature you find particularly useful, or is one significantly more configurable than the other?\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/syRViBVRq34\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://mu.wordpress.org/forums/topic/17751#post-98334\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"andrea_r on \"Best Cache System?\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/SR8ASuDv-Fo/17751\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sun, 25 Apr 2010 09:54:08 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"98333@http://mu.wordpress.org/forums/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:232:\"<p>It\'s a toss up between WP Super Cache &amp; W3 total Cache.</p>\n<p>Don\'t use the top one as it\'s been too long since it was updated.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/SR8ASuDv-Fo\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://mu.wordpress.org/forums/topic/17751#post-98333\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"MikeRogers on \"Best Cache System?\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/wO9NBvURCHg/17751\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sun, 25 Apr 2010 09:39:30 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"98332@http://mu.wordpress.org/forums/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1464:\"<p>I\'ve installed WPMU v 2.9.2 and want to install a cache plugin...I see quite a few and am just wondering if people here have any recommendations. The ones I\'m considering are:</p>\n<ul>\nWP-Cache (134 ratings, 4.5 stars, last version released 948 days ago)<br />\nWP Super Cache (474 ratings, 4.0 stars, last version released 77 days ago)<br />\nW3 Total Cache (234 ratings, 5 stars, last version released 43 days ago)</ul>\n<p>Frankly, I just can\'t decide which one to use. They all appear to work with MPMU and they all appear to have very good ratings. (And of course they all claim they\'re the best! lol) Are there any features or options on one of them that would cause you to pick it over the others? Or, is there something about any of them that would cause you to <strong>not</strong> choose it? </p>\n<p>If it makes any difference, I\'m running Debian on an Apache 2 server, with mySQL 5, and PHP5. </p>\n<p>Traffic on the main portion of the site (<a rel=\"nofollow\" target=\"_blank\" href=\"http://psoug.org\">http://psoug.org</a>) is heavy, about 250,000 to 350,000 page views per day, sometimes as many as 450,000. I\'m expecting a fair number of those users will start viewing the blog section once it\'s released so this is something I\'d really like to install before we make it public.</p>\n<p>Any thoughts or suggestions on which one to use would be very welcome.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/wO9NBvURCHg\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://mu.wordpress.org/forums/topic/17751#post-98332\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Apple iPad, One Geeks Reaction\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/jXgPNWczEu0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 08 Feb 2010 05:26:48 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://www.w3-edge.com/?p=651\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:306:\"Companies today have a fine line to walk. Creating products that appeal to the lowest common denominator in terms of use cases (and consumer appeal) is the fundamental foothold upon which innovation stands. Apple has mastered that approach and we need to remember that their steps are conscientiously made.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7939:\"<p>I think Mashable&#8217;s Ben Parr made some solid points about <a rel=\"nofollow\" target=\"_blank\" href=\"http://mashable.com/2010/01/27/ipad/\">how Apple introduces new products</a> into the marketplace. One thing he does not address is his opinion of the specific hardware spec&#8217;s that a hardcore geek would need to see in an <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.apple.com/ipad/\">Apple tablet</a>. After getting over the fact that the development ecosystem is closed, the <a rel=\"nofollow\" target=\"_blank\" href=\"http://mashable.com/2010/01/07/apple-touchscreen-patent/\">Apple interface</a>, <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.apple.com/itunes/\">iTunes</a> and the <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.apple.com/iphone/iphone-3gs/app-store.html\">App&#8217; Store</a> are essential pieces of the overall product value, that make it worth of attention.</p><p align=\"center\"><img src=\"http://w3e.w3totalcache.netdna-cdn.com/wp-content/uploads/2010/02/hardware-01-20100127-710x439.jpg\" alt=\"\" title=\"iPad\" width=\"710\" height=\"439\" class=\"aligncenter size-large wp-image-662\" style=\"border:0;\"/></p><p>So what did I actually want to see in terms of hardware? Let&#8217;s take a look:</p><ol><li>Albeit less essential (relatively speaking) <strong>wireless charging</strong> would certainly be a welcome feature. I don&#8217;t mean that recent technology that <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.ted.com/talks/eric_giler_demos_wireless_electricity.html\">powers devices at a distance</a>, instead I&#8217;m referring to those pads that you put your devices on that charges them. I&#8217;d like to invest in a <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.powermat.com/us/mats/home-and-office-mat.html\">couple of those</a> and leave them around the house to keep devices juiced.</li><li>There are some truly <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.emolabs.com/emoproducts/index.html\">innovative products</a> out there to provide much better audio without increasing weight or complexity in devices. The iPad has a seemingly <strong>tiny mono speaker</strong>, that I&#8217;m confident is going to leave me disappointed, whether giving a presentation or trying to watch some <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.ted.com/\">TED</a> videos.</li><li><strong>No camera</strong>? That&#8217;s a good way to keep this from being a gift for non-tech savvy relatives and being a living room fixture that actually stood a chance of replacing the use of the mobile and landline phones (<a rel=\"nofollow\" target=\"_blank\" href=\"http://www.engadget.com/2010/01/27/apple-lifts-voip-over-cellular-restrictions-in-new-iphone-sdk/\">now the Skype can make calls over 3G</a> or even <a rel=\"nofollow\" target=\"_blank\" href=\"http://about.skype.com/press/2010/01/new_era_in_face_to_face.html\">cumbersome TVs</a>). No doubt that this is coming soon, but I think this was definitely a foolish sacrifice for the first generation. Likely to be able to make the battery life claims that are made without having to do too much research and development or delaying release.</li><li><strong>HDMI</strong>, without better audio, higher quality video etc, how am I going to enjoy the videos etc that I happen to download or want to share on my iPad? So I can&#8217;t pop over to a friend&#8217;s house and with a single cable pour out high definition content into the flat screen TV that hangs on their wall? This is a real use case even in business today. Not even a thought of this scenario? For shame.</li><li>I know the &#8220;<strong>stylus</strong>&#8221; concept is a bit passé at this point, but not when it records what you&#8217;re hearing while you make your notes, which are subsequently converted from handwriting into actual documents. After all, apple called this device the iPad right? This use case takes shape in nearly every way you can imagine, and unlike <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.livescribe.com/smartpen/index.html\">other products</a> that exist, the data is already stored in a device (or easily synced) in such a way that you can manipulate it easily.</li><li>The mobile landscape is changing with the proliferation of free WIFI in communities and businesses, but the roll out of <strong>4G</strong> is also on the horizon by many service providers as well. Granted, some mobile companies are admittedly removing the bottlenecks from their 3G networks, but mobile standards must be backwards compatible, so why not give a device that cannot be upgraded more longevity?</li><li>Only 802.11n support? What about the new &#8220;hub-less&#8221; WIFI technology that allows <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.engadget.com/2009/04/13/bluetooth-3-0-to-use-wifi-for-high-speed-file-transfers/\">wireless devices to directly discover and interface with each other</a> at high speed? Not having forward thinking features makes me think that this device is supposed to be disposed of annually, I mean upgraded. And not the healthy upgrades like swapping out modems or memory or disk, unhealthy ones where the entire unit is tossed or sold on eBay if I somehow find the time.</li><li><strong>Bluetooth 3</strong>, where is that? There are already devices with the standard and most of us gadget lovers already know that we still have a pairing and performance issues with our Bluetooth networks as it is, even with the enhanced data rate devices that are available now.</li><li>Video is actually key here, where is the <strong>1080p</strong>? Even <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.youtube.com/\">youtube.com</a>, <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.vimeo.com/\">vimeo.com</a> etc supports this standard now, how can this be missing today. The Simpson&#8217;s is finally widescreen after 20 years, let&#8217;s keep taking steps forward.</li><li>One of my use cases is using the device for travel, this includes in a car. However, I can&#8217;t use this for turn-by-turn directions without a decent speaker, so I guess I will have to look at the screen in that case? A bit dangerous. I guess this thing is going to remain in its specially designed Apple carry case anyway since there&#8217;s <strong>no active GPS</strong>. <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.garmin.com/garmin/cms/site/us/ontheroad/\">Garmin</a> can breath a sigh of relief.</li><li>The battery life is impressive, but at the compromise (no doubt) of <strong>multi-tasking support</strong>. So after completing that thought, the battery life is NOT impressive. So where is multi-tasking support? Even my RIM BlackBerry 8800 could manage that even with its rubbish interface.</li></ol><p>For completeness I should mention that the lack of Flash support is not a concern of mine, all of the <a rel=\"nofollow\" target=\"_blank\" href=\"http://youtube-global.blogspot.com/2010/01/introducing-youtube-html5-supported.html\">largest videos sites</a> are supporting <a rel=\"nofollow\" target=\"_blank\" href=\"http://news.cnet.com/8301-27076_3-10439048-248.html?part=rss&amp;subj=news&amp;tag=2547-1_3-0-20\">HTML 5</a> as are the browsers that I love.</p><p>If having these features means that I have to spend more, I certainly will. Knowing that subsequent operating system updates with richen my productivity and allow for greater innovation in the app&#8217;s that are developed. But what I won&#8217;t do is make compromises on these points unless I can find a reason to compromise my use cases as well: presentations, travel, business tasks, conferences/seminars etc. All of these uses cases (and more) demand a device of the description I&#8217;ve made. We&#8217;ll see if Apple will ever cater to such a small sector of their market, the hardcore.</p> <img src=\"http://feeds.feedburner.com/~r/W3EDGE/~4/KWICWCByriE\" height=\"1\" width=\"1\"/><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/jXgPNWczEu0\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://feedproxy.google.com/~r/W3EDGE/~3/KWICWCByriE/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:50;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"elvispham on \"Scalability - New Ideas For Mu Scalability\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/PxFL9sn47hQ/16000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 27 Jan 2010 19:18:44 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"93531@http://mu.wordpress.org/forums/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"<p>Hi, I\'m tottaly new here, nice to meet you\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/PxFL9sn47hQ\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://mu.wordpress.org/forums/topic/16000#post-93531\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:51;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"fredericktownes on \"Recent trouble with WP Total Cache\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/cUd_Iq6GZAQ/15762\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 27 Jan 2010 17:14:02 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"93528@http://mu.wordpress.org/forums/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"<p>Can you be more specific?\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/cUd_Iq6GZAQ\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://mu.wordpress.org/forums/topic/15762#post-93528\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:52;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"kgraeme on \"Scalability - New Ideas For Mu Scalability\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/bZfVXnNXHa4/16000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 27 Jan 2010 07:39:34 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"93485@http://mu.wordpress.org/forums/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:206:\"<p>@tdjcbe, so do you rewrite every third party plugin and theme you use to leverage the single wp-head call?\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/bZfVXnNXHa4\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://mu.wordpress.org/forums/topic/16000#post-93485\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:53;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"tomaltman on \"Recent trouble with WP Total Cache\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/5sviTxM46zQ/15762\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 27 Jan 2010 06:50:49 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"93481@http://mu.wordpress.org/forums/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:242:\"<p>We\'re not getting the errors anymore.</p>\n<p>We also had trouble with the database caching - it would cause errors, have you seen this before?\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/5sviTxM46zQ\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://mu.wordpress.org/forums/topic/15762#post-93481\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:54;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"fredericktownes on \"Images do not appear unless logged in\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/wQu59D_Jw-A/15833\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 26 Jan 2010 17:59:23 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"93451@http://mu.wordpress.org/forums/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"<p>Have you tried the latest version of W3TC?\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/wQu59D_Jw-A\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://mu.wordpress.org/forums/topic/15833#post-93451\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:55;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"fredericktownes on \"Scalability - New Ideas For Mu Scalability\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/-ge0rXI8sd4/16000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 26 Jan 2010 17:55:16 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"93450@http://mu.wordpress.org/forums/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1754:\"<p>Clearly, not invoking PHP is ideal, but you get that with W3 Total Cache, WP Super Cache and some of the other plugins that produce .html files. The only reason I tend not to agree with web server only performance optimization approaches is because one ends up just shifting lots of functionality to the web server instead of optimizing the application and the web server separately (which I feel produces a much more scalable stack), especially when opcode caching is in play.</p>\n<p>Having said that, Nginx support is in the roadmap for W3 Total Cache and all of the various modules available will be explored and bench tested, meanwhile, W3 Total Cache is the most robust solution for integration of CDN functionality (whether self-hosted or not) as well as minification. The database caching improves concurrency for you and works with a multiple server environment, the same is true for page caching as well. There have already been users modifying the apache directives to realize stellar performance in lighttpd and nginx, so I think all that\'s left is to do some bench testing to see which modules unlock the best performance. I would venture to guess that disk-based caching solutions are still going to be best for most standalone server environments.</p>\n<p>As for managing images generated by PHP, I recommend generating flat files and using logic to directly access those files to reduce the invocation of PHP. If coupled with elastic storage like S3 (and coupled with varnish for example) or a CDN, you would realize the performance you want without having to deal with image manipulation in each request PHP which will always be expensive.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/-ge0rXI8sd4\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://mu.wordpress.org/forums/topic/16000#post-93450\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:56;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"fredericktownes on \"Recent trouble with WP Total Cache\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/R3dKA4acT2E/15762\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 26 Jan 2010 17:45:04 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"93449@http://mu.wordpress.org/forums/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"<p>Does this problem persist with the latest version?\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/R3dKA4acT2E\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://mu.wordpress.org/forums/topic/15762#post-93449\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:57;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"tdjcbe on \"Scalability - New Ideas For Mu Scalability\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/JwBH6HeUSls/16000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 21 Dec 2009 04:20:59 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"90972@http://mu.wordpress.org/forums/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:692:\"<blockquote><p>You could also tack on the functionality which converts javascript files into the one php file.</p></blockquote>\n<p>Actually we tried something like that awhile back and the use of wp-super-cache didn\'t allow that. </p>\n<p>We now do a single plugin call for wp-head though that calls all of the javascripts in one batch instead of allowing the individual plugins do it. Saves time as you don;t have all those add_actions through out all of the code. You just have one. Well, two since we do this for the admin side as well.</p>\n<p>We also do this for plugin CSS additions as well.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/JwBH6HeUSls\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://mu.wordpress.org/forums/topic/16000#post-90972\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:58;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"honewatson on \"Scalability - New Ideas For Mu Scalability\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/EGfBF-hJBto/16000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sun, 20 Dec 2009 15:20:39 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"90948@http://mu.wordpress.org/forums/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2846:\"<p>1. Nginx Fastcgi Cache - From the personal results I\'ve experienced so far this easily beats and replaces a significant portion of other caching systems like supercache and w3 total cache. </p>\n<p>It\'s also been very handy for cutting back on image processing and serving outside the typical caching benefits.</p>\n<p>blogs.php causes a lot of unnecessary additional load on the server because it uses php to find and serve static files. With nginx fastcgi_cache the response from blogs.php can be cached so its served as fast as any other static files. This works across multiple blogs and domains. You can control cache times based on whether they or not they are users. For example if they are a user you might send them cached pages of up to 30 minutes old and if they are not a user you might send a cached response of a day. If its a jpeg you might set the cache to 7 days plus add in browser caching in the headers. </p>\n<p>If you\'ve got this kind of set up on something like Amazon you can set up a terabyte Elastic Block for nginx to cache php responses on there. I haven\'t tried it yet but in theory you could in fact cache to multiple terabyte Elastic Blocks in Amazon or any mounted network drive. This means a lot of your caching is done for the cost of extra disk space and you\'re not just restricted to one computers disk space. Thats something that has held supercache back over batcache. Batcache you have to purchase more memory to expand. Nginx fastcgi cache will not solve all your cache problems but it works very well with a batcache solution.</p>\n<p>After the success in eliminating the load I replaced blogs.php to include dynamic image resizing eg:</p>\n<p>/files/2009/12/megan-fox.jpg?w=345</p>\n<p>This is helpful for themes that have all kinds of custom sized images in the template. blogs.php will do the resizing once and then nginx will served the cached version of the resize for as long as you specify.</p>\n<p>2. Google App Engine for Image Processing and Serving statics - The above solution is pretty cool but I was thinking as you get more and more users statics obviously take up load time (although this isn\'t such a big deal with nginx.) Image processing however takes up more and more cpu time on your server. I was thinking it would be call to have a Google App Engine app which provides a service to your mu installation and does all your image resizing and serves all images as well as the core wordpress statics. That way you remove the image processing to a firstly free, then very affordable solution with virtually unlimited scalability for these features.</p>\n<p>You could also tack on the functionality which converts javascript files into the one php file.</p>\n<p>Anyway those are a couple of ideas.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/EGfBF-hJBto\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://mu.wordpress.org/forums/topic/16000#post-90948\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:59;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"theBadger on \"Images do not appear unless logged in\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/EeS7o1TJvzo/15833\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 08 Dec 2009 06:47:13 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"90177@http://mu.wordpress.org/forums/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:568:\"<p>For some strange reason, images do not load on articles such as: <a rel=\"nofollow\" target=\"_blank\" href=\"http://f1badger.com/blog/2009/12/05/on-form-action-arts-fran-richley-chats-to-the-badger/\">http://f1badger.com/blog/2009/12/05/on-form-action-arts-fran-richley-chats-to-the-badger/</a></p>\n<p>Unless the visitor is logged in. If someone leaves a comment the images appear afterwards... very strange.</p>\n<p>I\'m using W3 Total Cache - would this be causing issues??\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/EeS7o1TJvzo\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://mu.wordpress.org/forums/topic/15833#post-90177\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:60;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"The Quest for Speed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/XCMPqiu9xbw/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 03 Dec 2009 02:52:40 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"http://www.w3-edge.com/weblog/2009/12/622/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:301:\"More than a trend, web application performance, user experience and performance optimization are finally being recognized as the building blocks of successful sites. Google is taking a leading role today in increasing awareness about the role of speed in improving user experience and driving revenue.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7239:\"<p><img src=\"http://w3e.w3totalcache.netdna-cdn.com/wp-content/uploads/2009/12/iStock_000003253552Large.jpg\" alt=\"iStock_000003253552Large\" title=\"iStock_000003253552Large\" width=\"400\" height=\"266\" class=\"alignright size-full wp-image-629\"/>For web applications today speed is not just about bragging rights, instead speed is a deciding factor in: reducing the learning curve of applications for end users, increasing the adoption rate, improving conversion rates, growing time on site and numerous other metrics for web sites.</p><p>Historically, search engine companies (Google, Yahoo!, Bing etc) are among the original innovating web application developers and their success has afforded them with the resources to learn how to scale applications. In particular, Google has been <a rel=\"nofollow\" target=\"_blank\" href=\"http://code.google.com/speed/articles/\">working diligently</a> (as does <a rel=\"nofollow\" target=\"_blank\" href=\"http://developer.yahoo.com/performance/rules.html\">Yahoo</a>) to contribute to the web developer community, increasing awareness and providing research about creating good experiences with web content. Today they&#8217;ve even released their solution to the performance issues surround Domain Name Service (DNS) and with their <a rel=\"nofollow\" target=\"_blank\" href=\"http://googleblog.blogspot.com/2009/12/introducing-google-public-dns.html\">Google Public DNS</a> project. DNS is the process by which your browser determines which server to query for the pages you request.</p><p>It has probably always played a role in the background in some way, but is now a talking point &mdash; the speed of a web site is instrumental in how Google determines the rank of your site in search engine result pages. While there may be <a rel=\"nofollow\" target=\"_blank\" href=\"http://mashable.com/2009/11/15/google-ranking-speed/\">numerous opinions</a> on the topic, the fact remains that speed is vital to a positive user experience and a healthy eco-system, so those facts make any opinions quite moot. You can now find Google&#8217;s opinion on the speed of your web site in Webmaster Tools, in <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.google.com/support/webmasters/bin/answer.py?hl=en&#038;answer=158541\">the site performance</a> section (currently still a labs feature). Take a look and see how your site compares to the rest of the web.</p><p>WordPress is an extremely popular open source content management system and publishing tool. I contribute to the performance of WordPress via <a rel=\"nofollow\" target=\"_blank\" href=\"http://wordpress.org/extend/plugins/w3-total-cache/\">W3 Total Cache</a>, which (from a bird&#8217;s eye view) accomplishes a number of goals:</p><ul><li>Make servers more green by reducing the resource demands in delivering dynamic content</li><li>Reduce load time of sites, thereby providing the benefits stated above</li><li>Allow bloggers and other WordPress plugin developers to continue to focus on producing content and easy-to-deploy functionality for WordPress without having to worry about performance penalties / implementation issues or keep an eye on their WordPress installation.</li></ul><p>The action items to implement the largest performance wins for web applications traditionally include the following:</p><ul><li><strong>Progressive render: </strong>It&#8217;s imperative that CSS and JavaScript are properly embedded into web pages to ensure that the user begins to see content displaying as quickly as possible. The term progressive render literally implies that the web site loads instantly with a water fall effect rather than showing users a white page for several seconds and drawing the entire page at once. Proper use of this technique is realized through careful placement and embedding of CSS and JavaScript in the head of the page. As well as loading JavaScript near the end of the page in addition to using pipelining techniques to overcome download limitations in some browsers.</li><li><strong>Reduce HTTP Transactions:</strong> This technique takes shape in 3 ways:<p> HTTP Compression: the smaller the file, the faster it can be generated, sent and rendered or executed. Gzip or deflate compression is supported by modern browsers and is one of the most fundamental performance wins in web development.</p><p> Minification: the staple technique of Yahoo.com, Google.com and Bing.com for years and instrumental in the &#8220;1 second page loads&#8221; they appear to have. Combining CSS and JavaScripts respectively, removing white space, comments, line breaks and even inserting CSS and JavaScript inline in the document, (if also compressed) ensures that the least amount of data is sent to the browser.</p><p> <a rel=\"nofollow\" target=\"_blank\" href=\"http://spriteme.org/\">Image Sprites</a>: combining multiple images into a single file and using CSS to manipulate them on the page. Since your browser will download a larger image faster (in practice) than numerous <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.gracepointafterfive.com/punypng\">smaller images</a>, this is a real performance win when coupled with browser-side caching.</p><p> These methods make sure that there are fewer &#8220;calls&#8221; to a web server to deliver a page. When it comes to performance, less is more.</li><li><strong>Caching:</strong> Cache everything and cache often! Words to that effect are the mantra of hard core web developers. This technique includes setting expiration time for CSS, JavaScript, and images etc that are downloaded from your site. It also includes, caching pages, database queries, RSS feeds and so forth so that your web server spends time sending content instead of generating it. Don&#8217;t forget that Content Delivery Networks are also a very important type of cache that significantly reduce the latency of content intended for a global audience.</li></ul><p>Will it ever be enough? Doubtful. And there&#8217;s much more to it than the few items I listed. Google is already more than kicking tires on their new take on <a rel=\"nofollow\" target=\"_blank\" href=\"http://blog.chromium.org/2009/11/2x-faster-web.html\">how web enabled devices should communicate</a>. A very ambitious endeavor, but for Google who is bold enough to deploy HTML5 on their main property (Google.com), I&#8217;d have to say that they&#8217;ve got the resources to see it through. And as always it&#8217;s easy to see the wake of <a rel=\"nofollow\" target=\"_blank\" href=\"http://stevesouders.com/\">Steve Souders&#8217;</a> contributions to web application performance – no doubt a vital contributor at Google (the <a rel=\"nofollow\" target=\"_blank\" href=\"http://code.google.com/speed/page-speed/download.html\">page speed Firefox plugin</a>?), formerly of Yahoo fame.</p><p>The takeaway is this, on the horizon, there will be more talk about the performance of your site and that in turn will raise the bar and awareness in the open source community about how to make high performance applications, the reasons to do it and with which tools to measure those results.</p> <img src=\"http://feeds.feedburner.com/~r/W3EDGE/~4/ti6dx-ayFkg\" height=\"1\" width=\"1\"/><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/XCMPqiu9xbw\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://feedproxy.google.com/~r/W3EDGE/~3/ti6dx-ayFkg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:61;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"tomaltman on \"Recent trouble with WP Total Cache\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/NnMWfTcFN9Y/15762\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 02 Dec 2009 09:13:36 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"89812@http://mu.wordpress.org/forums/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:900:\"<p>Is anyone using WP Total Cache and have had errors showing up int he logs over the past few days?</p>\n<p>We love WP Total Cache and it has helped our server load immensely...but as of about 2 days ago, it is asking real funny.</p>\n<p>We has to turn off page caching, which is a huge drain back on resources because of this error:</p>\n<pre><code>[Wed Dec 02 00:21:04 2009] [error] [client xxx.xxx.38.97] PHP Fatal error: Call to undefined function is_404() in /var/www/vhosts/domain.com/httpdocs/wp-content/plugins/w3-total-cache/lib/W3/PgCache.php on line 182</code></pre>\n<p>It is trying to assign the variable $is_404 the value from the function is_404(). I tried to check it - and when I did, it just moved on to a is_single() function call.</p>\n<p>It\'s like it has lost scope to the WP functions?\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/NnMWfTcFN9Y\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://mu.wordpress.org/forums/topic/15762#post-89812\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:62;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"PressThis on WebmasterRadio.fm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/V9Vd8eXXXK4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 18 Aug 2009 14:09:09 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://www.w3-edge.com/?p=306\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"I was fortunate enough to discuss WordPress usability with one of the industries most well-recognized personalities Joost de Valk.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:782:\"<p><a rel=\"nofollow\" target=\"_blank\" href=\"http://twitter.com/yoast\">Joost de Valk</a> is a well known blogger, WordPress developer, speaker and marketer and has started a great show on Webmaster Radio focused on WordPress tips and the like. I was fortunate enough to be invited to share in the discussion as Mashable&#8217;s CTO discussing usability from various perspectives including design, WordPress optimization as well as a few upcoming plugins. The podcast is available on Joost&#8217;s site <a rel=\"nofollow\" target=\"_blank\" href=\"http://yoast.com/press-this/wordpress-usability/\">here</a>.</p> <img src=\"http://feeds.feedburner.com/~r/W3EDGE/~4/Idsj_tCH2vQ\" height=\"1\" width=\"1\"/><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/V9Vd8eXXXK4\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://feedproxy.google.com/~r/W3EDGE/~3/Idsj_tCH2vQ/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:63;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Do’s and Don’ts to Improve Google Ranking\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/S39Ut845mfg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 09 Mar 2009 08:19:54 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://www.w3-edge.com/?p=288\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:194:\"Google Ranking Factors, The Good and the Bad. There are lots of opinions on how Google actually ranks your web site in the search result pages &#8212; take a closer look at what matters and why.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8418:\"<p>Among SEO professionals, there isn&#8217;t always consensus on precisely which and to what degree site factors contribute or detract from rankings on Google because the factors actually vary by industry. There are indeed, a number of contentious issues: markup and content quality, use of title tags, site organization and even arguments that Google Analytics data factors in to site rankings. Not likely (yet), but certainly up for debate among SEO professionals.</p><p>However, there are some Google ranking factors that most professionals agree affect site positioning on Google SERPs. However, these are opinions, find out for yourself how these apply to projects you&#8217;re working on.</p><p><strong>Recommended Steps to Improve Google Ranking</strong></p><p><strong>1. Use keywords in HTML title tags. </strong>Probably the most significant factor for a site regardless of the competitive landscape, the title tag must be consistent with content in the page for best results. The more keywords in your title, the less effective this factor, be judicious.</p><p><strong>2. Create quality anchor text for inbound links. </strong>At one time, according to some SEO professionals, quality anchor text was an essential component of a well-ranked site. After all, this is the text the user opted to see by clicking a link on another site. Most SEOs still contend that quality anchor text is a highly significant, positive ranking factor. If not for spiders, for visitors clicking in as well. Obviously the text should be relevant to the destination page for best results; that&#8217;s where your on page optimization comes in to play.</p><p><strong>3. Increase link popularity.</strong> Link popularity takes into account the number of inbound links present. Link authority has less relevance, though it is still a factor depending on the competitive landscape. Link popularity is based on a global count of links from all sites. However, quality links are still critical to creating site authority; authority means ranking for more phrases than you intentionally target.</p><p><strong>4.</strong> <strong>Hang in there. </strong> The age of a site is an important positive weighting factor according to many SEO professionals. It&#8217;s certainly a reasonable assumption. Failed sites are dropped as soon as the hosting subscription ends. If a site has been around for 10 years, the owners must be dong something right, especially if link popularity is steady developed over the years. Unfortunately for site owners, there&#8217;s no way to speed up the aging process &ndash; except hanging in there.</p><p><strong>5. Increase the popularity of internal links.</strong> These links direct visitors to helpful, related content. They&#8217;re important in providing visitors with a positive on-site experience. Search engines view on-site link popularity as a sign that visitors like what they see and want to learn more.</p><p><strong>7. Build deep links. </strong>Deep links are relevant to the topicality of the target page or keyword. The relevance of these inbound links matters to a site&#8217;s Google ranking. However, please note point 3. The sheer number of inbound links is a factor as well. Quality deep links carry more weight and add credibility to a site.</p><p><strong>8. Connect with sites selling to the same demographic. </strong>Create a number of links with sites within your topical community. This helps visitors further their searches &ndash; something Google likes very much.</p><p><strong>9. Keep old links. </strong>Google looks for web stability. The older the link, the more trust it has. It indicates a happy relationship with the site owner linking in who recognizes the value of sending visitors off-site. Google watchers suggest a three to four month time window for spiders to determine that this is a well-established, long-term link that has value to visitors of both sites.</p><p><strong>10. Use keywords in body text. </strong>Make sure that keywords receive prominent display in headlines, headers, sub-heads. It&#8217;s important that the keywords used in HTML text on page match with keywords used in the site&#8217;s meta data and title tags.</p><p><strong>Not Recommended</strong></p><p><strong>1. Don&#8217;t use session IDs in URLs. </strong>It sounds like a good idea on the surface, an easy way to track customer information, but here&#8217;s the problem. Each time a spider crawls the site, a new URL with session ID is created. The spider now has two, or three or more URLs all showing duplicate content. Go back to Go, do not collect $200. Don&#8217;t confuse this with pages that may have a couple GET variables in them; avoid that when you can, but just avoid having your pages containing session IDs.</p><p><strong>2. Choose a reputable web host. </strong>The most potent negative ranking factor is server accessibility. If your server, located in Timbuktu, is inaccessible to spiders, it&#8217;s inaccessible to visitors. Down time soon becomes down and out time.</p><p><strong>3. Avoid duplicate content. </strong>Googlebots employ filters to detect duplicate content. Now, if you opt to post some syndicated articles, you&#8217;re providing a service to visitors. However, a bot will recognize that content (it&#8217;s already appeared on 400 sites) and you&#8217;ll see a drop in traffic rank.</p><p><strong>4. Jettison low-quality links. </strong>Google assesses the character of your site by the company you keep so keep good company by unlinking from (1) links farms, (2) sites with absolutely no quality content and (3) otherwise low-quality sites; e.g. FFA (free for all) sites.</p><p><strong>5. Avoid any kind of links deception. </strong>Googlebots aren&#8217;t smart, but they can detect some paid links and a variety of links scams, including generated links. If a Googlebot suspects links fraud, your site may be penalized and sent to the basement or banned altogether.</p><p><strong>6. Avoid a log-in before visitors and bots access &ldquo;the good stuff.&rdquo; </strong>Log-ins can easily confuse a bot who won&#8217;t be able to access quality content hidden behind a log in. Even though users with Google toolbars will be unknowingly suggesting new URLs to be crawled as they surf about, having teasers for the content your monetizing by subscription will help your SEO.</p><p><strong>7. Avoid using frames. </strong>Horizontal and vertical framesets frameset are commonly used by designers to present more than one page of a site on the screen at the same time. However, frames are also bot traps. They can get in but they can&#8217;t get out, making it impossible for them to index a site &ndash; at all! Tell your developer to look at using iframes if possible or absolutely necessary.</p><p><strong>8. Avoid duplicate title/meta tags. </strong>Title/meta tags are a valuable resource for site owners to expand access points to a site. Using title tags ensures that more pages are indexed and listed in Google&#8217;s SERPs as distinct links. All good. Unfortunately, too many duplicate title tags on pages in which the content topic hasn&#8217;t changed, is redundant and a waste of the bots time. Use tag your pages uniquely and judiciously.</p><p><strong>9. </strong> <strong>Do not keyword stuff.</strong> Even though search engines no longer give much weight to keyword tags, keyword stuffing continues. Select 20 to 30 keywords &ndash; top-tier and long-tail &ndash; and focus on them. Keep keyword density in body text at no more than 3%. The old 5% rule still led to on-site gibberish &ndash; obviously these figures vary by competitive landscape.</p><p><strong>10. Do not let quality slip &ndash; even for a day. </strong>Spiders crawl sites with greater frequency and sophistication and index updates are common as changes to a site are implemented. During periods of construction, be sure to keep spiders out of staging areas that have yet to be completed nofollow or block with robots. These works-in-progress may cost you points in the ranking sweepstakes.</p><p>Google controls 46% of all searches. Doesn&#8217;t it make sense to give this search engine exactly what it wants and delete what it doesn&#8217;t want?</p><p>Rhetorical question.</p> <img src=\"http://feeds.feedburner.com/~r/W3EDGE/~4/sqK7hlj4Gew\" height=\"1\" width=\"1\"/><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/S39Ut845mfg\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://feedproxy.google.com/~r/W3EDGE/~3/sqK7hlj4Gew/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:64;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Yoast Launched!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/usafP9S0Hz8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 03 Mar 2009 09:34:47 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://www.w3-edge.com/?p=291\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:175:\"One of the harbingers of progress in the WordPress community allowed us to contribute a custom redesign including the latest in social media elements and custom illustrations.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1500:\"<p>Tweaking Web Sites is what <a rel=\"nofollow\">Yoast.com</a> is all about. Joost de Valk has been a prolific WordPress plugin developer for some time now and among our goals for the project was to call out featured plugins, featured posts and make sure that the site was engaging from a social media standpoint.</p><p>Above and beyond the design we also worked to optimize the site’s load and render performance as well as making the server stand up the traffic demands that yoast.com generates.</p><p>Hand drawn illustrations, advanced CSS and completely unique styling make this re-design project one we’re very proud of.</p><p>This project has been showcased quite a bit on the various design galleries and received numerous mentions from around the blogosphere including:</p><ul><li><a rel=\"nofollow\" target=\"_blank\" href=\"http://www.smashingmagazine.com/2009/04/02/10-impressive-simple-design-techniques/\">10 Simple and Impressive Design Techniques</a></li><li><a rel=\"nofollow\" target=\"_blank\" href=\"http://www.webdesignerdepot.com/2009/10/blog-headers-20-great-examples-and-best-practices/\">Blog Headers: 20 Great Examples and Best Practices</a></li><li><a rel=\"nofollow\" target=\"_blank\" href=\"http://www.webmaster-source.com/2009/04/10/design-spotlight-yoast/\">Design Spotlight: Yoast</a></li></ul> <img src=\"http://feeds.feedburner.com/~r/W3EDGE/~4/edjOwftgUek\" height=\"1\" width=\"1\"/><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/usafP9S0Hz8\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://feedproxy.google.com/~r/W3EDGE/~3/edjOwftgUek/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:65;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Mashable Launched!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/A7F9R7LT2H4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 26 Feb 2009 06:30:04 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://www.w3-edge.com/?p=290\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"We\'re proud to have worked on yet another mashable.com site redesign.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:954:\"<p>Another <a rel=\"nofollow\">Mashable.com</a> WordPress theme has been launched. For those of you don’t already know Mashable is among the world’s most popular blogs covering topics around technology and social media.</p><p>Last year we updated the look and feel of the various applications: marketplace, codes, invites, france, mashtracker etc, this year we’re focusing more on the user experience of the main blog itself and exposing the evergreen content that users frequent the site for as well as the daily news topics that users want as well.</p><p>This redesign is a great step towards subsequent initiatives that will allow all of the segments of the readership to find the content they want more easily on Mashable and keep them on the site.</p> <img src=\"http://feeds.feedburner.com/~r/W3EDGE/~4/jSpuxDDf_Mc\" height=\"1\" width=\"1\"/><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/A7F9R7LT2H4\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://feedproxy.google.com/~r/W3EDGE/~3/jSpuxDDf_Mc/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:66;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"CSS3 Launched!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/Zi1DTtuw8b0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sat, 01 Nov 2008 09:44:40 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://www.w3-edge.com/?p=293\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"The industry\'s foremost blog on CSS 3 news, tutorials and tips has just been redesigned!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:962:\"<p>Originally created by Joost de Valk and supporting cast, <a rel=\"nofollow\">CSS3.info</a> is the definitive guide to CSS 3 with tips, tutorials, guides and news about the forthcoming CSS specification from the World Wide Web Consortium.</p><p>CSS 3 is a completely content-driven site and as such the focus of the redesign was to simply identify and resolve minor usability issues and improve the performance of the blog from a user experience standpoint. Thanks to the great plugins by Joost de Valk, the redesign process was very straight forward.</p><p>The result of the redesign was a nice traffic bump and a consistent boost to the blog’s RSS feed. Users can also now learn more about the contributors as we exposed profiles for the bloggers working on the project.</p> <img src=\"http://feeds.feedburner.com/~r/W3EDGE/~4/cLF0XGI-zzo\" height=\"1\" width=\"1\"/><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/Zi1DTtuw8b0\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://feedproxy.google.com/~r/W3EDGE/~3/cLF0XGI-zzo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:67;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Get Your Blog Google Ranked in 30 Days or Less\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/-R_bbqUBvhY/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 25 Feb 2008 07:22:33 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://www.w3-edge.com/?p=263\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:235:\"Blogs are great for updating content quickly, creating a site community, and they even make search engines happy. Unfortunately, many site owners mis-use or under-utilize their blogs so here are 50 tips to boost your blogs performance.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:15098:\"<p>Blogs have been around long enough to become standard elements of the web landscape. They&#8217;re easy to construct and manage, they create fresh, user-generated content and, if well-executed, blogs draw crowds and the attention of search engines.</p><p>Whether starting out with a new domain name, or a domain that&#8217;s been around for a decade, you can rank your blog on Google if you just do what Google wants you to do. So here are 25/50 tips to get your blog ranked by the world&#8217;s biggest SE .</p><p><strong>50. Build your own or move to WordPress.</strong> <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.wordpress.com/\">WordPress</a> is a blog platform that&#8217;s open source (free), robust, extensible and easy to use. Add <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.feedburner.com/\">Feedburner</a>, which equips site owners to broadcast RSS feeds and develop user metrics. Next, synch up Google Analytics and a sitemap plug-in to simplify populating the blog and developing useful, actionable metrics. Also, make sure your blog is pinging <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.technorati.com/\">Technorati</a> and other social media sites like <u><a rel=\"nofollow\" target=\"_blank\" href=\"http://www.digg.com/\">digg</a></u>.</p><p><strong>49. Don&#8217;t worry aboutpage rank.</strong> PR is highly over-rated as a yardstick of online success. Connectivity within a web community and expansion through content syndication and guest blogging are more critical to building site credibility than page rank. PR will take care of itself over time if you do it right.</p><p><strong>48. Make a difference, or at least have a clear purpose.</strong> Differentiate your content on every post. Cover lots of editorial ground.</p><p><strong>47. Use a conversational tone.</strong> Dry, starchy academic writing is strictly for the textbooks. Write words that people &#8220;hear&#8221; instead of read.</p><p><strong>46. Provide a &#8220;Tell Your Friends&#8221; link on your blog. </strong>Birds of a feather do, indeed, flock together. So, if one of your regulars shares an interest in philately, chances are s/he has other friends with an interest in stamp collecting.</p><p><strong>45. Study the competition</strong>. They&#8217;re studying you. Check out <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.spyfu.com/\">SpyFu</a> to do a little undercover work on search analytics employed by competitor sites and their visitors. You can&#8217;t touch the content but you can&#8217;t copyright an idea, either, so pick up some new paths of thought from others in your site&#8217;s arena.</p><p><strong>44. Remember SEO basics.</strong> Use provocative, keyword-rich title tags, meta keywords and descriptions, and only link to high-quality sites. Never over do it. Keep your posts relevant, natural, accurate and, above all, <u>current</u>.</p><p><strong>43. Don&#8217;t stuff blog post titles with keywords. </strong>It&#8217;s a form of keyword stuffing and spiders hate keyword stuffing. The ratio in headlines should be ~40% keywords, ~60% non-keywords.</p><p><strong>42. Submit your URL to blog directories. </strong>There are &#8220;best of the web,&#8221; and paid directories, like Yahoo, and free directories like the <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.dmoz.org/\">Open Directory Project</a>. Every directory listing is another link to your site and another way visitors can find you. Just google them to find more.</p><p><strong>41. Create blog categories that contain keywords, </strong>i.e., Ecommerce, SEO , Affiliates, etc. for use with a &#8220;site hosting&#8221; or &#8220;site design&#8221; blog.</p><p><strong>40. Content quality counts.</strong> Research topics about which target readers want to learn. Write something new, useful and relevant. And don&#8217;t forget to regularly update older posts. Things change fast on the web so last year&#8217;s &#8220;next big thing&#8221; is this year&#8217;s hackneyed cliché.</p><p><strong>39. Vary topics, content length, relevancy and posting times.</strong> However, be consistent, as well. Keep blogging. It can take time for a blog to catch the notice of a search engine spider.</p><p><strong>38. Get guest bloggers</strong>. Add links from their blogs and establish your site&#8217;s link community. There are people within your web neighborhood with opinions and good information. Contact them to invite submissions to your blog and your site in general.</p><p><strong>37. Don&#8217;t use duplicate content</strong>. The only duplicate content that appears in your blog posts are quotes, and they should be identified with quotation marks.</p><p><strong>36. Call posters by name. </strong>If Bob M. from Athens, Georgia, posts to your blog, recognize his contribution with a &#8220;Thanks, Bob&#8221; at the end of your response.</p><p><strong>35. Make friends with other bloggers</strong> in your commercial, business or NFP space. Ask to become a guest blogger, or seek endorsements from the &#8220;names&#8221; within your site sphere.</p><p><strong>34. Send a personal note to posters. </strong>Not all bloggers have the time to do this but if you can send a personal email thank-you note to a poster, you&#8217;ve increased the chances of that poster becoming a member of your site community.</p><p><strong>33. Encourage viral link building. </strong>Take a stand. Introduce the coming paradigm shift in web commerce, provoke controversy. It sells. Just ask Ann Coulter.</p><p><strong>32. Ensure the blog is optimized for Technorarri.</strong> Claim your blog, set an avatar and pings, use tags where appropriate and be sure to ping various blog tracking sites.</p><p><strong>31. Don&#8217;t place ads on your blog, yet.</strong> If you feel you must (you&#8217;re seeing nice PPC revenues), determine that your site&#8217;s HTML is optimized to position those ads at the bottom of each blog page.</p><p><strong>30. If your blog isn&#8217;t pulling,</strong> have the code reproduced so it&#8217;s as semantic, accessible and code-to-content optimized as possible. Also, hire a code expert to position content above ads or any other content in the site markup.</p><p><strong>29. Ignore Alexa</strong>. A lot of new site owners rely on Alexa for site metrics but remember, Alexa is a popularity metric since only Alexa toolbar users contribute data &mdash; and that&#8217;s a less-than-universal test population.</p><p><strong>28. Build credibility. </strong>Publishing authorities on your site&#8217;s topicality usually does the trick. Once blog credibility is established, identify trends, solve new problems and gradually expand the topic range of your blog.</p><p><strong>27. Buy or build a hot blog design and submit it to design galleries.</strong> Hire a site/blog designer, or bring your vision to fruition. This enables your blog to appear five or six demographic iterations from your home site, expanding the site&#8217;s reach outside the immediate site community. This creates new marketing channels fast.</p><p><strong>26. Develop some friendly contacts on social media sites</strong> and participate in the community. Ask contacts to promote your blog content. Also ask for contributors. People love to express their opinions.</p><p><strong>25. Focus on ranking for <u>three key words or phrases</u> to start.</strong> The keywords you select should appear in your HTML title tags and within the site&#8217;s content when appropriate. However, watch keyword density levels. Anything above 5% starts to sound like gibberish. 2% to 3% keyword density provides more creative latitude for the content developer, and still lets bots know what the site is about.</p><p><strong>24. Only purchase ad links on relevant niche sites.</strong> This, by default, limits competitive links and delivers more qualified (knowledgeable and ready-to-purchase) visitors to your site.</p><p><strong>23. Participate in your link community.</strong> Forum and blog links are ephemeral, lasting a day or two as web fodder, so there&#8217;s always the need for more green. Interact by posting to not only drive traffic with the link, but to also pick up another link from a credible site. All good.</p><p><strong>22. Publish new content on weekdays.</strong> Even search engines need a break. Actually, more people are online Monday through Friday so your latest blog post is still the latest when posted on Monday rather than Sunday. A little thing, for sure, but little things mean a lot online.</p><p><strong>21. Write content for various experience levels. For many spaces DIYs are the largest sector.</strong> Some readers are just starting out. Others have been at it for years and probably know more than you do, so post blogs to appeal to a broad range of skill sets &mdash; from green rookie to wizened old vet.</p><p><strong>20. Cite the sources of your content.</strong> This adds credibility to your posts. It also provides a trail for a reader interested in learning more about the topic at hand.</p><p><strong>19. Focus on contextual relevancy before quantity of links.</strong> Connectivity within a market or topic segment has more value than SEO anchor text, at least in the short term.</p><p><strong>18. Poll your readers.</strong> Everybody&#8217;s got an opinion. Provide a platform to let posters and readers vote on a topic related to your site. It doesn&#8217;t do any good if you run a retail outlet and poll visitors on who they&#8217;d like to see in the White House. Stay on topic.</p><p><strong>17. Create surveys. </strong>Surveys are more in depth than a poll. One survey you might want to try is one in which buyers rate the services and products you sell. Great marketing information. Consider placing a satisfaction survey somewhere on your site.</p><p><strong>16. Write about popular brands or celebrities where possible. </strong>It doesn&#8217;t matter if you&#8217;re blogging short sales in the market or clothing for the over-sized human, celebrity and name brands get picked up by spiders.</p><p><strong>15. Find free stuff to give away. </strong>Free still works on the web. There&#8217;s lots of open source software (OSS), mortgage calculators, real-time stock feeds and other digital goodies that visitors can download free. Free is nice.</p><p><strong>14. Answer questions on Google groups and Yahoo Answers.</strong> People write in with all sorts of questions, some sure to fall within your area of expertise. By signing on as an authority in a field (your arena) you build credibility. Plus, it&#8217;s fun helping others from the comfort of your own work station.</p><p><strong>13. Add imagery and video content to your posts.</strong> A picture is worth a thousand web words. Charts and graphs simplify complex information and don&#8217;t take up a lot of room. If you aren&#8217;t an artist, create a relationship with a freelancer. Never use clip art.</p><p><strong>12. Use QA sessions in your blog. </strong>You&#8217;re the expert. Also, invite guest bloggers to handle questions beyond your skill set. Helpful, simple advice keeps visitors coming back and makes you a guru.</p><p><strong>11. Syndicate content outside of your blog</strong>. Every site owner needs content. Fortunately, there&#8217;s plenty of it free for the taking. Sites like <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.helium.com/\">Helium</a>, <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.ezine.com/\">Ezine</a> and <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.goarticles.com/\">Go Articles</a> are content supermarkets. Post your piece and pick up non-reciprocal, in-bound links for your effort. Content syndication increases link popularity.</p><p><strong>10. Direct (future) page rank efforts to well-optimized content on your home site. </strong>Don&#8217;t direct visitors and bots to the garbage bin of out-dated content stored in the site&#8217;s archives. Point them to the new news.</p><p><strong>9. Update or create a Wikipedia page and link to your site. </strong>Another means of establishing yourself as an authority. Just make sure the Wiki piece is accurate, well written and typo-free.</p><p><strong>8. Submit industry or topical news to general news sites. N</strong>ot just industry related sites. If a small oil and gas company brings in a gusher, it&#8217;s of broader interest than to just industry insiders. Also adds credibility and another link.</p><p><strong>7. Deep links or links to sub-pages are vital. </strong>There&#8217;s a tendency to link from a remote site to your home page. Not necessarily the best strategy. Consider linking to pages deeper in the site – pages related directly to your blog post. This way, visitors are in your site and less likely to bounce.</p><p><strong>6. Respond to comments in your blog. </strong>This accomplishes three important objectives: (1) it shows that there&#8217;s a human behind the blog; (2) it gives you a chance to show your expertise; and (3) you can lead the thread in a new direction or keep the discussion going. Oh, it&#8217;s also the polite thing to do, as well.<strong></strong></p><p><strong>5. Cross link your posts. </strong>Link amongst your related blog posts using the keywords you&#8217;re optimizing your blog for as the anchor text.</p><p><strong>4. Get linked alongside related blogs on other sites. </strong> You can contact the blog administrator to swap links, you can become a regular guest blogger if your writing is good enough or your knowledge extensive. Niche sites are great for building blog links networks.</p><p><strong>3. Bait your blog. </strong> Post unconventional and controversial articles to create lengthy threads that, in turn, create site stickiness.</p><p><strong>2. Be consistent into month two. </strong>Keep the tone, style and topicality of your blog consistent for the first two months until spiders get it. Then, you can branch out to peripheral topics to expand reader interest.</p><p><strong>1. Network offline</strong>. Helpful networking tools include <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.linkedin.com/\">LinkedIn</a>, <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.meetup.com/\">MeetUp</a> and <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.mybloglog.com/\">MyBlogLog</a>. These sites provide real world contacts to simplify and streamline the process of networking. They&#8217;re also useful in building beneficial online relationships – not to be overlooked. Also reach out using conferences that are available in your area and abroad.</p><p>The keys to building a successful, well-tended blog run the gamut from good content to good contacts, and from credibility to controversy. There are lots of ways to expand your blog community and develop quality rankings at the same time</p><p>Once you&#8217;ve got all of this down your next steps are to begin monetizing your site.</p><p>So, blog.</p> <img src=\"http://feeds.feedburner.com/~r/W3EDGE/~4/XGN3ifrDdoU\" height=\"1\" width=\"1\"/><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/-R_bbqUBvhY\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://feedproxy.google.com/~r/W3EDGE/~3/XGN3ifrDdoU/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:68;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"W3 MARKUP Launched!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/HQfhZIm_CSY/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sun, 04 Nov 2007 08:40:12 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://www.w3-edge.com/?p=289\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:191:\"W3 launches a new user interface development outsourcing service. Utilizing CSS, XHTML, AJAX, JavaScript and leveraging open source software for blog, e-commerce and CMS artwork integrations.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1049:\"<p>Over the years we’ve recognized a need to address one of the largest bottleneck in building a web site, production. Regardless of the type of web site or application – the challenge is the same, how can we quickly make the artwork into a finished site. That’s where W3 MARKUP comes into play. This service allows you to outsource your CSS, XHTML and JavaScript production to our experts who will turn the project around at a speed and quality that is impossible to duplicate. Specify any of preferences you have using the order form and off you go! We’ll even build you an ExpressEngine, WordPress theme or integrate your design into any number of applications.</p><p>This is an exciting new business model, now everyone can benefit for the years of effort we’ve put into best practices and methodologies we’ve developed.</p> <img src=\"http://feeds.feedburner.com/~r/W3EDGE/~4/QlCjt5P8gLo\" height=\"1\" width=\"1\"/><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/HQfhZIm_CSY\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://feedproxy.google.com/~r/W3EDGE/~3/QlCjt5P8gLo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:3:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:40:\"http://feeds.feedburner.com/W3TOTALCACHE\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:40:\"http://feeds.feedburner.com/W3TOTALCACHE\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:12:\"w3totalcache\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:28:\"http://www.w3.org/1999/xhtml\";a:1:{s:4:\"meta\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"name\";s:6:\"robots\";s:7:\"content\";s:7:\"noindex\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"iuEdbPSzbld59InhyeHrNgfH9CM\";s:13:\"last-modified\";s:29:\"Tue, 29 Mar 2011 18:42:29 GMT\";s:4:\"date\";s:29:\"Tue, 29 Mar 2011 18:45:01 GMT\";s:7:\"expires\";s:29:\"Tue, 29 Mar 2011 18:45:01 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(208,0,'_transient_timeout_feed_mod_6c78d00722dae650afc8789333d5c38e','1301467502','no'),(209,0,'_transient_feed_mod_6c78d00722dae650afc8789333d5c38e','1301424302','no'),(217,0,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1301424304','no'),(220,0,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1301467505','no'),(221,0,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1301424305','no'),(224,0,'_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1301467506','no'),(225,0,'_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1301424306','no');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;

--
-- Table structure for table `wp_postmeta`
--

DROP TABLE IF EXISTS `wp_postmeta`;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL auto_increment,
  `post_id` bigint(20) unsigned NOT NULL default '0',
  `meta_key` varchar(255) default NULL,
  `meta_value` longtext,
  PRIMARY KEY  (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=46 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_postmeta`
--


/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
LOCK TABLES `wp_postmeta` WRITE;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_edit_last','1'),(6,1,'_wp_trash_meta_status','publish'),(5,3,'_edit_lock','1301425516:1'),(7,1,'_wp_trash_meta_time','1301312531'),(8,1,'_wp_trash_meta_comments_status','a:1:{i:1;s:1:\"1\";}'),(9,8,'_wp_attached_file','2011/03/BikeRidetoNiagara.jpg'),(10,8,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"315\";s:14:\"hwstring_small\";s:23:\"height=\'89\' width=\'128\'\";s:4:\"file\";s:29:\"2011/03/BikeRidetoNiagara.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"BikeRidetoNiagara-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:29:\"BikeRidetoNiagara-300x210.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"210\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:29:\"BikeRidetoNiagara-450x198.jpg\";s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"198\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(19,2,'_edit_lock','1301318802:1'),(20,2,'_edit_last','1'),(21,16,'_edit_last','1'),(22,16,'_edit_lock','1301424399:1'),(23,16,'_wp_page_template','default'),(24,24,'_edit_last','1'),(25,24,'_edit_lock','1301424688:1'),(26,25,'_wp_attached_file','2011/03/Niagara-Falls-Bike-Route-Quick.jpg'),(27,25,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1313\";s:6:\"height\";s:3:\"810\";s:14:\"hwstring_small\";s:23:\"height=\'78\' width=\'128\'\";s:4:\"file\";s:42:\"2011/03/Niagara-Falls-Bike-Route-Quick.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:42:\"Niagara-Falls-Bike-Route-Quick-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:42:\"Niagara-Falls-Bike-Route-Quick-300x185.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"185\";}s:5:\"large\";a:3:{s:4:\"file\";s:43:\"Niagara-Falls-Bike-Route-Quick-1024x631.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"631\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:42:\"Niagara-Falls-Bike-Route-Quick-940x198.jpg\";s:5:\"width\";s:3:\"940\";s:6:\"height\";s:3:\"198\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(28,26,'_wp_attached_file','2011/03/Niagara-Falls-Bike-Route-Rige-View.jpg'),(29,26,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1305\";s:6:\"height\";s:3:\"784\";s:14:\"hwstring_small\";s:23:\"height=\'76\' width=\'128\'\";s:4:\"file\";s:46:\"2011/03/Niagara-Falls-Bike-Route-Rige-View.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:46:\"Niagara-Falls-Bike-Route-Rige-View-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:46:\"Niagara-Falls-Bike-Route-Rige-View-300x180.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"180\";}s:5:\"large\";a:3:{s:4:\"file\";s:47:\"Niagara-Falls-Bike-Route-Rige-View-1024x615.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"615\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:46:\"Niagara-Falls-Bike-Route-Rige-View-940x198.jpg\";s:5:\"width\";s:3:\"940\";s:6:\"height\";s:3:\"198\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(30,27,'_wp_attached_file','2011/03/Niagara-Falls-Bike-Route-LakeShore.jpg'),(31,27,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1309\";s:6:\"height\";s:3:\"771\";s:14:\"hwstring_small\";s:23:\"height=\'75\' width=\'128\'\";s:4:\"file\";s:46:\"2011/03/Niagara-Falls-Bike-Route-LakeShore.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:46:\"Niagara-Falls-Bike-Route-LakeShore-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:46:\"Niagara-Falls-Bike-Route-LakeShore-300x176.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"176\";}s:5:\"large\";a:3:{s:4:\"file\";s:47:\"Niagara-Falls-Bike-Route-LakeShore-1024x603.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"603\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:46:\"Niagara-Falls-Bike-Route-LakeShore-940x198.jpg\";s:5:\"width\";s:3:\"940\";s:6:\"height\";s:3:\"198\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(32,24,'_wp_page_template','default'),(36,31,'_edit_lock','1301427413:1'),(35,31,'_edit_last','1'),(37,32,'_wp_attached_file','2011/03/May-2011-Calendar-proposed1.jpg'),(38,32,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"743\";s:6:\"height\";s:3:\"496\";s:14:\"hwstring_small\";s:23:\"height=\'85\' width=\'128\'\";s:4:\"file\";s:39:\"2011/03/May-2011-Calendar-proposed1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:39:\"May-2011-Calendar-proposed1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:39:\"May-2011-Calendar-proposed1-300x200.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:39:\"May-2011-Calendar-proposed1-743x198.jpg\";s:5:\"width\";s:3:\"743\";s:6:\"height\";s:3:\"198\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(39,33,'_wp_attached_file','2011/03/June-2011-Calendar.jpg'),(40,33,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"745\";s:6:\"height\";s:3:\"502\";s:14:\"hwstring_small\";s:23:\"height=\'86\' width=\'128\'\";s:4:\"file\";s:30:\"2011/03/June-2011-Calendar.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"June-2011-Calendar-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:30:\"June-2011-Calendar-300x202.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"202\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:30:\"June-2011-Calendar-745x198.jpg\";s:5:\"width\";s:3:\"745\";s:6:\"height\";s:3:\"198\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(41,31,'_wp_page_template','default'),(42,37,'_wp_attached_file','2011/03/June-2011-Calendar1.jpg'),(43,37,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"745\";s:6:\"height\";s:3:\"502\";s:14:\"hwstring_small\";s:23:\"height=\'86\' width=\'128\'\";s:4:\"file\";s:31:\"2011/03/June-2011-Calendar1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:31:\"June-2011-Calendar1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:31:\"June-2011-Calendar1-300x202.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"202\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:31:\"June-2011-Calendar1-745x198.jpg\";s:5:\"width\";s:3:\"745\";s:6:\"height\";s:3:\"198\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(44,39,'_wp_attached_file','2011/03/June-2011-Calendar2.jpg'),(45,39,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"745\";s:6:\"height\";s:3:\"502\";s:14:\"hwstring_small\";s:23:\"height=\'86\' width=\'128\'\";s:4:\"file\";s:31:\"2011/03/June-2011-Calendar2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:31:\"June-2011-Calendar2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:31:\"June-2011-Calendar2-300x202.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"202\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:31:\"June-2011-Calendar2-745x198.jpg\";s:5:\"width\";s:3:\"745\";s:6:\"height\";s:3:\"198\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;

--
-- 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) unsigned 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_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) unsigned NOT NULL default '0',
  `guid` varchar(255) NOT NULL default '',
  `menu_order` int(11) NOT NULL default '0',
  `post_type` varchar(20) NOT NULL default 'post',
  `post_mime_type` varchar(100) NOT NULL default '',
  `comment_count` bigint(20) NOT NULL default '0',
  PRIMARY KEY  (`ID`),
  KEY `post_name` (`post_name`),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=41 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_posts`
--


/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
LOCK TABLES `wp_posts` WRITE;
INSERT INTO `wp_posts` VALUES (1,1,'2011-03-28 11:33:47','2011-03-28 11:33:47','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','trash','open','open','','hello-world','','','2011-03-28 11:42:11','2011-03-28 11:42:11','',0,'http://burblog.com/?p=1',0,'post','',1),(2,1,'2011-03-28 11:33:47','2011-03-28 11:33:47','Welcome to the burblog web site.\r\n\r\nFeel free to browse around and let me know what may be on your mind, currently we are promoting a bike ride event from Hamilton to Niagara Falls.  We look forward to your participation.\r\n\r\nMore to come...','Welcome to burblog.com','','publish','open','open','','sample-page','','','2011-03-28 13:26:40','2011-03-28 13:26:40','',0,'http://burblog.com/?page_id=2',0,'page','',0),(15,1,'2011-03-28 13:26:23','2011-03-28 13:26:23','Welcome to the burblog web site.\r\n\r\nFeel free to browse around and let me know what may be on your mind, currently we are promoting a bike ride event from Hamilton to Niagara Falls.  We look forward to your participation.\r\n\r\nMore to come...','Sample Page','','inherit','open','open','','2-revision-2','','','2011-03-28 13:26:23','2011-03-28 13:26:23','',2,'http://burblog.com/2011/03/28/2-revision-2/',0,'revision','',0),(16,1,'2011-03-28 13:30:20','2011-03-28 13:30:20','<img src=\"http://www.knitnut.net/http://www.knitnut.net/wp-content/uploads/2009/06/naked_bike_ride_ottawa_2009_0003.jpg\" alt=\"\" width=\"586\" height=\"490\" />\r\n\r\nMany People who were interested in participating in this event have already mentioned there concern with issues such as safety.  For example, should we ware helmets, what about an extra water bottle?  Will there be any ambulances along the way?  These are all very good questions and I am sure that should this be a sanctioned event the appropriate answer would be provided.  However due to the nature of this event, in that it is not sanctioned there is only one rule or restriction.  If you are male, clothing is mandatory!','What can go wrong?','','publish','open','open','','what-can-go-wrong-safety-first','','','2011-03-29 18:46:35','2011-03-29 18:46:35','',0,'http://burblog.com/?page_id=16',0,'page','',0),(24,1,'2011-03-29 18:51:13','2011-03-29 18:51:13','Quick Route\r\n\r\n<a href=\"http://burblog.com/wp-content/uploads/2011/03/Niagara-Falls-Bike-Route-Quick.jpg\"><img class=\"alignnone size-full wp-image-25\" title=\"Niagara Falls Bike Route Quick\" src=\"http://burblog.com/wp-content/uploads/2011/03/Niagara-Falls-Bike-Route-Quick.jpg\" alt=\"\" width=\"1313\" height=\"810\" /></a>\r\n\r\nRidge Route\r\n\r\n<a href=\"http://burblog.com/wp-content/uploads/2011/03/Niagara-Falls-Bike-Route-Rige-View.jpg\"><img class=\"alignnone size-full wp-image-26\" title=\"Niagara Falls Bike Route Rige View\" src=\"http://burblog.com/wp-content/uploads/2011/03/Niagara-Falls-Bike-Route-Rige-View.jpg\" alt=\"\" width=\"1305\" height=\"784\" /></a>\r\n\r\nLake Shore Route\r\n\r\n<a href=\"http://burblog.com/wp-content/uploads/2011/03/Niagara-Falls-Bike-Route-LakeShore.jpg\"><img class=\"alignnone size-full wp-image-27\" title=\"Niagara Falls Bike Route LakeShore\" src=\"http://burblog.com/wp-content/uploads/2011/03/Niagara-Falls-Bike-Route-LakeShore.jpg\" alt=\"\" width=\"1309\" height=\"771\" /></a>','Maps','','publish','open','open','','maps','','','2011-03-29 18:51:13','2011-03-29 18:51:13','',0,'http://burblog.com/?page_id=24',0,'page','',0),(17,1,'2011-03-28 13:30:14','2011-03-28 13:30:14','','What can go wrong!  Safety first!','','inherit','open','open','','16-revision','','','2011-03-28 13:30:14','2011-03-28 13:30:14','',16,'http://burblog.com/2011/03/28/16-revision/',0,'revision','',0),(3,1,'2011-03-28 11:37:57','2011-03-28 11:37:57','Bike Ride from Hamilton to Niagara Falls Ontario\r\n\r\n<a href=\"http://burblog.com/wp-content/uploads/2011/03/BikeRidetoNiagara.jpg\"><img class=\"size-medium wp-image-8\" title=\"Bike Ride to Niagara, enjoy the beauty that only nature can bring...\" src=\"http://burblog.com/wp-content/uploads/2011/03/BikeRidetoNiagara-300x210.jpg\" alt=\"\" width=\"328\" height=\"229\" /></a>\r\n<div class=\"mceTemp\"><dl id=\"attachment_8\" class=\"wp-caption alignnone\" style=\"width: 338px;\"> <dd class=\"wp-caption-dd\">Feel the cool free air flow through your hair as you enjoy the beautiful scenery on route to Niagara Falls </dd> </dl></div>\r\nRoute and Map Info...\r\n\r\n<a title=\"blocked::http://www.bikely.com/maps/bike-path/Hamilton-Niagara-Falls\" href=\"http://www.bikely.com/maps/bike-path/Hamilton-Niagara-Falls\">http://www.bikely.com/maps/bike-path/Hamilton-Niagara-Falls</a>','First Anual Burblog Ride from Hamilton To Niagara','','publish','open','open','','first-anual-burblog-ride-from-hamilton-to-niagara','','','2011-03-29 19:05:00','2011-03-29 19:05:00','',0,'http://burblog.com/?p=3',0,'post','',0),(4,1,'2011-03-28 11:33:47','2011-03-28 11:33:47','','Auto Draft','','inherit','open','open','','3-revision','','','2011-03-28 11:33:47','2011-03-28 11:33:47','',3,'http://burblog.com/2011/03/28/3-revision/',0,'revision','',0),(5,1,'2011-03-28 11:37:57','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2011-03-28 11:37:57','0000-00-00 00:00:00','',0,'http://burblog.com/?p=5',0,'post','',0),(6,1,'2011-03-28 11:33:47','2011-03-28 11:33:47','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','inherit','open','open','','1-revision','','','2011-03-28 11:33:47','2011-03-28 11:33:47','',1,'http://burblog.com/2011/03/28/1-revision/',0,'revision','',0),(7,1,'2011-03-29 19:06:49','2011-03-29 19:06:49','Bike Ride from Hamilton to Niagara Falls Ontario\n\n<a href=\"http://burblog.com/wp-content/uploads/2011/03/BikeRidetoNiagara.jpg\"><img class=\"size-medium wp-image-8\" title=\"Bike Ride to Niagara, enjoy the beauty that only nature can bring...\" src=\"http://burblog.com/wp-content/uploads/2011/03/BikeRidetoNiagara-300x210.jpg\" alt=\"\" width=\"328\" height=\"229\" /></a>\n<div class=\"mceTemp\"><dl id=\"attachment_8\" class=\"wp-caption alignnone\" style=\"width: 338px;\"> <dd class=\"wp-caption-dd\">Feel the cool free air flow through your hair as you enjoy the beautiful scenery on route to Niagara Falls </dd> </dl></div>\nRoute and Map Info...\n\n<a title=\"blocked::http://www.bikely.com/maps/bike-path/Hamilton-Niagara-Falls\" href=\"http://www.bikely.com/maps/bike-path/Hamilton-Niagara-Falls\">http://www.bikely.com/maps/bike-path/Hamilton-Niagara-Falls</a>','First Anual Burblog Ride from Hamilton To Niagara','','inherit','open','open','','3-autosave','','','2011-03-29 19:06:49','2011-03-29 19:06:49','',3,'http://burblog.com/2011/03/28/3-autosave/',0,'revision','',0),(8,1,'2011-03-28 12:59:21','2011-03-28 12:59:21','','Bike Ride to Niagara, enjoy the beauty that only nature can bring...','Feel the free cool air flow through your hair as you enjoy the beautiful scenery on route to Niagara Falls','inherit','open','open','','bikeridetoniagara','','','2011-03-28 12:59:21','2011-03-28 12:59:21','',3,'http://burblog.com/wp-content/uploads/2011/03/BikeRidetoNiagara.jpg',0,'attachment','image/jpeg',0),(9,1,'2011-03-28 11:37:57','2011-03-28 11:37:57','Bike Ride from Hamilton to Niagara Falls Ontario','First Anual Burblog Ride from Hamilton To Niagara','','inherit','open','open','','3-revision-2','','','2011-03-28 11:37:57','2011-03-28 11:37:57','',3,'http://burblog.com/2011/03/28/3-revision-2/',0,'revision','',0),(10,1,'2011-03-28 13:01:52','2011-03-28 13:01:52','Bike Ride from Hamilton to Niagara Falls Ontario\r\n\r\n<img src=\"file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/moz-screenshot.png\" alt=\"\" /><img src=\"file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/moz-screenshot-1.png\" alt=\"\" />\r\n\r\n[caption id=\"attachment_8\" align=\"alignnone\" width=\"300\" caption=\"Feel the free cool air flow through your hair as you enjoy the beautiful scenery on route to Niagara Falls\"]<a href=\"http://burblog.com/wp-content/uploads/2011/03/BikeRidetoNiagara.jpg\"><img class=\"size-medium wp-image-8\" title=\"Bike Ride to Niagara, enjoy the beauty that only nature can bring...\" src=\"http://burblog.com/wp-content/uploads/2011/03/BikeRidetoNiagara-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" /></a>[/caption]','First Anual Burblog Ride from Hamilton To Niagara','','inherit','open','open','','3-revision-3','','','2011-03-28 13:01:52','2011-03-28 13:01:52','',3,'http://burblog.com/2011/03/28/3-revision-3/',0,'revision','',0),(11,1,'2011-03-28 13:08:26','2011-03-28 13:08:26','Bike Ride from Hamilton to Niagara Falls Ontario\r\n\r\n<img src=\"file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/moz-screenshot.png\" alt=\"\" /><img src=\"file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/moz-screenshot-1.png\" alt=\"\" />\r\n\r\n[caption id=\"attachment_8\" align=\"alignnone\" width=\"457\" caption=\"Feel the free cool air flow through your hair as you enjoy the beautiful scenery on route to Niagara Falls\"]<a href=\"http://burblog.com/wp-content/uploads/2011/03/BikeRidetoNiagara.jpg\"><img class=\"size-medium wp-image-8\" title=\"Bike Ride to Niagara, enjoy the beauty that only nature can bring...\" src=\"http://burblog.com/wp-content/uploads/2011/03/BikeRidetoNiagara-300x210.jpg\" alt=\"\" width=\"457\" height=\"320\" /></a>[/caption]','First Anual Burblog Ride from Hamilton To Niagara','','inherit','open','open','','3-revision-4','','','2011-03-28 13:08:26','2011-03-28 13:08:26','',3,'http://burblog.com/2011/03/28/3-revision-4/',0,'revision','',0),(13,1,'2011-03-28 13:29:46','2011-03-28 13:29:46','Welcome to the burblog web site.\n\nFeel free to browse around and let me know what may be on your mind, currently we are promoting a bike ride event from Hamilton to Niagara Falls.  We look forward to your participation.\n\nMany people\n\nMore to come...','Welcome to burblog.com','','inherit','open','open','','2-autosave','','','2011-03-28 13:29:46','2011-03-28 13:29:46','',2,'http://burblog.com/2011/03/28/2-autosave/',0,'revision','',0),(12,1,'2011-03-28 13:09:31','2011-03-28 13:09:31','Bike Ride from Hamilton to Niagara Falls Ontario\r\n\r\n<img src=\"file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/moz-screenshot.png\" alt=\"\" /><img src=\"file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/moz-screenshot-1.png\" alt=\"\" />\r\n\r\n[caption id=\"attachment_8\" align=\"alignnone\" width=\"328\" caption=\"Feel the free cool air flow through your hair as you enjoy the beautiful scenery on route to Niagara Falls\"]<a href=\"http://burblog.com/wp-content/uploads/2011/03/BikeRidetoNiagara.jpg\"><img class=\"size-medium wp-image-8\" title=\"Bike Ride to Niagara, enjoy the beauty that only nature can bring...\" src=\"http://burblog.com/wp-content/uploads/2011/03/BikeRidetoNiagara-300x210.jpg\" alt=\"\" width=\"328\" height=\"229\" /></a>[/caption]','First Anual Burblog Ride from Hamilton To Niagara','','inherit','open','open','','3-revision-5','','','2011-03-28 13:09:31','2011-03-28 13:09:31','',3,'http://burblog.com/2011/03/28/3-revision-5/',0,'revision','',0),(14,1,'2011-03-28 11:33:47','2011-03-28 11:33:47','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://burblog.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','open','open','','2-revision','','','2011-03-28 11:33:47','2011-03-28 11:33:47','',2,'http://burblog.com/2011/03/28/2-revision/',0,'revision','',0),(18,1,'2011-03-29 18:46:29','2011-03-29 18:46:29','<img src=\"http://www.knitnut.net/http://www.knitnut.net/wp-content/uploads/2009/06/naked_bike_ride_ottawa_2009_0003.jpg\" alt=\"\" width=\"586\" height=\"490\" />\n\nMany People who were interested in participating in this event have already mentioned there concern with issues such as safety.  For example, should we ware helmets, what about an extra water bottle?  Will there be any ambulances along the way?  These are all very good questions and I am sure that should this be a sanctioned event the appropriate answer would be provided.  However due to the nature of this event, in that it is not sanctioned there is only one rule or restriction.  If you are male, clothing is mandatory!','What can go wrong?','','inherit','open','open','','16-autosave','','','2011-03-29 18:46:29','2011-03-29 18:46:29','',16,'http://burblog.com/2011/03/28/16-autosave/',0,'revision','',0),(23,1,'2011-03-28 13:49:55','2011-03-28 13:49:55','<img src=\"http://www.knitnut.net/http://www.knitnut.net/wp-content/uploads/2009/06/naked_bike_ride_ottawa_2009_0003.jpg\" alt=\"\" width=\"586\" height=\"490\" />\r\n\r\nMany People who were interested in participating in this event have already mentioned there concern with issues such as safety.  For example, should we ware helmets, what about an extra water bottle?  Will there be any ambulances along the way?  These are all very good questions and I am sure that should this be a sanctioned event the appropriate answer would be provided.  However due to the nature of this event, in that it is not sanctioned there is only one rule or restriction that I could come up with.  If you are male, clothing is mandatory, female\'s are free to do as you please.','What can go wrong?  Safety first!','','inherit','open','open','','16-revision-6','','','2011-03-28 13:49:55','2011-03-28 13:49:55','',16,'http://burblog.com/2011/03/28/16-revision-6/',0,'revision','',0),(19,1,'2011-03-28 13:30:20','2011-03-28 13:30:20','<img src=\"http://www.knitnut.net/http://www.knitnut.net/wp-content/uploads/2009/06/naked_bike_ride_ottawa_2009_0003.jpg\" alt=\"\" />','What can go wrong!  Safety first!','','inherit','open','open','','16-revision-2','','','2011-03-28 13:30:20','2011-03-28 13:30:20','',16,'http://burblog.com/2011/03/28/16-revision-2/',0,'revision','',0),(20,1,'2011-03-28 13:32:38','2011-03-28 13:32:38','<img src=\"http://www.knitnut.net/http://www.knitnut.net/wp-content/uploads/2009/06/naked_bike_ride_ottawa_2009_0003.jpg\" alt=\"\" width=\"586\" height=\"490\" />','What can go wrong!  Safety first!','','inherit','open','open','','16-revision-3','','','2011-03-28 13:32:38','2011-03-28 13:32:38','',16,'http://burblog.com/2011/03/28/16-revision-3/',0,'revision','',0),(21,1,'2011-03-28 13:32:49','2011-03-28 13:32:49','<img src=\"http://www.knitnut.net/http://www.knitnut.net/wp-content/uploads/2009/06/naked_bike_ride_ottawa_2009_0003.jpg\" alt=\"\" width=\"586\" height=\"490\" />','What can go wrong?  Safety first!','','inherit','open','open','','16-revision-4','','','2011-03-28 13:32:49','2011-03-28 13:32:49','',16,'http://burblog.com/2011/03/28/16-revision-4/',0,'revision','',0),(22,1,'2011-03-28 13:47:19','2011-03-28 13:47:19','<img src=\"http://www.knitnut.net/http://www.knitnut.net/wp-content/uploads/2009/06/naked_bike_ride_ottawa_2009_0003.jpg\" alt=\"\" width=\"586\" height=\"490\" />\r\n\r\nMany People who were interested in participating in this event have already mentioned there concern with issues such as safety.  For example, should we ware helmets, what about an extra water bottle?  Will there be any ambulances along the way should an emergency happen, etc.  All I can say is, if you are male, clothing is mandatory, female\'s well you are free to do as you please.','What can go wrong?  Safety first!','','inherit','open','open','','16-revision-5','','','2011-03-28 13:47:19','2011-03-28 13:47:19','',16,'http://burblog.com/2011/03/28/16-revision-5/',0,'revision','',0),(25,1,'2011-03-29 18:47:48','2011-03-29 18:47:48','','Niagara Falls Bike Route Quick','','inherit','open','open','','niagara-falls-bike-route-quick','','','2011-03-29 18:47:48','2011-03-29 18:47:48','',24,'http://burblog.com/wp-content/uploads/2011/03/Niagara-Falls-Bike-Route-Quick.jpg',0,'attachment','image/jpeg',0),(26,1,'2011-03-29 18:50:17','2011-03-29 18:50:17','','Niagara Falls Bike Route Rige View','','inherit','open','open','','niagara-falls-bike-route-rige-view','','','2011-03-29 18:50:17','2011-03-29 18:50:17','',24,'http://burblog.com/wp-content/uploads/2011/03/Niagara-Falls-Bike-Route-Rige-View.jpg',0,'attachment','image/jpeg',0),(27,1,'2011-03-29 18:50:51','2011-03-29 18:50:51','','Niagara Falls Bike Route LakeShore','','inherit','open','open','','niagara-falls-bike-route-lakeshore','','','2011-03-29 18:50:51','2011-03-29 18:50:51','',24,'http://burblog.com/wp-content/uploads/2011/03/Niagara-Falls-Bike-Route-LakeShore.jpg',0,'attachment','image/jpeg',0),(28,1,'2011-03-29 18:49:59','2011-03-29 18:49:59','Quick Route\n\n<a href=\"http://burblog.com/wp-content/uploads/2011/03/Niagara-Falls-Bike-Route-Quick.jpg\"><img class=\"alignnone size-full wp-image-25\" title=\"Niagara Falls Bike Route Quick\" src=\"http://burblog.com/wp-content/uploads/2011/03/Niagara-Falls-Bike-Route-Quick.jpg\" alt=\"\" width=\"1313\" height=\"810\" /></a>\n\nRidge Route\n\n&nbsp;','Maps','','inherit','open','open','','24-revision','','','2011-03-29 18:49:59','2011-03-29 18:49:59','',24,'http://burblog.com/2011/03/29/24-revision/',0,'revision','',0),(29,1,'2011-03-29 18:52:56','2011-03-29 18:52:56','Quick Route\n\n<a href=\"http://burblog.com/wp-content/uploads/2011/03/Niagara-Falls-Bike-Route-Quick.jpg\"><img class=\"alignnone size-full wp-image-25\" title=\"Niagara Falls Bike Route Quick\" src=\"http://burblog.com/wp-content/uploads/2011/03/Niagara-Falls-Bike-Route-Quick.jpg\" alt=\"\" width=\"1313\" height=\"810\" /></a>\n\nRidge Route\n\n<a href=\"http://burblog.com/wp-content/uploads/2011/03/Niagara-Falls-Bike-Route-Rige-View.jpg\"><img class=\"alignnone size-full wp-image-26\" title=\"Niagara Falls Bike Route Rige View\" src=\"http://burblog.com/wp-content/uploads/2011/03/Niagara-Falls-Bike-Route-Rige-View.jpg\" alt=\"\" width=\"1305\" height=\"784\" /></a>\n\nLake Shore Route\n\n<a href=\"http://burblog.com/wp-content/uploads/2011/03/Niagara-Falls-Bike-Route-LakeShore.jpg\"><img class=\"alignnone size-full wp-image-27\" title=\"Niagara Falls Bike Route LakeShore\" src=\"http://burblog.com/wp-content/uploads/2011/03/Niagara-Falls-Bike-Route-LakeShore.jpg\" alt=\"\" width=\"1309\" height=\"771\" /></a>','Maps','','inherit','open','open','','24-autosave','','','2011-03-29 18:52:56','2011-03-29 18:52:56','',24,'http://burblog.com/2011/03/29/24-autosave/',0,'revision','',0),(30,1,'2011-03-28 13:12:59','2011-03-28 13:12:59','Bike Ride from Hamilton to Niagara Falls Ontario\r\n\r\n<a href=\"http://burblog.com/wp-content/uploads/2011/03/BikeRidetoNiagara.jpg\"><img class=\"size-medium wp-image-8\" title=\"Bike Ride to Niagara, enjoy the beauty that only nature can bring...\" src=\"http://burblog.com/wp-content/uploads/2011/03/BikeRidetoNiagara-300x210.jpg\" alt=\"\" width=\"328\" height=\"229\" /></a>\r\n<div class=\"mceTemp\"><dl id=\"attachment_8\" class=\"wp-caption alignnone\" style=\"width: 338px;\"><dd class=\"wp-caption-dd\">Feel the free cool air flow through your hair as you enjoy the beautiful scenery on route to Niagara Falls\r\n</dd></dl></div>\r\nRoute and Map Info...\r\n\r\n<a title=\"blocked::http://www.bikely.com/maps/bike-path/Hamilton-Niagara-Falls\" href=\"http://www.bikely.com/maps/bike-path/Hamilton-Niagara-Falls\">http://www.bikely.com/maps/bike-path/Hamilton-Niagara-Falls</a>','First Anual Burblog Ride from Hamilton To Niagara','','inherit','open','open','','3-revision-6','','','2011-03-28 13:12:59','2011-03-28 13:12:59','',3,'http://burblog.com/2011/03/28/3-revision-6/',0,'revision','',0),(31,1,'2011-03-29 19:28:55','2011-03-29 19:28:55','May 28th? or...\r\n\r\n<a href=\"http://burblog.com/wp-content/uploads/2011/03/May-2011-Calendar-proposed1.jpg\"><img class=\"alignnone size-full wp-image-32\" title=\"May 2011 Calendar proposed1\" src=\"http://burblog.com/wp-content/uploads/2011/03/May-2011-Calendar-proposed1.jpg\" alt=\"\" width=\"743\" height=\"496\" /></a>\r\n\r\nSometime in June?\r\n\r\n&nbsp;\r\n\r\n<img src=\"file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/moz-screenshot-2.png\" alt=\"\" />','Dates','','publish','open','open','','dates','','','2011-03-29 19:36:51','2011-03-29 19:36:51','',0,'http://burblog.com/?page_id=31',0,'page','',0),(32,1,'2011-03-29 19:23:05','2011-03-29 19:23:05','','May 2011 Calendar proposed1','','inherit','open','open','','may-2011-calendar-proposed1','','','2011-03-29 19:23:05','2011-03-29 19:23:05','',31,'http://burblog.com/wp-content/uploads/2011/03/May-2011-Calendar-proposed1.jpg',0,'attachment','image/jpeg',0),(33,1,'2011-03-29 19:26:03','2011-03-29 19:26:03','','June 2011 Calendar','','inherit','open','open','','june-2011-calendar','','','2011-03-29 19:26:03','2011-03-29 19:26:03','',31,'http://burblog.com/wp-content/uploads/2011/03/June-2011-Calendar.jpg',0,'attachment','image/jpeg',0),(34,1,'2011-03-29 19:27:23','2011-03-29 19:27:23','May 28th? or...\n\n<a href=\"http://burblog.com/wp-content/uploads/2011/03/May-2011-Calendar-proposed1.jpg\"><img class=\"alignnone size-full wp-image-32\" title=\"May 2011 Calendar proposed1\" src=\"http://burblog.com/wp-content/uploads/2011/03/May-2011-Calendar-proposed1.jpg\" alt=\"\" width=\"743\" height=\"496\" /></a>\n\nSometime in June?\n\n&nbsp;\n\n&nbsp;\n\n<img src=\"file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/moz-screenshot-2.png\" alt=\"\" />','Dates','','inherit','open','open','','31-revision','','','2011-03-29 19:27:23','2011-03-29 19:27:23','',31,'http://burblog.com/2011/03/29/31-revision/',0,'revision','',0),(35,1,'2011-03-29 19:37:57','2011-03-29 19:37:57','May 28th? or...\n\n<a href=\"http://burblog.com/wp-content/uploads/2011/03/May-2011-Calendar-proposed1.jpg\"><img class=\"alignnone size-full wp-image-32\" title=\"May 2011 Calendar proposed1\" src=\"http://burblog.com/wp-content/uploads/2011/03/May-2011-Calendar-proposed1.jpg\" alt=\"\" width=\"743\" height=\"496\" /></a>\n\nSometime in June?\n\n&nbsp;\n\n<img src=\"file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/moz-screenshot-2.png\" alt=\"\" />','Dates','','inherit','open','open','','31-autosave','','','2011-03-29 19:37:57','2011-03-29 19:37:57','',31,'http://burblog.com/2011/03/29/31-autosave/',0,'revision','',0),(36,1,'2011-03-29 19:28:55','2011-03-29 19:28:55','May 28th? or...\r\n\r\n<a href=\"http://burblog.com/wp-content/uploads/2011/03/May-2011-Calendar-proposed1.jpg\"><img class=\"alignnone size-full wp-image-32\" title=\"May 2011 Calendar proposed1\" src=\"http://burblog.com/wp-content/uploads/2011/03/May-2011-Calendar-proposed1.jpg\" alt=\"\" width=\"743\" height=\"496\" /></a>\r\n\r\nSometime in June?\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<img src=\"file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/moz-screenshot-2.png\" alt=\"\" />','Dates','','inherit','open','open','','31-revision-2','','','2011-03-29 19:28:55','2011-03-29 19:28:55','',31,'http://burblog.com/2011/03/29/31-revision-2/',0,'revision','',0),(39,1,'2011-03-29 19:36:18','2011-03-29 19:36:18','','June 2011 Calendar','','inherit','open','open','','june-2011-calendar-3','','','2011-03-29 19:36:18','2011-03-29 19:36:18','',31,'http://burblog.com/wp-content/uploads/2011/03/June-2011-Calendar2.jpg',0,'attachment','image/jpeg',0),(37,1,'2011-03-29 19:33:10','2011-03-29 19:33:10','','June 2011 Calendar','','inherit','open','open','','june-2011-calendar-2','','','2011-03-29 19:33:10','2011-03-29 19:33:10','',31,'http://burblog.com/wp-content/uploads/2011/03/June-2011-Calendar1.jpg',0,'attachment','image/jpeg',0),(38,1,'2011-03-29 19:31:01','2011-03-29 19:31:01','May 28th? or...\r\n\r\n<a href=\"http://burblog.com/wp-content/uploads/2011/03/May-2011-Calendar-proposed1.jpg\"><img class=\"alignnone size-full wp-image-32\" title=\"May 2011 Calendar proposed1\" src=\"http://burblog.com/wp-content/uploads/2011/03/May-2011-Calendar-proposed1.jpg\" alt=\"\" width=\"743\" height=\"496\" /></a>\r\n\r\nSometime in June?\r\n\r\n[gallery]\r\n\r\n&nbsp;\r\n\r\n<img src=\"file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/moz-screenshot-2.png\" alt=\"\" />','Dates','','inherit','open','open','','31-revision-3','','','2011-03-29 19:31:01','2011-03-29 19:31:01','',31,'http://burblog.com/2011/03/29/31-revision-3/',0,'revision','',0),(40,1,'2011-03-29 19:34:26','2011-03-29 19:34:26','May 28th? or...\r\n\r\n<a href=\"http://burblog.com/wp-content/uploads/2011/03/May-2011-Calendar-proposed1.jpg\"><img class=\"alignnone size-full wp-image-32\" title=\"May 2011 Calendar proposed1\" src=\"http://burblog.com/wp-content/uploads/2011/03/May-2011-Calendar-proposed1.jpg\" alt=\"\" width=\"743\" height=\"496\" /></a>\r\n\r\nSometime in June?\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<img src=\"file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/moz-screenshot-2.png\" alt=\"\" />','Dates','','inherit','open','open','','31-revision-4','','','2011-03-29 19:34:26','2011-03-29 19:34:26','',31,'http://burblog.com/2011/03/29/31-revision-4/',0,'revision','',0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;

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

DROP TABLE IF EXISTS `wp_term_relationships`;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL default '0',
  `term_taxonomy_id` bigint(20) unsigned 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=utf8;

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


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

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

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

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


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

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

DROP TABLE IF EXISTS `wp_terms`;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL auto_increment,
  `name` varchar(200) 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`),
  KEY `name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;

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


/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
LOCK TABLES `wp_terms` WRITE;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Blogroll','blogroll',0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;

--
-- Table structure for table `wp_usermeta`
--

DROP TABLE IF EXISTS `wp_usermeta`;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL auto_increment,
  `user_id` bigint(20) unsigned 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=66 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_usermeta`
--


/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
LOCK TABLES `wp_usermeta` WRITE;
INSERT INTO `wp_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','admin'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'show_admin_bar_admin','false'),(11,1,'aim',''),(12,1,'yim',''),(13,1,'jabber',''),(14,1,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(15,1,'wp_user_level','10'),(16,1,'wp_dashboard_quick_press_last_post_id','5'),(17,1,'wp_user-settings','m10=o&imgsize=full'),(18,1,'wp_user-settings-time','1301424689'),(19,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(20,1,'metaboxhidden_nav-menus','a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),(21,2,'first_name','Oleg'),(22,2,'last_name','Ginsburg'),(23,2,'nickname','Oleg'),(24,2,'description',''),(25,2,'rich_editing','true'),(26,2,'comment_shortcuts','false'),(27,2,'admin_color','fresh'),(28,2,'use_ssl','0'),(29,2,'show_admin_bar_front','true'),(30,2,'show_admin_bar_admin','false'),(31,2,'aim',''),(32,2,'yim',''),(33,2,'jabber',''),(34,2,'wp_capabilities','a:1:{s:11:\"contributor\";s:1:\"1\";}'),(35,2,'wp_user_level','1'),(36,3,'first_name','Todd'),(37,3,'last_name','Smith'),(38,3,'nickname','Todd'),(39,3,'description',''),(40,3,'rich_editing','true'),(41,3,'comment_shortcuts','false'),(42,3,'admin_color','fresh'),(43,3,'use_ssl','0'),(44,3,'show_admin_bar_front','true'),(45,3,'show_admin_bar_admin','false'),(46,3,'aim',''),(47,3,'yim',''),(48,3,'jabber',''),(49,3,'wp_capabilities','a:1:{s:11:\"contributor\";s:1:\"1\";}'),(50,3,'wp_user_level','1'),(51,4,'first_name','Eyal'),(52,4,'last_name','Ravas'),(53,4,'nickname','Eyal'),(54,4,'description',''),(55,4,'rich_editing','true'),(56,4,'comment_shortcuts','false'),(57,4,'admin_color','fresh'),(58,4,'use_ssl','0'),(59,4,'show_admin_bar_front','true'),(60,4,'show_admin_bar_admin','false'),(61,4,'aim',''),(62,4,'yim',''),(63,4,'jabber',''),(64,4,'wp_capabilities','a:1:{s:11:\"contributor\";s:1:\"1\";}'),(65,4,'wp_user_level','1');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;

--
-- 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=5 DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_users`
--


/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
LOCK TABLES `wp_users` WRITE;
INSERT INTO `wp_users` VALUES (1,'admin','$P$90zg05IK7ysoU6OYjdLMYvBH.58.Cf0','admin','ed.blaha@gmail.com','','2011-03-28 11:33:50','',0,'admin'),(2,'Oleg','$P$9vkyWEVut9Os/06o7Usrsg3W7CiVOn/','oleg','oleg@thtplus.com','http://www.burblog.com','2011-03-29 18:55:34','',0,'Oleg'),(3,'Todd','$P$9usSJHZxx50z49HBE4g1Up7U2qsapg/','todd','todd.smith@future.ca','http://www.burblog.com','2011-03-29 18:56:21','',0,'Todd'),(4,'Eyal','$P$9N7qXh89xprKXVo2wApTja88zBloDP0','eyal','ERavas@compugen.com','http://www.burblog.com','2011-03-29 18:57:13','',0,'Eyal');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;

--
-- Table structure for table `wp_w3tc_cdn_queue`
--

DROP TABLE IF EXISTS `wp_w3tc_cdn_queue`;
CREATE TABLE `wp_w3tc_cdn_queue` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `local_path` varchar(150) NOT NULL default '',
  `remote_path` varchar(150) NOT NULL default '',
  `command` tinyint(1) unsigned NOT NULL default '0' COMMENT '1 - Upload, 2 - Delete',
  `last_error` varchar(150) NOT NULL default '',
  `date` datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `path` (`local_path`,`remote_path`),
  KEY `date` (`date`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_w3tc_cdn_queue`
--


/*!40000 ALTER TABLE `wp_w3tc_cdn_queue` DISABLE KEYS */;
LOCK TABLES `wp_w3tc_cdn_queue` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_w3tc_cdn_queue` ENABLE KEYS */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!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 */;