HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/httpd/html/bushbitch.com/DEAD/bushbitchc_wp.sql
-- MySQL dump 10.11
--
-- Host: localhost    Database: bushbitchc_wp
-- ------------------------------------------------------
-- Server version	5.0.51a-24+lenny4-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 `sk2_blacklist`
--

DROP TABLE IF EXISTS `sk2_blacklist`;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `sk2_blacklist` (
  `id` int(11) NOT NULL auto_increment,
  `type` tinytext NOT NULL,
  `value` text NOT NULL,
  `score` int(11) NOT NULL default '0',
  `trust` int(11) NOT NULL default '0',
  `comments` text NOT NULL,
  `added` datetime NOT NULL default '0000-00-00 00:00:00',
  `added_by` tinytext NOT NULL,
  `last_used` datetime NOT NULL default '0000-00-00 00:00:00',
  `used_count` int(11) NOT NULL default '0',
  `user_reviewed` enum('yes','no') NOT NULL default 'no',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;

--
-- Dumping data for table `sk2_blacklist`
--

LOCK TABLES `sk2_blacklist` WRITE;
/*!40000 ALTER TABLE `sk2_blacklist` DISABLE KEYS */;
INSERT INTO `sk2_blacklist` VALUES (1,'domain_grey','typepad.com',100,100,'','2012-02-17 09:06:11','default','2012-02-17 09:06:11',0,'yes'),(2,'domain_grey','blogspot.com',100,100,'','2012-02-17 09:06:11','default','2012-02-17 09:06:11',0,'yes'),(3,'domain_grey','livejournal.com',100,100,'','2012-02-17 09:06:11','default','2012-02-17 09:06:11',0,'yes'),(4,'domain_grey','xanga.com',100,100,'','2012-02-17 09:06:11','default','2012-02-17 09:06:11',0,'yes'),(5,'rbl_server','opm.blitzed.org',100,100,'','2012-02-17 09:06:11','default','2012-02-17 09:06:11',0,'yes'),(6,'rbl_server','bl.blbl.org',100,100,'','2012-02-17 09:06:11','default','2012-02-17 09:06:11',0,'yes'),(7,'rbl_server_uri','uri-bl.blbl.org',100,100,'','2012-02-17 09:06:11','default','2012-02-17 09:06:11',0,'yes'),(8,'ip_black','178.32.244.154',25,100,'','2012-03-30 14:56:15','sk2_blacklist_plugin','2012-03-30 14:56:15',0,'no'),(9,'ip_black','166.70.207.2',25,100,'','2012-04-04 17:22:55','sk2_blacklist_plugin','2012-04-04 17:22:55',0,'no'),(10,'ip_black','2.27.208.174',25,100,'','2012-04-10 13:04:54','sk2_blacklist_plugin','2012-04-10 13:04:54',0,'no'),(11,'domain_black','onibuscuritiba.net',25,100,'','2012-04-10 13:04:54','sk2_blacklist_plugin','2012-04-10 13:04:54',0,'no'),(12,'ip_black','37.59.82.50',25,100,'','2012-04-13 00:15:12','sk2_blacklist_plugin','2012-04-13 00:15:12',0,'no');
/*!40000 ALTER TABLE `sk2_blacklist` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_commentmeta`
--

DROP TABLE IF EXISTS `wp_commentmeta`;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
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;
SET character_set_client = @saved_cs_client;

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

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

--
-- Table structure for table `wp_comments`
--

DROP TABLE IF EXISTS `wp_comments`;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
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=8 DEFAULT CHARSET=utf8;
SET character_set_client = @saved_cs_client;

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

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (2,12,'sem calcinha','chuan_meili202@hotmail.com','http://www.vinhobrasil.org','189.174.24.186','2012-03-01 03:37:55','2012-03-01 03:37:55','Adoro me mostrar peladinha na web cam',0,'spam','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',0,0),(3,18,'Augusta','centro-hipico-vale-mesio@hotmail.co','http://www.yugiohrpgonline.net','189.104.246.161','2012-03-09 16:10:05','2012-03-09 16:10:05','your website is great. when is the next post coming on this topic? i\'m happy i found this blog.http://www.yugiohrpgonline.net',0,'spam','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',0,0),(4,22,'kouteagk','kotololieennptt@gmail.com','','178.32.244.154','2012-03-30 18:56:15','2012-03-30 18:56:15','Free downloads:                     \r\nhttp://aed280e5.allanalpass.com  \r\nhttp://xaijo.com/?new-nm.html       \r\nhttp://blog.erolove.in/?new-of.html       \r\nhttp://blog.erolove.in/land?browse-ok.html   \r\nhttp://amateur.erolove.in/pageuh.html \r\nhttp://viarashop.comsyhost.com/?pagejn.html',0,'spam','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)','',0,0),(5,22,'mszsika','avaddbskfsqf@olo4lol.uni.me','','166.70.207.2','2012-04-04 21:22:54','2012-04-04 21:22:54','Adult video blog :                                      \r\nhttp://aed280e5.allanalpass.com   \r\nhttp://xaijo.com/land?new-gh.html  \r\nhttp://blog.erolove.in/?new-dg.html    \r\nhttp://amateur.erolove.in/pagewl.html  \r\nhttp://shop.xaijo.com/?new-dp.html \r\nhttp://intimcity.org/in.htm?profile-ht&wm=2020890811',0,'spam','Opera/9.00 (Windows NT 4.0; U; en)','',0,0),(6,6,'Caline','chris-batera@hotmail.com','http://www.onibuscuritiba.net','2.27.208.174','2012-04-10 17:04:53','2012-04-10 17:04:53','your website is soo good. i wish i could write like you someday. thanks for the good post.http://www.onibuscuritiba.net',0,'spam','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',0,0),(7,22,'aoyokvoy','zlvcf@asfedass.uni.me','','37.59.82.50','2012-04-13 04:15:12','2012-04-13 04:15:12','Adult video blog :                                          \r\nhttp://aed280e5.allanalpass.com    \r\nhttp://xaijo.com/land?new-fw.html        \r\nhttp://blog.erolove.in/land?new-ti.html     \r\nhttp://amateur.erolove.in/pagesn.html   \r\nhttp://shop.xaijo.com/?new-ib.html  \r\nhttp://intimcity.org/in.htm?profile-bq&wm=2020890811 \r\nhttp://search.erolove.in/?new-rq.html',0,'spam','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; T312461)','',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_links`;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
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;
SET character_set_client = @saved_cs_client;

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

LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
INSERT INTO `wp_links` VALUES (1,'http://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','','','');
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_options`;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
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=1641 DEFAULT CHARSET=utf8;
SET character_set_client = @saved_cs_client;

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

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1640,0,'_site_transient_theme_roots','a:3:{s:11:\"tubethemev2\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:9:\"twentyten\";s:7:\"/themes\";}','yes'),(1639,0,'_site_transient_timeout_theme_roots','1334286707','yes'),(3,0,'siteurl','http://www.bushbitch.com','yes'),(4,0,'blogname','Hairy Bush Tube','yes'),(5,0,'blogdescription','Hot Hairy Bush Videos featuring unshaved pussies. Hot  full bush galleries from hairy girls that are so sexy but naughty.  Free hot bush videos that will make you want more. Hot bush babes that wil surely make man have a hard on. This hairy babes are so good looking and sexy in their hot webcam videos you will surely come back for more','yes'),(6,0,'users_can_register','0','yes'),(7,0,'admin_email','rightmobile@gmail.com','yes'),(8,0,'start_of_week','1','yes'),(9,0,'use_balanceTags','0','yes'),(10,0,'use_smilies','1','yes'),(11,0,'require_name_email','1','yes'),(12,0,'comments_notify','1','yes'),(13,0,'posts_per_rss','10','yes'),(14,0,'rss_use_excerpt','0','yes'),(15,0,'mailserver_url','mail.example.com','yes'),(16,0,'mailserver_login','login@example.com','yes'),(17,0,'mailserver_pass','password','yes'),(18,0,'mailserver_port','110','yes'),(19,0,'default_category','1','yes'),(20,0,'default_comment_status','open','yes'),(21,0,'default_ping_status','open','yes'),(22,0,'default_pingback_flag','1','yes'),(23,0,'default_post_edit_rows','20','yes'),(24,0,'posts_per_page','10','yes'),(25,0,'date_format','F j, Y','yes'),(26,0,'time_format','g:i a','yes'),(27,0,'links_updated_date_format','F j, Y g:i a','yes'),(28,0,'links_recently_updated_prepend','<em>','yes'),(29,0,'links_recently_updated_append','</em>','yes'),(30,0,'links_recently_updated_time','120','yes'),(31,0,'comment_moderation','0','yes'),(32,0,'moderation_notify','1','yes'),(33,0,'permalink_structure','/index.php/%category%/%postname%.html','yes'),(34,0,'gzipcompression','0','yes'),(35,0,'hack_file','0','yes'),(36,0,'blog_charset','UTF-8','yes'),(37,0,'moderation_keys','','no'),(38,0,'active_plugins','a:10:{i:0;s:27:\"SK2/spam_karma_2_plugin.php\";i:1;s:35:\"backupwordpress/backupwordpress.php\";i:2;s:49:\"enforce-www-preference/enforce-www-preference.php\";i:3;s:11:\"execphp.php\";i:4;s:9:\"hello.php\";i:5;s:52:\"wordpress-backup-to-dropbox/wp-backup-to-dropbox.php\";i:6;s:24:\"wordpress-seo/wp-seo.php\";i:7;s:33:\"wp-postratings/wp-postratings.php\";i:8;s:36:\"wp-postviews/wp-postviews-widget.php\";i:9;s:29:\"wp-postviews/wp-postviews.php\";}','yes'),(39,0,'home','http://www.bushbitch.com','yes'),(40,0,'category_base','','yes'),(41,0,'ping_sites','http://rpc.pingomatic.com/','yes'),(42,0,'advanced_edit','0','yes'),(43,0,'comment_max_links','2','yes'),(44,0,'gmt_offset','0','yes'),(45,0,'default_email_category','1','yes'),(46,0,'recently_edited','','no'),(47,0,'template','tubethemev2','yes'),(48,0,'stylesheet','tubethemev2','yes'),(49,0,'comment_whitelist','1','yes'),(50,0,'blacklist_keys','','no'),(51,0,'comment_registration','0','yes'),(52,0,'rss_language','en','yes'),(53,0,'html_type','text/html','yes'),(54,0,'use_trackback','0','yes'),(55,0,'default_role','subscriber','yes'),(56,0,'db_version','19470','yes'),(57,0,'uploads_use_yearmonth_folders','1','yes'),(58,0,'upload_path','','yes'),(59,0,'blog_public','1','yes'),(60,0,'default_link_category','2','yes'),(61,0,'show_on_front','posts','yes'),(62,0,'tag_base','','yes'),(63,0,'show_avatars','1','yes'),(64,0,'avatar_rating','G','yes'),(65,0,'upload_url_path','','yes'),(66,0,'thumbnail_size_w','150','yes'),(67,0,'thumbnail_size_h','150','yes'),(68,0,'thumbnail_crop','1','yes'),(69,0,'medium_size_w','300','yes'),(70,0,'medium_size_h','300','yes'),(71,0,'avatar_default','mystery','yes'),(72,0,'enable_app','0','yes'),(73,0,'enable_xmlrpc','0','yes'),(74,0,'large_size_w','1024','yes'),(75,0,'large_size_h','1024','yes'),(76,0,'image_default_link_type','file','yes'),(77,0,'image_default_size','','yes'),(78,0,'image_default_align','','yes'),(79,0,'close_comments_for_old_posts','0','yes'),(80,0,'close_comments_days_old','14','yes'),(81,0,'thread_comments','1','yes'),(82,0,'thread_comments_depth','5','yes'),(83,0,'page_comments','0','yes'),(84,0,'comments_per_page','50','yes'),(85,0,'default_comments_page','newest','yes'),(86,0,'comment_order','asc','yes'),(87,0,'sticky_posts','a:0:{}','yes'),(88,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'),(89,0,'widget_text','a:5:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1332:\"<!--/* OpenX Javascript Tag v2.8.7 */-->\r\n\r\n\r\n\r\n<script type=\'text/javascript\'><!--//<![CDATA[\r\n   var m3_u = (location.protocol==\'https:\'?\'https://11.sureads.com/www/delivery/ajs.php\':\'http://11.sureads.com/www/delivery/ajs.php\');\r\n   var m3_r = Math.floor(Math.random()*99999999999);\r\n   if (!document.MAX_used) document.MAX_used = \',\';\r\n   document.write (\"<scr\"+\"ipt type=\'text/javascript\' src=\'\"+m3_u);\r\n   document.write (\"?zoneid=6\");\r\n   document.write (\'&amp;cb=\' + m3_r);\r\n   if (document.MAX_used != \',\') document.write (\"&amp;exclude=\" + document.MAX_used);\r\n   document.write (document.charset ? \'&amp;charset=\'+document.charset : (document.characterSet ? \'&amp;charset=\'+document.characterSet : \'\'));\r\n   document.write (\"&amp;loc=\" + escape(window.location));\r\n   if (document.referrer) document.write (\"&amp;referer=\" + escape(document.referrer));\r\n   if (document.context) document.write (\"&context=\" + escape(document.context));\r\n   if (document.mmm_fo) document.write (\"&amp;mmm_fo=1\");\r\n   document.write (\"\'><\\/scr\"+\"ipt>\");\r\n//]]>--></script><noscript><a href=\'http://11.sureads.com/www/delivery/ck.php?n=a95572bb&amp;cb=INSERT_RANDOM_NUMBER_HERE\' target=\'_blank\'><img src=\'http://11.sureads.com/www/delivery/avw.php?zoneid=6&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=a95572bb\' border=\'0\' alt=\'\' /></a></noscript>\";s:6:\"filter\";b:0;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1332:\"<!--/* OpenX Javascript Tag v2.8.7 */-->\r\n\r\n\r\n\r\n<script type=\'text/javascript\'><!--//<![CDATA[\r\n   var m3_u = (location.protocol==\'https:\'?\'https://11.sureads.com/www/delivery/ajs.php\':\'http://11.sureads.com/www/delivery/ajs.php\');\r\n   var m3_r = Math.floor(Math.random()*99999999999);\r\n   if (!document.MAX_used) document.MAX_used = \',\';\r\n   document.write (\"<scr\"+\"ipt type=\'text/javascript\' src=\'\"+m3_u);\r\n   document.write (\"?zoneid=6\");\r\n   document.write (\'&amp;cb=\' + m3_r);\r\n   if (document.MAX_used != \',\') document.write (\"&amp;exclude=\" + document.MAX_used);\r\n   document.write (document.charset ? \'&amp;charset=\'+document.charset : (document.characterSet ? \'&amp;charset=\'+document.characterSet : \'\'));\r\n   document.write (\"&amp;loc=\" + escape(window.location));\r\n   if (document.referrer) document.write (\"&amp;referer=\" + escape(document.referrer));\r\n   if (document.context) document.write (\"&context=\" + escape(document.context));\r\n   if (document.mmm_fo) document.write (\"&amp;mmm_fo=1\");\r\n   document.write (\"\'><\\/scr\"+\"ipt>\");\r\n//]]>--></script><noscript><a href=\'http://11.sureads.com/www/delivery/ck.php?n=a95572bb&amp;cb=INSERT_RANDOM_NUMBER_HERE\' target=\'_blank\'><img src=\'http://11.sureads.com/www/delivery/avw.php?zoneid=6&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=a95572bb\' border=\'0\' alt=\'\' /></a></noscript>\";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1332:\"<!--/* OpenX Javascript Tag v2.8.7 */-->\r\n\r\n\r\n\r\n<script type=\'text/javascript\'><!--//<![CDATA[\r\n   var m3_u = (location.protocol==\'https:\'?\'https://11.sureads.com/www/delivery/ajs.php\':\'http://11.sureads.com/www/delivery/ajs.php\');\r\n   var m3_r = Math.floor(Math.random()*99999999999);\r\n   if (!document.MAX_used) document.MAX_used = \',\';\r\n   document.write (\"<scr\"+\"ipt type=\'text/javascript\' src=\'\"+m3_u);\r\n   document.write (\"?zoneid=6\");\r\n   document.write (\'&amp;cb=\' + m3_r);\r\n   if (document.MAX_used != \',\') document.write (\"&amp;exclude=\" + document.MAX_used);\r\n   document.write (document.charset ? \'&amp;charset=\'+document.charset : (document.characterSet ? \'&amp;charset=\'+document.characterSet : \'\'));\r\n   document.write (\"&amp;loc=\" + escape(window.location));\r\n   if (document.referrer) document.write (\"&amp;referer=\" + escape(document.referrer));\r\n   if (document.context) document.write (\"&context=\" + escape(document.context));\r\n   if (document.mmm_fo) document.write (\"&amp;mmm_fo=1\");\r\n   document.write (\"\'><\\/scr\"+\"ipt>\");\r\n//]]>--></script><noscript><a href=\'http://11.sureads.com/www/delivery/ck.php?n=a95572bb&amp;cb=INSERT_RANDOM_NUMBER_HERE\' target=\'_blank\'><img src=\'http://11.sureads.com/www/delivery/avw.php?zoneid=6&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=a95572bb\' border=\'0\' alt=\'\' /></a></noscript>\";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1332:\"<!--/* OpenX Javascript Tag v2.8.7 */-->\r\n\r\n\r\n\r\n<script type=\'text/javascript\'><!--//<![CDATA[\r\n   var m3_u = (location.protocol==\'https:\'?\'https://11.sureads.com/www/delivery/ajs.php\':\'http://11.sureads.com/www/delivery/ajs.php\');\r\n   var m3_r = Math.floor(Math.random()*99999999999);\r\n   if (!document.MAX_used) document.MAX_used = \',\';\r\n   document.write (\"<scr\"+\"ipt type=\'text/javascript\' src=\'\"+m3_u);\r\n   document.write (\"?zoneid=6\");\r\n   document.write (\'&amp;cb=\' + m3_r);\r\n   if (document.MAX_used != \',\') document.write (\"&amp;exclude=\" + document.MAX_used);\r\n   document.write (document.charset ? \'&amp;charset=\'+document.charset : (document.characterSet ? \'&amp;charset=\'+document.characterSet : \'\'));\r\n   document.write (\"&amp;loc=\" + escape(window.location));\r\n   if (document.referrer) document.write (\"&amp;referer=\" + escape(document.referrer));\r\n   if (document.context) document.write (\"&context=\" + escape(document.context));\r\n   if (document.mmm_fo) document.write (\"&amp;mmm_fo=1\");\r\n   document.write (\"\'><\\/scr\"+\"ipt>\");\r\n//]]>--></script><noscript><a href=\'http://11.sureads.com/www/delivery/ck.php?n=a95572bb&amp;cb=INSERT_RANDOM_NUMBER_HERE\' target=\'_blank\'><img src=\'http://11.sureads.com/www/delivery/avw.php?zoneid=6&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=a95572bb\' border=\'0\' alt=\'\' /></a></noscript>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(90,0,'widget_rss','a:2:{i:2;a:8:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:54:\"http://sureads.com/promos/rightmobile/general/feed.xml\";s:4:\"link\";s:0:\"\";s:5:\"items\";i:10;s:5:\"error\";b:0;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(91,0,'timezone_string','','yes'),(92,0,'embed_autourls','1','yes'),(93,0,'embed_size_w','','yes'),(94,0,'embed_size_h','600','yes'),(95,0,'page_for_posts','0','yes'),(96,0,'page_on_front','0','yes'),(97,0,'default_post_format','0','yes'),(98,0,'initial_db_version','19470','yes'),(99,0,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:66:{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:12:\"manage bkpwp\";b:1;s:14:\"manage_backups\";b:1;s:16:\"download_backups\";b:1;s:14:\"manage_ratings\";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'),(100,0,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,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'),(102,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'),(103,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'),(104,0,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(105,0,'sidebars_widgets','a:5:{s:19:\"wp_inactive_widgets\";a:6:{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\";}s:9:\"sidebar-1\";a:4:{i:0;s:11:\"tag_cloud-2\";i:1;s:6:\"text-2\";i:2;s:5:\"rss-2\";i:3;s:6:\"text-3\";}s:9:\"sidebar-2\";a:3:{i:0;s:11:\"tag_cloud-3\";i:1;s:6:\"text-4\";i:2;s:6:\"text-5\";}s:9:\"sidebar-3\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(106,0,'cron','a:4:{i:1334319613;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:1334324425;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:1334325935;a:1:{s:25:\"bkpwp_schedule_bkpwp_hook\";a:1:{s:32:\"5fb5214868bb2a125abc53ce30c6b03d\";a:3:{s:8:\"schedule\";s:12:\"bkpwp_weekly\";s:4:\"args\";a:6:{s:6:\"preset\";s:11:\"full backup\";s:6:\"status\";s:6:\"active\";s:11:\"reccurrence\";s:12:\"bkpwp_weekly\";s:4:\"info\";s:18:\"Full Backup Weekly\";s:7:\"default\";i:1;s:7:\"created\";s:19:\"2012-02-17-14-02-35\";}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(165,0,'current_theme','Tube Theme v2','yes'),(108,0,'_site_transient_update_core','O:8:\"stdClass\":3:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:40:\"http://wordpress.org/wordpress-3.3.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":4:{s:4:\"full\";s:40:\"http://wordpress.org/wordpress-3.3.1.zip\";s:10:\"no_content\";s:51:\"http://wordpress.org/wordpress-3.3.1-no-content.zip\";s:11:\"new_bundled\";s:52:\"http://wordpress.org/wordpress-3.3.1-new-bundled.zip\";s:7:\"partial\";b:0;}s:7:\"current\";s:5:\"3.3.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.2\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1334279506;s:15:\"version_checked\";s:5:\"3.3.1\";}','yes'),(1351,0,'_site_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1334279507;s:7:\"checked\";a:11:{s:19:\"akismet/akismet.php\";s:5:\"2.5.3\";s:35:\"backupwordpress/backupwordpress.php\";s:5:\"0.4.5\";s:49:\"enforce-www-preference/enforce-www-preference.php\";s:3:\"1.3\";s:9:\"hello.php\";s:3:\"1.6\";s:11:\"execphp.php\";s:3:\"1.7\";s:27:\"SK2/spam_karma_2_plugin.php\";s:6:\"2.2 r3\";s:52:\"wordpress-backup-to-dropbox/wp-backup-to-dropbox.php\";s:3:\"0.9\";s:24:\"wordpress-seo/wp-seo.php\";s:5:\"1.0.1\";s:33:\"wp-postratings/wp-postratings.php\";s:4:\"1.50\";s:29:\"wp-postviews/wp-postviews.php\";s:4:\"1.30\";s:36:\"wp-postviews/wp-postviews-widget.php\";s:4:\"1.30\";}s:8:\"response\";a:7:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:11:\"new_version\";s:5:\"2.5.5\";s:3:\"url\";s:44:\"http://wordpress.org/extend/plugins/akismet/\";s:7:\"package\";s:55:\"http://downloads.wordpress.org/plugin/akismet.2.5.5.zip\";}s:35:\"backupwordpress/backupwordpress.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:3:\"885\";s:4:\"slug\";s:15:\"backupwordpress\";s:11:\"new_version\";s:5:\"1.6.7\";s:3:\"url\";s:52:\"http://wordpress.org/extend/plugins/backupwordpress/\";s:7:\"package\";s:57:\"http://downloads.wordpress.org/plugin/backupwordpress.zip\";}s:52:\"wordpress-backup-to-dropbox/wp-backup-to-dropbox.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:5:\"21895\";s:4:\"slug\";s:27:\"wordpress-backup-to-dropbox\";s:11:\"new_version\";s:5:\"0.9.4\";s:3:\"url\";s:64:\"http://wordpress.org/extend/plugins/wordpress-backup-to-dropbox/\";s:7:\"package\";s:69:\"http://downloads.wordpress.org/plugin/wordpress-backup-to-dropbox.zip\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:4:\"5899\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"new_version\";s:5:\"1.1.5\";s:3:\"url\";s:50:\"http://wordpress.org/extend/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/plugin/wordpress-seo.1.1.5.zip\";}s:33:\"wp-postratings/wp-postratings.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:3:\"369\";s:4:\"slug\";s:14:\"wp-postratings\";s:11:\"new_version\";s:4:\"1.62\";s:3:\"url\";s:51:\"http://wordpress.org/extend/plugins/wp-postratings/\";s:7:\"package\";s:56:\"http://downloads.wordpress.org/plugin/wp-postratings.zip\";}s:29:\"wp-postviews/wp-postviews.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:3:\"370\";s:4:\"slug\";s:12:\"wp-postviews\";s:11:\"new_version\";s:4:\"1.60\";s:3:\"url\";s:49:\"http://wordpress.org/extend/plugins/wp-postviews/\";s:7:\"package\";s:54:\"http://downloads.wordpress.org/plugin/wp-postviews.zip\";}s:36:\"wp-postviews/wp-postviews-widget.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:3:\"370\";s:4:\"slug\";s:12:\"wp-postviews\";s:11:\"new_version\";s:4:\"1.60\";s:3:\"url\";s:49:\"http://wordpress.org/extend/plugins/wp-postviews/\";s:7:\"package\";s:54:\"http://downloads.wordpress.org/plugin/wp-postviews.zip\";}}}','yes'),(110,0,'_site_transient_update_themes','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1334279507;s:7:\"checked\";a:3:{s:11:\"tubethemev2\";s:3:\"2.0\";s:12:\"twentyeleven\";s:3:\"1.3\";s:9:\"twentyten\";s:3:\"1.3\";}s:8:\"response\";a:0:{}}','yes'),(115,0,'_site_transient_timeout_browser_62c202f958afd02b9ec1c93626c49389','1330090826','yes'),(116,0,'_site_transient_browser_62c202f958afd02b9ec1c93626c49389','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:6:\"10.0.1\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(117,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:24:\"http://www.bushbitch.com\";s:4:\"link\";s:100:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.bushbitch.com/\";s:3:\"url\";s:129:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://bushbitch.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'),(1529,0,'_transient_timeout_feed_mod_11193d0f3e6e03676319a7f2a404713e','1333873319','no'),(1530,0,'_transient_feed_mod_11193d0f3e6e03676319a7f2a404713e','1333830119','no'),(1531,0,'_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f','1333873319','no'),(1532,0,'_transient_dash_20494a3d90a6669585674ed0eb8dcd8f','<p>This dashboard widget queries <a href=\"http://blogsearch.google.com/\">Google Blog Search</a> so that when another blog links to your site it will show up here. It has found no incoming links&hellip; yet. It&#8217;s okay &#8212; there is no rush.</p>\n','no'),(1527,0,'_transient_timeout_feed_11193d0f3e6e03676319a7f2a404713e','1333873319','no'),(1528,0,'_transient_feed_11193d0f3e6e03676319a7f2a404713e','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:4:\"\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:33:\"\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:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"link:http://bushbitch.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:84:\"http://www.google.com/search?ie=utf-8&q=link:http://bushbitch.com/&tbm=blg&tbs=sbd: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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"Your search - <b>link:http://bushbitch.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:12:\"content-type\";s:28:\"text/xml; charset=ISO-8859-1\";s:4:\"date\";s:29:\"Sat, 07 Apr 2012 20:21:59 GMT\";s:7:\"expires\";s:2:\"-1\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:10:\"set-cookie\";a:2:{i:0;s:143:\"PREF=ID=1fa73ebee45099cb:FF=0:TM=1333830119:LM=1333830119:S=CzYzNwRHP2Ki4RPf; expires=Mon, 07-Apr-2014 20:21:59 GMT; path=/; domain=.google.com\";i:1;s:212:\"NID=58=n-Veo9YG9cXJ64qkJGcVTAQBQ90vi-Druh_rktyHg0bc7sSDAlthW_uF4Q53fTkJXlkN5HF6N-PfPQzV88gY8PVx9Ezq2u8FhnZHzX7aXxbadrgITixC6w0XvbJjAXFM; expires=Sun, 07-Oct-2012 20:21:59 GMT; path=/; domain=.google.com; HttpOnly\";}s:3:\"p3p\";s:122:\"CP=\"This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657 for more info.\"\";s:6:\"server\";s:3:\"gws\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(1539,0,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1333873320','no'),(1540,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:58:\"Weblog Tools Collection: WordPress Plugin Releases for 4/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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=11251\";s:7:\"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/lQZf1RSQg8M/\";s: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:1430:\"<h3>New plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/google-authenticator/\"><strong>Google Authenticator</strong></a> gives you two-factor authentication using <a href=\"https://code.google.com/p/google-authenticator/\">the Google Authenticator app</a> for Android/iPhone/Blackberry.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wordpresspasswordexpiry/\"><strong>WordPress Password Expiry</strong></a> expires a user&#8217;s access to the site after a specified number of days.</p>\n<h3>Updated plugins</h3>\n<p><a href=\"http://betterwp.net/wordpress-plugins/google-xml-sitemaps/\"><strong>Better WordPress Google XML Sitemaps</strong></a> is the first WordPress XML Sitemap plugin that comes with comprehensive support for Sitemapindex, Multi-site and Google News sitemap.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/bft-autoresponder/\"><strong>BFT Autoresponder</strong></a> allows scheduling of automated autoresponder messages and managing a mailing list.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/image-widget/\"><strong>Image Widget</strong></a> uses a native WordPress upload thickbox to add image widgets to your site.</p>\n<p><a href=\"http://jetpack.me/\"><strong>Jetpack</strong></a> supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/lQZf1RSQg8M\" 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, 07 Apr 2012 14:00: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:5:\"James\";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:106:\"Dougal Campbell: Updating Custom Backgrounds and Custom Headers for WordPress 3.4 « Make WordPress Themes\";s:7:\"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=62506\";s:7:\"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:129:\"http://dougal.gunters.org/blog/2012/04/06/updating-custom-backgrounds-and-custom-headers-for-wordpress-3-4-make-wordpress-themes/\";s: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:893:\"<p><i>In the upcoming WordPress 3.4 update, adding support for custom backgrounds and headers to a theme will be easier than ever. All of the capabilities of the old functions and constants (which will be deprecated) are being rolled into one simple add_theme_support() call.</i></p>\n<p><a href=\"http://make.wordpress.org/themes/2012/04/06/updating-custom-backgrounds-and-custom-headers-for-wordpress-3-4/\">Updating Custom Backgrounds and Custom Headers for WordPress 3.4 « Make WordPress Themes</a></p>\n<p>Original Article: <a href=\"http://dougal.gunters.org/blog/2012/04/06/updating-custom-backgrounds-and-custom-headers-for-wordpress-3-4-make-wordpress-themes/\">Updating Custom Backgrounds and Custom Headers for WordPress 3.4 « Make WordPress Themes</a>\n<a href=\"http://dougal.gunters.org\">Dougal Campbell&#039;s geek ramblings - WordPress, web development, and world domination.</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, 06 Apr 2012 18:00: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: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: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:64:\"WPTavern: Good Use Of The Is_Plugin_Active Conditional Statement\";s:7:\"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=6497\";s:7:\"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/WordpressTavern/~3/BvjHk0eiLdU/good-use-of-the-is_plugin_active-conditional-statement\";s: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:461:\"<p>A <a href=\"http://digwp.com/2012/04/dont-fork-your-theme-flex-it-with-is_plugin_active-conditional/\">good example</a> showcasing the <a href=\"http://codex.wordpress.org/Function_Reference/is_plugin_active\">is_plugin_active</a> conditional statement that saved Peter from a whole lot of donkey work. All it took was 12 lines of code. </p>\n<p>No related posts.</p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/BvjHk0eiLdU\" 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, 06 Apr 2012 17:00: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: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:63:\"WPTavern: Two Resources For Writers/Journalists Using 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=6495\";s:7:\"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:114:\"http://feedproxy.google.com/~r/WordpressTavern/~3/9DwoT0NrzdM/two-resources-for-writersjournalists-using-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:1467:\"<p>DynamicWP has <a href=\"http://www.dynamicwp.net/articles-and-tutorials/writers-wordpress-plugins/\">put together a list</a> of 11 plugins that are especially helpful for writers using WordPress. One of the nifty plugins from that list that I discovered is <a href=\"http://www.rockmycar.net/ap-style-dates-and-times-plugin/\">AP Style Dates And Times</a>. This plugin automatically abbreviates times and months according to the AP Style guide. </p>\n<p>The second resource that you should keep handy if you&#8217;re the journalist type is <a href=\"http://wpcandy.com/presents/wordpress-and-journalism\">a post written by Ryan Imel on WPCandy.com</a> that lists a number of different services and plugins that Ryan has used to keep WPCandy readers up to date on everything happening within the world of WordPress. </p>\n<p>Related posts:<ol>\n<li><a href=\"http://www.wptavern.com/can-wordpress-be-a-project-management-app\" rel=\"bookmark\" title=\"Can WordPress Be A Project Management App?\">Can WordPress Be A Project Management App?</a></li>\n<li><a href=\"http://www.wptavern.com/great-list-of-wordpress-resources\" rel=\"bookmark\" title=\"Great List Of WordPress Resources\">Great List Of WordPress Resources</a></li>\n<li><a href=\"http://www.wptavern.com/wpcandy-is-back-in-business\" rel=\"bookmark\" title=\"WPCandy Is Back In Business\">WPCandy Is Back In Business</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/9DwoT0NrzdM\" 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, 06 Apr 2012 13:00: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: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: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:54:\"Weblog Tools Collection: WordPress 3.4 Beta 1 Released\";s:7:\"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:\"http://weblogtoolscollection.com/?p=11245\";s:7:\"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/Alzthss6Bj0/\";s: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:1134:\"<p><a href=\"http://wordpress.org/\">WordPress</a> 3.4 Beta 1 <a href=\"http://wordpress.org/news/2012/04/wordpress-3-4-beta-1/\">has been released</a>. As always, this is still in development and not meant for use on live sites, but the team is planning for a final release in May if all goes as planned.</p>\n<p>This beta includes a few notable additions over the current stable release, including a new theme customizer and previewer, the ability to select header and background images from the library, support for flexible custom header image sizes, and a much improved theme browser with the ability to install child themes from <a href=\"http://wordpress.org/extend/themes/\">the official directory</a>.</p>\n<p>This is not yet meant for live sites, but please do take a few swings at it on a test installation. If you find any bugs, <a href=\"http://codex.wordpress.org/Reporting_Bugs\">please report them</a>, and contact <a href=\"http://wordpress.org/support/forum/alphabeta\">the support forums</a> if you need any help.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/Alzthss6Bj0\" 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, 05 Apr 2012 21:45: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:5:\"James\";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:61:\"WPTavern: WordPress 3.4 Beta 1 Available For Mass Consumption\";s:7:\"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=6489\";s:7:\"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/NqpNZ8jbZ78/wordpress-3-4-beta-1-available-for-mass-consumption\";s: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:2205:\"<p>In what seems like forever since the last major release of WordPress, <a href=\"http://wordpress.org/news/2012/04/wordpress-3-4-beta-1/\">3.4 Beta 1 has been released</a>. You should know the routine by now. Don&#8217;t run beta software in a production environment. Instead, set up a local install or a mirrored copy somewhere else for testing. If you encounter a situation that you think is a bug, you can use the methods described within this <a href=\"http://codex.wordpress.org/Reporting_Bugs\">Codex article</a> to report it.</p>\n<p>If you decide to give WordPress 3.4 Beta 1 a whirl, here are a couple of things to take a closer look at.</p>\n<ul>\n<li>Theme Customizer with Previewer</li>\n<li>Flexible Custom Header Sizes</li>\n<li>Selecting Custom Header and Background Images from Media Library</li>\n<li>Better experience searching for and choosing a theme</li>\n</ul>\n<p>If you noticed that these all appear to be improvements around themes, <a href=\"http://wpdevel.wordpress.com/2012/01/05/dev-chat-notes-01042012/\">there is a reason for that</a>. Back in early January when the scope for WordPress 3.4 was being discussed, the overall theme (pardon the pun) for this release centered around the sites appearance. </p>\n<blockquote><p>The idea is that a combination of front-end features, dashboard features, and under-the-hood improvements all tied to managing your site’s appearance will be the focus of 3.4. It will also include smaller things that don’t live in the appearance section but are related to the overarching goal, such as making it possible to have links in image captions.</p></blockquote>\n<p>Speaking of links within image captions, this functionality should be in 3.4 beta 1 and is <a href=\"http://www.wptavern.com/how-to-insert-links-inside-of-image-captions\">something I, and many others</a> have wanted within WordPress for a long time. This little addition will make it a breeze to add attribution to images when performing an image only post. There are under the hood improvements as well but what I&#8217;ve covered here should be a good start. </p>\n<p>No related posts.</p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/NqpNZ8jbZ78\" 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, 05 Apr 2012 16:49: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: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:57:\"Weblog Tools Collection: WordPress Theme Releases for 4/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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=11241\";s:7:\"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/wdStZ19PAkM/\";s: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:871:\"<p><img class=\"alignnone size-full wp-image-11242\" title=\"ascetica\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/04/ascetica.png\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/ascetica\"><strong>Ascetica</strong></a> is a simple portfolio and blog theme with a responsive layout, sticky posts slider, and a widget for presenting your work.</p>\n<p><img class=\"alignnone size-full wp-image-11243\" title=\"reno\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/04/reno.png\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://emptynestthemes.com/2012/04/04/reno-theme/\"><strong>Reno</strong></a> has a color scheme usually associated with building trades and a leather texture background.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/wdStZ19PAkM\" 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, 05 Apr 2012 15:30: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:5:\"James\";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:30:\"Dev Blog: WordPress 3.4 Beta 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=2250\";s:7:\"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/2012/04/wordpress-3-4-beta-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2489:\"<p>WordPress 3.4 is ready for beta testers!</p>\n<p>As always, this is software still in development and <strong>we don’t recommend that you run it on a production site</strong> — set up a test site just to play with the new version. If you break it (find a bug), please report it, and if you’re a developer, try to help us fix it.</p>\n<p>If all goes well, we hope to release WordPress 3.4 in May. The more help we get with testing and fixing bugs, the sooner we will be able to release the final version. If you want to be a beta tester, you should check out the Codex article on <a title=\"Reporting Bugs for WordPress\" href=\"http://codex.wordpress.org/Reporting_Bugs\">how to report bugs</a>.</p>\n<p>Here’s some of what’s new:</p>\n<ul>\n<li>Theme Customizer with Previewer</li>\n<li>Flexible Custom Header Sizes</li>\n<li>Selecting Custom Header and Background Images from Media Library</li>\n<li>Better experience searching for and choosing a theme</li>\n</ul>\n<p>And some of the under-the-hood changes:</p>\n<ul>\n<li>New XML-RPC API for external and mobile applications</li>\n<li>New API for registering theme support for custom headers and backgrounds</li>\n<li>Performance improvements to WP_Query by splitting the query (Please test!)</li>\n<li>Internationalization improvements (improved performance and locale support)</li>\n<li>Performance and API improvements when working with lists of installed themes</li>\n<li>Support for installing child themes from the WordPress Themes Directory</li>\n</ul>\n<p>Remember, if you find something you think is a bug, report it! You can bring it up in the <a title=\"Alpha/Beta Support Forum\" href=\"http://wordpress.org/support/forum/alphabeta\">alpha/beta forum</a>, you can email it to the <a title=\"WP-testers mailing list info page\" href=\"http://lists.automattic.com/mailman/listinfo/wp-testers\">wp-testers list</a>, or if you’ve confirmed that other people are experiencing the same bug, you can report it on the <a title=\"WordPress Core Trac\" href=\"http://core.trac.wordpress.org/\">WordPress Core Trac</a>. (We recommend starting in the forum or on the mailing list.)</p>\n<p>Theme and plugin authors, if you haven’t been following the 3.4 development cycle, <strong>please start now</strong> so that you can update your themes and plugins to be compatible with the newest version of WordPress.</p>\n<p><a title=\"Download WordPress 3.4 Beta 1\" href=\"http://wordpress.org/wordpress-3.4-beta1.zip\">Download WordPress 3.4 Beta 1</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:\"Thu, 05 Apr 2012 02:07: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: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:\"\";}}}}}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:39:\"WordPress.tv: April Holle: WP101 Part 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=10166\";s:7:\"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:56:\"http://wordpress.tv/2012/04/04/april-holle-wp101-part-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1761:\"<div id=\"v-QBA8H3vr-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/10166/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/10166/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/10166/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/10166/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/10166/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/10166/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/10166/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/10166/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/10166/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/10166/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/10166/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/10166/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/10166/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/10166/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=10166&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/04/04/april-holle-wp101-part-2/\"><img alt=\"WP101 pt2\" src=\"http://videos.videopress.com/QBA8H3vr/wp101-pt2_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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, 04 Apr 2012 22: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"wcphoenix\";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:39:\"WordPress.tv: April Holle: WP101 Part 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:28:\"http://wordpress.tv/?p=10162\";s:7:\"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:56:\"http://wordpress.tv/2012/04/04/april-holle-wp101-part-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1761:\"<div id=\"v-Sb2JEinZ-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/10162/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/10162/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/10162/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/10162/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/10162/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/10162/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/10162/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/10162/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/10162/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/10162/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/10162/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/10162/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/10162/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/10162/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=10162&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/04/04/april-holle-wp101-part-1/\"><img alt=\"WP101 pt1\" src=\"http://videos.videopress.com/Sb2JEinZ/wp101-pt1_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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, 04 Apr 2012 22:38: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:9:\"wcphoenix\";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:51:\"Joseph: WordCamp San Francisco 2012 Date & 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:30:\"http://josephscott.org/?p=5625\";s:7:\"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:82:\"http://josephscott.org/archives/2012/04/wordcamp-san-francisco-2012-date-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:188:\"<p><a href=\"http://2012.sf.wordcamp.org/\">WordCamp San Francisco 2012</a> will be on August 4, 2012.  The location is the same as the last few years, the Mission Bay Conference Center.</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, 04 Apr 2012 20:15: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: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: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:49:\"Weblog Tools Collection: WordPress by the Numbers\";s:7:\"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:\"http://weblogtoolscollection.com/?p=11236\";s:7:\"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/LBdIuiJ_GVM/\";s: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:1204:\"<p><a href=\"http://wordpress.org/\">WordPress</a> has been around for quite a while now and sure has grown from the small following that it had in the early days. To that end, WordPress educator <a href=\"http://lorelle.wordpress.com/\">Lorelle VanFossen</a> has collected <a href=\"http://lorelle.wordpress.com/2012/03/29/wordpress-stats-and-numbers-breaking-their-own-records/\">an impressive amount of stats and data regarding the usage of WordPress today</a>.</p>\n<p>Some highlights from the article include 98 version releases of WordPress to date, more than 100 books published on WordPress since 2006, 65 million WordPress downloads since version 3 was released in June of 2010, 14.7% of the top million websites are powered by WordPress, an average of 2.5 million pages served to 352 million people per month on <a href=\"http://wordpress.com/\">WordPress.com</a>, and (out of 2 job sites) an average of 8,615 WordPress-related are jobs posted each month.</p>\n<p>That&#8217;s just a small sampling of what Lorelle has to offer. Head on over to her article for an incredibly informative read.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/LBdIuiJ_GVM\" 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, 04 Apr 2012 14:00: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:5:\"James\";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:58:\"Weblog Tools Collection: WordPress Plugin Releases for 4/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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=11232\";s:7:\"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/AbvPT4M0WfQ/\";s: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:1185:\"<h3>New plugins</h3>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/add-to-all/\"><strong>Add to All</strong></a> is a powerful plugin that will allow you to add custom code or CSS to your header, footer, content, or feed.</p>\n<h3>Updated plugins</h3>\n<p><a href=\"http://bad-behavior.ioerror.us/\"><strong>Bad Behavior</strong></a> complements other link spam solutions by acting as a gatekeeper, preventing spammers from ever delivering their junk, and in many cases, from ever reading your site in the first place.</p>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/better-search/\"><strong>Better Search</strong></a> replaces the default WordPress search with a contextual search including search results sorted by relevance.</p>\n<p><a href=\"http://www.fastsecurecontactform.com/\"><strong>Fast Secure Contact Form</strong></a> lets your visitors send you a quick e-mail message and blocks all common spammer tactics. Additionally, the plugin has a multi-form feature, optional extra fields, and an option to redirect visitors to any URL after the message is sent.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/AbvPT4M0WfQ\" 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, 03 Apr 2012 17:15: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"James\";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:45:\"WPTavern: New Ebook Released For WP Multisite\";s:7:\"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=6486\";s:7:\"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://feedproxy.google.com/~r/WordpressTavern/~3/SHKoRPUvB9Q/new-ebook-released-for-wp-multisite\";s: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:1588:\"<p>Sometimes, the most difficult task at hand when operating a website is locating the documentation that helps solve a problem. For those of you who have been looking for a WordPress Multisite reference book to help get you started, Mika Epstein and Andrea Rennick have <a href=\"http://tech.ipstenu.org/ebooks/wordpress-multisite-101/\">co-authored a book</a> specifically for WordPress Multisite. The book contains over 40 pages of information ranging from installation to configuration. However, one of the more interesting aspects of the book is that the price tag is PWYW otherwise known as Pay What You Want. Mika suggests $5.00 but it&#8217;s not a mandatory amount. Since Sunday, she has seen over 500 downloads of the book while earning $150.00. With that said, the book has been released under a Creative Commons Non-Commercial license which basically means you can use it on your website, put it within the Codex, give it away to someone, but what you can&#8217;t do <a href=\"http://ipstenu.org/2012/my-ebook-is-pwyw/\">is make money from it</a>. I encourage you to read her take on why she released the book as is. </p>\n<p>I think one of the things worth taking away from this little experience is that code is GPL, text is not. </p>\n<p>Related posts:<ol>\n<li><a href=\"http://www.wptavern.com/situations-in-which-multisite-should-not-be-used\" rel=\"bookmark\" title=\"Situations In Which MultiSite Should Not Be Used\">Situations In Which MultiSite Should Not Be Used</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/SHKoRPUvB9Q\" 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, 03 Apr 2012 13:00: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:\"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:39:\"WPTavern: Webhosting With Free Shipping\";s:7:\"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=6481\";s:7:\"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/WordpressTavern/~3/xZkvp6V6EkY/webhosting-with-free-shipping\";s: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:309:\"<p>He&#8217;s right, I&#8217;ve never seen webhosting <a href=\"http://blog.page.ly/2012/03/a-hosting-industry-first-page-ly-now-with-free-shipping/\">offer free shipping</a> until now. </p>\n<p>No related posts.</p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/xZkvp6V6EkY\" 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, 02 Apr 2012 17:00: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: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:61:\"Weblog Tools Collection: Task Management for WordPress and P2\";s:7:\"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:\"http://weblogtoolscollection.com/?p=11229\";s:7:\"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/146qcjtqzac/\";s: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:1178:\"<p>Are you looking for a way to easily manage tasks either for yourself, your team, or perhaps even your entire company? Well, now you can with <a href=\"http://wordpress.org/\">WordPress</a>! All you need is <a href=\"http://wordpress.org/extend/themes/p2\">the P2 Theme</a> and the handy <a href=\"http://wordpress.org/extend/plugins/p2-resolved-posts/\">Resolved Posts plugin</a>.</p>\n<p>We use project-specific P2s for roughly 90% of our communication at <a href=\"http://automattic.com/\">Automattic</a>, and the Resolved Posts plugin has made it incredibly easy to stay on top of bugs, recommendations, and even simple tasks. P2 is the perfect theme for collaboration within a team or company, as it allows anyone to easily write a post with threaded comments visible on the main page. The Resolved Posts plugin allows you to easily mark a post as unresolved or resolved along with some handy styling for identifying the status of tasks at a glance.</p>\n<p>If you&#8217;re looking for a new way to manage your tasks, give P2 and the Resolved Posts plugin a try today!</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/146qcjtqzac\" 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, 02 Apr 2012 14:00: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"James\";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:60:\"WPTavern: All The Stats You Need To Know Regarding 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=6476\";s:7:\"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:112:\"http://feedproxy.google.com/~r/WordpressTavern/~3/3-dkHQyI9JY/all-the-stats-you-need-to-know-regarding-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:919:\"<p>Lorelle VanFossen has <a href=\"http://lorelle.wordpress.com/2012/03/29/wordpress-stats-and-numbers-breaking-their-own-records/\">published a detailed article</a> that covers a wide gamut of statistics related to WordPress. Most of the numbers are impressive. Amongst the stats, the one that surprises me the most is the fact that WordPress is being used in Indonesian at almost triple the rate of English, and nearly the sum total of English, Swedish, Dutch, and Romanian. I find that to be incredible and reminds me that the software not only has a big following here in the U.S. but has a much bigger following outside of the English language. </p>\n<p>Related posts:<ol>\n<li><a href=\"http://www.wptavern.com/handful-of-codex-stats\" rel=\"bookmark\" title=\"Handful Of Codex Stats\">Handful Of Codex Stats</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/3-dkHQyI9JY\" 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, 02 Apr 2012 13:00: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: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:57:\"Weblog Tools Collection: WordPress Theme Releases for 4/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:41:\"http://weblogtoolscollection.com/?p=11224\";s:7:\"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/Bad3ABroh48/\";s: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:931:\"<p><img class=\"alignnone size-full wp-image-11225\" title=\"thebootstrap\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/04/thebootstrap.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/the-bootstrap\"><strong>The Bootstrap</strong></a> is based on <a href=\"http://twitter.github.com/bootstrap/\">Bootstrap</a> from Twitter and features a 100% responsive layout, a superb gallery and image handling, and a clean and simple design.</p>\n<p><img class=\"alignnone size-full wp-image-11226\" title=\"optical\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/04/optical.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://emptynestthemes.com/2012/03/31/optical-wordpress-theme/\"><strong>Optical</strong></a> is a rich, moody, vibrant, and edgy theme.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/Bad3ABroh48\" 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:\"Sun, 01 Apr 2012 14: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:5:\"James\";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:68:\"Weblog Tools Collection: WordPress Multisite Pay-What-You-Want eBook\";s:7:\"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:\"http://weblogtoolscollection.com/?p=11221\";s:7:\"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/9GB8oOtBMNQ/\";s: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:1228:\"<p><a href=\"http://wordpress.org/\">WordPress</a> is one of the simplest self-hosted blogging platforms around, but <a href=\"http://codex.wordpress.org/Create_A_Network\">working with multisite</a> is a different beast altogether. Sure, there are a few online guides and tutorials, but this is just one of those things you should really read up on before diving in.</p>\n<p><a href=\"http://ipstenu.org/\">Mika Epstein</a>, one of the top volunteers in <a href=\"http://wordpress.org/support/\">the WordPress Support Forums</a>, has just published <a href=\"http://tech.ipstenu.org/ebooks/wordpress-multisite-101/\">WordPress Multisite 101</a>, a pay-what-you-want eBook available in EPUB and PDF formats. The suggested donation for the book is $5, but depending on how useful you find it, there&#8217;s nothing stopping you from sending $10, $20, maybe even $100, or the inevitable nothing if that&#8217;s how you roll. The book covers everything from getting started to running your own network, and you will always have <a href=\"http://wordpress.org/support/forum/multisite\">the forums</a> if you need further assistance.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/9GB8oOtBMNQ\" 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, 31 Mar 2012 14:00:33 +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:5:\"James\";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:112:\"Dougal Campbell: 10 Million hits a day with WordPress using a $15 server | Ewan’s Blog on IT and stuff like it\";s:7:\"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=62462\";s:7:\"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:132:\"http://dougal.gunters.org/blog/2012/03/30/10-million-hits-a-day-with-wordpress-using-a-15-server-ewans-blog-on-it-and-stuff-like-it/\";s: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:769:\"<p><i>Quick instructions for setting up nginx, varnish, and php-fpm with WordPress and the W3TC plugin for a server that can dish out lots of pages. </i></p>\n<p><a href=\"http://www.ewanleith.com/blog/900/10-million-hits-a-day-with-wordpress-using-a-15-server\">10 Million hits a day with WordPress using a $15 server | Ewan&#8217;s Blog on IT and stuff like it</a></p>\n<p>Original Article: <a href=\"http://dougal.gunters.org/blog/2012/03/30/10-million-hits-a-day-with-wordpress-using-a-15-server-ewans-blog-on-it-and-stuff-like-it/\">10 Million hits a day with WordPress using a $15 server | Ewan&#8217;s Blog on IT and stuff like it</a>\n<a href=\"http://dougal.gunters.org\">Dougal Campbell&#039;s geek ramblings - WordPress, web development, and world domination.</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, 30 Mar 2012 21:15: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: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: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:80:\"Dougal Campbell: Useful WordPress Tools, Themes and Plugins | Smashing 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:34:\"http://dougal.gunters.org/?p=62458\";s:7:\"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://dougal.gunters.org/blog/2012/03/30/useful-wordpress-tools-themes-and-plugins-smashing-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:588:\"<p><i>Pointers to many useful plugins, themes, and other tools for WordPress.</i></p>\n<p><a href=\"http://wp.smashingmagazine.com/2012/03/22/useful-wordpress-tools-themes-plugins/\">Useful WordPress Tools, Themes and Plugins | Smashing WordPress</a></p>\n<p>Original Article: <a href=\"http://dougal.gunters.org/blog/2012/03/30/useful-wordpress-tools-themes-and-plugins-smashing-wordpress/\">Useful WordPress Tools, Themes and Plugins | Smashing WordPress</a>\n<a href=\"http://dougal.gunters.org\">Dougal Campbell&#039;s geek ramblings - WordPress, web development, and world domination.</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, 30 Mar 2012 20:45: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: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:59:\"Weblog Tools Collection: WordPress Plugin Releases for 3/30\";s:7:\"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:\"http://weblogtoolscollection.com/?p=11218\";s:7:\"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/TTVS2s8qzYc/\";s: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:953:\"<h3>New plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/latest-news-ticker/\"><strong>Latest News Ticker</strong></a> lets you have a news ticker across your entire website.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/p2-resolved-posts/\"><strong>P2 Resolved Posts</strong></a> is a lightweight GTD plugin for WordPress and <a href=\"http://wordpress.org/extend/themes/p2\">the P2 theme</a> which allows you to mark a thread as &#8220;unresolved&#8221; when there&#8217;s something needing to be finished, and mark it as &#8220;resolved&#8221; when it&#8217;s been finished.</p>\n<h3>Updated plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/tallyopia-analytics-plugin/\"><strong>Tallyopia Analytics</strong></a> provides analytics that you can embed into your site using shortcodes or view in your admin dashboard.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/TTVS2s8qzYc\" 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, 30 Mar 2012 14:00: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:5:\"James\";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:41:\"WPTavern: Good Or Bad? Infinite Scrolling\";s:7:\"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=6472\";s:7:\"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/N47Us6dCM5Q/good-or-bad-infinite-scrolling\";s: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:1556:\"<p>Thanks to <a href=\"http://pinterest.com/\">Pinterest</a>, many websites think it&#8217;s cool to provide the ability to infinitely scroll down a page. Over the past few weeks, I&#8217;ve noticed a variety of tutorials that explain how you can add this functionality to WordPress themes. However, I&#8217;m wondering if this is just one of those trends that will go away once Pinterest dies off. For sites such as Pinterest where it makes sense to have an infinite scroll, does it make sense to have that functionality on a regular blog or any other type of website? There is one issue that was brought up within one of the tutorials that I read that mentioned that this technique if done improperly would not scale well. However, Pinterest appears to be doing just fine and they are generating millions of pageviews a week. </p>\n<p>What about pagination? If infinite scroll is introduced to a website, does that negate the need to even have traditional pagination? I would hope so considering I&#8217;d hate to be limited to viewing the archive of posts by wearing out my scroll wheel. What are your thoughts on the infinite scroll? </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<p>Related posts:<ol>\n<li><a href=\"http://www.wptavern.com/pin-it-is-the-new-bookmark\" rel=\"bookmark\" title=\"Pin-It Is The New Bookmark\">Pin-It Is The New Bookmark</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/N47Us6dCM5Q\" 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, 30 Mar 2012 13:00: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: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: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:75:\"Lorelle on WP: Help Needed with WebVisions WordPress Theme Developers Panel\";s:7:\"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:36:\"http://lorelle.wordpress.com/?p=5885\";s:7:\"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://lorelle.wordpress.com/2012/03/29/help-needed-with-webvisions-wordpress-theme-developers-panel/\";s: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:506:\"Webvisions is in Portland, Oregon, May 16-18, 2012, and I&#8217;ll be there again this year leading an awesome panel of WordPress Theme designers and developers, and I need your help. For over eleven years, Webvisions has been the go to conference for exploring the future of design, content creation, user experience, and business strategies on [...]<img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=5885&subd=lorelle&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:\"Fri, 30 Mar 2012 00:19:08 +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:\"Lorelle VanFossen\";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:39:\"WPTavern: Favoriting Posts In 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=6469\";s:7:\"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/WordpressTavern/~3/iLO4fZjBpBw/favoriting-posts-in-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:1539:\"<p>WPBeginner has <a href=\"http://www.wpbeginner.com/plugins/how-to-allow-users-to-add-favorite-posts-in-wordpress/\">published an article</a> that explains how they used the <a href=\"http://wordpress.org/extend/plugins/wp-favorite-posts/\">WP Favorite Posts plugin</a> to give one of their clients a &#8220;personalized library&#8221; for their users which allowed them to favorite videos that they could watch repeatedly. In the article, they also explain how to use the plugin to provide that same personalized experience for your own site so that registered users or non-registered users could favorite specific posts that they could access later. It&#8217;s a cool plugin but upon reading the directions on how to display the favorite option within specific pages or posts, I was sent back into time because in order to accomplish that task, you need to add specific code to certain template files such as page.php, single.php, etc. I thought that practice of adding plugin functionality was gone but I guess not. </p>\n<p>Related posts:<ol>\n<li><a href=\"http://www.wptavern.com/free-support-woo-menus-abcs-of-wordpress\" rel=\"bookmark\" title=\"Free Support, Woo Menus, ABCs Of WordPress\">Free Support, Woo Menus, ABCs Of WordPress</a></li>\n<li><a href=\"http://www.wptavern.com/social-bookmarking-with-wordpress-plugin\" rel=\"bookmark\" title=\"Social Bookmarking With WordPress Plugin\">Social Bookmarking With WordPress Plugin</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/iLO4fZjBpBw\" 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, 29 Mar 2012 17:00: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: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: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:37:\"Dougal Campbell: http://t.co/VWVBPXlB\";s:7:\"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=62387\";s:7:\"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://dougal.gunters.org/blog/2012/03/29/httpt-covwvbpxlb/\";s: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:440:\"<p><i>Introducing a new #WordPress theme we think you&#8217;re really going to like, FavePersonal: http://t.co/VWVBPXlB</i></p>\n<p><a href=\"http://t.co/VWVBPXlB\">http://t.co/VWVBPXlB</a></p>\n<p>Original Article: <a href=\"http://dougal.gunters.org/blog/2012/03/29/httpt-covwvbpxlb/\">http://t.co/VWVBPXlB</a>\n<a href=\"http://dougal.gunters.org\">Dougal Campbell&#039;s geek ramblings - WordPress, web development, and world domination.</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:\"Thu, 29 Mar 2012 15:45: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: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: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:40:\"WPTavern: Disclaimer Popups Using jQuery\";s:7:\"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=6466\";s:7:\"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/LoPVXT-8wCE/disclaimer-popups-using-jquery\";s: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:383:\"<p>Helpful <a href=\"http://wpgarage.com/code-snippets/disclaimer-popups-before-sending-an-email-or-submitting-a-comment-using-simple-jquery/\">little article</a> that explains how to use jQuery to create popups before sending an email or submitting a comment.</p>\n<p>No related posts.</p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/LoPVXT-8wCE\" 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, 29 Mar 2012 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: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: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:58:\"Weblog Tools Collection: WordPress Theme 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:41:\"http://weblogtoolscollection.com/?p=11203\";s:7:\"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/UHujULifyI8/\";s: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:869:\"<p><img class=\"alignnone size-full wp-image-11205\" title=\"antheros\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/03/antheros.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/atheros\"><strong>Atheros</strong></a> is modern, customizable, clean, and readable with nice smooth shadow effects.</p>\n<p><img class=\"alignnone size-full wp-image-11204\" title=\"daylight\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/03/daylight.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://emptynestthemes.com/2012/03/26/daylight-wordpress-theme/\"><strong>Daylight</strong></a> uses soft, subtle daylight sky blue in the background, white post content areas and a minimalist, simple setup.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/UHujULifyI8\" 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, 28 Mar 2012 17:00: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:5:\"James\";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:34:\"Matt: Productivity per Square Inch\";s:7:\"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=40345\";s:7:\"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://ma.tt/2012/03/productivity-per-square-inch/\";s: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:425:\"<p>I used to use three 27&#8243; monitors vertically, then switched to two 30&#8243; Dells, nowadays I&#8217;m on a 13&#8243; Air screen most of the time, and occasionally plug into a Thunderbolt Display. Here&#8217;s a cool article on <a href=\"http://blog.self.li/post/19783161876/how-to-increase-productivity-per-square-inch-of-screen\">how to increase productivity per square inch of your screen by Peter Legierski</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, 27 Mar 2012 18:59: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: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: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:77:\"Weblog Tools Collection: Phishing Attempt Targets WordPress Plugin 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:41:\"http://weblogtoolscollection.com/?p=11197\";s:7:\"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/DAsPzOlg29w/\";s: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:915:\"<p>If you&#8217;re a <a href=\"http://wordpress.org/\">WordPress</a> plugin developer, you may have received an email from an address other than WordPress.org notifying you that your plugin had been removed. <a href=\"http://wpdevel.wordpress.com/2012/03/27/phishing-attempts-for-wordpress-org-credentials/\">These emails are fake</a> and designed to gather your login information for unknown nefarious reasons.</p>\n<p>Emails from the <a href=\"http://wordpress.org/extend/plugins/\">WordPress.org Plugin Repository</a> are always sent from a WordPress.org email address, so if you receive an email from elsewhere claiming official WordPress.org Plugin Repository business, delete it immediately. If you have already fallen victim to this phishing attack, you should change your passwords as soon as possible.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/DAsPzOlg29w\" 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, 27 Mar 2012 14: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:5:\"James\";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:35:\"WPTavern: BuddyPress 1.5.5 Released\";s:7:\"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=6462\";s:7:\"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/WordpressTavern/~3/Iswa8WPmsQE/buddypress-1-5-5-released\";s: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:973:\"<p>It was announced earlier today that that <a href=\"http://buddypress.org/2012/03/buddypress-1-5-5/\">BuddyPress 1.5.5 is now available</a> for download. This is considered a maintenance release which addresses <a href=\"http://buddypress.trac.wordpress.org/milestone/1.5.5\">14 issues</a>, some of which are security related. Congrats to the team and I hope you had a blast at WordCamp Netherlands Paul Gibbs. </p>\n<p>Related posts:<ol>\n<li><a href=\"http://www.wptavern.com/buddypress-1-1-released\" rel=\"bookmark\" title=\"BuddyPress 1.1 Released\">BuddyPress 1.1 Released</a></li>\n<li><a href=\"http://www.wptavern.com/buddypress-1-2-released\" rel=\"bookmark\" title=\"BuddyPress 1.2 Released\">BuddyPress 1.2 Released</a></li>\n<li><a href=\"http://www.wptavern.com/buddypress-1-2-2-released\" rel=\"bookmark\" title=\"BuddyPress 1.2.2 Released\">BuddyPress 1.2.2 Released</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/Iswa8WPmsQE\" 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, 27 Mar 2012 13:00:43 +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: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:23:\"Matt: Beginner’s Mind\";s:7:\"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=40343\";s:7:\"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/2012/03/beginners-mind/\";s: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:288:\"<p>&#8220;In the beginner&#8217;s mind there are many possibilities, but in the expert&#8217;s there are few.&#8221; –- Zen Master Shunryo Suzuki. <a href=\"http://zenhabits.net/how-to-live-life-to-the-max-with-beginners-mind/\">Read more about Beginner&#8217;s Mind on zenhabits</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, 27 Mar 2012 04:57: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: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: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:28:\"BuddyPress: BuddyPress 1.5.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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://buddypress.org/?p=1865\";s:7:\"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://buddypress.org/2012/03/buddypress-1-5-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:626:\"<p>Available immediately is <a title=\"Download BuddyPress\" href=\"http://wordpress.org/extend/plugins/buddypress/\">BuddyPress 1.5.5</a>. This maintenance release fixes <a href=\"http://buddypress.trac.wordpress.org/milestone/1.5.5\">14</a> issues with BuddyPress, including a potential security vulnerability that affected earlier releases in the 1.5.x series. Thanks to Ivan Terkin for responsibly disclosing the bug to our security team.</p>\n<p>Download BuddyPress 1.5.5 from <a href=\"http://wordpress.org/extend/plugins/buddypress/\">WordPress Extend</a> or <a href=\"http://buddypress.org/download/\">BuddyPress.org.</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, 27 Mar 2012 00:47:14 +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:\"Paul Gibbs\";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:59:\"Weblog Tools Collection: WordPress Plugin 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:41:\"http://weblogtoolscollection.com/?p=11188\";s:7:\"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/_XJ8k7it7EU/\";s: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:1126:\"<h3>New plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/rich-text-editor-for-comments/\"><strong>Rich Text Editor For Comments</strong></a> replaces the regular comment textarea with a lightweight fully customizable WYSIWYG rich text editor.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/nofollow/\"><strong>Ultimate Nofollow</strong></a> is a suite of tools that gives you complete control over the rel=nofollow tag on an individual link basis.</p>\n<h3>Updated plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/contextual-related-posts/\"><strong>Contextual Related Posts</strong></a> helps you increase reader retention and reduce bounce rates by displaying a set of related posts on your website or in your feed.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/add-to-any/\"><strong>Share Buttons by Lockerz / AddToAny</strong></a> helps people share, bookmark, and email your posts &amp; pages using any service, such as Facebook, Twitter, Google, StumbleUpon, Digg and many more.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/_XJ8k7it7EU\" 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, 26 Mar 2012 14:00: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:5:\"James\";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:57:\"WPTavern: WP Plugin Authors The Target Of A Phishing Scam\";s:7:\"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=6459\";s:7:\"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/kZ7ujQz43RE/wp-plugin-authors-the-target-of-a-phishing-scam\";s: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:2009:\"<p>Plugin authors need to take serious notice of a recent phishing attack that is aimed specifically at plugin authors. Ipstenu, one of the volunteer WordPress.org support forum moderators has <a href=\"http://wordpress.org/support/topic/warning-phishing-attempt\">published a forum thread</a> warning others that responding to the email wouldn&#8217;t be a good idea. The way in which this phishing attack works is pretty interesting. After clicking on the link within the email to check on your plugins status, you are then taken to a site that looks very similar to WordPress.org where you&#8217;re asked to provide your password. Passwords that are given can then be used to gain unauthorized access to the account and associated plugins attached to it. </p>\n<p>Plugin authors are encouraged not to reply to the email as well as not entering your password on the fake WordPress.org website. It&#8217;s important to note that plugins have not been removed from the repo, and if they had, the email would have come from a wordpress.org account. </p>\n<p>You might have to jog my memory but this is the first time that I can remember where WordPress.org plugin authors were the target of a phishing scam. </p>\n<p>Related posts:<ol>\n<li><a href=\"http://www.wptavern.com/plugin-authors-and-the-activation-hook\" rel=\"bookmark\" title=\"Plugin Authors And The Activation Hook\">Plugin Authors And The Activation Hook</a></li>\n<li><a href=\"http://www.wptavern.com/what-plugin-authors-shouldnt-do\" rel=\"bookmark\" title=\"What Plugin Authors Shouldn&#8217;t Do\">What Plugin Authors Shouldn&#8217;t Do</a></li>\n<li><a href=\"http://www.wptavern.com/how-commercial-plugin-developers-are-monetizing-through-the-plugin-respository\" rel=\"bookmark\" title=\"How Commercial Plugin Developers Are Monetizing Through The Plugin Respository\">How Commercial Plugin Developers Are Monetizing Through The Plugin Respository</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/kZ7ujQz43RE\" 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, 26 Mar 2012 13:00: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: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: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:58:\"Weblog Tools Collection: WordPress Theme 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:41:\"http://weblogtoolscollection.com/?p=11181\";s:7:\"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/iq0K0DNPBpc/\";s: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:1423:\"<p><img class=\"alignnone size-full wp-image-11184\" title=\"believe\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/03/believe.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://generalthemes.com/believe/\"><strong>Believe</strong></a> is a dark two column theme.</p>\n<p><img class=\"alignnone size-full wp-image-11182\" title=\"buttercream\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/03/buttercream.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/buttercream\"><strong>Buttercream</strong></a> is a cute cupcake theme in three different color styles.</p>\n<p><img class=\"alignnone size-full wp-image-11183\" title=\"esplanade\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/03/esplanade.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/esplanade\"><strong>Esplanade</strong></a> is a stylish, modern and flexible theme with responsive layout.</p>\n<p><img class=\"alignnone size-full wp-image-11185\" title=\"natural\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/03/natural.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://emptynestthemes.com/2012/03/20/natural-wordpress-theme/\"><strong>Natural</strong></a> is a clean, soft, and attractive theme.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/iq0K0DNPBpc\" 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, 24 Mar 2012 14:00:08 +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:5:\"James\";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:52:\"WPTavern: Close Or Leave Comments Open On Old Posts?\";s:7:\"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=6452\";s:7:\"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:110:\"http://feedproxy.google.com/~r/WordpressTavern/~3/Kx-vr7Z_KHw/close-or-leave-comments-open-on-older-blog-posts\";s: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>As laid out by BloggingPro.com, the question is simple. <a href=\"http://www.bloggingpro.com/archives/2012/03/21/should-you-close-comments-on-older-blog-posts/\">Should you close comments on older blog posts?</a> While their article goes into specific reasons as to why or why not, I&#8217;ve personally been a fan of closing comments on articles that are 180 days old. I think the bulk of the conversation that is going to take place on any particular post will be within 7 days of it being published. Therefor, I don&#8217;t feel the need to have the form open if the conversation is over with. Another major reason I opt to go this route is spam. Back when I used to write for other websites, I noticed that the majority of their spam comments were for articles buried deep within their archives. Every now and then, a legitimate comment would show up but that was the exception rather than the rule. As a site administrator, closed comments on older articles also provides an easier administrative role. Instead of wading through pages of comments caught within the Akismet queue to check for false positives, I normally have only a page or two at the most. </p>\n<p>With that said, as a site administrator, how do you have your comments configured and why did you chose that configuration? </p>\n<p>Related posts:<ol>\n<li><a href=\"http://www.wptavern.com/approve-delete-spam-how-do-you-treat-specific-comments\" rel=\"bookmark\" title=\"Approve, Delete, Spam &#8211; How Do You Treat Specific Comments?\">Approve, Delete, Spam &#8211; How Do You Treat Specific Comments?</a></li>\n<li><a href=\"http://www.wptavern.com/wordpress-disqus-and-spam-comments\" rel=\"bookmark\" title=\"WordPress, Disqus, And Spam Comments\">WordPress, Disqus, And Spam Comments</a></li>\n<li><a href=\"http://www.wptavern.com/managing-comments-with-ajax-edit-comments\" rel=\"bookmark\" title=\"Managing Comments With Ajax Edit Comments\">Managing Comments With Ajax Edit Comments</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/Kx-vr7Z_KHw\" 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, 23 Mar 2012 17:00: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: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:51:\"Weblog Tools Collection: Twenty Twelve Moved to 3.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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=11177\";s:7:\"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/r579tV3_DjU/\";s: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:1005:\"<p><a href=\"http://weblogtoolscollection.com/archives/2011/12/22/twenty-twelve-theme-on-the-drawing-board/\">Twenty Twelve</a>, the next great <a href=\"http://wordpress.org/\">WordPress</a> default theme, has unfortunately been removed from the 3.4 development cycle and <a href=\"http://wpdevel.wordpress.com/2012/03/20/as-twenty-twelve-is-punted-to-3-5-it/\">pushed back to 3.5</a>. There is no specific reason given for the change, but it seems likely that the team would rather focus on the core functions as WordPress 3.4 draws closer to its inevitable April release.</p>\n<p>If you already have Twenty Twelve activated and are using trunk, make sure that you activate another theme before upgrading to the latest, as Twenty Twelve will be removed. If you want to continue to use Twenty Twelve, you can <a href=\"https://github.com/thethemefoundry/twentytwelve\">grab it from GitHub</a> for now.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/r579tV3_DjU\" 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, 23 Mar 2012 14:00: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"James\";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:37:\"WPTavern: Starter Guide On Header.php\";s:7:\"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=6449\";s:7:\"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/WordpressTavern/~3/ndMceVtIf-c/starter-guide-on-header-php\";s: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:1260:\"<p>Ravael Angeline has a tutorial posted on WP.Tutsplus.com that <a href=\"http://wp.tutsplus.com/tutorials/theme-development/the-header-php-what-needs-to-go-in-it-and-what-doesnt/\">covers the basics of a header.php file</a>. This particular file is located in every WordPress theme and is essential to how a theme works. Also worthy of reading following the tutorial is a <a href=\"http://wp.tutsplus.com/tutorials/theme-development/the-header-php-what-needs-to-go-in-it-and-what-doesnt/#comment-18973\">comment by Tom McFarlin</a>. </p>\n<p>Related posts:<ol>\n<li><a href=\"http://www.wptavern.com/hasty-mistake-with-wp28-header-design-challenge\" rel=\"bookmark\" title=\"Hasty Mistake With WP2.8 Header Design Challenge\">Hasty Mistake With WP2.8 Header Design Challenge</a></li>\n<li><a href=\"http://www.wptavern.com/what-do-you-need-in-a-starter-theme\" rel=\"bookmark\" title=\"What Do You Need In A Starter Theme?\">What Do You Need In A Starter Theme?</a></li>\n<li><a href=\"http://www.wptavern.com/good-guide-on-avoiding-themeplugin-lock-in\" rel=\"bookmark\" title=\"Good Guide On Avoiding Theme/Plugin Lock-In\">Good Guide On Avoiding Theme/Plugin Lock-In</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/ndMceVtIf-c\" 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, 23 Mar 2012 13:00: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: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: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:59:\"Weblog Tools Collection: WordPress Plugin 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:41:\"http://weblogtoolscollection.com/?p=11173\";s:7:\"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/ppZWhtzq-p8/\";s: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:2148:\"<h3>New plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/keyring/\"><strong>Keyring</strong></a> provides a very hookable, completely customizable framework for connecting your WordPress site to an external service.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/superslider-perpost-code/\"><strong>SuperSlider-Perpost-Code</strong></a> allows you to write css and javascript code directly on your post edit screen on a per post basis.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wp-toolbar-removal/\"><strong>ToolBar Removal</strong></a> allows you to completely disable the WordPress toolbar without loosing logout functionality.</p>\n<h3>Updated plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/cloudflare/\"><strong>CloudFlare</strong></a> ensures your WordPress blog is running optimally on the <a href=\"https://www.cloudflare.com/\">CloudFlare</a> platform.</p>\n<p><a href=\"http://www.fastsecurecontactform.com/\"><strong>Fast Secure Contact Form</strong></a> lets your visitors send you a quick e-mail message and blocks all common spammer tactics. Additionally, the plugin has a multi-form feature, optional extra fields, and an option to redirect visitors to any URL after the message is sent.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/image-widget/\"><strong>Image Widget</strong></a> uses a native WordPress upload thickbox to add image widgets to your site.</p>\n<p><a href=\"http://www.jacobfresco.nl/programmeren/wordpress/jewishdate/\"><strong>JewishDate</strong></a> shows the current date in the sidebar, in phonetic Hebrew.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/store-locator/\"><strong>Store Locator</strong></a> allows you to efficiently display and manage your important stores, locations, or other points of interest on your website in a manner that&#8217;s easily searchable by visitors.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wp-missed-schedule/\"><strong>WP Missed Schedule Fix</strong></a> finds missed schedule posts and republishes them correctly.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/ppZWhtzq-p8\" 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, 22 Mar 2012 14:00:33 +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:5:\"James\";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:43:\"WPTavern: GSoC And WordPress No Go For 2012\";s:7:\"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=6446\";s:7:\"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/WordpressTavern/~3/QgpyePE3yXM/gsoc-and-wordpress-no-go-for-2012\";s: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:1612:\"<p>For the first time that I can remember, WordPress <a href=\"http://wpdevel.wordpress.com/2012/03/16/no-gsoc-2012/\">has been rejected</a> from the Google Summer Of Code mentor ship program. This was an unexpected move, especially considering how WordPress has been a part of the program for the past few years. As you read through the comments of the post, quite a few people have expressed disappointment. However, if the experimental approach to WordPress development that is currently taking place with 3.4 via the aspect of teams is successful, WordPress could conduct a mini Summer Of Code event with each major release of the software, minus the big paycheck. It would also eliminate the age restriction that is currently part of the Google Summer Of Code. It&#8217;s unclear as to why WordPress was rejected but the reason is expected to be given at a meeting within the next week or so. </p>\n<p>Related posts:<ol>\n<li><a href=\"http://www.wptavern.com/wordpress-gsoc-2010-program-under-way\" rel=\"bookmark\" title=\"WordPress GSoC 2010 Program Under Way\">WordPress GSoC 2010 Program Under Way</a></li>\n<li><a href=\"http://www.wptavern.com/wordpress-not-likely-to-participate-in-google-code-in\" rel=\"bookmark\" title=\"WordPress Not Likely To Participate In Google Code-In\">WordPress Not Likely To Participate In Google Code-In</a></li>\n<li><a href=\"http://www.wptavern.com/its-that-time-of-year-again\" rel=\"bookmark\" title=\"It&#8217;s That Time Of Year Again\">It&#8217;s That Time Of Year Again</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/QgpyePE3yXM\" 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, 21 Mar 2012 17:00: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: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:75:\"Weblog Tools Collection: No WordPress Program in Google Summer of Code 2012\";s:7:\"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:\"http://weblogtoolscollection.com/?p=11170\";s:7:\"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/EIIXv0HSxuo/\";s: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:821:\"<p>After several years of success with <a href=\"http://code.google.com/soc/\">Google Summer of Code</a>, <a href=\"http://wordpress.org/\">WordPress</a> was <a href=\"http://wpdevel.wordpress.com/2012/03/16/no-gsoc-2012/\">not accepted as a mentoring organization for 2012</a>. The reasons for this are not clear, and at this point it&#8217;s not worth speculating until the WordPress team hears back from Google during an upcoming feedback meeting.</p>\n<p>Despite this momentary hitch in their plans, the core WordPress developers are not throwing out the idea of a developing version 3.5 as a mentorship-focussed release without Google&#8217;s backing. We&#8217;ll have more news on this as it becomes available.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/EIIXv0HSxuo\" 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, 21 Mar 2012 14:00: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:5:\"James\";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:57:\"WPTavern: Twenty Twelve To Be Released With WordPress 3.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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=6442\";s:7:\"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/yfoV06mWhYo/twenty-twelve-to-be-released-with-wordpress-3-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:880:\"<p>While Twenty Twelve has been an anticipated feature of the upcoming WordPress 3.4 release, some will be disappointed to hear that the new default theme for this year <a href=\"http://wpdevel.wordpress.com/2012/03/20/as-twenty-twelve-is-punted-to-3-5-it/\">will not ship with WordPress 3.4</a>. Instead, it will likely come with WordPress 3.5. However, if you&#8217;re interested in playing around with the theme as is, you can <a href=\"https://github.com/thethemefoundry/twentytwelve\">download the source via GitHub</a>. While no direct reasoning was given as to why the theme was punted, I&#8217;m going to guess that because 3.4 development is already behind, it made sense to postpone it to speed up the development of everything else going into 3.4. </p>\n<p>No related posts.</p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/yfoV06mWhYo\" 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, 21 Mar 2012 13:00: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: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: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:38:\"WPTavern: Theme.FM Theme Store Reopens\";s:7:\"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=6439\";s:7:\"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:90:\"http://feedproxy.google.com/~r/WordpressTavern/~3/xEjXooTZPiA/theme-fm-theme-store-reopens\";s: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:1042:\"<p><a href=\"http://theme.fm/2012/03/theme-fm-store-now-open-3105/\">Theme.FM has reopened to the public</a> with a brand new theme store. After browsing around the store for a little while, I like the overall design and how the theme information is laid out. Simple, excellent use of white space and I don&#8217;t feel overwhelmed when looking over a design. Nice job fellas.  </p>\n<p>Related posts:<ol>\n<li><a href=\"http://www.wptavern.com/wordpress-store-to-get-a-revamp\" rel=\"bookmark\" title=\"WordPress Store To Get A Revamp\">WordPress Store To Get A Revamp</a></li>\n<li><a href=\"http://www.wptavern.com/wordpress-swag-store-open-for-christmas-shopping\" rel=\"bookmark\" title=\"WordPress Swag Store Open For Christmas Shopping\">WordPress Swag Store Open For Christmas Shopping</a></li>\n<li><a href=\"http://www.wptavern.com/name-your-dream-theme-team\" rel=\"bookmark\" title=\"Name Your Dream Theme Team\">Name Your Dream Theme Team</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/xEjXooTZPiA\" 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, 20 Mar 2012 17:00: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: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:58:\"Weblog Tools Collection: WordPress Theme Releases for 3/20\";s:7:\"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:\"http://weblogtoolscollection.com/?p=11162\";s:7:\"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/RjpRY5BcZIA/\";s: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:1889:\"<p><img class=\"alignnone size-full wp-image-11163\" title=\"darktower\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/03/darktower.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://bestwpblogthemes.com/2012/dark-blue-architecture-wordpress-theme-dark-tower/\"><strong>Dark Tower</strong></a> is a dark blue theme.</p>\n<p><img class=\"alignnone size-full wp-image-11166\" title=\"littlebaby\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/03/littlebaby.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://bestwpblogthemes.com/2012/simple-baby-wordpress-theme-little-baby/\"><strong>Little Baby</strong></a> is a simple light baby theme.</p>\n<p><img class=\"alignnone size-full wp-image-11167\" title=\"responsive\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/03/responsive.jpg\" alt=\"\" width=\"150\" height=\"112\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/responsive\"><strong>Responsive</strong></a> is a responsive theme with 9 page templates, 9 widget areas, 4 menu areas, and theme options.</p>\n<p><img class=\"alignnone size-full wp-image-11164\" title=\"royaloak\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/03/royaloak.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://emptynestthemes.com/2012/03/15/royal-oak/\"><strong>Royal Oak</strong></a> is a rich, royal purple theme featuring the silhouette of a large, lush tree on a subtle silver wood grain background.</p>\n<p><img class=\"alignnone size-full wp-image-11165\" title=\"stripay\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/03/stripay.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/stripay\"><strong>Stripay</strong></a> is a simple theme with coloured stripes.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/RjpRY5BcZIA\" 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, 20 Mar 2012 14:00: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"James\";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:50:\"WordPress.tv: WordCamp Norway 2012 Lightning Talks\";s:7:\"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:28:\"http://wordpress.tv/?p=10121\";s:7:\"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.tv/2012/03/20/wordcamp-norway-2012-lightning-talks/\";s: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:1828:\"<p><strong><code><div id=\"v-sAbVx0HN-1\" class=\"video-player\">\n</div></code></strong></p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/10121/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/10121/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/10121/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/10121/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/10121/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/10121/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/10121/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/10121/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/10121/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/10121/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/10121/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/10121/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/10121/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/10121/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=10121&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/03/20/wordcamp-norway-2012-lightning-talks/\"><img alt=\"WCNorge &#8211; Ignite\" src=\"http://videos.videopress.com/sAbVx0HN/wcnorge-ignite_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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, 20 Mar 2012 13:00: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:13:\"scottbasgaard\";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:51:\"WPTavern: Details For WordCamp New York 2012 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:31:\"http://www.wptavern.com/?p=6436\";s:7:\"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/wLyf0TWi0fA/details-for-wordcamp-new-york-2012-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:1180:\"<p>Until now, details regarding WordCamp New York have been scarce to non-existent. However, Steve Bruner has published a post on the official site for the event and <a href=\"http://2012.nyc.wordcamp.org/2012/03/19/wordcamp-is-back-in-the-big-apple/\">has notified everyone</a> that this years event will take place on June 9th &#8211; 10th at Baruch College, the same location as 2010. As it turns out, WordCamp New York didn&#8217;t take place in 2011. Stay tuned to their official event website for details on Tickets and Speaker forms. </p>\n<p>Related posts:<ol>\n<li><a href=\"http://www.wptavern.com/wordcamp-montreal-august-28th-29th\" rel=\"bookmark\" title=\"WordCamp Montreal August 28th-29th\">WordCamp Montreal August 28th-29th</a></li>\n<li><a href=\"http://www.wptavern.com/wordcamp-central-redesigned\" rel=\"bookmark\" title=\"WordCamp Central Redesigned\">WordCamp Central Redesigned</a></li>\n<li><a href=\"http://www.wptavern.com/wordcamp-phoenix-on-friday-the-13th\" rel=\"bookmark\" title=\"WordCamp Phoenix On Friday The 13th!\">WordCamp Phoenix On Friday The 13th!</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/wLyf0TWi0fA\" 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, 20 Mar 2012 13:00: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: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:47:\"WordPress.tv: Josh Holmes: WordPress on Windows\";s:7:\"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:28:\"http://wordpress.tv/?p=10119\";s:7:\"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.tv/2012/03/20/josh-holmes-wordpress-on-windows/\";s: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:1834:\"<p><strong><code><div id=\"v-rPUNQAIm-1\" class=\"video-player\">\n</div></code></strong></p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/10119/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/10119/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/10119/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/10119/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/10119/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/10119/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/10119/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/10119/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/10119/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/10119/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/10119/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/10119/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/10119/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/10119/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=10119&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/03/20/josh-holmes-wordpress-on-windows/\"><img alt=\"WCNorge &#8211; Josh Holmes\" src=\"http://videos.videopress.com/rPUNQAIm/wcnorge-josh-holmes_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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, 20 Mar 2012 09:00: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:13:\"scottbasgaard\";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:69:\"WordPress.tv: Ryan Hellyer: WordPress for Those Who Hate Writing 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:28:\"http://wordpress.tv/?p=10117\";s:7:\"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:86:\"http://wordpress.tv/2012/03/19/ryan-hellyer-wordpress-for-those-who-hate-writing-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1858:\"<p><strong><code><div id=\"v-8LtDf1ES-1\" class=\"video-player\">\n</div></code></strong></p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/10117/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/10117/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/10117/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/10117/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/10117/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/10117/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/10117/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/10117/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/10117/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/10117/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/10117/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/10117/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/10117/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/10117/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=10117&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/03/19/ryan-hellyer-wordpress-for-those-who-hate-writing-code/\"><img alt=\"WCNorge &#8211; Ryan Hellyer\" src=\"http://videos.videopress.com/8LtDf1ES/wcnorge-ryan-hellyer_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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, 20 Mar 2012 05:00: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:13:\"scottbasgaard\";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:58:\"WordPress.tv: Wilhelm Joys Andersen: Responsive Web Design\";s:7:\"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:28:\"http://wordpress.tv/?p=10115\";s:7:\"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://wordpress.tv/2012/03/19/wilhelm-joys-andersen-responsive-web-design/\";s: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:1865:\"<p><strong><code><div id=\"v-JRn1xfVS-1\" class=\"video-player\">\n</div></code></strong></p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/10115/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/10115/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/10115/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/10115/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/10115/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/10115/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/10115/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/10115/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/10115/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/10115/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/10115/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/10115/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/10115/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/10115/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=10115&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/03/19/wilhelm-joys-andersen-responsive-web-design/\"><img alt=\"WCNorge &#8211; Wilhelm Joys Andersen\" src=\"http://videos.videopress.com/JRn1xfVS/wcnorge-wilhelm-joys-andersen_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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, 20 Mar 2012 01:00: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:13:\"scottbasgaard\";s:7:\"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:\"Sat, 07 Apr 2012 20:22:00 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:\"Sat, 07 Apr 2012 20:15:13 GMT\";s:14:\"content-length\";s:5:\"91473\";s:4:\"x-nc\";s:11:\"HIT luv 139\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(1541,0,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1333873320','no'),(1542,0,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1333830120','no'),(1543,0,'_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0','1333873320','no'),(1544,0,'_transient_dash_aa95765b5cc111c56d5993d476b1c2f0','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/lQZf1RSQg8M/\' title=\'New plugins Google Authenticator gives you two-factor authentication using the Google Authenticator app for Android/iPhone/Blackberry. WordPress Password Expiry expires a user’s access to the site after a specified number of days. Updated plugins Better WordPress Google XML Sitemaps is the first WordPress XML Sitemap plugin that comes with comprehensive supp [&hellip;]\'>Weblog Tools Collection: WordPress Plugin Releases for 4/7</a></li><li><a class=\'rsswidget\' href=\'http://dougal.gunters.org/blog/2012/04/06/updating-custom-backgrounds-and-custom-headers-for-wordpress-3-4-make-wordpress-themes/\' title=\'In the upcoming WordPress 3.4 update, adding support for custom backgrounds and headers to a theme will be easier than ever. All of the capabilities of the old functions and constants (which will be deprecated) are being rolled into one simple add_theme_support() call. Updating Custom Backgrounds and Custom Headers for WordPress 3.4 « Make WordPress Themes O [&hellip;]\'>Dougal Campbell: Updating Custom Backgrounds and Custom Headers for WordPress 3.4 « Make WordPress Themes</a></li><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/WordpressTavern/~3/BvjHk0eiLdU/good-use-of-the-is_plugin_active-conditional-statement\' title=\'A good example showcasing the is_plugin_active conditional statement that saved Peter from a whole lot of donkey work. All it took was 12 lines of code. No related posts. [&hellip;]\'>WPTavern: Good Use Of The Is_Plugin_Active Conditional Statement</a></li><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/WordpressTavern/~3/9DwoT0NrzdM/two-resources-for-writersjournalists-using-wordpress\' title=\'DynamicWP has put together a list of 11 plugins that are especially helpful for writers using WordPress. One of the nifty plugins from that list that I discovered is AP Style Dates And Times. This plugin automatically abbreviates times and months according to the AP Style guide. The second resource that you should keep handy if you’re the journalist type is  [&hellip;]\'>WPTavern: Two Resources For Writers/Journalists Using WordPress</a></li><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/Alzthss6Bj0/\' title=\'WordPress 3.4 Beta 1 has been released. As always, this is still in development and not meant for use on live sites, but the team is planning for a final release in May if all goes as planned. This beta includes a few notable additions over the current stable release, including a new theme customizer and previewer, the ability to select header and background [&hellip;]\'>Weblog Tools Collection: WordPress 3.4 Beta 1 Released</a></li></ul></div>','no'),(1637,0,'_transient_feed_mod_4a8794fbb113c9082a7b6833a2271985','1334263253','no'),(1634,0,'_transient_timeout_feed_4a8794fbb113c9082a7b6833a2271985','1334306453','no'),(1635,0,'_transient_feed_4a8794fbb113c9082a7b6833a2271985','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:39:\"\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:4:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Top 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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Top Porn Picks\";s: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:4:\"item\";a:2:{i:0;a:6:{s:4:\"data\";s:10:\"\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:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"#1 Free Live Cams\";s:7:\"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:40:\"http://a.cam4free.com/track/MjYzNTozOjE/\";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:10:\"\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:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"#2 Sweet Cams\";s:7:\"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:42:\"http://a.sweetcams.com/track/MjYzNToxMTo3/\";s:7:\"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:4:\"date\";s:29:\"Thu, 12 Apr 2012 20:40:53 GMT\";s:6:\"server\";s:20:\"Apache/1.3.41 (Unix)\";s:13:\"last-modified\";s:29:\"Thu, 24 Nov 2011 23:01:26 GMT\";s:4:\"etag\";s:20:\"\"f6101-293-4ececcc6\"\";s:13:\"accept-ranges\";s:5:\"bytes\";s:14:\"content-length\";s:3:\"659\";s:10:\"connection\";s:5:\"close\";s:12:\"content-type\";s:8:\"text/xml\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(1636,0,'_transient_timeout_feed_mod_4a8794fbb113c9082a7b6833a2271985','1334306453','no'),(1555,0,'_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1333873320','no'),(1556,0,'_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1333830120','no'),(1559,0,'_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e','1333873321','no'),(1553,0,'_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2','1333873320','no'),(1554,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:\"Sat, 07 Apr 2012 20:12: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=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:\"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:\"mordauk on \"Posts By Taxonomy 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:72:\"http://wordpress.org/extend/plugins/posts-by-taxonomy-widget/#post-29037\";s: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, 04 Aug 2011 16:17: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"29037@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:91:\"Display a list of taxonomy terms with recent posts in those terms in a simple to use 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"mordauk\";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:\"mordauk on \"Restrict Content\"\";s:7:\"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/restrict-content/#post-19522\";s: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, 23 Jul 2010 23:42: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:\"19522@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:\"Restrict Content to registered users only. This is a simple plugin that will allow you to easily restrict complete posts / pages to logged in users on\";s: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:\"mordauk\";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:24:\"ksg91 on \"Tweet My 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/tweet-my-post/#post-35021\";s: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, 18 Feb 2012 20:13: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:\"35021@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:84:\"A WordPress Plugin which Tweets the new posts with its Author&#039;s Twitter handle.\";s: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:\"ksg91\";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:28:\"Cx Rana on \"Js 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/js-contact-form/#post-36483\";s: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, 06 Apr 2012 17:52:33 +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:\"36483@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:109:\"Creative Wordpress Contact Form with attachment support and also include Empty Form validation.[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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Cx Rana\";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:30:\"Scott on \"WP-TwitterAnalytics\"\";s:7:\"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/wp-twitteranalytics/#post-36293\";s: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 2012 20:18:08 +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:\"36293@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:144:\"WP-TwitterAnalytics lets you monitor, analyze, store and download social conversations in \nreal time right from your WordPress blog or web site.\";s: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:\"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: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:30:\"sitedevs on \"WordPress Backup\"\";s:7:\"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:56:\"http://wordpress.org/extend/plugins/backuper/#post-36496\";s: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, 07 Apr 2012 09:29:08 +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:\"36496@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:67:\"Backup your Wordpress site with this small, easy and simple 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:8:\"sitedevs\";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:37:\"Joe Dolson on \"My Content 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:69:\"http://wordpress.org/extend/plugins/my-content-management/#post-31743\";s: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, 03 Nov 2011 00:50: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:\"31743@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:141:\"Creates a set of common custom post types for advanced content management: FAQ, Testimonials, people (staff, contributors, etc.), and others!\";s: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:\"Joe Dolson\";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:29:\"Feedweb Research on \"Feedweb\"\";s:7:\"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/feedweb/#post-35716\";s: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, 11 Mar 2012 15:25:39 +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:\"35716@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:137:\"Expose your blog to the Feedweb reader&#039;s community. Promote your views. Get a comprehensive and detailed feedback from your readers.\";s: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:\"Feedweb Research\";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:30:\"GadgetsChoose on \"Author Info\"\";s:7:\"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/author-info/#post-36494\";s: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, 07 Apr 2012 07:56: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:\"36494@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:71:\"Author Info is a widget which shows the author&#039;s bio on the 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"GadgetsChoose\";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:51:\"Adam (Zerzix) Kellogg on \"NetBible Tagger 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wordpress.org/extend/plugins/netbible-tagger-reloaded/#post-36492\";s: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, 07 Apr 2012 01:14: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"36492@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:15:\"NetBible Tagger\";s: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:21:\"Adam (Zerzix) Kellogg\";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:24:\"Marcel on \"WP-Login-Vkb\"\";s:7:\"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-login-vkb/#post-10573\";s: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 May 2009 11:07: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:\"10573@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:118:\"Displays a virtual, on-screen keyboard to enter the wordpress password in a safer way, for example in internet cafés.\";s: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:\"Marcel\";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:37:\"Marko Heijnen on \"Tabify Edit Screen\"\";s:7:\"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/tabify-edit-screen/#post-36187\";s: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, 26 Mar 2012 21:41: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:\"36187@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:65:\"Enable tabs in the edit screen and manage them from the back-end.\";s: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:\"Marko Heijnen\";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:25:\"cactikelly on \"PlugNedit\"\";s:7:\"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/plugnedit/#post-36300\";s: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, 31 Mar 2012 00:56: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"36300@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:62:\"PlugNedit WYSIWYG Web Page Editor, Page builder 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"cactikelly\";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:49:\"Bouzid Nazim Zitouni on \"Wordpress Exit Strategy\"\";s:7:\"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/exit-strategy/#post-34576\";s: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, 04 Feb 2012 14:33: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:42:\"34576@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:\"Turn your outgoing links into easy money, social shares, and viral traffic! using our exit pages 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:20:\"Bouzid Nazim Zitouni\";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:27:\"carlocapocasa on \"Audiobar\"\";s:7:\"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:56:\"http://wordpress.org/extend/plugins/audiobar/#post-20177\";s: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, 17 Aug 2010 00:14: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:42:\"20177@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:83:\"Audiobar is a stylish audio player bar that continues playing when visitors browse.\";s: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:\"carlocapocasa\";s: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:\"Sat, 07 Apr 2012 20:22:00 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-08-04 16:17:47\";s:14:\"content-length\";s:4:\"7702\";s:4:\"x-nc\";s:11:\"HIT luv 138\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(1549,0,'_transient_timeout_feed_57bc725ad6568758915363af670fd8bc','1333873320','no'),(1550,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:\"Sat, 07 Apr 2012 20:12: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=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:\"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:50:\"Eli on \"Stop SOPA Again! Sign the Petition 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:62:\"http://wordpress.org/extend/plugins/stopsopa-again/#post-36484\";s: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, 06 Apr 2012 18:10: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:42:\"36484@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 puts a petition form on your sidebar so that visitors can help fightforthefuture.org stop internet censorship legislation.\";s: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:3:\"Eli\";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:30:\"GadgetsChoose on \"Author Info\"\";s:7:\"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/author-info/#post-36494\";s: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, 07 Apr 2012 07:56: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:\"36494@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:71:\"Author Info is a widget which shows the author&#039;s bio on the 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"GadgetsChoose\";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:28:\"Cx Rana on \"Js 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/js-contact-form/#post-36483\";s: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, 06 Apr 2012 17:52:33 +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:\"36483@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:109:\"Creative Wordpress Contact Form with attachment support and also include Empty Form validation.[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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Cx Rana\";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:51:\"Adam (Zerzix) Kellogg on \"NetBible Tagger 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wordpress.org/extend/plugins/netbible-tagger-reloaded/#post-36492\";s: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, 07 Apr 2012 01:14: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"36492@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:15:\"NetBible Tagger\";s: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:21:\"Adam (Zerzix) Kellogg\";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:23:\"Josh on \"Roots Hide WP\"\";s:7:\"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/roots-hide-wp/#post-36493\";s: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, 07 Apr 2012 01:52: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:\"36493@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:204:\"The plugin version of Ben Word&#039;s article, <a href=\"http://benword.com/2011/how-to-hide-that-youre-using-wordpress/\" rel=\"nofollow\">http://benword.com/2011/how-to-hide-that-youre-using-wordpress/</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Josh\";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:30:\"Scott on \"WP-TwitterAnalytics\"\";s:7:\"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/wp-twitteranalytics/#post-36293\";s: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 2012 20:18:08 +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:\"36293@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:144:\"WP-TwitterAnalytics lets you monitor, analyze, store and download social conversations in \nreal time right from your WordPress blog or web site.\";s: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:\"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: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:34:\"Steve on \"Custom Shortlink Domain\"\";s:7:\"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/shortlink-domain/#post-36131\";s: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, 25 Mar 2012 16:44:43 +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:\"36131@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:57:\"Cusomise the domain name used to generate shortlink URLs.\";s: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:\"Steve\";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:\"sitedevs on \"WordPress Backup\"\";s:7:\"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:56:\"http://wordpress.org/extend/plugins/backuper/#post-36496\";s: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, 07 Apr 2012 09:29:08 +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:\"36496@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:67:\"Backup your Wordpress site with this small, easy and simple 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:8:\"sitedevs\";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:34:\"nonsalant on \"Correct My Headings\"\";s:7:\"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/correct-my-headings/#post-36457\";s: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, 05 Apr 2012 17:27: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:\"36457@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:138:\"Turns subheadings down a notch on archive pages: H2&#039;s become H3&#039;s, H3&#039;s become H4&#039;s, ..., H6&#039;s become paragraphs.\";s: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:\"nonsalant\";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:40:\"akurganow on \"Robokassa for WooCommerce\"\";s:7:\"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://wordpress.org/extend/plugins/robokassa-for-woocommerce/#post-36221\";s: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, 28 Mar 2012 08:22:25 +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:\"36221@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:72:\"Allows you to use Robokassa payment gateway with the WooCommerce 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:\"akurganow\";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:37:\"akurganow on \"Robokassa for Jigoshop\"\";s:7:\"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/robokassa-for-jigoshop/#post-36223\";s: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, 28 Mar 2012 09:37:08 +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:\"36223@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:79:\"Allows you to use Robokassa payment gateway with the Jigoshop ecommerce 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:\"akurganow\";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:34:\"Nitin kumar on \"Category Lightbox\"\";s:7:\"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/category-lightbox/#post-36468\";s: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, 06 Apr 2012 05:05: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:\"36468@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:118:\"This plugin will replace the default category selection to lightbox category selection while writing/editing the 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:\"Nitin kumar\";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:18:\"nmrdxt on \"Boxify\"\";s:7:\"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/boxify/#post-36456\";s: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, 05 Apr 2012 17:04:43 +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:\"36456@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:\"Send Your Content to Boxes For Better Presentation.\";s: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:\"nmrdxt\";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:40:\"Anthony on \"Alex image and link scraper\"\";s:7:\"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/image-and-link-scraper/#post-36464\";s: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, 05 Apr 2012 21:35:25 +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:\"36464@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:223:\"This plugin allows you to easily scrap images and links from other websites simply by entering the URL\nSee <a href=\"http://anthony.strangebutfunny.net/my-plugi\" rel=\"nofollow\">http://anthony.strangebutfunny.net/my-plugi</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Anthony\";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:35:\"gCodeLabs on \"Twitter Bird on Site\"\";s:7:\"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/fly-twitter-on-blog/#post-36473\";s: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, 06 Apr 2012 12:56: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"36473@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:\"Add Twitter bird on Site with follow and tweet this links.On the mouseover the bird shows \n&#34;tweet this&#34; and displays a &#34;follow me&#34;\";s: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:\"gCodeLabs\";s: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:\"Sat, 07 Apr 2012 20:22:00 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:\"2012-04-06 18:10:32\";s:14:\"content-length\";s:4:\"7885\";s:4:\"x-nc\";s:11:\"HIT luv 138\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(149,0,'can_compress_scripts','1','yes'),(1557,0,'_transient_timeout_plugin_slugs','1333916520','no'),(1558,0,'_transient_plugin_slugs','a:11:{i:0;s:19:\"akismet/akismet.php\";i:1;s:35:\"backupwordpress/backupwordpress.php\";i:2;s:49:\"enforce-www-preference/enforce-www-preference.php\";i:3;s:9:\"hello.php\";i:4;s:11:\"execphp.php\";i:5;s:27:\"SK2/spam_karma_2_plugin.php\";i:6;s:52:\"wordpress-backup-to-dropbox/wp-backup-to-dropbox.php\";i:7;s:24:\"wordpress-seo/wp-seo.php\";i:8;s:33:\"wp-postratings/wp-postratings.php\";i:9;s:29:\"wp-postviews/wp-postviews.php\";i:10;s:36:\"wp-postviews/wp-postviews-widget.php\";}','no'),(154,0,'_transient_timeout_settings_errors','1332221158','no'),(155,0,'_transient_settings_errors','a:1:{i:0;a:4:{s:7:\"setting\";s:7:\"general\";s:4:\"code\";s:16:\"settings_updated\";s:7:\"message\";s:15:\"Settings saved.\";s:4:\"type\";s:7:\"updated\";}}','no'),(161,0,'category_children','a:0:{}','yes'),(162,0,'_site_transient_timeout_wporg_theme_feature_list','1329497992','yes'),(163,0,'_site_transient_wporg_theme_feature_list','a:5:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:7:\"Columns\";a:6:{i:0;s:10:\"one-column\";i:1;s:11:\"two-columns\";i:2;s:13:\"three-columns\";i:3;s:12:\"four-columns\";i:4;s:12:\"left-sidebar\";i:5;s:13:\"right-sidebar\";}s:5:\"Width\";a:2:{i:0;s:11:\"fixed-width\";i:1;s:14:\"flexible-width\";}s:8:\"Features\";a:18:{i:0;s:8:\"blavatar\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:20:\"front-page-post-form\";i:10;s:19:\"full-width-template\";i:11;s:12:\"microformats\";i:12;s:12:\"post-formats\";i:13;s:20:\"rtl-language-support\";i:14;s:11:\"sticky-post\";i:15;s:13:\"theme-options\";i:16;s:17:\"threaded-comments\";i:17;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(164,0,'theme_mods_twentyeleven','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1329487191;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{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\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}}}}','yes'),(166,0,'theme_mods_tubethemev2','a:1:{i:0;b:0;}','yes'),(167,0,'theme_switched','','yes'),(168,0,'widget_tag_cloud','a:3:{i:2;a:2:{s:5:\"title\";s:15:\"Choose your Fav\";s:8:\"taxonomy\";s:8:\"post_tag\";}i:3;a:2:{s:5:\"title\";s:15:\"Choose your Fav\";s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}','yes'),(173,0,'recently_activated','a:0:{}','yes'),(174,0,'bkpwp_listmax_backups','15','yes'),(175,0,'bkpwp_max_backups','10','yes'),(176,0,'bkpwp_domain','bkpwp','yes'),(177,0,'bkpwp_install_user','admin','yes'),(178,0,'bkpwp_domain_path','wp-content/plugins/bkpwp/locale','yes'),(179,0,'bkpwp_easy_mode','a:1:{s:5:\"admin\";i:1;}','yes'),(180,0,'bkpwp_archive_types','a:5:{i:0;s:3:\"zip\";i:1;s:3:\"tgz\";i:2;s:6:\"tar.gz\";i:3;s:3:\"tar\";i:4;s:7:\"tar.bz2\";}','yes'),(181,0,'bkpwp_excludelists','a:1:{s:5:\"admin\";a:1:{i:0;a:3:{s:8:\"listname\";s:28:\"temporary and autosave files\";s:8:\"listtype\";s:7:\"default\";s:4:\"list\";a:5:{i:0;b:0;i:1;s:4:\".tmp\";i:2;s:1:\"~\";i:3;s:4:\".bak\";i:4;s:1:\"#\";}}}}','yes'),(182,0,'bkpwp_presets','a:1:{s:5:\"admin\";a:1:{s:13:\"bkpwp_presets\";a:2:{i:0;a:3:{s:17:\"bkpwp_preset_name\";s:11:\"full backup\";s:20:\"bkpwp_preset_options\";a:4:{s:18:\"bkpwp_archive_type\";s:6:\"tar.gz\";s:7:\"default\";i:1;s:17:\"bkpwp_excludelist\";N;s:13:\"bkpwp_lastrun\";i:1333721670;}s:14:\"bkpwp_schedule\";s:9:\"scheduled\";}i:1;a:2:{s:17:\"bkpwp_preset_name\";s:8:\"sql only\";s:20:\"bkpwp_preset_options\";a:3:{s:14:\"bkpwp_sql_only\";i:1;s:18:\"bkpwp_archive_type\";s:6:\"tar.gz\";s:7:\"default\";i:1;}}}}}','yes'),(183,0,'bkpwp_schedules','a:2:{i:0;a:6:{s:6:\"preset\";s:11:\"full backup\";s:6:\"status\";s:6:\"active\";s:11:\"reccurrence\";s:12:\"bkpwp_weekly\";s:4:\"info\";s:18:\"Full Backup Weekly\";s:7:\"default\";i:1;s:7:\"created\";s:19:\"2012-02-17-14-02-35\";}i:1;a:6:{s:6:\"preset\";s:8:\"sql only\";s:6:\"status\";s:8:\"inactive\";s:11:\"reccurrence\";s:11:\"bkpwp_daily\";s:4:\"info\";s:21:\"SQL Only Backup Daily\";s:7:\"default\";i:1;s:7:\"created\";s:19:\"2012-02-17-14-02-37\";}}','yes'),(184,0,'postratings_image','stars','yes'),(185,0,'postratings_max','5','yes'),(186,0,'postratings_template_vote','%RATINGS_IMAGES_VOTE%','yes'),(187,0,'postratings_template_text','%RATINGS_IMAGES%','yes'),(188,0,'postratings_template_none','%RATINGS_IMAGES_VOTE%','yes'),(189,0,'postratings_logging_method','3','yes'),(190,0,'postratings_allowtorate','2','yes'),(191,0,'postratings_ratingstext','a:5:{i:0;s:6:\"1 Star\";i:1;s:7:\"2 Stars\";i:2;s:7:\"3 Stars\";i:3;s:7:\"4 Stars\";i:4;s:7:\"5 Stars\";}','yes'),(192,0,'postratings_template_highestrated','<li><a href=\"%POST_URL%\" title=\"%POST_TITLE%\">%POST_TITLE%</a> %RATINGS_IMAGES%</li>','yes'),(193,0,'postratings_ajax_style','a:2:{s:7:\"loading\";i:1;s:6:\"fading\";i:1;}','yes'),(194,0,'postratings_ratingsvalue','a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;}','yes'),(195,0,'postratings_customrating','0','yes'),(196,0,'postratings_template_permission','%RATINGS_IMAGES% (<em><strong>%RATINGS_USERS%</strong> votes, average: <strong>%RATINGS_AVERAGE%</strong> out of %RATINGS_MAX%</em>)<br /><em>You need to be a registered member to rate this post.</em>','yes'),(197,0,'postratings_template_mostrated','<li><a href=\"%POST_URL%\"  title=\"%POST_TITLE%\">%POST_TITLE%</a> - %RATINGS_USERS% votes</li>','yes'),(198,0,'views_options','a:4:{s:5:\"count\";i:1;s:12:\"exclude_bots\";i:0;s:8:\"template\";s:18:\"%VIEW_COUNT% views\";s:20:\"most_viewed_template\";s:89:\"<li><a href=\"%POST_URL%\"  title=\"%POST_TITLE%\">%POST_TITLE%</a> - %VIEW_COUNT% views</li>\";}','yes'),(199,0,'wpseo_xml','a:9:{s:26:\"ignore_blog_public_warning\";s:0:\"\";s:20:\"ignore_page_comments\";s:0:\"\";s:16:\"ignore_permalink\";s:0:\"\";s:15:\"ms_defaults_set\";s:0:\"\";s:16:\"enablexmlsitemap\";s:2:\"on\";s:15:\"xml_ping_google\";s:2:\"on\";s:13:\"xml_ping_bing\";s:2:\"on\";s:14:\"xml_ping_yahoo\";s:2:\"on\";s:12:\"xml_ping_ask\";s:2:\"on\";}','yes'),(200,0,'wpseo','a:12:{s:26:\"ignore_blog_public_warning\";s:0:\"\";s:20:\"ignore_page_comments\";s:0:\"\";s:16:\"ignore_permalink\";s:0:\"\";s:15:\"ms_defaults_set\";s:0:\"\";s:15:\"usemetakeywords\";s:2:\"on\";s:12:\"googleverify\";s:0:\"\";s:11:\"yahooverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:15:\"newssitemapname\";s:0:\"\";s:25:\"newssitemap_default_genre\";s:4:\"none\";s:28:\"newssitemap_default_keywords\";s:0:\"\";s:7:\"version\";s:5:\"1.0.1\";}','yes'),(201,0,'bkpwppath','/web/sites/bloggers/bushbitch.com/wp-content/backup','yes'),(202,0,'bkpwp_reccurrences','a:2:{s:12:\"bkpwp_weekly\";a:2:{s:8:\"interval\";i:604800;s:7:\"display\";s:10:\"every week\";}s:11:\"bkpwp_daily\";a:2:{s:8:\"interval\";i:86400;s:7:\"display\";s:9:\"every day\";}}','yes'),(206,0,'bkpwp_automail','1','yes'),(207,0,'bkpwp_automail_address','rightmobilebackups@gmail.com','yes'),(208,0,'bkpwp_automail_from','rightmobile@gmail.com','yes'),(209,0,'bkpwp_automail_receiver','admin','yes'),(210,0,'bkpwp_automail_maxsize','100','yes'),(1523,0,'_transient_timeout_feed_895a6fef0cc57461ead214388fd67e81','1333873316','no'),(1524,0,'_transient_feed_895a6fef0cc57461ead214388fd67e81','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:\" \";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:29:\"                             \";s: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:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Yoast\";s:7:\"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:16:\"http://yoast.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:17:\"Tweaking Websites\";s: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:\"Wed, 04 Apr 2012 10:02: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: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/?v=3.4-alpha-19827\";s: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:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s: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:5:\"child\";a:1:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://yoast.com/wp-content/themes/yoast-v2/images/yoast-logo-rss.png\";s:7:\"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:16:\"http://yoast.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:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"144\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"103\";s: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:17:\"Tweaking Websites\";s:7:\"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:20:{i:0;a:6:{s:4:\"data\";s: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:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"The ethics of SEO\";s:7:\"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://feedproxy.google.com/~r/joostdevalk/~3/YfVDkmGVt78/\";s: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:37:\"http://yoast.com/ethics-seo/#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, 04 Apr 2012 08:29: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:3:\"SEO\";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:4:\"Spam\";s:7:\"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:25:\"http://yoast.com/?p=45531\";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:731:\"<p>The type of SEO I help my clients do and promote to you using this blog is often labeled white hat SEO because it stays within Google\'s and other search engines guidelines. Other SEO\'s don\'t care about Google\'s guidelines as much and do what\'s called \"black hat SEO\". Far too often though, black hat SEO [...]</p><p><a\nhref=\"http://yoast.com/ethics-seo/\">The ethics of SEO</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:6221:\"<p>The type of SEO I help my clients do and promote to you using this blog is often labeled white hat SEO because it stays within Google\'s and other search engines guidelines. Other SEO\'s don\'t care about Google\'s guidelines as much and do what\'s called \"black hat SEO\". Far too often though, black hat SEO is confused with the hacking of sites and the use of other tactics not outside the laws of Google but the laws of our lands. I think it\'s time for me to explain where I stand in this.</p><h2>My background</h2><p>As a former Theology student and as someone raised in the Christian tradition, I have a fairly specific (and in some eyes: stringent) set of ethics. I don\'t work on gambling or porn related sites because of that. I\'m aware that others have different opinions on this and I don\'t judge others when they have other ethics with regards to their work. To each his own. Sometimes though, I draw the line.</p><p>Among my friends are some of the world\'s best black hat SEO\'s. These are also guys that will <em>never</em> break a law or willfully hurt other people to get their rankings, they just game Google\'s algorithms. I know <a\nhref=\"http://mattcutts.com/blog/\">Matt</a> knows at least some of them and there\'s even a form of \"honor\" among them: he seems to appreciate their ability to outwit their algorithm. Unfortunately not everyone in the SEO \"community\" is that clean: some people <em>are </em>willing to break laws or hurt other people.</p><p>After the last SES conference in Amsterdam, which I arranged the speakers for, one of the speakers (not the keynote :) ) admitted to me he wouldn\'t mind teaching other people how to hack sites or how to build trojans to gain links. I was too startled to give a proper response but decided later that day that I would never allow him back on a conference I arranged speakers for.</p><h2>Spammy Link Building in the Netherlands</h2><p>The last few days there\'s been <a\nhref=\"http://www.molblog.nl/bericht/douwe-egberts-kpn-pon-en-randstad-betrokken-bij-icomment-spam-i/\">an outcry</a> in the Netherlands over several companies using comment spam and forum spam as a method of gaining links. They\'d been caught creating fake profiles on all sort of sites and pretending to interact while really only inserting their links. I had to laugh a bit, as would most of my UK, American and German friends, as that\'s <em>so</em> common outside of the Netherlands nobody would be surprised to see that anymore.</p><p>There was <a\nhref=\"http://www.molblog.nl/bericht/de-buzzmollen-van-groupon/\">one specific case</a> though that \"hurt\" more than others (which was by another company by the way). Someone had willfully created an account on a forum for MS (multiple sclerosis) patients, claiming to be a patient, while was spamming links there to health related offers. That\'s so low that it hurts.</p><h2>Outing Non-ethical SEO practices: immoral?</h2><p>Recently Joe Hall, whom I respect a lot, did a post saying <a\nhref=\"http://joehall.me/seo-outing-is-immoral/29/\">SEO \"outing\" is immoral</a>. He mentions that while the outed practices themselves might be non-ethical, those people have families too, etc. Basically: people lose their jobs because of it. That\'s true. And that\'s sad. Especially as most of those people will not know what hit them.</p><p>I will counter that though: those companies have grown by using their unethical methods, costing other people their jobs in other companies. This is a zero-sum game in most cases. Google doesn\'t tell people what to buy, it helps them find <em>where</em> they can buy it. Keep this in your mind at all times: search doesn\'t create demand, it merely funnels it. I refuse to let people who use unethical SEO methods \"win\" because they support families, simply because their more ethical competitors support families too.</p><p>I recently <a\nhref=\"http://yoast.com/godaddy-link-building/\">outed GoDaddy</a> over using spammy link building techniques and got a lot of flack for that from other people in the industry. Some seem to think that it\'s all of \"us\" (SEO\'s) against \"them\" (Google). I wholeheartedly disagree. GoDaddy was using its paying customers to strengthen their own SEO without consulting them, in fact, they were specifically hiding what they were doing in their editor.</p><p>I don\'t mind them \"playing\" Google\'s algorithms. I mind them abusing their customers websites without their consent. The only way of making that stop is to ask Google to remove the value that abuse has. In the same way I loathe WordPress plugin developers who add links to their users sites without consent.</p><p>I will <em>not</em> \"out\" people for buying high quality, relevant links from high quality websites related to their own topic, I have less issues outing people who hack into my website to gain a few links. This happens more often than I dare to admit.</p><h2>Policing the web</h2><p>Joe goes further and says:</p><blockquote><p>\"If your paycheck doesn’t say “Google” on it, it’s not your job to police the web.\"</p></blockquote><p>My paycheck doesn\'t say Google. I\'m not policing the web. Neither is Google. Google is trying to maintain a set of rules <em>within its own index</em>. It has all the rights in the world to do that. My paycheck doesn\'t say \"WordPress\" either, yet I help develop that project because we all benefit. There <em>really</em> is such a thing as \"the common good\".</p><p>That\'s entirely different from outing every SEO I find that does something outside of Google\'s guidelines, I\'m smart enough to create my own set of ethics. I hope you are too. I for one intend to help them battle unethical SEO\'s because I think we all benefit from that.</p><p><a\nhref=\"http://yoast.com/ethics-seo/\">The ethics of SEO</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/YfVDkmGVt78\" 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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://yoast.com/ethics-seo/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:2:\"14\";s: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:82:\"http://yoast.com/ethics-seo/#utm_source=rss&utm_medium=rss&utm_campaign=ethics-seo\";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: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:5:\"child\";a:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"7 ways to Increase Sales by creating Trust\";s:7:\"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://feedproxy.google.com/~r/joostdevalk/~3/1ssU1JMTUtQ/\";s: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://yoast.com/7-ways-to-increase-sales-by-creating-trust/#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, 26 Mar 2012 13:09: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:2:{i:0;a:5:{s:4:\"data\";s:22:\"Usability & Conversion\";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:28:\"Conversion Rate 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://yoast.com/?p=45457\";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:778:\"<p>The key to conversing a visitor into a client is the creation of trust. Your product can be the greatest thing on earth or the dullest office supply ever, both can be sold online when your visitor knows you are the best supplier for that product or service. We often advise on how to gain [...]</p><p><a\nhref=\"http://yoast.com/7-ways-to-increase-sales-by-creating-trust/\">7 ways to Increase Sales by creating Trust</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/michiel/\">Michiel Heijmans</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Michiel Heijmans\";s: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:6576:\"<p>The key to conversing a visitor into a client is the creation of trust. Your product can be the greatest thing on earth or the dullest office supply ever, both can be sold online when your visitor knows you are the best supplier for that product or service.</p><p>We often advise on how to gain trust in our <a\ntitle=\"Website Review\" href=\"http://yoast.com/hire-me/website-review/\">website reviews</a>, and I\'ve compiled a list of some of the advice we\'ve given over time. Of course, trust can be earned in more ways than this, but we\'ll give you these seven to start with.</p><h2>1. Use clear and normal language</h2><p>This is an often overseen issue that causes a lot of misgrief with your visitors. You should speak their language, not drown them in a sea of technical specs you don\'t even understand yourself. Use a clear and direct style of writing. Keep your audience in mind. Do not focus on telling them what you want to tell them, focus on providing as many arguments as possible why their quality of life improves after buying that specific product.</p><h2>2. Testimonials</h2><p>Do not brag about your products yourself. If your products or services are really that good, I\'m sure you\'ll find someone else that can do the bragging for you. Make sure your visitor understand that the testimonial is written by an actual customer, by listing at least name and company and if the customer agrees, even a picture of him. Video seems to be the next big thing in testimonials, by the way. In my opinion, that video testimonial should be accompanied by a written excerpt:</p><div\nid=\"attachment_45461\" class=\"wp-caption alignright\" style=\"width: 590px\"><a\nhref=\"http://cdn.yoast.com/wp-content/uploads/2012/03/testimonials-cloversites.com_.png\"><img\nclass=\"size-large wp-image-45461\" title=\"Testimonials as seen on cloversites.com\" src=\"http://cdn2.yoast.com/wp-content/uploads/2012/03/testimonials-cloversites.com_-590x472.png\" alt=\"Testimonials as seen on cloversites.com\" width=\"580\" height=\"464\" /></a><p\nclass=\"wp-caption-text\">Testimonials as seen on cloversites.com</p></div><h2>3. Verified signs</h2><p>Everyone can create a verified sign, so don\'t let those verified signs fool you. But the majority of your visitors actually believe that you are the \'Most appreciated hairdresser of Mississippi\' or the \'Best Plummer 2006\'. Man, I hate those signs. But when the signs are from well-known companies, they really do add value to a webshop:</p><div\nid=\"attachment_45459\" class=\"wp-caption alignright\" style=\"width: 590px\"><a\nhref=\"http://cdn2.yoast.com/wp-content/uploads/2012/03/verified-signs-dx.com_.png\"><img\nclass=\"size-large wp-image-45459\" title=\"&quot;Verified&quot; signs\" src=\"http://cdn2.yoast.com/wp-content/uploads/2012/03/verified-signs-dx.com_-590x76.png\" alt=\"&quot;Verified&quot; signs\" width=\"580\" height=\"74\" /></a><p\nclass=\"wp-caption-text\">&quot;Verified&quot; signs</p></div><p>By investing in the guidelines of the right verification companies  the webshop shows that it has been keeping the customer in mind when setting up the website.</p><h2>4. Pictures</h2><p>If you recognize the woman on this picture, please call the following toll-free number...:</p><p><a\nhref=\"http://cdn3.yoast.com/wp-content/uploads/2012/03/picture-stock.png\"><img\nclass=\"alignright size-large wp-image-45460\" title=\"Stock photography\" src=\"http://cdn2.yoast.com/wp-content/uploads/2012/03/picture-stock-590x314.png\" alt=\"Stock photography\" width=\"580\" height=\"308\" /></a></p><p>You can do better than that stock photo. Listing actual pictures of yourself and/or your employees pushes conversion due to recognition and identification.</p><h2>5. List your physical address</h2><p>This one is really simple: people want to know there is a place to go to in case of problems (if any). Having an actual store next to your webshop works even better, especially if a lot of your customers are relatively local.</p><p>In the Netherlands <a\nhref=\"http://digitalstreet.nl/\">digitalstreet.nl</a> made this concept into a huge success, even though they\'re located in the south-west of the Netherlands (quite near to where we are), people come from all over the Netherlands because they\'d rather buy the product in the store. There are more stories like that, but even if you don\'t want to do that, just listing your address on check-out pages increases trust a lot.</p><h2>6. What happens after check-out?</h2><p>There\'s this hesitation in almost all buying decisions: right before you click the Pay Now button. What\'s going to happen next? Am I charged for taxes, import, anything else? Can I select a wrapping paper? Explain what happens after clicking that button. That way the customer is included in your ordering process and there are absolutely no suprises. That can be done with just a few short lines of text:</p><p><a\nhref=\"http://cdn2.yoast.com/wp-content/uploads/2012/03/checkout-bloomingdales.com_.png\"><img\nclass=\"alignright size-large wp-image-45458\" title=\"checkout message on bloomingdales.com\" src=\"http://cdn.yoast.com/wp-content/uploads/2012/03/checkout-bloomingdales.com_-590x244.png\" alt=\"checkout message on bloomingdales.com\" width=\"580\" height=\"239\" /></a></p><h2>7. Show you care about more than making money</h2><p>The most important thing is that your website has to reflect your believe in the product or service you provide. Just a list of products is not enough. Also tell your customer about your company, your main values or mission statement. I really love the 1% for the Planet from Yvon Chouinard (Patagonia) and Craig Mathews (Blue Ribbon Flies) <a\nhref=\"http://www.onepercentfortheplanet.org/\">http://www.onepercentfortheplanet.org</a>. Next to showing that you are involved, it also creates a huge sympathy and trust factor.</p><h2>We\'d love to hear your tips!</h2><p>If you are selling products or services on your website, you must have thought about this subject. I\'m curious: What have you done on your website to increase trust? What are you going to do?</p><p><a\nhref=\"http://yoast.com/7-ways-to-increase-sales-by-creating-trust/\">7 ways to Increase Sales by creating Trust</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/michiel/\">Michiel Heijmans</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/1ssU1JMTUtQ\" 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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://yoast.com/7-ways-to-increase-sales-by-creating-trust/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:2:\"41\";s: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:2:{s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:90:\"http://cdn3.yoast.com/wp-content/uploads/2012/03/testimonials-cloversites.com_-125x125.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"content\";a:4:{i:0;a:6:{s:4:\"data\";s:4:\"    \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:81:\"http://cdn.yoast.com/wp-content/uploads/2012/03/testimonials-cloversites.com_.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Testimonials as seen on cloversites.com\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:\"Testimonials as seen on cloversites.com\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:90:\"http://cdn3.yoast.com/wp-content/uploads/2012/03/testimonials-cloversites.com_-125x125.png\";}}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:4:\"    \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:75:\"http://cdn2.yoast.com/wp-content/uploads/2012/03/verified-signs-dx.com_.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"“Verified” signs\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:16:\"\"Verified\" signs\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:81:\"http://cdn.yoast.com/wp-content/uploads/2012/03/verified-signs-dx.com_-125x98.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:66:\"http://cdn3.yoast.com/wp-content/uploads/2012/03/picture-stock.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Stock photography\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:74:\"http://cdn2.yoast.com/wp-content/uploads/2012/03/picture-stock-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:80:\"http://cdn2.yoast.com/wp-content/uploads/2012/03/checkout-bloomingdales.com_.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"checkout message on bloomingdales.com\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:87:\"http://cdn.yoast.com/wp-content/uploads/2012/03/checkout-bloomingdales.com_-125x125.png\";}}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:146:\"http://yoast.com/7-ways-to-increase-sales-by-creating-trust/#utm_source=rss&utm_medium=rss&utm_campaign=7-ways-to-increase-sales-by-creating-trust\";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:9:\"         \";s: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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Over-Optimization vs 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/joostdevalk/~3/B9ePvnQWSRs/\";s: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://yoast.com/over-optimization-vs-optimization/#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, 19 Mar 2012 14:10: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"SEO\";s:7:\"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:25:\"http://yoast.com/?p=45454\";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:769:\"<p>So Matt said something at SXSW last week about Google introducing a filter / penalty / change. As my inbox is already overflowing with emails from people asking whether they should stop optimizing their site and/or using my plugin, I thought I\'d do a quick post. What Matt said was vague at best but he [...]</p><p><a\nhref=\"http://yoast.com/over-optimization-vs-optimization/\">Over-Optimization vs Optimization</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:2211:\"<p>So <a\nhref=\"http://www.mattcutts.com/blog/\">Matt</a> said <a\nhref=\"http://searchengineland.com/too-much-seo-google%E2%80%99s-working-on-an-%E2%80%9Cover-optimization%E2%80%9D-penalty-for-that-115627\">something at SXSW</a> last week about Google introducing a filter / penalty / change. As my inbox is already overflowing with emails from people asking whether they should stop optimizing their site and/or using my plugin, I thought I\'d do a quick post. What Matt said was vague at best but he said one thing that leaves little room for speculation:</p><blockquote><p>All those people doing, for lack of a better word, over optimization or overly SEO – versus those making great content and great site.</p></blockquote><p>So, Google wants to do something about <strong>over</strong>-optimization. That\'s not saying they want to do something about SEO. As Matt said on that same panel one more time, they have nothing against SEO, they have something against spamming.</p><p>So, if you write texts with a keyword density of 25%, you maybe should be worried. If you install an <a\nhref=\"http://yoast.com/wordpress/seo/\">SEO plugin</a> that helps you write more search engine friendly content (and even <em>warns you</em> when it thinks the keyword density is too high) and optimizes most of the technicalities for you, there\'s nothing to worry about. <a\nhref=\"http://www.seozen.com/about/\">Several</a> <a\nhref=\"http://www.filiwiese.com/about-fili/\">Googlers</a> use my plugin, do you really think they\'d do that if they considered it over-optimization?</p><p>Now, stop over-analyzing everything Matt says and get back to work, building good websites for users.</p><p><a\nhref=\"http://yoast.com/over-optimization-vs-optimization/\">Over-Optimization vs Optimization</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/B9ePvnQWSRs\" 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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://yoast.com/over-optimization-vs-optimization/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:2:\"81\";s: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:128:\"http://yoast.com/over-optimization-vs-optimization/#utm_source=rss&utm_medium=rss&utm_campaign=over-optimization-vs-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:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"             \";s: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:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"SEO Campixx 2012\";s:7:\"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://feedproxy.google.com/~r/joostdevalk/~3/_LJSE4ckdDw/\";s: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:43:\"http://yoast.com/seo-campixx-2012/#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:\"Thu, 15 Mar 2012 08:28:08 +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:9:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"WordPress SEO\";s:7:\"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:25:\"http://yoast.com/?p=45444\";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:742:\"<p>I spoke at SEO Campixx 2012 in Berlin last weekend. It was an awesome conference and I met up with loads of good friends. During that time I was interviewed and my presentation was recorded, so I\'ll let you view both below: My presentation on how to use my WordPress SEO plugin (warning, I was a bit groggy [...]</p><p><a\nhref=\"http://yoast.com/seo-campixx-2012/\">SEO Campixx 2012</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:1452:\"<p><img\nclass=\"alignright size-full wp-image-45445\" title=\"SEO Campixx 2012\" src=\"http://cdn2.yoast.com/wp-content/uploads/2012/03/seo-campixx-12.jpg\" alt=\"SEO Campixx 2012\" width=\"125\" height=\"79\" />I spoke at <a\nhref=\"http://www.seo-campixx-12.de/\">SEO Campixx 2012</a> in Berlin last weekend. It was an awesome conference and I met up with loads of good friends. During that time I was interviewed <em>and</em> my presentation was recorded, so I\'ll let you view both below:</p><p>My presentation on how to use my WordPress SEO plugin (warning, I was a bit groggy and it shows), was <a\nhref=\"http://webschorle.de/seo-campixx-2012-wordpress-seo-with-yoast-joost-de-valk/\">recorded by Webschorle</a>.</p><p>My interview with <a\nhref=\"http://twitter.com/tobiasfox\">Tobias Fox</a>:</p><p><iframe\nwidth=\"580\" height=\"326\" src=\"http://www.youtube.com/embed/1yyh61xBGG4?fs=1&#038;feature=oembed\" frameborder=\"0\" allowfullscreen></iframe></p><p><a\nhref=\"http://yoast.com/seo-campixx-2012/\">SEO Campixx 2012</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/_LJSE4ckdDw\" 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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://yoast.com/seo-campixx-2012/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:\"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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:2:{i:0;a:6:{s:4:\"data\";s:6:\"      \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:36:\"http://www.youtube.com/v/1yyh61xBGG4\";s:8:\"duration\";s:3:\"388\";}}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:29:\"http://search.yahoo.com/mrss/\";a:5:{s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:36:\"http://www.youtube.com/v/1yyh61xBGG4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"SEO Campixx 2012 • Yoast\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:300:\"I spoke at SEO Campixx 2012 in Berlin last weekend. It was an awesome conference and I met up with loads of good friends. During that time I was interviewed and my presentation was recorded, so I\'ll let you view both below: My presentation on how to use my WordPress SEO plugin (warning, I was a b\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:89:\"http://cdn2.yoast.com/wp-content/uploads/2012/03/seo-campixx-2012-8226-yoast1-300x225.jpg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"keywords\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"WordPress SEO\";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:2:\"  \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:67:\"http://cdn2.yoast.com/wp-content/uploads/2012/03/seo-campixx-12.jpg\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"SEO Campixx 2012\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:67:\"http://cdn2.yoast.com/wp-content/uploads/2012/03/seo-campixx-12.jpg\";}}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:94:\"http://yoast.com/seo-campixx-2012/#utm_source=rss&utm_medium=rss&utm_campaign=seo-campixx-2012\";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:\"             \";s: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:7:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"WordPress SEO Webinar with SEO Braintrust\";s:7:\"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://feedproxy.google.com/~r/joostdevalk/~3/SL6wHcKzwRw/\";s: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:63:\"http://yoast.com/wordpress-seo-webinar-seo-braintrust/#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, 07 Mar 2012 20:58: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Webinar\";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:13:\"WordPress SEO\";s:7:\"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:25:\"http://yoast.com/?p=45420\";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:773:\"<p>Last week I did a webinar with SEO Braintrust, which was incredibly fun. So much fun in fact that I have asked Andrea Warner, who hosted that webinar, to help me with setting up a paid webinar series around WordPress SEO, going into the subject matter even more deeply. More news on that will be [...]</p><p><a\nhref=\"http://yoast.com/wordpress-seo-webinar-seo-braintrust/\">WordPress SEO Webinar with SEO Braintrust</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</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: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:94:\"http://feedproxy.google.com/~r/joostdevalk/~5/_XB7zvH85hc/WORDPRESS-SEO-WITH-JOOST-DE-VALK.mp4\";s:6:\"length\";s:9:\"142382436\";s:4:\"type\";s:9:\"video/mp4\";}}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:\"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:1521:\"<p>Last week I did a <a\nhref=\"http://seobraintrust.com/wordpress-seo-with-joost-de-valk-2/\">webinar with SEO Braintrust</a>, which was incredibly fun. So much fun in fact that I have<br\n/> asked <a\nhref=\"http://www.andreawarner.com/\">Andrea Warner</a>, who hosted that webinar, to help me with setting up a paid webinar series around WordPress SEO, going into the subject matter even more deeply. More news on that will be coming soon, along with a survey to see which kind of problems you encounter and would like me to touch upon. Make sure to subscribe to the newsletter below to stay up to date.</p><p>Now, the webinar with SEO Braintrust was recorded and you can view it right here:</p><p><a\nhref=\"http://yoast.com/wordpress-seo-webinar-seo-braintrust/\"><em>Click here to view the embedded video.</em></a></p><p>For a full transcript and the slides, see <a\nhref=\"http://seobraintrust.com/wordpress-seo-with-joost-de-valk-2/\">the post on SEO Braintrust</a>.</p><p><a\nhref=\"http://yoast.com/wordpress-seo-webinar-seo-braintrust/\">WordPress SEO Webinar with SEO Braintrust</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/SL6wHcKzwRw\" 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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://yoast.com/wordpress-seo-webinar-seo-braintrust/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:2:\"32\";s: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:6:{s:4:\"data\";s:6:\"      \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:94:\"http://feedproxy.google.com/~r/joostdevalk/~5/_XB7zvH85hc/WORDPRESS-SEO-WITH-JOOST-DE-VALK.mp4\";s:8:\"duration\";s: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:29:\"http://search.yahoo.com/mrss/\";a:5:{s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:191:\"https://yoast.com/wp-content/plugins/vipers-video-quicktags/resources/jw-flv-player/player.swf?file=http%3A%2F%2Fseobraintrust.s3.amazonaws.com%2FAndrea%2FWORDPRESS-SEO-WITH-JOOST-DE-VALK.mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WordPress SEO Webinar with SEO Braintrust • Yoast\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:300:\"Last week I did a webinar with SEO Braintrust, which was incredibly fun. So much fun in fact that I have asked Andrea Warner, who hosted that webinar, to help me with setting up a paid webinar series around WordPress SEO, going into the subject matter even more deeply. More news on that will be comi\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:65:\"http://cdn.yoast.com/wp-content/uploads/2012/03/WordPress-SEO.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"keywords\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Webinar,WordPress SEO\";s: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:2:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"http://yoast.com/wordpress-seo-webinar-seo-braintrust/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-seo-webinar-seo-braintrust\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:17:\"origEnclosureLink\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://seobraintrust.s3.amazonaws.com/Andrea/WORDPRESS-SEO-WITH-JOOST-DE-VALK.mp4\";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: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:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Why some WordPress Themes hurt your SEO.\";s:7:\"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://feedproxy.google.com/~r/joostdevalk/~3/dSqNZ0996gY/\";s: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://yoast.com/wordpress-themes-hurt-seo/#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, 07 Mar 2012 12:57:25 +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:9:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"WordPress SEO\";s:7:\"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:25:\"http://yoast.com/?p=45416\";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:751:\"<p>Once again, I want to tell you to not blindly trust theme authors when they say their theme is SEO friendly. \"SEO friendly\" is just a label they put on their theme and since most of their customers don\'t know what to look for to see if it\'s actually true, yet know that it\'s important, [...]</p><p><a\nhref=\"http://yoast.com/wordpress-themes-hurt-seo/\">Why some WordPress Themes hurt your SEO.</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:2451:\"<p>Once again, I want to tell you to not blindly trust theme authors when they say their theme is SEO friendly. \"SEO friendly\" is just a label they put on their theme and since most of their customers don\'t know what to look for to see if it\'s actually true, yet know that it\'s important, it helps \"sell\" themes.</p><p>Yesterday I was helping out Rick, and found something that was the reason for this post. His blog, Noah\'s dad is a blog about a <a\nhref=\"http://noahsdad.com\">child with Down syndrome</a> and aims to help other parents with children with Down syndrome. Rick contacted me over Twitter as he\'d recently switched to my WordPress SEO plugin and a new theme, but his rankings were dropping.</p><p>Turns out that the theme he was using had a faulty <a\nhref=\"http://yoast.com/canonical-url-links/\">rel=canonical link</a> in its header, pointing to the site\'s homepage instead of the proper URL for a page or post. He was also using my SEO plugin, which added the correct canonical link, but because of how the theme was built, the canonical from my plugin was below the one in the theme and thus Google picked up the wrong canonical. That caused Google to literally <em>remove</em> a lot of the blogs pages from the index.</p><p>I\'ve since emailed the theme authors and they\'re taking action to fix it, so there\'s no reason for me to name them here, but I think it shows that they, as goes for many theme authors, didn\'t really know what they were doing.</p><p>Some themes have a better reputation in this regard. StudioPress first hired me and later on my good friend Greg Boser of BlueGlass, one of the best SEOs in the world, to make sure their themes were SEO friendly. <em>They</em>, unlike others, have earned the right to say their themes are SEO friendly. Others might have invested in the same way, but it\'s hard to know for sure. Do you want to bet your site\'s rankings on that?</p><p><a\nhref=\"http://yoast.com/wordpress-themes-hurt-seo/\">Why some WordPress Themes hurt your SEO.</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/dSqNZ0996gY\" 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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://yoast.com/wordpress-themes-hurt-seo/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:2:\"59\";s: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://yoast.com/wordpress-themes-hurt-seo/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-themes-hurt-seo\";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:12:\"            \";s: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:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"WordPress Host Survey\";s:7:\"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://feedproxy.google.com/~r/joostdevalk/~3/lj1UaZaoC70/\";s: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:48:\"http://yoast.com/wordpress-host-survey/#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 Feb 2012 15:54: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:17:\"WordPress Hosting\";s:7:\"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:25:\"http://yoast.com/?p=45396\";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:751:\"<p>I\'m working on a new project and for this project I\'d love to know which WordPress hosting party you use, which package you\'re on and what you think about them. Using this data I\'ll compile a list of hosts that support WordPress properly and approach them for a couple of tests. I\'m specifically also looking [...]</p><p><a\nhref=\"http://yoast.com/wordpress-host-survey/\">WordPress Host Survey</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:5984:\"<p><img\nclass=\"alignright size-full wp-image-45398\" title=\"keyboard smilies\" src=\"http://cdn2.yoast.com/wp-content/uploads/2012/02/keyboard-smilies.png\" alt=\"keyboard smilies\" width=\"250\" height=\"188\" />I\'m working on a new project and for this project I\'d love to know which WordPress hosting party you use, which package you\'re on and what you think about them. Using this data I\'ll compile a list of hosts that support WordPress properly and approach them for a couple of tests.</p><p>I\'m specifically also looking for people in Europe to quickly fill out this form, I\'m finding it\'s a bit harder there to find a decent WordPress host than it is in the US.</p><div\nclass=\"clear\"></div><div\nclass=\'gf_browser_unknown gform_wrapper\' id=\'gform_wrapper_14\' ><form\nmethod=\'post\' enctype=\'multipart/form-data\'  id=\'gform_14\'  action=\'/feed/\'><div\nclass=\'gform_heading\'><h3 class=\'gform_title\'>My favorite WordPress Host</h3> <span\nclass=\'gform_description\'>We\'re trying to figure out which WordPress hosts are most liked by people. Please give us some info below:</span></div><div\nclass=\'gform_body\'><ul\nid=\'gform_fields_14\' class=\'gform_fields top_label description_below\'><li\nid=\'field_14_1\' class=\'gfield               gfield_contains_required\' ><label\nclass=\'gfield_label\' for=\'input_14_1\'>Name of hosting provider<span\nclass=\'gfield_required\'>*</span></label><div\nclass=\'ginput_container\'><input\nname=\'input_1\' id=\'input_14_1\' type=\'text\' value=\'\' class=\'medium\'  tabindex=\'1\'   /></div></li><li\nid=\'field_14_2\' class=\'gfield               gfield_contains_required\' ><label\nclass=\'gfield_label\' for=\'input_14_2\'>Website of hosting provider<span\nclass=\'gfield_required\'>*</span></label><div\nclass=\'ginput_container\'><input\nname=\'input_2\' id=\'input_14_2\' type=\'text\' value=\'http://\' class=\'medium\'  tabindex=\'2\'   /></div></li><li\nid=\'field_14_3\' class=\'gfield\' ><label\nclass=\'gfield_label\' for=\'input_14_3\'>Which hosting package are you using?</label><div\nclass=\'ginput_container\'><input\nname=\'input_3\' id=\'input_14_3\' type=\'text\' value=\'\' class=\'medium\'  tabindex=\'3\'   /></div></li><li\nid=\'field_14_9\' class=\'gfield               gfield_contains_required\' ><label\nclass=\'gfield_label\' for=\'input_14_9\'>Rating<span\nclass=\'gfield_required\'>*</span></label><div\nclass=\'ginput_container\'><input\nname=\'input_9\' id=\'input_14_9\' type=\'text\' value=\'\' class=\'medium\' tabindex=\'4\'  /><div\nclass=\'instruction \'>Please enter a value between <strong>0</strong> and <strong>10</strong>.</div></div><div\nclass=\'gfield_description\'>On a scale of 0 to 10, how would you rate this hosting party?</div></li><li\nid=\'field_14_4\' class=\'gfield\' ><label\nclass=\'gfield_label\' for=\'input_14_4\'>Which website have you hosted there?</label><div\nclass=\'ginput_container\'><input\nname=\'input_4\' id=\'input_14_4\' type=\'text\' value=\'http://\' class=\'medium\'  tabindex=\'5\'   /></div><div\nclass=\'gfield_description\'>If you have more than one website hosted there, please just pick one!</div></li><li\nid=\'field_14_8\' class=\'gfield\' ><label\nclass=\'gfield_label\' for=\'input_14_8\'>Remarks about this hosting provider</label><div\nclass=\'ginput_container\'><textarea name=\'input_8\' id=\'input_14_8\' class=\'textarea medium\' tabindex=\'6\'   rows=\'10\' cols=\'50\'></textarea></div><div\nclass=\'gfield_description\'>Why do you like them? What should people be aware of?</div></li><li\nid=\'field_14_7\' class=\'gfield  gsection\' ><h2 class=\'gsection_title\'>A bit about you</h2><div\nclass=\'gsection_description\'>Not obligatory, but we love knowing who you are.</div></li><li\nid=\'field_14_5\' class=\'gfield\' ><label\nclass=\'gfield_label\' for=\'input_14_5_3\'>Name</label><div\nclass=\'ginput_complex ginput_container\' id=\'input_14_5\'><span\nid=\'input_14_5_3_container\' class=\'ginput_left\'><input\ntype=\'text\' name=\'input_5.3\' id=\'input_14_5_3\' value=\'\' tabindex=\'7\' /><label\nfor=\'input_14_5_3\'>First</label></span><span\nid=\'input_14_5_6_container\' class=\'ginput_right\'><input\ntype=\'text\' name=\'input_5.6\' id=\'input_14_5_6\' value=\'\' tabindex=\'8\' /><label\nfor=\'input_14_5_6\'>Last</label></span></div></li><li\nid=\'field_14_6\' class=\'gfield\' ><label\nclass=\'gfield_label\' for=\'input_14_6\'>Email</label><div\nclass=\'ginput_container\'><input\nname=\'input_6\' id=\'input_14_6\' type=\'text\' value=\'\' class=\'medium\'  tabindex=\'9\'   /></div></li></ul></div><div\nclass=\'gform_footer top_label\'> <input\ntype=\'submit\' id=\'gform_submit_button_14\' class=\'button gform_button\' value=\'Submit\' tabindex=\'10\' /> <input\ntype=\'hidden\' class=\'gform_hidden\' name=\'is_submit_14\' value=\'1\' /> <input\ntype=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'14\' /> <input\ntype=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'4f7c1c8f2b858\' /> <input\ntype=\'hidden\' class=\'gform_hidden\' name=\'state_14\' value=\'YToyOntpOjA7czo2OiJhOjA6e30iO2k6MTtzOjMyOiIyOTQ4YTA3N2JmNGU0MjU5ZmQ4MDQ4ZjVhZmE2NmZiYiI7fQ==\' /> <input\ntype=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_14\' id=\'gform_target_page_number_14\' value=\'0\' /> <input\ntype=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_14\' id=\'gform_source_page_number_14\' value=\'1\' /> <input\ntype=\'hidden\' name=\'gform_field_values\' value=\'\' /></div></form></div><script type=\'text/javascript\'> jQuery(document).ready(function(){jQuery(document).trigger(\'gform_post_render\', [14, 1])}); </script><p><a\nhref=\"http://www.shutterstock.com/pic-68396056/stock-vector-keyboard-with-icons-to-vote-in-on-line-survey.html\">Keyboard picture</a> from Shutterstock used under license.</p><p><a\nhref=\"http://yoast.com/wordpress-host-survey/\">WordPress Host Survey</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/lj1UaZaoC70\" 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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://yoast.com/wordpress-host-survey/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:2:\"50\";s: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:2:{s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:77:\"http://cdn2.yoast.com/wp-content/uploads/2012/02/keyboard-smilies-125x125.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:69:\"http://cdn2.yoast.com/wp-content/uploads/2012/02/keyboard-smilies.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"keyboard smilies\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:77:\"http://cdn2.yoast.com/wp-content/uploads/2012/02/keyboard-smilies-125x125.png\";}}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://yoast.com/wordpress-host-survey/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-host-survey\";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:9:\"         \";s: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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Changing the look of your Search Result 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:58:\"http://feedproxy.google.com/~r/joostdevalk/~3/gQTwlq6ER_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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"http://yoast.com/clean-up-google/#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, 22 Feb 2012 13:37: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"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:25:\"http://yoast.com/?p=45391\";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:730:\"<p>I love Google, I seriously do. What I don\'t like too much is them adding more and more fluff to my search result pages (or SERPs) that I really don\'t want or need. Most of us know about their new Terms of Service now, right? No reason to show me that box all the bloody [...]</p><p><a\nhref=\"http://yoast.com/clean-up-google/\">Changing the look of your Search Result Pages</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:2637:\"<p>I love Google, I seriously do. What I don\'t like too much is them adding more and more fluff to my search result pages (or SERPs) that I really don\'t want or need. Most of us know about <a\nhref=\"http://marketingland.com/google-terms-of-service-privacy-policy-4293\">their new Terms of Service</a> now, right? No reason to show me that box all the bloody time.</p><p>I also hate the suggested person box. I understand I could (and probably do) drive traffic through that, but I don\'t need it. And I hate <a\nhref=\"http://searchengineland.com/google-adwords-sitelinks-now-uses-related-ads-111637\">their new ad sitelinks</a> even more. The first organic result is almost below the fold now...</p><p>Luckily, this is all easily fixed. Most browsers support a feature that\'s called a user stylesheets. This is a CSS file on your computer that is applied to each page you\'re looking at, on top of that page\'s stylesheets. The location is different for each browser / operating system combination, so you might need to Google a bit if you\'re not using Chrome, for which I\'ve listed them below:</p><ul><li>Chrome on Mac:<pre class=\"brush: plain; title: ; notranslate\">~/Library/Application\\ Support/Google/Chrome/Default/User\\ StyleSheets/Custom.css</pre></li><li>Chrome on PC:<pre class=\"brush: plain; title: ; notranslate\">C://Users/Username/AppData\\Local\\Google\\Chrome\\User Data\\Default\\User StyleSheets/custom.css</pre></li></ul><p><a\nhref=\"http://unraveled.com/archives/2005/03/user-styles\">This article</a> (while a bit old) seems to have good ways of making a user stylesheet for other browsers.</p><h2>User styles to hide ads, TOS warnings and suggested persons</h2><p>So with this small addition to that stylesheet, you can hide the specific sections you don\'t like:</p><pre class=\"brush: css; title: ; notranslate\">/* Hide the Ads */\n#tads, #mbEnd, #bottomads {\ndisplay: none;\n}\n/* Hide the suggested person box */\n#rhs_block {\ndisplay: none;\n}\n/* Hide the TOS warning nonsense */\n#bb_pp_tos_ack {\ndisplay: none;\n}</pre><p>Now my search result pages are nice and clean again, gotta love it.</p><p><a\nhref=\"http://yoast.com/clean-up-google/\">Changing the look of your Search Result Pages</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/gQTwlq6ER_0\" 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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://yoast.com/clean-up-google/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:2:\"20\";s: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://yoast.com/clean-up-google/#utm_source=rss&utm_medium=rss&utm_campaign=clean-up-google\";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:14:\"              \";s: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:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Where do you want me to click?\";s:7:\"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://feedproxy.google.com/~r/joostdevalk/~3/RlVGSk6Er4U/\";s: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:41:\"http://yoast.com/call-to-action/#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:\"Fri, 17 Feb 2012 13:00:55 +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:22:\"Usability & Conversion\";s:7:\"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:25:\"http://yoast.com/?p=45372\";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:750:\"<p>The case for a clear Call to Action on your homepage It’s a vastly overrated notion that a homepage should include all sections of your website and serve all kind of visitors. It needs one clear call to action. Clutter: To make disorderly or hard to use by filling or covering with objects The need [...]</p><p><a\nhref=\"http://yoast.com/call-to-action/\">Where do you want me to click?</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/michiel/\">Michiel Heijmans</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Michiel Heijmans\";s: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:6529:\"<h2>The case for a clear Call to Action on your homepage</h2><p><img\nclass=\"alignright size-full wp-image-45381\" title=\"Do you have a clear Call to Action on your homepage? Or are you confusing people?\" src=\"http://cdn.yoast.com/wp-content/uploads/2012/02/confusion.jpg\" alt=\"Do you have a clear Call to Action on your homepage? Or are you confusing people?\" width=\"250\" height=\"189\" />It’s a vastly overrated notion that a homepage should include all sections of your website and serve all kind of visitors. It needs one clear call to action.</p><blockquote><p>Clutter:<br\n/> To make disorderly or hard to use by filling or covering with objects</p></blockquote><h2>The need to put everything on one homepage</h2><p>Employment websites do it. “Employers subscribe here”, “Companies list here”, “Latest jobs”, “Build your resume”. Real estate agents do it. “Buy these new homes”, “Sell your home with us”, “Latest sales”, “Upcoming events”. That’s really just the tip of the iceberg.</p><p>It seems that most homepages are designed with one thing in mind: “How do I make everything on my website accessible from this one single page.” Well, you can’t. Not in a way that your visitor will understand your company, product or really anything at all.</p><h2>One clear Call to Action</h2><p>To guide your visitor into or through your website, you should give him directions. Pretty similar to how a road needs road signs actually. Yes, you can put up multiple signs, but you should make the most important ones the biggest. Make it as big as possible. Make it stand out.</p><p>Everybody has visited that one great looking website in all shades of grey that had an orange RSS button that drew all attention. That’s really bad design in my opinion. The thing that stands out is your call to action: that’s what you want visitors to click on.</p><h2>A different approach to a Call to Action</h2><p>There are many ways to use and implement this call to action. One is using the big bold button, preferably in a color that is not used in the design of the website (the orange RSS button mentioned above). You might also use whitespace to emphasize a specific part of the homepage, making it stand out that way.</p><p>We recently had a client for a <a\ntitle=\"Website Review\" href=\"http://yoast.com/hire-me/website-review/\">website review</a> who has this (quite common) idea of starting his website with a choice: three options for three variations of a product. That would imply three call to actions…</p><p>No problem, if you combine the two ways mentioned above. So make a block that really stands out (use sufficient whitespace around it) and add three similar call to actions, with (very important) a descriptive title for that block, like “Make your choice”. That way, the entire block becomes your call to action.</p><p>Now let’s illustrate the simplicity of call to actions by looking at some example websites (none of them are clients):</p><h2>Jobsite.co.uk</h2><blockquote><p>“<a\nhref=\"http://www.jobsite.co.uk/\">Jobsite</a> is a leading UK online recruitment site, dedicated to helping you find your next job.”</p></blockquote><p>I actually got lost on your homepage already. Yes, I understand you want me to search for my next job on your page, or do you really want me to register first? One very distracting issue this homepage has, is that the Vision2learn banner has the largest call to action of the page…</p><p><a\nclass=\"thickbox\" rel=\"cta\" href=\"http://cdn.yoast.com/wp-content/uploads/2012/02/jobsite.co_.uk_.png\"><img\nclass=\"alignright size-large wp-image-45375\" title=\"jobsite.co.uk screenshot\" src=\"http://cdn2.yoast.com/wp-content/uploads/2012/02/jobsite.co_.uk_-590x508.png\" alt=\"jobsite.co.uk screenshot\" width=\"580\" height=\"499\" /></a></p><h2>Scuolaleonardo.com</h2><p>Since we do website reviews for websites from all over the world, I decided to look up an Italian School in Italy and found <a\nhref=\"http://www.scuolaleonardo.com/\">Scuola Leonardo da Vinci</a>. After looking at their website, I decided to stick to Google Translate… as I couldn’t find where to apply for a course.. The question “Where do you want me to click???” is impossible to answer for this website. The total lack of a call to action, combined with the overall clutter, makes a visitor head back to Google in the blink of an eye.</p><p><a\nclass=\"thickbox\" rel=\"cta\" href=\"http://cdn.yoast.com/wp-content/uploads/2012/02/scuolaleonardo.com_.png\"><img\nclass=\"alignright size-large wp-image-45374\" title=\"scuolaleonardo.com screenshot\" src=\"http://cdn2.yoast.com/wp-content/uploads/2012/02/scuolaleonardo.com_-590x508.png\" alt=\"scuolaleonardo.com screenshot\" width=\"580\" height=\"499\" /></a></p><h2>Walmart.com</h2><p>Help me out here, <a\nhref=\"http://www.walmart.com/\">Walmart</a>. Why do you want me to click my empty cart? Don’t get me wrong, for shopping sites, emphasizing the cart is always a good thing. But I think what Walmart wants me to click is something else, like the free shipping offer or perhaps a product I could buy. Now that should be the orange button on that homepage! Also, the banner “Shop Top Brands” is just a list of products and prices. The call to action on that banner should also be clear (“Shop NOW” or something like that).</p><p><a\nclass=\"thickbox\" rel=\"cta\" href=\"http://cdn.yoast.com/wp-content/uploads/2012/02/wallmart.com_1.png\"><img\nclass=\"alignright size-large wp-image-45376\" title=\"wallmart.com\" src=\"http://cdn.yoast.com/wp-content/uploads/2012/02/wallmart.com_1-590x383.png\" alt=\"\" width=\"580\" height=\"376\" /></a></p><h2>Get to work!</h2><p>What is your homepage\'s main call to action? Is it clear enough? Go and make it clear. You\'ll have a better website for it!</p><p><small>Image for <a\nhref=\"http://www.shutterstock.com/pic-72430798/stock-photo--d-person-character-sitting-on-a-question-mark.html\">3D person sitting on a question mark</a> used in license from Shutterstock.</small></p><p><a\nhref=\"http://yoast.com/call-to-action/\">Where do you want me to click?</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/michiel/\">Michiel Heijmans</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/RlVGSk6Er4U\" 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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://yoast.com/call-to-action/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:2:\"45\";s: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:2:{s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:70:\"http://cdn3.yoast.com/wp-content/uploads/2012/02/confusion-125x125.jpg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"content\";a:4:{i:0;a:6:{s:4:\"data\";s:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:61:\"http://cdn.yoast.com/wp-content/uploads/2012/02/confusion.jpg\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Do you have a clear Call to Action on your homepage? Or are you confusing people?\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:70:\"http://cdn3.yoast.com/wp-content/uploads/2012/02/confusion-125x125.jpg\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:68:\"http://cdn2.yoast.com/wp-content/uploads/2012/02/jobsite.co_.uk_.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"jobsite.co.uk screenshot\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:76:\"http://cdn3.yoast.com/wp-content/uploads/2012/02/jobsite.co_.uk_-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:71:\"http://cdn.yoast.com/wp-content/uploads/2012/02/scuolaleonardo.com_.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"scuolaleonardo.com screenshot\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:80:\"http://cdn2.yoast.com/wp-content/uploads/2012/02/scuolaleonardo.com_-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:67:\"http://cdn2.yoast.com/wp-content/uploads/2012/02/wallmart.com_1.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"wallmart.com\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:75:\"http://cdn3.yoast.com/wp-content/uploads/2012/02/wallmart.com_1-125x125.png\";}}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:90:\"http://yoast.com/call-to-action/#utm_source=rss&utm_medium=rss&utm_campaign=call-to-action\";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:12:\"            \";s: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:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Website Traffic times ten? Sometimes it’s easy\";s:7:\"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://feedproxy.google.com/~r/joostdevalk/~3/QRZiA-Khm3E/\";s: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:71:\"http://yoast.com/website-traffic-times-ten-sometimes-its-easy/#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 Feb 2012 13:50:58 +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:3:\"SEO\";s:7:\"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:25:\"http://yoast.com/?p=45369\";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:807:\"<p>I\'ll be honest, this post is somewhat of a \"boast\". But since \"boast\" rhymes with \"Yoast\", I think it\'s allowed. Recently we did a website review for \"How do you say that Word?\". The review contained instructions to make a section of the site accessible to spiders. Results? 10x the traffic. The Site &#38; The [...]</p><p><a\nhref=\"http://yoast.com/website-traffic-times-ten-sometimes-its-easy/\">Website Traffic times ten? Sometimes it&#8217;s easy</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:3155:\"<p>I\'ll be honest, this post is somewhat of a \"boast\". But since \"boast\" rhymes with \"Yoast\", I think it\'s allowed. Recently we did a <a\ntitle=\"Website Review\" href=\"http://yoast.com/hire-me/website-review/\">website review</a> for \"<a\nhref=\"http://www.howdoyousaythatword.com/\">How do you say that Word?</a>\". The review contained instructions to make a section of the site accessible to spiders. Results? 10x the traffic.</p><h2>The Site &amp; The Problem</h2><p>The site has a very simple concept: it explains how to pronounce certain words in several languages. When the site hadn\'t been optimized yet, most of the traffic was for the term \"how do you say\" or \"how do you say that word\" and for some specific pages. Those specific pages had been linked to by other websites.</p><p>You see, this site\'s issue was quite simple: there was no way one could get to a specific page without <em>searching</em> for it. So, in our review we proposed several methods of making a browsable archive, one that a search engine could go to and find all the pages in it. They did and the solution worked wonders, now, if you search for <a\nhref=\"https://www.google.com/search?q=how+do+you+say+fruits+de+mer&amp;pws=0\">\"How do you say fruits de mer\"</a>, you\'re taken right to the best page for it: <a\nhref=\"http://www.howdoyousaythatword.com/word/fruits-de-mer/\">\"how to say fruits de mer\"</a>.</p><h2>The Analytics</h2><p>What that means traffic wise? Well, this, and we\'re only just getting started, as the site was updated on Jan 19th:</p><p><a\nclass=\"thickbox\" href=\"http://cdn2.yoast.com/wp-content/uploads/2012/02/Wordpress-stats-9-Feb.jpg\"><img\nclass=\"alignright size-large wp-image-45370\" title=\"Wordpress stats 9 Feb\" src=\"http://cdn3.yoast.com/wp-content/uploads/2012/02/Wordpress-stats-9-Feb-590x208.jpg\" alt=\"\" width=\"580\" height=\"204\" /></a></p><h2>Update</h2><p>After publication of this post Marie-Ora, who owns the website, sent me an updated screenshot of the stats:</p><p><a\nhref=\"http://cdn2.yoast.com/wp-content/uploads/2012/02/Stats-15-Feb.jpg\"><img\nclass=\"alignright size-large wp-image-45377\" title=\"Stats 15 Feb\" src=\"http://cdn2.yoast.com/wp-content/uploads/2012/02/Stats-15-Feb-590x263.jpg\" alt=\"Stats 15 Feb\" width=\"580\" height=\"258\" /></a></p><h2>Conclusion</h2><p>Is there stuff on your site that is impossible to reach for search engines? <em>Now </em>is as good as time as any to fix that. Is your website not getting the traffic you\'re hoping for? Maybe we can <a\ntitle=\"Website Review\" href=\"http://yoast.com/hire-me/website-review/\">help with a review</a>!</p><p><a\nhref=\"http://yoast.com/website-traffic-times-ten-sometimes-its-easy/\">Website Traffic times ten? Sometimes it&#8217;s easy</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/QRZiA-Khm3E\" 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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://yoast.com/website-traffic-times-ten-sometimes-its-easy/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:2:\"43\";s: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:2:{s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:82:\"http://cdn3.yoast.com/wp-content/uploads/2012/02/Wordpress-stats-9-Feb-125x125.jpg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"content\";a:2:{i:0;a:6:{s:4:\"data\";s:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:74:\"http://cdn2.yoast.com/wp-content/uploads/2012/02/Wordpress-stats-9-Feb.jpg\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"WordPress stats 9 Feb\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:82:\"http://cdn3.yoast.com/wp-content/uploads/2012/02/Wordpress-stats-9-Feb-125x125.jpg\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:65:\"http://cdn2.yoast.com/wp-content/uploads/2012/02/Stats-15-Feb.jpg\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Stats 15 Feb\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:73:\"http://cdn2.yoast.com/wp-content/uploads/2012/02/Stats-15-Feb-125x125.jpg\";}}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://yoast.com/website-traffic-times-ten-sometimes-its-easy/#utm_source=rss&utm_medium=rss&utm_campaign=website-traffic-times-ten-sometimes-its-easy\";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:\"             \";s: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:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"WordPress robots.txt Example\";s:7:\"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://feedproxy.google.com/~r/joostdevalk/~3/oKVyJ3K9Zc0/\";s: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:55:\"http://yoast.com/example-robots-txt-wordpress/#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:\"Fri, 10 Feb 2012 12: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"robots.txt\";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:13:\"WordPress SEO\";s:7:\"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:25:\"http://yoast.com/?p=45343\";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:781:\"<p>Robots.txt is a way to tell a search engine which pages it\'s allowed to spider, to \"see\", and which pages it cannot \"see\". Because of that, robots.txt differs from meta name=\"robots\" tags, which tell search engines on those individual pages, whether they can include them in their index or not. The difference is subtle, but [...]</p><p><a\nhref=\"http://yoast.com/example-robots-txt-wordpress/\">WordPress robots.txt Example</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:5266:\"<p><img\nclass=\"alignright size-full wp-image-45347\" title=\"WordPress Robots.txt advice from Yoast\" src=\"http://cdn.yoast.com/wp-content/uploads/2012/02/Yoast_02_Robot1.jpg\" alt=\"WordPress Robots.txt advice from Yoast\" width=\"177\" height=\"220\" />Robots.txt is a way to tell a search engine which pages it\'s allowed to spider, to \"see\", and which pages it cannot \"see\". Because of that, robots.txt differs from <code>meta name=\"robots\"</code> tags, which tell search engines on those individual pages, whether they can include them in their index or not. The difference is subtle, but important. Because of that, the <a\nhref=\"http://codex.wordpress.org/Search_Engine_Optimization_for_WordPress#Robots.txt_Optimization\">suggested robots.txt in the codex</a> is wrong. Let me explain:</p><p>Google sometimes lists URLs that it\'s not allowed to spider, because it\'s blocked by robots.txt, because a lot of links point to a URL. A good example of this is a search for [<a\nhref=\"https://www.google.com/search?q=rtl+nieuws&amp;pws=0\">RTL Nieuws</a>] (disclosure: RTL is a client of mine). rtlnieuws.nl 301 redirects to the <a\nhref=\"http://www.rtl.nl/actueel/rtlnieuws/home/\">news section of rtl.nl</a>. But... rtlnieuws.nl/robots.txt exists... And has the following content:</p><pre class=\"brush: plain; title: ; notranslate\">User-agent: *\nDisallow: /</pre><p>Because of that, the links towards rtlnieuws.nl don\'t count toward the news section on rtl.nl, and Google displays rtlnieuws.nl in the search results. This is unwanted behavior that we\'re trying to fix but for now it\'s a good example of what I wanted to explain. By <em>blocking</em> /wp-admin/ and /trackback/ in your robots.txt, you\'re not preventing them from showing up.</p><p>Unfortunately, recently the /wp-admin/ block was added to WordPress core, because of <a\nhref=\"http://core.trac.wordpress.org/ticket/18465\">this Trac ticket</a>. In the discussion on that ticket, I\'ve proposed another solution in <a\nhref=\"http://core.trac.wordpress.org/attachment/ticket/18465/noindex.patch\">this patch</a>. This solution involves sending an X-Robots-Tag header, which is the HTTP header equivalent of a <code>meta name=\"robots\"</code> tag. This <em>would</em> in fact remove all wp-admin directories from Google search results.</p><h2>WordPress Robots.txt blocking Search results and Feeds</h2><p>There are two other sections which are blocked in the suggested robots.txt, /*?, which blocks everything with a question mark and as such all search results, and */feed/, which blocks all feeds. The first is not a good idea because if someone were to link to your search results, you wouldn\'t benefit from those links.</p><p>A better solution would be to add a <code>&lt;meta name=\"robots\" content=\"noindex, follow\"&gt;</code> tag to those search results pages, as it would prevent the search results from rankings but would allow the link \"juice\" to flow through to the returned posts and pages. This is what my <a\nhref=\"http://yoast.com/wordpress/seo/\">WordPress SEO plugin</a> does as soon as you enable it. It also does this for wp-admin and login and registration pages.</p><p>I\'m aware that that is different from <a\nhref=\"http://support.google.com/webmasters/bin/answer.py?hl=en&amp;answer=35769\">Google\'s guidelines</a> on this topic at the moment, which state:</p><blockquote><p>Use robots.txt to prevent crawling of search results pages or other auto-generated pages that don\'t add much value for users coming from search engines.</p></blockquote><p>I\'ve reached out to Google to get clarification on whether they would say my solution is acceptable as well, or perhaps even better :) .</p><p>Blocking /feed/ is a bad idea because an RSS feed is actually a valid sitemap for Google. Blocking it would prevent Google from using that to find new content on your site. So, my suggested robots.txt for WordPress is actually a <em>lot</em> smaller than the Codex one. I only have this:</p><pre class=\"brush: plain; title: ; notranslate\">User-Agent: *\nDisallow: /wp-content/plugins/</pre><p>I block the plugins directory because some plugin developers have the annoying habit of adding index.php files to their plugin directories that link back to their websites. For <em>all </em>other parts of WordPress, there are better solutions for blocking.</p><h2>The other WordPress Robots.txt suggestions</h2><p>The other sections of the robots.txt as suggested are a bit old and no longer needed. Digg mirror is something for us old guys who remember when Digg used to send loads of traffic, Googlebot Image and Media Partner are still there but if you only have the above in your robots.txt you don\'t need specific lines for them in your WordPress robots.txt file.</p><p>&nbsp;</p><p><a\nhref=\"http://yoast.com/example-robots-txt-wordpress/\">WordPress robots.txt Example</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/oKVyJ3K9Zc0\" 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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://yoast.com/example-robots-txt-wordpress/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:2:\"36\";s: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:2:{s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:75:\"http://cdn.yoast.com/wp-content/uploads/2012/02/Yoast_02_Robot1-125x125.jpg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:67:\"http://cdn.yoast.com/wp-content/uploads/2012/02/Yoast_02_Robot1.jpg\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"WordPress Robots.txt advice from Yoast\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:75:\"http://cdn.yoast.com/wp-content/uploads/2012/02/Yoast_02_Robot1-125x125.jpg\";}}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:118:\"http://yoast.com/example-robots-txt-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=example-robots-txt-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:\"\";}}}}}i:11;a:6:{s:4:\"data\";s: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:5:\"child\";a:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Use Gravity Forms to submit custom post types\";s:7:\"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://feedproxy.google.com/~r/joostdevalk/~3/6DdttfkLbSo/\";s: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:58:\"http://yoast.com/gravity-forms-custom-post-types/#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, 06 Feb 2012 09:17: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"Gravity Forms\";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:17:\"WordPress 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:25:\"http://yoast.com/?p=45308\";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:760:\"<p>In my previous post I explained how I used the Types plugin to create a new custom post type. That custom post type will be used to display a table of supported themes for my WordPress SEO plugin, and is therefor called wpseo-theme. Now the trick here is that I want users to be able [...]</p><p><a\nhref=\"http://yoast.com/gravity-forms-custom-post-types/\">Use Gravity Forms to submit custom post types</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:8191:\"<p>In my previous post I explained <a\nhref=\"http://yoast.com/types-wordpress-plugin/\">how I used the Types plugin</a> to create a new custom post type. That custom post type will be used to display a table of supported themes for my <a\nhref=\"http://yoast.com/wordpress/seo/\">WordPress SEO plugin</a>, and is therefor called wpseo-theme. Now the trick here is that I want users to be able to submit themes through a form.</p><h2>Gravity Forms + Custom Post Type addon</h2><p>By default, <a\ntitle=\"Gravity Forms\" href=\"http://yoast.com/wp-plugin-review/gravity-forms/\">Gravity Forms</a> allows you to create posts through a form. It doesn\'t have support for custom post types at the moment though, in part because a wonderful plugin was already created that allows for this. This plugin, aptly named Gravity Forms + Custom Post Types can be <a\nhref=\"http://wordpress.org/extend/plugins/gravity-forms-custom-post-types/\">downloaded from WordPress.org</a>.</p><p>Once you have both Gravity Forms and this plugin activated, you can start creating a form. The first step is to make the form fill our custom post type. We start with creating a form and dragging in a title field:</p><p><img\nclass=\"aligncenter size-full wp-image-45309\" title=\"Create form with Gravity Forms\" src=\"http://cdn3.yoast.com/wp-content/uploads/2012/02/create-form.png\" alt=\"Create form with Gravity Forms\" width=\"518\" height=\"226\" /></p><p>The title field can be found in the posts field section of Gravity Forms field, below the advanced fields:</p><p><img\nclass=\"aligncenter size-full wp-image-45310\" title=\"Post fields in Gravity Forms\" src=\"http://cdn.yoast.com/wp-content/uploads/2012/02/post-fields-gravity.png\" alt=\"Post fields in Gravity Forms\" width=\"297\" height=\"349\" /></p><p>Once you\'ve added this input field and given it a name, go to the advanced section of its edit block, you\'ll see an option to save as post type, this has been added by the afore mentioned plugin:</p><p><img\nclass=\"aligncenter size-full wp-image-45311\" title=\"title field advanced section - save as custom post type\" src=\"http://cdn3.yoast.com/wp-content/uploads/2012/02/title-field-advanced.png\" alt=\"title field advanced section - save as custom post type\" width=\"526\" height=\"297\" /></p><p>You check the box and select the custom post type you want to use, in my case, WPSEO Themes. Now we start adding the form. We need a couple of different types of values:</p><ul><li>The title: done.</li><li>The \"description\", which will just be the body text, so you can easily drag in the Body input field.</li><li>An image, which should be saved as the featured image too, more on that below.</li><li>Several custom fields, more below too.</li></ul><h2>Adding a featured image trough the form</h2><p>This is actually pretty easy: drag in an image field and click edit, you\'ll see something like the screen below:</p><p><img\nclass=\"aligncenter size-full wp-image-45312\" title=\"Image field - featured image\" src=\"http://cdn2.yoast.com/wp-content/uploads/2012/02/image-field.png\" alt=\"Image field - featured image\" width=\"516\" height=\"652\" /></p><p>As you can see, setting the image as featured image is as easy as ticking the box. It\'s wise to also ask for a description if you don\'t know what\'s going to be on the image. In my case, it\'s a screenshot of the theme, so I won\'t bother and just set the alt tag automatically.</p><h2>Adding custom fields through Gravity Forms</h2><p>The next step is to add the several custom fields we need. In my case I had 5, but you can have as much as you want. You start by dragging a Custom Field input into your form. Once you have that, you click edit and you select the appropriate custom field type:</p><p><img\nclass=\"aligncenter size-full wp-image-45315\" title=\"Select custom field type\" src=\"http://cdn2.yoast.com/wp-content/uploads/2012/02/custom-field-type1.png\" alt=\"Select custom field type\" width=\"511\" height=\"621\" /></p><p>In this case, I\'m asking for the theme URL, so I select website, but there are all sorts of options you can choose from, as you can see. Now here comes the tricky part, you need to set the name of your custom field. You should go into your Types -&gt; Custom Fields page and check the second value below the custom field title:</p><p><img\nclass=\"aligncenter size-full wp-image-45316\" title=\"Custom field details - Types plugin\" src=\"http://cdn3.yoast.com/wp-content/uploads/2012/02/custom-field-details-1.png\" alt=\"Custom field details - Types plugin\" width=\"416\" height=\"326\" /></p><p>That\'s the name of your custom field, but you should prefix it with \"wpcf-\", because that\'s the Types plugin naming convention, which prevents its custom fields from clashing with other ones.</p><p><img\nclass=\"aligncenter size-full wp-image-45318\" title=\"Name custom field\" src=\"http://cdn.yoast.com/wp-content/uploads/2012/02/name-custom-field1.png\" alt=\"Name custom field\" width=\"242\" height=\"87\" /></p><p>Of course, if you created a custom field group from already existing custom fields you don\'t need to prefix the custom field name.</p><h2>True / false or \"boolean\" input fields</h2><p>Some of your custom values might be checkboxes, they\'re either on or off, true or false. That\'s called a boolean value in math / developers language, but for you, it\'s really simple. Just create a custom field type \"checkboxes\", and go into it\'s settings:</p><p><img\nclass=\"aligncenter size-full wp-image-45319\" title=\"Custom field type checkboxes\" src=\"http://cdn.yoast.com/wp-content/uploads/2012/02/custom-field-checkbox.png\" alt=\"Custom field type checkboxes\" width=\"513\" height=\"476\" /></p><p>Be sure to check the \"enable values\" box and set the value to just \"1\". That way, if checked, Gravity Forms will save it as value \"1\" and the Types plugin will \"get it\".</p><h2>Deciding on workflow</h2><p>Now, once you\'ve used the above info to finish your form, you need to decide on a workflow. On the post title field, the one whose advanced settings we used to save this input as a custom post type, we now go to the \"normal\" properties:</p><p><img\nclass=\"aligncenter size-full wp-image-45320\" title=\"Post title - field properties\" src=\"http://cdn.yoast.com/wp-content/uploads/2012/02/post-title-field-properties.png\" alt=\"Post title - field properties\" width=\"520\" height=\"438\" /></p><p>As you can see, you can set a default post author and a post status. Now in my case the author will be me in most cases, as nobody will be logged in. However, if you have enabled registration on your site, you can force people to be logged in before even being able to use this form, by going into your forms advanced settings and checking the \"require user to be logged in\" checkbox:</p><p><img\nclass=\"aligncenter size-full wp-image-45321\" title=\"Require log-in\" src=\"http://cdn.yoast.com/wp-content/uploads/2012/02/require-log-in.png\" alt=\"Require log-in\" width=\"518\" height=\"550\" /></p><p>This allows for all sorts of workflows, find one that suits your site!</p><h2>Conclusion</h2><p>We still haven\'t written a single line of code, yet we\'ve already created a custom post type <em>and </em>created a form that allows people to submit custom post types to us.</p><p>So, one more thing to check of off the to-do list:</p><ol><li><del><a\nhref=\"http://yoast.com/types-wordpress-plugin/\">Creating a custom post type + custom fields.</a></del></li><li><del>Creating a form through which people can submit themes that fills this post type.</del></li><li>Creating a browsable interface for this post type.</li></ol><p>In my next post, I\'ll explain how to use the Views plugin to create \"views\" for this post type and unveil the finished product!</p><p><a\nhref=\"http://yoast.com/gravity-forms-custom-post-types/\">Use Gravity Forms to submit custom post types</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/6DdttfkLbSo\" 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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://yoast.com/gravity-forms-custom-post-types/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:2:\"33\";s: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:2:{s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:72:\"http://cdn2.yoast.com/wp-content/uploads/2012/02/create-form-125x125.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"content\";a:10:{i:0;a:6:{s:4:\"data\";s:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:64:\"http://cdn3.yoast.com/wp-content/uploads/2012/02/create-form.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Create form with Gravity Forms\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:72:\"http://cdn2.yoast.com/wp-content/uploads/2012/02/create-form-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:71:\"http://cdn.yoast.com/wp-content/uploads/2012/02/post-fields-gravity.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Post fields in Gravity Forms\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:80:\"http://cdn2.yoast.com/wp-content/uploads/2012/02/post-fields-gravity-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:73:\"http://cdn3.yoast.com/wp-content/uploads/2012/02/title-field-advanced.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"title field advanced section – save as custom post type\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:81:\"http://cdn2.yoast.com/wp-content/uploads/2012/02/title-field-advanced-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:64:\"http://cdn2.yoast.com/wp-content/uploads/2012/02/image-field.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Image field – featured image\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:71:\"http://cdn.yoast.com/wp-content/uploads/2012/02/image-field-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:71:\"http://cdn2.yoast.com/wp-content/uploads/2012/02/custom-field-type1.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Select custom field type\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:79:\"http://cdn3.yoast.com/wp-content/uploads/2012/02/custom-field-type1-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:75:\"http://cdn3.yoast.com/wp-content/uploads/2012/02/custom-field-details-1.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Custom field details – Types plugin\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:83:\"http://cdn2.yoast.com/wp-content/uploads/2012/02/custom-field-details-1-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:70:\"http://cdn.yoast.com/wp-content/uploads/2012/02/name-custom-field1.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Name custom field\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:78:\"http://cdn2.yoast.com/wp-content/uploads/2012/02/name-custom-field1-125x87.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:73:\"http://cdn.yoast.com/wp-content/uploads/2012/02/custom-field-checkbox.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Custom field type checkboxes\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:82:\"http://cdn2.yoast.com/wp-content/uploads/2012/02/custom-field-checkbox-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:79:\"http://cdn.yoast.com/wp-content/uploads/2012/02/post-title-field-properties.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Post title – field properties\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:87:\"http://cdn.yoast.com/wp-content/uploads/2012/02/post-title-field-properties-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:66:\"http://cdn.yoast.com/wp-content/uploads/2012/02/require-log-in.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Require log-in\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:75:\"http://cdn2.yoast.com/wp-content/uploads/2012/02/require-log-in-125x125.png\";}}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:124:\"http://yoast.com/gravity-forms-custom-post-types/#utm_source=rss&utm_medium=rss&utm_campaign=gravity-forms-custom-post-types\";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: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:5:\"child\";a:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Types WordPress plugin – Easy Custom Post Types\";s:7:\"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://feedproxy.google.com/~r/joostdevalk/~3/5glD2ziVTlM/\";s: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:49:\"http://yoast.com/types-wordpress-plugin/#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:\"Thu, 02 Feb 2012 10:06: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:9:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:17:\"WordPress 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:25:\"http://yoast.com/?p=45300\";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:753:\"<p>I\'ve long wanted to create a database of themes that support my SEO plugin and never came up with a manageable way of doing that. When my buddy Amir from WPML emailed me about their two new plugins, Types and Views, it took me a while to grasp what they did. Turns out I\'m daft [...]</p><p><a\nhref=\"http://yoast.com/types-wordpress-plugin/\">Types WordPress plugin &#8211; Easy Custom Post Types</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:4835:\"<p>I\'ve long wanted to create a database of themes that support my SEO plugin and never came up with a manageable way of doing that. When my buddy Amir from WPML emailed me about their two new plugins, Types and Views, it took me a while to grasp what they did. Turns out I\'m daft and it\'s actually quite easy when you install it and they\'re perfect for that job. So I thought I\'d let you all enjoy what I\'d done with it. I\'ll review both of them, in a 3 post series in which I\'ll also create my desired database.</p><h2>Database of Themes that support my WordPress SEO plugin</h2><p>I\'ve also got a project I\'ll use this for: I want a database of themes that support my WordPress SEO plugin, with some specific settings info, a screenshot, etc. I want to store these as a custom post type. So the first step is to determine which info I would need to store:</p><ul><li>Basic stuff:<ul><li>Title of the theme</li><li>Short description</li><li>Screenshot</li><li>URL</li><li>Is this a paid theme or not?</li><li>Price (if applicable)</li></ul></li><li>And some more advanced stuff:<ul><li>Does this theme have its own SEO options that \"yield\" to WordPress SEO?</li><li>Does this theme support breadcrumbs?</li><li>Does this theme require force rewrite titles to be on or not?</li></ul></li></ul><h2>Creating a Custom Post Type</h2><p>Having determined what I wanted to store, the next step was to create a Custom Post Type. That\'s as easy as using this interface:</p><p><a\nclass=\"thickbox\" href=\"http://cdn3.yoast.com/wp-content/uploads/2012/02/Add-New-Custom-Post-Type.png\" rel=\"types\"><img\nclass=\"alignnone size-large wp-image-45301\" title=\"Add New Custom Post Type\" src=\"http://cdn2.yoast.com/wp-content/uploads/2012/02/Add-New-Custom-Post-Type-590x499.png\" alt=\"Add New Custom Post Type\" width=\"580\" height=\"490\" /></a></p><p>I could add Taxonomies to it as well, but I\'ll leave that for now, although creating a taxonomy is just as easy through the Types interface. I end up with my WordPress SEO theme CPT:</p><p><a\nclass=\"thickbox\" href=\"http://cdn2.yoast.com/wp-content/uploads/2012/02/Custom-Post-Type.png\" rel=\"types\"><img\nclass=\"alignnone size-large wp-image-45302\" title=\"Custom Post Type\" src=\"http://cdn3.yoast.com/wp-content/uploads/2012/02/Custom-Post-Type-590x405.png\" alt=\"Custom Post Type\" width=\"580\" height=\"398\" /></a></p><h2>Adding Custom Fields</h2><p>You\'ll think \"huh, that hasn\'t got any of the specific data yet\": that\'s right. It doesn\'t. That\'s where the true power of Types comes in, you can create \"Custom Field Groups\" and add these to post types. So I did:</p><p><a\nclass=\"thickbox\" href=\"http://cdn2.yoast.com/wp-content/uploads/2012/02/Custom-Field-Group.png\" rel=\"types\"><img\nclass=\"alignnone size-large wp-image-45303\" title=\"Custom Field Group\" src=\"http://cdn3.yoast.com/wp-content/uploads/2012/02/Custom-Field-Group-590x626.png\" alt=\"Custom Field Group\" width=\"580\" height=\"615\" /></a></p><p>As you can see you can choose from a lot of different types of fields, and all these types have their own content checks. For instance for a URL, it\'ll allow you to \"force\" a correct URL. I\'ve added the custom field group to my WPSEO Themes post type, and now, when I go into edit or create a new WPSEO Theme \"post\", I get this interface below the title and content area:</p><p><a\nclass=\"thickbox\" href=\"http://cdn.yoast.com/wp-content/uploads/2012/02/WPSEO-Theme-Custom-Fields.png\" rel=\"types\"><img\nclass=\"alignnone size-full wp-image-45305\" title=\"WPSEO Theme Custom Fields\" src=\"http://cdn.yoast.com/wp-content/uploads/2012/02/WPSEO-Theme-Custom-Fields.png\" alt=\"WPSEO Theme Custom Fields\" width=\"586\" height=\"447\" /></a></p><p>So far, no coding was required, thanks to the wonderful Types plugin! You can get that, for free, on <a\nhref=\"http://wp-types.com/\">wp-types.com</a> or on <a\nhref=\"http://wordpress.org/extend/plugins/types/\">WordPress.org</a>.</p><p>So, what we needed to do:</p><ol><li><del>Creating a custom post type + custom fields.</del></li><li><a\nhref=\"http://yoast.com/gravity-forms-custom-post-types/\">Creating a form through which people can submit themes that fills this post type.</a></li><li>Creating a browsable interface for this post type.</li></ol><p>Subscribe below to make sure you won\'t miss the next two steps!</p><p><a\nhref=\"http://yoast.com/types-wordpress-plugin/\">Types WordPress plugin &#8211; Easy Custom Post Types</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/5glD2ziVTlM\" 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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://yoast.com/types-wordpress-plugin/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:2:\"35\";s: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:2:{s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:85:\"http://cdn2.yoast.com/wp-content/uploads/2012/02/Add-New-Custom-Post-Type-125x125.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"content\";a:4:{i:0;a:6:{s:4:\"data\";s:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:77:\"http://cdn3.yoast.com/wp-content/uploads/2012/02/Add-New-Custom-Post-Type.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Add New Custom Post Type\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:85:\"http://cdn2.yoast.com/wp-content/uploads/2012/02/Add-New-Custom-Post-Type-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:69:\"http://cdn2.yoast.com/wp-content/uploads/2012/02/Custom-Post-Type.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Custom Post Type\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:77:\"http://cdn2.yoast.com/wp-content/uploads/2012/02/Custom-Post-Type-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:71:\"http://cdn2.yoast.com/wp-content/uploads/2012/02/Custom-Field-Group.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Custom Field Group\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:79:\"http://cdn2.yoast.com/wp-content/uploads/2012/02/Custom-Field-Group-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:77:\"http://cdn.yoast.com/wp-content/uploads/2012/02/WPSEO-Theme-Custom-Fields.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WPSEO Theme Custom Fields\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:86:\"http://cdn3.yoast.com/wp-content/uploads/2012/02/WPSEO-Theme-Custom-Fields-125x125.png\";}}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:106:\"http://yoast.com/types-wordpress-plugin/#utm_source=rss&utm_medium=rss&utm_campaign=types-wordpress-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:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:14:\"              \";s: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:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Tracking Outbound / Affiliate Links with getClicky\";s:7:\"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://feedproxy.google.com/~r/joostdevalk/~3/RHvjiTUhOuo/\";s: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://yoast.com/tracking-outbound-affiliate-links-with-getclicky/#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:\"Thu, 26 Jan 2012 10:30: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:3:{i:0;a:5:{s:4:\"data\";s:9:\"Analytics\";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:19:\"Affiliate Marketing\";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:6:\"Clicky\";s:7:\"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:25:\"http://yoast.com/?p=45204\";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:830:\"<p>I use Clicky for most of my day-to-day tracking and analysis, only using Google Analytics for the harder analyses. One of the things Clicky can do most wonderfully is track outbound clicks. There\'s an issue however when you start routing your affiliate links through a script or on-site redirect. I redirect mine through /out/ here [...]</p><p><a\nhref=\"http://yoast.com/tracking-outbound-affiliate-links-with-getclicky/\">Tracking Outbound / Affiliate Links with getClicky</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:4052:\"<p><img\nclass=\"alignright size-full wp-image-5941\" title=\"Clicky web analytics\" src=\"http://cdn3.yoast.com/wp-content/uploads/2011/06/clicky-web-analytics.gif\" alt=\"Clicky web analytics\" width=\"148\" height=\"56\" />I use <a\nclass=\"track clicky_log_outbound\" href=\"http://yoast.com/out/clicky/\">Clicky</a> for most of my day-to-day tracking and analysis, only using Google Analytics for the harder analyses. One of the things Clicky can do most wonderfully is track outbound clicks. There\'s an issue however when you start routing your affiliate links through a script or on-site redirect. I redirect mine through /out/ here on yoast.com, but not all of the /out/ links need to be tracked. Let me show you how I <em>do</em> track the ones I need to track.</p><h2>Forcing Clicky to track a link as outbound</h2><p>First of all, you need to know that when you add a class <code>clicky_log_outbound</code> to a link, Clicky will track each click on that link as an outbound link. Now I always add a class <code>track</code> or <code>aff</code> to my affiliate links that I want to have tracked, for instance:</p><pre class=\"brush: xml; title: ; notranslate\">&lt;a class=&quot;track&quot; href=&quot;http://yoast.com/out/clicky/&quot;&gt;Clicky&lt;/a&gt;</pre><p>Of course I could manually add the clicky_log_outbound class, but that\'s just a tad bit too much work, especially as most of my links have been \"classed\" already and I might want to use this class for other stuff later on.</p><p>Now, I add a tiny filter function to my sites <em>functions.php</em> file, this searches for links with class <code>aff</code> or <code>track</code> and adds the <code>clicky_log_outbound</code> class:</p><pre class=\"brush: php; title: ; notranslate\">function clicky_outbound_filter( $content ) {\n	$content = preg_replace(\'/&lt;a([^&gt;]+)?class=&quot;(aff|track)&quot;([^&gt;]+)?&gt;/\',\n		\'&lt;a\\1class=&quot;\\2 clicky_log_outbound&quot;\\3&gt;\', $content);\n	return $content;\n}\n\nadd_filter( \'the_content\', \'clicky_outbound_filter\', 10, 1 );</pre><p>That\'s it! Clicky will now track those links as outbound. Now let\'s set such a link up as a goal.</p><h2>Goal Tracking in Clicky</h2><p>For goal tracking you need to have a premium (read, paid) Clicky account, but it\'s well worth it. Setting up a goal is a piece of cake. You go to your site\'s analytics and then to Goals, Setup. You\'ll see this interface:</p><p><img\nclass=\"aligncenter size-full wp-image-45207\" title=\"Clicky goal tracking\" src=\"http://cdn3.yoast.com/wp-content/uploads/2012/01/clicky-goal-tracking.png\" alt=\"Clicky goal tracking\" width=\"499\" height=\"596\" /></p><p>You simply name the action, set the goal URL to be your outbound URL, you could do /out/clicky/ or, when you sometimes forget the last slash, /out/clicky*. You can set up revenue and even a funnel, a required page before one can reach that goal.</p><p>Once you\'ve done that, the goals will show, in realtime, in your Goals overview and in your \"bigscreen\" Clicky display.</p><h2>More tracking power: campaigns</h2><p>This feature becomes even more powerful when you combine it with another great feature of Clicky; campaign tracking. Clicky fully supports the _utm type variables Google Analytics uses, so you can track campaigns and terms within campaigns. That is, in fact, how I did the tracking in yesterdays post about <a\ntitle=\"On WordPress Dashboard Widgets\" href=\"http://yoast.com/wordpress-dashboard-widgets/\">WordPress Dashboard widgets</a>.</p><p><a\nhref=\"http://yoast.com/tracking-outbound-affiliate-links-with-getclicky/\">Tracking Outbound / Affiliate Links with getClicky</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/RHvjiTUhOuo\" 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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://yoast.com/tracking-outbound-affiliate-links-with-getclicky/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:2:\"17\";s: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:2:{s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:79:\"http://cdn.yoast.com/wp-content/uploads/2011/06/clicky-web-analytics-125x56.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"content\";a:2:{i:0;a:6:{s:4:\"data\";s:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:73:\"http://cdn3.yoast.com/wp-content/uploads/2011/06/clicky-web-analytics.gif\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Clicky web analytics\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:79:\"http://cdn.yoast.com/wp-content/uploads/2011/06/clicky-web-analytics-125x56.gif\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:73:\"http://cdn3.yoast.com/wp-content/uploads/2012/01/clicky-goal-tracking.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Clicky goal tracking\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:81:\"http://cdn3.yoast.com/wp-content/uploads/2012/01/clicky-goal-tracking-125x125.png\";}}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:158:\"http://yoast.com/tracking-outbound-affiliate-links-with-getclicky/#utm_source=rss&utm_medium=rss&utm_campaign=tracking-outbound-affiliate-links-with-getclicky\";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:12:\"            \";s: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:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"On WordPress Dashboard Widgets\";s:7:\"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://feedproxy.google.com/~r/joostdevalk/~3/pr8wWUtEhQ4/\";s: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:54:\"http://yoast.com/wordpress-dashboard-widgets/#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, 25 Jan 2012 20:18:43 +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:9:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:17:\"WordPress 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:25:\"http://yoast.com/?p=45187\";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:755:\"<p>I was one of the first plugin developers to add a dashboard widget to your dashboard when you installed one of my plugins. I\'m hoping people will follow me in doing the reverse as well. While it generates traffic, it doesn\'t generate sales. Let me show you. When I added mine, in the beginning, it [...]</p><p><a\nhref=\"http://yoast.com/wordpress-dashboard-widgets/\">On WordPress Dashboard Widgets</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:2904:\"<p>I was one of the first plugin developers to add a dashboard widget to your dashboard when you installed one of my plugins. I\'m hoping people will follow me in doing the reverse as well. While it generates traffic, it doesn\'t generate sales. Let me show you.</p><p>When I added mine, in the beginning, it drove lots and lots of traffic. People weren\'t used to it yet and thought I had somehow \"found my way into core\". Recently, I\'ve added more elaborate tracking to my WordPress SEO plugin links. Allowing me to see how much traffic the individual sections of my plugin were sending back to my site. Let me share that with you now (click for a larger version):</p><div\nid=\"attachment_45188\" class=\"wp-caption aligncenter\" style=\"width: 590px\"><a\nclass=\"thickbox\" title=\"Traffic and conversion statistics for plugin links for the last 28 days\" href=\"http://cdn3.yoast.com/wp-content/uploads/2012/01/wpseoplugin-campaign.png\"><img\nclass=\"size-large wp-image-45188\" title=\"Traffic and conversion statistics for plugin links for the last 28 days\" src=\"http://cdn2.yoast.com/wp-content/uploads/2012/01/wpseoplugin-campaign-590x213.png\" alt=\"Traffic and conversion statistics for plugin links for the last 28 days\" width=\"580\" height=\"209\" /></a><p\nclass=\"wp-caption-text\">Traffic and conversion statistics for plugin links for the last 28 days</p></div><p>As you can see, the widget sends a bit of traffic (1800 visitors in total) but only drove 3 conversions... Conversions on my site are click outs on affiliate programs and, more importantly, sales for my <a\ntitle=\"Website Review\" href=\"http://yoast.com/hire-me/website-review/\">website review service</a>. Turns out, people clicking on from the plugin interface or the plugin link are <em>far</em> more valuable visitors than people clicking on the dashboard widget.</p><p>So, in an effort to annoy less people and focus on the traffic that matters, I\'ve just pushed out version 1.1.5 of my WordPress SEO plugin, <em>without</em> the dashboard widget. I will shortly remove it from my Google Analytics plugin too. Of course other developers should do their own analysis if they want to, but for me it\'s clear that the widget doesn\'t help enough to be interesting.</p><p>If you used the dashboard widget regularly to find new posts on my site, please consider subscribing to my newsletter using the form below!</p><p><a\nhref=\"http://yoast.com/wordpress-dashboard-widgets/\">On WordPress Dashboard Widgets</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/pr8wWUtEhQ4\" 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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://yoast.com/wordpress-dashboard-widgets/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:2:\"31\";s: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:2:{s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:81:\"http://cdn3.yoast.com/wp-content/uploads/2012/01/wpseoplugin-campaign-125x125.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:4:\"    \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:73:\"http://cdn3.yoast.com/wp-content/uploads/2012/01/wpseoplugin-campaign.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Traffic and conversion statistics for plugin links for the last 28 days\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:71:\"Traffic and conversion statistics for plugin links for the last 28 days\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:81:\"http://cdn3.yoast.com/wp-content/uploads/2012/01/wpseoplugin-campaign-125x125.png\";}}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://yoast.com/wordpress-dashboard-widgets/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-dashboard-widgets\";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: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:5:\"child\";a:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Search & Social – you can’t get the cream out of the coffee\";s:7:\"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://feedproxy.google.com/~r/joostdevalk/~3/QZH8Cp6JcM4/\";s: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:53:\"http://yoast.com/search-social-cream-coffee/#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, 11 Jan 2012 14:47: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:3:\"SEO\";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:12:\"Social Media\";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:8:\"Facebook\";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:5:{s:4:\"data\";s:7:\"Twitter\";s:7:\"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:25:\"http://yoast.com/?p=40904\";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:858:\"<p>Yesterday, Google launched \"Search plus your World\", intermixing search and social and providing even more \"personalized\" results. There\'s a lot of outcry about some parts of this, with people saying they don\'t want \"personalized\" results. I actually think that normal users do want personalized results and that this is, for the most part, a good thing. [...]</p><p><a\nhref=\"http://yoast.com/search-social-cream-coffee/\">Search &#038; Social &#8211; you can&#8217;t get the cream out of the coffee</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:4764:\"<p>Yesterday, Google launched \"<a\nhref=\"http://googleblog.blogspot.com/2012/01/search-plus-your-world.html\">Search plus your World</a>\", intermixing search and social and providing even more \"personalized\" results. There\'s a lot of outcry about some parts of this, with people saying they don\'t want \"personalized\" results. I actually think that normal users <em>do</em> want personalized results and that this is, for the most part, a good thing.</p><p>There\'s been some outcry though, because Twitter and Facebook aren\'t \"highlighted\" as much as Google+ in those new social results. Danny is doing some awesome reporting on this, first in \"<a\nhref=\"http://searchengineland.com/search-engines-should-be-like-santa-107400\">Search Engines Should Be Like Santa From “Miracle On 34th Street”</a>\", later <a\nhref=\"http://marketingland.com/schmidt-google-not-favored-happy-to-talk-twitter-facebook-integration-3151\">in an interview with Schmidt</a>.</p><p><img\nclass=\"size-full wp-image-40905 alignright\" title=\"wordpress-seo-personalized\" src=\"http://cdn2.yoast.com/wp-content/uploads/2012/01/wordpress-seo-personalized.png\" alt=\"\" width=\"272\" height=\"123\" />Google used to have access to the Twitter firehose, all the tweets coming in in realtime, enabling them to index tweets at light speed. Facebook used to show some friends of a person on a profile to visitors to that profile who aren\'t logged in, now look at <a\nhref=\"http://webcache.googleusercontent.com/search?q=cache%3Ahttp%3A%2F%2Fwww.facebook.com%2Fjdevalk&amp;pws=0\">the cache for my Facebook profile</a>: just other people with the same name.</p><p>As I said in a reaction to a <a\nhref=\"https://plus.google.com/u/0/105076678694475690385/posts/6K9j9RHA2tC\">Google+ post by Jeff Jarvis</a>: what both Twitter and Facebook are afraid of is that they\'re \"giving\" \"their\" social graph to Google, thereby allowing Google to easily grow its own social network because it would make it <strong>very</strong> easy for Google to suggest friends to you or say \"these friends of yours already use Google+, shouldn\'t you use it too?\". So by opening up, they\'d open their books to a competitor.</p><p>This, ultimately, should be a users choice, not a platform choice. When it does become a user choice, of course Google should favor the social network the user is the most active on, so if I\'m more active on Facebook than on Twitter or Google+, it should highlight that above the others. Right now, it seems to be mostly highlighting Google+, which will raise some eyebrows here and there and is food for discussion.</p><p>A while back at the first Fusion Marketing Experience in Brussels, <a\nhref=\"http://www.basvandenbeld.com/\">Bas van den Beld</a> of <a\nhref=\"http://www.stateofsearch.com/\">State of Search</a> interviewed <a\nhref=\"http://thebrandbuilder.wordpress.com/\">Olivier Blanchard</a> and myself about search and social. We talked about how the two intertwine and can\'t be unraveled, in fact, as Olivier said during the interview: \"it\'s like coffee and cream, once they mix you can\'t get the cream out of the coffee\". See the interview here (the sound is not the best ever, I know):</p><p><iframe\nwidth=\"580\" height=\"326\" src=\"http://www.youtube.com/embed/Hm-pzHKOBFU?fs=1&#038;feature=oembed\" frameborder=\"0\" allowfullscreen></iframe></p><p>The thing is: this is a done deal. There\'s no way back. Search and social have now officially teamed up, so you might as well live with it. It also means that <em>not</em> using Google+ is... Not really an option if you\'re a marketer, but I guess we had that one coming for a while as well.</p><p>So, what does this mean from a tactics perspective? For now, it means: share every post on Google+ too, make sure you have Google+ buttons on your posts and, most importantly: keep building relations with people! It\'s not like that much changed; social mentions might have become a new and maybe even important ranking factor, but even quality links are usually the result of a relation, of social interaction.</p><p>The formula to success didn\'t change: you have to keep building relations / followers / an audience, create great content and make sure people notice it.</p><p><a\nhref=\"http://yoast.com/search-social-cream-coffee/\">Search &#038; Social &#8211; you can&#8217;t get the cream out of the coffee</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/QZH8Cp6JcM4\" 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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://yoast.com/search-social-cream-coffee/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:2:\"45\";s: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:2:{s:7:\"content\";a:2:{i:0;a:6:{s:4:\"data\";s:6:\"      \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:36:\"http://www.youtube.com/v/Hm-pzHKOBFU\";s:8:\"duration\";s:3:\"867\";}}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:29:\"http://search.yahoo.com/mrss/\";a:5:{s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:36:\"http://www.youtube.com/v/Hm-pzHKOBFU\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Search & Social - you can\'t get the cream out of the coffee • Yoast\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:300:\"Yesterday, Google launched \"Search plus your World\", intermixing search and social and providing even more \"personalized\" results. There\'s a lot of outcry about some parts of this, with people saying they don\'t want \"personalized\" results. I actually think that normal users do want personalized res\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:126:\"http://cdn3.yoast.com/wp-content/uploads/2012/01/search-social-you-cant-get-the-cream-out-of-the-coffee-8226-yoast-300x225.jpg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"keywords\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Facebook,Twitter\";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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:79:\"http://cdn2.yoast.com/wp-content/uploads/2012/01/wordpress-seo-personalized.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"wordpress-seo-personalized\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:86:\"http://cdn.yoast.com/wp-content/uploads/2012/01/wordpress-seo-personalized-125x123.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:86:\"http://cdn.yoast.com/wp-content/uploads/2012/01/wordpress-seo-personalized-125x123.png\";}}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:114:\"http://yoast.com/search-social-cream-coffee/#utm_source=rss&utm_medium=rss&utm_campaign=search-social-cream-coffee\";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: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:5:\"child\";a:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Stop SOPA, help the internet.\";s:7:\"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://feedproxy.google.com/~r/joostdevalk/~3/VrsYTnAL4eg/\";s: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:36:\"http://yoast.com/stop-sopa/#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, 11 Jan 2012 10:31: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:1:{i:0;a:5:{s:4:\"data\";s:8:\"Offtopic\";s:7:\"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:25:\"http://yoast.com/?p=40893\";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:745:\"<p>I\'m not political in my posts normally, just like WordPress.org isn\'t and Matt Cutts isn\'t, but it\'s about time we put this whole SOPA thing to a stop. Since some well respected politicians are using my plugins and carry my news widget in their dashboard, I thought it was time I used that \"power\" to show [...]</p><p><a\nhref=\"http://yoast.com/stop-sopa/\">Stop SOPA, help the internet.</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:1647:\"<p>I\'m not political in my posts normally, <a\nhref=\"http://wordpress.org/news/2012/01/help-stop-sopa-pipa/\">just like WordPress.org isn\'t</a> and <a\nhref=\"http://www.mattcutts.com/blog/internet-censorship-sopa/\">Matt Cutts isn\'t</a>, but it\'s about time we put this whole SOPA thing to a stop. Since some well respected politicians are using my plugins and carry my news widget in their dashboard, I thought it was time I used that \"power\" to show them what SOPA would do to the internet and our world. Watch this video:</p><p> <noframes><embed\nsrc=\"http://vimeo.com/moogaloop.swf?clip_id=31100268\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"300\"></embed></noframes><iframe\nsrc=\"http://player.vimeo.com/video/31100268\" width=\"580\" height=\"326\" frameborder=\"0\" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p><p>If you\'re in the US, it\'s time to stop SOPA, so <a\nhref=\"http://americancensorship.org/\">make your voice heard</a>. If you\'re outside, call on your US friends to do what ever is needed to stop SOPA. As bloggers united, we can make a difference, let\'s make that difference. Now.</p><p><a\nhref=\"http://yoast.com/stop-sopa/\">Stop SOPA, help the internet.</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/VrsYTnAL4eg\" 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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://yoast.com/stop-sopa/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:2:\"34\";s: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:6:{s:4:\"data\";s:6:\"      \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:51:\"http://www.vimeo.com/moogaloop.swf?clip_id=31100268\";s:8:\"duration\";s:3:\"260\";}}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:29:\"http://search.yahoo.com/mrss/\";a:5:{s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:51:\"http://www.vimeo.com/moogaloop.swf?clip_id=31100268\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Stop SOPA, help the internet. • Yoast\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:\"SOPA breaks the internet in several ways. Save a free & open internet, stop SOPA: watch the video, spread the word.\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:90:\"http://cdn.yoast.com/wp-content/uploads/2012/01/stop-sopa-help-the-internet-8226-yoast.jpg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"keywords\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Offtopic,stop sopa\";s: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:80:\"http://yoast.com/stop-sopa/#utm_source=rss&utm_medium=rss&utm_campaign=stop-sopa\";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:12:\"            \";s: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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WordPress SEO Plugin Theme Integration Guide\";s:7:\"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://feedproxy.google.com/~r/joostdevalk/~3/MhjO31oiFgM/\";s: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:71:\"http://yoast.com/wordpress-seo-plugin-theme-integration-guide/#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:\"Sun, 01 Jan 2012 12:38: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:4:{i:0;a:5:{s:4:\"data\";s:9:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:17:\"WordPress 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:\"\";}i:2;a:5:{s:4:\"data\";s:13:\"WordPress SEO\";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:5:{s:4:\"data\";s:16:\"WordPress Themes\";s:7:\"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:25:\"http://yoast.com/?p=36589\";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:817:\"<p>Theme authors come in two different shapes and sizes: those who integrate SEO \"functionality\" into their themes and those who don\'t. If you\'re in the camp of integrating SEO functionality into your theme, you\'ve got yet another choice to make: do you \"yield\" for site owners that have an SEO plugin installed, disabling your own [...]</p><p><a\nhref=\"http://yoast.com/wordpress-seo-plugin-theme-integration-guide/\">WordPress SEO Plugin Theme Integration Guide</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:7279:\"<p>Theme authors come in two different shapes and sizes: those who integrate SEO \"functionality\" into their themes and those who don\'t. If you\'re in the camp of integrating SEO functionality into your theme, you\'ve got yet another choice to make: do you \"yield\" for site owners that have an SEO plugin installed, disabling your own SEO functionality or do you deny them that choice.</p><p>For those who do decide to yield and for those who do not integrate SEO functionality into their theme, this is the guide to follow on how to make sure your theme works with all the major SEO plugins and more in particular, my <a\nhref=\"http://yoast.com/wordpress/seo/\">WordPress SEO plugin</a>.</p><ol><li><a\nhref=\"http://yoast.com/wordpress-seo-plugin-theme-integration-guide/#basics\">Basics</a></li><li><a\nhref=\"http://yoast.com/wordpress-seo-plugin-theme-integration-guide/#head\">Head elements</a><ol><li><a\nhref=\"http://yoast.com/wordpress-seo-plugin-theme-integration-guide/#titles\">Titles</a></li><li><a\nhref=\"http://yoast.com/wordpress-seo-plugin-theme-integration-guide/#meta\">Meta\'s</a></li><li><a\nhref=\"http://yoast.com/wordpress-seo-plugin-theme-integration-guide/#link-items\">Link items</a></li></ol></li><li><a\nhref=\"http://yoast.com/wordpress-seo-plugin-theme-integration-guide/#body\">Body elements</a><ol><li><a\nhref=\"http://yoast.com/wordpress-seo-plugin-theme-integration-guide/#breadcrumbs\">Breadcrumbs</a></li><li><a\nhref=\"http://yoast.com/wordpress-seo-plugin-theme-integration-guide/#other-body-elements\">Other body elements</a></li></ol></li><li><a\nhref=\"http://yoast.com/wordpress-seo-plugin-theme-integration-guide/#plugincheck\">Is your WordPress SEO plugin active?</a></li></ol><h2 id=\"basics\">Basics</h2><p>Whether or not your theme is in the WordPress.org repository, you should strive to meet their <a\nhref=\"http://codex.wordpress.org/Theme_Review\">Theme Review guidelines</a>. With the <a\nhref=\"http://wordpress.org/extend/plugins/theme-check/\">theme check</a> plugin you can simply check whether that\'s the case for most of the technical aspects. This makes sure you have all the necessary hooks for plugins to do their work. If any of those fail, fix them before even looking at the stuff below.</p><h2 id=\"head\">Head elements</h2><h3 id=\"titles\">Titles</h3><p>The most common issue with SEO plugins and WordPress themes is with titles: theme authors have a tendency to hardcode (sections of) titles into their themes, which results in hard to fix behavior, which I recently <a\nhref=\"http://yoast.com/wordpress-themes-page-title/\">discussed here</a> and hasn\'t been fixed in WordPress core yet. In short, your title should be not even a tiny bit longer than this:</p><pre class=\"brush: php; html-script: true; light: true; title: ; notranslate\">&lt;title&gt;&lt;?php wp_title(\'\'); ?&gt;&lt;/title&gt;</pre><p>If you decide to embed SEO functionality in your theme, you should then put a filter function on to that <code>wp_title</code> functionality just like a plugin would. This allows you to \"unhook\" that filter when an SEO plugin is active.</p><h3 id=\"meta\">Meta\'s</h3><p>Meta tags come in a vast amount of shapes and sizes, but there are only a few that \"matter\". There are the meta description, the meta keywords (<a\nhref=\"http://yoast.com/meta-keywords/\">on which I have a strong opinion too</a>) and the meta robots tag. In my opinion, your theme should <em>never</em> embed any of these meta tags, but, if you decide to embed SEO functionality into your theme, write functions for these things and hook them on to the <code>wp_head</code> action.</p><p>Be very, very sure to allow for site owners to fully disable any meta functionality you write. I regularly, read: daily, advise people to change themes when their theme has a lot of SEO stuff embedded that is just plain wrong or collides with other plugins. Make no mistake: a portion of your users, probably a large portion of your users, cares about their SEO. Getting it <em>wrong</em> is worse then not doing anything, so if I were a theme author I\'d most definitely opt for the latter.</p><h3 id=\"link-items\">Link items</h3><p>There are a lot of &lt;link&gt; items that matter for SEO these days. There are <a\nhref=\"http://yoast.com/canonical-url-links/\">rel=canonical</a>, <a\nhref=\"http://yoast.com/rel-next-prev-paginated-archives/\">rel=next and rel=prev</a> and a few more. WordPress does rel=canonical on single posts and pages but nowhere else yet, though a <a\nhref=\"https://core.trac.wordpress.org/ticket/18660\">patch for core is ready</a> to make WordPress add rel=canonical in more cases, but your theme should not do any of these. You\'re, to be honest, bound to get them wrong.</p><p>If you do decide to add them, do it in the same fashion as meta elements: hook them on to <code>wp_head</code> and make sure site owners can disable the functionality.</p><h2 id=\"body\">Body elements</h2><h3 id=\"breadcrumbs\">Breadcrumbs</h3><p>While the above points make integration for <em>any</em> SEO plugin easier, this point is more specific for my own WordPress SEO plugin. Integration of my breadcrumbs is quite easy, use something like the following code:</p><pre class=\"brush: php; title: ; notranslate\">if ( function_exists(\'yoast_breadcrumb\') ) {\n   yoast_breadcrumb(\'&lt;div id=&quot;breadcrumbs&quot;&gt;\',\'&lt;/div&gt;\');\n}</pre><p>This code will not display anything unless the breadcrumbs feature of my SEO plugin is enabled.</p><h4>Breadcrumbs Variables</h4><p>This breadcrumb path takes the following 3 variables:</p><p><strong><code>$prefix</code></strong><br\n/> The code that your breadcrumb should be prefixed with. Default to an empty string.</p><p><strong><code>$suffix</code></strong><br\n/> The code that should be added on the back of your breadcrumb. Default to an empty string.</p><p><strong><code>$display</code></strong><br\n/> If set to false, will return the breadcrumb path instead of echo-ing it. Defaults to true.</p><h3 id=\"other-body-elements\">Other body elements</h3><p>You should take note of my guides on <a\nhref=\"http://yoast.com/blog-headings-structure/\">HTML heading structure</a> and <a\nhref=\"http://yoast.com/html-sitemap-wordpress/\">HTML Sitemaps</a>. While my SEO plugin doesn\'t \"interfere\" with those, it\'s good practice to make them optimal. You should also read my <a\nhref=\"http://yoast.com/wordpress-seo-theme/\">WordPress SEO Theme Guidelines</a> to make sure you\'re doing all the other necessary things.</p><h2 id=\"plugincheck\">Is your WordPress SEO plugin active?</h2><p>You should check whether a constant named WPSEO_VERSION is defined, preferably like this:</p><pre class=\"brush: php; title: ; notranslate\">if ( defined(\'WPSEO_VERSION\') ) {\n// Disable your SEO stuff\n}</pre><p><a\nhref=\"http://yoast.com/wordpress-seo-plugin-theme-integration-guide/\">WordPress SEO Plugin Theme Integration Guide</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/MhjO31oiFgM\" 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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://yoast.com/wordpress-seo-plugin-theme-integration-guide/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:2:\"43\";s: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://yoast.com/wordpress-seo-plugin-theme-integration-guide/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-seo-plugin-theme-integration-guide\";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:18:\"                  \";s: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:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"GoDaddy’s spammy link building techniques\";s:7:\"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://feedproxy.google.com/~r/joostdevalk/~3/sJu1fSIn6dA/\";s: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:48:\"http://yoast.com/godaddy-link-building/#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:\"Thu, 15 Dec 2011 15:47: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:3:\"SEO\";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:13:\"Link Building\";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:\"Spam\";s:7:\"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:25:\"http://yoast.com/?p=32888\";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:763:\"<p>Over the last few months, I\'ve seen GoDaddy rise up in the rankings for a lot of hosting related terms. At first I suspected they were finally using their very strong domain in a smart way, but then I noticed they ranked for terms I know you can\'t rank for without a lot of external links, no [...]</p><p><a\nhref=\"http://yoast.com/godaddy-link-building/\">GoDaddy&#8217;s spammy link building techniques</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:9788:\"<p><img\nclass=\"alignright size-thumbnail wp-image-3435\" title=\"Search Engine Spam\" src=\"http://cdn2.yoast.com/wp-content/uploads/2010/10/spam-2-125x125.jpg\" alt=\"Search Engine Spam\" width=\"125\" height=\"125\" />Over the last few months, I\'ve seen GoDaddy rise up in the rankings for a lot of hosting related terms. At first I suspected they were finally using their very strong domain in a smart way, but then I noticed they ranked for terms I <em>know</em> you can\'t rank for without a <em>lot</em> of external links, no matter how strong your domain. Let me tell you how I figured out that they got those external links <em>by embedding links in their clients websites</em>.</p><p>Today I was sick and tired of getting beaten on some rankings I was working hard for, so I decided to dive a bit deeper and see why GoDaddy was ranking as well as they were. When I looked into the link profile for those high ranking pages, I found a lot of homepages linking to these landing pages with highly optimized anchor text. These were anchor texts like \"ssl\", \"bulk email\", \"web hosting\", \"web hosting companies\" etc. Stuff like that just doesn\'t happen by accident, so there had to be a reason for those. I was baffled when I found what they were doing.</p><h2>Want a Website Tonight, anyone?</h2><p>You see, GoDaddy offers a service called \"Website Tonight\"; this service allows you to quite easily create a website by offering you an editor and all sorts of widgets. Not exactly the power of WordPress, but nothing wrong with it from the users perspective. What <em>is</em> wrong is what I found when I created such a website: when you create such a website it has an image in the footer by default saying \"Powered by Website Tonight\". It\'s possible to turn this image off, but most people don\'t bother as in the editor it looks rather harmless, like this:</p><p\nstyle=\"text-align: center;\"><img\nclass=\"size-full wp-image-32889 aligncenter\" title=\"WebSite Tonight banner\" src=\"http://cdn2.yoast.com/wp-content/uploads/2011/12/WebSite-Tonight-banner.png\" alt=\"WebSite Tonight banner\" width=\"428\" height=\"238\" /></p><p\nstyle=\"text-align: left;\">Now, if it were just that, I don\'t think I\'d be all that bothered (not the border is because the image is selected). The issue is, that on the live test site I created, it looks like this:</p><p\nstyle=\"text-align: left;\"><img\nclass=\"aligncenter size-full wp-image-32890\" title=\"website tonight logo with embedded link beneath it\" src=\"http://cdn.yoast.com/wp-content/uploads/2011/12/website-tonight-with-link.png\" alt=\"website tonight logo with embedded link beneath it\" width=\"468\" height=\"242\" /></p><p>That link wasn\'t there in the preview... That\'s called deceiving your customer. Note that by default, the image is black, you can switch it to white or you can switch it off, but in the editor <em>it\'ll always show</em>. This is probably the reason why some people choose to use the white version, as they think they can\'t disable it and want a version that\'s less ugly on their design.</p><h2>Example time</h2><p>Ok it\'s time I show you some real live examples of these I guess, these websites all have ugly links like that in their footer:</p><ul><li><a\nhref=\"http://www.motorinsurancee.com/\" rel=\"nofollow\">http://www.motorinsurancee.com/</a></li><li><a\nhref=\"http://www.universalhealthinfo.com/\" rel=\"nofollow\">http://www.universalhealthinfo.com/</a></li><li><a\nhref=\"http://www.autoinsurancecoinc.com/\" rel=\"nofollow\">http://www.autoinsurancecoinc.com/</a></li><li><a\nhref=\"http://handson3rd.com/\" rel=\"nofollow\">http://handson3rd.com/</a></li><li><a\nhref=\"http://www.onemilerunner.com/\" rel=\"nofollow\">http://www.onemilerunner.com/</a></li><li><a\nhref=\"http://www.trophyshowroom.com/\" rel=\"nofollow\">http://www.trophyshowroom.com/</a></li></ul><h2 style=\"text-align: left;\">But those links don\'t work, right? Wrong.</h2><p\nstyle=\"text-align: left;\">Google has been telling us for quite a while now that <a\nhref=\"http://www.youtube.com/watch?v=D0fgh5RIHdE\">footer links etc. are not that important</a>. Well guess what, that\'s not true if you have enough of them. Using <a\nhref=\"http://www.searchmetrics.com/en/\">SearchMetrics</a> I ran a report for the top keywords they rank in the top 3 for. Each and every keyword in there that is not their brand name, from website hosting to webhosting to website builder, to domain name registration and more: all of those landing pages have exact match anchor text links pointing to them. All coming from these types of domains, thousands if not tens of thousands of clients <em>who are paying for a service</em>, are unknowingly also helping GoDaddy\'s business by helping it rank.</p><p\nstyle=\"text-align: left;\">These links are on by default. They are <em>not</em> editorial. It\'s not the first time this happened, <a\nhref=\"http://forums.hostgator.com/hostgator-adding-advertisments-my-sites-t74516.html\">Hostgator has been caught</a> adding links to their clients websites in the same way, I mention that in <a\nhref=\"http://yoast.com/articles/wordpress-hosting/\">my WordPress hosting article</a>. The issue is that Google rewards these kinds of practices with top rankings, which they shouldn\'t.</p><p\nstyle=\"text-align: left;\">How well this works, well by my estimate they started doing this more aggressively in September / October of this year, see how their visibility according to SearchMetrics almost doubled:</p><p\nstyle=\"text-align: left;\"><a\nclass=\"thickbox\" href=\"http://cdn2.yoast.com/wp-content/uploads/2011/12/godaddy-searchmetrics1.png\" rel=\"thickbox\"><img\nclass=\"aligncenter size-large wp-image-32892\" title=\"godaddy visibility according to searchmetrics\" src=\"http://cdn2.yoast.com/wp-content/uploads/2011/12/godaddy-searchmetrics1-590x211.png\" alt=\"godaddy visibility according to searchmetrics\" width=\"580\" height=\"207\" /></a></p><p\nstyle=\"text-align: left;\">This would correlate well with the <a\nhref=\"https://www.majesticseo.com/\">Majestic SEO</a>\'s historic back link data:</p><p\nstyle=\"text-align: left;\"><a\nclass=\"thickbox\" href=\"http://cdn.yoast.com/wp-content/uploads/2011/12/godaddy-majesticseo_backlinks_history_backlinks.png\" rel=\"thickbox\"><img\nclass=\"aligncenter size-large wp-image-32899\" title=\"Majestic SEO backlink history for GoDaddy\" src=\"http://cdn.yoast.com/wp-content/uploads/2011/12/godaddy-majesticseo_backlinks_history_backlinks-590x147.png\" alt=\"Majestic SEO backlink history for GoDaddy\" width=\"580\" height=\"144\" /></a></p><p\nstyle=\"text-align: left;\">For hosting related terms like the ones GoDaddy targets, doubling your search engine visibility like that is worth a fortune. To show you even more how blatant these links are, this is a screenshot of the top pages report in Majestic, after doing an advanced historic report, look at the anchor texts and notice that the two with a flag on the right are reported wrongly, the anchor text for the link in fact is email marketing there as well. You can click for a larger version:</p><p\nstyle=\"text-align: left;\"><a\nclass=\"thickbox\" href=\"http://cdn2.yoast.com/wp-content/uploads/2011/12/Screen-Shot-2011-12-15-at-15.13.55.png\" rel=\"thickbox\"><img\nclass=\"aligncenter size-large wp-image-32902\" title=\"Anchor text distribution of GoDaddy backlinks\" src=\"http://cdn.yoast.com/wp-content/uploads/2011/12/Screen-Shot-2011-12-15-at-15.13.55-590x440.png\" alt=\"Anchor text distribution of GoDaddy backlinks\" width=\"580\" height=\"432\" /></a></p><p\nstyle=\"text-align: left;\">Some of these sites however already show these links a the beginning of 2011. See <a\nhref=\"http://web.archive.org/web/20110202210541/http://motorinsurancee.com/\">this archive.org example</a> and <a\nhref=\"http://web.archive.org/web/20110511155616/http://www.motorinsurancee.com/\">this one</a> to see that, they even changed the link in the meanwhile... What I think happened in September / October that made me catch them was that they started doing this for more keywords.</p><h2 style=\"text-align: left;\">The long and short of it</h2><p>GoDaddy is playing this game a bit too aggressively in my opinion, and Google should really start discounting those links. The right way would be for GoDaddy to <em>ask</em> their customers whether they\'re allowed to insert a link and make them choose where it points. No single customer would, by own volition, link to an email marketing page...</p><p>I am, though, disappointed in Google\'s filtering of these links; there are far too many spammy links pointing at those pages that:</p><ul><li>have a very unnatural anchor text distribution</li><li>they\'re <em>all</em> in the footer of these sites</li><li>are distributed over only a select number of IP\'s.</li></ul><p>Those 3 things combined, I can\'t believe they didn\'t catch that.</p><p\nstyle=\"text-align: left;\">Disclaimer: I\'m not saying anything that GoDaddy does here is illegal from a legal point of view. In my opinion it\'s against search engines guidelines <em>and </em>they\'re not transparent towards their customers, so I\'d call it bad karma.</p><p\nstyle=\"text-align: left;\">Thanks goes out to Dixon Jones of <a\nhref=\"https://majesticseo.com\">Majestic SEO</a> and Marcus Tober of <a\nhref=\"http://www.searchmetrics.com\">SearchMetrics</a> for helping me figure all this out.</p><p><a\nhref=\"http://yoast.com/godaddy-link-building/\">GoDaddy&#8217;s spammy link building techniques</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/sJu1fSIn6dA\" 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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://yoast.com/godaddy-link-building/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:3:\"184\";s: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:2:{s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:67:\"http://cdn2.yoast.com/wp-content/uploads/2010/10/spam-2-125x125.jpg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"content\";a:6:{i:0;a:6:{s:4:\"data\";s:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:59:\"http://cdn2.yoast.com/wp-content/uploads/2010/10/spam-2.jpg\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Search Engine Spam\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:67:\"http://cdn2.yoast.com/wp-content/uploads/2010/10/spam-2-125x125.jpg\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:75:\"http://cdn2.yoast.com/wp-content/uploads/2011/12/WebSite-Tonight-banner.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WebSite Tonight banner\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:83:\"http://cdn2.yoast.com/wp-content/uploads/2011/12/WebSite-Tonight-banner-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:77:\"http://cdn.yoast.com/wp-content/uploads/2011/12/website-tonight-with-link.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"website tonight logo with embedded link beneath it\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:86:\"http://cdn2.yoast.com/wp-content/uploads/2011/12/website-tonight-with-link-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:75:\"http://cdn2.yoast.com/wp-content/uploads/2011/12/godaddy-searchmetrics1.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"godaddy visibility according to searchmetrics\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:83:\"http://cdn3.yoast.com/wp-content/uploads/2011/12/godaddy-searchmetrics1-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:99:\"http://cdn.yoast.com/wp-content/uploads/2011/12/godaddy-majesticseo_backlinks_history_backlinks.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Majestic SEO backlink history for GoDaddy\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:108:\"http://cdn3.yoast.com/wp-content/uploads/2011/12/godaddy-majesticseo_backlinks_history_backlinks-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:87:\"http://cdn2.yoast.com/wp-content/uploads/2011/12/Screen-Shot-2011-12-15-at-15.13.55.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Anchor text distribution of GoDaddy backlinks\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:94:\"http://cdn.yoast.com/wp-content/uploads/2011/12/Screen-Shot-2011-12-15-at-15.13.55-125x125.png\";}}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://yoast.com/godaddy-link-building/#utm_source=rss&utm_medium=rss&utm_campaign=godaddy-link-building\";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:18:\"                  \";s: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:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Rich Snippets showing up everywhere\";s:7:\"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://feedproxy.google.com/~r/joostdevalk/~3/9FxCqQPk0qA/\";s: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:51:\"http://yoast.com/rich-snippets-everywhere/#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, 14 Dec 2011 10:28: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:3:\"SEO\";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:13:\"Rich Snippets\";s:7:\"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:25:\"http://yoast.com/?p=32838\";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:784:\"<p>Google seems to have taken out the whitelisting process for several types rich snippets, most importantly the review and review-aggregate types. In the process they have also made some changes to how combined author / rich snippets are shown. Let me run you through what I\'ve seen over the last few days. Review snippets for [...]</p><p><a\nhref=\"http://yoast.com/rich-snippets-everywhere/\">Rich Snippets showing up everywhere</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:7164:\"<p>Google seems to have taken out the whitelisting process for several types rich snippets, most importantly the review and review-aggregate types. In the process they have also made some changes to how combined author / rich snippets are shown. Let me run you through what I\'ve seen over the last few days.</p><h2>Review snippets for everyone</h2><p>For a while now, I had review snippets showing on my blog posts and pages here on yoast.com that I\'d marked up appropriately. Over the last weeks I started noticing that I was seeing more rich snippets show up in more and more SERPs on sites that had not had them before. Yesterday I did a post on <a\nhref=\"http://yoast.nl\">my Dutch blog</a> to test this. I added a plugin called <a\nhref=\"http://www.gdstarrating.com/\">GD Star Rating</a>, which allows people to rate posts.</p><p>This plugin has the ability to add rich snippet markup, but does it in a rather \"hackish\" way by hiding it:</p><p><a\nclass=\"thickbox\" href=\"http://cdn2.yoast.com/wp-content/uploads/2011/12/GD-Star-Rating.png\"><img\nclass=\"aligncenter size-large wp-image-32839\" title=\"GD Star Rating - rich snippets\" src=\"http://cdn.yoast.com/wp-content/uploads/2011/12/GD-Star-Rating-590x203.png\" alt=\"GD Star Rating - rich snippets\" width=\"580\" height=\"199\" /></a></p><p>It was good enough for testing though. I published <a\nhref=\"http://yoast.nl/site-basics-ii-favicon/\">a post about favicons</a>, immediately gave it a 5 star rating myself so when Google spidered it, it had a rating, and low and behold, within the hour, this was showing in the Dutch SERPs:</p><p><img\nclass=\"size-full wp-image-32840 alignnone\" title=\"yoast favicon result with rich snippets\" src=\"http://cdn.yoast.com/wp-content/uploads/2011/12/yoast-favicon.png\" alt=\"yoast favicon result with rich snippets\" width=\"489\" height=\"97\" /></p><p>Immediate rich snippets... You used to need to be whitelisted for this, but that doesn\'t seem to be the case anymore. I\'ve tested this with both <a\nhref=\"http://yoast.com/implement-hreview-wordpress-theme/\">microformat hreview markup</a> and <a\nhref=\"http://schema.org\">schema.org</a> markup and both work 100% fine, <em>even when hidden</em>. That last bit is \"new\" as Google has always stated that you should <em>not</em> hide your code for rich snippets, which is also what I disliked about GD star rating. In most cases though, it\'s absolutely unnecessary to hide the results, you\'ll want to show them with stars and you can still make that machine readable too.</p><p>The conclusion here is simple: if you <em>have</em> reviews and you haven\'t marked them up as a rich snippet yet, go do that <em>immediately</em>. I\'ve written how to\'s on <a\nhref=\"http://yoast.com/implement-hreview-wordpress-theme/\">hreview &amp; rich snippets for WordPress </a>and on <a\nhref=\"http://yoast.com/rich-snippets-magento/\">rich snippets for Magento</a> in the past, use those. For some of my clients I\'ve seen as much as 20 to 30% uplift in the past, on the same rankings, when getting rich snippets, just because more people clicked on those results.</p><h2>Combined rich snippets and author highlights</h2><p>If you do a lot of searching for WordPress related terms in the English Google results you\'ll know that I have a so called \"author highlight\", based on the <a\nhref=\"http://yoast.com/wordpress-rel-author-rel-me/\">rel=author markup</a> (for which you <em>do</em> still need to be whitelisted):</p><p><img\nclass=\"size-full wp-image-32841 alignnone\" title=\"wordpress seo author higlight\" src=\"http://cdn3.yoast.com/wp-content/uploads/2011/12/wordpress-seo-author-higlight.png\" alt=\"wordpress seo author higlight\" width=\"523\" height=\"110\" /></p><p>These aren\'t live in any other languages than english yet, so that\'s why you\'re not seeing that for my yoast.nl domain yet. A while ago, the combination of an author highlight with a rich snippet for a review would look like this:</p><p><img\nclass=\"size-full wp-image-32842 alignnone\" title=\"author review rich snippet\" src=\"http://cdn3.yoast.com/wp-content/uploads/2011/12/author-review-rich-snippet.png\" alt=\"author review rich snippet\" width=\"553\" height=\"92\" /></p><p>Google <a\nhref=\"http://googlesystem.blogspot.com/2011/12/google-search-pages-hide-1-buttons.html\">dropped the +1 button recently</a>, as in, it only shows on hover now. But what also changed is how this rich snippet is displayed, the author image is made a bit smaller and now the result looks like this:</p><p><img\nclass=\"size-full wp-image-32843 alignnone\" title=\"use google libraries rich snippet\" src=\"http://cdn3.yoast.com/wp-content/uploads/2011/12/use-google-libraries-rich-snippet.png\" alt=\"use google libraries rich snippet\" width=\"530\" height=\"125\" /></p><p>While it looks a bit less \"prominent\" it actually takes up a bit <em>more</em> space in the search results and shows the authors name twice, which seems weird to me, so I think they\'ll change at some point too.</p><h2>Other rich snippets</h2><p>It seems as though you still need to be whitelisted for other types of snippets. For instance, I implemented the new <a\nhref=\"http://support.google.com/webmasters/bin/answer.py?hl=en&amp;answer=1645432\">software application snippets</a> for my <a\nhref=\"http://yoast.com/wordpress/seo/\">WordPress SEO plugin</a> and <a\nhref=\"http://yoast.com/wordpress/google-analytics/\">Google Analytics for WordPress plugin</a> pages, which would look something like this according to the <a\nhref=\"http://www.google.com/webmasters/tools/richsnippets?url=http://yoast.com/wordpress/seo/\">rich snippets testing tool</a>:</p><p><img\nclass=\"alignnone size-full wp-image-32844\" title=\"Rich Snippets Application\" src=\"http://cdn3.yoast.com/wp-content/uploads/2011/12/rich-snippet-application.png\" alt=\"Rich Snippets Application\" width=\"528\" height=\"88\" /></p><p>But those aren\'t showing yet, nor are the reviews embedded in it.</p><h2>Conclusion</h2><p>There\'s no more reason to wait with adding rich snippet markup to your pages, you really should just do it right now. I very much doubt whether this will continue to be as easy as it seems to be now though. It seems to me as though this is to easy to spam and no doubt affiliates will make a lot of use of this \"feature\". My guess is that soon we\'ll be wishing for Google to go back to actually white listing websites for rich snippets for reviews as well, because are results have become too cluttered.</p><p>Check out this video from when Google introduced Rich Snippets:</p><p><iframe\nwidth=\"580\" height=\"326\" src=\"http://www.youtube.com/embed/tXGwVKq-PLE?fs=1&#038;feature=oembed\" frameborder=\"0\" allowfullscreen></iframe></p><p><a\nhref=\"http://yoast.com/rich-snippets-everywhere/\">Rich Snippets showing up everywhere</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/9FxCqQPk0qA\" 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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://yoast.com/rich-snippets-everywhere/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:2:\"84\";s: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:2:{s:7:\"content\";a:7:{i:0;a:6:{s:4:\"data\";s:6:\"      \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:36:\"http://www.youtube.com/v/tXGwVKq-PLE\";s:8:\"duration\";s:2:\"79\";}}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:29:\"http://search.yahoo.com/mrss/\";a:5:{s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:36:\"http://www.youtube.com/v/tXGwVKq-PLE\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Rich Snippets showing up everywhere • Yoast\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:137:\"Getting rich snippets showing for your site was never as easy as it is now, reviews are showing for every site that has them implemented.\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:107:\"http://cdn2.yoast.com/wp-content/uploads/2012/01/rich-snippets-showing-up-everywhere-8226-yoast-300x225.jpg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"keywords\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Rich Snippets,rich snippets\";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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:67:\"http://cdn2.yoast.com/wp-content/uploads/2011/12/GD-Star-Rating.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"GD Star Rating – rich snippets\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:74:\"http://cdn.yoast.com/wp-content/uploads/2011/12/GD-Star-Rating-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:65:\"http://cdn.yoast.com/wp-content/uploads/2011/12/yoast-favicon.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"yoast favicon result with rich snippets\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:73:\"http://cdn2.yoast.com/wp-content/uploads/2011/12/yoast-favicon-125x97.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:82:\"http://cdn3.yoast.com/wp-content/uploads/2011/12/wordpress-seo-author-higlight.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"wordpress seo author higlight\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:90:\"http://cdn3.yoast.com/wp-content/uploads/2011/12/wordpress-seo-author-higlight-125x110.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:79:\"http://cdn3.yoast.com/wp-content/uploads/2011/12/author-review-rich-snippet.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"author review rich snippet\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:86:\"http://cdn2.yoast.com/wp-content/uploads/2011/12/author-review-rich-snippet-125x92.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:86:\"http://cdn3.yoast.com/wp-content/uploads/2011/12/use-google-libraries-rich-snippet.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"use google libraries rich snippet\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:94:\"http://cdn2.yoast.com/wp-content/uploads/2011/12/use-google-libraries-rich-snippet-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:77:\"http://cdn3.yoast.com/wp-content/uploads/2011/12/rich-snippet-application.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Rich Snippets Application\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:84:\"http://cdn3.yoast.com/wp-content/uploads/2011/12/rich-snippet-application-125x88.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:74:\"http://cdn.yoast.com/wp-content/uploads/2011/12/GD-Star-Rating-125x125.png\";}}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:110:\"http://yoast.com/rich-snippets-everywhere/#utm_source=rss&utm_medium=rss&utm_campaign=rich-snippets-everywhere\";s:7:\"attribs\";a:0:{}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: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:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{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:39:\"http://feeds.feedburner.com/joostdevalk\";}}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: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:5:{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:11:\"joostdevalk\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:14:\"emailServiceId\";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:\"\";}}s:18:\"feedburnerHostname\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://feedburner.google.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:9:\"feedFlare\";a:7:{i:0;a:5:{s:4:\"data\";s:22:\"Subscribe with Podnova\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:82:\"http://www.podnova.com/add.srf?url=http%3A%2F%2Ffeeds.feedburner.com%2Fjoostdevalk\";s:3:\"src\";s:47:\"http://www.podnova.com/img_chicklet_podnova.gif\";}}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:24:\"Subscribe with NewsGator\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:103:\"http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Fjoostdevalk\";s:3:\"src\";s:42:\"http://www.newsgator.com/images/ngsub1.gif\";}}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:23:\"Subscribe with Netvibes\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:89:\"http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2Fjoostdevalk\";s:3:\"src\";s:44:\"http://www.netvibes.com/img/add2netvibes.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:25:\"Subscribe with Pageflakes\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:92:\"http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Fjoostdevalk\";s:3:\"src\";s:87:\"http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&fileName=ATP_blu_91x17.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:24:\"Subscribe with My Yahoo!\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:79:\"http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2Fjoostdevalk\";s:3:\"src\";s:59:\"http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:19:\"Subscribe with ODEO\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:85:\"http://odeo.com/listen/subscribe?feed=http%3A%2F%2Ffeeds.feedburner.com%2Fjoostdevalk\";s:3:\"src\";s:43:\"http://odeo.com/img/badge-channel-black.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:21:\"Subscribe with Google\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:84:\"http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2Fjoostdevalk\";s:3:\"src\";s:51:\"http://buttons.googlesyndication.com/fusion/add.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"browserFriendly\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"This is the combined feed for Yoast.com and the WordPress podcast. Subscribe now to get WordPress & Magento tips & tricks, helping you optimize your site for speed, search engines and conversion!\";s:7:\"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:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"mLW3LOJbz6D4NpZOIop5hG4hIlU\";s:13:\"last-modified\";s:29:\"Sat, 07 Apr 2012 18:30:37 GMT\";s:4:\"date\";s:29:\"Sat, 07 Apr 2012 20:21:56 GMT\";s:7:\"expires\";s:29:\"Sat, 07 Apr 2012 20:21:56 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'),(1092,0,'_site_transient_timeout_browser_2ac1e2b909b046c589806820b80b9b09','1333105043','yes'),(1093,0,'_site_transient_browser_2ac1e2b909b046c589806820b80b9b09','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"17.0.963.83\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1535,0,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1333873319','no'),(1536,0,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1333830119','no'),(1533,0,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1333873319','no'),(1534,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:\"Thu, 05 Apr 2012 02:07: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: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/?v=3.4-beta1\";s:7:\"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: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:20:\"WordPress 3.4 Beta 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2012/04/wordpress-3-4-beta-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2012/04/wordpress-3-4-beta-1/#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:\"Thu, 05 Apr 2012 02:07: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: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=2250\";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:\"WordPress 3.4 is ready for beta testers! As always, this is software still in development and we don’t recommend that you run it on a production site — set up a test site just to play with the new version. If you break it (find a bug), please report it, and if you’re a developer, try to [...]\";s: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:2490:\"<p>WordPress 3.4 is ready for beta testers!</p>\n<p>As always, this is software still in development and <strong>we don’t recommend that you run it on a production site</strong> — set up a test site just to play with the new version. If you break it (find a bug), please report it, and if you’re a developer, try to help us fix it.</p>\n<p>If all goes well, we hope to release WordPress 3.4 in May. The more help we get with testing and fixing bugs, the sooner we will be able to release the final version. If you want to be a beta tester, you should check out the Codex article on <a title=\"Reporting Bugs for WordPress\" href=\"http://codex.wordpress.org/Reporting_Bugs\">how to report bugs</a>.</p>\n<p>Here’s some of what’s new:</p>\n<ul>\n<li>Theme Customizer with Previewer</li>\n<li>Flexible Custom Header Sizes</li>\n<li>Selecting Custom Header and Background Images from Media Library</li>\n<li>Better experience searching for and choosing a theme</li>\n</ul>\n<p>And some of the under-the-hood changes:</p>\n<ul>\n<li>New XML-RPC API for external and mobile applications</li>\n<li>New API for registering theme support for custom headers and backgrounds</li>\n<li>Performance improvements to WP_Query by splitting the query (Please test!)</li>\n<li>Internationalization improvements (improved performance and locale support)</li>\n<li>Performance and API improvements when working with lists of installed themes</li>\n<li>Support for installing child themes from the WordPress Themes Directory</li>\n</ul>\n<p>Remember, if you find something you think is a bug, report it! You can bring it up in the <a title=\"Alpha/Beta Support Forum\" href=\"http://wordpress.org/support/forum/alphabeta\">alpha/beta forum</a>, you can email it to the <a title=\"WP-testers mailing list info page\" href=\"http://lists.automattic.com/mailman/listinfo/wp-testers\">wp-testers list</a>, or if you’ve confirmed that other people are experiencing the same bug, you can report it on the <a title=\"WordPress Core Trac\" href=\"http://core.trac.wordpress.org/\">WordPress Core Trac</a>. (We recommend starting in the forum or on the mailing list.)</p>\n<p>Theme and plugin authors, if you haven’t been following the 3.4 development cycle, <strong>please start now</strong> so that you can update your themes and plugins to be compatible with the newest version of WordPress.</p>\n<p><a title=\"Download WordPress 3.4 Beta 1\" href=\"http://wordpress.org/wordpress-3.4-beta1.zip\">Download WordPress 3.4 Beta 1</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:60:\"http://wordpress.org/news/2012/04/wordpress-3-4-beta-1/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: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:26:\"WordPress Takes SXSW 2012!\";s:7:\"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/2012/03/wordpress-takes-sxsw-2012/\";s: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/2012/03/wordpress-takes-sxsw-2012/#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:\"Tue, 06 Mar 2012 16:19:55 +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: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:6:\"Events\";s:7:\"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=2240\";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:327:\"The South by Southwest Interactive Festival (SXSW) holds a special place in the history and heart of WordPress. Though the conference has changed in the years since I first met Matt in the hallway in 2003 &#8212; before WordPress even had a name &#8212; it&#8217;s still arguably one of the most influential events in our [...]\";s: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:3437:\"<p>The <a href=\"http://sxsw.com/interactive\">South by Southwest Interactive Festival</a> (SXSW) holds a special place in the history and heart of WordPress. Though the conference has changed in the years since I first met Matt in the hallway in 2003 &#8212; before WordPress even had a name &#8212; it&#8217;s still arguably one of the most influential events in our industry, and we&#8217;ll be there again this year. Will we see you there?</p>\n<h3>Booth</h3>\n<p>There will be a <a href=\"http://wordpress.org/news/sxsw2012/booth/\">WordPress booth at the SXSW trade show</a> March 12-15. Our booth was packed to overflowing last year as we helped people with their blogs and gave away WordPress swag, so this year we&#8217;ll have more space to meet as many of you as possible. Stop by if you need a helping hand with your site, or just to say hi. We&#8217;ll also have buttons, stickers, and t-shirts again this year.</p>\n<h3>Party</h3>\n<p>This year&#8217;s <a href=\"http://wordpress.org/news/sxsw2012/\">WordPress party</a> will be hosted by the <a href=\"http://wordpressfoundation.org\">WordPress Foundation</a> on Monday, March 12 from 6-9pm. Space is limited, so make sure you <a href=\"http://wordpress.org/news/sxsw2012/\">RSVP</a> (no SXSW badge is required). The party this year will be at the <a href=\"http://www.purevolume.com/thehouse/\">Buzzmedia Pure Volume House</a>, and the story of how we hooked up with them is pretty cool.</p>\n<blockquote><p>Once upon a time, David Wang had a business called Buzzmedia in Malaysia, with the twitter username @buzzmedia. When David changed gears and started <a href=\"http://clickwp.com/\">ClickWP</a>, a WordPress support business, he stopped going by the Buzzmedia name. In the U.S., a company also called Buzzmedia wished it had that Twitter username, and asked if they could have it since David wasn&#8217;t going to use it anymore.</p>\n<p>David, feeling the WordPress community love, said he would give them the name, and suggested they do something in return for the WordPress Foundation. So, everyone talked to everyone else and it worked out that Buzzmedia was willing to donate a fantastic venue for this year&#8217;s party as well as covering the bar.</p>\n<p>In the end, the Foundation got a great SXSW party, Buzzmedia got their twitter username, and David got the warm glow of having used his power for the good of the WordPress community, and they all lived happily ever after.</p></blockquote>\n<p>Seriously, though, the PureVolume House is always a great SXSW venue, so thank you David and Buzzmedia for your generosity! We&#8217;ll have drinks and snacks and a few hundred WordPress-loving partygoers, so you know it will be a good time. Kind of like a WordCamp afterparty without all the work of a WordCamp. <img src=\'http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' /> </p>\n<p>The venue can hold 500 people, and based on last year, we&#8217;ll hit that pretty quickly. The one requirement is that you use WordPress. On the RSVP form, you will be asked to enter the URL of your WordPress-powered site (if you have more than one, just pick your main site). If you fill in this field with something other than what&#8217;s requested (such as &#8220;N/A&#8221; or putting in a fake url) your RSVP may be deleted, so please make sure to enter your real site.<br />\n<a href=\"http://wordpress.org/news/sxsw2012/\"> RSVP Now</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:65:\"http://wordpress.org/news/2012/03/wordpress-takes-sxsw-2012/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: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:18:\"Year of the Meetup\";s:7:\"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:53:\"http://wordpress.org/news/2012/01/year-of-the-meetup/\";s: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:62:\"http://wordpress.org/news/2012/01/year-of-the-meetup/#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:\"Fri, 27 Jan 2012 20:17: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: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=2210\";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:456:\"We hereby declare 2012 as the Year of the WordPress Meetup. You\'ll want to get in on this action. So what is a WordPress Meetup? Basically, it\'s people in a community getting together &#8212; meeting up &#8212; who share an interest in WordPress, whether they be bloggers, business users, developers, consultants, or any other category of person able to say, \"I use WordPress in some way and I like it, and I want to meet other people who can say the same.\";s: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:6300:\"<p>We hereby declare 2012 as the Year of the WordPress Meetup. You&#8217;ll want to get in on this action.</p>\n<blockquote><p><strong>meet&middot;up</strong> \\<strong>m&#275;t</strong>-&#601;p\\ <em>noun</em><br />\nA meeting, especially a regular meeting of people who share a particular interest and have connected with each other through a social-networking Web site: <em>a meetup for new moms in the neighborhood; a meetup to plan the trip; a meetup for WordPress users.</em><sup>1</sup></p></blockquote>\n<p>So what is a <em>WordPress Meetup</em>? Basically, it&#8217;s people in a community getting together &#8212; meeting up &#8212; who share an interest in WordPress, whether they be bloggers, business users, developers, consultants, or any other category of person able to say, &#8220;I use WordPress in some way and I like it, and I want to meet other people who can say the same.&#8221; Meetups come in different shapes and sizes, but they all carry the benefit of connecting you with potential collaborators and friends, and helping you learn more about what you can do with WordPress. Here are some of the common types of WordPress meetups:</p>\n<ul>\n<li>Hang out and work on your WordPress sites together</li>\n<li>Social/happy hour type gatherings</li>\n<li>Mini-lectures/presentations</li>\n<li>Developer hacking meetups</li>\n<li>Show &amp; tell of how group members are using WordPress</li>\n<li>Formal instruction on how to use WordPress</li>\n<li>Lecture series (possibly with visiting speakers)</li>\n<li>Genius bar/help desk</li>\n</ul>\n<p>There&#8217;s no prescribed format, as each local group can decide for itself what they want to do. Some groups mix it up from month to month, while others have multiple events each month to satisfy the needs of their community.</p>\n<p>The tough part? Running a popular group takes time and money. Just as we worked last year to remove the financial burden for <a href=\"http://wordcamp.org\">WordCamp</a> organizers and provide logistical support so they could focus more on their event content and experience, we want to start extending that kind of support to meetup groups as well. We don&#8217;t want it to cost anything for someone to run a WordPress meetup, or to attend one &#8212; building local communities should be as free as WordPress itself!</p>\n<p>Since there are so many more meetups than there are WordCamps, we&#8217;re going to start with the cost that is the same for every group: meetup.com organizer dues. We&#8217;re setting up an official WordPress account on <a href=\"http://Meetup.com\">Meetup.com</a> right now, and over the next couple of weeks will be working with existing meetup group organizers, people who want to start a new meetup group, and the helpful folks at Meetup.com to put this program in place. WordPress meetup groups that choose to have their group become part of the WordPress account will no longer pay organizer dues for that group, as the <a href=\"http://wordpressfoundation.org\">WordPress Foundation</a> will be footing the bill.</p>\n<p>This is exciting for several reasons. First, it means local organizers who are giving something back to the project by way of their time won&#8217;t also have shell out $12-19/month for the privilege. That alone is a big step. Second, it will open the door to more events and leaders within a community, since leadership and event planning won&#8217;t need to be tied to &#8220;owning&#8221; the meetup group. Third, more active meetup groups means more WordCamps, yay!</p>\n<p>In addition to the financial aspects, we&#8217;ll be working on ways to improve social recognition of meetup activity by incorporating feeds from the official meetup groups into the WordPress.org site, and including meetup group participation in the activity stream on your <a href=\"http://profiles.wordpress.org/\">WordPress.org profile</a>.<sup>2</sup> I&#8217;m also hoping we can do something around providing video equipment to meetup groups (like we already do for WordCamps) to record presentations and tutorials that can be posted to <a href=\"http://WordPress.tv\">WordPress.tv</a>, helping meetup groups offer WordPress classes in their community, and getting involved with mentoring WordPress clubs at local schools and universities. Oh, and we&#8217;ll send out some WordPress buttons and stickers to the groups that join in, because everyone loves buttons and stickers.</p>\n<p>We&#8217;re also putting together some cool resources for people who want to start a new meetup group. There will be a field guide to getting started and some supplies to help you get your group going, and a forum for organizers to talk to and learn from each other.</p>\n<p>Over time, we&#8217;ll be talking to organizers and looking at what other expenses we can absorb and what other support we can provide to local groups. For now, we&#8217;re starting with the organizer dues. If you currently run a WordPress meetup group (whether you are using Meetup.com or not) or would like to start a WordPress meetup group in your area, please fill out our <a href=\"http://wordpressdotorg.polldaddy.com/s/wordpress-meetup-groups\">WordPress Meetup Groups survey</a>. Filling in the survey doesn&#8217;t obligate you to join the official group, it just gives us a starting point to a) find out what groups are around/interested, and b) get some information on existing groups and their expenses and needs. Meetup.com will contact the group organizers who&#8217;ve said they&#8217;d like to join the new program, and will walk them through the logistics of the change and answer questions before helping them to opt-in officially.</p>\n<p>So, if you currently run a WordPress meetup group, or you would like to start one, please  fill out our <a href=\"http://wordpressdotorg.polldaddy.com/s/wordpress-meetup-groups\">WordPress Meetup Groups survey</a>. I can&#8217;t wait to see more meetups!</p>\n<p><strong>1</strong> &#8211; Adapted from <a href=\"http://dictionary.reference.com/browse/meetup\">&#8220;meetup&#8221; definition at dictionary.com</a>.<br />\n<strong>2</strong> &#8211; Didn&#8217;t know about profiles? Check out http://profiles.wordpress.org/users/yourwordpressdotorgusernamehere (put in the username you use in the WordPress.org forums) to see yours!</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:58:\"http://wordpress.org/news/2012/01/year-of-the-meetup/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:35:\"Internet Blackout Day on January 18\";s:7:\"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/news/2012/01/internet-blackout/\";s: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:61:\"http://wordpress.org/news/2012/01/internet-blackout/#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:\"Tue, 17 Jan 2012 23:18:58 +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=2199\";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:314:\"WordPress.org is officially joining the protest against Senate Bill 968: the Protect IP Act that is coming before the U.S. Senate next week. As I wrote in my post a week ago, if this bill is passed it will jeopardize internet freedom and shift the power of the independent web into the hands of corporations. [...]\";s: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:1752:\"<p>WordPress.org is officially joining the <a href=\"http://sopastrike.com/\">protest against Senate Bill 968: the Protect IP Act</a> that is coming before the U.S. Senate next week. As I wrote in <a title=\"Help Stop SOPA/PIPA\" href=\"http://wordpress.org/news/2012/01/help-stop-sopa-pipa/\">my post a week ago</a>, if this bill is passed it will jeopardize internet freedom and shift the power of the independent web into the hands of corporations. We must stop it.</p>\n<p>On January 18, 2012 many sites around the web &#8212; from small personal blogs to internet institutions like <a href=\"http://Mozilla.org\">Mozilla</a>, <a href=\"http://en.wikipedia.org/wiki/Wikipedia:SOPA_initiative/Action\">Wikipedia</a>, <a href=\"http://blog.reddit.com/2012/01/stopped-they-must-be-on-this-all.html\">reddit</a>, and <a href=\"https://twitter.com/#!/benhuh/status/157538541155516416\">I Can Has Cheezburger?</a> &#8211; will be going dark in protest and to drive their visitors to sites like <a href=\"http://americancensorship.org\">americancensorship.org</a> to take action and help fight the passage of the Protect IP Act. So will WordPress.org.</p>\n<p>If you want to join the protest by blacking out your WordPress site or applying a ribbon, there is now a variety of <a href=\"http://wordpress.org/extend/plugins/tags/sopa\">blackout plugins in the WordPress.org plugins directory</a>. While joining the protest in this manner is laudable, please don&#8217;t forget to also make those phone calls to U.S. Senators &#8212; they&#8217;re the ones with the voting power.</p>\n<ul>\n<li><a href=\"http://wordpress.org/extend/plugins/tags/sopa\">Get a protest plugin</a></li>\n<li><a href=\"http://americancensorship.org\">Take action at americancensorship.org</a></li>\n</ul>\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:57:\"http://wordpress.org/news/2012/01/internet-blackout/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: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:19:\"Help Stop SOPA/PIPA\";s:7:\"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/news/2012/01/help-stop-sopa-pipa/\";s: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:63:\"http://wordpress.org/news/2012/01/help-stop-sopa-pipa/#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:\"Tue, 10 Jan 2012 19:18: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: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=2191\";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:298:\"You are an agent of change. Has anyone ever told you that? Well, I just did, and I meant it. Normally we stay away from from politics here at the official WordPress project &#8212; having users from all over the globe that span the political spectrum is evidence that we are doing our job and [...]\";s: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:4305:\"<p>You are an agent of change. Has anyone ever told you that? Well, I just did, and I meant it.</p>\n<p>Normally we stay away from from politics here at the official WordPress project &#8212; having users from all over the globe that span the political spectrum is evidence that we are doing our job and democratizing publishing, and we don&#8217;t want to alienate any of our users no matter how much some of us may disagree with some of them personally. Today, I&#8217;m breaking our no-politics rule, because <a href=\"http://americancensorship.org/\">there&#8217;s something going on</a> in U.S. politics right now that we need to make sure you know about and understand, because it affects us all.</p>\n<p>Using WordPress to blog, to publish, to communicate things online that once upon a time would have been relegated to an unread private journal (or simply remained unspoken, uncreated, unshared) makes <strong>you</strong> a part of one of the biggest changes in modern history: the democratization of publishing and the independent web. Every time you click Publish, you are a part of that change, whether you are posting canny political insight or a cat that makes you LOL. How would you feel if the web stopped being so free and independent? I&#8217;m <del>concerned</del> freaked right the heck out about the bills that threaten to do this, and as a participant in one of the biggest changes in modern history, you should be, too.</p>\n<p>You may have heard people talking/blogging/twittering about SOPA &#8212; the Stop Online Piracy Act. The recent <a href=\"http://godaddyboycott.org/\">SOPA-related boycott of GoDaddy</a> was all over the news, with many people expressing their outrage over the possibilities of SOPA, but when I ask people about SOPA and its sister bill in the Senate, PIPA (Protect IP Act), many don&#8217;t really know what the bills propose, or what we stand to lose. If you are not freaked out by SOPA/PIPA, please: for the next four minutes, instead of checking Facebook statuses, seeing who mentioned you on Twitter, or watching the latest episode of Sherlock*, watch this video (by <a href=\"http://fightforthefuture.org/\">Fight for the Future</a>).</p>\n<p>    <iframe src=\"http://player.vimeo.com/video/31100268\" width=\"600\" height=\"338\" frameborder=\"0\" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>\n<p>Some thoughts:</p>\n<ul>\n<li>In the U.S. our legal system maintains that the burden of proof is on the accuser, and that people are innocent until proven guilty. This tenet seems to be on the chopping block when it comes to the web if these bills pass, as companies could shut down sites based on accusation alone.</li>\n<li>Laws are not like lines of PHP; they are not easily reverted if someone wakes up and realizes there is a better way to do things. We should not be so quick to codify something this far-reaching.</li>\n<li>The people writing these laws are not the people writing the independent web, and they are not out to protect it. We have to stand up for it ourselves.</li>\n</ul>\n<p>Blogging is a form of activism. You can be an agent of change. Some people will tell you that taking action is useless, that online petitions, phone calls to representatives, and other actions won&#8217;t change a single mind, especially one that&#8217;s been convinced of something by lobbyist dollars. To those people, I repeat the words of Margaret Mead:</p>\n<blockquote><p>Never doubt that a small group of thoughtful, committed citizens can change the world. Indeed, it is the only thing that ever has.</p></blockquote>\n<p>We are not a small group. More than 60 million people use WordPress &#8212; it&#8217;s said to power <a href=\"http://w3techs.com/technologies/overview/content_management/all\">about 15% of the web</a>. We can make an impact, and you can be an agent of change. Go to <a href=\"http://americancensorship.org/\">Stop American Censorship</a> for more information and a bunch of ways you can take action quickly, easily, and painlessly. The Senate votes in two weeks, and we need to help at least 41 more senators see reason before then. Please. <a href=\"http://americancensorship.org/\">Make your voice heard</a>.</p>\n<p><em>*Yes, the latest episode of Sherlock is good. Stephen Moffatt + Russell Tovey = always good</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:59:\"http://wordpress.org/news/2012/01/help-stop-sopa-pipa/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:48:\"WordPress 3.3.1 Security and Maintenance Release\";s:7:\"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/2012/01/wordpress-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2012/01/wordpress-3-3-1/#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:\"Tue, 03 Jan 2012 21:24: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: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:50:\"http://wordpress.org/news/2012/01/wordpress-3-3-1/\";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:358:\"WordPress 3.3.1 is now available. This maintenance release fixes 15 issues with WordPress 3.3, as well as a fix for a cross-site scripting vulnerability that affected version 3.3. Thanks to Joshua H., Hoang T., Stefan Zimmerman, Chris K., and the Go Daddy security team for responsibly disclosing the bug to our security team. Download 3.3.1 or visit [...]\";s: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:\"Ryan Boren\";s: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:603:\"<p>WordPress 3.3.1 is now available. This maintenance release fixes <a href=\"http://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=3.3.1&amp;group=resolution&amp;order=priority\">15 issues</a> with WordPress 3.3, as well as a fix for a cross-site scripting vulnerability that affected version 3.3. Thanks to Joshua H., Hoang T., Stefan Zimmerman, Chris K., and the Go Daddy security team for responsibly disclosing the bug to our security team.</p>\n<p><a href=\"http://wordpress.org/download/\">Download 3.3.1</a> or visit Dashboard &rarr; Updates in your site admin.</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/2012/01/wordpress-3-3-1/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: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:25:\"WordPress 3.3 “Sonny”\";s:7:\"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:40:\"http://wordpress.org/news/2011/12/sonny/\";s: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:49:\"http://wordpress.org/news/2011/12/sonny/#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, 12 Dec 2011 22:58: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: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=2135\";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:382:\"The latest and greatest version of the WordPress software &#8212; 3.3, named &#8220;Sonny&#8221; in honor of the great jazz saxophonist Sonny Stitt &#8212; is immediately available for download or update inside your WordPress dashboard. WordPress has had over 65 million downloads since version 3.0 was released, and in this third major iteration we&#8217;ve added significant [...]\";s: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:17122:\"<p>The latest and greatest version of the WordPress software &#8212; 3.3, named &#8220;Sonny&#8221; in honor of the great jazz saxophonist Sonny Stitt &#8212; is <a href=\"http://wordpress.org/download/\">immediately available for download</a> or update inside your WordPress dashboard.</p>\n<p>WordPress has had over 65 million downloads since version 3.0 was released, and in this third major iteration we&#8217;ve added significant polish around the new user experience, navigation, uploading, and imports. Check out this short video that summarizes the things we think you&#8217;ll find are the cat&#8217;s pajamas:</p>\n<div id=\"v-I7NAw9Zk-1\" class=\"video-player\"><embed id=\"v-I7NAw9Zk-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.03&amp;guid=I7NAw9Zk&amp;isDynamicSeeking=true\" type=\"application/x-shockwave-flash\" width=\"692\" height=\"388\" title=\"Introducing WordPress 3.3 &quot;Sonny&quot;\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div>\n<h3>For Users</h3>\n<p>Experienced users will appreciate the new <strong>drag-and-drop uploader</strong>, hover menus for the navigation, the new toolbar, improved co-editing support, and the new Tumblr importer. We&#8217;ve also been thinking a ton about what the WordPress experience is like for people completely new to the software. Version 3.3 has significant improvements there with<strong> pointer tips</strong> for new features included in each update, a friendly welcome message for first-time users, and revamped help tabs throughout the interface. Finally we&#8217;ve improved the dashboard experience on the iPad and other tablets with better touch support.</p>\n<h3>For Developers</h3>\n<p>There is a ton of candy for developers as well. I&#8217;d recommend starting your exploration with the <a href=\"http://codex.wordpress.org/Function_Reference/wp_editor\">new editor API</a>, new jQuery version, better ways to hook into the help screens, more performant post-slug-only permalinks, and of course the entire list of improvements <a href=\"http://codex.wordpress.org/Version_3.3\">on the Codex</a> and <a href=\"http://core.trac.wordpress.org/milestone/3.3\">in Trac</a>.</p>\n<h3>Roll the Credits</h3>\n<p>The Credits tab on the new About WordPress screen in the WordPress dashboard provides recognition for contributors to each release, but we like to thank them here as well.</p>\n<p><a href=\"http://profiles.wordpress.org/users/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"http://profiles.wordpress.org/users/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/users/adambackstrom\">Adam Backstrom</a>, <a href=\"http://profiles.wordpress.org/users/kawauso\">Adam Harley</a>, <a href=\"http://profiles.wordpress.org/users/xknown\">Alex Concha</a>, <a href=\"http://profiles.wordpress.org/users/alexkingorg\">Alex King</a>, <a href=\"http://profiles.wordpress.org/users/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"http://profiles.wordpress.org/users/amereservant\">amereservant</a>, <a href=\"http://profiles.wordpress.org/users/ampt\">ampt</a>, <a href=\"http://profiles.wordpress.org/users/lordandrei\">Andrei Freeman</a>, <a href=\"http://profiles.wordpress.org/users/arena\">Andre Renaut</a>, <a href=\"http://profiles.wordpress.org/users/andrewfrazier\">andrewfrazier</a>, <a href=\"http://profiles.wordpress.org/users/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/users/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/users/andrewryno\">Andrew Ryno</a>, <a href=\"http://profiles.wordpress.org/users/andy\">Andy Skelton</a>, <a href=\"http://profiles.wordpress.org/users/lumination\">Anthony Atkinson</a>, <a href=\"http://profiles.wordpress.org/users/filosofo\">Austin Matzko</a>, <a href=\"http://profiles.wordpress.org/users/simek\">Bartosz Kaszubowski</a>, <a href=\"http://profiles.wordpress.org/users/benbalter\">Benjamin J. Balter</a>, <a href=\"http://profiles.wordpress.org/users/brandondove\">Brandon Dove</a>, <a href=\"http://profiles.wordpress.org/users/carlospaulino\">carlospaulino</a>, <a href=\"http://profiles.wordpress.org/users/caspie\">Caspie</a>, <a href=\"http://profiles.wordpress.org/users/cebradesign\">cebradesign</a>, <a href=\"http://profiles.wordpress.org/users/chexee\">Chelsea Otakan</a>, <a href=\"http://profiles.wordpress.org/users/chipbennett\">Chip Bennett</a>, <a href=\"http://profiles.wordpress.org/users/chrisbliss18\">Chris Jean</a>, <a href=\"http://profiles.wordpress.org/users/coenjacobs\">Coen Jacobs</a>, <a href=\"http://profiles.wordpress.org/users/cgrymala\">Curtiss Grymala</a>, <a href=\"http://profiles.wordpress.org/users/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"http://profiles.wordpress.org/users/koopersmith\">Daryl Koopersmith</a>, <a href=\"http://profiles.wordpress.org/users/dllh\">Daryl L. L. Houston</a>, <a href=\"http://profiles.wordpress.org/users/davecpage\">David</a>, <a href=\"http://profiles.wordpress.org/users/dcowgill\">David Cowgill</a>, <a href=\"http://profiles.wordpress.org/users/dgwyer\">David Gwyer</a>, <a href=\"http://profiles.wordpress.org/users/damst\">Da^MsT</a>, <a href=\"http://profiles.wordpress.org/users/deltafactory\">deltafactory</a>, <a href=\"http://profiles.wordpress.org/users/demetris\">demetris</a>, <a href=\"http://profiles.wordpress.org/users/valendesigns\">Derek Herman</a>, <a href=\"http://profiles.wordpress.org/users/devinreams\">Devin Reams</a>, <a href=\"http://profiles.wordpress.org/users/adeptris\">Digital Raindrops</a>, <a href=\"http://profiles.wordpress.org/users/dd32\">Dion Hulse (@dd32)</a>, <a href=\"http://profiles.wordpress.org/users/ocean90\">Dominik Schilling (ocean90)</a>, <a href=\"http://profiles.wordpress.org/users/dougwrites\">Doug Provencio</a>, <a href=\"http://profiles.wordpress.org/users/dragoonis\">dragoonis</a>, <a href=\"http://profiles.wordpress.org/users/drewapicture\">DrewAPicture</a>, <a href=\"http://profiles.wordpress.org/users/cyberhobo\">Dylan Kuhn</a>, <a href=\"http://profiles.wordpress.org/users/eduplessis\">eduplessis</a>, <a href=\"http://profiles.wordpress.org/users/eightamrock\">Eightamrock</a>, <a href=\"http://profiles.wordpress.org/users/eko-fr\">eko-fr</a>, <a href=\"http://profiles.wordpress.org/users/elpie\">Elpie</a>, <a href=\"http://profiles.wordpress.org/users/elyobo\">elyobo</a>, <a href=\"http://profiles.wordpress.org/users/empireoflight\">Empireoflight</a>, <a href=\"http://profiles.wordpress.org/users/ethitter\">Erick Hitter</a>, <a href=\"http://profiles.wordpress.org/users/ericmann\">Eric Mann</a>, <a href=\"http://profiles.wordpress.org/users/ejdanderson\">Evan Anderson</a>, <a href=\"http://profiles.wordpress.org/users/evansolomon\">Evan Solomon</a>, <a href=\"http://profiles.wordpress.org/users/fonglh\">fonglh</a>, <a href=\"http://profiles.wordpress.org/users/garyc40\">garyc40</a>, <a href=\"http://profiles.wordpress.org/users/garyj\">Gary Jones</a>, <a href=\"http://profiles.wordpress.org/users/logiclord\">Gaurav Aggarwal</a>, <a href=\"http://profiles.wordpress.org/users/georgestephanis\">George Stephanis</a>, <a href=\"http://profiles.wordpress.org/users/goldenapples\">goldenapples</a>, <a href=\"http://profiles.wordpress.org/users/goto10\">goto10</a>, <a href=\"http://profiles.wordpress.org/users/hakre\">hakre</a>, <a href=\"http://profiles.wordpress.org/users/helenyhou\">Helen Hou-Sandi</a>, <a href=\"http://profiles.wordpress.org/users/iandstewart\">Ian Stewart</a>, <a href=\"http://profiles.wordpress.org/users/ipstenu\">Ipstenu</a>, <a href=\"http://profiles.wordpress.org/users/madjax\">Jackson</a>, <a href=\"http://profiles.wordpress.org/users/jacobwg\">Jacob Gillespie</a>, <a href=\"http://profiles.wordpress.org/users/jakemgold\">Jake Goldman</a>, <a href=\"http://profiles.wordpress.org/users/jamescollins\">James Collins</a>, <a href=\"http://profiles.wordpress.org/users/jane\">Jane Wells</a>, <a href=\"http://profiles.wordpress.org/users/jeremyclarke\">jeremyclarke</a>, <a href=\"http://profiles.wordpress.org/users/jayjdk\">Jesper Johansen (Jayjdk)</a>, <a href=\"http://profiles.wordpress.org/users/jgadbois\">jgadbois</a>, <a href=\"http://profiles.wordpress.org/users/jick\">Jick</a>, <a href=\"http://profiles.wordpress.org/users/joehoyle\">Joe Hoyle</a>, <a href=\"http://profiles.wordpress.org/users/johnbillion\">John Blackbourn</a>, <a href=\"http://profiles.wordpress.org/users/vegasgeek\">John Hawkins</a>, <a href=\"http://profiles.wordpress.org/users/johnjamesjacoby\">John James Jacoby</a>, <a href=\"http://profiles.wordpress.org/users/johnonolan\">JohnONolan</a>, <a href=\"http://profiles.wordpress.org/users/johnpbloch\">John P. Bloch</a>, <a href=\"http://profiles.wordpress.org/users/duck_\">Jon Cave</a>, <a href=\"http://profiles.wordpress.org/users/koke\">Jorge Bernal</a>, <a href=\"http://profiles.wordpress.org/users/josephscott\">Joseph Scott</a>, <a href=\"http://profiles.wordpress.org/users/jtclarke\">jtclarke</a>, <a href=\"http://profiles.wordpress.org/users/yuraz\">Jurica Zuanovic</a>, <a href=\"http://profiles.wordpress.org/users/justindgivens\">Justin Givens</a>, <a href=\"http://profiles.wordpress.org/users/justinsainton\">Justin Sainton</a>, <a href=\"http://profiles.wordpress.org/users/trepmal\">Kailey Lampert (trepmal)</a>, <a href=\"http://profiles.wordpress.org/users/kevinb\">kevinB</a>, <a href=\"http://profiles.wordpress.org/users/kitchin\">kitchin</a>, <a href=\"http://profiles.wordpress.org/users/kovshenin\">Konstantin Kovshenin</a>, <a href=\"http://profiles.wordpress.org/users/tenpura\">Kuraishi</a>, <a href=\"http://profiles.wordpress.org/users/kurtpayne\">Kurt Payne</a>, <a href=\"http://profiles.wordpress.org/users/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/users/latz\">Latz</a>, <a href=\"http://profiles.wordpress.org/users/linuxologos\">linuxologos</a>, <a href=\"http://profiles.wordpress.org/users/lloydbudd\">Lloyd Budd</a>, <a href=\"http://profiles.wordpress.org/users/ldebrouwer\">Luc De Brouwer</a>, <a href=\"http://profiles.wordpress.org/users/lukeschlather\">lukeschlather</a>, <a href=\"http://profiles.wordpress.org/users/mako09\">Mako</a>, <a href=\"http://profiles.wordpress.org/users/settle\">Mantas Malcius</a>, <a href=\"http://profiles.wordpress.org/users/marcuspope\">MarcusPope</a>, <a href=\"http://profiles.wordpress.org/users/mark-k\">mark-k</a>, <a href=\"http://profiles.wordpress.org/users/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/users/markmcwilliams\">Mark McWilliams</a>, <a href=\"http://profiles.wordpress.org/users/markoheijnen\">Marko Heijnen</a>, <a href=\"http://profiles.wordpress.org/users/tfnab\">Martin Lormes</a>, <a href=\"http://profiles.wordpress.org/users/masonjames\">masonjames</a>, <a href=\"http://profiles.wordpress.org/users/matveb\">Matias Ventura</a>, <a href=\"http://profiles.wordpress.org/users/matt\">Matt Mullenweg</a>, <a href=\"http://profiles.wordpress.org/users/iammattthomas\">Matt Thomas</a>, <a href=\"http://profiles.wordpress.org/users/mattwiebe\">Matt Wiebe</a>, <a href=\"http://profiles.wordpress.org/users/mattyrob\">MattyRob</a>, <a href=\"http://profiles.wordpress.org/users/merty\">Mert Yazicioglu</a>, <a href=\"http://profiles.wordpress.org/users/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"http://profiles.wordpress.org/users/mfields\">Michael Fields</a>, <a href=\"http://profiles.wordpress.org/users/mau\">Michal &#8220;Mau&#8221; Pliska</a>, <a href=\"http://profiles.wordpress.org/users/mbijon\">Mike Bijon</a>, <a href=\"http://profiles.wordpress.org/users/dh-shredder\">Mike Schroder</a>, <a href=\"http://profiles.wordpress.org/users/dimadin\">Milan Dinic</a>, <a href=\"http://profiles.wordpress.org/users/mitchoyoshitaka\">mitchoyoshitaka</a>, <a href=\"http://profiles.wordpress.org/users/batmoo\">Mohammad Jangda</a>, <a href=\"http://profiles.wordpress.org/users/mhauan\">Morten Hauan</a>, <a href=\"http://profiles.wordpress.org/users/usermrpapa\">Mr Papa</a>, <a href=\"http://profiles.wordpress.org/users/mrtorrent\">mrtorrent</a>, <a href=\"http://profiles.wordpress.org/users/Nao\">Naoko McCracken</a>, <a href=\"http://profiles.wordpress.org/users/natebedortha\">natebedortha</a>, <a href=\"http://profiles.wordpress.org/users/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"http://profiles.wordpress.org/users/olivm\">olivM</a>, <a href=\"http://profiles.wordpress.org/users/olleicua\">olleicua</a>, <a href=\"http://profiles.wordpress.org/users/otto42\">Otto</a>, <a href=\"http://profiles.wordpress.org/users/pagesimplify\">pagesimplify</a>, <a href=\"http://profiles.wordpress.org/users/paulhastings0\">paulhastings0</a>, <a href=\"http://profiles.wordpress.org/users/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/users/petemall\">pete.mall</a>, <a href=\"http://profiles.wordpress.org/users/westi\">Peter Westwood</a>, <a href=\"http://profiles.wordpress.org/users/peterwilsoncc\">peterwilsoncc</a>, <a href=\"http://profiles.wordpress.org/users/ppaire\">ppaire</a>, <a href=\"http://profiles.wordpress.org/users/ptahdunbar\">Ptah Dunbar</a>, <a href=\"http://profiles.wordpress.org/users/r-a-y\">r-a-y</a>, <a href=\"http://profiles.wordpress.org/users/ramiy\">Rami Y</a>, <a href=\"http://profiles.wordpress.org/users/rasheed\">Rasheed Bydousi</a>, <a href=\"http://profiles.wordpress.org/users/miqrogroove\">Robert Chapin (miqrogroove)</a>, <a href=\"http://profiles.wordpress.org/users/wpmuguru\">Ron Rennick</a>, <a href=\"http://profiles.wordpress.org/users/rosshanney\">Ross Hanney</a>, <a href=\"http://profiles.wordpress.org/users/ruslany\">ruslany</a>, <a href=\"http://profiles.wordpress.org/users/ryan\">Ryan Boren</a>, <a href=\"http://profiles.wordpress.org/users/ryanhellyer\">ryanhellyer</a>, <a href=\"http://profiles.wordpress.org/users/ryanimel\">Ryan Imel</a>, <a href=\"http://profiles.wordpress.org/users/zeo\">Safirul Alredha</a>, <a href=\"http://profiles.wordpress.org/users/solarissmoke\">Samir Shah</a>, <a href=\"http://profiles.wordpress.org/users/gluten\">Sam Margulies</a>, <a href=\"http://profiles.wordpress.org/users/saracannon\">saracannon</a>, <a href=\"http://profiles.wordpress.org/users/scottbasgaard\">Scott Basgaard</a>, <a href=\"http://profiles.wordpress.org/users/sbressler\">Scott Bressler</a>, <a href=\"http://profiles.wordpress.org/users/l3rady\">Scott Cariss</a>, <a href=\"http://profiles.wordpress.org/users/scottconnerly\">scottconnerly</a>, <a href=\"http://profiles.wordpress.org/users/coffee2code\">Scott Reilly</a>, <a href=\"http://profiles.wordpress.org/users/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/users/scribu\">scribu</a>, <a href=\"http://profiles.wordpress.org/users/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"http://profiles.wordpress.org/users/designsimply\">Sheri Bigelow</a>, <a href=\"http://profiles.wordpress.org/users/simonwheatley\">Simon Wheatley</a>, <a href=\"http://profiles.wordpress.org/users/sirzooro\">sirzooro</a>, <a href=\"http://profiles.wordpress.org/users/sillybean\">Stephanie Leary</a>, <a href=\"http://profiles.wordpress.org/users/tech163\">tech163</a>, <a href=\"http://profiles.wordpress.org/users/thedeadmedic\">TheDeadMedic</a>, <a href=\"http://profiles.wordpress.org/users/tmoorewp\">Tim Moore</a>, <a href=\"http://profiles.wordpress.org/users/tomauger\">Tom Auger</a>, <a href=\"http://profiles.wordpress.org/users/ansimation\">Travis Ballard</a>, <a href=\"http://profiles.wordpress.org/users/sorich87\">Ulrich Sossou</a>, <a href=\"http://profiles.wordpress.org/users/vnsavage\">vnsavage</a>, <a href=\"http://profiles.wordpress.org/users/wpweaver\">wpweaver</a>, <a href=\"http://profiles.wordpress.org/users/wraithkenny\">WraithKenny</a>, <a href=\"http://profiles.wordpress.org/users/yoavf\">Yoav Farhi</a>, and <a href=\"http://profiles.wordpress.org/users/vanillalounge\">Ze Fontainhas</a>.</p>\n<p>As well, we&#8217;d like to give a shout out to these users who have been particularly active <a href=\"http://wordpress.org/support/\">on the support forums</a> since the release of 3.2:</p>\n<p><a href=\"http://profiles.wordpress.org/users/alchymyth\">alchymyth</a>, <a href=\"http://profiles.wordpress.org/users/andrea_r\">Andrea_r</a>, <a href=\"http://profiles.wordpress.org/users/claytonjames\">ClaytonJames</a>, <a href=\"http://profiles.wordpress.org/users/numeeja\">cubecolour</a>, <a href=\"http://profiles.wordpress.org/users/eranmiller\">Eran Miller</a>, <a href=\"http://profiles.wordpress.org/users/esmi\">esmi</a>, <a href=\"http://profiles.wordpress.org/users/fredericktownes\">Frederick Townes</a>, <a href=\"http://profiles.wordpress.org/users/govpatel\">govpatel</a>, <a href=\"http://profiles.wordpress.org/users/ipstenu\">Ipstenu</a>, <a href=\"http://profiles.wordpress.org/users/keesiemeijer\">keesiemeijer</a>, <a href=\"http://profiles.wordpress.org/users/kmessinger\">kmessinger</a>, <a href=\"http://profiles.wordpress.org/users/netweblogic\">Marcus</a>, <a href=\"http://profiles.wordpress.org/users/otto42\">Otto</a>, <a href=\"http://profiles.wordpress.org/users/peredur\">peredur</a>, <a href=\"http://profiles.wordpress.org/users/rvoodoo\">Rev. Voodoo</a>, <a href=\"http://profiles.wordpress.org/users/samboll\">Samuel B</a>, <a href=\"http://profiles.wordpress.org/users/tobiasbg\">Tobias</a>, <a href=\"http://profiles.wordpress.org/users/vtxyzzy\">vtxyzzy</a>, and <a href=\"http://profiles.wordpress.org/users/zoonini\">zoonini</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:45:\"http://wordpress.org/news/2011/12/sonny/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: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.3 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:52:\"http://wordpress.org/news/2011/12/wordpress-3-3-rc3/\";s: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:61:\"http://wordpress.org/news/2011/12/wordpress-3-3-rc3/#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:\"Sun, 11 Dec 2011 00:27: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";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:\"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=2130\";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:364:\"The third (and hopefully final!) release candidate for WordPress 3.3 is now available. Since RC2, we&#8217;ve done a handful of last-minute tweaks and bugfixes that we felt were necessary. Our goal is to release version 3.3 early next week, so plugin and theme authors, this is your last pre-release chance to  test your plugins and themes  to find any [...]\";s: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:1726:\"<p>The third (and hopefully final!) release candidate for WordPress 3.3 is now available. Since RC2, we&#8217;ve done <a href=\"http://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=19587&amp;stop_rev=19568&amp;limit=100\">a handful of last-minute tweaks and bugfixes</a> that we felt were necessary.</p>\n<p>Our goal is to release version 3.3 early next week, so <strong>plugin and theme authors, this is your last pre-release chance to  test your plugins and themes </strong> to find any compatibility issues before the final release. We&#8217;ve published <a href=\"http://wpdevel.wordpress.com/tag/3-3-dev-notes/\">a number of posts</a> on the development blog that explain important things you need to know as you prepare for WordPress 3.3. Please review this information immediately if you have not done so already.</p>\n<p>If you think you&#8217;ve found a bug, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you&#8217;re comfortable writing a reproducible bug report, file one on <a href=\"http://core.trac.wordpress.org/\">WordPress Trac</a>. Known issues that crop up will be listed <a href=\"http://core.trac.wordpress.org/report/6\">here</a>, but let&#8217;s all keep our fingers crossed for a quiet Sunday so we can get these new features into your hands early next week!</p>\n<p><em>To test WordPress 3.3, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a> (you’ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href=\"http://wordpress.org/wordpress-3.3-RC3.zip\">download the release candidate here</a> (zip).</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:57:\"http://wordpress.org/news/2011/12/wordpress-3-3-rc3/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: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:21:\"Core Team Meetup 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:56:\"http://wordpress.org/news/2011/12/core-team-meetup-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/news/2011/12/core-team-meetup-time/#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:\"Sun, 11 Dec 2011 00:06: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: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=2127\";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:352:\"It&#8217;s almost that time again, when the WordPress core development team gets together in person to review the year&#8217;s progress and talk about priorities for the coming year. Next week Matt Mullenweg, Mark Jaquith, Peter Westwood, Andrew Ozz, Andrew Nacin, Dion Hulse, Daryl Koopersmith, Jon Cave, and I will meet at Tybee Island, GA, 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: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:2152:\"<p>It&#8217;s almost that time again, when the WordPress core development team gets together in person to review the year&#8217;s progress and talk about priorities for the coming year. Next week <a href=\"http://profiles.wordpress.org/users/matt\">Matt Mullenweg</a>, <a href=\"http://profiles.wordpress.org/users/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/users/westi\">Peter Westwood</a>, <a href=\"http://profiles.wordpress.org/users/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/users/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/users/dd32\">Dion Hulse</a>, <a href=\"http://profiles.wordpress.org/users/koopersmith\">Daryl Koopersmith</a>, <a href=\"http://profiles.wordpress.org/users/duck_\">Jon Cave</a>, and <a href=\"http://profiles.wordpress.org/users/jane\">I</a> will meet at Tybee Island, GA, the same location as the last meetup.</p>\n<p>Last year we wanted to do a video town hall, but ran into technical and scheduling difficulties. This year we&#8217;re planning ahead, and will definitely make it happen. <a title=\"Questions thread\" href=\"http://wordpress.org/support/topic/core-dev-team-meetup-qa\">We&#8217;re currently taking questions</a>, and will record a series of town hall-style videos where we answer your questions. Ask about the roadmap, code, community, contributing, WordCamps, meetups, themes, plugins, features, you name it. No topic (as long as it is about WordPress) is off limits, and we&#8217;ll do our best to answer as many questions as we can while we are together. The videos will be posted to this blog and archived at <a href=\"http://wordpress.tv\">WordPress.tv</a>.</p>\n<p>Last year the people who were in attendance also posted pictures and updates to Twitter using the <a title=\"#wptybee on Twitter\" href=\"https://twitter.com/#!/search?q=%23wptybee\">#wptybee</a> tag. We&#8217;ll use the same tag this year, so if you&#8217;re interested in following along, add it to your Twitter client as a search.</p>\n<p>What do you want to know from us? <a title=\"Questions thread\" href=\"http://wordpress.org/support/topic/core-dev-team-meetup-qa\">Ask away</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:61:\"http://wordpress.org/news/2011/12/core-team-meetup-time/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: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.3 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/12/wordpress-3-3-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/12/wordpress-3-3-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:\"Wed, 07 Dec 2011 06:26: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:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";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:\"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=2119\";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:349:\"The second release candidate for WordPress 3.3 is now available! As the first release candidate was well-received, we think we&#8217;re really close to a final release. Primarily, we&#8217;ve ensured that new toolbar (the admin bar in 3.2) has a consistent appearance across all browsers, and the API for developers is now final. You can check [...]\";s: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:2123:\"<p>The second release candidate for WordPress 3.3 is now available!</p>\n<p>As the first release candidate was well-received, we think we&#8217;re <em>really</em> close to a final release. Primarily, we&#8217;ve ensured that new toolbar (the admin bar in 3.2) has a consistent appearance across all browsers, and the API for developers is now final. You can check our bug tracker for the <a href=\"http://core.trac.wordpress.org/log/trunk?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=19567&amp;stop_rev=19531&amp;limit=100&amp;verbose=on\">complete list of changes</a>.</p>\n<p><strong>Plugin and theme authors, 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. On our development blog, we&#8217;ve published <a href=\"http://wpdevel.wordpress.com/tag/3-3-dev-notes/\">a number of posts</a> that explain important things you need to know as you prepare for WordPress 3.3.</p>\n<p>If you haven’t tested WordPress 3.3 yet, now is the time — please though, not on your live site unless you’re adventurous. Once you install RC2, you can visit About WordPress page (hover over the WordPress logo in the top left) to see an overview of what&#8217;s to come in WordPress 3.3 (and what to test, of course).</p>\n<p>If you think you&#8217;ve found a bug, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you&#8217;re comfortable writing a reproducible bug report, file one on <a href=\"http://core.trac.wordpress.org/\">WordPress Trac</a>. Known issues that crop up will be listed <a href=\"http://core.trac.wordpress.org/report/6\">here</a>.</p>\n<p>Enjoy!</p>\n<p><em>To test WordPress 3.3, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a> (you’ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href=\"http://wordpress.org/wordpress-3.3-RC2.zip\">download the release candidate here</a> (zip).</em></p>\n<p>Sometimes time slows down<br />\nbetween releases &#8211; like now<br />\nThis is RC2</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/12/wordpress-3-3-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:\"\";}}}}}}}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:\"Sat, 07 Apr 2012 20:21:59 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:\"Thu, 05 Apr 2012 02:07:03 GMT\";s:4:\"x-nc\";s:11:\"HIT luv 139\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(1547,0,'_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1333873320','no'),(1548,0,'_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1333830120','no'),(1552,0,'_transient_feed_mod_57bc725ad6568758915363af670fd8bc','1333830120','no'),(1560,0,'_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e','<h4>Most Popular</h4>\n<h5><a href=\'http://wordpress.org/extend/plugins/gtrans/\'>gtrans</a></h5>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=gtrans&amp;_wpnonce=96f3df4bf1&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'gtrans\'>Install</a>)</span>\n<p>GTranslate: Google Translate for your website</p>\n<h4>Newest Plugins</h4>\n<h5><a href=\'http://wordpress.org/extend/plugins/stopsopa-again/\'>Stop SOPA Again! Sign the Petition Widget</a></h5>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=stopsopa-again&amp;_wpnonce=f32a7a880f&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'Stop SOPA Again! Sign the Petition Widget\'>Install</a>)</span>\n<p>This Widget puts a petition form on your sidebar so that visitors can help fightforthefuture.org stop internet censorship legislation.</p>\n<h4>Recently Updated</h4>\n<h5><a href=\'http://wordpress.org/extend/plugins/plugnedit/\'>PlugNedit</a></h5>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=plugnedit&amp;_wpnonce=b171ff91cf&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'PlugNedit\'>Install</a>)</span>\n<p>PlugNedit WYSIWYG Web Page Editor, Page builder for WordPress.</p>\n','no'),(1545,0,'_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc','1333873320','no'),(1546,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:\"Sat, 07 Apr 2012 20:19: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=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:\"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: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:86:\"WordPress SEO plugin to automatically optimize your Wordpress blog for Search Engines.\";s: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: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:\"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: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: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: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: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: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:54:\"Michael Adams (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:24:\"Michael Adams (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:\"\";}}}}}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: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: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: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: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: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: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:26:\"Josh on \"Ultimate TinyMCE\"\";s:7:\"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/ultimate-tinymce/#post-32088\";s: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 Nov 2011 09:06: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:\"32088@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:84:\"Description: Beef up your visual tinymce editor with a plethora of advanced 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:4:\"Josh\";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:42:\"Vladimir Prelovac on \"SEO Friendly Images\"\";s:7:\"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:56:\"http://wordpress.org/extend/plugins/seo-image/#post-4729\";s: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 Mar 2008 15:03:25 +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:\"4729@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:121:\"SEO Friendly Images automatically adds alt and title attributes to all your images improving traffic from search engines.\";s: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:\"Vladimir Prelovac\";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:49:\"Joost de Valk 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:13:\"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:\"\";}}}}}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:19:\"kikadev on \"gtrans\"\";s:7:\"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/gtrans/#post-30417\";s: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, 22 Sep 2011 11:48: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:\"30417@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:45:\"GTranslate: Google Translate for 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:7:\"kikadev\";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:41:\"Joost de Valk on \"WordPress SEO by Yoast\"\";s:7:\"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/wordpress-seo/#post-8321\";s: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 Jan 2009 20:34: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"8321@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:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the WordPress SEO plugin by Yoast.\";s: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:\"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:\"\";}}}}}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:28:\"Lester Chan on \"WP-PageNavi\"\";s:7:\"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/wp-pagenavi/#post-363\";s: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 23:17: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"363@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:49:\"Adds a more advanced paging navigation interface.\";s: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:\"Lester Chan\";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:37:\"Jānis Elsts on \"Broken Link Checker\"\";s:7:\"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/broken-link-checker/#post-2441\";s: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, 08 Oct 2007 21:35: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:\"2441@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 will check your posts, comments and other content for broken links and missing images, and notify you if any are found.\";s: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:\"Jānis Elsts\";s: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:\"Sat, 07 Apr 2012 20:22:00 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:\"2007-03-30 20:08:18\";s:14:\"content-length\";s:4:\"7782\";s:4:\"x-nc\";s:11:\"HIT luv 138\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(1519,0,'_site_transient_timeout_browser_14786fc03d14591dcd391a20bd564fa8','1334434916','yes'),(1520,0,'_site_transient_browser_14786fc03d14591dcd391a20bd564fa8','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"8.0.1\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:0;}','yes'),(1551,0,'_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc','1333873320','no'),(1309,0,'_site_transient_timeout_browser_7472f780a94aa28dade1da7df1d28ae6','1333735083','yes'),(1310,0,'_site_transient_browser_7472f780a94aa28dade1da7df1d28ae6','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"15.0.874.120\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:0;}','yes'),(952,0,'rewrite_rules','a:74:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:39:\"index.php/comments/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([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:74:\"index.php/([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:67:\"index.php/([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:49:\"index.php/([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:66:\"index.php/([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:61:\"index.php/([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:54:\"index.php/([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:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:46:\"index.php/.+?/[^/]+.html/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"index.php/.+?/[^/]+.html/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"index.php/.+?/[^/]+.html/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"index.php/.+?/[^/]+.html/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"index.php/.+?/[^/]+.html/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"index.php/(.+?)/([^/]+).html/trackback/?$\";s:57:\"index.php?category_name=$matches[1]&name=$matches[2]&tb=1\";s:61:\"index.php/(.+?)/([^/]+).html/feed/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:56:\"index.php/(.+?)/([^/]+).html/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:49:\"index.php/(.+?)/([^/]+).html/page/?([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&paged=$matches[3]\";s:56:\"index.php/(.+?)/([^/]+).html/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&cpage=$matches[3]\";s:41:\"index.php/(.+?)/([^/]+).html(/[0-9]+)?/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&page=$matches[3]\";s:35:\"index.php/.+?/[^/]+.html/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"index.php/.+?/[^/]+.html/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"index.php/.+?/[^/]+.html/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"index.php/.+?/[^/]+.html/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"index.php/.+?/[^/]+.html/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"index.php/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"index.php/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:36:\"index.php/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:43:\"index.php/(.+?)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&cpage=$matches[2]\";s:18:\"index.php/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";}','yes'),(216,0,'sk2_core_settings','a:11:{s:13:\"mysql_updates\";a:15:{s:4:\"core\";i:4;s:21:\"sk2_user_level_plugin\";i:1;s:18:\"sk2_captcha_plugin\";i:1;s:18:\"sk2_payload_plugin\";i:1;s:21:\"sk2_javascript_plugin\";i:1;s:20:\"sk2_blacklist_plugin\";i:2;s:21:\"sk2_link_count_plugin\";i:1;s:20:\"sk2_stopwatch_plugin\";i:1;s:19:\"sk2_entities_plugin\";i:1;s:25:\"sk2_referrer_check_plugin\";i:1;s:19:\"sk2_snowball_plugin\";i:1;s:19:\"sk2_old_post_plugin\";i:1;s:14:\"sk2_rbl_plugin\";i:1;s:17:\"sk2_anubis_plugin\";i:1;s:20:\"sk2_pjw_simpledigest\";i:1;}s:15:\"version_updates\";a:15:{s:4:\"core\";i:4;s:21:\"sk2_user_level_plugin\";i:1;s:18:\"sk2_captcha_plugin\";i:1;s:18:\"sk2_payload_plugin\";i:1;s:21:\"sk2_javascript_plugin\";i:1;s:20:\"sk2_blacklist_plugin\";i:2;s:21:\"sk2_link_count_plugin\";i:1;s:20:\"sk2_stopwatch_plugin\";i:1;s:19:\"sk2_entities_plugin\";i:1;s:25:\"sk2_referrer_check_plugin\";i:1;s:19:\"sk2_snowball_plugin\";i:1;s:19:\"sk2_old_post_plugin\";i:1;s:14:\"sk2_rbl_plugin\";i:1;s:17:\"sk2_anubis_plugin\";i:1;s:20:\"sk2_pjw_simpledigest\";i:1;}s:16:\"next_news_update\";i:1329573972;s:12:\"init_install\";i:1;s:12:\"general_bias\";s:1:\"0\";s:13:\"log_threshold\";s:1:\"4\";s:12:\"max_attempts\";s:1:\"5\";s:15:\"hover_in_tables\";s:2:\"on\";s:16:\"sk2_footer_msg_0\";s:277:\"<div id=\"sk2-footer\" style=\"color:#FFF; background-color:#444; padding: 3px 2px 3px 2px; border-top: #888 solid 1px;\">This blog is protected by <a href=\"http://unknowngenius.com/blog/wordpress/spam-karma/\" title=\"SK2\">Spam Karma 2</a>. Don\'t even think about spamming it.</div>\";s:16:\"sk2_footer_msg_n\";s:379:\"<div id=\"sk2-footer\" style=\"color:#FFF; background-color:#444; padding: 3px 2px 3px 2px; border-top: #888 solid 1px;\">This blog is protected by <a href=\"http://unknowngenius.com/blog/\" title=\"Dave\">dr Dave</a>\'s <strong><a href=\"http://unknowngenius.com/blog/wordpress/spam-karma/\" title=\"SK2\">Spam Karma 2</a></strong>: <strong>{hell}</strong>  Spams eaten and counting...</div>\";s:18:\"display_sk2_footer\";b:0;}','yes'),(217,0,'sk2_plugins_settings','a:14:{s:21:\"sk2_user_level_plugin\";a:2:{s:6:\"weight\";s:3:\"1.0\";s:9:\"min_level\";s:1:\"1\";}s:18:\"sk2_payload_plugin\";a:2:{s:6:\"weight\";s:3:\"1.0\";s:11:\"secret_seed\";s:10:\"ojovwp6pop\";}s:21:\"sk2_javascript_plugin\";a:2:{s:6:\"weight\";s:3:\"1.0\";s:11:\"secret_seed\";s:10:\"4dvy4nwfgw\";}s:20:\"sk2_blacklist_plugin\";a:3:{s:6:\"weight\";s:3:\"1.0\";s:14:\"auto_blacklist\";s:3:\"-10\";s:14:\"auto_whitelist\";s:2:\"10\";}s:21:\"sk2_link_count_plugin\";a:2:{s:6:\"weight\";s:3:\"1.0\";s:14:\"too_many_links\";s:1:\"2\";}s:20:\"sk2_stopwatch_plugin\";a:3:{s:6:\"weight\";s:3:\"1.0\";s:12:\"too_too_fast\";s:1:\"3\";s:8:\"too_fast\";s:2:\"13\";}s:19:\"sk2_entities_plugin\";a:1:{s:6:\"weight\";s:3:\"1.0\";}s:25:\"sk2_referrer_check_plugin\";a:1:{s:6:\"weight\";s:3:\"1.0\";}s:19:\"sk2_snowball_plugin\";a:5:{s:6:\"weight\";s:3:\"1.0\";s:10:\"old_enough\";s:1:\"3\";s:9:\"threshold\";s:1:\"2\";s:4:\"coef\";s:1:\"3\";s:10:\"good_karma\";s:1:\"5\";}s:19:\"sk2_old_post_plugin\";a:3:{s:6:\"weight\";s:3:\"1.0\";s:8:\"old_when\";s:2:\"15\";s:12:\"still_active\";s:1:\"2\";}s:14:\"sk2_rbl_plugin\";a:6:{s:6:\"weight\";s:3:\"1.0\";s:9:\"do_submit\";s:2:\"on\";s:12:\"submit_limit\";s:2:\"-5\";s:16:\"submit_ip_target\";s:27:\"http://blbl.org/add?data=%s\";s:17:\"submit_uri_target\";s:31:\"http://blbl.org/add?data=uri:%s\";s:13:\"submit_target\";s:20:\"http://blbl.org/add2\";}s:18:\"sk2_captcha_plugin\";a:3:{s:6:\"weight\";s:3:\"1.0\";s:9:\"threshold\";s:2:\"-5\";s:10:\"expiration\";s:1:\"3\";}s:17:\"sk2_anubis_plugin\";a:4:{s:6:\"weight\";s:3:\"1.0\";s:15:\"paradise_border\";s:1:\"0\";s:16:\"purgatory_border\";s:2:\"-6\";s:19:\"tb_purgatory_border\";s:2:\"-4\";}s:20:\"sk2_pjw_simpledigest\";a:4:{s:6:\"weight\";s:3:\"1.0\";s:8:\"interval\";s:2:\"24\";s:8:\"last_run\";i:1334290513;s:16:\"digest_threshold\";s:3:\"-20\";}}','yes'),(218,0,'sk2_stats','a:2:{s:4:\"hell\";i:6;s:16:\"hell_total_karma\";d:-121.490000000000009094947017729282379150390625;}','yes'),(220,0,'wpseo_titles','a:29:{s:26:\"ignore_blog_public_warning\";s:0:\"\";s:20:\"ignore_page_comments\";s:0:\"\";s:16:\"ignore_permalink\";s:0:\"\";s:15:\"ms_defaults_set\";s:0:\"\";s:10:\"title-home\";s:12:\"%%sitename%%\";s:13:\"metadesc-home\";s:12:\"%%sitedesc%%\";s:12:\"metakey-home\";s:0:\"\";s:10:\"title-post\";s:21:\"%%title%% Hairy Girls\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"metakey-post\";s:0:\"\";s:10:\"title-page\";s:0:\"\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"metakey-page\";s:0:\"\";s:16:\"title-attachment\";s:0:\"\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"metakey-attachment\";s:0:\"\";s:14:\"title-category\";s:0:\"\";s:17:\"metadesc-category\";s:0:\"\";s:16:\"metakey-category\";s:0:\"\";s:14:\"title-post_tag\";s:0:\"\";s:17:\"metadesc-post_tag\";s:0:\"\";s:16:\"metakey-post_tag\";s:0:\"\";s:12:\"title-author\";s:0:\"\";s:15:\"metadesc-author\";s:0:\"\";s:14:\"metakey-author\";s:0:\"\";s:13:\"title-archive\";s:0:\"\";s:16:\"metadesc-archive\";s:0:\"\";s:12:\"title-search\";s:0:\"\";s:9:\"title-404\";s:0:\"\";}','yes'),(222,0,'tubetheme_ImageColour','white','yes'),(547,0,'_site_transient_timeout_browser_80364097c709ac2bf9708bc61c87ee62','1331121273','yes'),(548,0,'_site_transient_browser_80364097c709ac2bf9708bc61c87ee62','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:6:\"10.0.2\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(960,0,'_site_transient_timeout_browser_9cb073ed509cfd7a5706f483dc59bdf1','1332825801','yes'),(961,0,'_site_transient_browser_9cb073ed509cfd7a5706f483dc59bdf1','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"17.0.963.79\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1537,0,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1333873319','no'),(1538,0,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2012/04/wordpress-3-4-beta-1/\' title=\'WordPress 3.4 is ready for beta testers! As always, this is software still in development and we don’t recommend that you run it on a production site — set up a test site just to play with the new version. If you break it (find a bug), please report it, and if you’re a developer, try to [&hellip;]\'>WordPress 3.4 Beta 1</a> <span class=\"rss-date\">April 5, 2012</span><div class=\'rssSummary\'>WordPress 3.4 is ready for beta testers! As always, this is software still in development and we don’t recommend that you run it on a production site — set up a test site just to play with the new version. If you break it (find a bug), please report it, and if you’re a developer, try to [&hellip;]</div></li><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2012/03/wordpress-takes-sxsw-2012/\' title=\'The South by Southwest Interactive Festival (SXSW) holds a special place in the history and heart of WordPress. Though the conference has changed in the years since I first met Matt in the hallway in 2003 — before WordPress even had a name — it’s still arguably one of the most influential events in our [&hellip;]\'>WordPress Takes SXSW 2012!</a> <span class=\"rss-date\">March 6, 2012</span><div class=\'rssSummary\'>The South by Southwest Interactive Festival (SXSW) holds a special place in the history and heart of WordPress. Though the conference has changed in the years since I first met Matt in the hallway in 2003 — before WordPress even had a name — it’s still arguably one of the most influential events in our [&hellip;]</div></li></ul></div>','no'),(1210,0,'_site_transient_browser_5441f4fc8b97c499546eb107fb46f5fe','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:10:\"15.0.865.0\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:0;}','yes'),(1209,0,'_site_transient_timeout_browser_5441f4fc8b97c499546eb107fb46f5fe','1333282524','yes'),(1525,0,'_transient_timeout_feed_mod_895a6fef0cc57461ead214388fd67e81','1333873316','no'),(1526,0,'_transient_feed_mod_895a6fef0cc57461ead214388fd67e81','1333830116','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_postmeta`;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
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=327 DEFAULT CHARSET=utf8;
SET character_set_client = @saved_cs_client;

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

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (167,31,'_edit_last','1'),(168,31,'_edit_lock','1332500453:1'),(169,31,'_yoast_wpseo_focuskw',''),(170,31,'_yoast_wpseo_title','Sophia Bush Hot Hairy Bush Tube'),(171,31,'_yoast_wpseo_metadesc',''),(7,6,'_edit_last','1'),(8,6,'_edit_lock','1329491368:1'),(9,6,'_yoast_wpseo_focuskw',''),(10,6,'_yoast_wpseo_title','Unshaved Bush Hairy Girls'),(11,6,'_yoast_wpseo_metadesc',''),(12,6,'_yoast_wpseo_metakeywords',''),(13,6,'_yoast_wpseo_meta-robots-noindex','0'),(14,6,'_yoast_wpseo_meta-robots-nofollow','0'),(15,6,'_yoast_wpseo_meta-robots-adv','none'),(16,6,'_yoast_wpseo_sitemap-include','-'),(17,6,'_yoast_wpseo_sitemap-prio','-'),(18,6,'_yoast_wpseo_canonical',''),(19,6,'_yoast_wpseo_redirect',''),(20,6,'_my_meta','a:5:{s:7:\"paysite\";s:12:\"Cam4free.com\";s:11:\"paysitelink\";s:36:\"http://a.cums.com/track/MjQyMjozOjE/\";s:14:\"videothumbnail\";s:69:\"http://www.cumsg.com/promo/2012/content/web/c4f09028-Sammy_Brooks.jpg\";s:11:\"videosource\";s:69:\"http://www.cumsg.com/promo/2012/content/web/c4f09028-Sammy_Brooks.flv\";s:10:\"salespitch\";s:36:\"Click here for more webcam live chat\";}'),(26,6,'views','87'),(23,6,'ratings_users','0'),(24,6,'ratings_score','0'),(25,6,'ratings_average','0'),(27,9,'_edit_last','1'),(28,9,'_edit_lock','1329747633:1'),(29,9,'_yoast_wpseo_focuskw',''),(30,9,'_yoast_wpseo_title','Hairy Bush Hairy Girls'),(31,9,'_yoast_wpseo_metadesc',''),(32,9,'_yoast_wpseo_metakeywords',''),(33,9,'_yoast_wpseo_meta-robots-noindex','0'),(34,9,'_yoast_wpseo_meta-robots-nofollow','0'),(35,9,'_yoast_wpseo_meta-robots-adv','none'),(36,9,'_yoast_wpseo_sitemap-include','-'),(37,9,'_yoast_wpseo_sitemap-prio','-'),(38,9,'_yoast_wpseo_canonical',''),(39,9,'_yoast_wpseo_redirect',''),(40,9,'_my_meta','a:5:{s:7:\"paysite\";s:12:\"Cam4free.com\";s:11:\"paysitelink\";s:36:\"http://a.cums.com/track/MjQyMjozOjE/\";s:14:\"videothumbnail\";s:67:\"http://www.cumsg.com/promo/2012/content/web/c4f09029-RavenFoxxx.jpg\";s:11:\"videosource\";s:67:\"http://www.cumsg.com/promo/2012/content/web/c4f09029-RavenFoxxx.flv\";s:10:\"salespitch\";s:36:\"Click here for more webcam live chat\";}'),(47,12,'_edit_last','1'),(46,9,'views','77'),(43,9,'ratings_users','1'),(44,9,'ratings_score','1'),(45,9,'ratings_average','1'),(48,12,'_edit_lock','1329908731:1'),(49,12,'_yoast_wpseo_focuskw',''),(50,12,'_yoast_wpseo_title','Hairy Erotica Hairy Girls'),(51,12,'_yoast_wpseo_metadesc',''),(52,12,'_yoast_wpseo_metakeywords',''),(53,12,'_yoast_wpseo_meta-robots-noindex','0'),(54,12,'_yoast_wpseo_meta-robots-nofollow','0'),(55,12,'_yoast_wpseo_meta-robots-adv','none'),(56,12,'_yoast_wpseo_sitemap-include','-'),(57,12,'_yoast_wpseo_sitemap-prio','-'),(58,12,'_yoast_wpseo_canonical',''),(59,12,'_yoast_wpseo_redirect',''),(60,12,'_my_meta','a:5:{s:7:\"paysite\";s:12:\"Cam4free.com\";s:11:\"paysitelink\";s:36:\"http://a.cums.com/track/MjQyMjozOjE/\";s:14:\"videothumbnail\";s:70:\"http://www.cumsg.com/promo/2012/content/web/c4f09030-XXXpornoqueen.jpg\";s:11:\"videosource\";s:70:\"http://www.cumsg.com/promo/2012/content/web/c4f09030-XXXpornoqueen.flv\";s:10:\"salespitch\";s:36:\"Click here for more webcam live chat\";}'),(67,15,'_edit_last','1'),(66,12,'views','122'),(63,12,'ratings_users','0'),(64,12,'ratings_score','0'),(65,12,'ratings_average','0'),(68,15,'_edit_lock','1330096615:1'),(69,15,'_yoast_wpseo_focuskw',''),(70,15,'_yoast_wpseo_title','Hairy Nude Girls Hairy Girls'),(71,15,'_yoast_wpseo_metadesc',''),(72,15,'_yoast_wpseo_metakeywords',''),(73,15,'_yoast_wpseo_meta-robots-noindex','0'),(74,15,'_yoast_wpseo_meta-robots-nofollow','0'),(75,15,'_yoast_wpseo_meta-robots-adv','none'),(76,15,'_yoast_wpseo_sitemap-include','-'),(77,15,'_yoast_wpseo_sitemap-prio','-'),(78,15,'_yoast_wpseo_canonical',''),(79,15,'_yoast_wpseo_redirect',''),(80,15,'_my_meta','a:5:{s:7:\"paysite\";s:12:\"Cam4free.com\";s:11:\"paysitelink\";s:36:\"http://a.cums.com/track/MjQyMjozOjE/\";s:14:\"videothumbnail\";s:68:\"http://www.cumsg.com/promo/2012/content/web/c4f09062-LupeFuentes.jpg\";s:11:\"videosource\";s:68:\"http://www.cumsg.com/promo/2012/content/web/c4f09062-LupeFuentes.flv\";s:10:\"salespitch\";s:36:\"Click here for more webcam live chat\";}'),(87,18,'_edit_last','1'),(86,15,'views','176'),(83,15,'ratings_users','0'),(84,15,'ratings_score','0'),(85,15,'ratings_average','0'),(88,18,'_edit_lock','1330346990:1'),(89,18,'_yoast_wpseo_focuskw',''),(90,18,'_yoast_wpseo_title','Full Bush Hairy Girls'),(91,18,'_yoast_wpseo_metadesc',''),(92,18,'_yoast_wpseo_metakeywords',''),(93,18,'_yoast_wpseo_meta-robots-noindex','0'),(94,18,'_yoast_wpseo_meta-robots-nofollow','0'),(95,18,'_yoast_wpseo_meta-robots-adv','none'),(96,18,'_yoast_wpseo_sitemap-include','-'),(97,18,'_yoast_wpseo_sitemap-prio','-'),(98,18,'_yoast_wpseo_canonical',''),(99,18,'_yoast_wpseo_redirect',''),(100,18,'_my_meta','a:5:{s:7:\"paysite\";s:12:\"Cam4free.com\";s:11:\"paysitelink\";s:36:\"http://a.cums.com/track/MjQyMjozOjE/\";s:14:\"videothumbnail\";s:65:\"http://www.cumsg.com/promo/2012/content/web/c4f09063-Nika4you.jpg\";s:11:\"videosource\";s:65:\"http://www.cumsg.com/promo/2012/content/web/c4f09063-Nika4you.flv\";s:10:\"salespitch\";s:36:\"Click here for more webcam live chat\";}'),(106,18,'views','147'),(103,18,'ratings_users','0'),(104,18,'ratings_score','0'),(105,18,'ratings_average','0'),(107,22,'_edit_last','1'),(108,22,'_edit_lock','1330523628:1'),(109,22,'_yoast_wpseo_focuskw',''),(110,22,'_yoast_wpseo_title','Hairy Pussy Girls Hairy Girls'),(111,22,'_yoast_wpseo_metadesc',''),(112,22,'_yoast_wpseo_metakeywords',''),(113,22,'_yoast_wpseo_meta-robots-noindex','0'),(114,22,'_yoast_wpseo_meta-robots-nofollow','0'),(115,22,'_yoast_wpseo_meta-robots-adv','none'),(116,22,'_yoast_wpseo_sitemap-include','-'),(117,22,'_yoast_wpseo_sitemap-prio','-'),(118,22,'_yoast_wpseo_canonical',''),(119,22,'_yoast_wpseo_redirect',''),(120,22,'_my_meta','a:5:{s:7:\"paysite\";s:12:\"Cam4free.com\";s:11:\"paysitelink\";s:36:\"http://a.cums.com/track/MjQyMjozOjE/\";s:14:\"videothumbnail\";s:68:\"http://www.cumsg.com/promo/2012/content/web/c4f09064-DaisyDestin.jpg\";s:11:\"videosource\";s:68:\"http://www.cumsg.com/promo/2012/content/web/c4f09064-DaisyDestin.flv\";s:10:\"salespitch\";s:36:\"Click here for more webcam live chat\";}'),(127,25,'_edit_last','1'),(126,22,'views','103'),(123,22,'ratings_users','0'),(124,22,'ratings_score','0'),(125,22,'ratings_average','0'),(128,25,'_edit_lock','1330697423:1'),(129,25,'_yoast_wpseo_focuskw',''),(130,25,'_yoast_wpseo_title','Hot Bush Hairy Girls'),(131,25,'_yoast_wpseo_metadesc',''),(132,25,'_yoast_wpseo_metakeywords',''),(133,25,'_yoast_wpseo_meta-robots-noindex','0'),(134,25,'_yoast_wpseo_meta-robots-nofollow','0'),(135,25,'_yoast_wpseo_meta-robots-adv','none'),(136,25,'_yoast_wpseo_sitemap-include','-'),(137,25,'_yoast_wpseo_sitemap-prio','-'),(138,25,'_yoast_wpseo_canonical',''),(139,25,'_yoast_wpseo_redirect',''),(140,25,'_my_meta','a:5:{s:7:\"paysite\";s:12:\"Cam4free.com\";s:11:\"paysitelink\";s:36:\"http://a.cums.com/track/MjQyMjozOjE/\";s:14:\"videothumbnail\";s:70:\"http://www.cumsg.com/promo/2012/content/web/c4f09035-GirlinGlasses.jpg\";s:11:\"videosource\";s:70:\"http://www.cumsg.com/promo/2012/content/web/c4f09035-GirlinGlasses.flv\";s:10:\"salespitch\";s:36:\"Click here for more webcam live chat\";}'),(147,28,'_edit_last','1'),(146,25,'views','83'),(143,25,'ratings_users','0'),(144,25,'ratings_score','0'),(145,25,'ratings_average','0'),(148,28,'_edit_lock','1331044629:1'),(149,28,'_yoast_wpseo_focuskw',''),(150,28,'_yoast_wpseo_title','Naked Hairy Girls Hairy Girls'),(151,28,'_yoast_wpseo_metadesc',''),(152,28,'_yoast_wpseo_metakeywords',''),(153,28,'_yoast_wpseo_meta-robots-noindex','0'),(154,28,'_yoast_wpseo_meta-robots-nofollow','0'),(155,28,'_yoast_wpseo_meta-robots-adv','none'),(156,28,'_yoast_wpseo_sitemap-include','-'),(157,28,'_yoast_wpseo_sitemap-prio','-'),(158,28,'_yoast_wpseo_canonical',''),(159,28,'_yoast_wpseo_redirect',''),(160,28,'_my_meta','a:5:{s:7:\"paysite\";s:12:\"Cam4free.com\";s:11:\"paysitelink\";s:36:\"http://a.cums.com/track/MjQyMjozOjE/\";s:14:\"videothumbnail\";s:65:\"http://www.cumsg.com/promo/2012/content/web/c4f09065-Nika4you.jpg\";s:11:\"videosource\";s:65:\"http://www.cumsg.com/promo/2012/content/web/c4f09065-Nika4you.flv\";s:10:\"salespitch\";s:36:\"Click here for more webcam live chat\";}'),(166,28,'views','89'),(163,28,'ratings_users','0'),(164,28,'ratings_score','0'),(165,28,'ratings_average','0'),(172,31,'_yoast_wpseo_metakeywords',''),(173,31,'_yoast_wpseo_meta-robots-noindex','0'),(174,31,'_yoast_wpseo_meta-robots-nofollow','0'),(175,31,'_yoast_wpseo_meta-robots-adv','none'),(176,31,'_yoast_wpseo_sitemap-include','-'),(177,31,'_yoast_wpseo_sitemap-prio','-'),(178,31,'_yoast_wpseo_canonical',''),(179,31,'_yoast_wpseo_redirect',''),(180,31,'_my_meta','a:5:{s:7:\"paysite\";s:8:\"Cam4Free\";s:11:\"paysitelink\";s:40:\"http://a.cam4free.com/track/MjYzOTozOjE/\";s:14:\"videothumbnail\";s:67:\"http://www.cumsg.com/promo/2012/content/web/c4f09045-HentaiBaby.jpg\";s:11:\"videosource\";s:67:\"http://www.cumsg.com/promo/2012/content/web/c4f09045-HentaiBaby.flv\";s:10:\"salespitch\";s:35:\"Free Hairy Bush Fetish Videos Here!\";}'),(187,34,'_edit_last','1'),(186,31,'views','174'),(183,31,'ratings_users','0'),(184,31,'ratings_score','0'),(185,31,'ratings_average','0'),(188,34,'_edit_lock','1332511351:1'),(189,34,'_yoast_wpseo_focuskw',''),(190,34,'_yoast_wpseo_title','Unshaved Hairy Bush Tube'),(191,34,'_yoast_wpseo_metadesc',''),(192,34,'_yoast_wpseo_metakeywords',''),(193,34,'_yoast_wpseo_meta-robots-noindex','0'),(194,34,'_yoast_wpseo_meta-robots-nofollow','0'),(195,34,'_yoast_wpseo_meta-robots-adv','none'),(196,34,'_yoast_wpseo_sitemap-include','-'),(197,34,'_yoast_wpseo_sitemap-prio','-'),(198,34,'_yoast_wpseo_canonical',''),(199,34,'_yoast_wpseo_redirect',''),(200,34,'_my_meta','a:5:{s:7:\"paysite\";s:8:\"Cam4Free\";s:11:\"paysitelink\";s:40:\"http://a.cam4free.com/track/MjYzOTozOjE/\";s:14:\"videothumbnail\";s:67:\"http://www.cumsg.com/promo/2012/content/web/c4f09041-Softkitten.jpg\";s:11:\"videosource\";s:67:\"http://www.cumsg.com/promo/2012/content/web/c4f09041-Softkitten.flv\";s:10:\"salespitch\";s:43:\"Unshaved Hairy Pussies Click Here For More!\";}'),(214,40,'_edit_lock','1332613370:1'),(206,34,'views','77'),(203,34,'ratings_users','0'),(204,34,'ratings_score','0'),(205,34,'ratings_average','0'),(213,40,'_edit_last','1'),(215,40,'_yoast_wpseo_focuskw',''),(216,40,'_yoast_wpseo_title','Hairy Girls Hairy Bush Tube'),(217,40,'_yoast_wpseo_metadesc',''),(218,40,'_yoast_wpseo_metakeywords',''),(219,40,'_yoast_wpseo_meta-robots-noindex','0'),(220,40,'_yoast_wpseo_meta-robots-nofollow','0'),(221,40,'_yoast_wpseo_meta-robots-adv','none'),(222,40,'_yoast_wpseo_sitemap-include','-'),(223,40,'_yoast_wpseo_sitemap-prio','-'),(224,40,'_yoast_wpseo_canonical',''),(225,40,'_yoast_wpseo_redirect',''),(226,40,'_my_meta','a:4:{s:7:\"paysite\";s:8:\"Cam4Free\";s:11:\"paysitelink\";s:40:\"http://a.cam4free.com/track/MjYzOTozOjE/\";s:14:\"videothumbnail\";s:65:\"http://www.cumsg.com/promo/2012/content/web/c4f09051-SEXY_CAT.jpg\";s:11:\"videosource\";s:65:\"http://www.cumsg.com/promo/2012/content/web/c4f09051-SEXY_CAT.flv\";}'),(235,44,'_edit_last','1'),(229,40,'ratings_users','0'),(230,40,'ratings_score','0'),(231,40,'ratings_average','0'),(234,40,'views','64'),(236,44,'_edit_lock','1332685629:1'),(237,44,'_yoast_wpseo_focuskw',''),(238,44,'_yoast_wpseo_title','Natural Hairy Girls Nude Photos Hairy Bush Tube'),(239,44,'_yoast_wpseo_metadesc',''),(240,44,'_yoast_wpseo_metakeywords',''),(241,44,'_yoast_wpseo_meta-robots-noindex','0'),(242,44,'_yoast_wpseo_meta-robots-nofollow','0'),(243,44,'_yoast_wpseo_meta-robots-adv','none'),(244,44,'_yoast_wpseo_sitemap-include','-'),(245,44,'_yoast_wpseo_sitemap-prio','-'),(246,44,'_yoast_wpseo_canonical',''),(247,44,'_yoast_wpseo_redirect',''),(248,44,'_my_meta','a:5:{s:7:\"paysite\";s:8:\"Cam4Free\";s:11:\"paysitelink\";s:40:\"http://a.cam4free.com/track/MjYzOTozOjE/\";s:14:\"videothumbnail\";s:68:\"http://www.cumsg.com/promo/2012/content/web/c4f09059-AutumnJones.jpg\";s:11:\"videosource\";s:66:\"http://www.cumsg.com/promo/2012/content/web/c4f09059-AutumnJones.j\";s:10:\"salespitch\";s:54:\"Natural Hairy Girls Nude Photos And Videos Click Here!\";}'),(254,44,'views','83'),(251,44,'ratings_users','0'),(252,44,'ratings_score','0'),(253,44,'ratings_average','0'),(257,50,'_edit_last','1'),(258,50,'_edit_lock','1333149013:1'),(259,50,'_yoast_wpseo_focuskw',''),(260,50,'_yoast_wpseo_title','Hairy Young Girls Hairy Bush Tube'),(261,50,'_yoast_wpseo_metadesc',''),(262,50,'_yoast_wpseo_metakeywords',''),(263,50,'_yoast_wpseo_meta-robots-noindex','0'),(264,50,'_yoast_wpseo_meta-robots-nofollow','0'),(265,50,'_yoast_wpseo_meta-robots-adv','none'),(266,50,'_yoast_wpseo_sitemap-include','-'),(267,50,'_yoast_wpseo_sitemap-prio','-'),(268,50,'_yoast_wpseo_canonical',''),(269,50,'_yoast_wpseo_redirect',''),(270,50,'_my_meta','a:5:{s:7:\"paysite\";s:8:\"Cam4Free\";s:11:\"paysitelink\";s:40:\"http://a.cam4free.com/track/MjYzOTozOjE/\";s:14:\"videothumbnail\";s:67:\"http://www.cumsg.com/promo/2012/content/web/c4f09077-HoneyWhite.jpg\";s:11:\"videosource\";s:67:\"http://www.cumsg.com/promo/2012/content/web/c4f09077-HoneyWhite.flv\";s:10:\"salespitch\";s:30:\"Click here for more sexy chat!\";}'),(281,59,'_edit_last','1'),(273,50,'ratings_users','0'),(274,50,'ratings_score','0'),(275,50,'ratings_average','0'),(282,59,'_edit_lock','1333831390:1'),(280,50,'views','55'),(283,59,'_yoast_wpseo_focuskw',''),(284,59,'_yoast_wpseo_title',''),(285,59,'_yoast_wpseo_metadesc',''),(286,59,'_yoast_wpseo_metakeywords',''),(287,59,'_yoast_wpseo_meta-robots-noindex','0'),(288,59,'_yoast_wpseo_meta-robots-nofollow','0'),(289,59,'_yoast_wpseo_meta-robots-adv','none'),(290,59,'_yoast_wpseo_sitemap-include','-'),(291,59,'_yoast_wpseo_sitemap-prio','-'),(292,59,'_yoast_wpseo_canonical',''),(293,59,'_yoast_wpseo_redirect',''),(294,59,'_my_meta','a:5:{s:7:\"paysite\";s:8:\"Cam4Free\";s:11:\"paysitelink\";s:40:\"http://a.cam4free.com/track/MjYzOTozOjE/\";s:14:\"videothumbnail\";s:66:\"http://www.cumsg.com/promo/2012/content/web/c4f09086-KIMBERRLY.jpg\";s:11:\"videosource\";s:66:\"http://www.cumsg.com/promo/2012/content/web/c4f09086-KIMBERRLY.flv\";s:10:\"salespitch\";s:30:\"Chat with horny Kimberrly now!\";}'),(304,63,'_edit_lock','1333832935:1'),(300,59,'views','59'),(297,59,'ratings_users','0'),(298,59,'ratings_score','0'),(299,59,'ratings_average','0'),(303,63,'_edit_last','1'),(305,63,'_yoast_wpseo_focuskw',''),(306,63,'_yoast_wpseo_title',''),(307,63,'_yoast_wpseo_metadesc',''),(308,63,'_yoast_wpseo_metakeywords',''),(309,63,'_yoast_wpseo_meta-robots-noindex','0'),(310,63,'_yoast_wpseo_meta-robots-nofollow','0'),(311,63,'_yoast_wpseo_meta-robots-adv','none'),(312,63,'_yoast_wpseo_sitemap-include','-'),(313,63,'_yoast_wpseo_sitemap-prio','-'),(314,63,'_yoast_wpseo_canonical',''),(315,63,'_yoast_wpseo_redirect',''),(316,63,'_my_meta','a:5:{s:7:\"paysite\";s:8:\"Cam4Free\";s:11:\"paysitelink\";s:40:\"http://a.cam4free.com/track/MjYzOTozOjE/\";s:14:\"videothumbnail\";s:61:\"http://www.cumsg.com/promo/2012/content/web/c4f09068-Vida.jpg\";s:11:\"videosource\";s:61:\"http://www.cumsg.com/promo/2012/content/web/c4f09068-Vida.flv\";s:10:\"salespitch\";s:43:\"Register FREE here to CHAT LIVE for FREE !!\";}'),(322,63,'views','12'),(319,63,'ratings_users','0'),(320,63,'ratings_score','0'),(321,63,'ratings_average','0');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

DROP TABLE IF EXISTS `wp_posts`;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
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=67 DEFAULT CHARSET=utf8;
SET character_set_client = @saved_cs_client;

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

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (18,1,'2012-02-27 11:09:36','2012-02-27 11:09:36','If you like Full Bush girls then you\'re in luck, but first you need to stay tune to this webcam video featuring this slim hot babe. Just look at her awesome sexy body, I bet her pussy is so tight you\'ll cum immediately inside her I bet with that accent she is a babe from Europe and boy we all know that there are lots of hot babes in the part of the world, and most of them are really horny. Her tits is just perfect for me, firm and pink just the way I like! I know you like it too so don\'t hesitate to watch this Full Bush right now!\r\n\r\n&nbsp;','Full Bush','','publish','open','open','','full-bush','','','2012-02-27 11:09:36','2012-02-27 11:09:36','',0,'http://www.bushbitch.com/?p=18',0,'post','',0),(32,1,'2012-03-22 17:03:26','2012-03-22 17:03:26','<p style=\"text-align: justify;\">Tattoed hentai-like cam whore is ready to cum for you. Let your imagination run wild with this tattooed bitch that resembles Sophia Bush Hot. Make her do stuff that fancies you and she\'ll readily be willing to do it. She\'s young and she\'s fresh. She looks like Sophia Bush Hot, but she\'s way hotter and more fucking naughty. And she\'s got a nice pussy to go along with that lovely face and body. Tickle your fantasies while talking to her. She loves to talk dirty while rubbing her fingers on her kitties. I don\'t know about you, but nothing gets me going like a good dirty bitch telling me to do nasty things for her. Listening to her talk dirty while fondling yourself makes you even hotter. She wants you to play that schlong and give it a good rubbing. Her titties are all perky and hard now from all that rubbing, and she puts on some spit on it while she keeps pushing down four fingers into that hollow vagina. Don\'t you just want to eat all that pussy and cum off her and make her groan with ecstasy as you wriggle your wet hot tongue inside. You\'re not the only one watching, coz she wants to watch you to get off with that rocket too. She\'s hungry for some cam to cam action so you better be up to it coz this bitch is a little kitten with a tiger appetite for fucking!</p>','Sophia Bush Hot','','inherit','open','open','','31-revision','','','2012-03-22 17:03:26','2012-03-22 17:03:26','',31,'http://www.bushbitch.com/index.php/uncategorized/31-revision.html',0,'revision','',0),(6,1,'2012-02-17 14:17:46','2012-02-17 14:17:46','Ohhh la la now this is one hell of a horny lady Unshaved Bush video. Just look at her nice perfect body that features those nice rack, almost perfect booty and hairy bush that I bet is obscuring our view from her tight juicy cunt. We all know that a nice tight juicy cunt means one hell of a hardcore fuck! Just sit back and watch as she shows you how she badly needs a stiff hard cock that will please her sexual desires, too bad for her if I were there I already made her cum and explode my hot white jizz in that Unshaved Bush','Unshaved Bush','','publish','open','open','','unshaved-bush','','','2012-02-17 14:17:46','2012-02-17 14:17:46','',0,'http://www.bushbitch.com/?p=6',0,'post','',0),(7,1,'2012-02-17 14:17:15','2012-02-17 14:17:15','Ohhh la la now this is one hell of a horny lady Unshaved Bush video. Just look at her nice perfect body that features those nice rack, almost perfect booty and hairy bush that I bet is obscuring our view from her tight juicy cunt. We all know that a nice tight juicy cunt means one hell of a hardcore fuck! Just sit back and watch as she shows you how she badly needs a stiff hard cock that will please her sex','Unshaved Bush','','inherit','open','open','','6-revision','','','2012-02-17 14:17:15','2012-02-17 14:17:15','',6,'http://www.bushbitch.com/index.php/uncategorized/6-revision.html',0,'revision','',0),(8,1,'2012-02-17 14:18:52','2012-02-17 14:18:52','Ohhh la la now this is one hell of a horny lady Unshaved Bush video. Just look at her nice perfect body that features those nice rack, almost perfect booty and hairy bush that I bet is obscuring our view from her tight juicy cunt. We all know that a nice tight juicy cunt means one hell of a hardcore fuck! Just sit back and watch as she shows you how she badly needs a stiff hard cock that will please her sexual desires, too bad for her if I were there I already made her cum and explode my hot white jizz in that Unshaved Bush','Unshaved Bush','','inherit','open','open','','6-autosave','','','2012-02-17 14:18:52','2012-02-17 14:18:52','',6,'http://www.bushbitch.com/index.php/uncategorized/6-autosave.html',0,'revision','',0),(9,1,'2012-02-20 14:22:18','2012-02-20 14:22:18','One smoking hot Hairy Bush cam show brought to you by this hot babe who really wants to give you a good time. Who wouldn\'t want to watch a hot sexy babe with nice huge and firm rack, and perfect round booty that I bet would be great to hold with you own two hands. She is so hot wearing her sexy lingerie and we all want her to show off more skin. Her tight pussy would be perfect for fucking you wouldn\'t last till you blow off your load inside her. You don\'t wanna miss this Hairy Bush babe that every man desires.','Hairy Bush','','publish','open','open','','hairy-bush','','','2012-02-20 14:22:18','2012-02-20 14:22:18','',0,'http://www.bushbitch.com/?p=9',0,'post','',0),(10,1,'2012-02-20 14:21:19','2012-02-20 14:21:19','One smoking hot Hairy Bush cam show brought to you by this hot babe who really wants to give you a good time. Who wouldn\'t want to watch a hot sexy babe with nice huge and firm rack, and perfect round booty that I bet would be great to hold with you own two hands. She is so hot wearing her sexy lingerie and we all want her to show','Hairy Bush','','inherit','open','open','','9-revision','','','2012-02-20 14:21:19','2012-02-20 14:21:19','',9,'http://www.bushbitch.com/index.php/uncategorized/9-revision.html',0,'revision','',0),(11,1,'2012-02-20 14:22:20','2012-02-20 14:22:20','One smoking hot Hairy Bush cam show brought to you by this hot babe who really wants to give you a good time. Who wouldn\'t want to watch a hot sexy babe with nice huge and firm rack, and perfect round booty that I bet would be great to hold with you own two hands. She is so hot wearing her sexy lingerie and we all want her to show off more skin. Her tight pussy would be perfect for fucking you wouldn\'t last till you blow off your load inside her. You don\'t wanna miss this Hairy Bush babe that every man desires.','Hairy Bush','','inherit','open','open','','9-autosave','','','2012-02-20 14:22:20','2012-02-20 14:22:20','',9,'http://www.bushbitch.com/index.php/uncategorized/9-autosave.html',0,'revision','',0),(12,1,'2012-02-22 11:04:26','2012-02-22 11:04:26','Wow now thats what I call the perfect Hairy Erotica. Just look at this sizzling hot blonde babe near perfect body, I bet if she removes her sexy hot lingerie, you will see her nice hairy bush covering her tight juicy cunt. I just love to watch her bend over behind the cam and show her awesome booty, and boy her nice firm rack is just perfect just for me. Who doesn\'t love hot blondes in smoking hot sexy outfit. I know we all do! This hot blonde will surely make you pull out your dong and stroke off while you watch her strut her sexy hot body.','Hairy Erotica','','publish','open','open','','hairy-erotica','','','2012-02-22 11:04:26','2012-02-22 11:04:26','',0,'http://www.bushbitch.com/?p=12',0,'post','',0),(13,1,'2012-02-22 10:55:26','2012-02-22 10:55:26','Wow now thats what I call the perfect Hairy Erotica. Just look at this sizzling hot blonde babe near perfect body, I bet if she removes her sexy hot lingerie, you will see her nice hairy bush covering her tight juicy cunt. I just love to watch her bend over behind the cam and show her awesome booty, and boy her nice firm rack is just perfect just for me. Who doesn\'t love hot blondes in smoking hot sexy outfit. I know we all do! This hot blonde will surely make you pull out your dong and stroke off while you watch her strut her sexy hot body.','Hairy Erotica','','inherit','open','open','','12-revision','','','2012-02-22 10:55:26','2012-02-22 10:55:26','',12,'http://www.bushbitch.com/index.php/uncategorized/12-revision.html',0,'revision','',0),(14,1,'2012-02-22 11:05:31','2012-02-22 11:05:31','Wow now thats what I call the perfect Hairy Erotica. Just look at this sizzling hot blonde babe near perfect body, I bet if she removes her sexy hot lingerie, you will see her nice hairy bush covering her tight juicy cunt. I just love to watch her bend over behind the cam and show her awesome booty, and boy her nice firm rack is just perfect just for me. Who doesn\'t love hot blondes in smoking hot sexy outfit. I know we all do! This hot blonde will surely make you pull out your dong and stroke off while you watch her strut her sexy hot body.','Hairy Erotica','','inherit','open','open','','12-autosave','','','2012-02-22 11:05:31','2012-02-22 11:05:31','',12,'http://www.bushbitch.com/index.php/uncategorized/12-autosave.html',0,'revision','',0),(15,1,'2012-02-24 15:03:27','2012-02-24 15:03:27','Very hot pretty and naughty Hairy Nude Girls will give you a nice show. Just watch and be amazed at how horny this slut is as she gets really dirty with that dildo. The moment she showd me her nice firm tits, her awesome booty and that pouty lips I know she will all give us a nice show to jerk of to. Plus she even gave us a nice blowjob demo, just WOW! Imagine her doing that on a stiff hard cock, it will explode right inside her mouth! Just thinking about it makes my cock want to get sucked by her expert deepthroating skils. I know this Hairy Nude Girls will surely make you blow your load right in front of your seat.','Hairy Nude Girls','','publish','open','open','','hairy-nude-girls','','','2012-02-24 15:03:27','2012-02-24 15:03:27','',0,'http://www.bushbitch.com/?p=15',0,'post','',0),(16,1,'2012-02-24 15:03:21','2012-02-24 15:03:21','Very hot pretty and naughty Hairy Nude Girls will give you a nice show. Just watch and be amazed at how horny this slut is as she gets really dirty with that dildo. The moment she showd me her nice firm tits, her awesome booty and that pouty lips I know she will all give us a nice show to jerk of to. Plus she even gave us a nice blowjob demo, just WOW! Imagine her doing that on a stiff hard cock, it will explode right inside her mouth! Just thinking about it makes my cock want to get sucked by her expert deepthroating skils. I know this Hairy Nude Girls will surely make you blow your load right in front of your seat.','Hairy Nude Girls','','inherit','open','open','','15-revision','','','2012-02-24 15:03:21','2012-02-24 15:03:21','',15,'http://www.bushbitch.com/index.php/uncategorized/15-revision.html',0,'revision','',0),(17,1,'2012-02-24 15:15:56','2012-02-24 15:15:56','Very hot pretty and naughty Hairy Nude Girls will give you a nice show. Just watch and be amazed at how horny this slut is as she gets really dirty with that dildo. The moment she showd me her nice firm tits, her awesome booty and that pouty lips I know she will all give us a nice show to jerk of to. Plus she even gave us a nice blowjob demo, just WOW! Imagine her doing that on a stiff hard cock, it will explode right inside her mouth! Just thinking about it makes my cock want to get sucked by her expert deepthroating skils. I know this Hairy Nude Girls will surely make you blow your load right in front of your seat.','Hairy Nude Girls','','inherit','open','open','','15-autosave','','','2012-02-24 15:15:56','2012-02-24 15:15:56','',15,'http://www.bushbitch.com/index.php/uncategorized/15-autosave.html',0,'revision','',0),(19,1,'2012-02-27 11:08:41','2012-02-27 11:08:41','If you like Full Bush girls then you\'re in luck, but first you need to stay tune to this webcam video featuring this slim hot babe. Just look at her awesome sexy body, I bet her pussy is so tight you\'ll cum immediately inside her I bet with that accent she is a babe from Europe and boy we all know that there are lots of hot babes in the part of the world, and most of them are really horny. Her tits is just perfect for me, firm and pink just the way I like! I know you like it too so don\'t hesitate\n\n&nbsp;','Full Bush','','inherit','open','open','','18-revision','','','2012-02-27 11:08:41','2012-02-27 11:08:41','',18,'http://www.bushbitch.com/index.php/uncategorized/18-revision.html',0,'revision','',0),(20,1,'2012-02-27 12:48:50','2012-02-27 12:48:50','If you like Full Bush girls then you\'re in luck, but first you need to stay tune to this webcam video featuring this slim hot babe. Just look at her awesome sexy body, I bet her pussy is so tight you\'ll cum immediately inside her I bet with that accent she is a babe from Europe and boy we all know that there are lots of hot babes in the part of the world, and most of them are really horny. Her tits is just perfect for me, firm and pink just the way I like! I know you like it too so don\'t hesitate to watch this Full Bush right now!\n\n&nbsp;','Full Bush','','inherit','open','open','','18-autosave','','','2012-02-27 12:48:50','2012-02-27 12:48:50','',18,'http://www.bushbitch.com/index.php/uncategorized/18-autosave.html',0,'revision','',0),(31,1,'2012-03-22 17:04:12','2012-03-22 17:04:12','<p style=\"text-align: justify;\">Tattoed hentai-like cam whore is ready to cum for you. Let your imagination run wild with this tattooed bitch that resembles Sophia Bush Hot. Make her do stuff that fancies you and she\'ll readily be willing to do it. She\'s young and she\'s fresh. She looks like Sophia Bush Hot, but she\'s way hotter and more fucking naughty. And she\'s got a nice pussy to go along with that lovely face and body. Tickle your fantasies while talking to her. She loves to talk dirty while rubbing her fingers on her kitties. I don\'t know about you, but nothing gets me going like a good dirty bitch telling me to do nasty things for her. Listening to her talk dirty while fondling yourself makes you even hotter. She wants you to play that schlong and give it a good rubbing. Her titties are all perky and hard now from all that rubbing, and she puts on some spit on it while she keeps pushing down four fingers into that hollow vagina. Don\'t you just want to eat all that pussy and cum off her and make her groan with ecstasy as you wriggle your wet hot tongue inside. You\'re not the only one watching, coz she wants to watch you to get off with that rocket too. Pleasure goes both ways so better cum with her. She\'s hungry for some cam to cam action so you better be up to it coz this bitch is a little kitten with a tiger appetite for fucking!</p>','Sophia Bush Hot','','publish','open','open','','sophia-bush-hot','','','2012-03-22 17:04:12','2012-03-22 17:04:12','',0,'http://www.bushbitch.com/?p=31',0,'post','',0),(22,1,'2012-02-29 12:25:19','2012-02-29 12:25:19','Another great Hairy Pussy Girls video featuring this very horny blonde babe that\'s looking for a quick naughty fun in front of the webcam. If you like horny blondes then this horny slim babe will surely make your dreams come true as she does the most wildest things just for you. I bet her tight juicy pussy is good to fuck, and with her naughty talks that invites you to watch her private cam show. She wants to rock your hard cock if she can because she is very horny and wants to get laid immediately. Watch more of this Hairy Pussy Girls right here!','Hairy Pussy Girls','','publish','open','open','','hairy-pussy-girls','','','2012-02-29 12:25:19','2012-02-29 12:25:19','',0,'http://www.bushbitch.com/?p=22',0,'post','',0),(23,1,'2012-02-29 12:25:14','2012-02-29 12:25:14','Another great Hairy Pussy Girls video featuring this very horny blonde babe that\'s looking for a quick naughty fun in front of the webcam. If you like horny blondes then this horny slim babe will surely make your dreams come true as she does the most wildest things just for you. I bet her tight juicy pussy is good to fuck, and with her naughty talks that invites you to watch her private cam show. She wants to rock your hard cock if she can because she is very horny and wants to get laid immediately. Watch more of this Hairy Pussy Girls right here!','Hairy Pussy Girls','','inherit','open','open','','22-revision','','','2012-02-29 12:25:14','2012-02-29 12:25:14','',22,'http://www.bushbitch.com/index.php/uncategorized/22-revision.html',0,'revision','',0),(24,1,'2012-02-29 12:26:29','2012-02-29 12:26:29','Another great Hairy Pussy Girls video featuring this very horny blonde babe that\'s looking for a quick naughty fun in front of the webcam. If you like horny blondes then this horny slim babe will surely make your dreams come true as she does the most wildest things just for you. I bet her tight juicy pussy is good to fuck, and with her naughty talks that invites you to watch her private cam show. She wants to rock your hard cock if she can because she is very horny and wants to get laid immediately. Watch more of this Hairy Pussy Girls right here!','Hairy Pussy Girls','','inherit','open','open','','22-autosave','','','2012-02-29 12:26:29','2012-02-29 12:26:29','',22,'http://www.bushbitch.com/index.php/uncategorized/22-autosave.html',0,'revision','',0),(25,1,'2012-03-02 13:57:15','2012-03-02 13:57:15','Pretty Hot Bush babe wearing glasses. She looks nerdy but If I were you I would stay tube to this hot cam video and wait till you judge her. Yeah she is horny, and does the most dirtiest thing that you can ever think of. She is just one horny slut,  and I bet if you will see her get her naughty ego in the works you will know what I mean. Just look at her awesome sexy body, perfect for a hardcore stiff fuck. She carefully slides in her fingers inside her tight juicy cunt and she quickly gets wet and excited. I would surely want to see more of this hot bush babe show more naughty stuff!','Hot Bush','','publish','open','open','','hot-bush','','','2012-03-02 13:57:15','2012-03-02 13:57:15','',0,'http://www.bushbitch.com/?p=25',0,'post','',0),(26,1,'2012-03-02 13:56:37','2012-03-02 13:56:37','Pretty Hot Bush babe wearing glasses. She looks nerdy but If I were you I would stay tube to this hot cam video and wait till you judge her. Yeah she is horny, and does the most dirtiest thing that you can ever think of. She is just one horny slut,  and I bet if you will see her get her naughty ego in the works you will know what I mean. Just look at her awesome sexy body, perfect for a hardcore stiff fuck. She carefully slides in her fingers inside her tight juicy cunt and she quickly gets wet and excited. I would surely want to see more of this hot bush babe show mor','Hot Bush','','inherit','open','open','','25-revision','','','2012-03-02 13:56:37','2012-03-02 13:56:37','',25,'http://www.bushbitch.com/index.php/uncategorized/25-revision.html',0,'revision','',0),(27,1,'2012-03-02 14:10:23','2012-03-02 14:10:23','Pretty Hot Bush babe wearing glasses. She looks nerdy but If I were you I would stay tube to this hot cam video and wait till you judge her. Yeah she is horny, and does the most dirtiest thing that you can ever think of. She is just one horny slut,  and I bet if you will see her get her naughty ego in the works you will know what I mean. Just look at her awesome sexy body, perfect for a hardcore stiff fuck. She carefully slides in her fingers inside her tight juicy cunt and she quickly gets wet and excited. I would surely want to see more of this hot bush babe show more naughty stuff!','Hot Bush','','inherit','open','open','','25-autosave','','','2012-03-02 14:10:23','2012-03-02 14:10:23','',25,'http://www.bushbitch.com/index.php/uncategorized/25-autosave.html',0,'revision','',0),(28,1,'2012-03-06 14:06:31','2012-03-06 14:06:31','Naked Hairy Girls invites you to watch their awesome cam show featuring this very hot and sexy babe. We all love sexy hot babes especially naked hot babes who just loves to show off their private cam shows. Watch her spread her legs where you can see her very tight pussy get wet as she touch and pleasure herself. Her tits just perfect, and I bet we would all like to lick her hard pink nipples. Don\'t let her innocent cute face fool you, coz her naughty and wild set will surely make you cum immediately! Definitely recommend your friends to watch this very hot Naked Hairy Girls right now!','Naked Hairy Girls','','publish','open','open','','naked-hairy-girls','','','2012-03-06 14:06:31','2012-03-06 14:06:31','',0,'http://www.bushbitch.com/?p=28',0,'post','',0),(29,1,'2012-03-06 14:05:19','2012-03-06 14:05:19','Naked Hairy Girls invites you to watch their awesome cam show featuring this very hot and sexy babe. We all love sexy hot babes especially naked hot babes who just loves to show off their private cam shows. Watch her spread her legs where you can see her very tight pussy get wet as she touch and pleasure herself. Her tits just perfect, and I bet we would all like to lick her hard pink nipples. Don\'t let her innocent cute face fool you, coz her naughty and wild set will surely make you cum immediately! Definitely recommend your friends to watch this very hot Naked Hairy Girls right now!','Naked Hairy Girls','','inherit','open','open','','28-revision','','','2012-03-06 14:05:19','2012-03-06 14:05:19','',28,'http://www.bushbitch.com/index.php/uncategorized/28-revision.html',0,'revision','',0),(30,1,'2012-03-06 14:07:44','2012-03-06 14:07:44','Naked Hairy Girls invites you to watch their awesome cam show featuring this very hot and sexy babe. We all love sexy hot babes especially naked hot babes who just loves to show off their private cam shows. Watch her spread her legs where you can see her very tight pussy get wet as she touch and pleasure herself. Her tits just perfect, and I bet we would all like to lick her hard pink nipples. Don\'t let her innocent cute face fool you, coz her naughty and wild set will surely make you cum immediately! Definitely recommend your friends to watch this very hot Naked Hairy Girls right now!','Naked Hairy Girls','','inherit','open','open','','28-autosave','','','2012-03-06 14:07:44','2012-03-06 14:07:44','',28,'http://www.bushbitch.com/index.php/uncategorized/28-autosave.html',0,'revision','',0),(63,1,'2012-04-07 20:27:19','2012-04-07 20:27:19','Watch some good hot chick strip down to show off a big hairy ass bush. You will enjoy this action. She has one hot ass body and great ass here in this movie. I loved to watch her sexy cam show ','Hairy Bush Tube','','publish','open','open','','hairy-bush-tube','','','2012-04-07 20:27:19','2012-04-07 20:27:19','',0,'http://www.bushbitch.com/?p=63',0,'post','',0),(34,1,'2012-03-23 11:13:55','2012-03-23 11:13:55','<p style=\"text-align: justify;\">It all started when i got horny after watching some television that i decided to ditch the tube for some kinky fun on the net. I was looking around for a really good find but wasn\'t really successful after an hour of tedious search. Then suddenly out of nowhere popped this blonde bitch that loves to suck. And the thing about blondes is they don\'t just suck, they suck really hard and deep. Too bad she doesn\'t have the real thing with her right now but guess what, it ain\'t all that bad coz she has a large dildo to suck and fuck herself with. No dildo is too big for this crazy cam whore, she\'ll take in any size with relative ease coz she\'s got a big pussy. Crank up those speakers and grab that crotch and watch her do her dirty thing! If you love Unshaved bitches, she\'s definitely entertain you. I love the sound of her fingers rubbing with hair around that wet pussy. Listen to her suck that fucking dildo and feel those sultry lips drip with saliva while she she rubs her unshaved pussy wet. This cam whore wants you to have a good time watching her play with her kitty cat. Oh how she loves it when someone\'s watching her cum. That kitty cat\'s purring and wants you inside her. She just can\'t get enough of that dildo! She doesn\'t want to stop fucking both her orifices until she drips wet with white hot cum. Naughty naughty kitty cat loves to play dirty on cam. Fuck it i can\'t be with her right now!</p>','Unshaved','','publish','open','open','','unshaved','','','2012-03-23 13:36:45','2012-03-23 13:36:45','',0,'http://www.bushbitch.com/?p=34',0,'post','',0),(35,1,'2012-03-23 11:13:13','2012-03-23 11:13:13','This blonde bitch loves to suck. Too bad she doesn\'t have the real thing with her right now but guess what, it ain\'t all that bad coz she has a large dildo to suck and fuck herself with. Crank up those speakers and grab that crotch and watch her do her dirty thing Zoophilia style! Listen to her suck that fucking dildo and feel those sultry lips drip with saliva . This Zoophilia cam whore wants you to have a good time watching her play with her kitty cat. Oh how she loves it when someone\'s watching her cum. That kitty cat\'s purring and wants you inside her. She just can\'t get enough of that dildo! She doesn\'t want to stop fucking both her orifices until she drips wet with white hot cum. Naughty naughty kitty cat loves to play dirty on cam. Fuck it i can\'t be with her right now!','Unshaved','','inherit','open','open','','34-revision','','','2012-03-23 11:13:13','2012-03-23 11:13:13','',34,'http://www.bushbitch.com/index.php/uncategorized/34-revision.html',0,'revision','',0),(36,1,'2012-03-23 13:34:54','2012-03-23 13:34:54','<p style=\"text-align: justify;\">It all started when i got horny after watching some television that i decided to ditch the tube for some kinky fun on the net. I was looking around for a really good find but wasn\'t really successful after an hour of tedious search. Then suddenly This blonde bitch loves to suck. And the thing about blondes is they don\'t just suck, they suck really hard and deep. Too bad she doesn\'t have the real thing with her right now but guess what, it ain\'t all that bad coz she has a large dildo to suck and fuck herself with. No dildo is too big for this crazy cam whore, she\'ll take in any size with relative ease coz she\'s got a big pussy. Crank up those speakers and grab that crotch and watch her do her dirty thing! If you love Unshaved bitches, she\'s definitely entertain you. I love the sound of her fingers rubbing with hair around that wet pussy. Listen to her suck that fucking dildo and feel those sultry lips drip with saliva while she she rubs her unshaved pussy wet. This cam whore wants you to have a good time watching her play with her kitty cat. Oh how she loves it when someone\'s watching her cum. That kitty cat\'s purring and wants you inside her. She just can\'t get enough of that dildo! She doesn\'t want to stop fucking both her orifices until she drips wet with white hot cum. Naughty naughty kitty cat loves to play dirty on cam. Fuck it i can\'t be with her right now!</p>','Unshaved','','inherit','open','open','','34-autosave','','','2012-03-23 13:34:54','2012-03-23 13:34:54','',34,'http://www.bushbitch.com/index.php/uncategorized/34-autosave.html',0,'revision','',0),(37,1,'2012-03-23 11:13:55','2012-03-23 11:13:55','This blonde bitch loves to suck. Too bad she doesn\'t have the real thing with her right now but guess what, it ain\'t all that bad coz she has a large dildo to suck and fuck herself with. Crank up those speakers and grab that crotch and watch her do her dirty thing Zoophilia style! Listen to her suck that fucking dildo and feel those sultry lips drip with saliva . This Zoophilia cam whore wants you to have a good time watching her play with her kitty cat. Oh how she loves it when someone\'s watching her cum. That kitty cat\'s purring and wants you inside her. She just can\'t get enough of that dildo! She doesn\'t want to stop fucking both her orifices until she drips wet with white hot cum. Naughty naughty kitty cat loves to play dirty on cam. Fuck it i can\'t be with her right now!','Unshaved','','inherit','open','open','','34-revision-2','','','2012-03-23 11:13:55','2012-03-23 11:13:55','',34,'http://www.bushbitch.com/index.php/uncategorized/34-revision-2.html',0,'revision','',0),(38,1,'2012-03-23 13:20:47','2012-03-23 13:20:47','This blonde bitch loves to suck. And the thing about blondes is they don\'t just suck, they suck really hard and deep. Too bad she doesn\'t have the real thing with her right now but guess what, it ain\'t all that bad coz she has a large dildo to suck and fuck herself with. No dildo is too big for this crazy cam whore, she\'ll take in any size with relative ease coz she\'s got a big pussy. Crank up those speakers and grab that crotch and watch her do her dirty thing! If you love Unshaved bitches, she\'s definitely entertain you. Listen to her suck that fucking dildo and feel those sultry lips drip with saliva while she she rubs her unshaved pussy wet. This cam whore wants you to have a good time watching her play with her kitty cat. Oh how she loves it when someone\'s watching her cum. That kitty cat\'s purring and wants you inside her. She just can\'t get enough of that dildo! She doesn\'t want to stop fucking both her orifices until she drips wet with white hot cum. Naughty naughty kitty cat loves to play dirty on cam. Fuck it i can\'t be with her right now!','Unshaved','','inherit','open','open','','34-revision-3','','','2012-03-23 13:20:47','2012-03-23 13:20:47','',34,'http://www.bushbitch.com/index.php/uncategorized/34-revision-3.html',0,'revision','',0),(39,1,'2012-03-23 13:35:15','2012-03-23 13:35:15','<p style=\"text-align: justify;\">It all started when i got horny after watching some television that i decided to ditch the tube for some kinky fun on the net. I was looking around for a really good find but wasn\'t really successful after an hour of tedious search. Then suddenly out of nowhere popped this blonde bitch that loves to suck. And the thing about blondes is they don\'t just suck, they suck really hard and deep. Too bad she doesn\'t have the real thing with her right now but guess what, it ain\'t all that bad coz she has a large dildo to suck and fuck herself with. No dildo is too big for this crazy cam whore, she\'ll take in any size with relative ease coz she\'s got a big pussy. Crank up those speakers and grab that crotch and watch her do her dirty thing! If you love Unshaved bitches, she\'s definitely entertain you. I love the sound of her fingers rubbing with hair around that wet pussy. Listen to her suck that fucking dildo and feel those sultry lips drip with saliva while she she rubs her unshaved pussy wet. This cam whore wants you to have a good time watching her play with her kitty cat. Oh how she loves it when someone\'s watching her cum. That kitty cat\'s purring and wants you inside her. She just can\'t get enough of that dildo! She doesn\'t want to stop fucking both her orifices until she drips wet with white hot cum. Naughty naughty kitty cat loves to play dirty on cam. Fuck it i can\'t be with her right now!</p>','Unshaved','','inherit','open','open','','34-revision-4','','','2012-03-23 13:35:15','2012-03-23 13:35:15','',34,'http://www.bushbitch.com/index.php/uncategorized/34-revision-4.html',0,'revision','',0),(40,1,'2012-03-24 16:11:52','2012-03-24 16:11:52','<p style=\"text-align: justify;\">Sexy cat is a hot bitch with a hairy pussy. If you like hairy girls you will love Sexy cat. Hairy girls are a constant fetish of mine. She grins at the idea of doing a live cam show and realizes that her own fingers were at her waistband now. She glances at your face, not wanting to cum you so early. She closes her eyes as she pushes her hand further until they were curled around her pussy. She sighed quietly as her index finger dipped into her pussy feeling how wet she was. She strokes her lips slowly, arching her back as she brushed over certain spots. She could feel her cheeks becoming hot and her nipples straining. Her fingers continued their journey, sliding through her lips and seeking out her clit. She teases herself, letting her fingers drift extremely close before drawing back. But finally, after several trips around her pussy she couldn\'t stand it any longer and gently let her fingers glide over her clit. The feeling was amazing and her head sank deep into the pillow. She traces light circles over her clit, varying the pressure and speed sometimes but keeping up the motions. She bites her lip and tried her best to stay quiet as she slipped farther and farther into her own little world of ecstasy. She lets her fingers finally slip into her pussy as she fantasizes how your dick feels as it slips inside of her.</p>','Hairy Girls','','publish','open','open','','hairy-girls','','','2012-03-24 17:52:38','2012-03-24 17:52:38','',0,'http://www.bushbitch.com/?p=40',0,'post','',0),(41,1,'2012-03-24 16:05:24','2012-03-24 16:05:24','','Hairy Girls','','inherit','open','open','','40-revision','','','2012-03-24 16:05:24','2012-03-24 16:05:24','',40,'http://www.bushbitch.com/index.php/uncategorized/40-revision.html',0,'revision','',0),(42,1,'2012-03-24 18:24:21','2012-03-24 18:24:21','<p style=\"text-align: justify;\">Sexy cat is a hot bitch with a hairy pussy. If you like hairy girls you will love Sexy cat. Hairy girls are a constant fetish of mine. She grins at the idea of doing a live cam show and realizes that her own fingers were at her waistband now. She glances at your face, not wanting to cum you so early. She closes her eyes as she pushes her hand further until they were curled around her pussy. She sighed quietly as her index finger dipped into her pussy feeling how wet she was. She strokes her lips slowly, arching her back as she brushed over certain spots. She could feel her cheeks becoming hot and her nipples straining. Her fingers continued their journey, sliding through her lips and seeking out her clit. She teases herself, letting her fingers drift extremely close before drawing back. But finally, after several trips around her pussy she couldn\'t stand it any longer and gently let her fingers glide over her clit. The feeling was amazing and her head sank deep into the pillow. She traces light circles over her clit, varying the pressure and speed sometimes but keeping up the motions. She bites her lip and tried her best to stay quiet as she slipped farther and farther into her own little world of ecstasy. She lets her fingers finally slip into her pussy as she fantasizes how your dick feels as it slips inside of her.</p>','Hairy Girls','','inherit','open','open','','40-autosave','','','2012-03-24 18:24:21','2012-03-24 18:24:21','',40,'http://www.bushbitch.com/index.php/uncategorized/40-autosave.html',0,'revision','',0),(43,1,'2012-03-24 16:11:52','2012-03-24 16:11:52','','Hairy Girls','','inherit','open','open','','40-revision-2','','','2012-03-24 16:11:52','2012-03-24 16:11:52','',40,'http://www.bushbitch.com/index.php/uncategorized/40-revision-2.html',0,'revision','',0),(44,1,'2012-03-25 12:35:30','2012-03-25 12:35:30','<p style=\"text-align: justify;\">Autumn Jones has lots of Natural Hairy Girls Nude Photos. And she would like to share some of her Natural Hairy Girls Nude Photos with you. But not after i make her do a little cam show for all of us. She undresses rather slowly, taking off her skirt then her blouse to reveal she was wearing a bra and panties. After some hesitation she unfastened her bra and took it off to reveal her firm breasts as good as any I\'d seen in blue films. After a rather longer hesitation she pulled her panties right off. She was now completely naked and I saw her pussy was unshaven. She slips a finger into her pussy and found her clit. Her left hand massaged her breasts while her right hand was buried in her pussy. She pinched and squeezed her nipples while her face contorted in pleasure. She was wasting no time pleasuring herself. Her fingers were a blur on her clit and her legs were spread wide. Suddenly, she took her hand away from her pussy and she plunged her fingers into her mouth, wetting them, licking them. She caresses it until it was really hard. She asked her if I wanted her to finish it off. My reply was that she must. She pushes three fingers deep into her cunt and gave herself several orgasms which made her cry out in her ecstacy as she came.</p>','Natural Hairy Girls Nude Photos','','publish','open','open','','natural-hairy-girls-nude-photos','','','2012-03-25 14:28:51','2012-03-25 14:28:51','',0,'http://www.bushbitch.com/?p=44',0,'post','',0),(45,1,'2012-03-25 12:33:35','2012-03-25 12:33:35','','Natural Hairy Girls Nude Photos','','inherit','open','open','','44-revision','','','2012-03-25 12:33:35','2012-03-25 12:33:35','',44,'http://www.bushbitch.com/index.php/uncategorized/44-revision.html',0,'revision','',0),(46,1,'2012-03-25 12:34:23','2012-03-25 12:34:23','','Natural Hairy Girls Nude Photos','','inherit','open','open','','44-revision-2','','','2012-03-25 12:34:23','2012-03-25 12:34:23','',44,'http://www.bushbitch.com/index.php/uncategorized/44-revision-2.html',0,'revision','',0),(47,1,'2012-03-25 14:28:34','2012-03-25 14:28:34','<p style=\"text-align: justify;\">Autumn Jones has lots of Natural Hairy Girls Nude Photos. And she would like to share some of her Natural Hairy Girls Nude Photos with you. But not after i make her do a little cam show for all of us. She undresses rather slowly, taking off her skirt then her blouse to reveal she was wearing a bra and panties. After some hesitation she unfastened her bra and took it off to reveal her firm breasts as good as any I\'d seen in blue films. After a rather longer hesitation she pulled her panties right off. She was now completely naked and I saw her pussy was unshaven. She slips a finger into her pussy and found her clit. Her left hand massaged her breasts while her right hand was buried in her pussy. She pinched and squeezed her nipples while her face contorted in pleasure. She was wasting no time pleasuring herself. Her fingers were a blur on her clit and her legs were spread wide. Suddenly, she took her hand away from her pussy and she plunged her fingers into her mouth, wetting them, licking them. She caresses it until it was really hard. She asked her if I wanted her to finish it off. My reply was that she must. She pushes three fingers deep into her cunt and gave herself several orgasms which made her cry out in her ecstacy as she came.</p>','Natural Hairy Girls Nude Photos','','inherit','open','open','','44-autosave','','','2012-03-25 14:28:34','2012-03-25 14:28:34','',44,'http://www.bushbitch.com/index.php/uncategorized/44-autosave.html',0,'revision','',0),(48,1,'2012-03-25 12:35:30','2012-03-25 12:35:30','','Natural Hairy Girls Nude Photos','','inherit','open','open','','44-revision-3','','','2012-03-25 12:35:30','2012-03-25 12:35:30','',44,'http://www.bushbitch.com/index.php/uncategorized/44-revision-3.html',0,'revision','',0),(50,1,'2012-03-30 19:06:11','2012-03-30 19:06:11','Honey White is a hairy young girls. She loves to fuck but right now she\'s alone coz her boyfriend\'s out of town so she decides to stay in her room and fuck herself. Hairy young girls just wanna have fun, and she will have her fun tonight. She gently starts to massage her breasts. She licks her thumb and forefinger on each hand, and start to work her nipples into erection. She likes to pinch and pull them until they are hard and her body is warm with excitement. Her breathing picks up as she moves towards her thighs and vagina. She likes to pull and play with her pubic hair, as she pinches her right breast with her left hand. She slowly enters between her lips, and starts to work her clitoris. She enters into her vagina with her left hand, pulsating and continues to work her clitoris with her right hand. She works her clitoris in circular motions, and add two, three fingers into her vagina. She is moving her fingers into her vagina, and compress and release the muscles around her vagina. She wets her lips, and starts to moan \"yes... oh, yes...\" She increases the pace at which this rhythmical ensemble is moving, and holds her breath between licking her lips. She finally cums, and she cums really hard. Shooting streams of white hot cum as she lets out a loud scream of satisfaction.','Hairy Young Girls','','publish','open','open','','hairy-young-girls','','','2012-03-30 23:11:52','2012-03-30 23:11:52','',0,'http://www.bushbitch.com/?p=50',0,'post','',0),(51,1,'2012-03-30 19:05:29','2012-03-30 19:05:29','','Hairy Young girls','','inherit','open','open','','50-revision','','','2012-03-30 19:05:29','2012-03-30 19:05:29','',50,'http://www.bushbitch.com/index.php/uncategorized/50-revision.html',0,'revision','',0),(52,1,'2012-03-30 19:06:11','2012-03-30 19:06:11','','Hairy Young Girls','','inherit','open','open','','50-revision-2','','','2012-03-30 19:06:11','2012-03-30 19:06:11','',50,'http://www.bushbitch.com/index.php/uncategorized/50-revision-2.html',0,'revision','',0),(53,1,'2012-03-30 23:11:23','2012-03-30 23:11:23','Honey White is a hairy young girls. She loves to fuck but right now she\'s alone coz her boyfriend\'s out of town so she decides to stay in her room and fuck herself. Hairy young girls just wanna have fun, and she will have her fun tonight. She gently starts to massage her breasts. She licks her thumb and forefinger on each hand, and start to work her nipples into erection. She likes to pinch and pull them until they are hard and her body is warm with excitement. Her breathing picks up as she moves towards her thighs and vagina. She likes to pull and play with her pubic hair, as she pinches her right breast with her left hand. She slowly enters between her lips, and starts to work her clitoris. She enters into her vagina with her left hand, pulsating and continues to work her clitoris with her right hand. She works her clitoris in circular motions, and add two, three fingers into her vagina. She is moving her fingers into her vagina, and compress and release the muscles around her vagina. She wets her lips, and starts to moan \"yes... oh, yes...\" She increases the pace at which this rhythmical ensemble is moving, and holds her breath between licking her lips.','Hairy Young Girls','','inherit','open','open','','50-autosave','','','2012-03-30 23:11:23','2012-03-30 23:11:23','',50,'http://www.bushbitch.com/index.php/uncategorized/50-autosave.html',0,'revision','',0),(54,1,'2012-03-30 19:18:20','2012-03-30 19:18:20','','Hairy Young Girls','','inherit','open','open','','50-revision-3','','','2012-03-30 19:18:20','2012-03-30 19:18:20','',50,'http://www.bushbitch.com/index.php/uncategorized/50-revision-3.html',0,'revision','',0),(55,1,'2012-04-01 09:52:45','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2012-04-01 09:52:45','0000-00-00 00:00:00','',0,'http://www.bushbitch.com/?p=55',0,'post','',0),(56,1,'2012-04-01 09:53:45','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2012-04-01 09:53:45','0000-00-00 00:00:00','',0,'http://www.bushbitch.com/?p=56',0,'post','',0),(57,1,'2012-04-01 09:57:32','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2012-04-01 09:57:32','0000-00-00 00:00:00','',0,'http://www.bushbitch.com/?p=57',0,'post','',0),(58,1,'2012-04-01 09:57:56','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2012-04-01 09:57:56','0000-00-00 00:00:00','',0,'http://www.bushbitch.com/?p=58',0,'post','',0),(59,1,'2012-04-01 10:02:39','2012-04-01 10:02:39','Kimberrly is horny tonight. And atk hairy girls love to fuck themselves. This atk hairy girl starts off by running her hands over her firm butt cheeks, parting her legs and bending down giving us a delightful look at her wet lips and ass. Swaying her hips she reached around and parted her cheeks giving us an eyeful of her puckered hole, then slowly dipped a finger into her pussy and slid it up into her ass. You sat there groaning, your prick hard as steel, fighting my urge to slide it into her rear end. You could see in the webcam her firm breasts and hard nipples as she played with herself. Then she turned cupping her breasts in her hands, pushing them up as she brought her mouth down and licked each nipple making it stiffened. She moans as her fingers disappeared into her ass. Her clit is now swollen and throbbing, her pussy dripping with juices. Her pussy started to squirt and drip with cum juice as she nears orgasm. It was too much to bear. Her orgasm, so much in anticipation, was intense. She was barely able to suppress her squeals of passion and pleasure as she rode her hand through her orgasm. Her orgasm overtook her. Slowly the waves of her orgasm subsided, and as Kimberrly  lay in the afterglow she smiled at you and winked.\r\n','Atk Hairy Pussy Girls','','publish','open','open','','atk-hairy-girls','','','2012-04-07 20:36:17','2012-04-07 20:36:17','',0,'http://www.bushbitch.com/?p=59',0,'post','',0),(60,1,'2012-04-01 10:01:46','2012-04-01 10:01:46','','Atk Hairy Girls','','inherit','open','open','','59-revision','','','2012-04-01 10:01:46','2012-04-01 10:01:46','',59,'http://www.bushbitch.com/index.php/uncategorized/59-revision.html',0,'revision','',0),(61,1,'2012-04-01 11:16:54','2012-04-01 11:16:54','Kimberrly is horny tonight. And atk hairy girls love to fuck themselves. This atk hairy girl starts off by running her hands over her firm butt cheeks, parting her legs and bending down giving us a delightful look at her wet lips and ass. Swaying her hips she reached around and parted her cheeks giving us an eyeful of her puckered hole, then slowly dipped a finger into her pussy and slid it up into her ass. You sat there groaning, your prick hard as steel, fighting my urge to slide it into her rear end. You could see in the webcam her firm breasts and hard nipples as she played with herself. Then she turned cupping her breasts in her hands, pushing them up as she brought her mouth down and licked each nipple making it stiffened. She moans as her fingers disappeared into her ass. Her clit is now swollen and throbbing, her pussy dripping with juices. Her pussy started to squirt and drip with cum juice as she nears orgasm. It was too much to bear. Her orgasm, so much in anticipation, was intense. he was barely able to suppress her squeals of passion and pleasure as she rode her hand through her orgasm. Slowly the waves of her orgasm subsided, and as Kimberrly  lay in the afterglow she smiled at you and winked.\n','Atk Hairy Girls','','inherit','open','open','','59-autosave','','','2012-04-01 11:16:54','2012-04-01 11:16:54','',59,'http://www.bushbitch.com/index.php/uncategorized/59-autosave.html',0,'revision','',0),(62,1,'2012-04-01 10:02:39','2012-04-01 10:02:39','','Atk Hairy Girls','','inherit','open','open','','59-revision-2','','','2012-04-01 10:02:39','2012-04-01 10:02:39','',59,'http://www.bushbitch.com/index.php/uncategorized/59-revision-2.html',0,'revision','',0),(64,1,'2012-04-07 20:25:47','2012-04-07 20:25:47','Watch some good hot chick strip down to show off a big hairy ass bush. You will enjoy this action. She has one hot ass body and great ass here in this movie. I loved to watch her sexy cam show ','Hairy Bush Tube','','inherit','open','open','','63-revision','','','2012-04-07 20:25:47','2012-04-07 20:25:47','',63,'http://www.bushbitch.com/index.php/uncategorized/63-revision.html',0,'revision','',0),(65,1,'2012-04-01 11:17:16','2012-04-01 11:17:16','Kimberrly is horny tonight. And atk hairy girls love to fuck themselves. This atk hairy girl starts off by running her hands over her firm butt cheeks, parting her legs and bending down giving us a delightful look at her wet lips and ass. Swaying her hips she reached around and parted her cheeks giving us an eyeful of her puckered hole, then slowly dipped a finger into her pussy and slid it up into her ass. You sat there groaning, your prick hard as steel, fighting my urge to slide it into her rear end. You could see in the webcam her firm breasts and hard nipples as she played with herself. Then she turned cupping her breasts in her hands, pushing them up as she brought her mouth down and licked each nipple making it stiffened. She moans as her fingers disappeared into her ass. Her clit is now swollen and throbbing, her pussy dripping with juices. Her pussy started to squirt and drip with cum juice as she nears orgasm. It was too much to bear. Her orgasm, so much in anticipation, was intense. She was barely able to suppress her squeals of passion and pleasure as she rode her hand through her orgasm. Her orgasm overtook her. Slowly the waves of her orgasm subsided, and as Kimberrly  lay in the afterglow she smiled at you and winked.\r\n','Atk Hairy Girls','','inherit','open','open','','59-revision-3','','','2012-04-01 11:17:16','2012-04-01 11:17:16','',59,'http://www.bushbitch.com/index.php/uncategorized/59-revision-3.html',0,'revision','',0),(66,1,'2012-04-07 20:35:48','2012-04-07 20:35:48','Kimberrly is horny tonight. And atk hairy girls love to fuck themselves. This atk hairy girl starts off by running her hands over her firm butt cheeks, parting her legs and bending down giving us a delightful look at her wet lips and ass. Swaying her hips she reached around and parted her cheeks giving us an eyeful of her puckered hole, then slowly dipped a finger into her pussy and slid it up into her ass. You sat there groaning, your prick hard as steel, fighting my urge to slide it into her rear end. You could see in the webcam her firm breasts and hard nipples as she played with herself. Then she turned cupping her breasts in her hands, pushing them up as she brought her mouth down and licked each nipple making it stiffened. She moans as her fingers disappeared into her ass. Her clit is now swollen and throbbing, her pussy dripping with juices. Her pussy started to squirt and drip with cum juice as she nears orgasm. It was too much to bear. Her orgasm, so much in anticipation, was intense. She was barely able to suppress her squeals of passion and pleasure as she rode her hand through her orgasm. Her orgasm overtook her. Slowly the waves of her orgasm subsided, and as Kimberrly  lay in the afterglow she smiled at you and winked.\r\n','Atk Hairy Girls','','inherit','open','open','','59-revision-4','','','2012-04-07 20:35:48','2012-04-07 20:35:48','',59,'http://www.bushbitch.com/index.php/uncategorized/59-revision-4.html',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_ratings`
--

DROP TABLE IF EXISTS `wp_ratings`;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `wp_ratings` (
  `rating_id` int(11) NOT NULL auto_increment,
  `rating_postid` int(11) NOT NULL,
  `rating_posttitle` text NOT NULL,
  `rating_rating` int(2) NOT NULL,
  `rating_timestamp` varchar(15) NOT NULL,
  `rating_ip` varchar(40) NOT NULL,
  `rating_host` varchar(200) NOT NULL,
  `rating_username` varchar(50) NOT NULL,
  `rating_userid` int(10) NOT NULL default '0',
  PRIMARY KEY  (`rating_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
SET character_set_client = @saved_cs_client;

--
-- Dumping data for table `wp_ratings`
--

LOCK TABLES `wp_ratings` WRITE;
/*!40000 ALTER TABLE `wp_ratings` DISABLE KEYS */;
INSERT INTO `wp_ratings` VALUES (1,9,'Hairy Bush',1,'1331148793','101.209.34.57','101.209.34.57','Guest',0);
/*!40000 ALTER TABLE `wp_ratings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_sk2_logs`
--

DROP TABLE IF EXISTS `wp_sk2_logs`;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `wp_sk2_logs` (
  `id` int(11) NOT NULL auto_increment,
  `msg` text NOT NULL,
  `component` tinytext NOT NULL,
  `level` tinyint(4) NOT NULL,
  `ts` datetime NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=60 DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;

--
-- Dumping data for table `wp_sk2_logs`
--

LOCK TABLES `wp_sk2_logs` WRITE;
/*!40000 ALTER TABLE `wp_sk2_logs` DISABLE KEYS */;
INSERT INTO `wp_sk2_logs` VALUES (1,'Updated SQL schema for the core (to version: 4).','core',5,'2012-02-17 09:06:11'),(2,'Updated SQL schema for plugin: <em>User Level</em> (to version: 1).','core',5,'2012-02-17 09:06:11'),(3,'Updated SQL schema for plugin: <em>Captcha Check</em> (to version: 1).','core',5,'2012-02-17 09:06:11'),(4,'Updated SQL schema for plugin: <em>Encrypted Payload</em> (to version: 1).','core',5,'2012-02-17 09:06:11'),(5,'Updated SQL schema for plugin: <em>Javascript Payload</em> (to version: 1).','core',5,'2012-02-17 09:06:11'),(6,'Added default domain_grey entry: typepad.com','sk2_blacklist_plugin',6,'2012-02-17 09:06:11'),(7,'Added default domain_grey entry: blogspot.com','sk2_blacklist_plugin',6,'2012-02-17 09:06:11'),(8,'Added default domain_grey entry: livejournal.com','sk2_blacklist_plugin',6,'2012-02-17 09:06:11'),(9,'Added default domain_grey entry: xanga.com','sk2_blacklist_plugin',6,'2012-02-17 09:06:11'),(10,'Updated SQL schema for plugin: <em>Blacklist</em> (to version: 2).','core',5,'2012-02-17 09:06:11'),(11,'Updated SQL schema for plugin: <em>Link Counter</em> (to version: 1).','core',5,'2012-02-17 09:06:11'),(12,'Updated SQL schema for plugin: <em>Stopwatch</em> (to version: 1).','core',5,'2012-02-17 09:06:11'),(13,'Updated SQL schema for plugin: <em>Entities Detector</em> (to version: 1).','core',5,'2012-02-17 09:06:11'),(14,'Updated SQL schema for plugin: <em>TrackBack Referrer Check</em> (to version: 1).','core',5,'2012-02-17 09:06:11'),(15,'Updated SQL schema for plugin: <em>Snowball Effect</em> (to version: 1).','core',5,'2012-02-17 09:06:11'),(16,'Updated SQL schema for plugin: <em>Post Age and Activity</em> (to version: 1).','core',5,'2012-02-17 09:06:11'),(17,'Added default IP RBL server entry: opm.blitzed.org','sk2_rbl_plugin',4,'2012-02-17 09:06:11'),(18,'Added default IP RBL server entry: bl.blbl.org','sk2_rbl_plugin',4,'2012-02-17 09:06:11'),(19,'Added default URI RBL server entry: uri-bl.blbl.org','sk2_rbl_plugin',4,'2012-02-17 09:06:11'),(20,'Updated SQL schema for plugin: <em>RBL Check</em> (to version: 1).','core',5,'2012-02-17 09:06:11'),(21,'Updated SQL schema for plugin: <em>Anubis</em> (to version: 1).','core',5,'2012-02-17 09:06:11'),(22,'Updated SQL schema for plugin: <em>Simple Digest</em> (to version: 1).','core',5,'2012-02-17 09:06:11'),(23,'Initialized the core (to version: 4).','core',5,'2012-02-17 09:06:11'),(24,'Updated plugin: <em>User Level</em> (to version: 1).','core',5,'2012-02-17 09:06:11'),(25,'Updated plugin: <em>Captcha Check</em> (to version: 1).','core',5,'2012-02-17 09:06:11'),(26,'Resetting secret seed to: t2m5gsfwf4','sk2_payload_plugin',5,'2012-02-17 09:06:11'),(27,'Updated plugin: <em>Encrypted Payload</em> (to version: 1).','core',5,'2012-02-17 09:06:11'),(28,'Resetting secret Javascript seed to: gsy9ufcrd4','sk2_javascript_plugin',5,'2012-02-17 09:06:11'),(29,'Updated plugin: <em>Javascript Payload</em> (to version: 1).','core',5,'2012-02-17 09:06:11'),(30,'Updated plugin: <em>Blacklist</em> (to version: 2).','core',5,'2012-02-17 09:06:11'),(31,'Updated plugin: <em>Link Counter</em> (to version: 1).','core',5,'2012-02-17 09:06:11'),(32,'Updated plugin: <em>Stopwatch</em> (to version: 1).','core',5,'2012-02-17 09:06:11'),(33,'Updated plugin: <em>Entities Detector</em> (to version: 1).','core',5,'2012-02-17 09:06:11'),(34,'Updated plugin: <em>TrackBack Referrer Check</em> (to version: 1).','core',5,'2012-02-17 09:06:11'),(35,'Updated plugin: <em>Snowball Effect</em> (to version: 1).','core',5,'2012-02-17 09:06:11'),(36,'Updated plugin: <em>Post Age and Activity</em> (to version: 1).','core',5,'2012-02-17 09:06:11'),(37,'Updated plugin: <em>RBL Check</em> (to version: 1).','core',5,'2012-02-17 09:06:11'),(38,'Updated plugin: <em>Anubis</em> (to version: 1).','core',5,'2012-02-17 09:06:11'),(39,'Stored initial last run time stamp','sk2_pjw_simpledigest',4,'2012-02-17 09:06:11'),(40,'Updated plugin: <em>Simple Digest</em> (to version: 1).','core',5,'2012-02-17 09:06:11'),(41,'Cannot unserialize news array from URL: <em>http://wp-plugins.net/sk2/sk2_news.php?sk2_version=2&sk2_release=final+r3&sk2_lang=</em>','web_UI',8,'2012-02-17 09:06:12'),(42,'Running first-time install checks...','web_UI',4,'2012-02-17 09:06:12'),(43,'Resetting secret seed to: ojovwp6pop.','sk2_payload_plugin',5,'2012-02-17 13:14:50'),(44,'Resetting secret Javascript seed to: 4dvy4nwfgw','sk2_javascript_plugin',5,'2012-02-17 13:14:50'),(45,'Submitted 2 total entries to RBL using POST; got result ','sk2_rbl_plugin',4,'2012-02-29 22:37:55'),(46,'Successfully updated comment entry ID: 2 to status: spam.','sk2_anubis_plugin',4,'2012-02-29 22:37:55'),(47,'Submitted 3 total entries to RBL using POST; got result ','sk2_rbl_plugin',4,'2012-03-09 11:10:05'),(48,'Successfully updated comment entry ID: 3 to status: spam.','sk2_anubis_plugin',4,'2012-03-09 11:10:05'),(49,'Fake Javascript Payload.','sk2_javascript_plugin',6,'2012-03-30 14:56:15'),(50,'Submitted 2 total entries to RBL using POST; got result ','sk2_rbl_plugin',4,'2012-03-30 14:56:15'),(51,'Successfully updated comment entry ID: 4 to status: spam.','sk2_anubis_plugin',4,'2012-03-30 14:56:15'),(52,'Fake Javascript Payload.','sk2_javascript_plugin',6,'2012-04-04 17:22:55'),(53,'Submitted 2 total entries to RBL using POST; got result ','sk2_rbl_plugin',4,'2012-04-04 17:22:55'),(54,'Successfully updated comment entry ID: 5 to status: spam.','sk2_anubis_plugin',4,'2012-04-04 17:22:55'),(55,'Submitted 3 total entries to RBL using POST; got result ','sk2_rbl_plugin',4,'2012-04-10 13:04:54'),(56,'Successfully updated comment entry ID: 6 to status: spam.','sk2_anubis_plugin',4,'2012-04-10 13:04:54'),(57,'Fake Javascript Payload.','sk2_javascript_plugin',6,'2012-04-13 00:15:12'),(58,'Submitted 2 total entries to RBL using POST; got result ','sk2_rbl_plugin',4,'2012-04-13 00:15:13'),(59,'Successfully updated comment entry ID: 7 to status: spam.','sk2_anubis_plugin',4,'2012-04-13 00:15:13');
/*!40000 ALTER TABLE `wp_sk2_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_sk2_spams`
--

DROP TABLE IF EXISTS `wp_sk2_spams`;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `wp_sk2_spams` (
  `id` int(11) NOT NULL auto_increment,
  `comment_ID` int(11) NOT NULL default '0',
  `karma` float NOT NULL default '0',
  `karma_cmts` text NOT NULL,
  `last_mod` datetime NOT NULL default '0000-00-00 00:00:00',
  `unlock_keys` tinytext NOT NULL,
  `remaining_attempts` int(11) NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `comment_ID` (`comment_ID`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;

--
-- Dumping data for table `wp_sk2_spams`
--

LOCK TABLES `wp_sk2_spams` WRITE;
/*!40000 ALTER TABLE `wp_sk2_spams` DISABLE KEYS */;
INSERT INTO `wp_sk2_spams` VALUES (1,2,-7.5,'a:4:{i:0;a:4:{s:2:\"ts\";i:1330573075;s:3:\"hit\";d:0;s:6:\"plugin\";s:17:\"Encrypted Payload\";s:6:\"reason\";s:37:\"Encrypted payload valid: IP matching.\";}i:1;a:4:{s:2:\"ts\";i:1330573075;s:3:\"hit\";d:-2;s:6:\"plugin\";s:18:\"Javascript Payload\";s:6:\"reason\";s:34:\"Browser doesn\'t support Javascript\";}i:2;a:4:{s:2:\"ts\";i:1330573075;s:3:\"hit\";d:0.5;s:6:\"plugin\";s:12:\"Link Counter\";s:6:\"reason\";s:50:\"Comment has no URL in content (but one author URL)\";}i:3;a:4:{s:2:\"ts\";i:1330573075;s:3:\"hit\";d:-6;s:6:\"plugin\";s:9:\"Stopwatch\";s:6:\"reason\";s:65:\"Flash Gordon was here (comment posted 1 seconds after page load).\";}}','2012-02-29 22:37:55','a:0:{}',5),(2,3,-8,'a:3:{i:0;a:4:{s:2:\"ts\";i:1331309405;s:3:\"hit\";d:0;s:6:\"plugin\";s:17:\"Encrypted Payload\";s:6:\"reason\";s:37:\"Encrypted payload valid: IP matching.\";}i:1;a:4:{s:2:\"ts\";i:1331309405;s:3:\"hit\";d:-2;s:6:\"plugin\";s:18:\"Javascript Payload\";s:6:\"reason\";s:34:\"Browser doesn\'t support Javascript\";}i:2;a:4:{s:2:\"ts\";i:1331309405;s:3:\"hit\";d:-6;s:6:\"plugin\";s:9:\"Stopwatch\";s:6:\"reason\";s:65:\"Flash Gordon was here (comment posted 1 seconds after page load).\";}}','2012-03-09 11:10:06','a:0:{}',5),(3,4,-26.9,'a:4:{i:0;a:4:{s:2:\"ts\";i:1333133775;s:3:\"hit\";d:0;s:6:\"plugin\";s:17:\"Encrypted Payload\";s:6:\"reason\";s:37:\"Encrypted payload valid: IP matching.\";}i:1;a:4:{s:2:\"ts\";i:1333133775;s:3:\"hit\";d:-10;s:6:\"plugin\";s:18:\"Javascript Payload\";s:6:\"reason\";s:24:\"Fake Javascript Payload.\";}i:2;a:4:{s:2:\"ts\";i:1333133775;s:3:\"hit\";d:-8.8300000000000000710542735760100185871124267578125;s:6:\"plugin\";s:12:\"Link Counter\";s:6:\"reason\";s:119:\"Comment contains: 0 linked URLs and 6 unlinked URLs: total link coef: 4 >= threshold (2). Non-URL text size: 237 chars.\";}i:3;a:4:{s:2:\"ts\";i:1333133775;s:3:\"hit\";d:-8.07000000000000028421709430404007434844970703125;s:6:\"plugin\";s:21:\"Post Age and Activity\";s:6:\"reason\";s:77:\"Entry posted 1 month ago. 0 comments in the past 15 days. Current Karma: -18.\";}}','2012-03-30 14:56:15','a:0:{}',5),(4,5,-27.81,'a:4:{i:0;a:4:{s:2:\"ts\";i:1333574575;s:3:\"hit\";d:0;s:6:\"plugin\";s:17:\"Encrypted Payload\";s:6:\"reason\";s:37:\"Encrypted payload valid: IP matching.\";}i:1;a:4:{s:2:\"ts\";i:1333574575;s:3:\"hit\";d:-10;s:6:\"plugin\";s:18:\"Javascript Payload\";s:6:\"reason\";s:24:\"Fake Javascript Payload.\";}i:2;a:4:{s:2:\"ts\";i:1333574575;s:3:\"hit\";d:-8.3800000000000007815970093361102044582366943359375;s:6:\"plugin\";s:12:\"Link Counter\";s:6:\"reason\";s:119:\"Comment contains: 0 linked URLs and 6 unlinked URLs: total link coef: 4 >= threshold (2). Non-URL text size: 258 chars.\";}i:3;a:4:{s:2:\"ts\";i:1333574575;s:3:\"hit\";d:-9.42999999999999971578290569595992565155029296875;s:6:\"plugin\";s:21:\"Post Age and Activity\";s:6:\"reason\";s:77:\"Entry posted 1 month ago. 0 comments in the past 15 days. Current Karma: -18.\";}}','2012-04-04 17:22:55','a:0:{}',5),(5,6,-20.75,'a:4:{i:0;a:4:{s:2:\"ts\";i:1334077494;s:3:\"hit\";d:0;s:6:\"plugin\";s:17:\"Encrypted Payload\";s:6:\"reason\";s:37:\"Encrypted payload valid: IP matching.\";}i:1;a:4:{s:2:\"ts\";i:1334077494;s:3:\"hit\";d:-2;s:6:\"plugin\";s:18:\"Javascript Payload\";s:6:\"reason\";s:34:\"Browser doesn\'t support Javascript\";}i:2;a:4:{s:2:\"ts\";i:1334077494;s:3:\"hit\";d:-6;s:6:\"plugin\";s:9:\"Stopwatch\";s:6:\"reason\";s:65:\"Flash Gordon was here (comment posted 2 seconds after page load).\";}i:3;a:4:{s:2:\"ts\";i:1334077494;s:3:\"hit\";d:-12.75;s:6:\"plugin\";s:21:\"Post Age and Activity\";s:6:\"reason\";s:85:\"Entry posted 1 month, 3 weeks ago. 0 comments in the past 15 days. Current Karma: -8.\";}}','2012-04-10 13:04:54','a:0:{}',5),(6,7,-33.49,'a:4:{i:0;a:4:{s:2:\"ts\";i:1334290512;s:3:\"hit\";d:0;s:6:\"plugin\";s:17:\"Encrypted Payload\";s:6:\"reason\";s:37:\"Encrypted payload valid: IP matching.\";}i:1;a:4:{s:2:\"ts\";i:1334290512;s:3:\"hit\";d:-10;s:6:\"plugin\";s:18:\"Javascript Payload\";s:6:\"reason\";s:24:\"Fake Javascript Payload.\";}i:2;a:4:{s:2:\"ts\";i:1334290512;s:3:\"hit\";d:-11.8499999999999996447286321199499070644378662109375;s:6:\"plugin\";s:12:\"Link Counter\";s:6:\"reason\";s:119:\"Comment contains: 0 linked URLs and 7 unlinked URLs: total link coef: 5 >= threshold (2). Non-URL text size: 308 chars.\";}i:3;a:4:{s:2:\"ts\";i:1334290512;s:3:\"hit\";d:-11.6400000000000005684341886080801486968994140625;s:6:\"plugin\";s:21:\"Post Age and Activity\";s:6:\"reason\";s:85:\"Entry posted 1 month, 1 week ago. 0 comments in the past 15 days. Current Karma: -21.\";}}','2012-04-13 00:15:13','a:0:{}',5);
/*!40000 ALTER TABLE `wp_sk2_spams` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_term_relationships`;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
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;
SET character_set_client = @saved_cs_client;

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

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,2,0),(2,2,0),(3,2,0),(4,2,0),(5,2,0),(6,2,0),(7,2,0),(31,39,0),(6,1,0),(6,7,0),(6,8,0),(6,9,0),(6,10,0),(6,11,0),(6,12,0),(6,13,0),(6,14,0),(9,1,0),(9,15,0),(9,16,0),(9,9,0),(9,17,0),(9,18,0),(9,19,0),(9,13,0),(9,20,0),(9,21,0),(12,22,0),(12,4,0),(12,23,0),(12,16,0),(12,9,0),(12,24,0),(12,20,0),(12,8,0),(15,25,0),(15,5,0),(15,9,0),(15,20,0),(15,26,0),(15,18,0),(18,27,0),(18,6,0),(18,13,0),(18,18,0),(18,28,0),(18,20,0),(18,29,0),(18,30,0),(22,3,0),(22,31,0),(22,20,0),(22,16,0),(22,13,0),(22,18,0),(25,32,0),(25,6,0),(25,33,0),(25,34,0),(25,35,0),(25,36,0),(25,20,0),(28,27,0),(28,3,0),(28,9,0),(28,37,0),(28,34,0),(28,38,0),(28,20,0),(31,3,0),(31,40,0),(31,41,0),(31,42,0),(31,20,0),(31,18,0),(34,1,0),(34,43,0),(34,44,0),(34,45,0),(34,46,0),(34,47,0),(34,48,0),(34,49,0),(40,9,0),(40,3,0),(40,50,0),(40,51,0),(40,52,0),(40,8,0),(40,53,0),(44,1,0),(44,54,0),(44,55,0),(44,56,0),(44,57,0),(44,58,0),(44,59,0),(44,40,0),(44,20,0),(50,60,0),(50,3,0),(50,61,0),(50,62,0),(50,9,0),(50,20,0),(50,63,0),(50,21,0),(50,64,0),(59,9,0),(59,3,0),(59,65,0),(59,66,0),(59,67,0),(59,59,0),(59,58,0),(59,20,0),(63,3,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_term_taxonomy`;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
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=68 DEFAULT CHARSET=utf8;
SET character_set_client = @saved_cs_client;

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

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,4),(2,2,'link_category','',0,7),(3,3,'category','',0,7),(4,4,'category','',0,1),(5,5,'category','',0,1),(6,6,'category','',0,2),(7,7,'post_tag','',0,1),(8,8,'post_tag','',0,3),(9,9,'post_tag','',0,8),(10,10,'post_tag','',0,1),(11,11,'post_tag','',0,1),(12,12,'post_tag','',0,1),(13,13,'post_tag','',0,4),(14,14,'post_tag','',0,1),(15,15,'post_tag','',0,1),(16,16,'post_tag','',0,3),(17,17,'post_tag','',0,1),(18,18,'post_tag','',0,5),(19,19,'post_tag','',0,1),(20,20,'post_tag','',0,11),(21,21,'post_tag','',0,2),(22,22,'post_tag','',0,1),(23,23,'post_tag','',0,1),(24,24,'post_tag','',0,1),(25,25,'post_tag','',0,1),(26,26,'post_tag','',0,1),(27,27,'post_tag','',0,2),(28,28,'post_tag','',0,1),(29,29,'post_tag','',0,1),(30,30,'post_tag','',0,1),(31,31,'post_tag','',0,1),(32,32,'post_tag','',0,1),(33,33,'post_tag','',0,1),(34,34,'post_tag','',0,2),(35,35,'post_tag','',0,1),(36,36,'post_tag','',0,1),(37,37,'post_tag','',0,1),(38,38,'post_tag','',0,1),(39,39,'post_tag','',0,1),(40,40,'post_tag','',0,2),(41,41,'post_tag','',0,1),(42,42,'post_tag','',0,1),(43,43,'post_tag','',0,1),(44,44,'post_tag','',0,1),(45,45,'post_tag','',0,1),(46,46,'post_tag','',0,1),(47,47,'post_tag','',0,1),(48,48,'post_tag','',0,1),(49,49,'post_tag','',0,1),(50,50,'post_tag','',0,1),(51,51,'post_tag','',0,1),(52,52,'post_tag','',0,1),(53,53,'post_tag','',0,1),(54,54,'post_tag','',0,1),(55,55,'post_tag','',0,1),(56,56,'post_tag','',0,1),(57,57,'post_tag','',0,1),(58,58,'post_tag','',0,2),(59,59,'post_tag','',0,2),(60,60,'post_tag','',0,1),(61,61,'post_tag','',0,1),(62,62,'post_tag','',0,1),(63,63,'post_tag','',0,1),(64,64,'post_tag','',0,1),(65,65,'post_tag','',0,1),(66,66,'post_tag','',0,1),(67,67,'post_tag','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_terms`;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
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=68 DEFAULT CHARSET=utf8;
SET character_set_client = @saved_cs_client;

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

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Hairy Bush','uncategorized',0),(2,'Blogroll','blogroll',0),(3,'Hairy Girls','hairy-girls',0),(4,'Hairy Erotica','hairy-erotica',0),(5,'Hairy Pussy Girls','hairy-pussy-girls',0),(6,'Unshaved Bush','unshaved-bush',0),(7,'Sammy_Brooks','sammy_brooks',0),(8,'Unshaved Pussy','unshaved-pussy',0),(9,'hairy girls','hairy-girls-2',0),(10,'hot babes','hot-babes',0),(11,'pussy','pussy',0),(12,'jairy pussy','jairy-pussy',0),(13,'full bush','full-bush',0),(14,'hot bush','hot-bush',0),(15,'RavenFoxx','ravenfoxx',0),(16,'Hairy Bush','hairy-bush',0),(17,'webcam babes','webcam-babes',0),(18,'webcam girls','webcam-girls',0),(19,'hot babe','hot-babe',0),(20,'unshaved','unshaved',0),(21,'hairy pussy','hairy-pussy',0),(22,'XXXpornoqueen','xxxpornoqueen',0),(23,'hairy erotica','hairy-erotica-2',0),(24,'hairy pussy girls','hairy-pussy-girls-2',0),(25,'LupeFuentes','lupefuentes',0),(26,'Latina babes','latina-babes',0),(27,'Nika4you','nika4you',0),(28,'hariy bush','hariy-bush',0),(29,'hot cams','hot-cams',0),(30,'cute babe','cute-babe',0),(31,'DaisyDestin','daisydestin',0),(32,'GirlinGlasses','girlinglasses',0),(33,'hot busy','hot-busy',0),(34,'horny babes','horny-babes',0),(35,'naughty girls','naughty-girls',0),(36,'cute chick','cute-chick',0),(37,'naked hairy girls','naked-hairy-girls',0),(38,'cam babes','cam-babes',0),(39,'Sophia Bush Hot','sophia-bush-hot',0),(40,'Hairy','hairy',0),(41,'Fetish','fetish',0),(42,'Hentai','hentai',0),(43,'soft kitten','soft-kitten',0),(44,'ushaved','ushaved',0),(45,'hair bush','hair-bush',0),(46,'amateur','amateur',0),(47,'webcam','webcam',0),(48,'free sex movies','free-sex-movies',0),(49,'free sex videos','free-sex-videos',0),(50,'unshave girls','unshave-girls',0),(51,'bush','bush',0),(52,'hairy sex','hairy-sex',0),(53,'unshaved sex','unshaved-sex',0),(54,'Natural Hairy Girls','natural-hairy-girls',0),(55,'Nude Photos','nude-photos',0),(56,'AutumnJones','autumnjones',0),(57,'Autumn Jones','autumn-jones',0),(58,'webcam chat','webcam-chat',0),(59,'sex chat','sex-chat',0),(60,'HoneyWhite','honeywhite',0),(61,'Honey White','honey-white',0),(62,'Honey_White','honey_white',0),(63,'beaver','beaver',0),(64,'webcam sex','webcam-sex',0),(65,'bushy','bushy',0),(66,'kimberrly','kimberrly',0),(67,'sex video','sex-video',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_usermeta`;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
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=25 DEFAULT CHARSET=utf8;
SET character_set_client = @saved_cs_client;

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

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'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,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_media_uploader,wp330_saving_widgets'),(13,1,'show_welcome_panel','1'),(14,1,'wp_dashboard_quick_press_last_post_id','55'),(15,1,'closedpostboxes_post','a:0:{}'),(16,1,'metaboxhidden_post','a:6:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),(17,1,'wp_user-settings','editor=html&hidetb=1'),(18,1,'wp_user-settings-time','1333149110'),(19,1,'wpseo_title',''),(20,1,'wpseo_metadesc',''),(21,1,'wpseo_metakey',''),(22,1,'aim',''),(23,1,'yim',''),(24,1,'jabber','');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_users`
--

DROP TABLE IF EXISTS `wp_users`;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL auto_increment,
  `user_login` varchar(60) NOT NULL default '',
  `user_pass` varchar(64) NOT NULL default '',
  `user_nicename` varchar(50) NOT NULL default '',
  `user_email` varchar(100) NOT NULL default '',
  `user_url` varchar(100) NOT NULL default '',
  `user_registered` datetime NOT NULL default '0000-00-00 00:00:00',
  `user_activation_key` varchar(60) NOT NULL default '',
  `user_status` int(11) NOT NULL default '0',
  `display_name` varchar(250) NOT NULL default '',
  PRIMARY KEY  (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
SET character_set_client = @saved_cs_client;

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

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'admin','$P$BkhmHSXs4utxFbzgcXC8WHV2l7JI1W0','admin','rightmobile@gmail.com','','2012-02-17 00:16:39','',0,'admin');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!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 */;

-- Dump completed on 2012-04-13  5:14:09