0byt3m1n1
Path:
/
data
/
18
/
3
/
39
/
15
/
3039667
/
meta
/
3376823
/
mysql.backup
/
[
Home
]
File: 1_03756a9_0.mysqlv109.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv109 Database: 1_03756a9_0 -- ------------------------------------------------------ -- Server version 5.0.91 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; 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 AUTO_INCREMENT=3 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_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=2 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 */; /*!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/support/','Support Forums','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/extend/plugins/','Plugins','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/themes/','Themes','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/support/forum/requests-and-feedback','Feedback','','','','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, `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=2020 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 (1,'siteurl','http://www.flyupnow.com/blog','yes'),(2,'blogname','blog','yes'),(3,'blogdescription','Just another WordPress site','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','craigrantnow@gmail.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','closed','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(112,'db_upgraded','','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'links_recently_updated_prepend','<em>','yes'),(27,'links_recently_updated_append','</em>','yes'),(28,'links_recently_updated_time','120','yes'),(29,'comment_moderation','','yes'),(30,'moderation_notify','1','yes'),(31,'permalink_structure','','yes'),(32,'gzipcompression','0','yes'),(33,'hack_file','0','yes'),(34,'blog_charset','UTF-8','yes'),(35,'moderation_keys','','no'),(36,'active_plugins','a:1:{i:0;s:19:\"jetpack/jetpack.php\";}','yes'),(37,'home','http://www.flyupnow.com/blog','yes'),(38,'category_base','','yes'),(39,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,'advanced_edit','0','yes'),(41,'comment_max_links','2','yes'),(42,'gmt_offset','-5','yes'),(43,'default_email_category','1','yes'),(44,'recently_edited','a:5:{i:0;s:108:\"\\\\WDP\\DFS\\30\\4\\3\\7\\3038916734\\user\\sites\\3376823.site\\www\\now-fun\\blog/wp-content/themes/twentyten/style.css\";i:1;s:114:\"\\\\WDP\\DFS\\30\\4\\3\\7\\3038916734\\user\\sites\\3376823.site\\www\\now-fun\\blog/wp-content/themes/twentyten/loop-single.php\";i:3;s:109:\"\\\\WDP\\DFS\\30\\4\\3\\7\\3038916734\\user\\sites\\3376823.site\\www\\now-fun\\blog/wp-content/themes/twentyten/header.php\";i:4;s:109:\"\\\\WDP\\DFS\\30\\4\\3\\7\\3038916734\\user\\sites\\3376823.site\\www\\now-fun\\blog/wp-content/themes/twentyten/footer.php\";i:5;s:109:\"\\\\WDP\\DFS\\30\\4\\3\\7\\3038916734\\user\\sites\\3376823.site\\www\\now-fun\\blog/wp-content/themes/twentyten/single.php\";}','no'),(45,'template','twentyten','yes'),(46,'stylesheet','twentyten','yes'),(47,'comment_whitelist','1','yes'),(48,'blacklist_keys','','no'),(49,'comment_registration','','yes'),(50,'html_type','text/html','yes'),(51,'use_trackback','0','yes'),(52,'default_role','subscriber','yes'),(53,'db_version','26691','yes'),(54,'uploads_use_yearmonth_folders','1','yes'),(55,'upload_path','','yes'),(56,'blog_public','1','yes'),(57,'default_link_category','2','yes'),(58,'show_on_front','page','yes'),(59,'tag_base','','yes'),(60,'show_avatars','1','yes'),(61,'avatar_rating','G','yes'),(62,'upload_url_path','','yes'),(63,'thumbnail_size_w','150','yes'),(64,'thumbnail_size_h','150','yes'),(65,'thumbnail_crop','1','yes'),(66,'medium_size_w','300','yes'),(67,'medium_size_h','300','yes'),(68,'avatar_default','mystery','yes'),(71,'large_size_w','1024','yes'),(72,'large_size_h','1024','yes'),(73,'image_default_link_type','file','yes'),(74,'image_default_size','','yes'),(75,'image_default_align','','yes'),(76,'close_comments_for_old_posts','','yes'),(77,'close_comments_days_old','14','yes'),(78,'thread_comments','1','yes'),(79,'thread_comments_depth','5','yes'),(80,'page_comments','','yes'),(81,'comments_per_page','50','yes'),(82,'default_comments_page','newest','yes'),(83,'comment_order','asc','yes'),(84,'sticky_posts','a:0:{}','yes'),(85,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(86,'widget_text','a:2:{i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:662:\"<iframe width=\"100%\" scrolling=\"no\" frameborder=\"0\" src=\"http://banners.adultfriendfinder.com/piclist?background_color=transparent&banner_title=1Hook+up+with+hot+women+in&border_color=transparent&display=vertical&find_sex=2&grid=1x2&link_color=%230000FF&looking_for_person=1&no_anim_gif=1&no_flash=1&page=search&photo=2&pic_border_color=%23000000&pic_border_width=0&pid=p73294&race=0&rollover_header_color=%23FFEE80&rows=2&show_join_link=0&show_profile=1&show_title=0&site=ffadult&size=1&target=_blank&text_color=%23000000&thumb=bigthumb&title_color=%23000000&width=100%25&iframe=1\" style=\"vertical-align: middle;\" height=\"300\" allowtransparency=\"true\"></iframe>\";s:6:\"filter\";b:0;s:10:\"conditions\";a:2:{s:6:\"action\";s:4:\"hide\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"major\";s:4:\"page\";s:5:\"minor\";s:1:\"2\";}}}}s:12:\"_multiwidget\";i:1;}','yes'),(87,'widget_rss','a:0:{}','yes'),(88,'uninstall_plugins','a:0:{}','no'),(89,'timezone_string','','yes'),(91,'embed_size_w','','yes'),(92,'embed_size_h','600','yes'),(93,'page_for_posts','0','yes'),(94,'page_on_front','2','yes'),(95,'default_post_format','0','yes'),(96,'initial_db_version','20596','yes'),(97,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{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: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'),(98,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-posts','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:6;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:19:\"blog_subscription-2\";}s:19:\"primary-widget-area\";a:2:{i:0;s:14:\"recent-posts-2\";i:1;s:6:\"text-3\";}s:21:\"secondary-widget-area\";a:0:{}s:24:\"first-footer-widget-area\";a:0:{}s:25:\"second-footer-widget-area\";a:0:{}s:24:\"third-footer-widget-area\";a:0:{}s:25:\"fourth-footer-widget-area\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(104,'cron','a:7:{i:1397684608;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1397694600;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1397712469;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:1397744450;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:1397765115;a:1:{s:30:\"wp_scheduled_auto_draft_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:1397994394;a:1:{s:17:\"jetpack_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:14:\"jetpack_weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(157,'_site_transient_timeout_browser_2a45585bf6fbca9e24972054edb9a714','1389987165','yes'),(106,'_transient_random_seed','6a5bba6503676841bd6fdc9158bd3a6e','yes'),(107,'auth_key','d!5hDQ6l0|aax)u_~U]5qT..-55c=O~8q&Z#C?[J:`CP8.zu1GP/i|mTFN%8-P n','yes'),(108,'auth_salt','uE77I^}#R#X5j;sc!~OmqJl$]_8r40y[[>lV.Ck_.G8#&;cK]+?cW}|_**75@3qk','yes'),(109,'logged_in_key','p_P$YdfptQD?kzv|A<fsB#5Gi-F5ULtYS$&LA_b/,lzhn$eEQ7-y:(KZ,]/Zk=99','yes'),(110,'logged_in_salt','=}7 u_372Mv8y;H@V2Weo)_:UaiN7~8!@5Muayea#.^uCntjd^?NrC#A56eI^KLd','yes'),(111,'link_manager_enabled','1','yes'),(2014,'_site_transient_timeout_theme_roots','1397685865','yes'),(2015,'_site_transient_theme_roots','a:6:{s:18:\"simon-wp-framework\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:9:\"twentyten\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(120,'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:28:\"http://www.flyupnow.com/blog\";s:4:\"link\";s:104:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.flyupnow.com/blog/\";s:3:\"url\";s:137:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.flyupnow.com/blog/\";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'),(121,'nonce_key','7L@0cD0>G2GtvO+siB zV+&ataWl5&kJr!k@4n:?89=<yC)SBS39F+oXm*<7;F;x','yes'),(122,'nonce_salt','9}!O`uyX1d5^o@dAqs`n #2`{<& !`go6UkpGfkG_1e$zier<,VCDKOh9pVvk,F,','yes'),(408,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1389570341','no'),(409,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1389527141','no'),(410,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1389570341','no'),(411,'_transient_feed_b9388c83948825c1edaef0d856b7b109','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:44:\"http://wordpress.org/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:\"Sun, 12 Jan 2014 11:31:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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:19:\"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:58:\"http://wordpress.org/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:33:\"753@http://wordpress.org/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:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your Wordpress blog for Search Engines such as 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:\"\";}}}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:14:\"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:54:\"http://wordpress.org/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:34:\"2141@http://wordpress.org/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: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:22:\"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:53:\"http://wordpress.org/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:34:\"8321@http://wordpress.org/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:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"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:48:\"http://wordpress.org/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:35:\"23862@http://wordpress.org/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:9:\"Tim Moore\";s: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:19:\"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:63:\"http://wordpress.org/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:33:\"132@http://wordpress.org/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:5:\"Arnee\";s: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:18:\"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:59:\"http://wordpress.org/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:35:\"18101@http://wordpress.org/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: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:7:\"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:45:\"http://wordpress.org/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:32:\"15@http://wordpress.org/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: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:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 17 Mar 2011 04:07: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:35:\"25254@http://wordpress.org/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:\"Fully customise WordPress edit screens with powerful fields. Boasting a professional interface and a powerfull API, it’s a must have for any web dev\";s: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:\"elliotcondon\";s: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:11:\"WP-Optimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/wp-optimize/#post-8691\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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 Jan 2009 04:28: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:34:\"8691@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"This simple but effective plugin allows you to clean up your WordPress database and optimize it without phpMyAdmin.\";s: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:\"ruhanirabin\";s: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:18:\"Better WP 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 22 Oct 2010 22:06: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"21738@http://wordpress.org/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:107:\"The easiest, most effective way to secure WordPress. Improve the security of any WordPress site in seconds.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Chris Wiegman\";s: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:19:\"Google Analyticator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/plugins/google-analyticator/#post-130\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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: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:33:\"130@http://wordpress.org/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:107:\"Adds the necessary JavaScript code to enable Google Analytics. Includes widgets for Analytics data display.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"cavemonkey50\";s: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:15:\"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:55:\"http://wordpress.org/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:34:\"1169@http://wordpress.org/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:122:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 7.5 million downloads.\";s: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: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:33:\"WooCommerce - excelling eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29860@http://wordpress.org/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:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s: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:\"WooThemes\";s: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:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 27 Jun 2007 15: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2082@http://wordpress.org/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:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s: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:\"Andrew Ozz\";s: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:46:\"UpdraftPlus - WordPress Backup and Restoration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2012 15:14: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"38058@http://wordpress.org/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:\"Easy and complete backups + restoration. Manual or automated backups (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + 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:14:\"David Anderson\";s: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:45:\"http://wordpress.org/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:7:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 12 Jan 2014 11:45:41 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:29:\"Fri, 30 Mar 2007 20:08:18 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20140112114356\";}','no'),(412,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1389570341','no'),(413,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1389527141','no'),(414,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1389570341','no'),(415,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2013/12/parker/\' title=\'Version 3.8 of WordPress, named “Parker” in honor of Charlie Parker, bebop innovator, is available for download or update in your WordPress dashboard. We hope you’ll think this is the most beautiful update yet. Introducing a modern new design WordPress has gotten a facelift. 3.8 brings a fresh new look to the entire admin dashboard. […]\'>WordPress 3.8 “Parker”</a> <span class=\"rss-date\">December 12, 2013</span><div class=\'rssSummary\'>Version 3.8 of WordPress, named “Parker” in honor of Charlie Parker, bebop innovator, is available for download or update in your WordPress dashboard. We hope you’ll think this is the most beautiful update yet. Introducing a modern new design WordPress has gotten a facelift. 3.8 brings a fresh new look to the entire admin dashboard. […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://ma.tt/2014/01/matt-3-0/\' title=\'As in WordPress, the X.0 release is just the one that came after (X-1).9 before it, so while it seems like more significant, it’s just another iteration in the steady march of progress, a job never done. I’ve now managed to stay alive for three decades, thirty rotations around the sun, and I woke up this morning a little hungover (there’s a lot of tequila in Mexico) but with a huge grin on my face. In many ways life accumulates complexity as you get older, but the things that are most important are simple and universal: friends and loved ones, health, and working on something you enjoy and has an impact. I’m happier and finding balance more often than at any period I can remember since I was a young child. This was another year in motion, traveling 345,211 miles to 78 cities in 13 countries. I’m still really enjoying being on the road, and it’s very intrinsic to how Automattic works, so I expect that to continue or even pick up pace. Every generation feels this way, but it also genuinely seems like we’re at shift in how society works, with technology accelerating change, and navigating and more importantly creating that change is one of the most interesting challenges I can imagine working on. Finally I’m humbled and amazed by the support for the charity: water campaign, which already is going to bring close to 2,000 people clean water. Tomorrow I’ll wake up a little sunburnt, but hopefully with that same grin and ready to take on the years of my life that start with 3 and hopefully end with a bigger impact than my 20s had. It was a decade when I failed a lot, tried even more, and most importantly learned how to say yes and how to say no, something that gets easier as you learn about yourself. My twenties: 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, and 29.\'>Matt: Matt 3.0</a></li><li><a class=\'rsswidget\' href=\'http://wordpress.tv/2014/01/11/richard-martin-how-video-can-boost-your-traffic/\' title=\' \'>WordPress.tv: Richard Martin: How Video Can Boost Your Traffic</a></li><li><a class=\'rsswidget\' href=\'http://wordpress.tv/2014/01/11/becky-davis-you-can-make-a-living-with-wordpress/\' title=\' \'>WordPress.tv: Becky Davis: You Can Make A Living With WordPress</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'http://wordpress.org/plugins/advanced-custom-fields/\' class=\'dashboard-news-plugin-link\'>Advanced Custom Fields</a></h5> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=advanced-custom-fields&_wpnonce=7d2d59677a&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Advanced Custom Fields\'>Install</a>)</span></li></ul></div>','no'),(2019,'_transient_doing_cron','1397996098.1738181114196777343750','yes'),(2004,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-3.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-3.9.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"3.9\";s:7:\"version\";s:3:\"3.9\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.8\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-3.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-3.9.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"3.9\";s:7:\"version\";s:3:\"3.9\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.8\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1397684064;s:15:\"version_checked\";s:5:\"3.8.3\";s:12:\"translations\";a:0:{}}','yes'),(2017,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1397684068;s:7:\"checked\";a:6:{s:18:\"simon-wp-framework\";s:5:\"2.1.9\";s:12:\"twentyeleven\";s:3:\"1.5\";s:14:\"twentyfourteen\";s:3:\"1.0\";s:9:\"twentyten\";s:3:\"1.6\";s:14:\"twentythirteen\";s:3:\"1.1\";s:12:\"twentytwelve\";s:3:\"1.1\";}s:8:\"response\";a:3:{s:18:\"simon-wp-framework\";a:4:{s:5:\"theme\";s:18:\"simon-wp-framework\";s:11:\"new_version\";s:5:\"2.2.3\";s:3:\"url\";s:47:\"https://wordpress.org/themes/simon-wp-framework\";s:7:\"package\";s:66:\"https://wordpress.org/themes/download/simon-wp-framework.2.2.3.zip\";}s:12:\"twentyeleven\";a:4:{s:5:\"theme\";s:12:\"twentyeleven\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:41:\"https://wordpress.org/themes/twentyeleven\";s:7:\"package\";s:58:\"https://wordpress.org/themes/download/twentyeleven.1.7.zip\";}s:12:\"twentytwelve\";a:4:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:41:\"https://wordpress.org/themes/twentytwelve\";s:7:\"package\";s:58:\"https://wordpress.org/themes/download/twentytwelve.1.3.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(2018,'_site_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1397684068;s:8:\"response\";a:6:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.0.0\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.0.0.zip\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"965\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:6:\"plugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"new_version\";s:5:\"4.3.5\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.4.3.5.zip\";}s:36:\"google-sitemap-generator/sitemap.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"132\";s:4:\"slug\";s:24:\"google-sitemap-generator\";s:6:\"plugin\";s:36:\"google-sitemap-generator/sitemap.php\";s:11:\"new_version\";s:5:\"4.0.3\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/google-sitemap-generator/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/google-sitemap-generator.4.0.3.zip\";}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"20101\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:5:\"2.9.3\";s:14:\"upgrade_notice\";s:63:\"Jetpack 2.9.3 fixes a security bug. Please upgrade immediately.\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/jetpack.2.9.3.zip\";}s:21:\"podpress/podpress.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:3:\"455\";s:4:\"slug\";s:8:\"podpress\";s:6:\"plugin\";s:21:\"podpress/podpress.php\";s:11:\"new_version\";s:9:\"8.8.10.17\";s:14:\"upgrade_notice\";s:42:\"make a data base backup before you upgrade\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/podpress/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/podpress.8.8.10.17.zip\";}s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:4:\"1221\";s:4:\"slug\";s:14:\"wp-super-cache\";s:6:\"plugin\";s:27:\"wp-super-cache/wp-cache.php\";s:11:\"new_version\";s:3:\"1.4\";s:14:\"upgrade_notice\";s:180:\"Dynamic cached content now disabled by default. mfunc replaced by wpsc_cachedata filter. Read http://ocaoimh.ie/y/6j before updating if you use mfunc/mclude/dynamic-cached-content.\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-super-cache/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-super-cache.1.4.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(279,'stats_cache','a:2:{s:32:\"46aa1b915edc59e6c2429bcb7ab83c58\";a:1:{i:1389527140;a:7:{i:0;a:4:{s:7:\"post_id\";s:2:\"25\";s:10:\"post_title\";s:20:\"Hot Girl Sun Tan Bed\";s:14:\"post_permalink\";s:34:\"http://www.flyupnow.com/blog/?p=25\";s:5:\"views\";s:1:\"8\";}i:1;a:4:{s:7:\"post_id\";s:2:\"24\";s:10:\"post_title\";s:22:\"She is a Very Bad Girl\";s:14:\"post_permalink\";s:34:\"http://www.flyupnow.com/blog/?p=24\";s:5:\"views\";s:1:\"7\";}i:2;a:4:{s:7:\"post_id\";s:2:\"20\";s:10:\"post_title\";s:23:\"Girls Shooting Big Guns\";s:14:\"post_permalink\";s:34:\"http://www.flyupnow.com/blog/?p=20\";s:5:\"views\";s:1:\"6\";}i:3;a:4:{s:7:\"post_id\";s:2:\"22\";s:10:\"post_title\";s:22:\"Cant Match Her Suction\";s:14:\"post_permalink\";s:34:\"http://www.flyupnow.com/blog/?p=22\";s:5:\"views\";s:1:\"6\";}i:4;a:4:{s:7:\"post_id\";s:2:\"16\";s:10:\"post_title\";s:21:\"These Girls Can Dance\";s:14:\"post_permalink\";s:34:\"http://www.flyupnow.com/blog/?p=16\";s:5:\"views\";s:1:\"4\";}i:5;a:4:{s:7:\"post_id\";s:2:\"27\";s:10:\"post_title\";s:18:\"Dogs Who Can Drive\";s:14:\"post_permalink\";s:34:\"http://www.flyupnow.com/blog/?p=27\";s:5:\"views\";s:1:\"2\";}i:6;a:4:{s:7:\"post_id\";s:1:\"8\";s:10:\"post_title\";s:19:\"The Best Prank Ever\";s:14:\"post_permalink\";s:33:\"http://www.flyupnow.com/blog/?p=8\";s:5:\"views\";s:1:\"1\";}}}s:32:\"c93d2e9c4527c4ac6801f4db433bbfad\";a:1:{i:1389527141;a:0:{}}}','yes'),(402,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1389570340','no'),(403,'_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:51:\"\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:\"Fri, 20 Dec 2013 08:24: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:\"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.9-alpha\";s:7:\"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:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 3.8 “Parker”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://wordpress.org/news/2013/12/parker/\";s: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:50:\"http://wordpress.org/news/2013/12/parker/#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, 12 Dec 2013 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: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=2765\";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:354:\"Version 3.8 of WordPress, named “Parker” in honor of Charlie Parker, bebop innovator, is available for download or update in your WordPress dashboard. We hope you’ll think this is the most beautiful update yet. Introducing a modern new design WordPress has gotten a facelift. 3.8 brings a fresh new look to the entire admin dashboard. […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:18197:\"<p>Version 3.8 of WordPress, named “Parker” in honor of <a href=\"http://en.wikipedia.org/wiki/Charlie_Parker\">Charlie Parker</a>, bebop innovator, is available <a href=\"http://wordpress.org/download/\">for download</a> or update in your WordPress dashboard. We hope you’ll think this is the most beautiful update yet.</p>\n<div id=\"v-6wORgoGb-1\" class=\"video-player\"><embed id=\"v-6wORgoGb-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.03&guid=6wORgoGb&isDynamicSeeking=true\" type=\"application/x-shockwave-flash\" width=\"692\" height=\"388\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div>\n<h2 class=\"aligncenter\">Introducing a modern new design</h2>\n<p><img class=\"wp-image-2951 aligncenter\" alt=\"overview\" src=\"http://i0.wp.com/wpdotorg.files.wordpress.com/2013/12/overview.jpg?resize=623%2C193\" data-recalc-dims=\"1\" /></p>\n<p>WordPress has gotten a facelift. 3.8 brings a fresh new look to the entire admin dashboard. Gone are overbearing gradients and dozens of shades of grey — bring on a bigger, bolder, more colorful design!</p>\n<p><img class=\"aligncenter wp-image-2856\" style=\"margin-left: 0;margin-right: 0\" alt=\"about-modern-wordpress\" src=\"http://i2.wp.com/wpdotorg.files.wordpress.com/2013/12/design.png?resize=623%2C151\" data-recalc-dims=\"1\" /></p>\n<h3>Modern aesthetic</h3>\n<p>The new WordPress dashboard has a fresh, uncluttered design that embraces clarity and simplicity.</p>\n<h3>Clean typography</h3>\n<p>The Open Sans typeface provides simple, friendly text that is optimized for both desktop and mobile viewing. It’s even open source, just like WordPress.</p>\n<h3>Refined contrast</h3>\n<p>We think beautiful design should never sacrifice legibility. With superior contrast and large, comfortable type, the new design is easy to read and a pleasure to navigate.</p>\n<hr />\n<h2 class=\"aligncenter\">WordPress on every device</h2>\n<p><img class=\"alignright wp-image-2984\" alt=\"responsive\" src=\"http://i2.wp.com/wpdotorg.files.wordpress.com/2013/12/responsive.jpg?resize=255%2C255\" data-recalc-dims=\"1\" />We all access the internet in different ways. Smartphone, tablet, notebook, desktop — no matter what you use, WordPress will adapt and you’ll feel right at home.</p>\n<h3>High definition at high speed</h3>\n<p>WordPress is sharper than ever with new vector-based icons that scale to your screen. By ditching pixels, pages load significantly faster, too.</p>\n<hr />\n<h2 class=\"aligncenter\">Admin color schemes to match your personality</h2>\n<p><img class=\"aligncenter wp-image-2954\" alt=\"colors\" src=\"http://i0.wp.com/wpdotorg.files.wordpress.com/2013/12/colors.jpg?resize=623%2C339\" data-recalc-dims=\"1\" /></p>\n<p>WordPress just got a colorful new update. We’ve included eight new admin color schemes so you can pick the one that suits you best.</p>\n<p>Color schemes can be previewed and changed from your Profile page.</p>\n<hr />\n<h2 class=\"aligncenter\">Refined theme management</h2>\n<p><img class=\"alignright wp-image-2967\" alt=\"themes\" src=\"http://i0.wp.com/wpdotorg.files.wordpress.com/2013/12/themes.jpg?resize=360%2C344\" data-recalc-dims=\"1\" />The new themes screen lets you survey your themes at a glance. Or want more information? Click to discover more. Then sit back and use your keyboard’s navigation arrows to flip through every theme you’ve got.</p>\n<h3>Smoother widget experience</h3>\n<p>Drag-drag-drag. Scroll-scroll-scroll. Widget management can be complicated. With the new design, we’ve worked to streamline the widgets screen.</p>\n<p>Have a large monitor? Multiple widget areas stack side-by-side to use the available space. Using a tablet? Just tap a widget to add it.</p>\n<hr />\n<h2 class=\"aligncenter\">Twenty Fourteen, a sleek new magazine theme</h2>\n<p><img class=\"aligncenter size-large wp-image-2789\" alt=\"The new Twenty Fourteen theme displayed on a laptop. tablet and phone\" src=\"http://i0.wp.com/wpdotorg.files.wordpress.com/2013/12/twentyfourteen.jpg?resize=692%2C275\" data-recalc-dims=\"1\" /></p>\n<h3>Turn your blog into a magazine</h3>\n<p>Create a beautiful magazine-style site with WordPress and Twenty Fourteen. Choose a grid or a slider to display featured content on your homepage. Customize your site with three widget areas or change your layout with two page templates.</p>\n<p>With a striking design that does not compromise our trademark simplicity, Twenty Fourteen is our most intrepid default theme yet.</p>\n<hr />\n<h2>Beginning of a new era</h2>\n<p>This release was led by Matt Mullenweg. This is our second release using the new plugin-first development process, with a much shorter timeframe than in the past. We think it’s been going great. You can check out the features currently in production on the <a title=\"Make WordPress Core\" href=\"http://make.wordpress.org/core/\" target=\"_blank\">make/core blog</a>.</p>\n<p>There are 188 contributors with props in this release:</p>\n<p><a href=\"http://profiles.wordpress.org/aaronholbrook\">Aaron Holbrook</a>, <a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/adamsilverstein\">adamsilverstein</a>, <a href=\"http://profiles.wordpress.org/admiralthrawn\">admiralthrawn</a>, <a href=\"http://profiles.wordpress.org/ahoereth\">Alexander Hoereth</a>, <a href=\"http://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/aralbald\">Andrey Kabakchiev</a>, <a href=\"http://profiles.wordpress.org/apeatling\">Andy Peatling</a>, <a href=\"http://profiles.wordpress.org/ankitgadertcampcom\">Ankit Gade</a>, <a href=\"http://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"http://profiles.wordpress.org/fliespl\">Arkadiusz Rzadkowolski</a>, <a href=\"http://profiles.wordpress.org/aubreypwd\">Aubrey Portwood</a>, <a href=\"http://profiles.wordpress.org/bassgang\">bassgang</a>, <a href=\"http://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"http://profiles.wordpress.org/bananastalktome\">Billy (bananastalktome)</a>, <a href=\"http://profiles.wordpress.org/binarymoon\">binarymoon</a>, <a href=\"http://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"http://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"http://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"http://profiles.wordpress.org/bpetty\">Bryan Petty</a>, <a href=\"http://profiles.wordpress.org/calin\">Calin Don</a>, <a href=\"http://profiles.wordpress.org/carldanley\">Carl Danley</a>, <a href=\"http://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"http://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"http://profiles.wordpress.org/chrisbliss18\">Chris Jean</a>, <a href=\"http://profiles.wordpress.org/iblamefish\">Clinton Montague</a>, <a href=\"http://profiles.wordpress.org/corphi\">Corphi</a>, <a href=\"http://profiles.wordpress.org/dbernar1\">Dan Bernardic</a>, <a href=\"http://profiles.wordpress.org/danieldudzic\">Daniel Dudzic</a>, <a href=\"http://profiles.wordpress.org/koop\">Daryl Koopersmith</a>, <a href=\"http://profiles.wordpress.org/datafeedrcom\">datafeedr</a>, <a href=\"http://profiles.wordpress.org/lessbloat\">Dave Martin</a>, <a href=\"http://profiles.wordpress.org/drw158\">Dave Whitley</a>, <a href=\"http://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"http://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"http://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"http://profiles.wordpress.org/dziudek\">dziudek</a>, <a href=\"http://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"http://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"http://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"http://profiles.wordpress.org/evansolomon\">Evan Solomon</a>, <a href=\"http://profiles.wordpress.org/faison\">Faison</a>, <a href=\"http://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"http://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"http://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"http://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"http://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"http://profiles.wordpress.org/gnarf37\">gnarf37</a>, <a href=\"http://profiles.wordpress.org/tivnet\">Gregory Karpinsky</a>, <a href=\"http://profiles.wordpress.org/hanni\">hanni</a>, <a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"http://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"http://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"http://profiles.wordpress.org/isaackeyet\">Isaac Keyet</a>, <a href=\"http://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"http://profiles.wordpress.org/jacklenox\">Jack Lenox</a>, <a href=\"http://profiles.wordpress.org/janhenckens\">janhenckens</a>, <a href=\"http://profiles.wordpress.org/jblz\">Jeff Bowen</a>, <a href=\"http://profiles.wordpress.org/jeffr0\">Jeff Chandler</a>, <a href=\"http://profiles.wordpress.org/jenmylo\">Jen Mylo</a>, <a href=\"http://profiles.wordpress.org/buffler\">Jeremy Buller</a>, <a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"http://profiles.wordpress.org/jeherve\">Jeremy Herve</a>, <a href=\"http://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"http://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>, <a href=\"http://profiles.wordpress.org/jhned\">jhned</a>, <a href=\"http://profiles.wordpress.org/jim912\">jim912</a>, <a href=\"http://profiles.wordpress.org/jartes\">Joan Artes</a>, <a href=\"http://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"http://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"http://profiles.wordpress.org/johnafish\">John Fish</a>, <a href=\"http://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"http://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"http://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"http://profiles.wordpress.org/joshuaabenazer\">Joshua Abenazer</a>, <a href=\"http://profiles.wordpress.org/nukaga\">Junko Nukaga</a>, <a href=\"http://profiles.wordpress.org/devesine\">Justin de Vesine</a>, <a href=\"http://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"http://profiles.wordpress.org/kadamwhite\">K. Adam White</a>, <a href=\"http://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"http://profiles.wordpress.org/codebykat\">Kat Hagan</a>, <a href=\"http://profiles.wordpress.org/littlethingsstudio\">Kate Whitley</a>, <a href=\"http://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"http://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"http://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"http://profiles.wordpress.org/koki4a\">Konstantin Dankov</a>, <a href=\"http://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"http://profiles.wordpress.org/drozdz\">Krzysiek Drozdz</a>, <a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"http://profiles.wordpress.org/lite3\">lite3</a>, <a href=\"http://profiles.wordpress.org/lucp\">Luc Princen</a>, <a href=\"http://profiles.wordpress.org/latz\">Lutz Schroer</a>, <a href=\"http://profiles.wordpress.org/mako09\">Mako</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/markmcwilliams\">Mark McWilliams</a>, <a href=\"http://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"http://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"http://profiles.wordpress.org/iammattthomas\">Matt Thomas</a>, <a href=\"http://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"http://profiles.wordpress.org/mdbitz\">Matthew Denton</a>, <a href=\"http://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"http://profiles.wordpress.org/matveb\">Matías Ventura</a>, <a href=\"http://profiles.wordpress.org/megane9988\">megane9988</a>, <a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"http://profiles.wordpress.org/micahwave\">micahwave</a>, <a href=\"http://profiles.wordpress.org/cainm\">Michael Cain</a>, <a href=\"http://profiles.wordpress.org/mitchoyoshitaka\">Michael Erlewine</a>, <a href=\"http://profiles.wordpress.org/michelwppi\">Michel - xiligroup dev</a>, <a href=\"http://profiles.wordpress.org/chellycat\">Michelle Langston</a>, <a href=\"http://profiles.wordpress.org/gradyetc\">Mike Burns</a>, <a href=\"http://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"http://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"http://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"http://profiles.wordpress.org/dimadin\">Milan Dinic</a>, <a href=\"http://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"http://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"http://profiles.wordpress.org/mt8biz\">moto hachi</a>, <a href=\"http://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"http://profiles.wordpress.org/neil_pie\">Neil Pie</a>, <a href=\"http://profiles.wordpress.org/nickdaugherty\">Nick Daugherty</a>, <a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"http://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"http://profiles.wordpress.org/ninio\">ninio</a>, <a href=\"http://profiles.wordpress.org/ninnypants\">ninnypants</a>, <a href=\"http://profiles.wordpress.org/nofearinc\">nofearinc</a>, <a href=\"http://profiles.wordpress.org/nvwd\">Nowell VanHoesen</a>, <a href=\"http://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"http://profiles.wordpress.org/originalexe\">OriginalEXE</a>, <a href=\"http://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"http://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"http://profiles.wordpress.org/senlin\">Piet</a>, <a href=\"http://profiles.wordpress.org/ptahdunbar\">Ptah Dunbar</a>, <a href=\"http://profiles.wordpress.org/raamdev\">Raam Dev</a>, <a href=\"http://profiles.wordpress.org/bamadesigner\">Rachel Carden</a>, <a href=\"http://profiles.wordpress.org/rachelbaker\">rachelbaker</a>, <a href=\"http://profiles.wordpress.org/radices\">Radices</a>, <a href=\"http://profiles.wordpress.org/mauryaratan\">Ram Ratan Maurya</a>, <a href=\"http://profiles.wordpress.org/defries\">Remkus de Vries</a>, <a href=\"http://profiles.wordpress.org/ounziw\">Rescuework Support</a>, <a href=\"http://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"http://profiles.wordpress.org/rdall\">Robert Dall</a>, <a href=\"http://profiles.wordpress.org/wet\">Robert Wetzlmayr, PHP-Programmierer</a>, <a href=\"http://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"http://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"http://profiles.wordpress.org/otto42\">Samuel Wood</a>, <a href=\"http://profiles.wordpress.org/sanchothefat\">sanchothefat</a>, <a href=\"http://profiles.wordpress.org/sboisvert\">sboisvert</a>, <a href=\"http://profiles.wordpress.org/scottbasgaard\">Scott Basgaard</a>, <a href=\"http://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"http://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"http://profiles.wordpress.org/shaunandrews\">Shaun Andrews</a>, <a href=\"http://profiles.wordpress.org/designsimply\">Sheri Bigelow (designsimply)</a>, <a href=\"http://profiles.wordpress.org/shinichin\">ShinichiN</a>, <a href=\"http://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"http://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"http://profiles.wordpress.org/siobhyb\">Siobhan Bamber (siobhyb)</a>, <a href=\"http://profiles.wordpress.org/sirbrillig\">sirbrillig</a>, <a href=\"http://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"http://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"http://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"http://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"http://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"http://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"http://profiles.wordpress.org/tmtoy\">Takuma Morikawa</a>, <a href=\"http://profiles.wordpress.org/thomasguillot\">Thomas Guillot</a>, <a href=\"http://profiles.wordpress.org/tierra\">tierra</a>, <a href=\"http://profiles.wordpress.org/tillkruess\">Till Krüss</a>, <a href=\"http://profiles.wordpress.org/tlamedia\">TLA Media</a>, <a href=\"http://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"http://profiles.wordpress.org/tommcfarlin\">tommcfarlin</a>, <a href=\"http://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"http://profiles.wordpress.org/taupecat\">Tracy Rotton</a>, <a href=\"http://profiles.wordpress.org/trishasalas\">trishasalas</a>, <a href=\"http://profiles.wordpress.org/mbmufffin\">Tyler Smith</a>, <a href=\"http://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"http://profiles.wordpress.org/l10n\">Vladimir</a>, <a href=\"http://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"http://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"http://profiles.wordpress.org/yonasy\">yonasy</a>, and <a href=\"http://profiles.wordpress.org/tollmanz\">Zack Tollman</a>. Also thanks to <a href=\"http://benmorrison.org/\">Ben Morrison</a> and <a href=\"http://christineswebb.com/\">Christine Webb</a> for help with the video.</p>\n<p>Thanks for choosing WordPress. See you soon for version 3.9!</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:46:\"http://wordpress.org/news/2013/12/parker/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:45:\"\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:7:\"3.8 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2013/12/3-8-rc2/\";s: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://wordpress.org/news/2013/12/3-8-rc2/#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 Dec 2013 01:08: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: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=2805\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:343:\"Release candidate 2 of WordPress 3.8 is now available for download. This is the last pre-release, and we expect it to be effectively identical to what’s officially released to the public on Thursday. This means if you are a plugin or theme developer, start your engines! (If they’re not going already.) Lots of admin 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: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:1180:\"<p>Release candidate 2 of WordPress 3.8 is <a href=\"http://wordpress.org/wordpress-3.8-RC2.zip\">now available for download</a>. This is the last pre-release, and we expect it to be effectively identical to what’s officially released to the public on Thursday.</p>\n<p>This means if you are a plugin or theme developer, start your engines! (If they’re not going already.) Lots of admin code has changed so it’s especially important to see if your plugin works well within the new admin design and layout, and update <a href=\"http://wordpress.org/plugins/about/readme.txt\">the “Tested up to:” part of your plugin readme.txt</a>.</p>\n<p>If there is something in your plugin that you’re unable to fix, or if you think you’ve found a bug, join us <a href=\"http://codex.wordpress.org/IRC\">in #wordpress-dev in IRC</a>, especially if you’re able to join during the dev chat on Wednesday, or post in the <a href=\"http://wordpress.org/support/forum/alphabeta\">alpha/beta forum</a>. The developers and designers who worked on this release are happy to help anyone update their code before the 3.8 release.</p>\n<p>Happy hacking, everybody!</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:47:\"http://wordpress.org/news/2013/12/3-8-rc2/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:45:\"\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:17:\"WordPress 3.8 RC1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wordpress.org/news/2013/12/3-8-almost/\";s: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://wordpress.org/news/2013/12/3-8-almost/#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 Dec 2013 09:54:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=2760\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:345:\"We’re entering the quiet but busy part of a release, whittling down issues to bring you all of the new features you’re excited about with the stability you expect from WordPress. There are just a few days from the “code freeze” for our 3.8 release, which includes a number of exciting enhancements, so the focus […]\";s: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:1873:\"<p>We’re entering the quiet but busy part of a release, whittling down issues to bring you all of the new features you’re excited about with the stability you expect from WordPress. There are just a few days from the “code freeze” for our 3.8 release, <a href=\"http://wordpress.org/news/2013/11/wordpress-3-8-beta-1/\">which includes a number of exciting enhancements</a>, so the focus is on identifying any major issues and resolving them as soon as possible.</p>\n<p>If you’ve ever wondered about how to contribute to WordPress, here’s a time you can: download this release candidate and use it in as many ways as you can imagine. Try to break it, and if you do, let us know how you did it so we can make sure it never happens again. If you work for a web host, this is the release you should test as much as possible and start getting your automatic upgrade systems and 1-click installers ready.</p>\n<p><a href=\"http://wordpress.org/wordpress-3.8-RC1.zip\">Download WordPress 3.8 RC1</a> (zip) or use the <a href=\"http://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”).</p>\n<p>If you think you’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’re comfortable writing a reproducible bug report, <a href=\"http://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"http://core.trac.wordpress.org/report/5\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&group=component&milestone=3.8\">everything we’ve fixed</a> so far.</p>\n<p><em>We’re so close to the</em><br />\n<em>finish line, jump in and help</em><br />\n<em>good karma is yours.</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:50:\"http://wordpress.org/news/2013/12/3-8-almost/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:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 3.8 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/2013/11/wordpress-3-8-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/2013/11/wordpress-3-8-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, 21 Nov 2013 05:21: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: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=2754\";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:307:\"The first beta of the 3.8 is now available, and the next dates to watch out for are code freeze on December 5th and a final release on December 12th. 3.8 brings together several of the features as plugins projects and while this isn’t our first rodeo, expect this to be more beta than usual. […]\";s: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:2236:\"<p>The first beta of the 3.8 is now available, and the next dates to watch out for are code freeze on December 5th and a final release on December 12th.</p>\n<p>3.8 brings together <a href=\"http://make.wordpress.org/core/features-as-plugins/\">several of the features as plugins projects</a> and while this isn’t our first rodeo, expect this to be more beta than usual. The headline things to test out in this release are:</p>\n<ul>\n<li>The new admin design, especially the responsive aspect of it. Try it out on different devices and browsers, see how it goes, especially the more complex pages like widgets or seldom-looked-at-places like Press This. Color schemes, which you can change on your profile, have also been spruced up.</li>\n<li>The dashboard homepage has been refreshed, poke and prod it.</li>\n<li>Choosing themes under Appearance is completely different, try to break it however possible.</li>\n<li>There’s a new default theme, Twenty Fourteen.</li>\n<li>Over 250 issues closed already.</li>\n</ul>\n<p>Given how many things in the admin have changed it’s extra super duper important to test as many plugins and themes with admin pages against the new stuff. Also if you’re a developer consider how you can make your admin interface fit the MP6 aesthetic better.</p>\n<p>As always, if you think you’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’re comfortable writing a reproducible bug report, <a href=\"http://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"http://core.trac.wordpress.org/report/5\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&group=component&milestone=3.8\">everything we’ve fixed</a> so far.</p>\n<p><a href=\"http://wordpress.org/wordpress-3.8-beta-1.zip\">Download WordPress 3.8 Beta 1</a> (zip) or use the <a href=\"http://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”).</p>\n<p><em>Alphabet soup of</em><br />\n<em>Plugins as features galore</em><br />\n<em>The future is here</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:60:\"http://wordpress.org/news/2013/11/wordpress-3-8-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:4;a:6:{s:4:\"data\";s:45:\"\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:35:\"WordPress 3.7.1 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/2013/10/wordpress-3-7-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/2013/10/wordpress-3-7-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, 29 Oct 2013 21:04:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2745\";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:371:\"WordPress 3.7.1 is now available! This maintenance release addresses 11 bugs in WordPress 3.7, including: Images with captions no longer appear broken in the visual editor. Allow some sites running on old or poorly configured servers to continue to check for updates from WordPress.org. Avoid fatal errors with certain plugins that were incorrectly calling some […]\";s: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:1594:\"<p>WordPress 3.7.1 is now available! This maintenance release addresses 11 bugs in WordPress 3.7, including:</p>\n<ul>\n<li>Images with captions no longer appear broken in the visual editor.</li>\n<li>Allow some sites running on old or poorly configured servers to continue to check for updates from WordPress.org.</li>\n<li>Avoid fatal errors with certain plugins that were incorrectly calling some WordPress functions too early.</li>\n<li>Fix hierarchical sorting in get_pages(), exclusions in wp_list_categories(), and in_category() when called with empty values.</li>\n<li>Fix a warning that may occur in certain setups while performing a search, and a few other notices.</li>\n</ul>\n<p>For a full list of changes, consult the <a href=\"http://core.trac.wordpress.org/query?milestone=3.7.1\">list of tickets</a> and <a href=\"http://core.trac.wordpress.org/log/branches/3.7?stop_rev=25914&rev=25986\">the changelog</a>.</p>\n<p>If you are one of the <a href=\"http://wordpress.org/download/counter/\">nearly two million</a> already running WordPress 3.7, we will start rolling out the all-new <a href=\"http://wordpress.org/news/2013/10/basie/\">automatic background updates</a> for WordPress 3.7.1 in the next few hours. For sites <a href=\"http://wordpress.org/plugins/background-update-tester/\">that support them</a>, of course.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.7.1</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now.”</p>\n<p><em>Just a few fixes<br />\nYour new update attitude:<br />\nZero clicks given</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:55:\"http://wordpress.org/news/2013/10/wordpress-3-7-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:5;a:6:{s:4:\"data\";s:42:\"\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.7 “Basie”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2013/10/basie/\";s: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/2013/10/basie/#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, 24 Oct 2013 22:35: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: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=2736\";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:357:\"Version 3.7 of WordPress, named “Basie” in honor of Count Basie, is available for download or update in your WordPress dashboard. This release features some of the most important architectural updates we’ve made to date. Here are the big ones: Updates while you sleep: With WordPress 3.7, you don’t have to lift a finger 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: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:17229:\"<p>Version 3.7 of WordPress, named “Basie” in honor of <a href=\"http://en.wikipedia.org/wiki/Count_basie\">Count Basie</a>, is available <a href=\"http://wordpress.org/download/\">for download</a> or update in your WordPress dashboard. This release features some of the most important architectural updates we’ve made to date. Here are the big ones:</p>\n<ul>\n<li><strong>Updates while you sleep</strong>: With WordPress 3.7, you don’t have to lift a finger to apply maintenance and security updates. Most sites are now able to automatically apply these updates in the background. The update process also has been made even more reliable and secure, with dozens of new checks and safeguards.</li>\n<li><strong>Stronger password recommendations</strong>: Your password is your site’s first line of defense. It’s best to create passwords that are complex, long, and unique. To that end, our password meter has been updated in WordPress 3.7 to recognize common mistakes that can weaken your password: dates, names, keyboard patterns (123456789), and even pop culture references.</li>\n<li><strong>Better global support</strong>: Localized versions of WordPress will receive faster and more complete translations. WordPress 3.7 adds support for automatically installing the right language files and keeping them up to date, a boon for the many millions who use WordPress in a language other than English.</li>\n</ul>\n<p>For developers there are lots of options around how to control the new updates feature, including allowing it to handle major upgrades as well as minor ones, more sophisticated date query support, and multisite improvements. As always, if you’re hungry for more <a href=\"http://codex.wordpress.org/Version_3.7\">dive into the Codex</a> or browse the <a href=\"http://core.trac.wordpress.org/query?status=closed&group=resolution&milestone=3.7\">over 400 closed tickets on Trac</a>.</p>\n<h3>A New Wave</h3>\n<p>This release was led by Andrew Nacin, backed up by Dion Hulse and Jon Cave. This is our first release using the new plugin-first development process, with a much shorter timeframe than in the past. (3.6 was released in August.) The 3.8 release, due in December, will continue this plugin-led development cycle that gives much more autonomy to plugin leads and allows us to decouple feature development from a release. You can follow this grand experiment, and what we’re learning from it, <a href=\"http://make.wordpress.org/core/\">on the make/core blog</a>. There are 211 contributors with props in this release:</p>\n<p><a href=\"http://profiles.wordpress.org/technosailor\">Aaron Brazell</a>, <a href=\"http://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"http://profiles.wordpress.org/aaronholbrook\">Aaron Holbrook</a>, <a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/adamsilverstein\">adamsilverstein</a>, <a href=\"http://profiles.wordpress.org/ahoereth\">Alexander Hoereth</a>, <a href=\"http://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"http://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"http://profiles.wordpress.org/andg\">andg</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/norcross\">Andrew Norcross</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/andrewspittle\">Andrew Spittle</a>, <a href=\"http://profiles.wordpress.org/askapache\">askapache</a>, <a href=\"http://profiles.wordpress.org/atimmer\">atimmer</a>, <a href=\"http://profiles.wordpress.org/barry\">Barry</a>, <a href=\"http://profiles.wordpress.org/beaulebens\">Beau Lebens</a>, <a href=\"http://profiles.wordpress.org/benmoody\">ben.moody</a>, <a href=\"http://profiles.wordpress.org/bhengh\">Ben Miller</a>, <a href=\"http://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"http://profiles.wordpress.org/bftrick\">BFTrick</a>, <a href=\"http://profiles.wordpress.org/bananastalktome\">Billy (bananastalktome)</a>, <a href=\"http://profiles.wordpress.org/bmb\">bmb</a>, <a href=\"http://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"http://profiles.wordpress.org/brianhogg\">brianhogg</a>, <a href=\"http://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"http://profiles.wordpress.org/bpetty\">Bryan Petty</a>, <a href=\"http://profiles.wordpress.org/carldanley\">Carl Danley</a>, <a href=\"http://profiles.wordpress.org/charlesclarkson\">CharlesClarkson</a>, <a href=\"http://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"http://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"http://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"http://profiles.wordpress.org/chrisrudzki\">Chris Rudzki</a>, <a href=\"http://profiles.wordpress.org/aeg0125\">coderaaron</a>, <a href=\"http://profiles.wordpress.org/coenjacobs\">Coen Jacobs</a>, <a href=\"http://profiles.wordpress.org/crrobi01\">Colin Robinson</a>, <a href=\"http://profiles.wordpress.org/andreasnrb\">cyonite</a>, <a href=\"http://profiles.wordpress.org/daankortenbach\">Daan Kortenbach</a>, <a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"http://profiles.wordpress.org/convissor\">Daniel Convissor</a>, <a href=\"http://profiles.wordpress.org/dartiss\">dartiss</a>, <a href=\"http://profiles.wordpress.org/koop\">Daryl Koopersmith</a>, <a href=\"http://profiles.wordpress.org/csixty4\">Dave Ross</a>, <a href=\"http://profiles.wordpress.org/davidjlaietta\">David Laietta</a>, <a href=\"http://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"http://profiles.wordpress.org/dllh\">dllh</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling (ocean90)</a>, <a href=\"http://profiles.wordpress.org/dpash\">dpash</a>, <a href=\"http://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"http://profiles.wordpress.org/drprotocols\">DrProtocols</a>, <a href=\"http://profiles.wordpress.org/dustyf\">Dustin Filippini</a>, <a href=\"http://profiles.wordpress.org/dzver\">dzver</a>, <a href=\"http://profiles.wordpress.org/cais\">Edward Caissie</a>, <a href=\"http://profiles.wordpress.org/enej\">enej</a>, <a href=\"http://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"http://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"http://profiles.wordpress.org/evansolomon\">Evan Solomon</a>, <a href=\"http://profiles.wordpress.org/faishal\">faishal</a>, <a href=\"http://profiles.wordpress.org/faison\">Faison</a>, <a href=\"http://profiles.wordpress.org/foofy\">Foofy</a>, <a href=\"http://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"http://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"http://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"http://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"http://profiles.wordpress.org/gayadesign\">Gaya Kessler</a>, <a href=\"http://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"http://profiles.wordpress.org/gizburdt\">Gizburdt</a>, <a href=\"http://profiles.wordpress.org/goldenapples\">goldenapples</a>, <a href=\"http://profiles.wordpress.org/gradyetc\">gradyetc</a>, <a href=\"http://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"http://profiles.wordpress.org/webord\">Gustavo Bordoni</a>, <a href=\"http://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"http://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"http://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"http://profiles.wordpress.org/creativeinfusion\">itinerant</a>, <a href=\"http://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"http://profiles.wordpress.org/jakubtyrcha\">jakub.tyrcha</a>, <a href=\"http://profiles.wordpress.org/jamescollins\">James Collins</a>, <a href=\"http://profiles.wordpress.org/jenmylo\">Jen Mylo</a>, <a href=\"http://profiles.wordpress.org/buffler\">Jeremy Buller</a>, <a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"http://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>, <a href=\"http://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"http://profiles.wordpress.org/jkudish\">Joey Kudish</a>, <a href=\"http://profiles.wordpress.org/johnnyb\">John Beales</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn (johnbillion)</a>, <a href=\"http://profiles.wordpress.org/johnafish\">John Fish</a>, <a href=\"http://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"http://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"http://profiles.wordpress.org/jond3r\">Jonas Bolinder (jond3r)</a>, <a href=\"http://profiles.wordpress.org/jchristopher\">Jonathan Christopher</a>, <a href=\"http://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"http://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"http://profiles.wordpress.org/jonlynch\">Jon Lynch</a>, <a href=\"http://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"http://profiles.wordpress.org/josephscott\">Joseph Scott</a>, <a href=\"http://profiles.wordpress.org/betzster\">Josh Betz</a>, <a href=\"http://profiles.wordpress.org/devesine\">Justin de Vesine</a>, <a href=\"http://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"http://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"http://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"http://profiles.wordpress.org/ketwaroo\">Ketwaroo</a>, <a href=\"http://profiles.wordpress.org/kevinb\">kevinB</a>, <a href=\"http://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"http://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"http://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"http://profiles.wordpress.org/koopersmith\">koopersmith</a>, <a href=\"http://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/leewillis77\">Lee Willis (leewillis77)</a>, <a href=\"http://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"http://profiles.wordpress.org/layotte\">Lew Ayotte</a>, <a href=\"http://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"http://profiles.wordpress.org/iworks\">Marcin Pietrzak</a>, <a href=\"http://profiles.wordpress.org/cimmo\">Marco Cimmino</a>, <a href=\"http://profiles.wordpress.org/marco_teethgrinder\">Marco Galasso</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/markmcwilliams\">Mark McWilliams</a>, <a href=\"http://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"http://profiles.wordpress.org/tw2113\">Michael Beckwith</a>, <a href=\"http://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"http://profiles.wordpress.org/mikeschinkel\">Mike Schinkel</a>, <a href=\"http://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"http://profiles.wordpress.org/dimadin\">Milan Dinic</a>, <a href=\"http://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>, <a href=\"http://profiles.wordpress.org/usermrpapa\">Mr Papa</a>, <a href=\"http://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"http://profiles.wordpress.org/naomicbush\">Naomi</a>, <a href=\"http://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"http://profiles.wordpress.org/natejacobs\">NateJacobs</a>, <a href=\"http://profiles.wordpress.org/nathanrice\">nathanrice</a>, <a href=\"http://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"http://profiles.wordpress.org/nickdaugherty\">Nick Daugherty</a>, <a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"http://profiles.wordpress.org/nickmomrik\">Nick Momrik</a>, <a href=\"http://profiles.wordpress.org/nikv\">Nikhil Vimal (NikV)</a>, <a href=\"http://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"http://profiles.wordpress.org/noahsilverstein\">noahsilverstein</a>, <a href=\"http://profiles.wordpress.org/nofearinc\">nofearinc</a>, <a href=\"http://profiles.wordpress.org/nukaga\">nukaga</a>, <a href=\"http://profiles.wordpress.org/nullvariable\">nullvariable</a>, <a href=\"http://profiles.wordpress.org/butuzov\">Oleg Butuzov</a>, <a href=\"http://profiles.wordpress.org/paolal\">Paolo Belcastro</a>, <a href=\"http://profiles.wordpress.org/xparham\">Parham</a>, <a href=\"http://profiles.wordpress.org/pbiron\">Paul Biron</a>, <a href=\"http://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/peterjaap\">peterjaap</a>, <a href=\"http://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"http://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"http://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"http://profiles.wordpress.org/plocha\">plocha</a>, <a href=\"http://profiles.wordpress.org/pollett\">Pollett</a>, <a href=\"http://profiles.wordpress.org/ptahdunbar\">Ptah Dunbar</a>, <a href=\"http://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"http://profiles.wordpress.org/rasheed\">Rasheed Bydousi</a>, <a href=\"http://profiles.wordpress.org/raybernard\">RayBernard</a>, <a href=\"http://profiles.wordpress.org/rboren\">rboren</a>, <a href=\"http://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"http://profiles.wordpress.org/rfair404\">rfair404</a>, <a href=\"http://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"http://profiles.wordpress.org/r3df\">Rick Radko</a>, <a href=\"http://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"http://profiles.wordpress.org/rdall\">Robert Dall</a>, <a href=\"http://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"http://profiles.wordpress.org/wpmuguru\">Ron Rennick</a>, <a href=\"http://profiles.wordpress.org/rpattillo\">rpattillo</a>, <a href=\"http://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"http://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"http://profiles.wordpress.org/hotchkissconsulting\">Sam Hotchkiss</a>, <a href=\"http://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"http://profiles.wordpress.org/scottsweb\">scottsweb</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"http://profiles.wordpress.org/scruffian\">scruffian</a>, <a href=\"http://profiles.wordpress.org/tenpura\">Seisuke Kuraishi (tenpura)</a>, <a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"http://profiles.wordpress.org/shinichin\">ShinichiN</a>, <a href=\"http://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"http://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"http://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"http://profiles.wordpress.org/siobhyb\">Siobhan Bamber (siobhyb)</a>, <a href=\"http://profiles.wordpress.org/sirzooro\">sirzooro</a>, <a href=\"http://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"http://profiles.wordpress.org/sillybean\">Stephanie Leary</a>, <a href=\"http://profiles.wordpress.org/netweb\">Stephen Edgar (@netweb)</a>, <a href=\"http://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"http://profiles.wordpress.org/strangerstudios\">strangerstudios</a>, <a href=\"http://profiles.wordpress.org/sweetie089\">sweetie089</a>, <a href=\"http://profiles.wordpress.org/swissspidy\">swissspidy</a>, <a href=\"http://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"http://profiles.wordpress.org/tmtoy\">Takuma Morikawa</a>, <a href=\"http://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"http://profiles.wordpress.org/tivnet\">tivnet</a>, <a href=\"http://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"http://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"http://profiles.wordpress.org/toscho\">toscho</a>, <a href=\"http://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"http://profiles.wordpress.org/sorich87\">Ulrich Sossou</a>, <a href=\"http://profiles.wordpress.org/vericgar\">vericgar</a>, <a href=\"http://profiles.wordpress.org/vinod-dalvi\">Vinod Dalvi</a>, <a href=\"http://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"http://profiles.wordpress.org/wikicms\">wikicms</a>, <a href=\"http://profiles.wordpress.org/willnorris\">Will Norris</a>, <a href=\"http://profiles.wordpress.org/wojtekszkutnik\">Wojtek Szkutnik</a>, <a href=\"http://profiles.wordpress.org/wycks\">wycks</a>, <a href=\"http://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, and <a href=\"http://profiles.wordpress.org/yurivictor\">Yuri Victor</a>.</p>\n<p>Enjoy what may be one of your last few manual updates. See you soon for version 3.8!</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/2013/10/basie/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:45:\"\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.7 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/2013/10/wordpress-3-7-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/2013/10/wordpress-3-7-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, 23 Oct 2013 00:05: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: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=2729\";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:417:\"The second release candidate of WordPress 3.7 is now available for testing! Those of you already testing WordPress 3.7 will be updated automatically to RC2. (Nice.) If you’d like to start testing, there’s no time like the present! Try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”) or download the release candidate here (zip). Please post to the Alpha/Beta […]\";s: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:1183:\"<p>The second release candidate of WordPress 3.7 is now available for testing!</p>\n<p>Those of you already testing WordPress 3.7 will be updated automatically to RC2. (<em>Nice.</em>) If you’d like to start testing, there’s no time like the present! Try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”) or <a href=\"http://wordpress.org/wordpress-3.7-RC2.zip\">download the release candidate here</a> (zip). Please post to the <a href=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a> if you think you’ve found a bug, and if any known issues are raised, you’ll be able to <a href=\"http://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>Developers, please test your plugins and themes against WordPress 3.7. If there is a compatibility issue, let us know as soon as possible so we can deal with it before the final release.</p>\n<p>For more on WordPress 3.7, check out the <a href=\"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate/\">announcement post for Release Candidate 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:73:\"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:45:\"\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:18:\"Upcoming WordCamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2013/10/upcoming-wordcamps-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2013/10/upcoming-wordcamps-4/#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, 22 Oct 2013 19:25: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: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:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2723\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:368:\"WordCamps are casual, locally-organized conferences that celebrate everything related to WordPress, and are a great opportunity to meet other WordPress users and professionals in your community. This has been a great year for WordCamps — there have been 56 so far in more than 20 countries, and there another 15 on the calendar before the year’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:8:\"Jen Mylo\";s: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:3584:\"<p><a href=\"http://central.wordcamp.org/\">WordCamps</a> are casual, locally-organized conferences that celebrate everything related to WordPress, and are a great opportunity to meet other WordPress users and professionals in your community. This has been a great year for WordCamps — there have been 56 so far in more than 20 countries, and there another 15 on the calendar before the year’s over. If there’s one near you, check it out! In addition to getting to know your local WordPress community, most WordCamps attract some traveling visitors a well, giving you the chance to meet contributors to the WordPress open source project and <a href=\"http://make.wordpress.org/\">get involved</a> yourself.</p>\n<p>Here are the WordCamps on the schedule for the rest of this year.</p>\n<p>October 25-27: <strong><a href=\"http://2013.boston.wordcamp.org/\">WordCamp Boston</a></strong>, Boston, MA, USA<br />\nOctober 25-26: <strong><a href=\"http://2013.malaga.wordcamp.org/\">WordCamp Malaga</a></strong>, Spain<br />\nOctober 26: <strong><a href=\"http://2013.nepal.wordcamp.org/\">WordCamp Nepal</a></strong>, Kathmandu, Nepal<br />\nOctober 26: <strong><a href=\"http://2013.sofia.wordcamp.org/\">WordCamp Sofia</a></strong>, Bulgaria<br />\nNovember 7: <strong><a href=\"http://2013.capetown.wordcamp.org/\">WordCamp Cape Town</a></strong>, South Africa<br />\nNovember 9: <strong><a href=\"http://2013.porto.wordcamp.org/\">WordCamp Porto</a></strong>, Portugal<br />\nNovember 9-10: <strong><a href=\"http://2013.kenya.wordcamp.org/\">WordCamp Kenya</a></strong>, Nairobi, Kenya<br />\nNovember 15: <strong><a href=\"http://2013.edmonton.wordcamp.org/\">WordCamp Edmonton</a></strong>, AB, Canada<br />\nNovember 16-17: <strong><a href=\"http://2013.orlando.wordcamp.org/\">WordCamp Orlando</a></strong>, FL, USA<br />\nNovember 16: <strong><a href=\"http://2013.denver.wordcamp.org/\">WordCamp Denver</a></strong>, CO, USA<br />\nNovember 23-24: <strong><a href=\"http://2013.london.wordcamp.org/\">WordCamp London</a></strong>, UK<br />\nNovember 23-24: <strong><a href=\"http://2013.raleigh.wordcamp.org/\">WordCamp Raleigh</a></strong>, NC, USA<br />\nNovember 23: <strong><a href=\"http://2013.saopaulo.wordcamp.org/\">WordCamp São Paulo</a></strong>, Brazil<br />\nDecember 14: <strong><a href=\"http://2013.vegas.wordcamp.org/\">WordCamp Las Vegas</a></strong>, NV, USA<br />\nDecember 14-15: <strong><a href=\"http://2013.sevilla.wordcamp.org/\">WordCamp Sevilla</a></strong>, Spain</p>\n<p>No WordCamps on this list in your area? Not to worry! There are thriving <a href=\"http://wordpress.meetup.com/\">WordPress meetups</a> all over the world where you can meet like-minded people, and we maintain a library of <a href=\"http://wordpress.tv/category/wordcamptv/\">WordCamp videos</a> at <a href=\"http://wordpress.tv/\">WordPress.tv</a>.</p>\n<h3>Get Involved</h3>\n<ul>\n<li>If you’re interested in organizing a WordCamp in your area, check out our <a href=\"http://plan.wordcamp.org/\">WordCamp planning</a> site.</li>\n<li>If you’re interested in <a href=\"http://make.wordpress.org/community/meetup-interest-form/\">starting a WordPress meetup</a> in your area, let us know and we can set up a group on meetup.com for you.</li>\n<li>And speaking of WordCamp videos, we’ve recently enabled volunteer-generated subtitles/closed captioning of the videos on WordPress.tv to make them more accessible. Interested in helping? Check out the <a href=\"http://wordpress.tv/using-amara-org-to-caption-or-subtitle-a-wordpress-tv-video/\">WordPress.tv subtitling instructions</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:60:\"http://wordpress.org/news/2013/10/upcoming-wordcamps-4/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:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 3.7 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Oct 2013 19:52: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: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=2718\";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:331:\"The first release candidate for WordPress 3.7 is now available! In RC 1, we’ve made some adjustments to the update process to make it more reliable than ever. We hope to ship WordPress 3.7 next week, but we need your help to get there. If you haven’t tested 3.7 yet, there’s no time like the present. (Please, […]\";s: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:2274:\"<p>The first release candidate for WordPress 3.7 is now available!</p>\n<p>In RC 1, we’ve made some adjustments to the update process to make it more reliable than ever. We hope to ship WordPress 3.7 <em>next week</em>, but we need your help to get there. If you haven’t tested 3.7 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.)</p>\n<p>WordPress 3.7 introduces <strong>automatic background updates</strong> for security and minor releases (like updating from 3.7 to 3.7.1). These are really easy to test — RC 1 will update every 12 hours or so to the latest development version, and then email you the results. (You may get two emails: one for debugging, and one all users of 3.7 will receive.) If something went wrong, you can report it.</p>\n<p><strong>Think you’ve found a bug? </strong>Please post to the <a href=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a>. If any known issues come up, you’ll be able to <a href=\"http://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 3.7 RC1, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.7-RC1.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 3.7, visit the awesome About screen in your dashboard (<strong><img alt=\"\" src=\"http://i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png?w=692\" data-recalc-dims=\"1\" /> → About</strong> in the toolbar). There, you can also see if your install is eligible for background updates. WordPress won’t automatically update, for example, if you’re using version control like Subversion or Git.</p>\n<p><strong>Developers,</strong> please test your plugins and themes against WordPress 3.7, so that if there is a compatibility issue, we can figure it out before the final release. Make sure you post any issues to the support forums.</p>\n<p><em>WordPress three seven</em><br />\n<em>A self-updating engine</em><br />\n<em>Lies beneath the hood</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 3.7 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2013/10/wordpress-3-7-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2013/10/wordpress-3-7-beta-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Oct 2013 21:28:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s: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=2706\";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:357:\"WordPress 3.7 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. This has been a quiet beta period. We’re hoping to get some more testers for automatic background updates, which will occur for security and minor releases (like updating […]\";s: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:2108:\"<p>WordPress 3.7 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site.</p>\n<p>This has been a quiet beta period. We’re hoping to get some more testers for <strong>automatic background updates</strong>, which will occur for security and minor releases (like updating from 3.7 to 3.7.1). It’s really easy to test this, as Beta 2 will update each day to the latest development version and then email you the results. If something goes wrong, you can report it — it’s that simple. To get the beta, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.7-beta2.zip\">download the beta here</a> (zip). Check out <strong>Dashboard → Updates</strong> to see if your install is eligible for background updates. WordPress won’t update if, for example, you’re using version control like SVN or Git.</p>\n<p>For more of what’s new in version 3.7, <a title=\"WordPress 3.7 Beta 1\" href=\"http://wordpress.org/news/2013/09/wordpress-3-7-beta-1/\">check out the Beta 1 blog post</a>. In Beta 2, we further increased the stability of background updates and also added about 50 bug fixes, including a fix for Internet Explorer 11 in the visual editor.</p>\n<p>If you think you’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’re comfortable writing a bug report, <a href=\"http://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"http://core.trac.wordpress.org/report/5\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&group=component&milestone=3.7\">everything we’ve fixed</a>.</p>\n<p>Happy testing!</p>\n<p><em>Beta 2 released<br />\nDotting i’s and crossing t’s</em><br />\n<em>Expect RC next</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:60:\"http://wordpress.org/news/2013/10/wordpress-3-7-beta-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:31:\"http://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 12 Jan 2014 11:45:40 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:\"Fri, 20 Dec 2013 08:24:58 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20140112114356\";}','no'),(404,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1389570340','no'),(405,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1389527140','no'),(406,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1389570341','no'),(407,'_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:14:\"Matt: Matt 3.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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=43438\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://ma.tt/2014/01/matt-3-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2343:\"<p>As in WordPress, the X.0 release is just the one that came after (X-1).9 before it, so while it seems like more significant, it’s just another iteration in the steady march of progress, a job never done. I’ve now managed to stay alive for three decades, thirty rotations around the sun, and I woke up this morning a little hungover (there’s a lot of tequila in Mexico) but with a huge grin on my face.</p>\n<p>In many ways life accumulates complexity as you get older, but the things that are most important are simple and universal: friends and loved ones, health, and working on something you enjoy and has an impact. I’m happier and finding balance more often than at any period I can remember since I was a young child.</p>\n<p>This was another year in motion, traveling 345,211 miles to 78 cities in 13 countries. I’m still really enjoying being on the road, and it’s very intrinsic to how Automattic works, so I expect that to continue or even pick up pace.</p>\n<p>Every generation feels this way, but it also genuinely seems like we’re at shift in how society works, with technology accelerating change, and navigating and more importantly creating that change is one of the most interesting challenges I can imagine working on. </p>\n<p>Finally I’m humbled and amazed by <a href=\"http://ma.tt/feed/?cat=-49\">the support for the charity: water campaign</a>, which already is going to bring close to 2,000 people clean water.</p>\n<p>Tomorrow I’ll wake up a little sunburnt, but hopefully with that same grin and ready to take on the years of my life that start with 3 and hopefully end with a bigger impact than my 20s had. It was a decade when I failed a lot, tried even more, and most importantly learned how to say yes and how to say no, something that gets easier as you learn about yourself.</p>\n<p>My twenties: <a href=\"http://ma.tt/feed/?cat=-49\">19</a>, <a href=\"http://ma.tt/feed/?cat=-49\">20</a>, <a href=\"http://ma.tt/feed/?cat=-49\">21</a>, <a href=\"http://ma.tt/feed/?cat=-49\">22</a>, <a href=\"http://ma.tt/feed/?cat=-49\">23</a>, <a href=\"http://ma.tt/feed/?cat=-49\">24</a>, <a href=\"http://ma.tt/feed/?cat=-49\">25</a>, <a href=\"http://ma.tt/feed/?cat=-49\">26</a>, <a href=\"http://ma.tt/feed/?cat=-49\">27</a>, <a href=\"http://ma.tt/feed/?cat=-49\">28</a>, and <a href=\"http://ma.tt/feed/?cat=-49\">29</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 12 Jan 2014 01:46: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: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: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:62:\"WordPress.tv: Richard Martin: How Video Can Boost Your Traffic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=29139\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wordpress.tv/2014/01/11/richard-martin-how-video-can-boost-your-traffic/\";s: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:673:\"<div id=\"v-KU4sfPVI-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/29139/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/29139/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=29139&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/01/11/richard-martin-how-video-can-boost-your-traffic/\"><img alt=\"Richard Martin: How Video Can Boost Your Traffic\" src=\"http://videos.videopress.com/KU4sfPVI/video-1c2a356d38_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:\"Sat, 11 Jan 2014 20:56: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:12:\"WordPress.tv\";s: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:63:\"WordPress.tv: Becky Davis: You Can Make A Living With WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=29401\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wordpress.tv/2014/01/11/becky-davis-you-can-make-a-living-with-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:675:\"<div id=\"v-cf7jcWP2-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/29401/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/29401/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=29401&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/01/11/becky-davis-you-can-make-a-living-with-wordpress/\"><img alt=\"Becky Davis: You Can Make A Living With WordPress\" src=\"http://videos.videopress.com/cf7jcWP2/video-868202f2cd_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:\"Sat, 11 Jan 2014 17:14:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:57:\"WPTavern: WPWeekly Episode 133 – Does Your Plugin Suck?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=14474&preview_id=14474\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"http://wptavern.com/wpweekly-episode-133-does-your-plugin-suck?utm_source=rss&utm_medium=rss&utm_campaign=wpweekly-episode-133-does-your-plugin-suck\";s: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:3789:\"<p><a href=\"http://www.wptavern.com/wp-content/uploads/2013/08/WordPressWeekly_albumart2.jpg\" rel=\"prettyphoto[14474]\"><img src=\"http://www.wptavern.com/wp-content/uploads/2013/08/WordPressWeekly_albumart2-150x150.jpg\" alt=\"WordPress Weekly Cover Art\" width=\"150\" height=\"150\" class=\"alignright size-thumbnail wp-image-8715\" /></a> All three <a href=\"http://wptavern.com/contributors\" title=\"http://wptavern.com/contributors\">contributing writers</a> to WPTavern were able to be part of the first episode of WordPress Weekly for 2014. In this episode, we get you caught up on the headlines and give you our New Years resolutions. We had a great conversation about the launch of AppPresser and the Aesop story engine. Near the end of the show, <a href=\"http://marcuscouch.com/\" title=\"http://marcuscouch.com/\">Marcus Couch</a> shared three new plugins from the repository that caught his eye. <span id=\"more-14474\"></span></p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/aesop-story-engine-an-open-source-wordpress-plugin-for-storytelling\" title=\"http://wptavern.com/aesop-story-engine-an-open-source-wordpress-plugin-for-storytelling\">Aesop Story Engine: An Open Source WordPress Plugin For Storytelling</a><br />\n<a href=\"http://wptavern.com/mentor-others-in-the-wordpress-community-with-wpmentor\" title=\"http://wptavern.com/mentor-others-in-the-wordpress-community-with-wpmentor\">Mentor Others In The WordPress Community With WPMentor</a><br />\n<a href=\"http://wptavern.com/wordpress-core-trac-gets-a-design-refresh-new-features-and-enhancements\" title=\"http://wptavern.com/wordpress-core-trac-gets-a-design-refresh-new-features-and-enhancements\">WordPress Core Trac Gets a Design Refresh, New Features and Enhancements</a><br />\n<a href=\"http://wptavern.com/apppresser-launches-first-mobile-app-development-framework-for-wordpress\" title=\"http://wptavern.com/apppresser-launches-first-mobile-app-development-framework-for-wordpress\">AppPresser Launches First Mobile App Development Framework For WordPress</a><br />\n<a href=\"http://wptavern.com/help-shape-buddypress-development-in-2014\" title=\"http://wptavern.com/help-shape-buddypress-development-in-2014\">Help Shape BuddyPress Development in 2014</a><br />\n<a href=\"http://wptavern.com/industry-night-5-david-cramer-my-shortcodes-and-caldera-engine\" title=\"http://wptavern.com/industry-night-5-david-cramer-my-shortcodes-and-caldera-engine\">Industry Night #5 – David Cramer, My Shortcodes and Caldera Engine</a></p>\n<h2>Plugins Mentioned By Marcus Couch:</h2>\n<p><a href=\"http://wordpress.org/plugins/magic-liquidizer-responsive-table/\" title=\"http://wordpress.org/plugins/magic-liquidizer-responsive-table/\">Magic Liquidizer Responsive Table</a><br />\n<a href=\"http://wordpress.org/plugins/read-and-understood/\" title=\"http://wordpress.org/plugins/read-and-understood/\">Read and Understood</a><br />\n<a href=\"http://wordpress.org/plugins/plugin-organizer/\" title=\"http://wordpress.org/plugins/plugin-organizer/\">Plugin Organizer</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Friday, January 17th 3 P.M. Eastern – Special Guest <a href=\"http://www.davidbisset.com/\" title=\"http://www.davidbisset.com/\">David Bisset</a></p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #133:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Jan 2014 04:14: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: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:72:\"WPTavern: ManageWP Is Now Integrated Into cPanel With SiteGround 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:28:\"http://wptavern.com/?p=14423\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:188:\"http://wptavern.com/managewp-is-now-integrated-into-cpanel-with-siteground-hosting?utm_source=rss&utm_medium=rss&utm_campaign=managewp-is-now-integrated-into-cpanel-with-siteground-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3814:\"<p>ManageWP <a href=\"https://managewp.com/hosting-partnership-programme\" target=\"_blank\">announced</a> today that it has made its way into cPanel on sites hosted with SiteGround via their new hosting partnership program. <a href=\"http://www.siteground.com/\" target=\"_blank\">SiteGround</a> customers will now find a ManageWP button within cPanel, which includes one click ManageWP account activation and also allows users to automatically add existing websites to the management dashboard.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/ManageWP_cPanel.png\" rel=\"prettyphoto[14423]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/ManageWP_cPanel.png\" alt=\"ManageWP_cPanel\" width=\"626\" height=\"305\" class=\"aligncenter size-full wp-image-14433\" /></a></p>\n<p>I had the chance to chat briefly with <a href=\"http://profiles.wordpress.org/freediver/\" target=\"_blank\">Vladimir Prelovac</a>, the founder of ManageWP, to find out more about the new account provisioning API that powers the hosting partnership. <strong>“We created this API with hosting partners in mind,”</strong> he said. The development team then built a cPanel plugin on top of the API so hosting companies can easily plug ManageWP functionality into their hosting offers. </p>\n<p>Tina Kesova, SiteGround’s business development strategist, said that ManageWP services have significantly improved SiteGround customer satisfaction: “The great amount of signups and extremely fast adoption of ManageWP by our customers proves that it is a great solution for our clients’ needs and adds great value to our service offering.” </p>\n<h3>Partnering with Hosts</h3>\n<p>Partnering with hosting companies is nothing new when it comes to integrating both free and commercial WordPress products. <a href=\"http://wp-cli.org/\" target=\"_blank\">WP-CLI</a>, the WordPress command line interface, comes <a href=\"http://wptavern.com/hosting-companies-that-have-wp-cli-pre-installed\" target=\"_blank\">pre-installed</a> on many major hosting providers. Hosts also commonly integrate and/or recommend caching solutions, staging, GIT version control, as well as WordPress auto-installers.</p>\n<p>Prelovac said they are targeting more hosts for integration with ManageWP. “At this moment, we are looking for hosting companies that have great reputation as WordPress hosts. Of course we also have a lot of plans, including very close integration with hosting products and perhaps being a part of the ultimate WordPress hosting product in the near future,” he said. Though he would not offer more specifics, Prelovac anticipates the that more hosts will begin to see the value of integrating WordPress-related products. He predicts, “Given the popularity of WordPress, I expect that in the future ManageWP will become a standard on hosting panels similar to how CloudFlare is now, so that people who can really benefit from using our solution can do so more easily.”</p>\n<p>According to <a href=\"http://w3techs.com/technologies/history_overview/content_management/all/y\" target=\"_blank\">W3techs</a>, <strong>WordPress currently powers 21.2% of the web</strong>. It’s a prudent move on the part of hosting companies to try to attract more WordPress users by adding WordPress-related tools to their control panels. </p>\n<p>With ManageWP successfully working its way into cPanels across SiteGround servers, do you think we’ll see more commercial WordPress products seeking hosting partnerships? This seems like a smart thing to do, especially if you offer WordPress backup services or anything related to migration and staging. If a host doesn’t already include generic options for these products and services, this is one easy way for the company to extend its capabilities. </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, 10 Jan 2014 22:22: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:13:\"Sarah Gooding\";s: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:75:\"WordPress.tv: Christopher Cochran: 320, 480, 640, 720, 768, 960, 1024… NO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=28215\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wordpress.tv/2014/01/10/christopher-cochran-320-480-640-720-768-960-1024-no/\";s: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:690:\"<div id=\"v-CCT2iYAF-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/28215/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/28215/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=28215&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/01/10/christopher-cochran-320-480-640-720-768-960-1024-no/\"><img alt=\"Christopher Cochran: 320, 480, 640, 720, 768, 960, 1024… NO\" src=\"http://videos.videopress.com/CCT2iYAF/video-c3d551940b_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:\"Fri, 10 Jan 2014 20:51: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:\"WordPress.tv: Ben Lobaugh: Interacting With External APIs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=26703\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wordpress.tv/2014/01/10/ben-lobaugh-interacting-with-external-apis-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:671:\"<div id=\"v-PfNuDAR1-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/26703/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/26703/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=26703&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/01/10/ben-lobaugh-interacting-with-external-apis-2/\"><img alt=\"Ben Lobaugh: Interacting With External APIs\" src=\"http://videos.videopress.com/PfNuDAR1/video-6c97821093_scruberthumbnail_0.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:\"Fri, 10 Jan 2014 20:42: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:\"WordPress.tv\";s: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:38:\"Alex King: Interviewed on WP Elevation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://alexking.org/?p=19206\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://alexking.org/blog/2014/01/10/interviewed-on-wp-elevation\";s: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:888:\"<p><a href=\"http://www.wpelevation.com/2014/01/episode-15-alex-king/\">I did an interview with Troy Dean</a> for <a href=\"http://www.wpelevation.com/\">WP Elevation</a> which is now available. I talk quite a bit about my history with WordPress and my approaches to various things including my work experience, my team, working with clients, and the merger with VeloMedia. </p>\n<p>This is the first time I’ve done an interview like this over video, I think it worked really well – both to allow Troy and I to have better rapport and to let you see facial expressions, etc. during the conversation. My thanks to Troy for having me on and asking great questions; I had a great time.</p>\n<p></p>\n<p>You can also <a href=\"http://media.blubrry.com/wp_elevation/p/wpe-podcast.s3.amazonaws.com/WPElevation-AlexKing.mp3\">download the MP3</a> if you’re more of a podcast person.</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, 10 Jan 2014 16:29: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:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:79:\"WPTavern: Ridizain: A Free WordPress Magazine Theme Inspired By Twenty Fourteen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/?p=14397\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:200:\"http://wptavern.com/ridizain-a-free-wordpress-magazine-theme-inspired-by-twenty-fourteen?utm_source=rss&utm_medium=rss&utm_campaign=ridizain-a-free-wordpress-magazine-theme-inspired-by-twenty-fourteen\";s: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:2053:\"<p><a href=\"http://wordpress.org/themes/ridizain\" target=\"_blank\">Ridizain</a> is a free WordPress magazine theme, heavily inspired by the new Twenty Fourteen default theme. <a href=\"http://profiles.wordpress.org/ZGani/\" target=\"_blank\">Zulfikar Nore</a> released it just before Christmas, adding to his library of 17 themes in the official WordPress.org directory.</p>\n<p>It’s important to note that Ridizain is not a child theme of <a href=\"http://wordpress.org/themes/twentyfourteen\" target=\"_blank\">Twenty Fourteen</a>. Rather, it’s an adaptation or re-design of it, as the name suggests, with two important design distinctions: Ridizain is full width and centered. These major differences answer a couple of the most common complaints about Twenty Fourteen. </p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/ridizain.jpg\" rel=\"prettyphoto[14397]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/ridizain.jpg\" alt=\"ridizain\" width=\"880\" height=\"660\" class=\"aligncenter size-full wp-image-14399\" /></a></p>\n<p>Check out the <a href=\"http://www.wpstrapcode.com/ridizain/\" target=\"_blank\">Ridizain demo</a> and compare to the <a href=\"http://twentyfourteendemo.wordpress.com/\" target=\"_blank\">Twenty Fourteen demo</a> to spot the differences between the two themes.</p>\n<p>Ridizain is built with the same template structure as Twenty Fourteen and maintains all of its other features, including featured homepage content, three widget areas, custom recent posts and full color control for many of the theme’s elements.</p>\n<p>Hopefully, the developer will incorporate any major changes added to Twenty Fourteen in the future. If this is a concern for you, it might be better to simply create a child theme of Twenty Fourteen with the CSS changes included. This is a theme worth looking at if you’re a fan of Twenty Fourteen and want a quick way to get it centered and full width. You can download <a href=\"http://wordpress.org/themes/ridizain\" target=\"_blank\">Ridizain</a> for free from WordPress.org. </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, 10 Jan 2014 15:33: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s: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:58:\"WPTavern: Hosting Companies That Have WP-CLI Pre-Installed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=14376\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:160:\"http://wptavern.com/hosting-companies-that-have-wp-cli-pre-installed?utm_source=rss&utm_medium=rss&utm_campaign=hosting-companies-that-have-wp-cli-pre-installed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2881:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/wp-cli.jpg\" rel=\"prettyphoto[14376]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/wp-cli.jpg\" alt=\"wp-cli\" width=\"800\" height=\"271\" class=\"aligncenter size-full wp-image-14390\" /></a><br />\n<a href=\"http://wp-cli.org/\" target=\"_blank\">WP-CLI</a> was one of the most exciting WordPress tools to be released a couple of years ago in <a href=\"http://scribu.net/wordpress/a-command-line-interface-for-wordpress.html\" target=\"_blank\">2011</a> and has quickly become an indispensable part of many developers’ workflow. The project was originally created by <a href=\"https://github.com/andreascreten\" target=\"_blank\">Andreas Creten</a> and is now maintained by <a href=\"https://github.com/scribu\" target=\"_blank\">Cristi Burcă</a> (Scribu) and other <a href=\"https://github.com/wp-cli?tab=members\" target=\"_blank\">contributors</a>. </p>\n<p>WP-CLI provides a command line interface for managing WordPress sites without having to use the admin screens. It makes many routine development tasks faster and easier, including updating the core and plugins, installing themes, backing up your database, managing user roles and so much more. A full list of <a href=\"http://wp-cli.org/commands/\" target=\"_blank\">commands</a> is available on the project site and a list of <a href=\"https://github.com/wp-cli/wp-cli/wiki/List-of-community-commands\" target=\"_blank\">community commands</a> is posted to github.</p>\n<h4>A List of Hosts With WP-CLI Pre-Installed</h4>\n<p>The project recently updated its github wiki to include a <a href=\"https://github.com/wp-cli/wp-cli/wiki/List-of-hosting-companies\" target=\"_blank\">list of hosting companies</a> that support WP-CLI. This list includes hosts that have WP-CLI installed by default for their customers when they first SSH into their servers, meaning that the <code>wp</code> command is already available. Of course, you can always install it at any host where you have SSH access, but this list includes companies that have it pre-installed:</p>\n<ul>\n<li>Bluehost</li>\n<li>Dreamhost</li>\n<li>Synthesis</li>\n<li>SiteGround</li>\n<li>WordPress.com VIP</li>\n</ul>\n<p>Several of these hosts have additional resources to help you get started. Dreamhost has a <a href=\"http://wiki.dreamhost.com/WordPress_wp-cli\" target=\"_blank\">wiki for using WP-CLI</a> and SiteGround also has a <a href=\"http://www.siteground.com/tutorials/wordpress/wp-cli.htm\" target=\"_blank\">WP-CLI tutorial</a>. </p>\n<p>I’m surprised that there aren’t more managed WordPress hosts listed here, as it’s just one extra little perk for getting developers to sign up. If you represent a host that should be on this list, please edit the <a href=\"https://github.com/wp-cli/wp-cli/wiki/List-of-hosting-companies\" target=\"_blank\">WP-CLI hosting companies</a> wiki page to include your company. </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, 10 Jan 2014 13:56:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s: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:57:\"WPTavern: WordPress Adds Per-Ticket Notifications to Trac\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/?p=14352\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:158:\"http://wptavern.com/wordpress-adds-per-ticket-notifications-to-trac?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-adds-per-ticket-notifications-to-trac\";s: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:3562:\"<p>Andrew Nacin is on a roll with <a href=\"http://wptavern.com/wordpress-core-trac-gets-a-design-refresh-new-features-and-enhancements\" target=\"_blank\">adding improvements to the WordPress core trac</a>. During the holiday break he worked on a design refresh for tickets, enhancements, bug fixes and more ways to sort tickets. Today he <a href=\"http://make.wordpress.org/core/2014/01/09/new-trac-notifications-feature/\" target=\"_blank\">announced</a> per-ticket notifications, an exciting new feature that will help you stay updated on tickets. This is big news for WordPress core development.</p>\n<p>Directly above the “Add Comment” box you can now find a <strong>“Watch This Ticket”</strong> button with a star. Clicking this button will sign you up for notifications on that particular ticket. </p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/notifications.png\" rel=\"prettyphoto[14352]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/notifications.png\" alt=\"notifications\" width=\"636\" height=\"208\" class=\"aligncenter size-full wp-image-14355\" /></a></p>\n<p>Notification sign up is also available at the very top of the ticket.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/ticket-star.jpg\" rel=\"prettyphoto[14352]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/ticket-star.jpg\" alt=\"ticket-star\" width=\"828\" height=\"326\" class=\"aligncenter size-full wp-image-14361\" /></a></p>\n<h3>WordPress Trac is Becoming More Collaborative</h3>\n<p>In addition to notifications, the other exciting thing about the new ticket starring feature is that it opens up two new reports for you to view: <a href=\"https://core.trac.wordpress.org/report/50\" target=\"_blank\">Open tickets I’m watching</a> and <a href=\"https://core.trac.wordpress.org/report/51\" target=\"_blank\">All tickets I’m watching</a>, essentially providing a centralized place to view your bookmarked tickets. </p>\n<p>Nacin also hinted at a few upcoming trac features that he is planning on implementing, including:</p>\n<ul>\n<li>Watch/unwatch a ticket directly from a report (similar to starring a conversation in Gmail)</li>\n<li>Subscribe to entire components and milestones: see image below for preview</li>\n<li>Add someone to a ticket using @-mentions</li>\n<li>Star count displayed in reports next to the new Comments column so starring a ticket is also similar to favoriting/liking</li>\n</ul>\n<div id=\"attachment_14365\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/01/subscribe-to-components.png\" rel=\"prettyphoto[14352]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/subscribe-to-components.png\" alt=\"Coming Soon: Ability to subscribe to components\" width=\"738\" height=\"442\" class=\"size-full wp-image-14365\" /></a><p class=\"wp-caption-text\">Coming Soon: Ability to subscribe to components</p></div>\n<p>These new features have the potential to create a huge boost in efficiency and collaboration for those who contribute to WordPress core development. Even more awesome is that all of this code is <a href=\"https://meta.trac.wordpress.org/ticket/127#comment:21\" target=\"_blank\">open source</a> and was built to be portable to work on other Tracs. For more technical details on how this all works together, check out Nacin’s <a href=\"https://meta.trac.wordpress.org/ticket/127#comment:21\" target=\"_blank\">comments</a> on the <a href=\"https://meta.trac.wordpress.org/ticket/127\" target=\"_blank\">original ticket</a> that helped inspire changes for better trac management.</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, 09 Jan 2014 23:32: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s: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:69:\"WPTavern: Cultivating a Culture of Respect in the WordPress 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:28:\"http://wptavern.com/?p=14309\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:182:\"http://wptavern.com/cultivating-a-culture-of-respect-in-the-wordpress-community?utm_source=rss&utm_medium=rss&utm_campaign=cultivating-a-culture-of-respect-in-the-wordpress-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12011:\"<div id=\"attachment_14327\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/01/wordcampreno.jpg\" rel=\"prettyphoto[14309]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/wordcampreno.jpg\" alt=\"photo credit: Kristin Stith\" width=\"1024\" height=\"683\" class=\"size-full wp-image-14327\" /></a><p class=\"wp-caption-text\">photo credit: <a href=\"http://kristinmstith.wordpress.com/2013/04/15/wordcamp-makes-its-way-to-reno/\" target=\"_blank\">Kristin Stith</a></p></div>\n<p>The WordPress project is going through some growing pains. After 10 years there are millions of people around the world using this software and interacting with one another on a daily basis. The vast majority of these interactions are positive and respectful and for a long time we haven’t needed any kind of official code of conduct, but this is changing. </p>\n<p>“Women in WordPress” is currently a hot button topic and has been for years, with many <a href=\"http://make.wordpress.org/summit/2012/11/16/summary-women-in-wordpress/\" target=\"_blank\">discussions</a> centered around how to make women feel more welcome. </p>\n<p>A few incidents of harassment have popped up in our community and other open source communities, prompting a movement to create a Code of Conduct or set of <a href=\"http://make.wordpress.org/community/2013/09/29/community-expectations/\">Community Expectations</a>. Jen Mylo is currently heading up the Community Expectations team that will create a first draft for everyone to review and send feedback on. In the meantime, how can the community handle situations on the front lines at WordCamps or other events where people are gathering?</p>\n<h3>Do We Need A Safety Officer At WordCamps?</h3>\n<p>Stephanie Leary posted on the Women of WordPress site concerning <a href=\"http://womenofwp.org/2014/01/how-to-report-harassment-at-wordcamps/\" target=\"_blank\">harassment at WordCamps</a> after speaking with a couple of people who experienced minor harassments at events but hadn’t reported it. She suggests that WordPress create its own harassment policy and that WordCamp organizers designate a safety officer:</p>\n<blockquote><p>Once we get to the after parties, the badges come off and the drunken propositions begin. It’s difficult to remember at that point who’s an organizer and who isn’t. Someone on the WordCamp staff needs to be designated as a Safety officer, and that person needs to be introduced at the opening remarks so everyone knows who it is. That person’s contact information needs to be on the Camp website so people can get in touch with him or her when needed.</p></blockquote>\n<p>The question that naturally follows is: What should the safety officer or WordCamp organizer do if someone reports harassment at a WordCamp? Should they be expected to police attendee behavior off-site?</p>\n<p>Even if these officers are in place, will WordCampers report incidents of harassment? What happens from there? If the expectation to handle these situations is placed on WordCamp organizers, they will need training for how to respond in different scenarios. Hopefully procedures will be included in the Community Expectations for how conference staff should respond to reports of harassment. </p>\n<h3>Why Harassment Commonly Goes Unreported</h3>\n<div id=\"attachment_14339\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/01/medium_8985496669.jpg\" rel=\"prettyphoto[14309]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/medium_8985496669.jpg\" alt=\"photo credit: RebeccaBarray - cc\" width=\"800\" height=\"534\" class=\"size-full wp-image-14339\" /></a><p class=\"wp-caption-text\">photo credit: <a href=\"http://www.flickr.com/photos/rebeccabarray/8985496669/\">RebeccaBarray</a> – <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a></p></div>\n<p>When I first started blogging I often received many unprofessional comments on my posts that had nothing to do with the content. I have been harassed in live chat support sessions and on Twitter, but those things rarely happen anymore. These issues have improved over the past five years that I’ve been involved with WordPress. </p>\n<p>Unfortunately, I was harassed at my very first WordCamp by an attendee at an after-party. He was heavily pressuring me to go to his hotel room with him and used some crude phrases not fit for print, mixed in with: <strong>“C’mon, I know you want to f*** me.”</strong>, <strong>“Your husband doesn’t have to know.”</strong> and <strong>“You know you want it.”</strong></p>\n<p>How could the conversation degrade so quickly from building websites to sexually explicit advances? I politely refused several times so as not to make a scene and then the conversation was dead. He apologized the next morning right before I was scheduled to speak in the BuddyPress track.</p>\n<p>As someone who is not a natural public speaker, I was already very nervous about my presentation. In my mind I was thinking, <em>“These developers know EVERYTHING about WordPress and BuddyPress. What am I even doing here?”</em> But on top of that I was nervous that I might see in the audience the face of that guy who had just completely objectified me the night before. Being seen as an object compounded my existing lack of self-confidence and made me feel like a total fraud. I wanted to disappear. </p>\n<p>Everyone I spoke to about it afterwards told me there was nothing to be done and to just forget about it. They meant well. </p>\n<p>At the time I agreed that there was nothing to be done. The reality is that there was no code of conduct, no expectations for after-party behavior, no boundaries set by the organizers, through no fault of their own. But even if there had been a safety officer, I don’t know if I would have reported it. I certainly didn’t want anyone to lose his job over a mistake for which he apologized.</p>\n<p>There are a lot of reasons why women and men choose to stay silent and not report these experiences, a few of which include:</p>\n<ol>\n<li>They don’t want to draw attention to themselves. </li>\n<li>They don’t want to appear to be weak or seeking pity.</li>\n<li>They’re afraid that somehow they may have invited the unwanted attention.</li>\n<li>They don’t want to rock the boat.</li>\n<li>They don’t want to be treated like a victim.</li>\n<li>They fear retaliation or legal action.</li>\n<li>They assume that others have had it much worse and they should just be grateful nothing serious happened.</li>\n</ol>\n<p>Even with a code of conduct in place and a safety officer on hand, it is often difficult for victims of harassment to find a good reason to report these kinds of incidents, especially if nothing technically criminal took place. It’s not an easy problem to solve. To truly change behavior we need to look deeper at fostering a culture of respect.</p>\n<h3>Creating A Culture of Respect</h3>\n<div id=\"attachment_14342\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/01/kids-hands-holding-plants.jpg\" rel=\"prettyphoto[14309]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/kids-hands-holding-plants.jpg\" alt=\"photo credit: africagreenmedia.co.za\" width=\"1698\" height=\"1131\" class=\"size-full wp-image-14342\" /></a><p class=\"wp-caption-text\">photo credit: africagreenmedia.co.za</p></div>\n<p>Community can make or break a project. A set of community expectations is the first step in laying a foundation for respectful behavior. I wish we didn’t need them, but we do. WordCamp-specific community expectations would also be helpful for communicating those values within the context of that event. Though there are many differing opinions about a WordCamp organizer’s responsibilities to attendees and speakers, I think we can all agree on doing more to highlight respect as one of our chief values. </p>\n<p>Respect means holding each other in high esteem and honoring each other. Giving and receiving respect isn’t something that anyone wants to have to enforce. Nobody is fond of excessive rules and regulations. It’s something that needs to be part of our culture. The underlying idea is to always approach people with the attitude of “<em>I respect you and I appreciate that you’re here</em>,” whether that’s in the forums, on Twitter, in IRC, or at WordCamps.</p>\n<p>Respect is a learned behavior. When new people see it modeled they are more likely to perceive it as a cultural value that we hold. We need to learn to give it unconditionally. There shouldn’t be any <em>“If you respect me, then I will respect you.”</em> But rather, the idea is that we respect people. Period. Not because of anything they’ve achieved or created or because they know how to spell WordPress with the camel case. Sometimes people are new and they are still learning. That applies to behavior, too. People aren’t born knowing how to be respectful at a WordCamp so we need to articulate what that means for us.</p>\n<h3>How does this translate practically when it comes to harassment?</h3>\n<p>I propose the following for WordCamps: </p>\n<ol>\n<li>Create a clear code of conduct or policy for harassment and make it known at the event. Remind people that they or others will probably be drinking at after-parities but that we can still be professionals.</li>\n<li>Educate WordCamp organizers on how to respond to reports of harassment. More in-depth training may be required for this position.</li>\n<li>Look out for each other. If someone tells you about something that happened, help them find the appropriate channels for dealing with it.</li>\n</ol>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/wcsf.jpg\" rel=\"prettyphoto[14309]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/wcsf-300x191.jpg\" alt=\"photo credit: central.wordcamp.org\" width=\"300\" height=\"191\" class=\"size-medium alignright wp-image-14329\" /></a>I think this is a good starting point for helping attendees and speakers feel more comfortable about attending WordPress-related events. If you’re one of those who wants more diversity and wants to see <a href=\"http://wptavern.com/encouraging-women-to-speak-at-wordcamps\" target=\"_blank\">more women speakers at WordCamps</a>, then creating a code of conduct for your event might be a big help. Andrea Middleton said that the first WordCamp she was aware of having a code of conduct was WordCamp SF 2011. The <a href=\"http://2011.sf.wordcamp.org/about/code-of-conduct/\" target=\"_blank\">code of conduct</a> for that event was inspired by the OSBridge Conference and provides a good starting place for event organizers to use in setting expectations for community behavior.</p>\n<p>It’s important to note that incidents like this are not representative of the WordPress community as a whole. I have rarely encountered finer, more generous people than those I’ve met through WordPress. Our community is full of kind, polite, welcoming and friendly people. In most of these minor incidents, it happens because someone didn’t know our unwritten code of conduct. (Or because somebody got wasted.) We can do a better job of communicating that at events.</p>\n<p>In the end, at WordCamps we all just want to laugh and enjoy our time learning from each other. There’s no way for WordCamp organizers to guarantee attendees and speakers that nobody will harass you or make you feel unwelcome. Embracing the risk of interacting with other human beings is part of being an adult. Organizers can, however, better educate themselves about what procedures they can follow if harassment is reported. Ultimately, they may not be able to do too much more than ask the person to leave, but the message will be loud and clear: </p>\n<p><strong>In the WordPress community we treat each other with respect.</strong> </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, 09 Jan 2014 20:43: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:13:\"Sarah Gooding\";s: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:83:\"WordPress.tv: Christine Rondeau: Spearhead Your Career By Contributing To WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=29130\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://wordpress.tv/2014/01/09/christine-rondeau-spearhead-your-career-by-contributing-to-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:715:\"<div id=\"v-2olMlnpk-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/29130/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/29130/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=29130&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/01/09/christine-rondeau-spearhead-your-career-by-contributing-to-wordpress/\"><img alt=\"Christine Rondeau: Spearhead Your Career By Contributing To WordPress\" src=\"http://videos.videopress.com/2olMlnpk/video-67e4ef85f8_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:\"Thu, 09 Jan 2014 19:59:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:81:\"WordPress.tv: Scott Bolinger: Lesser Known But Super Hip Responsive Design Tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=26113\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wordpress.tv/2014/01/09/scott-bolinger-lesser-known-but-super-hip-responsive-design-tricks/\";s: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:711:\"<div id=\"v-snB0EHWo-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/26113/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/26113/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=26113&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/01/09/scott-bolinger-lesser-known-but-super-hip-responsive-design-tricks/\"><img alt=\"Scott Bolinger: Lesser Known But Super Hip Responsive Design Tricks\" src=\"http://videos.videopress.com/snB0EHWo/video-46ac1c3db3_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:\"Thu, 09 Jan 2014 16:51: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:12:\"WordPress.tv\";s: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:49:\"WPTavern: Encouraging Women To Speak At WordCamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/?p=14277\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"http://wptavern.com/encouraging-women-to-speak-at-wordcamps?utm_source=rss&utm_medium=rss&utm_campaign=encouraging-women-to-speak-at-wordcamps\";s: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:5592:\"<p>Jen Mylo has <a title=\"http://make.wordpress.org/community/2014/01/07/women-speakers-at-wordcamps/\" href=\"http://make.wordpress.org/community/2014/01/07/women-speakers-at-wordcamps/\">published some interesting statistics</a> on the WordPress Community blog that show WordCamps still have a long way to go when it comes to women speaking at these events. Between 2012 and 2013, there was only a slight increase in the amount of women speaking at WordCamps. Possibly compounding the issue is that most of the events with dismal numbers had a large number of “<em>circuit</em>” speakers who were predominantly male. Circuit speakers are individuals who speak at multiple WordCamps during the year.</p>\n<h3>It’s Difficult Talking About This Subject As A Male</h3>\n<p>As a male, I feel like I have no business talking about matters such as these. I love the fact that the WordPress project and WordCamps in general encourage diversity. For example, WordCamp Miami clearly states on their <a title=\"http://2014.miami.wordcamp.org/speakers/speaker-submissions/\" href=\"http://2014.miami.wordcamp.org/speakers/speaker-submissions/\">speaker submission page</a> their desire for a diversified group of presenters: “<em>Our general policy is that we don’t consider the race, sex, religion, or any other factor of the speaker to play a part in our selection process.” </em>If organizers are pressured to start selecting women speakers based on the fact that they are women, it would invalidate policies like the one referenced above.</p>\n<h3>Yay Or Ney To WordCamp Circuit Speakers?</h3>\n<div id=\"attachment_14281\" class=\"wp-caption alignright\"><a href=\"http://wptavern.com/wp-content/uploads/2014/01/WordPressCircuit.jpg\" rel=\"prettyphoto[14277]\"><img class=\"size-medium wp-image-14281\" alt=\"WordPress Circuit\" src=\"http://wptavern.com/wp-content/uploads/2014/01/WordPressCircuit-300x229.jpg\" width=\"300\" height=\"229\" /></a><p class=\"wp-caption-text\">Image courtesy of <a title=\"http://fuelyourcoding.com/getting-started-writing-wordpress-plugins/\" href=\"http://fuelyourcoding.com/getting-started-writing-wordpress-plugins/\">Fuel Your Coding</a></p></div>\n<p>Going back to the topic of circuit speakers which is very touchy, I think it’s important to remember what WordCamps are truly about. In their simplest form, they are WordPress meetups but on a bigger scale. WordCamps are highly encouraged to be made up of mostly local attendees. Most of these events have a set of dedicated volunteers that record sessions that are uploaded to <a title=\"http://wordpress.tv/\" href=\"http://wordpress.tv/\">WordPress.tv</a> after the event. Thanks to WordPress.tv, one question I have is whether or not individuals should be discouraged from traveling to multiple WordCamps to give the same presentation? If that road is traveled, where does it lead? WordCamp Central placing limits on the amount of WordCamps a presenter can travel to and give the same presentation?</p>\n<h3>Starting With The Local WordPress Meetup</h3>\n<div id=\"attachment_14284\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/01/LocalWordPressMeetup.jpg\" rel=\"prettyphoto[14277]\"><img class=\"size-full wp-image-14284\" alt=\"NEO WordPress Meetup January 24, 2013\" src=\"http://wptavern.com/wp-content/uploads/2014/01/LocalWordPressMeetup.jpg\" width=\"544\" height=\"358\" /></a><p class=\"wp-caption-text\">NEO WordPress Meetup January 24, 2013</p></div>\n<p>Since WordCamps are all about local first, that’s where any initiative encouraging diversity would have the largest and immediate impact. The local meetups I have attended have had almost a 50/50 mix of males to females. The women I’ve had a pleasure to help are usually brand new to WordPress and its ecosystem. I do my part by helping them out as best I can and then encourage them to be part of the larger community. If they decide to remain quiet and not take an active role in the WordPress community, what am I supposed to do? Push them into it?</p>\n<h3>New Study Shows Promising Results</h3>\n<p>If you’re a male WordCamp organizer, consider having one or more women be part of the conference organization group. A <a title=\"http://www.theatlantic.com/technology/archive/2014/01/the-easiest-possible-way-to-increase-female-speakers-at-conferences/282858/\" href=\"http://www.theatlantic.com/technology/archive/2014/01/the-easiest-possible-way-to-increase-female-speakers-at-conferences/282858/\">recent post by The Atlantic</a> highlights a study that shows having just one woman on the organizing committee for a conference greatly increases the likelihood of women appearing at the front of the room.</p>\n<h3>More Women Everywhere!</h3>\n<p>I’m all for more women in tech, women in WordPress, women everywhere. I don’t like how some of them have gone about raising awareness of the issue because it seems more like a war between males and females. But WordPress has done a great job enabling people of any race, religion, etc to contribute to the project. Without forcing diversity on WordCamp organizers, what are they supposed to do if no women submit speaker applications? What if the speaker pool they have to select from are all white males?</p>\n<p>The initiatives that Jen Mylo is pioneering with other members of the WordPress community are great. I just hope they remain as initiatives and don’t end up becoming more WordCamp Central requirements that organizers <strong>HAVE</strong> to follow. WordCamp organizers have enough on their shoulders as it is.</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, 09 Jan 2014 02:00:17 +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:76:\"WPTavern: New Plugin Adds Persian Calendar and Language Support to WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=14275\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:196:\"http://wptavern.com/new-plugin-adds-persian-calendar-and-language-support-to-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=new-plugin-adds-persian-calendar-and-language-support-to-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2989:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/wppersidate.jpg\" rel=\"prettyphoto[14275]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/wppersidate.jpg\" alt=\"wppersidate\" width=\"800\" height=\"259\" class=\"aligncenter size-full wp-image-14295\" /></a></p>\n<p>WordPress is available in <a href=\"http://codex.wordpress.org/WordPress_in_Your_Language\" target=\"_blank\">more than 80 different languages</a>, due in large part to the many community volunteers who have submitted translations. Translating WordPress into a new language makes it possible for people around the world to take advantage of this open source publishing platform to make their voices heard. In addition to translations, some languages and cultures have different requirements for <a href=\"https://codex.wordpress.org/Post_Meta_Data_Section\" target=\"_blank\">post meta data</a>.</p>\n<p><a href=\"http://wordpress.org/plugins/wp-parsidate/\" target=\"_blank\">WP-parsidate</a> is a relatively new plugin that was created to be a Persian package builder for WordPress. This plugin adds support for the Shamsi or Jalali Calendar, which is the traditional <a href=\"http://en.wikipedia.org/wiki/Iranian_calendar\" target=\"_blank\">Persian calendar</a> based on the sun. It rewrites dates in posts, comments, pages, archives, search, and categories to utilize the Shamsi calendar. WP-Parsidate also features the following:</p>\n<ul>\n<li>Shamsi (Jalali) date in Posts, comments, pages, archives, search, categories</li>\n<li>Shamsi (Jalali) date in Permalinks</li>\n<li>Shamsi (Jalali) date in admin sections such as posts lists, comments lists, pages lists</li>\n<li>Shamsi (Jalali) date in post quick edit, comment quick edit, page quick edit of admin panel</li>\n<li>Shamsi (Jalali) archive widget</li>\n<li>RTL and fixed tinymce editor</li>\n<li>Poweful and fast function for fixing Arabic (ي , ك) to Persian (ی , ک)</li>\n<li>Poweful and fast function for Persian numbers</li>\n</ul>\n<p>Essentially, this plugin provides a better Persian language experience with WordPress. It has already received many five star ratings and positive reviews. I installed it just for fun and it’s amazing how it completely transforms the WordPress frontend and backend. This screenshot is from a test site where I didn’t even have the Persian translation active:</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/wp-persidate.jpg\" rel=\"prettyphoto[14275]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/wp-persidate.jpg\" alt=\"wp-persidate\" width=\"1059\" height=\"461\" class=\"aligncenter size-full wp-image-14292\" /></a></p>\n<p>Though Persian-speakers may be a small portion of worldwide WordPress users, it’s quite inspirational to see a plugin that changes WordPress to present content in a better way for their language. If you have friends who blog in Persian, make sure to share the <a href=\"http://wordpress.org/plugins/wp-parsidate/\" target=\"_blank\">WP-parsidate</a> plugin with them.</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, 09 Jan 2014 01:38: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:13:\"Sarah Gooding\";s: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:67:\"WPTavern: Theme Friendly Helps You Find the Perfect WordPress Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/?p=14224\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:178:\"http://wptavern.com/theme-friendly-helps-you-find-the-perfect-wordpress-theme?utm_source=rss&utm_medium=rss&utm_campaign=theme-friendly-helps-you-find-the-perfect-wordpress-theme\";s: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:3420:\"<p>Hunting for a new WordPress theme can be an overwhelming task, given the sheer number of theme providers out there. With tens of thousands of WordPress themes in the wild, it’s not always easy to narrow it down or to know which themes are high quality.</p>\n<p><a href=\"http://themefriendly.com/find-themes/\" target=\"_blank\">Theme Friendly</a> aims to solve this problem by providing a sortable list of professionally-reviewed WordPress themes. <a href=\"https://twitter.com/alexmansfield\" target=\"_blank\">Alex Mansfield</a> launched his new Theme Friendly concept today with 35 theme reviews from nine different commercial theme shops. </p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/theme-friendly.jpg\" rel=\"prettyphoto[14224]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/theme-friendly.jpg\" alt=\"theme-friendly\" width=\"1532\" height=\"690\" class=\"aligncenter size-full wp-image-14252\" /></a></p>\n<h3>Theme Friendly Sorts Themes Based On Quality Score</h3>\n<p>Theme Friendly solicits donated copies of themes from WordPress theme authors. Mansfield then uses a subset of the <a href=\"http://make.wordpress.org/themes/guidelines/\" target=\"_blank\">WordPress theme review team guideline checks</a> when reviewing the themes in order to generate a quality score. He documents exactly how the theme got its score and records any additional information that might be useful for sorting, ie. theme type, feature support, layout options, plugin support, page templates available, translated languages, etc. This results in an excellent, detailed list of sorting options in the sidebar.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/example-review.jpg\" rel=\"prettyphoto[14224]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/example-review.jpg\" alt=\"example-review\" width=\"1210\" height=\"687\" class=\"aligncenter size-full wp-image-14254\" /></a></p>\n<p>Visitors of the site can search themes by their own requirements and then read up on the quality score. Searching the site returns results sorted by quality score, rather than most recent submissions. The idea is that anyone shopping for a WordPress theme can make a more informed decision as a consumer, based on the review provided by Theme Friendly.</p>\n<p>Mansfield manually reviews each theme by the same criteria. He disclosed that he does in fact use affiliate links but that they do not in any way influence the theme reviews. If you’d like to learn more about his process in creating the site and the technical details behind it, check out his series on <a href=\"http://alexmansfield.com/projects/wordpress-theme-review-site-day-4\" target=\"_blank\">Creating a Commercial WordPress Theme Review Site</a>.</p>\n<p>The <a href=\"http://themefriendly.com/find-themes/\" target=\"_blank\">Theme Friendly</a> concept provides another helpful way for consumers to explore and purchase WordPress themes. If you like the idea of having a site where you can find professionally-reviewed themes, there are a few things you can do to help Mansfield expand his library. Drop him a note on his <a href=\"http://themefriendly.com/contact/\" target=\"_blank\">contact form</a> to let him know what is the most frustrating part of shopping for WordPress themes. If you’re a WordPress theme developer, you can also get in touch with him to request a review of your theme and its addition to the Theme Friendly library.</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, 08 Jan 2014 21:12: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:13:\"Sarah Gooding\";s: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:52:\"WPTavern: WordPress School Is About To Be In Session\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/?p=14192\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"http://wptavern.com/wordpress-school-is-about-to-be-in-session?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-school-is-about-to-be-in-session\";s: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:2612:\"<p>If you love WordPress, keep an eye on your calendar for Valentines day 2014 as that’s when <a title=\"http://wpschool.org\" href=\"http://wpschool.org\">WP School</a> is scheduled to launch. WP School is an initiative started by Pooria Asteraky with the goal of bringing WordPress education to the masses. Classified as a (<strong>MOOC</strong>) or massive open online course, the site will be dedicated to WordPress education and online courses in a variety of different languages for people to use across the world.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/WpSchoolFrontPage.jpg\" rel=\"prettyphoto[14192]\"><img class=\"aligncenter size-large wp-image-14202\" alt=\"WP School Front Page\" src=\"http://wptavern.com/wp-content/uploads/2014/01/WpSchoolFrontPage-500x243.jpg\" width=\"500\" height=\"243\" /></a></p>\n<p>The start-up is currently within the funding stage. Pooria is using indiegogo to power the <a title=\"http://www.indiegogo.com/projects/wordpress-school-mooc\" href=\"http://www.indiegogo.com/projects/wordpress-school-mooc\">WP School campaign</a>. The campaign contains a number of perks for those that contribute funds ranging from discounts to early access to course material. With <strong>33 days</strong> left to go, the campaign has raised <strong>$1,029</strong> of the <strong>$25,000 goal</strong>. According to the campaign description, the money would be used to purchase servers, provide an ad free experience, and provide a period of time to allow revenues to be generated to take the place of the initial campaign funds.</p>\n<blockquote><p>We have already made the main investment. Over the last two years we have been doing extensive research and development to plan this project. We have defined the education roadmap, skill levels and all the related knowledge and expertise. We have also developed many courses that will be offered from the first release.</p></blockquote>\n<p>Pooria points out in the campaign text: “<em>Education is the wisest investment for any person or society</em>“. I couldn’t agree more. However, with sites like <a title=\"http://wpsessions.com/\" href=\"http://wpsessions.com/\">WPSessions.com</a>, <a title=\"http://wpmentor.org/\" href=\"http://wpmentor.org/\">WPMentor.org</a> and others, there seems to be no end to the amount of resources that are available for self-motivated learners to learn WordPress. Can something like WPSchool.org succeed in an online world where so much WordPress information is available for free? In my opinion, the more WordPress learning resources that exist, the better it is for everyone!</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, 08 Jan 2014 19:43:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:55:\"WPTavern: 10 Free Chrome Extensions for WordPress 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=13520\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:154:\"http://wptavern.com/10-free-chrome-extensions-for-wordpress-users?utm_source=rss&utm_medium=rss&utm_campaign=10-free-chrome-extensions-for-wordpress-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9136:\"<p>In December of 2013, <a href=\"http://www.w3schools.com/browsers/browsers_stats.asp\" target=\"_blank\">w3schools reported</a> that Chrome has captured 55.8 % of the global market share of top web browsers, with Firefox at 26.8% and IE coming in at 9.0%. With Chrome usage on the rise and now dominating the web, we’d like to highlight a few tools that will help WordPress users detect the software on websites as well as publish content directly from Chrome.</p>\n<h2>WordPress.com Extension</h2>\n<p><a href=\"https://chrome.google.com/webstore/detail/wordpresscom-extension/pnbbfhcegldppmibabepjfjloachnmjb\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/wpcom.png\" alt=\"wpcom\" width=\"1280\" height=\"798\" class=\"aligncenter size-full wp-image-14114\" /></a></p>\n<p>The <a href=\"https://chrome.google.com/webstore/detail/wordpresscom-extension/pnbbfhcegldppmibabepjfjloachnmjb\" target=\"_blank\">WordPress.com Extension</a> is a free tool created by WordPress.com. It brings features from WordPress.com into your browser, including notifications, the ability to follow sites and start new blog posts instantly from your browser toolbar.</p>\n<p>The latest version of the extension displays notifications like other native notifications in Chrome. These can be configured in the extension’s preferences to show notifications that are the most useful to you and hide the others.</p>\n<h2>WordPress.org Plugins SVN Link</h2>\n<p><a href=\"https://chrome.google.com/webstore/detail/wordpressorg-plugins-svn/nfhpbeacfmdhhlhmolfcdlknnmalnled\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/svn-link.png\" alt=\"svn-link\" width=\"1278\" height=\"793\" class=\"aligncenter size-full wp-image-14116\" /></a></p>\n<p>The <a href=\"https://chrome.google.com/webstore/detail/wordpressorg-plugins-svn/nfhpbeacfmdhhlhmolfcdlknnmalnled\" target=\"_blank\">WordPress.org Plugins SVN Link</a> fits in seamlessly with plugin pages. It’s something I use so often that I forget that it has been added by my browser. This extension does one simple thing: It adds a button linking to the plugin’s SVN repo under the .zip file download button on WordPress.org. This makes it super easy to explore the code of a plugin before you decide to install it.</p>\n<h2>WordPress Version Check</h2>\n<p><a href=\"https://chrome.google.com/webstore/detail/wordpress-version-check/hbeikkjblcogpkdnchpffgefhkilodnn\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/version-checker.png\" alt=\"version-checker\" width=\"1280\" height=\"729\" class=\"aligncenter size-full wp-image-14118\" /></a></p>\n<p><a href=\"https://chrome.google.com/webstore/detail/wordpress-version-check/hbeikkjblcogpkdnchpffgefhkilodnn\" target=\"_blank\">WordPress Version Check</a> provides a quick way to see what version of WordPress a site is running. First, it checks to see if the site is running WordPress and then displays whether it’s current or outdated. This extension is available in a <a href=\"https://addons.mozilla.org/firefox/addon/wordpress-version-check/\" target=\"_blank\">Firefox version</a>. </p>\n<h2>Quick Switch for WordPress Accounts</h2>\n<p><a href=\"https://chrome.google.com/webstore/detail/quick-switch-for-wordpres/nmdiilgiakfmmipnolamomicpaeddhpk/related\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/account-switcher.png\" alt=\"account-switcher\" width=\"1282\" height=\"796\" class=\"aligncenter size-full wp-image-14120\" /></a></p>\n<p><a href=\"https://chrome.google.com/webstore/detail/quick-switch-for-wordpres/nmdiilgiakfmmipnolamomicpaeddhpk/related\" target=\"_blank\">Quick Switch</a> for WordPress Accounts is a handy extension that lets you easily switch between accounts on your WordPress sites. If you have sites you maintain regularly where you’re always signing in and out of accounts, this extension could be a huge time saver for you.</p>\n<h2>Theme Sniffer</h2>\n<p><a href=\"https://chrome.google.com/webstore/detail/theme-sniffer/kihhefcbenhkjgjhchanjfhhflaojldn\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/theme-sniffer.png\" alt=\"theme-sniffer\" width=\"1400\" height=\"752\" class=\"aligncenter size-full wp-image-14122\" /></a></p>\n<p><a href=\"https://chrome.google.com/webstore/detail/theme-sniffer/kihhefcbenhkjgjhchanjfhhflaojldn\" target=\"_blank\">Theme Sniffer</a> is a handy little extension that will tell you what theme a WordPress or Joomla site is using. During my tests, I found that it isn’t able to detect child themes. It will, however, correctly display the parent theme in use.</p>\n<h2>WP Write</h2>\n<p><a href=\"https://chrome.google.com/webstore/detail/wp-write/ccihbopoacphplchahdeliepepbhjpbe\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/wpwrite.png\" alt=\"wpwrite\" width=\"1747\" height=\"1222\" class=\"aligncenter size-full wp-image-14124\" /></a></p>\n<p><a href=\"https://chrome.google.com/webstore/detail/wp-write/ccihbopoacphplchahdeliepepbhjpbe\" target=\"_blank\">WP Write</a> is a simple, browser-based client for WordPress. It uses XML-RPC to post to your WordPress site directly from Chrome, without you having to log into the admin. The extension supports WordPress.com blogs and self-hosted WordPress sites. It’s very handy for quickly saving ideas for posts as drafts while browsing but can also be used to format and publish posts.</p>\n<h2>Chrome Sniffer</h2>\n<p><a href=\"https://chrome.google.com/webstore/detail/chrome-sniffer/homgcnaoacgigpkkljjjekpignblkeae<br />\n\"><br />\n\"><br />\n\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/chrome-sniffer.png\" alt=\"chrome-sniffer\" width=\"1791\" height=\"1039\" class=\"aligncenter size-full wp-image-14126\" /></a></p>\n<p><a href=\"https://chrome.google.com/webstore/detail/chrome-sniffer/homgcnaoacgigpkkljjjekpignblkeae\" target=\"_blank\">Chrome Sniffer</a> is a useful extension if you often find yourself wondering what CMS a site is running. It inspects the web framework / CMS and javascript library on the site you’re browsing and displays icons in the address bar indicating the detected framework. Chrome Sniffer currently detects more than 100 popular CMS and Javascript libraries and is in the process of adding version detection to the extension.</p>\n<h2>WordPress Admin Bar Control</h2>\n<p><a href=\"https://chrome.google.com/webstore/detail/wordpress-admin-bar-contr/joldejophkhmeajgjenfnfdpfjkalckn\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/admin-bar-control.png\" alt=\"admin-bar-control\" width=\"1600\" height=\"978\" class=\"aligncenter size-full wp-image-14128\" /></a></p>\n<p><a href=\"https://chrome.google.com/webstore/detail/wordpress-admin-bar-contr/joldejophkhmeajgjenfnfdpfjkalckn\" target=\"_blank\">WordPress Admin Bar Control</a> is a simple extension that lets you easily turn on/off the WordPress admin bar on any site you are viewing. The extension also remembers your choice between pageloads and browser sessions. If you want the admin bar back, simply click the button again to restore it.</p>\n<h2>WordPress Site Manager</h2>\n<p><a href=\"https://chrome.google.com/webstore/detail/wordpress-site-manager/allgackcccfpminjnninimgkmclmoafe\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/sitemanager.png\" alt=\"sitemanager\" width=\"1600\" height=\"888\" class=\"aligncenter size-full wp-image-14130\" /></a></p>\n<p><a href=\"https://chrome.google.com/webstore/detail/wordpress-site-manager/allgackcccfpminjnninimgkmclmoafe\" target=\"_blank\">WordPress Site Manager</a> is an extension that stores WordPress site information for multiple sites and gives you quick access to important pages. It also changes the WordPress theme editor into a <a href=\"http://codemirror.net/\" target=\"_blank\">CodeMirror</a> editor. </p>\n<h2>MultiPress</h2>\n<p><a href=\"https://chrome.google.com/webstore/detail/multipress/gjboaoikjenhgjhnkbgiaodijpbidekl\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/multipress.png\" alt=\"multipress\" width=\"1539\" height=\"937\" class=\"aligncenter size-full wp-image-14132\" /></a></p>\n<p>The <a href=\"https://chrome.google.com/webstore/detail/multipress/gjboaoikjenhgjhnkbgiaodijpbidekl\" target=\"_blank\">MultiPress</a> extension adds WordPress’ Press This interface to Chrome. The latest version of this extension opens in a new tab instead of a popup. You can add up to five WordPress sites to the settings, allowing you to quickly post to any of your favorite sites.</p>\n<h3>Something To Consider</h3>\n<p>If you install multiple WordPress-related Chrome extensions, please be advised that the developers quite often use the WordPress logo in the toolbar. In some cases you may have two or three WordPress logos in your toolbar with no distinction between them for what extension it launches. It’s best to select the extensions that will be the most useful for you instead of going crazy installing all of them. If you’re a Chrome extension developer who creates WordPress-related extensions, please consider using a more unique button design. </p>\n<p><strong>Which extensions are the most useful for your WordPress workflow? Do you use any other WordPress-related Chrome extensions not listed here? Let us know in the comments.</strong></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, 08 Jan 2014 19:12: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:13:\"Sarah Gooding\";s: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:40:\"Alex King: More on The Value of Blogging\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://alexking.org/?p=19188\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://alexking.org/blog/2014/01/08/more-on-the-value-of-blogging\";s: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:706:\"<p>Matt recently wrote about the <a href=\"http://ma.tt/2014/01/intrinsic-blogging/\">value of blogging</a>. I’d been working on some notes in this area as well, but from a different approach.</p>\n<p>The part of blogging I find particularly interesting and valuable is the format it provides to be thoughtful about things. Notice something. Think about it. Write about it. The process of exploring something can often lead to interesting places and intersections.</p>\n<p>I’ve been blogging here since <a href=\"http://alexking.org/blog/2002/10\">October of 2002</a>. It’s given me a place to think, publish, and get useful feedback.</p>\n<p><a href=\"http://wordpress.org/\">Recommended</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Jan 2014 17:36:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:74:\"WordPress.tv: Morten Rand-Hendriksen: Can WordPress Really Do That? Take 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=24214\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2014/01/08/morten-rand-hendriksen-can-wordpress-really-do-that-take-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:696:\"<div id=\"v-4KN3sEa4-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24214/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24214/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24214&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/01/08/morten-rand-hendriksen-can-wordpress-really-do-that-take-2/\"><img alt=\"Morten Rand-Hendriksen: Can WordPress Really Do That? Take 2\" src=\"http://videos.videopress.com/4KN3sEa4/video-4934e731a4_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, 08 Jan 2014 15:51: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:12:\"WordPress.tv\";s: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:77:\"WordPress.tv: Matt Medeiros: Land Bigger Clients While Working From An Island\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=23205\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wordpress.tv/2014/01/08/matt-medeiros-land-bigger-clients-while-working-from-an-island/\";s: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:703:\"<div id=\"v-HUbCGZvq-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/23205/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/23205/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=23205&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/01/08/matt-medeiros-land-bigger-clients-while-working-from-an-island/\"><img alt=\"Matt Medeiros: Land Bigger Clients While Working From An Island\" src=\"http://videos.videopress.com/HUbCGZvq/video-49242e7c76_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, 08 Jan 2014 14:54:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:78:\"WPTavern: Industry Night #5 – David Cramer, My Shortcodes and Caldera Engine\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/?p=14174\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:188:\"http://wptavern.com/industry-night-5-david-cramer-my-shortcodes-and-caldera-engine?utm_source=rss&utm_medium=rss&utm_campaign=industry-night-5-david-cramer-my-shortcodes-and-caldera-engine\";s: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:2193:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/IndustryNight_albumart_2d.jpg\" rel=\"prettyphoto[14174]\"><img class=\"alignleft size-medium wp-image-14203\" alt=\"IndustryNight_albumart_2d\" src=\"http://wptavern.com/wp-content/uploads/2014/01/IndustryNight_albumart_2d-300x300.jpg\" width=\"300\" height=\"300\" /></a>Tonight we are engaged in conversation with <a title=\"David Cramer\" href=\"http://profiles.wordpress.org/desertsnowman/\" target=\"_blank\">David Cramer</a>, the creator of <a title=\"My Shortcodes\" href=\"http://wordpress.org/plugins/my-shortcodes/\" target=\"_blank\">My Shortcodes</a> and <a title=\"Caldera Engine Pro Version\" href=\"http://myshortcodes.cramer.co.za/pro-version/\" target=\"_blank\">Caldera Engine</a>.</p>\n<p>I identify David’s persona and engineering specialty as an “Engine Creator”. Behind every amazing race car win you ever saw, there was a team of engineers and grease monkeys behind the scenes that fine-tuned the engine of the car to amazing precision and performance. Driving the efficiency beyond what the original manufacturers ever thought was possible. That’s what David Cramer can do with WordPress and the plugins he has created. </p>\n<p>He’s taken the stock 4 cylinder engine in your typical WordPress installation and given you the ability to drop in a super vortex V8 that can do things with shortcodes that you never thought were possible. We’re talking shortcodes within shortcodes here. The Tony Stark ARC reactor of aftermarket WordPress mods and the best part is, that Caldera Engine is a plugin that exports other plugins. It’s literally a <strong>Plugin Construction Kit</strong>.</p>\n<p>David is also an active contributor in the <a title=\"PODS Plugin\" href=\"http://wordpress.org/plugins/pods/\" target=\"_blank\">PODS plugin</a>, which we will talk with him about on another night. You can read up about it in the meantime and even help to contribute to the beta-testing phase. So pull up a chair, grab a cold one and join me in my conversation with David Cramer.</p>\n<p>Industry Night is produced and hosted by <a title=\"Marcus Couch\" href=\"http://marcuscouch.com\">Marcus Couch</a> for WPTavern.</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, 08 Jan 2014 01:01: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:12:\"Marcus Couch\";s: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:51:\"WPTavern: Help Shape BuddyPress Development in 2014\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/?p=14169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"http://wptavern.com/help-shape-buddypress-development-in-2014?utm_source=rss&utm_medium=rss&utm_campaign=help-shape-buddypress-development-in-2014\";s: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:2977:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/bp-2014.jpg\" rel=\"prettyphoto[14169]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/bp-2014.jpg\" alt=\"bp-2014\" width=\"1023\" height=\"472\" class=\"aligncenter size-full wp-image-14181\" /></a></p>\n<p><a href=\"http://buddypress.org/\" target=\"_blank\">BuddyPress</a> is about to enter development for the 2.0 release and the core team is seeking input from the community on what to prioritize for 2014 development. John James Jacoby posted on the BuddyPress blog to invite all users, developers and interested parties to weigh in on BuddyPress in the <a href=\"http://buddypress.org/2014/01/2014-buddypress-survey/\" target=\"_blank\">2014 Survey</a>. </p>\n<p>Questions in the survey range from how many BuddyPress sites you’ve built to what kind of hosting you opt for, WordPress and BuddyPress versions in use on your sites, and plugins that you’re using with social network. The survey also delves deeper into user opinions on the best features of BuddyPress and how it can be improved.</p>\n<h3>A Plea For Reliable Spam Protection</h3>\n<p>One question in the survey asks what features you think should be added to BuddyPress. I found this one to be difficult to answer, given how robust the plugin already is for quickly launching a full-featured social network. BuddyPress already covers all the basics and it’s not easy to think of something that could be added that wouldn’t be better left to the realm of plugins. </p>\n<p>If I were to nail it down to the most pressing issue for the vast majority of BuddyPress users, then better spam protection built into the core is at the top of my wishlist. Better core support for combating spam or an officially supported plugin would make a world of difference to BuddyPress community administrators. There are several plugin options available for curbing spam signups, but the effectiveness for most of them is pretty much hit or miss. </p>\n<p>In addition to a reliable option for stopping spam users at the door, it would also be nice to be able to display trending or popular content more easily, based on favorites or most-commented activity. This feature would be beneficial for more active BuddyPress communities and would help to increase interaction on the most important activity items. Then again, something like this might be better left to plugin territory. </p>\n<p>Everyone has an opinion about BuddyPress. Will you make yours count? It only takes a few minutes to complete the survey. Don’t miss your chance to help shape BuddyPress core development in 2014. Your participation will help this software better serve the many communities it powers across the web. Results will be posted soon to the <a href=\"http://bpdevel.wordpress.com\" target=\"_blank\">BuddyPress Development blog</a>, so <a href=\"http://buddypress.org/2014/01/2014-buddypress-survey/\" target=\"_blank\">take the survey now</a> while it’s still active.</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, 07 Jan 2014 22:54:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s: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:36:\"Matt: Hire by Auditions, Not Resumes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=43435\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2014/01/hire-by-auditions-not-resumes/\";s: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:179:\"<p>I have a guest article on the Harvard Business Review blogs called <a href=\"http://blogs.hbr.org/2014/01/hire-by-auditions-not-resumes/\">Hire by Auditions, Not Resumes</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, 07 Jan 2014 21:54: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: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: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:34:\"BuddyPress: 2014 BuddyPress 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://buddypress.org/?p=176550\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://buddypress.org/2014/01/2014-buddypress-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1433:\"<p>BuddyPress 1.0 launched just over 5 years ago, and it’s quite a different piece of software today than it was back then. We’ve added (and retired) several components, reinvented the way it integrates into WordPress’s themes, and even changed our logo color (from orange to red.)</p>\n<p>BuddyPress wouldn’t be what it is without the feedback of the community. While the core leadership team has a vision, how we ultimately prioritize features and releases is determined from a cocktail of wants, needs, desires, trends, availability, and is also largely influenced by WordPress too.</p>\n<p>We want to start this year off at least facing the right direction, so Merci Me was kind enough to put together a survey based on some questions that we have for you. The answers to these questions will help us build a better BuddyPress by ensuring we’re still creating what you still want to use, and help us determine if any course corrections are necessary.</p>\n<p>If you’re reading this post, you’re exactly the person we want to take this survey. Users; developers; even interested parties have opinions and expectations, and we want to hear all of them. You will find the survey embedded below.</p>\n<div class=\"pd-embed\" type=\"type\"></div>\n<p></p>\n<p>Thanks for taking the time to help us out. We really appreciate it, and we’ll post the results of this survey in the next few weeks.</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, 07 Jan 2014 20:30:17 +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:\"John James Jacoby\";s: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:82:\"WPTavern: AppPresser Launches First Mobile App Development Framework 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=14136\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:208:\"http://wptavern.com/apppresser-launches-first-mobile-app-development-framework-for-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=apppresser-launches-first-mobile-app-development-framework-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4836:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2013/12/apppresser.jpg\" rel=\"prettyphoto[14136]\"><img src=\"http://wptavern.com/wp-content/uploads/2013/12/apppresser.jpg\" alt=\"apppresser\" width=\"1100\" height=\"450\" class=\"aligncenter size-full wp-image-12507\" /></a></p>\n<p>The <a href=\"http://webdevstudios.com/\" target=\"_blank\">WebDevStudios</a> development team was one of the first agencies to pioneer WordPress-powered apps. They originally launched into the space by privately creating apps for high profile clients like the <a href=\"http://www.ymcanyc.org/association/pages/y-mvp\" target=\"_blank\">YMCA</a> and <a href=\"http://www.dallasmuseumofart.org/Visit/Friends/\" target=\"_blank\">Dallas Museum of Art</a>. Last year these apps were showcased by WordPress co-founder Matt Mullenweg, who predicts that WordPress as an application platform will become the dominant development focus during the next few years.</p>\n<p>Today <a href=\"http://apppresser.com/\" target=\"_blank\">AppPresser</a> officially launched the very first mobile app development framework for WordPress. This <a href=\"http://apppresser.com/about/\" target=\"_blank\">team</a>, made up of many of the core folks from WebDevStudios, decided to go far beyond their previous work of creating a few apps for private clients. They set out to do something truly disruptive and formed AppPresser with the goal of putting the power of app creation into the hands of your average WordPress user.</p>\n<p>Traditionally, app building has been limited to a select few developers who have the skills to program apps for the various mobile platforms. AppPresser turns this upside down by making it easy for anyone to build a native mobile app with WordPress, the publishing platform that is well-known for its user friendliness.</p>\n<h3>How AppPresser Works</h3>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/create-publish-with-apppresser.jpg\" rel=\"prettyphoto[14136]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/create-publish-with-apppresser.jpg\" alt=\"create-publish-with-apppresser\" width=\"2204\" height=\"846\" class=\"aligncenter size-full wp-image-14151\" /></a></p>\n<p>The <a href=\"http://wordpress.org/plugins/apppresser/\" target=\"_blank\">AppPresser Core Plugin</a> is free and available on WordPress.org. This plugin provides a foundation for creating native iOS and Android apps by integrating the following:</p>\n<ul>\n<li>Integrates Phonegap with WordPress, which exposes the <a href=\"http://docs.phonegap.com/en/3.2.0/index.html\" target=\"_blank\">Phonegap API</a></li>\n<li>Allows you to use javascript (using the Phonegap API) to use native device features</li>\n<li>Allows you to use other AppPresser plugins and themes to create an app</li>\n<li>Adds a settings page with app-only homepage, menus, and theme settings</li>\n</ul>\n<p>However, it’s important to note that the plugin by itself does not build the app for you. From here you will need to add AppPresser themes or extensions to create your app. Then you’d require a <a href=\"http://apppresser.com/extensions/appbuild/\" target=\"_blank\">build service</a>, offered by AppPresser or Phonegap, before you can distribute your app to the iOS/Android app stores.</p>\n<p><a href=\"http://apppresser.com/extensions/\" target=\"_blank\">Themes and extensions</a> make it possible for you to tap into device hardware, ie. camera, contacts, geolocation, and notifications. AppPresser is launching with an e-commerce bundle that turns a WordPress and WooCommerce-powered store into a native app. Single app licenses start at $249. Another option is the Agency bundle, priced at $499, which includes all AppPresser themes and extensions.</p>\n<h3>The Future of WordPress-Powered App Creation</h3>\n<p>The launch of AppPresser further demonstrates that WordPress is moving more towards becoming an application platform. The architecture underneath native app creation with WordPress is only now in its infancy and there are many more uncharted waters for developers to explore. A recent <a href=\"http://taptappress.com/\" target=\"_blank\">TapTapPress</a> article discusses opportunities for developers to go <a href=\"http://taptappress.com/apppresser-beyond-theme-switching/\" target=\"_blank\">beyond theme switching</a>, the method employed by AppPresser, and utilize template switching instead. It will be interesting to see how others approach WordPress-powered app creation.</p>\n<p><a href=\"http://apppresser.com/\" target=\"_blank\">AppPresser</a> is making history by being the first to put native mobile app creation into the hands of your average WordPress user with no coding skills required. It has opened wide a new niche market in the WordPress ecosystem. The future is bright for developers who want to build and sell custom apps and app-creation services that are built around WordPress. </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, 07 Jan 2014 20:19: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:13:\"Sarah Gooding\";s: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:67:\"WPTavern: #ChatWP – Twitter Chat Devoted Exclusively To WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=14104\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:168:\"http://wptavern.com/chatwp-twitter-chat-devoted-exclusively-to-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=chatwp-twitter-chat-devoted-exclusively-to-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1507:\"<p>On <strong>Tuesday January 14th, at 3:00PM</strong> Eastern <a title=\"http://www.chatwp.org/\" href=\"http://www.chatwp.org/\">ChatWP</a> will be hosting the first ever Twitter chat dedicated to WordPress. Twitter chats are structured conversations centered around a hashtag. This enables anyone who uses Twitter the chance to participate in the conversation. The first chat will be with special guest Jason Coleman, author of “<a title=\"http://shop.oreilly.com/product/0636920029380.do\" href=\"http://shop.oreilly.com/product/0636920029380.do\">Building Web Apps for WordPress</a>” and the developer of the “<a title=\"http://www.paidmembershipspro.com/\" href=\"http://www.paidmembershipspro.com/\">Paid Memberships Pro</a>” plugin.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>.<a href=\"https://twitter.com/jason_coleman\">@Jason_Coleman</a> will be sharing his experience developing membership sites, plugins, and more. Get your questions ready!</p>\n<p>— chatwp (@chatwp) <a href=\"https://twitter.com/chatwp/statuses/419198259840561152\">January 3, 2014</a></p></blockquote>\n<p></p>\n<p>If you’re using Tweetdeck, you can create a new column to specifically search for tweets containing the <strong>#chatwp</strong> hashtag. This will make it easy to follow and participate in the conversation. Each month will feature a new special guest or topic. Chris Van Patten tells me that all future chats will take place at the same time on the 3rd Tuesday of every month.</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, 07 Jan 2014 18: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: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: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:57:\"WordPress.tv: Panel Discussion: WordPress Business Owners\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=28711\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wordpress.tv/2014/01/07/panel-discussion-wordpress-business-owners/\";s: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:663:\"<div id=\"v-f8NdvNJK-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/28711/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/28711/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=28711&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/01/07/panel-discussion-wordpress-business-owners/\"><img alt=\"Panel Discussion: WordPress Business Owners\" src=\"http://videos.videopress.com/f8NdvNJK/video-a5cda6f700_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, 07 Jan 2014 14:32:17 +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:\"WordPress.tv\";s: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:92:\"WordPress.tv: Lisa Sabin-Wilson: Scoping Projects To Reduce Stress, Headaches and Angry Mobs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=28707\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://wordpress.tv/2014/01/07/lisa-sabin-wilson-scoping-projects-to-reduce-stress-headaches-and-angry-mobs/\";s: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:738:\"<div id=\"v-lR4jSubr-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/28707/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/28707/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=28707&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/01/07/lisa-sabin-wilson-scoping-projects-to-reduce-stress-headaches-and-angry-mobs/\"><img alt=\"Lisa Sabin-Wilson: Scoping Projects To Reduce Stress, Headaches and Angry Mobs\" src=\"http://videos.videopress.com/lR4jSubr/video-cb90f227e4_scruberthumbnail_0.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, 07 Jan 2014 13:21: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:12:\"WordPress.tv\";s: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:64:\"WPTavern: Mentor Others In The WordPress Community With WPMentor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/?p=14070\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wptavern.com/mentor-others-in-the-wordpress-community-with-wpmentor\";s: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:3616:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/WPMentorLogo.jpg\" rel=\"prettyphoto[14070]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/WPMentorLogo.jpg\" alt=\"WPMentor Logo\" width=\"339\" height=\"77\" class=\"alignright size-full wp-image-14096\" /></a>While WordPress has been around for over a decade, companies that are successfully making a business out of it are still very young. Companies like <a href=\"http://ithemes.com/\" title=\"http://ithemes.com/\">iThemes</a>, <a href=\"http://www.studiopress.com/\" title=\"http://www.studiopress.com/\">StudioPress</a>, <a href=\"http://headwaythemes.com/\" title=\"http://headwaythemes.com/\">HeadwayThemes</a>, and <a href=\"http://www.rocketgenius.com/\" title=\"http://www.rocketgenius.com/\">RocketGenius</a> are some of the few that come to mind when I think of successful, veteran WordPress companies. </p>\n<p>Every day, there are individuals and groups working to become the next generation of successful WordPress businesses. It would be great if those new to this world of WordPress had a resource to tap into, a mentor so to speak to get advice on making the next step. Matt Medeiros of <a href=\"http://mattreport.com\" title=\"http://mattreport.com\">Mattreport.com</a> has launched a new website called <a href=\"http://wpmentor.org/\" title=\"http://wpmentor.org/\">WPMentor.org</a> that brings mentors and mentees together. </p>\n<h3>For The Teacher and The Student</h3>\n<p>Matt received so much positive feedback from <a href=\"http://mattreport.com/become-a-mentor/\" title=\"http://mattreport.com/become-a-mentor/\">his post about becoming a mentor</a> that he created an entire site dedicated to those who wanted to volunteer their time to help others. WP Mentor is for two types of people, mentors and mentees. The site works in a similar fashion to a jobs board. Mentors publish posts on the job board explaining what skills or situations they can help people with. Mentees interested in the job posting simply click the <strong>Apply For Job</strong> button and get in touch with the mentor. Mentees can also create a new job listing.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/WPMentorJobPosting.jpg\" rel=\"prettyphoto[14070]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/WPMentorJobPosting-500x425.jpg\" alt=\"WPMentor Job Posting\" width=\"500\" height=\"425\" class=\"aligncenter size-large wp-image-14082\" /></a> </p>\n<p>There are no hard and fast rules in which both parties exchange communications or how best to work with one another. Those decisions have intentionally been left up to both individuals. The job board is powered by Mike Jolley’s <a href=\"http://mikejolley.com/projects/wp-job-manager/\" title=\"http://mikejolley.com/projects/wp-job-manager/\">WP Job Manager</a> plugin in case you’re looking to create a similar site. Once a job posting is published, Matt explains all you’ll have to do is log back in and see that the job is filled.</p>\n<blockquote><p>Once you’re satisfied with your posting, you can log back in and say that the job is “filled”. Feel free to fill out as much or as little as the info needed per listing.</p></blockquote>\n<h3>Interested To See Where This Goes</h3>\n<p>The WordPress community definitely has its share of mentors and while we usually concentrate on ways to contribute to the WordPress.org project, mentoring a member of the community can have just as much if not more impact. Matt doesn’t know where his project will end up but I thank him for creating a new resource for those willing to share their specialized knowledge with others. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Jan 2014 23:37:17 +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:82:\"WPTavern: WordPress Core Trac Gets a Design Refresh, New Features and Enhancements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/?p=14057\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wordpress-core-trac-gets-a-design-refresh-new-features-and-enhancements\";s: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:4726:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/trac-logo.png\" rel=\"prettyphoto[14057]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/trac-logo-150x150.png\" alt=\"trac-logo\" width=\"150\" height=\"150\" class=\"alignleft size-thumbnail wp-image-14087\" /></a>If you haven’t been by to visit the <a href=\"https://core.trac.wordpress.org/\" target=\"_blank\">WordPress Core Trac</a> lately, you’ll be delighted to find that a flurry of updates were made over the holidays. Andrew Nacin took some time to add new features, enhancements, and bug fixes to Trac during his break. This long list of tiny improvements adds up in the end to make WordPress development tools more useful for everyone and more approachable for new contributors.</p>\n<h4>Refreshed Ticket Design</h4>\n<p>One of the most visible changes is the refreshed ticket design. Nacin added larger Gravatars, more whitespace, a larger font size for the body and he also changed the typeface to Open Sans. </p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/trac-ticket.png\" rel=\"prettyphoto[14057]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/trac-ticket.png\" alt=\"trac-ticket\" width=\"822\" height=\"443\" class=\"aligncenter size-full wp-image-14068\" /></a></p>\n<p>The design refresh makes Trac tickets more readable. If you’re a designer with a few ideas to touch up the ticket design, Nacin invites you to get in touch.</p>\n<h4>New Features: Duplicate Ticket Suggestions and Cross-Referencing IRC Ticket Mentions</h4>\n<p>In addition to the new design, he also added a new feature to offer duplicate ticket suggestions. When you create a ticket, it will use your title to search for other “possibly related tickets” to cut down on duplicates.</p>\n<p>Another handy new addition is automatic cross-referencing IRC ticket mentions to track conversations and enhance record keeping:</p>\n<blockquote><p>Whenever a ticket is referenced in #wordpress-dev, a link to the channel logs will be posted to the ticket. This ties conversations together and means that a discussion reached “per IRC discussion” is effortlessly documented. (As it is for record-keeping purposes, the comment doesn’t send a needless notification.)</p></blockquote>\n<p>Here’s what that looks like:</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/irc-mention.png\" rel=\"prettyphoto[14057]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/irc-mention.png\" alt=\"irc-mention\" width=\"558\" height=\"95\" class=\"aligncenter size-full wp-image-14074\" /></a></p>\n<p>A quick summary of other exciting improvements includes:</p>\n<ul>\n<li><strong>Automatic image attachment previews:</strong> Images uploaded to tickets are now embedded inline</li>\n<li><strong>No more HTTP authentication:</strong> Jon Cave wrote a Trac plugin that validates existing WordPress.org cookies. Nacin also ported over heartbeat-like authentication checks to Trac, so you won’t lose your comments if you get logged out.</li>\n<li><strong>Comments column on reports:</strong> Main reports now include “comment count” as a sortable column.</li>\n<li><strong>New “good-first-bug” workflow keyword:</strong> New <a href=\"http://make.wordpress.org/core/handbook/trac/keywords/\" target=\"_blank\">keyword</a> added to help identify tickets that are good starting points for new contributors. Also added the existing <em>ui-focus</em> and <em>docs-feedback</em> keywords to the dropdown.</li>\n<li><strong>“Open Tickets With Commits Against Them”:</strong> To be used as a sign of in-progress tickets. Nacin’s new script finds these tickets and displays them on top of <a href=\"https://core.trac.wordpress.org/report/6\" target=\"_blank\">report 6</a>.</li>\n<li><strong>Email address syncing:</strong> Your WordPress.org email address is now automatically synced to Trac for <a href=\"http://make.wordpress.org/core/2014/01/03/the-email-used-for-notifications-on-trac-is/\" target=\"_blank\">notification purposes</a>.</li>\n</ul>\n<p>Bug fixes mean that Trac RSS feeds are no longer broken. Fixes to the global WordPress.org header/footer make Trac responsive for mobile viewing. </p>\n<p>There are quite a few enhancements and bug fixes not mentioned here that Nacin outlines in his <a href=\"http://make.wordpress.org/core/2014/01/06/lots-of-improvements-to-core-trac/\" target=\"_blank\">post</a>. The WordPress community is pretty lucky to have a developer like Andrew Nacin who makes Trac improvements as a form of holiday rest and relaxation. The new features and dropdowns for sorting will help heavy Trac users and beginners alike. Many thanks to Nacin and others who have contributed to improving WordPress Core Trac.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Jan 2014 23:11:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s: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:71:\"WPTavern: AcademiaThemes – WordPress Themes Specifically For Academia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/?p=14049\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/academiathemes-wordpress-themes-specifically-for-academia\";s: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:4879:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/AcademiaThemeslogo.jpg\" rel=\"prettyphoto[14049]\"><img class=\"alignright size-full wp-image-14051\" alt=\"Academia Themes Logo\" src=\"http://wptavern.com/wp-content/uploads/2014/01/AcademiaThemeslogo.jpg\" width=\"147\" height=\"92\" /></a>On January 1st, 2014 a brand new theme shop called <a title=\"http://www.academiathemes.com/\" href=\"http://www.academiathemes.com/\">AcademiaThemes</a> opened its doors for business. The new theme shop is operated by Dumitru Brinzan who also co-founded <a title=\"http://www.wpzoom.com/\" href=\"http://www.wpzoom.com/\">WPZoom.com</a>. This isn’t the first niche theme shop that he’s launched. He’s also the man behind <a title=\"http://www.hermesthemes.com/\" href=\"http://www.hermesthemes.com/\">HermesThemes</a>, a theme shop dedicated to hotels. I reached out to Dumitru to find out more information about his latest business venture.</p>\n<p><strong>What inspired you to create a theme company squarely aimed at the academia sector?</strong></p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/AcademiaThemesUniversityTheme.jpg\" rel=\"prettyphoto[14049]\"><img class=\"aligncenter size-large wp-image-14054\" alt=\"Academia Themes University Theme\" src=\"http://wptavern.com/wp-content/uploads/2014/01/AcademiaThemesUniversityTheme-500x272.jpg\" width=\"500\" height=\"272\" /></a></p>\n<p><em>In the past I have designed a couple of education WordPress themes, which customers enjoyed. This made me think that my design and development style could be a good fit for this sector.</em></p>\n<p><strong>What lessons have you learned through the launch of HermesThemes that you’ll apply to AcademiaThemes?</strong></p>\n<p><em>HermesThemes taught me a couple of things. The most important one is probably the difference in a customer’s psychology. The attitude towards a $199 product is much more respectful than towards a $50 product.</em></p>\n<p><strong>Why have you decided to do everything on your own instead of tapping into ThemeForest to sell niche themes?</strong></p>\n<p><em>ThemeForest doesn’t let you set your own price, which devalues an individual’s work. If the creator can’t price his own merchandise, then you are just an employee. I have added one theme to CreativeMarket though.</em></p>\n<p><strong>How did you create the Staff Directory and Course areas found within AcademiaThemes?</strong></p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/AcademiaThemesStaffDirectory.jpg\" rel=\"prettyphoto[14049]\"><img class=\"aligncenter size-large wp-image-14055\" alt=\"Academia Themes Staff Directory\" src=\"http://wptavern.com/wp-content/uploads/2014/01/AcademiaThemesStaffDirectory-500x294.jpg\" width=\"500\" height=\"294\" /></a></p>\n<p><em>Those blocks are created using custom page templates combined with custom post types. All of our themes include about 8-10 custom page templates each.</em></p>\n<p><strong>Why did you decide to license AcademiaThemes under the GPL?</strong></p>\n<p><em>Are there any other license options? :)</em></p>\n<p><strong>What sets your themes apart from your competition?</strong></p>\n<p><em>My focus is on fast and clear customer support. Just like HermesThemes, support is provided not just via a forum, but by email and Skype as well.</em></p>\n<p><em>During regular hours most questions and emails are answered in 5-15 minutes, not many can beat that. Also, I want to try something new with AcademiaThemes: each theme purchase includes one hour of free customization services. So if a customer likes the theme but requires just some minor styling changes, there is no need to hire someone else to do it, everything will be done in-house.</em></p>\n<p><strong>How did you come to the fixed price of $199 per theme?</strong></p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/AcademiaThemesPricing.jpg\" rel=\"prettyphoto[14049]\"><img class=\"aligncenter size-large wp-image-14056\" alt=\"Academia Themes Pricing\" src=\"http://wptavern.com/wp-content/uploads/2014/01/AcademiaThemesPricing-500x169.jpg\" width=\"500\" height=\"169\" /></a></p>\n<p><em>The price is the same as at HermesThemes. It is not something that will fit everybody, but that is not the objective. With such a price, the themes will remain somewhat exclusive, and you can be sure that they won’t be used on other 10.000 websites.</em></p>\n<p><strong>If there is ONE selling point you’d like everyone to know about AcademiaThemes, what would it be?</strong></p>\n<p><em>I know how important customer support is, so I’m making sure that it is quick and reliable.</em></p>\n<h3>What Do You Think Of His Themes?</h3>\n<p>Looking at how Dumitru has set up his theme business, is there anything you see that he could improve upon to help him succeed? What do you think of the three themes available for AcademiaThemes?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Jan 2014 19:54: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: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: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:29:\"Akismet: Akismet + VaultPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blog.akismet.com/?p=1204\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blog.akismet.com/2014/01/06/akismet-vaultpress/\";s: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:2018:\"<p>Looking forward to a hitch-free 2014?</p>\n<p>Spam protection and loss prevention are on everyone’s list of must-have WordPress tools. We think they naturally go hand-in-hand — and today, we’re excited to announce that you can take care of both these essentials with a single subscription.</p>\n<p>We’re pleased to offer a new bundle subscription that includes both the spam-zapping brilliance of Akismet Professional and the fantastic <a href=\"http://vaultpress.com/plans/\">VaultPress Lite service</a>, with its daily backups, 30-day archive, and one-click automated restores.</p>\n<p>Along with the uncompromising spam protection that Akismet provides, you can now guarantee the safety of all your WordPress content, from database tables and plugins to themes and uploads — with VaultPress, your entire WordPress installation is safe and sound. You can choose a monthly subscription (<strong>$9 per month</strong>), or save $15/year by opting for an annual subscription (<strong>$99</strong>). Separately, the subscriptions would run you $10 per month or $114 per year.</p>\n<p>The signup and activation process is simple and seamless. Make it your New Year’s resolution to grab the bundle, and stop worrying about annoying spam, asteroid strikes, extraterrestrial attacks, or unintentional mistakes after those long nights of blogging. You can sign up on our <a href=\"http://akismet.com/plans/\">plans page</a>.</p>\n<p>If you have any questions about the bundle, please feel free to get in touch with us via <a href=\"http://akismet.com/contact\">akismet.com/contact</a>. We’re always ready and happy to help.</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1204/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1204/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.akismet.com&blog=116920&post=1204&subd=akismet&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:\"Mon, 06 Jan 2014 19:47: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: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: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:78:\"WPTavern: Aesop Story Engine: An Open Source WordPress Plugin For Storytelling\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/?p=14003\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/aesop-story-engine-an-open-source-wordpress-plugin-for-storytelling\";s: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:6470:\"<p>The <a href=\"http://aesopstories.com/story-engine/\" target=\"_blank\">Aesop Story Engine</a> is one of the most beautiful tools for WordPress that I’ve seen in a long time. Named for Aesop, the master story teller whose fables are woven into our cultural consciousness, this engine provides a powerful suite of multimedia storytelling tools. The Aesop Story Engine plugin was created to be a foundation for building feature-rich, interactive, long-form storytelling themes for WordPress. </p>\n<p>The engine powers the <a href=\"http://aesopstories.com/\" target=\"_blank\">Aesop Hosted Storytelling</a> site where users can create stories for free. The Aesop development team has released it as an open source WordPress plugin, making it possible for you to add the same storytelling capabilities to your own website.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/story.png\" rel=\"prettyphoto[14003]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/story.png\" alt=\"story\" width=\"1600\" height=\"993\" class=\"aligncenter size-full wp-image-14014\" /></a></p>\n<h3>12 Interactive Storytelling Components:</h3>\n<p>Aesop Story Engine includes 12 Story Telling components for adding interactive elements to your content:</p>\n<ul>\n<li><strong>Audio</strong> – Display an audio player with support for MP3</li>\n<li><strong>Video</strong> – Fullscreen video with support for Kickstarter, Viddler, YouTube, Vimeo, Daily Motion, and Blip.TV</li>\n<li><strong>Content</strong> – Display a background image, background color, or can split the content into multiple magazine type columns</li>\n<li><strong>Character</strong> – Display a character avatar, title, and small bio to help remind readers of key story characters</li>\n<li><strong>Galleries</strong> – Create and manage unlimited story galleries displayed as a grid, a thumbnail gallery, or a stacked type gallery, with caption support</li>\n<li><strong>Image</strong> – Displays an image and caption, with optional lightbox and optoinal offset so it hangs outside of the content column</li>\n<li><strong>Locations</strong> – Showcase character travels with a map, add markers with custom messages</li>\n<li><strong>Parallax</strong> – A fullwidth image component with caption and lightbox</li>\n<li><strong>Quote</strong> – Display a fullwidth quote with large text, control the color and background</li>\n<li><strong>Timeline</strong> – Create a story with a timeline that sticks to the bottom, works a bit like chapters</li>\n<li><strong>Collections</strong> – Upload a PDF or image, that is shown to the user once they click the component</li>\n<li><strong>Document Viewer</strong> – Meant to be used on a page of your site, and allows you to display stories from a specific collection (category)</li>\n</ul>\n<p>Each story is unique. Therefore, these components can be used multiple times and configured differently for each element. Check out the <a href=\"http://playground.aesopstories.com/\" target=\"_blank\">demo page</a> for multiple examples of the storytelling components in action.</p>\n<h3>How Aesop Story Engine Works:</h3>\n<p>The story engine plugin loads two files, a CSS file for basic styles and a JS file to power the interactive components. These two files are the core of the plugin and have a combined weight of just 33kb. Once you install the plugin, you’ll find a new “Add Component” button in the WordPress post editor. This launches a modal window where you can select and configure each component.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/ase-screenshot.png\" rel=\"prettyphoto[14003]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/ase-screenshot.png\" alt=\"ase-screenshot\" width=\"1200\" height=\"779\" class=\"aligncenter size-full wp-image-14008\" /></a></p>\n<p>Configuration options continue further down the page for each element, all of which have a vast array of customization options such as text color, background color or image, alignment, width, height, captions and more.</p>\n<p>This video demo gives a brief overview of the engine:</p>\n<p><span class=\"embed-youtube\"></span></p>\n<h3>A Beautiful Way to Tell a Story with WordPress</h3>\n<p>As a child, your experience of reading fables was more probably more colorful and visceral than it likely is today. The Aesop Story Engine helps you to recreate a more vibrant story reading experience for your readers by enabling you to quickly build a captivating story with visual and multimedia components. Instead of one long block of text, your story can be brought to life with fullscreen backgrounds, colorful images, characters, audio clips, maps and more. Essentially, the story telling engine gives you the ability to write with all of your senses.</p>\n<p>Aesop Story Engine can be implemented with any WordPress theme. However, please be advised that your theme will dictate much of how these story elements are displayed. The plugin provides the functionality that adds and formats the basic components within your current theme. The story engine looks best when the theme has been designed with the components in mind. That said, there are probably very few themes that could match up with the demos. The team plans to make a sample WordPress child theme available soon, which will make working with the story engine a reality for more users.</p>\n<p><a href=\"https://twitter.com/nphaskins\" target=\"_blank\">Nick Haskins</a>, the engine’s creator, was formerly the lead developer of <a href=\"http://modernfarmer.com/\" target=\"_blank\">ModernFarmer.com</a> where he integrated storytelling features to create big, visual posts. He created Aesop Story Engine to make it easy for anyone to build beautiful stories without having to know any code. The plugin is a fully functional beta and Haskins wants to know if there is any interest. </p>\n<p>I think he’s on right track for providing an exciting new tool that will become indispensible for publishers. The New York Times recently showcased a beautiful collection of this trend in <a href=\"http://www.nytimes.com/newsgraphics/2013/12/30/year-in-interactive-storytelling/\" target=\"_blank\">2013: The Year in Interactive Storytelling</a>. Do you think it’s likely to continue in 2014? Would you be interested to use <a href=\"http://aesopstories.com/story-engine/\" target=\"_blank\">Aesop Story Engine</a> on your own site or in a client project?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Jan 2014 18:38: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:13:\"Sarah Gooding\";s: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:83:\"WordPress.tv: Bradley Jacobs: Composer: An Introduction To PHP Depedency 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=28326\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wordpress.tv/2014/01/06/bradley-jacobs-composer-an-introduction-to-php-depedency-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:714:\"<div id=\"v-fH8M2FfK-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/28326/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/28326/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=28326&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/01/06/bradley-jacobs-composer-an-introduction-to-php-depedency-management/\"><img alt=\"Bradley Jacobs: Composer: An Introduction To PHP Depedency Management\" src=\"http://videos.videopress.com/fH8M2FfK/video-5c34aad92f_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:\"Mon, 06 Jan 2014 18:05: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:12:\"WordPress.tv\";s: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:101:\"WordPress.tv: Sakin Shrestha: How To Get Your Theme On Top 15 Most Popular Downloads at 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=28617\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"http://wordpress.tv/2014/01/06/sakin-shrestha-how-to-get-your-theme-on-top-15-most-popular-downloads-at-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:751:\"<div id=\"v-ttH1AkPS-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/28617/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/28617/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=28617&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/01/06/sakin-shrestha-how-to-get-your-theme-on-top-15-most-popular-downloads-at-wordpress-org/\"><img alt=\"Sakin Shrestha: How To Get Your Theme On Top 15 Most Popular Downloads at WordPress.org\" src=\"http://videos.videopress.com/ttH1AkPS/video-ad922da32d_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:\"Mon, 06 Jan 2014 14:55: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:12:\"WordPress.tv\";s: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:80:\"WordPress.tv: John Eckman: Beyond Posts And Pages: Getting Chunky With WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=28252\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://wordpress.tv/2014/01/05/john-eckman-beyond-posts-and-pages-getting-chunky-with-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:708:\"<div id=\"v-SIU8LUCE-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/28252/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/28252/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=28252&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/01/05/john-eckman-beyond-posts-and-pages-getting-chunky-with-wordpress/\"><img alt=\"John Eckman: Beyond Posts And Pages: Getting Chunky With WordPress\" src=\"http://videos.videopress.com/SIU8LUCE/video-f3f9b3f512_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:\"Sun, 05 Jan 2014 21:35:17 +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:\"WordPress.tv\";s: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:\"Matt: The Intrinsic Value of Blogging\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=43431\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2014/01/intrinsic-blogging/\";s: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:2983:\"<p>Blogging is harder than it used to be. We’ve gotten better at counting and worse at paying attention to what really counts. Every time I press Publish the post is <a href=\"http://jetpack.me/support/publicize/\">publicized</a> to Facebook, Twitter, LinkedIn, Path, and Google+, each with their own mechanisms for enumerating how much people like it.</p>\n<p><img class=\"alignright size-full wp-image-43433\" src=\"http://i0.wp.com/s.ma.tt/files/2014/01/path.jpg?resize=189%2C44\" alt=\"path\" />None of those services except Path have a clickable way to dislike something, so if something isn’t great it’s usually met with silence. But sometimes something that is great is met with silence too if it doesn’t drop at the right time, have the right headline, or have the right tone to invite interaction. There is no predictable connection to the effort and thought you put into something and the response it receives, and every experienced blogger has a story of something they spend a few minutes on and <a href=\"https://twitter.com/photomatt/status/5257204277977089\">toss out casually</a> going viral, a one-hit wonder that makes your stats in future months and years puny in comparison.</p>\n<p>Stats systems, <a href=\"http://jetpack.me/\">like Jetpack’s</a>, have gotten very good at telling me which post got how many visitors and where they came from, but it’s all anonymous and the numbers don’t really mean anything to me anymore. This is very discouraging, and at its most insidious causes people to deconstruct the elements of what makes something sharable and attempt to <a href=\"http://www.viralnova.com/\">artificially construct these information carbohydrates over and over</a>. (Visit that site and try not to click through any headlines — it’s tough.)</p>\n<p>The antidote I’ve found for this is to write for only two people. First, write for yourself, both your present self whose thinking will be clarified by distilling an idea through writing and editing, and your future self who will be able to look back on these words and be reminded of the context in which they were written.</p>\n<p>Second, write for a single person who you have in mind as the perfect person to read what you write, almost like a letter, even if they never will, or a person who you’re sure will read it because of a connection you have to them (hi Mom!). Even <a href=\"http://matt.wordpress.com/\">on my moblog</a> I have a frequent commenter who I’ll often keep in mind when posting a photo, curious to see her reaction.</p>\n<p>This post might be ephemerally tweeted by dozens of avatars I might or might not recognize, accumulate a number in a database that represents the “hits” it had, and if I’m lucky might even get some comments, but when I get caught up in that the randomness of what becomes popular or generates commentary and what doesn’t it invariably leads me to write less. So blog just for two people.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 05 Jan 2014 20:03: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: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: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:57:\"WordPress.tv: Mohammad Jangda: Caching For Fun And Profit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=28274\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wordpress.tv/2014/01/05/mohammad-jangda-caching-for-fun-and-profit/\";s: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:663:\"<div id=\"v-QLiAogt7-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/28274/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/28274/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=28274&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/01/05/mohammad-jangda-caching-for-fun-and-profit/\"><img alt=\"Mohammad Jangda: Caching For Fun And Profit\" src=\"http://videos.videopress.com/QLiAogt7/video-b16109b75e_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:\"Sun, 05 Jan 2014 14:59:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:44:\"WordPress.tv: Dan Stolts: Blogging For Reach\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=28247\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.tv/2014/01/04/dan-stolts-blogging-for-reach/\";s: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:637:\"<div id=\"v-7yJDqMVU-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/28247/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/28247/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=28247&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/01/04/dan-stolts-blogging-for-reach/\"><img alt=\"Dan Stolts: Blogging For Reach\" src=\"http://videos.videopress.com/7yJDqMVU/video-ac2f97693b_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:\"Sat, 04 Jan 2014 20: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:56:\"WordPress.tv: Brennen Byrne: Anatomy Of A WordPress Hack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=28240\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.tv/2014/01/04/brennen-byrne-anatomy-of-a-wordpress-hack/\";s: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:661:\"<div id=\"v-tIgBHrHn-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/28240/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/28240/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=28240&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/01/04/brennen-byrne-anatomy-of-a-wordpress-hack/\"><img alt=\"Brennen Byrne: Anatomy Of A WordPress Hack\" src=\"http://videos.videopress.com/tIgBHrHn/video-a42324773a_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:\"Sat, 04 Jan 2014 20:07: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:12:\"WordPress.tv\";s: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:52:\"WPTavern: Cloudup Makes File Sharing Incredibly 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=13952\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/cloudup-makes-file-sharing-incredibly-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7418:\"<p>Cloudup is a file sharing service that was acquired by Automattic on <strong>September 25th, 2013</strong>. Their goal is to make file sharing “<a title=\"https://cloudup.com/blog/cloudup-automattic\" href=\"https://cloudup.com/blog/cloudup-automattic\">simple and beautiful.</a>” Not having any experience with <a title=\"https://www.dropbox.com/\" href=\"https://www.dropbox.com/\">Dropbox</a>, Cloudup was amazingly easy to set up and start using. In the past, I used FTP to upload images I wanted to share to a folder I had access to. This was a cumbersome approach to file sharing but it worked.</p>\n<h3>Installation Of The Cloudup App</h3>\n<p>Cloudup supports Mac and Windows for the desktop while iOS and Android apps are available for mobile devices. The installer is 28MB in size which makes for a quick download. Once installed, you’ll need to link the app to your Cloudup account. </p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/CloudupApp.jpg\" rel=\"prettyphoto[13952]\"><img class=\"aligncenter size-full wp-image-13981\" alt=\"Cloudup After Account Has Been Linked\" src=\"http://wptavern.com/wp-content/uploads/2014/01/CloudupApp.jpg\" width=\"265\" height=\"238\" /></a></p>\n<p>After the account has been linked, you can access the dashboard and preferences by clicking on the small Cloudup icon located within the Taskbar.</p>\n<h3>Using Cloudup</h3>\n<p>There are two primary ways to upload content. You can either drag files to the taskbar icon or click on the icon, then select <strong>Upload/Browse</strong>. When a file is uploaded, the app will automatically open the file in a new browser window and copy the unique URL to the clipboard for easy sharing. From within this browser window, you can choose whether the image is public or private, edit the image title, or add a password.</p>\n<div id=\"attachment_13982\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/01/CloudupEditing.jpg\" rel=\"prettyphoto[13952]\"><img class=\"size-large wp-image-13982\" alt=\"Cloudup Editor After Uploading A File\" src=\"http://wptavern.com/wp-content/uploads/2014/01/CloudupEditing-500x494.jpg\" width=\"500\" height=\"494\" /></a><p class=\"wp-caption-text\">Cloudup Editor After Uploading A File</p></div>\n<p>In its simplest form, it only takes two steps to share a file. The first is to upload it. The second is to paste the URL to whomever you want to have access to the file. Also, users don’t have to wait until the entire file is uploaded before sharing the URL.</p>\n<h3>Free Accounts Limited To 1,000 Items</h3>\n<div id=\"attachment_13983\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/01/CloudupFreeTier.jpg\" rel=\"prettyphoto[13952]\"><img class=\"size-large wp-image-13983\" alt=\"Cloudup Free Users Limited To 1,000 Items\" src=\"http://wptavern.com/wp-content/uploads/2014/01/CloudupFreeTier-500x341.jpg\" width=\"500\" height=\"341\" /></a><p class=\"wp-caption-text\">Cloudup Free Users Limited To 1,000 Items</p></div>\n<p>New users are automatically placed into the free tier. This tier is the only one available at the moment and gives users 1,000 items. According to Matt Mullenweg in a <a title=\"http://techcrunch.com/2013/09/25/automattic-acquires-file-sharing-service-cloudup-to-build-faster-media-library-and-enable-co-editing/\" href=\"http://techcrunch.com/2013/09/25/automattic-acquires-file-sharing-service-cloudup-to-build-faster-media-library-and-enable-co-editing/\">Techcrunch article covering the acquisition</a>, there are no plans to monetize the service.</p>\n<blockquote><p>We think Cloudup is something intrinsically useful to have in the world, and Automattic’s core businesses in WordPress.com, VIP, VaultPress, and Akismet are doing more than well enough for us as a company.</p></blockquote>\n<p>Each item has a maximum size limit of 200MB. Depending on what you’re streaming, this is equal to 200GB of free space. This amount is incredibly generous.</p>\n<h3>WordPress Media Library Improvements</h3>\n<p>One of the most exciting things to come out of the <a title=\"http://en.blog.wordpress.com/2013/09/25/cloudup-joins-the-automattic-family/\" href=\"http://en.blog.wordpress.com/2013/09/25/cloudup-joins-the-automattic-family/\">acquisition announcement</a> was the fact that the WordPress media library would be improved by leaps and bounds thanks to Cloudup’s technology. One of the major improvements the team would be focusing on is collaborative editing. Similar to how Google docs functions, two authors would be able to work together on a single blog post at the same time using the visual editor.</p>\n<h3>First WordPress.com Then Jetpack</h3>\n<p>Users of WordPress.com will be the first to reap the benefits of any WordPress media library improvements. However, thanks to Jetpack, self-hosted WordPress users won’t be far behind. If you don’t use Jetpack, Cloudup can still be used by multiple devices without requiring WordPress.</p>\n<h3>Will Cloudup Replace The WordPress Media Library?</h3>\n<p>It’s hard for me to picture WordPress without the media library we’ve used for years. Replacing the media library on WordPress.com with Cloudup makes a lot of sense but I wonder how that change would translate to the self hosted version of WordPress. I asked Matt Mullenweg if Cloudup is something he can see replacing the WordPress media library or would there always be a need to keep things local? His response: “<em>I could see it replacing it</em>“.</p>\n<p>What it means to replace the library and how it would work is still unknown. However, when I asked WPTavern Twitter followers what they thought about the idea of replacing the library with something hosted in the cloud, here are a few of their responses:</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"https://twitter.com/wptavern\">@wptavern</a> Do not want. Own your data = it\'s all on *your* server, not someone else\'s.</p>\n<p>— Kim Parsell (@kimparsell) <a href=\"https://twitter.com/kimparsell/statuses/419265973275742209\">January 4, 2014</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"https://twitter.com/wptavern\">@wptavern</a> sounds great especially if you ever need to move/migrate site</p>\n<p>— Forge (@djforge) <a href=\"https://twitter.com/djforge/statuses/419264044298940416\">January 4, 2014</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"https://twitter.com/wptavern\">@wptavern</a> Isn\'t this essentially a simple CDN? OK as an option/plugin, but not default.</p>\n<p>— TJ List (@TJList) <a href=\"https://twitter.com/TJList/statuses/419266157263077377\">January 4, 2014</a></p></blockquote>\n<p></p>\n<p>Matt has been a vocal supporter of the idea to <em>own your own data</em>. It’s one of the many reasons so many people use WordPress so I doubt any media library replacement would go against that ethos.</p>\n<h3>Conclusion</h3>\n<p>Cloudup is awesome. It’s the simplest way to share files I’ve come across. It’s also lightning fast. After gaining access, consider installing the <a title=\"http://wptavern.com/new-plugin-adds-cloudup-oembed-support-for-wordpress\" href=\"http://wptavern.com/new-plugin-adds-cloudup-oembed-support-for-wordpress\">Cloudup oEmbed plugin</a> to show Cloudup hosted files within a post without using any special embed code.</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:\"Sat, 04 Jan 2014 01:44:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:51:\"WPTavern: Help Solve My WordPress Archive Conundrum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/?p=13958\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/help-solve-my-wordpress-archive-conundrum\";s: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:2805:\"<p>During the past few days, I’ve been experimenting with a variety of WordPress plugins that specifically deal with the archiving of posts. Most allow archives to be generated via short code on a page while others are simply widgets with different configuration options. Some of the plugins I tested displayed every post ever published which not only inundated visitors, but was a bad use of resources on the server. I eventually found a plugin that had what I was looking for but since installing it, I’ve been faced with a conundrum.</p>\n<h3>A Simple Way To Display Archives With Compact Archives Plugin</h3>\n<p>I initially wanted to create an archive page so that all of our previous content would be easy to find. To me, WPTavern is a continuously updated archive of WordPress information. Making it easy to find all of the previous knowledge that’s been published within the past six years is important, especially since it’s all tied to one specific subject. For displaying the archive, I settled on the <a title=\"http://wordpress.org/plugins/compact-archives/\" href=\"http://wordpress.org/plugins/compact-archives/\">Compact Archives</a> plugin by Syed Balkhi and Noumaan Yaqoob. I like this plugin because it provides a few different ways via shortcode to display the entire archive of posts. The display is not pretty and doesn’t include images but then again, the main goal is to make it easy to browse the history of WordPress Tavern.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/CompactArchivesOnWPTavern.jpg\" rel=\"prettyphoto[13958]\"><img class=\"aligncenter size-large wp-image-13963\" alt=\"Compact Archive Plugin On WPTavern\" src=\"http://wptavern.com/wp-content/uploads/2014/01/CompactArchivesOnWPTavern-500x193.jpg\" width=\"500\" height=\"193\" /></a></p>\n<h3>Search Box or Dedicated Archive Page</h3>\n<p>Once I completed the archive page, I questioned whether or not the work was all for nothing. If you think about it, the search function of WordPress should be able to handle finding previously published content. As long as the search functionality provided relevant results, it would be the only form of archive retrieval needed. I decided to browse around to see how other large WordPress centric sites are archiving their content. Most of them don’t contain a dedicated archive page and handle everything through their search box.</p>\n<h3>What Would You Do?</h3>\n<p>So this is the conundrum I’m in, whether to create a dedicated archive page or just have visitors use the search box. I could use both methods but then they become a another page and plugin that needs to be maintained. There are two questions I have. The first is what would you do? The second, how do you archive a WordPress powered site with years of posts?</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, 03 Jan 2014 22:30: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:\"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:67:\"WPTavern: WP Caregiver: 30+ WordPress Tweaks in 1 Convenient Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=13960\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wp-caregiver-30-wordpress-tweaks-in-1-convenient-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3547:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/onoff.jpg\" rel=\"prettyphoto[13960]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/onoff.jpg\" alt=\"onoff\" width=\"961\" height=\"291\" class=\"aligncenter size-full wp-image-13972\" /></a><a href=\"http://wordpress.org/plugins/wp-caregiver/\" target=\"_blank\">WP Caregiver</a> is a hidden gem of a plugin that arrived in the WordPress repository nearly six months ago. The plugin was recently featured on <a href=\"http://tidyrepo.com/\" target=\"_blank\">Tidy Repo</a>, a site dedicated to testing and curating WordPress plugins. Surprisingly, it has only received a handful of downloads, though it has the potential to replace multiple plugins that you may already have in place to handle small WordPress tweaks.</p>\n<p>WP Caregiver is essentially a long list of light switches for core WordPress features and functions. It provides an organized way to turn these on or off at will and is separated into three tabbed categories: Frontend Features, Backend Features and System Information.</p>\n<h4>System Information</h4>\n<p>System Information lets you quickly view your server time, memory usage and SQL queries. It also gives you a quick and easy way to delete all of your post revisions and calculate the disc usage for your site.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/systeminformation.gif\" rel=\"prettyphoto[13960]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/systeminformation.gif\" alt=\"systeminformation\" width=\"771\" height=\"297\" class=\"aligncenter size-full wp-image-13961\" /></a></p>\n<h4>Frontend Features</h4>\n<p>The Frontend tweaks include the ability to easily remove a bunch of extras that many WordPress users don’t use, such as post relational links, website URL field in the comment form, the admin bar, and more. This screen also contains the ability to quickly enable the Open Graph tags generator. One really useful feature is the option to easily enable “Quick Maintenance Mode” with a checkbox. No need to install a separate plugin for creating a maintenance page. </p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/frontend.gif\" rel=\"prettyphoto[13960]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/frontend.gif\" alt=\"frontend\" width=\"771\" height=\"598\" class=\"aligncenter size-full wp-image-13964\" /></a></p>\n<h4>Backend Features</h4>\n<p>Backend tweaks include the ability to turn off update notifications, hide login error messages, enable excerpt field for pages, enable TinyMCE Editor for excerpt, enable categories for pages and many more handy little changes. The ability to customize the WordPress mail name and address from this screen is a convenient little addition.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/backend.gif\" rel=\"prettyphoto[13960]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/backend.gif\" alt=\"backend\" width=\"771\" height=\"642\" class=\"aligncenter size-full wp-image-13965\" /></a></p>\n<p>WordPress was made to be customized. Removing extras in the core features can help to make your custom WordPress installation leaner. The 30+ options offered in WP Caregiver cover many of the most commonly applied WordPress tweaks. Many thanks to the folks at <a href=\"http://blintdesign.hu/\" target=\"_blank\">Blint Design</a> for putting this handy collection of tweaks into one convenient plugin. Download <a href=\"http://wordpress.org/plugins/wp-caregiver/\" target=\"_blank\">WP Caregiver</a> for free from the WordPress plugin repository.</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, 03 Jan 2014 21:46: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:13:\"Sarah Gooding\";s: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:51:\"WordPress.tv: Matt Wiebe: Advanced Customizer Usage\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=28224\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2014/01/03/matt-wiebe-advanced-customizer-usage/\";s: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:651:\"<div id=\"v-YByoggCk-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/28224/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/28224/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=28224&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/01/03/matt-wiebe-advanced-customizer-usage/\"><img alt=\"Matt Wiebe: Advanced Customizer Usage\" src=\"http://videos.videopress.com/YByoggCk/video-214ca2b7ff_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:\"Fri, 03 Jan 2014 18:09:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:56:\"WPTavern: Automatically Compress PNG Images 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:28:\"http://wptavern.com/?p=13935\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/automatically-compress-png-images-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:3792:\"<p>PNG image files can be bulky and often have file sizes 5-10 times larger than JPG images. However, there are certain situations where using a PNG might be preferable, such as when you need lossless compression of larger images or want to maintain alpha transparency. PNGs can also handle more color than JPGs and are sometimes a better choice for using with highly colorful, complex images.</p>\n<p>Although WordPress has built in compression for JPG images, there is nothing in the core to handle PNG compression. That’s where the <a href=\"https://tinypng.com/\" target=\"_blank\">TinyPNG</a> web service comes in handy for compressing PNG images. It provides advanced lossy compression for PNG images that preserves full alpha transparency and is virtually invisible.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/panda.png\" rel=\"prettyphoto[13935]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/panda.png\" alt=\"panda\" width=\"1341\" height=\"531\" class=\"aligncenter size-full wp-image-13941\" /></a></p>\n<p>Although it’s very difficult to see with the naked eye, TinyPNG provides more than 70% reduction in file size here. It uses a technique called “quantisation” that combines similar colors and converts the file to a much smaller 8-bit indexed image. The files produced by the service are supported everywhere, including all major browsers, even as far back as IE 6, and on mobile devices.</p>\n<h3>Use TinyPNG with WordPress to Automatically Compress PNG Files</h3>\n<p><a href=\"http://wordpress.org/plugins/compress-png-for-wp/\" target=\"_blank\">Compress PNG for WP</a> is a new plugin created by the folks at <a href=\"http://geckodesigns.com/\" target=\"_blank\">Gecko Designs</a>. It uses the <a href=\"https://tinypng.com/developers/reference\" target=\"_blank\">TinyPNG API</a> to hook up your server to the service and compress images on the fly within WordPress with the same results as using the web service.</p>\n<p>The plugin worked smoothly in my tests. Once installed, you will be required to paste your free TinyPNG API key into the options at <strong>Settings >> Media</strong>. By default the plugin will automatically shrink all uploaded PNG files, but you can disable this feature in the options.</p>\n<p>Newly uploaded PNG files will show the original size, the compressed size and the percentage of savings with the new file size.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/pngcompress.png\" rel=\"prettyphoto[13935]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/pngcompress.png\" alt=\"pngcompress\" width=\"1800\" height=\"458\" class=\"aligncenter size-full wp-image-13936\" /></a></p>\n<p>Your API key will be monitored for how much you use the service and is limited to 500 conversions per month. The free subscription to TinyPNG is more than adequate for the casual blogger who uploads PNGs fairly infrequently. If you need more than 500 conversions per month for a PNG image heavy site, you might consider purchasing a <a href=\"https://tinypng.com/subscription\" target=\"_blank\">TinyPNG subscription</a>. </p>\n<h3>Benefits of Compressing PNG Images</h3>\n<p>The number one reason to use a plugin to compress PNG images is to speed up your site. Smaller image file sizes will help your site to load more quickly for visitors, creating a better browsing experience. Performance is key to keeping customers happy and faster page load times can lead to more conversions. Compressing PNG files can also significantly reduce your bandwidth usage and may even speed up the time it takes to backup your website. If you make frequent use of PNGs on your site, the free <a href=\"http://wordpress.org/plugins/compress-png-for-wp/\" target=\"_blank\">Compress PNG for WP</a> plugin can give you a solid boost in performance.</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, 03 Jan 2014 17:52: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s: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:72:\"WordPress.tv: Jake Goldman: 10 Interview Questions I Ask Every Developer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=28209\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2014/01/03/jake-goldman-10-interview-questions-i-ask-every-developer/\";s: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:693:\"<div id=\"v-9l5oW6P4-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/28209/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/28209/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=28209&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/01/03/jake-goldman-10-interview-questions-i-ask-every-developer/\"><img alt=\"Jake Goldman: 10 Interview Questions I Ask Every Developer\" src=\"http://videos.videopress.com/9l5oW6P4/video-cc2cda8218_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:\"Fri, 03 Jan 2014 17:18: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:28:\"BuddyPress: BuddyPress 1.9.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://buddypress.org/?p=176342\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2014/01/buddypress-1-9-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1008:\"<p>BuddyPress 1.9.1 is now available. This is a maintenance release, improving compatibility with WordPress 3.8, adding Notifications support for the old bp-default theme, and improves third party Notifications integration. A complete list of closed tickets can be found at <a href=\"http://buddypress.trac.wordpress.org/query?group=status&milestone=1.9.1\">the 1.9.1 milestone</a>, and a full changelog is at <a href=\"http://codex.buddypress.org/developer/releases/version-1-9-1/\">http://codex.buddypress.org/developer/releases/version-1-9-1/</a>.</p>\n<p>This is a recommended update for all installations of BuddyPress 1.5+.</p>\n<p>Upgrade via your WordPress Dashboard > Updates. You can also download the latest version at <a href=\"http://wordpress.org/plugins/buddypress/\">http://wordpress.org/plugins/buddypress</a>.</p>\n<p>Questions or comments? Check out our <a href=\"http://buddypress.org/support\">support community</a> and <a href=\"http://buddypress.trac.wordpress.org\">development tracker</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, 03 Jan 2014 09: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:17:\"John James Jacoby\";s: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:51:\"WPTavern: How To Self-Publish a Book With WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=13908\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/how-to-self-publish-a-book-with-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12034:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/books.jpg\" rel=\"prettyphoto[13908]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/books.jpg\" alt=\"books\" width=\"1200\" height=\"438\" class=\"aligncenter size-full wp-image-13917\" /></a></p>\n<p>You might be under the false assumption that “real books” aren’t self-published. Back in the day, self-publishing was considered to be on par with vanity publishing, the dead end route whereby authors pay to have their works published.</p>\n<p>The dawn of the digital era and the proliferation of electronic reading devices has changed everything. Publishing houses are actually starting to look to self-publishers for works and talent compatible with their interests.</p>\n<p>Though self-publishing seems to be the way of the future, it’s really nothing new. You might be surprised to learn that many of the titans of literary history were self-published at some point in their careers, including the likes of William Blake, Elizabeth Barrett Browning, Lord Byron, Benjamin Franklin, Ernest Hemingway, Leo Tolstoy, Mark Twain and many more. We’re living in an exciting time where the tools for self-publishing make it easier than ever to get your own works into the hands of interested readers.<span id=\"more-13908\"></span></p>\n<h3>Advantages to Self-Publishing With WordPress</h3>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/benfranklin.jpg\" rel=\"prettyphoto[13908]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/benfranklin-246x300.jpg\" alt=\"benfranklin\" width=\"246\" height=\"300\" class=\"alignright size-medium wp-image-13920\" /></a>If Benjamin Franklin were alive today, he might consider publishing his thoughts and ideas with WordPress. Franklin was a partner in a colonial newspaper called the <a href=\"http://en.wikipedia.org/wiki/Pennsylvania_Chronicle\" target=\"_blank\">Pennsylvania Chronicle</a> where he published revolutionary articles criticizing the Crown. The anti-British sentiment in the paper eventually led to the Crown Post rejecting its delivery throughout the colonies. This prompted Franklin, in cooperation with his partner William Goddard, to establish an alternative mail system, the <a href=\"http://www.postalmuseum.si.edu/exhibits/2a1f_wgoddard.html\" target=\"_blank\">Constitutional Post</a>, which later became the US Post Office.</p>\n<p>I see many corollaries with modern journalism today. Breaking news and objective viewpoints often come from the blogosphere and not the corporate news desks, where the flow of information can often be corrupted by sponsors and “good ol’ boy” relationships. Many modern journalists use WordPress to publish their findings and expose abuses of power without being worried about stepping on corporate toes.</p>\n<p>Whether you’re circulating a periodic publication or writing a book, WordPress provides an easy way to organize and structure your content while it’s in process. Posts can be kept private while you’re working on finishing the book. Alternatively, you can release installments of your work to the public by publishing them on your WordPress site. This option gives you the benefit of community feedback during the process of writing your book. Whatever process you choose to enhance your workflow is up to you. WordPress offers the flexibility and tools for any approach and provides several advantages over traditional publishing houses.</p>\n<h5>Advantages to Publishing with WordPress</h5>\n<ul>\n<li>Book in process is stored on your server: Access your content from anywhere in the world</li>\n<li>Pre-publish on your WordPress site or keep your posts private</li>\n<li>Full creative and editorial control over your work</li>\n<li>Time to get your book to the market is much faster</li>\n<li>Print on demand</li>\n<li>Full control of pricing and distribution</li>\n</ul>\n<h3>Options for Self-Publishing With WordPress</h3>\n<p>There are several plugins available that make it easy to publish WordPress content in print and digital formats. Let’s take a closer look at some of the front-runners:</p>\n<h4>Anthologize</h4>\n<p><a href=\"http://wordpress.org/plugins/anthologize/\" target=\"_blank\">Anthologize</a> is a free, open source WordPress plugin that helps you to outline, order and edit your work to prepare it for publication. You can create content directly within Anthologize or use it to grab posts that you’ve already written. You also have the option of pulling in a feed from an external site for inclusion in your publication. From there you can easily arrange all of your content via drag-and-drop and then export it into one volume. Anthologize supports several ebook formats, including PDF, EPUB and TEI.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/anthologize.jpg\" rel=\"prettyphoto[13908]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/anthologize.jpg\" alt=\"anthologize\" width=\"931\" height=\"650\" class=\"aligncenter size-full wp-image-13910\" /></a></p>\n<p>Anthologize is not just for arranging book chapters. It also makes it easy to create any kind of anthology. You can use it to organize research for academic journal submissions, publish collections of student work, create hard copies of your blog or diary for personal records or to arrange some of your best blogs for printing.</p>\n<h4>BookPress Client</h4>\n<p><a href=\"http://wordpress.org/plugins/bookpress-client/\" target=\"_blank\">BookPress Client</a> is another free plugin that allows you to organize your posts into an eBook. The plugin interfaces with the BookPress content-converting server to bind your book into ePub and Kindle mobi formats.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/bookpress.jpg\" rel=\"prettyphoto[13908]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/bookpress.jpg\" alt=\"bookpress\" width=\"422\" height=\"238\" class=\"aligncenter size-full wp-image-13911\" /></a></p>\n<p>The plugin creates the new posts using a custom post type so that your book posts won’t show up with the normal blog posts on your site. You can also create multiple books from one WordPress site so that you don’t have to set up a new site for each book. BookPress Client also includes the ability to set the cover image to be shown for your book in the Kindle store or other stores. Best of all, the <a href=\"http://bookpress.me/\" target=\"_blank\">BookPress</a> content conversion service is totally free.</p>\n<h4>PressBooks</h4>\n<p><a href=\"http://pressbooks.com/download\" target=\"_blank\">PressBooks</a> is a GPL-licensed plugin that is best when used with a fresh installation of WordPress multisite. It transforms your WordPress setup into a network that is centered around book creation. You can create and edit multiple books where each site on the network is devoted to one book. PressBooks can export your work to PDF (for print-on-demand), Mobi (for Kindle), and EPUB (for Apple iBooks, Nook, Kobo and other ereaders).</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/pressbooks.png\" rel=\"prettyphoto[13908]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/pressbooks.png\" alt=\"pressbooks\" width=\"1289\" height=\"1001\" class=\"aligncenter size-full wp-image-13912\" /></a></p>\n<p>The open source <a href=\"http://pressbooks.com/pressbooks-open-source-plugin\" target=\"_blank\">PressBooks</a> plugin essentially creates your own hosted version of <a href=\"http://pressbooks.com/\" target=\"_blank\">PressBooks.com</a>, so you may want to try that first before setting up your own instance. This isn’t a plugin that you would mix in with your regular WordPress site. It’s meant to be used only for book creation, due to the significant changes that it makes to customize the admin and presentation layer for books and structured documents.</p>\n<h4>Convert a WordPress.com Blog to a Book</h4>\n<p>If you want to create a book using your content from a WordPress.com blog, there are several services available for building your book. One popular choice is <a href=\"http://www.blurb.com/blog-book\" target=\"_blank\">Blurb</a>, a platform for making, printing and publishing independent books. The process involves importing your content from WordPress.com and then designing page layouts and editing using the BookSmart software to prepare your book for publishing.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/blurb.jpg\" rel=\"prettyphoto[13908]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/blurb.jpg\" alt=\"blurb\" width=\"600\" height=\"200\" class=\"aligncenter size-full wp-image-13914\" /></a></p>\n<p>Other services that work with WordPress.com include <a href=\"http://www.fastpencil.com/\" target=\"_blank\">FastPencil</a> and <a href=\"http://blog2print.sharedbook.com/blogworld/printmyblog/index.html\" target=\"_blank\">Blog2Print</a>, each with a similar process to Blurb and services to help you sell books and ebooks on Amazon, Apple, Barnes and Noble, Ingram, Kindle, Nook and other stores. </p>\n<h3>Create a Book From an RSS Feed</h3>\n<p>In order to create a book from an RSS feed the content will have to be public before publishing it. If you’re comfortable with that, you can use a service like <a href=\"http://www.zinepal.com/\" target=\"_blank\">zinepal</a> or <a href=\"http://www.bloxp.com/\" target=\"_blank\">bloxp</a> to turn your blog into an ebook. <a href=\"http://www.zinepal.com/how\" target=\"_blank\">Zinepal</a> has a free option creating the Kindle, Mobipocket or ePub file and then formatting the book. Additional options are available with <a href=\"http://www.zinepal.com/pro\" target=\"_blank\">Pro</a> option. </p>\n<p><a href=\"http://www.bloxp.com/\" target=\"_blank\">Bloxp</a> is an entirely free option for creating an eBook from your RSS feed, although it is limited to 250 blog posts. Once it crawls your site, Bloxp cleans its contents to create a well-formatted ebook. This one doesn’t come with a lot of extra options – it’s just the basics for converting your content into an ePub or Mobi file, readable in most ebook readers.</p>\n<h3>Distribution and Promotion</h3>\n<p>There are many services that you can use to build your book, but doing so in a vacuum is not recommended. You might consider getting a professional editor to provide a copy editing service for your book before sending it out into the world. Once it’s been polished up and prepared for sale, you’ll need to select an avenue for distribution. </p>\n<p>Selling your book through a distributor is one way to get it out to the public. However, the most profitable way to sell your book is by distributing it on your own website. This is another aspect that WordPress can easily handle. If you’re just selling a book (or multiple books), you don’t even need a full e-commerce set-up. At the most basic level, you could simply paste a PayPal button code on your site to sell your book. Alternatively, you could use a free plugin such as <a href=\"https://easydigitaldownloads.com/\" target=\"_blank\">Easy Digital Downloads</a>, which is entirely devoted to selling digital files, to provide a smoother checkout experience for your book customers. </p>\n<p>Using WordPress to handle distribution opens up many other avenues for promotion and capturing leads generated by the book buzz. You can use WordPress to blog about the book, create a community around your work and provide a way for people to sign up for your newsletter to stay in touch. With a little bit of strategy, you can build an entire business around your book.</p>\n<p>Self-publishing is at the core of the WordPress mission to democratize publishing. With a few additional plugins the platform can handle every aspect of self-publishing from start to finish, whether you’re sending your book out to the many electronic readers around the world or formatting it to be printed. If publishing a book is on your list of goals for 2014, WordPress has all the tools you need to create, publish and promote your book. </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, 02 Jan 2014 20:57: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:13:\"Sarah Gooding\";s:7:\"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:\"Sun, 12 Jan 2014 11:45:41 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"179821\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sun, 12 Jan 2014 11:30:14 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20140112114356\";}','no'),(153,'recently_activated','a:0:{}','yes'),(1993,'_transient_timeout_jetpack_https_test','1397537676','no'),(1994,'_transient_jetpack_https_test','1','no'),(897,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:22:\"craigrantnow@gmail.com\";s:7:\"version\";s:5:\"3.8.3\";s:9:\"timestamp\";i:1397520864;}','yes'),(588,'category_children','a:0:{}','yes'),(158,'_site_transient_browser_2a45585bf6fbca9e24972054edb9a714','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"31.0.1650.63\";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:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(189,'theme_mods_twentyeleven','a:2:{s:12:\"header_image\";s:13:\"remove-header\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1389384597;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:1:{i:0;s:14:\"recent-posts-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'),(399,'can_compress_scripts','1','yes'),(400,'_transient_timeout_plugin_slugs','1389613527','no'),(401,'_transient_plugin_slugs','a:7:{i:0;s:19:\"akismet/akismet.php\";i:1;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:2;s:36:\"google-sitemap-generator/sitemap.php\";i:3;s:9:\"hello.php\";i:4;s:19:\"jetpack/jetpack.php\";i:5;s:21:\"podpress/podpress.php\";i:6;s:27:\"wp-super-cache/wp-cache.php\";}','no'),(199,'theme_mods_twentyten','a:2:{i:0;b:0;s:16:\"background_color\";s:6:\"001e4c\";}','yes'),(194,'current_theme','Twenty Ten','yes'),(195,'theme_mods_simon-wp-framework','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1389383261;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"main-sidebar\";a:1:{i:0;s:14:\"recent-posts-2\";}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}}}}','yes'),(196,'theme_switched','','yes'),(216,'jetpack_activated','1','yes'),(217,'jetpack_options','a:11:{s:7:\"version\";s:14:\"2.7:1389527212\";s:11:\"old_version\";s:14:\"2.2:1389386570\";s:28:\"fallback_no_verify_ssl_certs\";i:1389386581;s:9:\"time_diff\";i:1;s:2:\"id\";i:62626422;s:10:\"blog_token\";s:65:\")SkhqwIwkJIm@xIwCg3$G3Yzybosg9Lw.FawT)CWySbe*7N$TKakMSUTjPa03i4S^\";s:6:\"public\";i:0;s:11:\"user_tokens\";a:1:{i:1;s:67:\"hJVFKkj&r4a4LUxnU6D%C)rbbltFNBeb.V1D5)wAqTr9ebyb67mW&ygZxvL)HVyDn.1\";}s:11:\"master_user\";i:1;s:21:\"publicize_connections\";a:0:{}s:14:\"last_heartbeat\";i:1397451276;}','yes'),(220,'jetpack_active_modules','a:19:{i:0;s:10:\"vaultpress\";i:1;s:18:\"after-the-deadline\";i:3;s:12:\"contact-form\";i:5;s:10:\"custom-css\";i:7;s:19:\"gravatar-hovercards\";i:9;s:5:\"latex\";i:11;s:11:\"mobile-push\";i:13;s:5:\"notes\";i:15;s:13:\"post-by-email\";i:17;s:9:\"publicize\";i:19;s:10:\"sharedaddy\";i:21;s:10:\"shortcodes\";i:23;s:10:\"shortlinks\";i:25;s:5:\"stats\";i:27;s:13:\"subscriptions\";i:29;s:7:\"widgets\";i:31;s:17:\"widget-visibility\";i:33;s:16:\"gplus-authorship\";i:35;s:10:\"omnisearch\";}','yes'),(222,'stats_options','a:7:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:7:\"blog_id\";i:62626422;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:0;s:7:\"version\";s:1:\"9\";}','yes'),(657,'_transient_timeout_wpcom_subscribers_total','1389974464','no'),(658,'_transient_wpcom_subscribers_total','a:2:{s:6:\"status\";s:7:\"success\";s:5:\"value\";i:1;}','no'),(225,'widget_blog_subscription','a:2:{i:2;a:5:{s:5:\"title\";s:20:\"JOIN Fly Up Now Blog\";s:14:\"subscribe_text\";s:0:\"\";s:19:\"subscribe_logged_in\";s:0:\"\";s:16:\"subscribe_button\";s:18:\"Subscribe = FUN :)\";s:22:\"show_subscribers_total\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(226,'sharing-options','a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:0:{}s:6:\"custom\";a:0:{}}}','yes'); /*!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=75 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 (1,2,'_wp_page_template','default'),(16,8,'_edit_last','1'),(19,8,'_edit_lock','1389728500:1'),(28,16,'_edit_lock','1389512868:1'),(27,16,'_edit_last','1'),(31,2,'_edit_lock','1389386246:1'),(32,2,'_edit_last','1'),(33,20,'_edit_last','1'),(34,20,'_edit_lock','1389387868:1'),(35,20,'sharing_disabled','1'),(36,20,'_wpas_done_all','1'),(40,22,'_edit_lock','1389387940:1'),(39,22,'_edit_last','1'),(41,22,'_wpas_done_all','1'),(45,24,'_wpas_done_all','1'),(44,24,'_edit_last','1'),(50,25,'_edit_lock','1389637122:1'),(49,25,'_edit_last','1'),(48,24,'_edit_lock','1389388004:1'),(51,25,'sharing_disabled','1'),(52,25,'_wpas_done_all','1'); /*!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` longtext 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=34 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 (2,1,'2012-06-20 17:27:39','2012-06-20 17:27:39','<meta http-equiv=\"refresh\" content=\"0; url=http://flyupnow.com\">','FUN = FlyUpNOW.com','','publish','closed','closed','','sample-page','','','2014-01-10 20:37:26','2014-01-10 20:37:26','',0,'http://netsol003.com/woopWp/?page_id=2',0,'page','',0),(19,1,'2014-01-10 20:37:02','2014-01-10 20:37:02','<meta http-equiv=\"refresh\" content=\"0; url=https://flyupnow.com\">','FUN = FlyUpNOW.com','','inherit','open','open','','2-revision-2','','','2014-01-10 20:37:02','2014-01-10 20:37:02','',2,'http://www.flyupnow.com/blog/?p=19',0,'revision','',0),(20,1,'2014-01-10 21:04:22','2014-01-10 21:04:22','<div id=\"fb-root\"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = \"//connect.facebook.net/en_US/all.js#xfbml=1\"; fjs.parentNode.insertBefore(js, fjs); }(document, \'script\', \'facebook-jssdk\'));</script>\r\n<div class=\"fb-post\" data-href=\"https://www.facebook.com/photo.php?v=569875356426324\" data-width=\"466\"><div class=\"fb-xfbml-parse-ignore\"><a href=\"https://www.facebook.com/photo.php?v=569875356426324\">Post</a> by <a href=\"https://www.facebook.com/flyupnow333\">flyupnow.com</a>.</div></div>\r\n','Girls Shooting Big Guns','','publish','closed','closed','','girls-shooting-big-guns','','','2014-01-10 21:04:22','2014-01-10 21:04:22','',0,'http://www.flyupnow.com/blog/?p=20',0,'post','',0),(8,1,'2014-01-10 20:06:07','2014-01-10 20:06:07','<div id=\"fb-root\"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = \"//connect.facebook.net/en_US/all.js#xfbml=1\"; fjs.parentNode.insertBefore(js, fjs); }(document, \'script\', \'facebook-jssdk\'));</script>\r\n<div class=\"fb-post\" data-href=\"https://www.facebook.com/photo.php?v=570113839735809\" data-width=\"466\"><div class=\"fb-xfbml-parse-ignore\"><a href=\"https://www.facebook.com/photo.php?v=570113839735809\">Post</a> by <a href=\"https://www.facebook.com/flyupnow333\">flyupnow.com</a>.</div></div>\r\n','Blonde Girl Blue Eyes','','publish','closed','closed','','the-best-prank-ever','','','2014-01-14 14:41:16','2014-01-14 19:41:16','',0,'http://www.flyupnow.com/blog/?p=8',0,'post','',0),(13,1,'2014-01-10 20:06:07','2014-01-10 20:06:07','<div id=\"fb-root\"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = \"//connect.facebook.net/en_US/all.js#xfbml=1\"; fjs.parentNode.insertBefore(js, fjs); }(document, \'script\', \'facebook-jssdk\'));</script>\r\n<div class=\"fb-post\" data-href=\"https://www.facebook.com/photo.php?v=580903761990150\" data-width=\"466\"><div class=\"fb-xfbml-parse-ignore\"><a href=\"https://www.facebook.com/photo.php?v=580903761990150\">Post</a> by <a href=\"https://www.facebook.com/flyupnow333\">flyupnow.com</a>.</div></div>','The Best Prank Ever','','inherit','open','open','','8-revision-v1','','','2014-01-10 20:06:07','2014-01-10 20:06:07','',8,'http://www.flyupnow.com/blog/8-revision/',0,'revision','',0),(33,1,'2014-01-14 14:41:16','2014-01-14 19:41:16','<div id=\"fb-root\"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = \"//connect.facebook.net/en_US/all.js#xfbml=1\"; fjs.parentNode.insertBefore(js, fjs); }(document, \'script\', \'facebook-jssdk\'));</script>\r\n<div class=\"fb-post\" data-href=\"https://www.facebook.com/photo.php?v=570113839735809\" data-width=\"466\"><div class=\"fb-xfbml-parse-ignore\"><a href=\"https://www.facebook.com/photo.php?v=570113839735809\">Post</a> by <a href=\"https://www.facebook.com/flyupnow333\">flyupnow.com</a>.</div></div>\r\n','Blonde Girl Blue Eyes','','inherit','closed','open','','8-revision-v1','','','2014-01-14 14:41:16','2014-01-14 19:41:16','',8,'http://www.flyupnow.com/blog/?p=33',0,'revision','',0),(15,1,'2014-01-10 20:08:41','2014-01-10 20:08:41','<div id=\"fb-root\"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = \"//connect.facebook.net/en_US/all.js#xfbml=1\"; fjs.parentNode.insertBefore(js, fjs); }(document, \'script\', \'facebook-jssdk\'));</script>\r\n<div class=\"fb-post\" data-href=\"https://www.facebook.com/photo.php?v=580903761990150\" data-width=\"466\"><div class=\"fb-xfbml-parse-ignore\"><a href=\"https://www.facebook.com/photo.php?v=580903761990150\">Post</a> by <a href=\"https://www.facebook.com/flyupnow333\">flyupnow.com</a>.</div></div>','The Best Prank Ever','','inherit','open','open','','8-revision-v1','','','2014-01-10 20:08:41','2014-01-10 20:08:41','',8,'http://www.flyupnow.com/blog/?p=15',0,'revision','',0),(16,1,'2014-01-10 20:21:04','2014-01-10 20:21:04','<div id=\"fb-root\"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = \"//connect.facebook.net/en_US/all.js#xfbml=1\"; fjs.parentNode.insertBefore(js, fjs); }(document, \'script\', \'facebook-jssdk\'));</script>\r\n<div class=\"fb-post\" data-href=\"https://www.facebook.com/photo.php?v=581149948632198\" data-width=\"466\"><div class=\"fb-xfbml-parse-ignore\"><a href=\"https://www.facebook.com/photo.php?v=581149948632198\">Post</a> by <a href=\"https://www.facebook.com/flyupnow333\">flyupnow.com</a>.</div></div>\r\n','These Girls Can Dance','','publish','closed','closed','','girls-with-dace-skills','','','2014-01-12 02:47:44','2014-01-12 07:47:44','',0,'http://www.flyupnow.com/blog/?p=16',0,'post','',0),(17,1,'2014-01-10 20:21:01','2014-01-10 20:21:01','<div id=\"fb-root\"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = \"//connect.facebook.net/en_US/all.js#xfbml=1\"; fjs.parentNode.insertBefore(js, fjs); }(document, \'script\', \'facebook-jssdk\'));</script>\n<div class=\"fb-post\" data-href=\"https://www.facebook.com/photo.php?v=581149948632198\" data-width=\"466\"><div class=\"fb-xfbml-parse-ignore\"><a href=\"https://www.facebook.com/photo.php?v=581149948632198\">Post</a> by <a href=\"https://www.facebook.com/flyupnow333\">flyupnow.com</a>.</div></div>\n','Girls With Dace Skills','','inherit','open','open','','16-revision','','','2014-01-10 20:21:01','2014-01-10 20:21:01','',16,'http://www.flyupnow.com/blog/?p=17',0,'revision','',0),(18,1,'2012-06-20 17:27:39','2012-06-20 17:27:39','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://netsol003.com/woopWp/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','open','open','','2-revision','','','2012-06-20 17:27:39','2012-06-20 17:27:39','',2,'http://www.flyupnow.com/blog/?p=18',0,'revision','',0),(21,1,'2014-01-10 21:04:18','2014-01-10 21:04:18','<div id=\"fb-root\"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = \"//connect.facebook.net/en_US/all.js#xfbml=1\"; fjs.parentNode.insertBefore(js, fjs); }(document, \'script\', \'facebook-jssdk\'));</script>\n<div class=\"fb-post\" data-href=\"https://www.facebook.com/photo.php?v=569875356426324\" data-width=\"466\"><div class=\"fb-xfbml-parse-ignore\"><a href=\"https://www.facebook.com/photo.php?v=569875356426324\">Post</a> by <a href=\"https://www.facebook.com/flyupnow333\">flyupnow.com</a>.</div></div>\n','Girls Shooting Big Guns','','inherit','closed','open','','20-revision','','','2014-01-10 21:04:18','2014-01-10 21:04:18','',20,'http://www.flyupnow.com/blog/?p=21',0,'revision','',0),(22,1,'2014-01-10 21:05:39','2014-01-10 21:05:39','<div id=\"fb-root\"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = \"//connect.facebook.net/en_US/all.js#xfbml=1\"; fjs.parentNode.insertBefore(js, fjs); }(document, \'script\', \'facebook-jssdk\'));</script>\r\n<div class=\"fb-post\" data-href=\"https://www.facebook.com/photo.php?v=571678302912696\" data-width=\"466\"><div class=\"fb-xfbml-parse-ignore\"><a href=\"https://www.facebook.com/photo.php?v=571678302912696\">Post</a> by <a href=\"https://www.facebook.com/flyupnow333\">flyupnow.com</a>.</div></div>\r\n','Cant Match Her Suction ','','publish','closed','open','','cant-match-her-suction','','','2014-01-10 21:05:39','2014-01-10 21:05:39','',0,'http://www.flyupnow.com/blog/?p=22',0,'post','',0),(23,1,'2014-01-10 21:05:11','2014-01-10 21:05:11','','Cant Match Her Suction ','','inherit','closed','open','','22-revision','','','2014-01-10 21:05:11','2014-01-10 21:05:11','',22,'http://www.flyupnow.com/blog/?p=23',0,'revision','',0),(24,1,'2014-01-10 21:06:38','2014-01-10 21:06:38','<div id=\"fb-root\"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = \"//connect.facebook.net/en_US/all.js#xfbml=1\"; fjs.parentNode.insertBefore(js, fjs); }(document, \'script\', \'facebook-jssdk\'));</script>\r\n<div class=\"fb-post\" data-href=\"https://www.facebook.com/photo.php?v=571577459589447\" data-width=\"466\"><div class=\"fb-xfbml-parse-ignore\"><a href=\"https://www.facebook.com/photo.php?v=571577459589447\">Post</a> by <a href=\"https://www.facebook.com/flyupnow333\">flyupnow.com</a>.</div></div>\r\n','She is a Very Bad Girl','','publish','closed','open','','she-is-a-very-bad-girl','','','2014-01-10 21:06:38','2014-01-10 21:06:38','',0,'http://www.flyupnow.com/blog/?p=24',0,'post','',0),(25,1,'2014-01-11 21:07:48','2014-01-12 02:07:48','<div id=\"fb-root\"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = \"//connect.facebook.net/en_US/all.js#xfbml=1\"; fjs.parentNode.insertBefore(js, fjs); }(document, \'script\', \'facebook-jssdk\'));</script>\r\n<div class=\"fb-post\" data-href=\"https://www.facebook.com/photo.php?v=572123862868140\" data-width=\"466\"><div class=\"fb-xfbml-parse-ignore\"><a href=\"https://www.facebook.com/photo.php?v=572123862868140\">Post</a> by <a href=\"https://www.facebook.com/flyupnow333\">flyupnow.com</a>.</div></div>\r\n','Hot Girl Sun Tan Bed','','publish','closed','closed','','hot-girl-sun-tan-bed','','','2014-01-12 06:38:39','2014-01-12 11:38:39','',0,'http://www.flyupnow.com/blog/?p=25',0,'post','',0),(26,1,'2014-01-10 21:07:45','2014-01-10 21:07:45','<div id=\"fb-root\"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = \"//connect.facebook.net/en_US/all.js#xfbml=1\"; fjs.parentNode.insertBefore(js, fjs); }(document, \'script\', \'facebook-jssdk\'));</script>\n<div class=\"fb-post\" data-href=\"https://www.facebook.com/photo.php?v=572123862868140\" data-width=\"466\"><div class=\"fb-xfbml-parse-ignore\"><a href=\"https://www.facebook.com/photo.php?v=572123862868140\">Post</a> by <a href=\"https://www.facebook.com/flyupnow333\">flyupnow.com</a>.</div></div>\n','Hot Girl Sun Tan Bed','','inherit','closed','open','','25-revision','','','2014-01-10 21:07:45','2014-01-10 21:07:45','',25,'http://www.flyupnow.com/blog/?p=26',0,'revision','',0),(30,1,'2014-01-10 20:21:04','2014-01-10 20:21:04','<div id=\"fb-root\"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = \"//connect.facebook.net/en_US/all.js#xfbml=1\"; fjs.parentNode.insertBefore(js, fjs); }(document, \'script\', \'facebook-jssdk\'));</script>\r\n<div class=\"fb-post\" data-href=\"https://www.facebook.com/photo.php?v=581149948632198\" data-width=\"466\"><div class=\"fb-xfbml-parse-ignore\"><a href=\"https://www.facebook.com/photo.php?v=581149948632198\">Post</a> by <a href=\"https://www.facebook.com/flyupnow333\">flyupnow.com</a>.</div></div>\r\n','Girls With Dace Skills','','inherit','closed','open','','16-revision-2','','','2014-01-10 20:21:04','2014-01-10 20:21:04','',16,'http://www.flyupnow.com/blog/?p=30',0,'revision','',0),(31,1,'2014-01-10 21:07:48','2014-01-10 21:07:48','<div id=\"fb-root\"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = \"//connect.facebook.net/en_US/all.js#xfbml=1\"; fjs.parentNode.insertBefore(js, fjs); }(document, \'script\', \'facebook-jssdk\'));</script>\r\n<div class=\"fb-post\" data-href=\"https://www.facebook.com/photo.php?v=572123862868140\" data-width=\"466\"><div class=\"fb-xfbml-parse-ignore\"><a href=\"https://www.facebook.com/photo.php?v=572123862868140\">Post</a> by <a href=\"https://www.facebook.com/flyupnow333\">flyupnow.com</a>.</div></div>\r\n','Hot Girl Sun Tan Bed','','inherit','closed','open','','25-revision-2','','','2014-01-10 21:07:48','2014-01-10 21:07:48','',25,'http://www.flyupnow.com/blog/?p=31',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` 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),(8,1,0),(16,1,0),(20,1,0),(22,1,0),(24,1,0),(25,1,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=3 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,6),(2,2,'link_category','',0,7); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; 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=3 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,'Uncategorized','uncategorized',0),(2,'Blogroll','blogroll',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; 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=23 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','craigrant'),(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,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions'),(13,1,'show_welcome_panel','1'),(14,1,'wp_dashboard_quick_press_last_post_id','11'),(15,1,'wp_user-settings','editor=html'),(16,1,'wp_user-settings-time','1389382465'),(17,1,'closedpostboxes_post','a:0:{}'),(18,1,'metaboxhidden_post','a:5:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:10:\"postcustom\";i:3;s:7:\"slugdiv\";i:4;s:12:\"revisionsdiv\";}'),(19,1,'closedpostboxes_page','a:0:{}'),(20,1,'metaboxhidden_page','a:5:{i:0;s:10:\"postcustom\";i:1;s:11:\"commentsdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";i:4;s:12:\"revisionsdiv\";}'),(21,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(22,1,'metaboxhidden_nav-menus','a:3:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'); /*!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,'craigrant','$P$BROlVsEQOhRGVYmQ8SaqrfbK0EE7/W/','craigrant','craigrantnow@gmail.com','','2014-01-10 19:28:31','',0,'craigrant'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_03756a9_0' -- DELIMITER ;; DELIMITER ; /*!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 2014-10-13 11:19:16