0byt3m1n1
Path:
/
data
/
18
/
3
/
22
/
42
/
3185694
/
meta
/
3558209
/
mysql.backup
/
[
Home
]
File: 1_0383996_17.mysqlv114.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv114 Database: 1_0383996_17 -- ------------------------------------------------------ -- 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 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 */; INSERT INTO `wp_comments` VALUES (1,1,'Mr WordPress','','https://wordpress.org/','','2014-08-13 15:26:49','2014-08-13 15:26:49','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; 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 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 */; /*!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=141 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://roboticus.com/hal','yes'),(2,'blogname','hal','yes'),(3,'blogdescription','Just another WordPress site','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','rxeno@earthhertz.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','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'comment_moderation','0','yes'),(26,'moderation_notify','1','yes'),(27,'permalink_structure','','yes'),(28,'gzipcompression','0','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:0:{}','yes'),(33,'home','http://roboticus.com/hal','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','','no'),(41,'template','twentyfourteen','yes'),(42,'stylesheet','twentyfourteen','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','27916','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','posts','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:0:{}','yes'),(81,'widget_rss','a:0:{}','yes'),(82,'uninstall_plugins','a:0:{}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','0','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'initial_db_version','27916','yes'),(89,'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'),(90,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(91,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'sidebars_widgets','a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(96,'cron','a:4:{i:1428643942;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:1428650280;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:1428687355;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;}}}s:7:\"version\";i:2;}','yes'),(120,'can_compress_scripts','1','yes'),(121,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1428644158','no'),(110,'_transient_random_seed','45ef08be6c9984a7ff7f827f5dab9d55','yes'),(111,'auth_key','dY`bu5NxwC20T0oyq,(b/MrI[.k:P*M{:S&!r^:grrpn +&2mU3S,!`+yn.s9;SP','yes'),(138,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:4:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.1.1\";s:7:\"version\";s:5:\"4.1.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.1.1\";s:7:\"version\";s:5:\"4.1.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp41@wordpress.org\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.1.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-4.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-4.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"4.1\";s:7:\"version\";s:3:\"4.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp41@wordpress.org\";}i:3;O:8:\"stdClass\":12:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.0.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.0.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.0.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.0.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.0.1\";s:7:\"version\";s:5:\"4.0.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";s:12:\"notify_email\";s:1:\"1\";s:13:\"support_email\";s:26:\"updatehelp41@wordpress.org\";}}s:12:\"last_checked\";i:1428601102;s:15:\"version_checked\";s:5:\"3.9.3\";s:12:\"translations\";a:0:{}}','yes'),(108,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1428601101;s:7:\"checked\";a:3:{s:14:\"twentyfourteen\";s:3:\"1.1\";s:14:\"twentythirteen\";s:3:\"1.2\";s:12:\"twentytwelve\";s:3:\"1.4\";}s:8:\"response\";a:3:{s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.1.3.zip\";}s:14:\"twentythirteen\";a:4:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.1.4.zip\";}s:12:\"twentytwelve\";a:4:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwelve/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwelve.1.6.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(103,'_site_transient_timeout_theme_roots','1428602554','yes'),(104,'_site_transient_theme_roots','a:3:{s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(112,'auth_salt','36?j_dX7p}mT16WquAN1gpH)wZ}j{@g;Uw+=m]3%vW7JCTDN|!85xh|+y*_.|mbC','yes'),(106,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:20:\"rxeno@earthhertz.com\";s:7:\"version\";s:5:\"3.9.3\";s:9:\"timestamp\";i:1428600781;}','yes'),(109,'_site_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1428601101;s:8:\"response\";a:1:{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.1.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.1.1.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(113,'logged_in_key','ed+dFy$a^g?qn%>W$NU+pT2(YBbD~&uV2$.{7}S8IQB8>vAM1uONpC)<y.y*g6Wi','yes'),(114,'logged_in_salt','<4~C8W}^2d$vy_n+URfgDb%AEhR4uqcK~s5f4}~()Asb5%M)5)m8<*+XeN<Ls1$f','yes'),(115,'nonce_key','EFfTJI00sMa?UK<cZp1@k[T#k9LC8qs.r#cY568f,.1b#&=eykm!ppsCnr6:gUx0','yes'),(116,'nonce_salt','|l*@qDM~SvIfJ3Kddu}OHTgv-a#),>mu9B+Wqo0B>-iQ&5}vw@&h2LFf1A*FkL)U','yes'),(117,'_site_transient_timeout_browser_6d44eab61dcf5b1f0e6fa8f6595ee1bc','1429205755','yes'),(118,'_site_transient_browser_6d44eab61dcf5b1f0e6fa8f6595ee1bc','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:2:\"11\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(122,'_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:49:\"\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:26:\"https://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:\"Sat, 04 Apr 2015 20:19: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:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/?v=4.2-beta4-32087\";s:7:\"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:29:\"Improvements to 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2015/04/improvements-to-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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/news/2015/04/improvements-to-wordpress-org/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 04 Apr 2015 20:19: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:1:{i:0;a:5:{s:4:\"data\";s:4:\"Meta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=3494\";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:335:\"If you visit WordPress.org regularly you might have noticed some changes around the place. If you don’t, now’s the time to check them out! We’ve been working hard to improve the site to make it more useful to everyone, both developers and users, and we hope you like what we’ve done. New Theme and Plugin Directories […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Samuel Sidler\";s: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:5551:\"<p>If you visit WordPress.org regularly you might have noticed some changes around the place. If you don’t, now’s the time to check them out! We’ve been working hard to improve the site to make it more useful to everyone, both developers and users, and we hope you like what we’ve done.</p>\n<h2>New Theme and Plugin Directories</h2>\n<p>Since WordPress 3.8, you’ve been enjoying improved theme management in your WordPress admin, and in WordPress 4.0 plugin management was refined. We’ve brought these experiences from your admin and re-created them right here on WordPress.org.</p>\n<h3>Theme Directory</h3>\n<p>The <a href=\"https://wordpress.org/themes/\">Theme Directory</a> has a better browsing experience, with handy tabs where you can view featured, popular, and the latest themes. As with the theme experience in your admin, you can use the feature filter to browse for just the right theme for your WordPress website.</p>\n<p><img class=\"alignnone size-large wp-image-3572\" src=\"https://wordpress.org/news/files/2015/04/theme-directory-1024x768.png\" alt=\"theme-directory\" width=\"692\" height=\"519\" /></p>\n<p>Click on a theme to get more information about it, including shiny screenshots, ratings, and statistics.</p>\n<p><img class=\"alignnone size-large wp-image-3573\" src=\"https://wordpress.org/news/files/2015/04/theme-directory-individual-1024x768.png\" alt=\"theme-directory-individual\" width=\"692\" height=\"519\" /></p>\n<p>Konstantin Obenland <a href=\"https://make.wordpress.org/meta/2015/03/10/new-theme-directory/\">posted a good overview</a> of everything involved with the theme directory overhaul and followed up with <a href=\"https://make.wordpress.org/meta/2015/03/31/theme-directory-stats/\">a post on improved statistics</a>.</p>\n<h3>Plugin Directory</h3>\n<p>The <a href=\"https://wordpress.org/plugins/\">Plugin Directory</a> has a brand new theme that mirrors the experience in your WordPress admin, with a more visual experience, and better search and statistics.</p>\n<p><img class=\"alignnone size-large wp-image-3594\" src=\"https://wordpress.org/news/files/2015/04/plugin-directory-1024x768.png\" alt=\"plugin-directory\" width=\"692\" height=\"519\" /></p>\n<p>As well as a facelift, there are some great new features for you to play around with:</p>\n<ul>\n<li>Favorites – when you’re logged in to you WordPress.org account, this page gives you direct access to the plugins that you have favorited.</li>\n<li>Beta Testing – try out plugins where developers are experimenting with new features for WordPress.</li>\n<li>Search by plugin author – you can search for a plugin author using their username.</li>\n<li>Better statistics – listings now display the number of active installs so you can see how many people are actually using a plugin.</li>\n</ul>\n<p>An <a href=\"https://make.wordpress.org/meta/2015/03/04/new-plugin-directory-theme/\">overview of the new theme</a> was posted by Scott Reilly.</p>\n<h2>Better Statistics</h2>\n<p>We’ve made huge improvements to <a href=\"https://wordpress.org/about/stats/\">our statistics</a>. This gives us more useful information about the WordPress versions people are using, their PHP version, and their MySQL version.</p>\n<p>Already these new statistics have provided us with useful insights into WordPress usage.</p>\n<ul>\n<li>More than 43% of all sites are running the latest version of WordPress. Previously, we thought only 10% of sites were up-to-date. By excluding sites that are no longer online we were able to improve these statistics.</li>\n<li>We were able to clear up the data around WordPress 3.0, bringing it more in line with expectations. This anomaly was a by-product of spammers.</li>\n<li>Only 15.9% of sites are using PHP 5.2, which is better than we thought.</li>\n</ul>\n<p>Over the coming months we’ll be able to use these statistics to bring you new tools and improvements, and to make more informed decisions across the board. Read <a href=\"https://make.wordpress.org/meta/2015/03/01/major-update-to-our-version-stats-for-php-mysql-and-wordpress/\">Andrew Nacin’s post about these changes</a> for more background.</p>\n<h2>Thanks!</h2>\n<p>Thanks to everyone who contributed to the theme directory redesign, the plugin directory refresh, and improved statistics: <a href=\"https://profiles.wordpress.org/deconf\">Alin Marcu</a>, <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/mj12982\">Jan Cavan Boulas</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/BrashRebel\">Kyle Maurer</a>, <a href=\"https://profiles.wordpress.org/matveb\">Matías Ventura</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/nataliemac\">Natalie MacLees</a>, <a href=\"https://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/Otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan McKeown</a>.</p>\n<p>If you want to help out or follow along with future WordPress.org projects, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/meta/\">meta development blog</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:70:\"https://wordpress.org/news/2015/04/improvements-to-wordpress-org/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:48:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.2 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/04/wordpress-4-2-beta-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:65:\"https://wordpress.org/news/2015/04/wordpress-4-2-beta-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:\"Fri, 03 Apr 2015 13:05:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{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:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.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:33:\"http://wordpress.org/news/?p=3566\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:337:\"WordPress 4.2 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.2, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Drew Jaynes\";s: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:2694:\"<p>WordPress 4.2 Beta 4 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.2, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.2-beta4.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.2, check out the <a href=\"https://wordpress.org/news/2015/03/wordpress-4-2-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2015/03/wordpress-4-2-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2015/03/wordpress-4-2-beta-3/\">Beta 3</a> blog posts. Some of the changes in Beta 4 include:</p>\n<ul>\n<li>Incrementally improved the experience when <strong>accessing the Customizer on mobile</strong>. Please test on your mobile devices and let us know if anything seems wonky.</li>\n<li>Added the ability to make <strong>admin notices dismissible</strong>. Plugin and theme authors: adding <code>.notice</code> and <code>.is-dismissible</code> as adjacent classes to your notice containers should automatically make them dismissible. Please test.</li>\n<li>Fixed some reported issues with <strong>backward-compatibility issues</strong> caused by the modularization of core JS files.</li>\n<li>Removed the <strong>ability to swipe the admin menu open and closed</strong> on touch devices due to reports of some issues with built-in history navigation on certain platforms.</li>\n<li>Improved <strong>accessibility of the WordPress admin</strong> by adding landmark roles. Screen reader users: please test in any core admin screens.</li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log?action=stop_on_copy&mode=stop_on_copy&rev=31996&stop_rev=31902&limit=100\">more than 90 changes</a> in the last week.</li>\n</ul>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.2\">everything we’ve fixed</a>.</p>\n<p><em>Dismiss notices</em><br />\n<em>Customizer on mobile</em><br />\n<em>RC nearly 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:61:\"https://wordpress.org/news/2015/04/wordpress-4-2-beta-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:2;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.2 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/03/wordpress-4-2-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2015/03/wordpress-4-2-beta-3/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Mar 2015 18:32: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:8:\"category\";a:3:{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:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.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:33:\"http://wordpress.org/news/?p=3522\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:337:\"WordPress 4.2 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.2, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Drew Jaynes\";s: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:2986:\"<p>WordPress 4.2 Beta 3 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.2, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.2-beta3.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.2, check out the <a href=\"https://wordpress.org/news/2015/03/wordpress-4-2-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2015/03/wordpress-4-2-beta-2/\">Beta 2</a> blog posts. Some of the changes in Beta 3 include:</p>\n<ul>\n<li>Removed <strong>Shiny Installs</strong> functionality due to concerns about the activation workflow. Please test the remaining “Shiny Updates” functionality from both the Plugins > Add New and Plugins screens to ensure in-line updating still works as well as before.</li>\n<li>Fixed an issue with the <strong>Comments Quick Edit</strong> layout breaking on smaller screens. Please test on your mobile devices.</li>\n<li>Improved <strong>accessibility of login screen errors</strong>. Screen reader users: please let us know if you encounter any issues.</li>\n<li>Refined the <strong>emoji compatibility</strong> script to only load on the front- and back-end if the browser requires it. If you’re using a legacy web browser, please test.</li>\n<li>Fixed several issues in <strong>Press This</strong> with inserted images being improperly linked to locations other than the source site. Go ahead, “press” a site with images on the page and tell us if the image links aren’t working as you’d expect.</li>\n<li>Standardized the <strong>time display format</strong> in a variety of admin screens, switching to 24-hour notation where a.m. or p.m. are not specified. Please let us know if you notice you notice anything amiss!</li>\n<li><strong>Various other bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log?action=stop_on_copy&mode=stop_on_copy&rev=31901&stop_rev=31835&limit=100\">more than 65 changes</a> in the last week.</li>\n</ul>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.2\">everything we’ve fixed</a>.</p>\n<p><em>Emoji loader</em><br />\n<em>“Shiny Updates” still stand firm</em><br />\n<em>Beta 3, please test!</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:61:\"https://wordpress.org/news/2015/03/wordpress-4-2-beta-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.2 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:56:\"https://wordpress.org/news/2015/03/wordpress-4-2-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:65:\"https://wordpress.org/news/2015/03/wordpress-4-2-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, 19 Mar 2015 19:30:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{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:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.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:33:\"http://wordpress.org/news/?p=3498\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:337:\"WordPress 4.2 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.2, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Drew Jaynes\";s: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:2326:\"<p>WordPress 4.2 Beta 2 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.2, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.2-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.2, <a href=\"https://wordpress.org/news/2015/03/wordpress-4-2-beta-1/\">check out the Beta 1 blog post</a>. Some of the changes in Beta 2 include:</p>\n<ul>\n<li>Added support for entering FTP and SSH credentials when <strong>updating plugins in-place</strong>. FTP and SSH users, please test!</li>\n<li><strong>Improved cross-browser support for emoji</strong> throughout WordPress. If you’re using an older web browser, please tell us if you have problems using emoji.</li>\n<li>Further <strong>refined Press This authoring</strong> with auto-embedded media and better content scanning. We’d love to know how auto-embeds work for you.</li>\n<li>Added a constructor and improved method consistency in <code>WP_Comment_Query</code>. Developers: if you’re extending <code>WP_Comment_Query</code>, please let us know if you run into any issues.</li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log?action=stop_on_copy&mode=stop_on_copy&rev=31834&stop_rev=31763&limit=100\">more than 70 changes</a> in the last week.</li>\n</ul>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.2\">everything we’ve fixed</a>.</p>\n<p><em>Test some emoji</em><br />\n<em>FTP and SSH</em><br />\n<em>Let’s “Press” some embeds!</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:61:\"https://wordpress.org/news/2015/03/wordpress-4-2-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:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.2 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:56:\"https://wordpress.org/news/2015/03/wordpress-4-2-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:65:\"https://wordpress.org/news/2015/03/wordpress-4-2-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, 12 Mar 2015 23:22: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:8:\"category\";a:3:{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:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.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:33:\"http://wordpress.org/news/?p=3446\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.2 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.2, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Drew Jaynes\";s: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:4275:\"<p>WordPress 4.2 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.2, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.2-beta1.zip\">download the beta here</a> (zip).</p>\n<p>4.2 is due out next month, but to get there, we need your help testing what we’ve been working on:</p>\n<ul>\n<li><strong>Press This</strong> has been completely revamped to make sharing content from around the web easier than ever. The new workflow is mobile friendly, and we’d love for you to try it out on all of your devices. Navigate to the Tools screen in your WordPress backend to get started (<a href=\"https://core.trac.wordpress.org/ticket/31373\">#31373</a>). </li>\n<li><strong>Browsing and switching installed themes</strong> has been added to the Customizer to make switching faster and more convenient. We’re especially interested to know if this helps streamline the process of setting up your site (<a href=\"https://core.trac.wordpress.org/ticket/31303\">#31303</a>).</li>\n<li>The workflow for <strong>updating and installing plugins</strong> just got more intuitive with the ability to install or update in-place from the Plugins screens. Try it out and let us know what you think! (<a href=\"https://core.trac.wordpress.org/ticket/29820\">#29820</a>)</li>\n<li>If you felt like <strong>emoji</strong> were starkly missing from your content toolbox, worry no more. We’ve added emoji support nearly everywhere, even post slugs <img src=\"https://s.w.org/images/core/emoji/72x72/1f44d.png\" alt=\"','no'),(123,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1428644158','no'),(124,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1428600958','no'),(125,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1428644158','no'),(126,'_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:86:\"WPTavern: WPWeekly Episode 187 – The Pain Points of WordPress with Bob Dunn of BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=41813&preview_id=41813\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://wptavern.com/wpweekly-episode-187-the-pain-points-of-wordpress-with-bob-dunn-of-bobwp\";s: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:3698:\"<p>This week, <a title=\"http://marcuscouch.com/\" href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by WordPress trainer and coach, <a title=\"http://bobwp.com/\" href=\"http://bobwp.com/\">Bob Dunn</a>. Dunn provides WordPress training through workshops, one-on-one training, and tutorials. I enjoy interviewing WordPress trainers and coaches because they have unique insight into the trouble spots users experience with WordPress.</p>\n<p>We discuss some of the most common pain points people experience using WordPress including, learning the difference between posts and pages, using the visual editor, and best practices for making changes to themes. Dunn explains why there will always be a need for WordPress training. He also explains that people learn things differently, which is confirmed based on the <a title=\"http://wptavern.com/bob-dunns-survey-shows-text-and-screenshots-are-the-preferred-way-to-learn-wordpress\" href=\"http://wptavern.com/bob-dunns-survey-shows-text-and-screenshots-are-the-preferred-way-to-learn-wordpress\">results of his latest survey</a>.</p>\n<h2>Stories Discussed:</h2>\n<p><a title=\"http://wptavern.com/pressthis-revamped-with-a-new-user-interface-and-minimalist-design\" href=\"http://wptavern.com/pressthis-revamped-with-a-new-user-interface-and-minimalist-design\">PressThis Revamped with a New User Interface and Minimalist Design</a><br />\n<a title=\"http://wptavern.com/themereview-co-expands-services-to-include-plugin-reviews\" href=\"http://wptavern.com/themereview-co-expands-services-to-include-plugin-reviews\">ThemeReview.co Expands Services to Include Plugin Reviews</a><br />\n<a title=\"http://wptavern.com/emoji-enables-wordpress-to-natively-support-chinese-korean-and-japanese-characters\" href=\"http://wptavern.com/emoji-enables-wordpress-to-natively-support-chinese-korean-and-japanese-characters\">WordPress 4.2 Will Natively Support Chinese, Korean, and Japanese Characters</a><br />\n<a title=\"http://wptavern.com/wordpress-core-team-announces-release-leads-for-wordpress-4-3-and-4-4\" href=\"http://wptavern.com/wordpress-core-team-announces-release-leads-for-wordpress-4-3-and-4-4\">WordPress Core Team Announces Release Leads for WordPress 4.3 and 4.4</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a title=\"https://wordpress.org/plugins/disk-usage-sunburst/\" href=\"https://wordpress.org/plugins/disk-usage-sunburst/\">Disk Usage Sunburst</a> allows you to visualize and drill down the disk usage of your whole WordPress installation.</p>\n<p><a title=\"https://wordpress.org/plugins/download-media-library/\" href=\"https://wordpress.org/plugins/download-media-library/\">Download Media Library</a> enables you to download the files from the Media Library in ZIP format.</p>\n<p><a title=\"https://wordpress.org/plugins/tracking-code-manager/\" href=\"https://wordpress.org/plugins/tracking-code-manager/\">Tracking Code Manager</a> manages all of your tracking code and conversion pixels. It’s compatible with Facebook Ads, Google Adwords and several different SaaS tools.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, April 15th 9:30 P.M. Eastern</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 #187:</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:\"Thu, 09 Apr 2015 06:59:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:92:\"WPTavern: Stack Overflow Developer Survey Ranks WordPress as the 3rd Most Dreaded Technology\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=41651\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://wptavern.com/stack-overflow-developer-survey-ranks-wordpress-as-the-3rd-most-dreaded-technology\";s: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:6209:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/stack-overflow-developer-survey-2015.png\" rel=\"prettyphoto[41651]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/stack-overflow-developer-survey-2015.png?resize=700%2C287\" alt=\"stack-overflow-developer-survey-2015\" class=\"aligncenter size-full wp-image-41740\" /></a></p>\n<p><a href=\"http://stackoverflow.com/\" target=\"_blank\">Stack Overflow</a> has released the results of its <a href=\"http://stackoverflow.com/research/developer-survey-2015\" target=\"_blank\">2015 developer survey</a>, which covers a wide range of topics including preferred programming languages, education, compensation, and even caffeine consumption. The 45-question survey ran for just two weeks in February and the site was able to collect results from more than 26,000 participants.</p>\n<p>Obviously, Stack Overflow survey respondents do not represent a perfect cross section of all developers worldwide, and the overview clearly states the results are skewed by selection bias and language bias, among other biases. However, the site does reach a massive audience of developers, with 32 million visits per month, 25 million of which are return visitors.</p>\n<p>The vast majority of respondents were male (92.1%) who describe their profession as “Full-stack web developer” (32.4%), the largest section, followed by student (13.6%), back-end web developer (10.1%), and mobile developer (9.1%).</p>\n<p>WordPress was highlighted as one of the <a href=\"http://stackoverflow.com/research/developer-survey-2015#tech-super\" target=\"_blank\">most dreaded technologies</a> of those surveyed, trailing Visual Basic and Salesforce. The term “most dreaded” was used to indicate the “% of devs who are developing with the language or tech but have not expressed interest in continuing to do so.”</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/most-dreaded.png\" rel=\"prettyphoto[41651]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/most-dreaded.png?resize=1025%2C751\" alt=\"most-dreaded\" class=\"aligncenter size-full wp-image-41749\" /></a></p>\n<p>Given that Stack Overflow generally attracts English-speaking, full-stack developers who enjoy its gamified question and answer format, it’s not surprising that you would find WordPress listed among the most dreaded technologies.</p>\n<p>There are many things that are done “the WordPress way,” which prevent developers from quickly jumping in when they are new to the platform. WordPress’ unwavering commitment to backwards compatibility is also a major turn off for many developers. However, WordPress usage stats, currently at <a href=\"http://w3techs.com/technologies/overview/content_management/all\" target=\"_blank\">23.7& of all websites</a>, continue to climb higher due to the project’s deep commitment to its users.</p>\n<h3>Useful Bits for Employers and Job Hunters</h3>\n<p>The Stack Overflow survey may be heavily skewed towards a specific range of developers with similar backgrounds, but the results contain quite a bit of useful information for employers looking to hire developers and for individuals in search of a job.</p>\n<p>For example, the results revealed that “50% of developers say working remote is at least somewhat important.” The overview advises employers to strongly consider offering the ability to work remotely. <strong>“Note to companies trying to hire: if your job listing doesn’t include remote, you could be cutting your possible applicant pool in half.”</strong></p>\n<p>Stack Overflow is also able to interpret that data in interesting ways based on users’ experience points on the site. They found that those with the most experience points said that being able to work remotely was non-negotiable.</p>\n<p>Based on 16,522 responses, the results indicate that the average developer spends 7+ hours per week coding on the side. “70% of respondents reported that they spend 2 or more hours per week programming either as a hobby or working on open source software. 20% of respondents spend more than 10 hours programming away from work.”</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/side-projects.jpg\" rel=\"prettyphoto[41651]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/side-projects.jpg?resize=715%2C373\" alt=\"side-projects\" class=\"aligncenter size-full wp-image-41803\" /></a></p>\n<p>If you’re a developer hunting for a job and you’re not spending your free time contributing to open source projects or building your own software, your resume and experience may not be as attractive as others who are active on projects outside of work.</p>\n<p>The survey also provides a comprehensive breakdown of compensation by <a href=\"http://stackoverflow.com/research/developer-survey-2015#work-complang\" target=\"_blank\">technology</a>, <a href=\"http://stackoverflow.com/research/developer-survey-2015#work-compensation-geo\" target=\"_blank\">purchasing power</a>, <a href=\"http://stackoverflow.com/research/developer-survey-2015#work-compensation-remote\" target=\"_blank\">remote status</a>, and <a href=\"http://stackoverflow.com/research/developer-survey-2015#work-compensation-so\" target=\"_blank\">Stack Overflow reputation</a>.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/compensation.jpg\" rel=\"prettyphoto[41651]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/compensation.jpg?resize=713%2C605\" alt=\"compensation\" class=\"aligncenter size-full wp-image-41806\" /></a></p>\n<p>Compensation by purchasing power indicates that Ukraine is the top place for developers to live and work, followed by South Africa, USA, Australia, and Russia. If you’re thinking about relocating, these results might give you more factors to consider.</p>\n<p>For more information on employment status, job satisfaction, and developers’ preferred text editor, IDE, and source control, check out the <a href=\"http://stackoverflow.com/research/developer-survey-2015\" target=\"_blank\">full survey results</a> on StackOverflow.com.</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 Apr 2015 22:49: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: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:80:\"WPTavern: Microsoft’s Open Source Progress and Its Relationship 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=41769\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/microsofts-open-source-progress-and-its-relationship-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:6783:\"<p>For years, Microsoft and open source have rarely been used in the same sentence. With <a title=\"http://news.microsoft.com/ceo/announcement/index.html\" href=\"http://news.microsoft.com/ceo/announcement/index.html\">new leadership</a>, the company has made major strides in becoming part of the <a title=\"http://opensource.org/\" href=\"http://opensource.org/\">open source movement</a>.</p>\n<p>Late last year, the <a title=\"http://www.pcworld.com/article/2846892/microsoft-open-sources-net-server-stack.html\" href=\"http://www.pcworld.com/article/2846892/microsoft-open-sources-net-server-stack.html\">company announced</a> its .NET server stack would be open source, enabling .NET to become a cross-platform framework. The company has placed thousands of open source repositories on <a title=\"https://github.com/Microsoft\" href=\"https://github.com/Microsoft\">its Github account</a>. When asked if Windows could one day be open source, Mark Russinovich, one of Microsoft’s top engineers says, “<a title=\"http://www.wired.com/2015/04/microsoft-open-source-windows-definitely-possible/\" href=\"http://www.wired.com/2015/04/microsoft-open-source-windows-definitely-possible/\">It’s definitely possible, it’s a new Microsoft.</a>” Microsoft <a title=\"http://www.microsoft.com/en-us/openness/default1.aspx#opensource\" href=\"http://www.microsoft.com/en-us/openness/default1.aspx#opensource\">even has a website</a> that explains its strategy and showcases open source projects its involved with.</p>\n<h2>Microsoft Azure Teams Up with WordPress</h2>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/MicrosoftAzureLogo.png\" rel=\"prettyphoto[41769]\"><img class=\"aligncenter size-full wp-image-41786\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/MicrosoftAzureLogo.png?resize=799%2C150\" alt=\"MicrosoftAzureLogo\" /></a></p>\n<p>I initially noticed the company’s change in attitude towards open source in 2009 when Microsoft’s chief technology officer, Ray Ozzie, announced at the Professional Developers Conference <a href=\"http://www.betanews.com/article/Live-from-the-PDC-2009-Day-1-keynote/1258475450\" target=\"_blank\">that WordPress could be run using the Azure platform</a>. <a title=\"https://www.windowsazure.com/en-us/\" href=\"https://www.windowsazure.com/en-us/\">Windows Azure</a> is a cloud platform that enables you to build, deploy, and manage WordPress sites across a global network of Microsoft-managed data centers. In <a href=\"https://vip.wordpress.com/2009/11/19/wordpress-and-windows-azure/\">a post </a>on the WordPress.com VIP blog, Matt Mullenweg explained why it’s a good move.</p>\n<blockquote><p>WordPress and Windows Azure probably aren’t the first two things you’d think of together. WordPress has been free and open source software from the very beginning, Windows not so much, but we’ve always supported as many platforms as possible and for at least 4 years now you could run WP on Windows and IIS (Internet Information Services).</p>\n<p>Choice and competition are great for spurring innovation and better for users and I believe open source software is a good thing even if it’s on a proprietary platform. (Just like we have an open source <a href=\"http://iphone.wordpress.org/\">iPhone application</a>, or encourage people to use <a href=\"http://www.mozilla.com/firefox/\">Firefox</a> on Windows.)</p></blockquote>\n<h2>Supporting the WordPress Community</h2>\n<p>Since 2009, Microsoft has sponsored several WordCamps, meetups, and WordPress specific events. I remember attending a WordCamp in 2010 sponsored by Microsoft and joking with attendees that it must be a mistake.</p>\n<p>However, one of Microsoft’s representatives was in attendance and assured me that the company was changing its position on open source and sponsoring WordCamps was a good way to spread the message.</p>\n<h2>Examples of Microsoft Using WordPress</h2>\n<p><a title=\"http://webdevstudios.com/\" href=\"http://webdevstudios.com/\">WebDevStudios</a>, a company that specializes in web development using WordPress, has migrated several of Microsoft’s key websites to WordPress. In late 2014, <a title=\"http://news.microsoft.com\" href=\"http://news.microsoft.com\">Microsoft’s News Center</a> re-launched on WordPress. The <a title=\"http://webdevstudios.com/portfolio/microsoft-news-center/\" href=\"http://webdevstudios.com/portfolio/microsoft-news-center/\">work involved</a> a custom design and complex data migration from a proprietary CMS to WordPress, across 38 sites, in 16 different languages.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/MicrosoftNewsCenter.png\" rel=\"prettyphoto[41769]\"><img class=\"size-full wp-image-41783\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/MicrosoftNewsCenter.png?resize=1025%2C758\" alt=\"The new Microsoft News Center\" /></a>The new Microsoft News Center\n<p>Around the same time, the company migrated <a title=\"http://www.microsoft.eu/\" href=\"http://www.microsoft.eu/\">Microsoft Europe </a>to WordPress. Microsoft Europe focuses on Connected Lifestyles, What’s Next, Transforming Business, and Impact on Society for European countries.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/MicrosoftEurope.png\" rel=\"prettyphoto[41769]\"><img class=\"size-full wp-image-41784\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/MicrosoftEurope.png?resize=1025%2C856\" alt=\"The new Microsoft Europe\" /></a>The new Microsoft Europe\n<p>The <a title=\"http://blogs.windows.com/\" href=\"http://blogs.windows.com/\">Microsoft Windows blog</a> is a WordPress multisite network devoted to Windows and Internet Explorer topics. The blogs within the network are in multiple foreign languages that focus on content related to that region of the world.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/Microsoftblogs.png\" rel=\"prettyphoto[41769]\"><img class=\"size-full wp-image-41785\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/Microsoftblogs.png?resize=1025%2C531\" alt=\"Microsoft Blogs uses WordPress Multisite\" /></a>Microsoft Blogs uses WordPress Multisite\n<h2>The Last Laugh</h2>\n<p>It’s impressive to think how much Microsoft has changed to entertain the idea of open sourcing Windows. In 2007, when <a title=\"http://ma.tt/2007/10/microsoft-open-source/\" href=\"http://ma.tt/2007/10/microsoft-open-source/\">Mullenweg predicted</a> that Microsoft will open source its software by 2017, I thought it was one of the funniest posts I’ve ever read. After witnessing the progress the company has made and <a title=\"http://openness.microsoft.com/blog/\" href=\"http://openness.microsoft.com/blog/\">continues to make</a>, it’s possible he might have the last laugh.</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 Apr 2015 22:07:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:41:\"Matt: Best Headphones Spring 2015 Edition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44914\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://ma.tt/2015/04/best-headphones-spring-2015-edition/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4526:\"<p>Since my <a href=\"http://ma.tt/2014/10/beats-studio-wireless-vs-samsung-level-over/\">last headphone post</a> I’ve been trying out lots of different models, and have settled on two new ones as my daily drivers: the <a href=\"http://www.amazon.com/dp/B00IYA2ZJW\">PowerBeats 2</a> and the <a href=\"http://www.amazon.com/dp/B00SNI44CQ\">Sennheiser Momentum 2 Wireless</a>.</p>\n<p><a href=\"https://ma.tt/files/2015/04/beats_by_dre_pr_sentiert_lebron_james_in_re_established_powerbeats2_wireless_01.jpg\"><img class=\" wp-image-44929 alignleft\" src=\"https://ma.tt/files/2015/04/beats_by_dre_pr_sentiert_lebron_james_in_re_established_powerbeats2_wireless_01.jpg\" alt=\"beats_by_dre_pr_sentiert_lebron_james_in_re_established_powerbeats2_wireless_01\" width=\"242\" height=\"248\" /></a>I’ll talk about the Beats first because it’s easy: <a href=\"http://ma.tt/2014/10/beats-studio-wireless-vs-samsung-level-over/\">before I used a Plantronics set for exercise</a>, but the battery life wasn’t great and they would often fall out when running. The Powerbeats 2 are light, have great battery life (they claim 6 hours, that feels about right), stay in place even when running in <a href=\"http://en.wikipedia.org/wiki/Climate_of_Houston#Summer\">the Houston heat</a>, charge fast, and as a bonus they look cool. (Beats has always been great about that.) The sound? They’re bad, but good at it. There’s basically no isolation so you can hear traffic and things around you at lower volumes, which is actually a bonus, and if you turn up the volume they get loud enough to drown other stuff out. Buy these for the function, not the sound quality, and you can pick them up from any Best Buy kiosk in the airport or Apple Store if you lose or forget them, so they’re pretty ubiquitous.</p>\n<p><a href=\"https://ma.tt/files/2015/04/71mNNnOhCKL._SL1500_-2.jpg\"><img class=\"alignright wp-image-44930\" src=\"https://ma.tt/files/2015/04/71mNNnOhCKL._SL1500_-2-784x740.jpg\" alt=\"71mNNnOhCKL._SL1500_-2\" width=\"360\" height=\"340\" /></a>I heard about the Sennheisers from <a href=\"http://carlhancock.com/\">Carl Hancock</a> who tried them and gave them a high recommendation. I had trouble finding them but there was a pair local to me at <a href=\"http://www.bhphotovideo.com/\">B&H in New York</a> so I got them delivered and I was immediately impressed with them. They’re better than my <a href=\"http://ma.tt/2014/10/beats-studio-wireless-vs-samsung-level-over/\">previous wireless over-ear recommendation the Samsung Level Over</a> in every way: sound, size, compatibility, aesthetics, usability, noise canceling.</p>\n<p>The sound is the best I’ve heard from wireless headphones so far. Just the right balance. The noise canceling apparently uses 4 different mics and I’ve found it more than sufficient on dozens of plane rides, including passing the noisy baby test. My only complaint is they don’t “grip” my ears as much, so some sound leaks in that way. They fold up to be pretty small, and I just toss them in my backpack. <a href=\"https://ma.tt/files/2015/04/81FYeTRjv4L._SL1500_-2.jpg\"><img class=\" wp-image-44931 alignleft\" src=\"https://ma.tt/files/2015/04/81FYeTRjv4L._SL1500_-2-784x740.jpg\" alt=\"81FYeTRjv4L._SL1500_-2\" width=\"252\" height=\"238\" /></a>The battery goes <em>forever</em>, or as they claim 22 hours. You really forget to charge these things for a while and they still have plenty of juice. The volume and other controls actually work with the iPhone, and bluetooth calls have sounded great and people can actually hear me. Only downside is they have basically a proprietary connection for their 1/8th inch cable, so you have ta carry that around, but they charge with standard micro-USB. The only possible challenger I can think to these are the <a href=\"http://www.amazon.com/dp/B00R45Z2WU/\">BeoPlay H8s</a>, which I haven’t tried yet.</p>\n<p><strong>tl; dr:</strong> If you want to exercise and get sweaty, get the <a href=\"http://www.amazon.com/dp/B00IYA2ZJW\">Powerbeats 2 in your favorite color</a>. For traveling, listening to music, talking, and generally enjoying amazing sound without worrying about wires, try out the <a href=\"http://www.amazon.com/dp/B00SNI44CQ\">Sennheiser Momentum Wireless</a>.</p>\n<p>I think it’s interesting that both of these recommendations are version 2.0 of a product, it’s good to see companies iterating and improving on products even if they’ve already been successful in the marketplace.</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 Apr 2015 19:34: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:51:\"WPTavern: Git and WordPress: 3 Tips to Do It Better\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=41770\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wptavern.com/git-and-wordpress-3-tips-to-do-it-better\";s: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:7018:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/petersuhm.jpeg\" rel=\"prettyphoto[41770]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/petersuhm.jpeg?resize=150%2C150\" alt=\"petersuhm\" class=\"alignright size-thumbnail wp-image-40534\" /></a>This post was contributed by guest author <a href=\"http://petersuhm.com/\" target=\"_blank\">Peter Suhm</a>. Peter is a web developer from the Land of the Danes. He is the creator of <a href=\"http://wptavern.com/wp-pusher-aims-to-provide-pain-free-deployment-of-wordpress-themes-and-plugins-from-github\" target=\"_blank\">WP Pusher</a> and a huge travel addict, bringing his work along with him as he goes.<br />\n </p>\n<hr />\n<p>This article is based on a few ideas, thoughts and opinions I have about Git and WordPress. There is still no de-facto standard for how these things are dealt with in WordPress and I think it is our responsibility, as a community, to have discussions about them. These are my opinions and I would love to hear yours as well.</p>\n<p>Let’s get right to it.</p>\n<h2>R-E-S-P-E-C-T</h2>\n<p>I have ranted about the subject of repository structure before and I have strong opinions about it. In my opinion there is one – and only one – way to structure Git repositories in a WordPress context. That one way is the one-package / one-repository approach. Let me explain why.</p>\n<p>While working on WP Pusher, I have seen many different approaches to structuring Git repositories. Two approaches are especially common, and, in my opinion, equally bad.</p>\n<p>The first one is Git-it-all, where everything, including WordPress core, plugins and themes are put under version control. The other one, and more common, is <code>wp-content</code>-under-version-control. I say that both of them are equally bad, because no matter what, you are going to have a lot of 3rd party code included in your Git repository, which quickly becomes a mess. Every time WordPress or one of your plugins or themes ships a new update, you will have to somehow deal with it within your version control system.</p>\n<p>The argument for having WordPress itself under version control is most often to lock down the version of the code. This seems a bit redundant to me, since WordPress is already developed using version control (SVN) and comes with a version number for each update. Why would you need to manage that yourself when it is already managed for you? Today, <a href=\"https://davidwinter.me/install-and-manage-wordpress-with-composer/\" target=\"_blank\">installing WordPress with Composer</a> is super easy and then you can control your version from the <code>composer.json</code> file. There are no excuses. Do not include WordPress in your Git repository.</p>\n<p>The second approach, <code>wp-content</code>-under-version-control, is often chosen as an easy way of deploying multiple plugins that might depend on each other. Still, I am not buying it. Having 5, 10, or even 20 Git repositories in your <code>wp-content</code> directory is really not an issue. Also, if your plugins depends on each other, take a look at must-use plugins.</p>\n<p>So here is the deal: <strong>You need to treat each of your packages (be it a plugin or a theme) with respect.</strong> You need to give each of them their own Git repository. They are their own entities and needs to be separated. Keeping them locked up together makes it impossible to share code across projects. It is the way Git is supposed to work, it is the way Composer is supposed to work, and it is even the way WordPress itself works.</p>\n<h2>To Ignore, Or Not To Ignore</h2>\n<p>Yes, that is the question and I do not have the answer. I am, of course, talking about the <code>.gitignore</code> file. The file that tells Git which files and directories to exclude from version control. Actually, the real question is: Should you precompile your dependencies before shipping your plugin, or not? (I will focus on PHP dependencies, since I do not know enough about front-end things.)</p>\n<p>In an ideal world, you would never ship something like Composer dependencies with your package. It would be up to the user to compile and fetch those dependencies that fit their specific environment. That is the whole point of dependency management tools. However, in WordPress, there is absolutely no sane way to handle these PHP dependencies. So if you are shipping a WordPress plugin that relies on 3rd party dependencies, I would say “ship it all”, even though it feels very wrong and awkward.</p>\n<p>This is <strong><em>bad</em></strong>, though, because what happens when Mailchimp for WordPress ships with one Composer package in v1.0.0 and WP Pusher ships with the same package but v2.0.0? Oh, the horror. The plugin that is loaded first will get to autoload its classes. The others will not (since it would result in a “class exists” fatal error). I probably do not need to explain why this is bad.</p>\n<p>As a WordPress developer, you can try to mitigate this by making sure that the functionality you rely on is actually available at runtime, but this is not optimal. However, I really think this is WordPress’ responsibility. We cannot do PHP without using 3rd party code. That would be stupid. So as I said: No clear answer. I guess it just depends.</p>\n<h2>Exporting Repositories aka Zippin’</h2>\n<p>Recently, <a href=\"http://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production/\" target=\"_blank\">someone on Reddit</a> proposed that people start to include a <code>.gitattributes</code> file in their repositories, containing export instructions for Git to use when archiving repositories (zipping them). Basically, by specifying it in your <code>.gitattributes</code> file, you can make Git ignore files that you only need for development.</p>\n<p>The Reddit thread was specifically targeting authors of packages distributed with Composer, but we can use this trick as well. If you exclude files from exports, they will not appear in the zip archives that you can download from GitHub or Bitbucket. This is nifty, especially if you use a tool like my <a href=\"https://wppusher.com/\" target=\"_blank\">WP Pusher</a> to move files from Git to WordPress, since it can drastically minimize the size of the archive files. No need to ship files such as assets, that are already compiled, and unit tests to end users.</p>\n<p>Here is the <code>.gitattributes</code> file for WP Pusher:</p>\n<pre class=\"brush: xml; light: true; title: ; notranslate\">/features export-ignore\n/apache-ci.conf export-ignore\n/behat.yml export-ignore\n/circle.yml export-ignore\n/composer.json export-ignore\n/composer.lock export-ignore</pre>\n<p>Before I knew about this trick, I manually deleted these files before shipping the plugin. Now it is done automatically.</p>\n<p>There you go. Just a few things I want you to think about and consider if you are a WordPress developer using Git. Thanks for reading along.</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 Apr 2015 18:15:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:74:\"WPTavern: Persistent XSS Vulnerability Discovered in WP Super Cache 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=41702\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://wptavern.com/persistent-xss-vulnerability-discovered-in-wp-super-cache-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:2905:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-super-cache.png\" rel=\"prettyphoto[41702]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-super-cache.png?resize=739%2C296\" alt=\"wp-super-cache\" class=\"aligncenter size-full wp-image-41755\" /></a></p>\n<p>The security team at Sucuri has issued an <a href=\"http://blog.sucuri.net/2015/04/security-advisory-persistent-xss-in-wp-super-cache.html\" target=\"_blank\">advisory</a> for WordPress users who have the <a href=\"https://wordpress.org/plugins/wp-super-cache/\" target=\"_blank\">WP Super Cache</a> plugin activated on their sites. The popular caching plugin contains a dangerous persistent XSS vulnerability that was promptly patched in its 1.4.4 release.</p>\n<p>Sucuri ranks the risk as “Dangerous” with a <a href=\"http://en.wikipedia.org/wiki/DREAD:_Risk_assessment_model\" target=\"_blank\">DREAD</a> score of 8/10. Exploiting the vulnerability is relatively easy for an attacker intent on injecting a backdoor. Sucuri breaks down the technical details of the threat as follows:</p>\n<blockquote><p>Using this vulnerability, an attacker using a carefully crafted query could insert malicious scripts to the plugin’s cached file listing page. As this page requires a valid nonce in order to be displayed, a successful exploitation would require the site’s administrator to have a look at that particular section, manually.</p>\n<p>When executed, the injected scripts could be used to perform a lot of other things like adding a new administrator account to the site, injecting backdoors by using WordPress theme edition tools, etc.</p></blockquote>\n<p>WP Super Cache is currently in use on more than a million WordPress sites, according to WordPress.org. If someone is looking to exploit the vulnerability in particular, there would be no shortage of sites to prey upon.</p>\n<p>In the recent <a href=\"http://wptavern.com/fbi-warns-of-isil-defacement-attacks-on-wordpress-sites\" target=\"_blank\">defacement attacks propagated by ISIL sympathists against WordPress sites</a>, hackers have been capitalizing on the <a href=\"http://wptavern.com/zero-day-vulnerability-discovered-in-fancybox-for-wordpress-plugin\" target=\"_blank\">recent vulnerability found in the Fancy Box for WordPress plugin</a>. With just 100,000+ active installations, potentially vulnerably Fancy Box plugin users come in at a small fraction of those affected by the WP Super Cache security issue.</p>\n<p>Short of forcing an automatic plugin update on users, WordPress.org has no way of indicating that one particular plugin update may be more imperative than other routine updates. That’s why the best practice for site administrators is to keep tabs on your installations and set aside time to update extensions as part of your routine. If you’re using WP Super Cache, you are advised to update as soon as possible.</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 Apr 2015 16: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: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: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:32:\"Matt: Giving Back to Open Source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44891\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2015/04/giving-back-to-open-source/\";s: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:372:\"<blockquote><p>Getting out of our ocean to explore the islands of open source is one of the best ways that we can expand our horizons, strengthen our skill sets, and build better relationships.</p></blockquote>\n<p>Pippin on <a href=\"https://pippinsplugins.com/giving-back-for-the-future-of-open-source/\">why giving back to open source has made his company better</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 Apr 2015 04:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:65:\"WPTavern: FBI Warns of ISIL Defacement Attacks on WordPress Sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=41707\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/fbi-warns-of-isil-defacement-attacks-on-wordpress-sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4587:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/security.jpg\" rel=\"prettyphoto[41707]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/security.jpg?resize=1024%2C514\" alt=\"photo credit: Lock - (license)\" class=\"size-full wp-image-40187\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/58441544@N00/2660230441\">Lock</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>The FBI issued a public service announcement today, <a href=\"http://www.ic3.gov/media/2015/150407-1.aspx\" target=\"_blank\">warning concerning WordPress website attacks</a> being carried out by individuals sympathetic to the Islamic State in the Levant (ISIL) a.k.a. Islamic State of Iraq and al-Shams (ISIS). The perpetrators of these attacks are defacing sites across various platforms such as news organizations, businesses, government sites, and religious institutions.</p>\n<p>Last month the would-be terrorists gained infamy by <a href=\"http://wptavern.com/hackers-hijack-fancybox-plugin-to-deface-wordpress-sites-with-isis-propaganda\" target=\"_blank\">hijacking the Fancybox Plugin vulnerability in order to deface sites with ISIS propaganda</a>. This particular vulnerability allows malware (or any random script/content) to be added to the vulnerable site and was most recently identified as the entry point for the hackers who injected iframes with ISIS messages.</p>\n<p>A patch exists for the vulnerability and those affected can easily remove the plugin as an alternative. However, many WordPress users are either ignorant of the security issue or indifferent. The FBI’s announcement serves to warn users of the cost and inconvenience associated with this kind of attack:</p>\n<blockquote><p>Although the defacements demonstrate low-level hacking sophistication, they are disruptive and often costly in terms of lost business revenue and expenditures on technical services to repair infected computer systems.</p></blockquote>\n<p>The announcement cited multiple plugin vulnerabilities as a security risk to WordPress users but did not identify the plugins for which patches are currently available. Technical details of the brief are limited to a generalized list of consequences should a vulnerable site get hacked:</p>\n<blockquote><p>Successful exploitation of the vulnerabilities could result in an attacker gaining unauthorized access, bypassing security restrictions, injecting scripts, and stealing cookies from computer systems or network servers. An attacker could install malicious software; manipulate data; or create new accounts with full user privileges for future Web site exploitation.</p></blockquote>\n<p>Since these are low level hackers exploiting the most basic types of vulnerabilities, they are not targeting specific sites but rather knocking down any open door they can find. The announcement notes that all of the victims of the defacements share common WordPress plugin vulnerabilities.</p>\n<p>The FBI does not believe that these attacks are actually coming from members of ISIL but instead are coming from hackers using the organization’s name as a vehicle for greater exposure.</p>\n<blockquote><p>The FBI assesses that the perpetrators are not members of the ISIL terrorist organization. These individuals are hackers using relatively unsophisticated methods to exploit technical vulnerabilities and are utilizing the ISIL name to gain more notoriety than the underlying attack would have otherwise garnered.</p></blockquote>\n<p>The announcement concludes with a list of general resources for hardening WordPress and identifying vulnerabilities, but the recommendations are vague and non-specific. The best thing that you can do to keep your site safe from these continuing attacks is to make sure you are running the latest version of WordPress. Log in to your sites and update all of your themes and plugins. If you’re using any commercial plugins or themes, make sure to check for updates in case you are not automatically notified.</p>\n<p>All of the vulnerabilities referenced in the FBI warning already have patches, and all you need to do is update your plugins. If you have multiple WordPress sites, consider adding them to a centralized dashboard service such as <a href=\"http://jetpack.me/support/site-management/\" target=\"_blank\">Jetpack Manage</a>, <a href=\"https://managewp.com/\" target=\"_blank\">MangeWP</a>, <a href=\"https://wpremote.com/\" target=\"_blank\">WP Remote</a>, <a href=\"http://infinitewp.com/\" target=\"_blank\">InfiniteWP</a>, or another service of your choosing.</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 Apr 2015 22:36:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:97:\"WPTavern: Bob Dunn’s Survey Shows Text and Screenshots are the Preferred Way to Learn 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=41671\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://wptavern.com/bob-dunns-survey-shows-text-and-screenshots-are-the-preferred-way-to-learn-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:2455:\"<p>Two weeks ago, <a title=\"http://wptavern.com/take-the-how-do-you-learn-wordpress-survey\" href=\"http://wptavern.com/take-the-how-do-you-learn-wordpress-survey\">I asked you</a> to participate in Bob Dunn’s survey that asked, how do you learn WordPress? Dunn has <a title=\"http://bobwp.com/how-do-you-learn-wordpress-the-survey-results-infographic/\" href=\"http://bobwp.com/how-do-you-learn-wordpress-the-survey-results-infographic/\">published the results</a> to the survey and they’re not surprising.</p>\n<p>Out of 428 responses, 63% learn WordPress best using text and images. Roughly a third of respondents learn best using video tutorials or one-on-one in-person training.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/BestWayofLearning.png\" rel=\"prettyphoto[41671]\"><img class=\"size-full wp-image-41692\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/BestWayofLearning.png?resize=784%2C495\" alt=\"Best Way of Learning WordPress\" /></a>Best Way of Learning WordPress\n<p>People learn things differently, but I don’t think it’s surprising so many learn best through text and images. It’s a method humans have used for centuries and is easier to reference compared to audio and video. Dunn offers advice to WordPress coaches and trainers looking at the data from an instructor’s point of view:</p>\n<blockquote><p>If you are looking at this from an instructor’s point of view, I bet you can come up with a lot of other thoughts and maybe even some deep insights. But the fact is, while these numbers can tell us a lot of what the majority of people prefer, as teachers of WordPress, we still need to find the markets that are not being filled, and the offerings that are not over-saturated, no matter what the numbers tell us.</p></blockquote>\n<p>To see a visual representation of the results and to read Dunn’s thoughts on his findings, check out his <a title=\"http://bobwp.com/how-do-you-learn-wordpress-the-survey-results-infographic/\" href=\"http://bobwp.com/how-do-you-learn-wordpress-the-survey-results-infographic/\">latest blog post</a>. Also, be sure to catch <a title=\"http://wptavern.com/wordpress-weekly\" href=\"http://wptavern.com/wordpress-weekly\">WordPress Weekly</a> live on Wednesday, April 8th, at 9:30 PM Eastern as Dunn will be our special guest. We’ll talk about the survey results and discuss common pain points users experience with 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 Apr 2015 21:33:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:87:\"WPTavern: WordPress 4.2 Introduces Subtle Refinements to the Default Admin Color Scheme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=41644\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wptavern.com/wordpress-4-2-introduces-subtle-refinements-to-the-default-admin-color-scheme\";s: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:5979:\"<p><a href=\"http://wptavern.com/wordpress-3-8-parker-released\" target=\"_blank\">WordPress 3.8</a> marked a major milestone for the admin with the inclusion of “MP6,” a brand new responsive design and color scheme. By now many users have become accustomed to the color scheme, but <a href=\"https://make.wordpress.org/design/2015/04/05/default-admin-color-scheme-update/\" target=\"_blank\">4.2 will introduce subtle changes</a> to create a more harmonious color palette.</p>\n<p>Over the past several months, <a href=\"http://hugobaeta.com/\" target=\"_blank\">Hugo Baeta</a> has been working to help document and refine the WordPress.org brand. Baeta works as a designer on WordPress.com. Most recently he has been focusing on evolving the brand and preparing its <a href=\"https://wordpress.com/design-handbook/\" target=\"_blank\">design handbook</a>.</p>\n<p>“In the process, things like a unifying typographic modular scale and the Logotype metrics also got some attention – all in the efforts to unify the brand and make sure it is consistent,” Baeta said. “A couple months ago I asked to switch my gears to .org and help the .org universe get a similar treatment.”</p>\n<p>While documenting the colors used by WordPress core, Baeta’s critical eye for color palettes prompted him to explore some subtle changes that would bring greater harmony to the admin color scheme. If you look carefully, you can see that the new admin colors (on the right) have a more bluish hue than the original MP6 colors (left).</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/color-wpadmin.jpg\" rel=\"prettyphoto[41644]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/color-wpadmin.jpg?resize=1025%2C649\" alt=\"color-wpadmin\" class=\"aligncenter size-full wp-image-41666\" /></a></p>\n<p>“The idea was to make the grays look intentional and refined, by bringing out a subtle blue hue to them,” Baeta said. “I tried to maintain the value (lightness/darkness) of the colors, so that it would be a ‘lateral’ evolution. So, technically there isn’t much change to contrast.”</p>\n<p>A closer look at the HEX changes side-by-side shows the subtle evolution from dusty greys/blues to a more true blue hue:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-admin-colors.jpg\" rel=\"prettyphoto[41644]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-admin-colors.jpg?resize=741%2C594\" alt=\"wp-admin-colors\" class=\"aligncenter size-full wp-image-41675\" /></a></p>\n<p>I asked Baeta what his response would be to those who, like one commenter on the <a href=\"https://make.wordpress.org/design/2015/04/05/default-admin-color-scheme-update/#comment-24585\" target=\"_blank\">announcement post</a>, see the new color scheme as looking “too bluish.”</p>\n<p>“It’s all a perception game,” he said. “The technical reality is the change is incredibly subtle, but depending on your monitor calibration and the way your eyes see color, you’ll see more/less blue.</p>\n<p>“Let me give you an example of a specific hue breakdown – the main sidebar gray:</p>\n<p><strong>before:</strong> rgb(51,51,51)<br />\n<strong>after:</strong> rgb(50,55,60)</p>\n<p>“Each channel goes 0-255 – so you can see how subtle the change is,” Baeta explained.</p>\n<p>Feedback from contributors on the <a href=\"https://core.trac.wordpress.org/ticket/31234\" target=\"_blank\">ticket</a> where Baeta proposed the changes was overwhelmingly positive and the new color updates will land in 4.2. Core committer Matt Miklic aptly <a href=\"https://core.trac.wordpress.org/timeline?from=2015-02-05T00%3A58%3A50Z&precision=second\" target=\"_blank\">summarized</a> the overall consensus:</p>\n<blockquote><p>My subjective feeling is that the shift in colors is so slight, it doesn’t really change the feeling we intended to convey with the original MP6 colors. If anything, it makes the grays look more intentional, a color palette designed to work harmoniously rather than pairing a signature shade of blue with a lot of neutral grays.</p></blockquote>\n<h3>Why It’s Important for Companies and Projects to Iterate on Branding</h3>\n<p>Like it or not, users tend to judge software by how it looks. Even the most minute color choices can affect public perception of an application. Most users are not likely to consciously perceive the changes in this round of WordPress admin iterations, but the improved harmony of the colors will make it easier on the eyes.</p>\n<p>Baeta believes that companies and open source projects need to be open to iterating on their branding every now and then to keep pace with where the web is going.</p>\n<p>“I believe a brand is something we should cherish very dearly,” he said. “It’s a project/company’s most recognizable asset, right? I think iteration should happen in order to achieve refinement and keep a brand relevant.</p>\n<p>“Specially when a brand doesn’t begin with a strong set of assets and rules, it allows for the people involved to treat it as they think is best. Eventually atrocities like the fauxgo make everyone regret the absence of rules.”</p>\n<p>This is one of the reasons that Baeta is involved in the initiative to document and refine the project’s brand through contributions to <a href=\"https://make.wordpress.org/design/handbook/\" target=\"_blank\">WordPress.org’s Design Handbook</a>. Without clear branding guidelines, anyone can take the logo and colors and alter them in ways that muddle the project’s brand as a whole.</p>\n<p>“I think the web has evolved greatly since WordPress first started,” Baeta said. “WordPress is now a mature project that deserves to have its very recognizable brand refined and documented to make sure it is protected for years to come.”</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 Apr 2015 19:06: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: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:29:\"Donncha: WP Super Cache 1.4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"http://z9.io/?p=89499439\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://z9.io/2015/04/07/wp-super-cache-1-4-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2258:\"<p>WP Super Cache is a full page caching plugin for WordPress. It creates static pages that are served quickly by the web server.</p>\n<p><img src=\"http://i1.wp.com/z9.io/files/2015/04/2015-03-19-1012-m.jpg?resize=660%2C440\" alt=\"Light Trails in Blarney\" class=\"aligncenter size-full wp-image-89499442\" /></p>\n<p>Over the weekend there was a flurry of excitement as not one, but two releases of the plugin were made in quick succession. The second <a href=\"https://wordpress.org/support/topic/print_r-debug-messages-break-pages-with-query-args?replies=7\">to fix a bug introduced</a> in the first. I’m very sorry about that.</p>\n<p>WP Super Cache 1.4.3 <a href=\"http://blog.sucuri.net/2015/04/security-advisory-persistent-xss-in-wp-super-cache.html\">fixed a security bug</a> in the cache file listing section of the plugin settings page. A carefully crafted query by a third party would cause an XSS in the file listing. While serious, the owner of the blog cannot be tricked into loading the file listing page by way of an image or public link as a nonce is required to load it. The attacker would have to ask the blog owner to visit the cache listing page manually. Thanks to Marc Montpas from Sucuri for reporting that.</p>\n<p>WP Super Cache 1.4.4 fixed a bug introduced in the previous version where queries with GET parameters caused a fatal error. Thanks to webaware <a href=\"https://wordpress.org/support/topic/print_r-debug-messages-break-pages-with-query-args?replies=7\">on the WordPress.org forums</a> for reporting that and including a patch to fix it.</p>\n<p>If you’re using an older version of WP Super Cache you’re encourage to upgrade to 1.4.4 as soon as you can.</p>\n\n<p><strong>Related Posts</strong><ul><li> <a href=\"http://z9.io/2008/10/24/wp-super-cache-084-the-garbage-collector/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.4, the garbage collector\">WP Super Cache 0.8.4, the garbage collector</a></li><li> <a href=\"http://z9.io/2009/01/09/wp-super-cache-087/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.7\">WP Super Cache 0.8.7</a></li><li> <a href=\"http://z9.io/2010/02/08/wp-super-cache-099/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.9.9\">WP Super Cache 0.9.9</a></li></ul></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Apr 2015 13:06:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:25:\"Matt: Open Source Windows\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44916\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2015/04/open-source-windows/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:640:\"<blockquote><p>But one day, the company could “open source” the code that underpins the OS—giving it away for free. So says Mark Russinovich, one of the company’s top engineers.</p>\n<p>“It’s definitely possible,” Russinovich says. “It’s a new Microsoft.”</p></blockquote>\n<p>From Wired’s <a href=\"http://www.wired.com/2015/04/microsoft-open-source-windows-definitely-possible/\">An Open Source Windows Is ‘Definitely Possible’</a>. In <a href=\"http://ma.tt/2007/10/microsoft-open-source/\">2007 I predicted Windows will be Open Source by 2017</a>, we’ll see if I end up being right on that one.</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 Apr 2015 03:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:79:\"WPTavern: WordPress Core Team Announces Release Leads for WordPress 4.3 and 4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=41592\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wordpress-core-team-announces-release-leads-for-wordpress-4-3-and-4-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3640:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/LeaderFeaturedImage.png\" rel=\"prettyphoto[41592]\"><img class=\"size-full wp-image-41596\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/LeaderFeaturedImage.png?resize=608%2C262\" alt=\"Leader Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/19517696@N00/77229745\">DSC01356</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>Andrew Nacin <a title=\"https://make.wordpress.org/core/2015/04/01/release-leads-for-wordpress-4-3-and-4-4/ \" href=\"https://make.wordpress.org/core/2015/04/01/release-leads-for-wordpress-4-3-and-4-4/%20\">announced on the Make Core blog</a> that Konstantin Obenland will lead the release of WordPress 4.3, while Scott Taylor will lead 4.4. Obenland’s latest contribution to WordPress is the <a title=\"http://wptavern.com/wordpress-theme-directory-launches-new-design\" href=\"http://wptavern.com/wordpress-theme-directory-launches-new-design\">redesigned theme directory</a>. Taylor is largely responsible for the <a title=\"http://scotty-t.com/2014/04/16/wordpress-3-9-audiovideo/\" href=\"http://scotty-t.com/2014/04/16/wordpress-3-9-audiovideo/\">audio and video improvements</a> in WordPress 3.9.</p>\n<p>Nacin defines a WordPress release lead as someone who sets the parameters for a release like schedule, deadlines, and helps to decide which feature plugins are merged. They also direct discussions in core development chats, write announcement posts, and shepherds contributions.</p>\n<p>Usually, release leads are not chosen until the beginning of the next development cycle. However, so many people volunteered to lead WordPress 4.2, it gave the team an opportunity to choose them in advance.</p>\n<p>Obenland says it’s too early to determine what he will focus on for WordPress 4.3, but there may be some incremental flow and user experience improvements.</p>\n<blockquote><p>I’m still in the process of gathering information and getting a feel for what’s cooking and what could be ready for 4.3. As of right now (three days into the process) there is no clear headline feature emerging but it looks like there will be a number of nice incremental flow and user experience improvements.</p></blockquote>\n<p>I asked Obenland what it means to him and the WordPress project for release leads to be chosen this far in advance.</p>\n<blockquote><p>First of all it means I actually get to do the above, plan ahead of time. So far, Release Lead appointments happened somewhat last minute so there wasn’t a lot of time to prepare. I now have the luxury of being able to compose a list of proposed features ahead of the kick-off meeting, rather than having to come up with that list during the meeting, which will hopefully lead to a more efficient discussion and evaluation of those features.</p>\n<p>Scott is able to groom feature plugins to get them ready for 4.4, which has been the goal for Release Leads for a while. Going forward, we’ll be in a position where not only Release Leads, but the community, get a chance to plan ahead more than one release at a time. This should have a positive impact on the quality of feature plugins and make for less hurried merges.</p></blockquote>\n<p>Choosing release leads in advance removes friction and enables a smoother transition from one lead to another. It also gives the core team momentum to transfer from one development cycle to the next.</p>\n<p>It will be interesting to see how this impacts feature plugin development and whether or not the team will be able to maintain momentum into the WordPress 4.5 dev cycle.</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 Apr 2015 21:58:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:86:\"WPTavern: WordPress 4.2 Will Natively Support Chinese, Korean, and Japanese Characters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=41600\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://wptavern.com/emoji-enables-wordpress-to-natively-support-chinese-korean-and-japanese-characters\";s: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:2661:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/11/emoji.png\" rel=\"prettyphoto[41600]\"><img class=\"aligncenter size-full wp-image-33173\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/11/emoji.png?resize=620%2C420\" alt=\"emoji\" /></a>WordPress 4.2 will soon be released with <a title=\"http://wptavern.com/wordpress-4-2-on-track-to-expand-core-support-for-emoji\" href=\"http://wptavern.com/wordpress-4-2-on-track-to-expand-core-support-for-emoji\">expanded core support for emoji</a>, a new feature that users either love or love to hate. By making a key database change from utf8mb3 to utf8mb4 to add support for emoji, WordPress also receives the benefit of being able to natively handle Chinese, Japanese, and Korean characters.</p>\n<p>On the surface, adding emoji support to WordPress may seem like simply adding a ton of new emoticons. However, the technical aspects involved are complex. Brandon Kraft <a title=\"http://www.brandonkraft.com/b/2015/03/emoji-wordpress-and-you/\" href=\"http://www.brandonkraft.com/b/2015/03/emoji-wordpress-and-you/\">has a great article</a> that explains what emoji is, the database changes involved, and why you should care.</p>\n<p>During the <a title=\"http://wptavern.com/matt-mullenwegs-state-of-the-word-highlights-internationalization-mobile-and-new-tools-for-wordpress-contributors\" href=\"http://wptavern.com/matt-mullenwegs-state-of-the-word-highlights-internationalization-mobile-and-new-tools-for-wordpress-contributors\">State of The Word</a> at WordCamp San Francisco last year, Matt Mullenweg said, “If WordPress is going to be truly global, truly inclusive, it has to be fully available for other languages.” Kraft explains that WordPress 4.2 will be able to natively handle Chinese, Japanese, and Korean characters.</p>\n<blockquote><p>Han characters are four-byte characters. These characters, 道 and 草, for example, are Chinese, Japanese, and Korean characters that have been standardized into a single character map. By enabling utf8mb4, WordPress can now natively handle these characters.</p></blockquote>\n<p>Andrew Nacin <a title=\"https://twitter.com/nacin/status/584066636132519937\" href=\"https://twitter.com/nacin/status/584066636132519937\">emphasized on Twitter</a> that, supporting 4-byte unicode characters in WordPress is critical to making WordPress global.</p>\n<p>I won’t use emoji, but its impact on improving WordPress’ internationalization efforts can’t be ignored. Gary Pendergast, who is largely responsible for adding the feature should be commended for his efforts. How do you feel about emoji support in WordPress and will you use it?</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 Apr 2015 21:33: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:13:\"Jeff Chandler\";s: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:69:\"WPTavern: Gridsby: A Beautiful Free WordPress Theme for Photographers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=41558\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wptavern.com/gridsby-a-beautiful-free-wordpress-theme-for-photographers\";s: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:3982:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/11/modern-themes.jpg\" rel=\"prettyphoto[41558]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/11/modern-themes.jpg?resize=1025%2C509\" alt=\"modern-themes\" class=\"aligncenter size-full wp-image-34502\" /></a></p>\n<p>When <a href=\"http://wptavern.com/modernthemes-launches-site-dedicated-to-providing-free-wordpress-themes\" target=\"_blank\">ModernThemes launched its site</a> with a dozen free WordPress themes last year, founders <a href=\"https://twitter.com/_robbieobbie\" target=\"_blank\">Robbie Grabowski</a> and <a href=\"https://twitter.com/m2thedris\" target=\"_blank\">Mike Driscoll</a> committed to getting all of their themes listed on WordPress.org following positive feedback from the community. At that time many of their themes had issues that would preclude them from being hosted in the official directory.</p>\n<p>The team has been hard at work bringing their themes up to snuff and now have two that have passed the WordPress Theme Review Team’s guidelines. <a href=\"https://wordpress.org/themes/gridsby/\" target=\"_blank\">Gridsby</a>, a theme for photographers, is ModernTheme’s latest release.</p>\n<p>The theme takes your photographs and arranges them in a mobile-friendly Masonry.js-powered grid on the homepage, followed by optional widget areas and a blog section. Site navigation is hidden behind a slide-out panel.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/gridsby.png\" rel=\"prettyphoto[41558]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/gridsby.png?resize=880%2C660\" alt=\"gridsby\" class=\"aligncenter size-full wp-image-41560\" /></a></p>\n<p>Gridsby was created to be flexible and easy for users to personalize. The theme includes a impressive array of customization options available in the native customizer, including:</p>\n<ul>\n<li>Upload a logo to replace the default site name and description in the header</li>\n<li>Upload your site favicon and Apple Icons</li>\n<li>Add social media links and customize icon color and hover color</li>\n<li>Hide gallery and/or blog section on the homepage</li>\n<li>Display your posts in ascending or descending order</li>\n<li>Customize View More button text and gallery button URL</li>\n<li>Show/hide homepage widgets, set number of columns and customize widgets background and button text</li>\n<li>Add footer contact info</li>\n<li>Customize typography with a selection of Google fonts</li>\n<li>Customize colors for text, links, blockquotes, accents, navigation, etc.</li>\n<li>Set blog excerpt length and Read More text</li>\n<li>Add a background image</li>\n</ul>\n<p>Due to its unusually long list of customization options, Gridsby authors created documentation, including tutorial videos for setting up its various features. The documentation is easily accessible from the WordPress admin under the Appearance menu:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/gridsby-documentation.jpg\" rel=\"prettyphoto[41558]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/gridsby-documentation.jpg?resize=907%2C418\" alt=\"gridsby-documentation\" class=\"aligncenter size-full wp-image-41608\" /></a></p>\n<p>Gridsby works nicely as a theme for displaying photographs but could easily be tailored to work as a portfolio or similar visual showcase. I would not advise using this theme unless you are committed to procuring large images for the galleries and blog post featured images. Check out a <a href=\"http://modernthemes.net/demo/gridsbywp/\" target=\"_blank\">live demo</a> to see the theme in action, and you’ll get an idea of how reliant it is on large images in posts.</p>\n<p>If you’re looking for a new way to showcase your work, Gridsby is an excellent option that also allows you to maintain a blog alongside your images. <a href=\"https://wordpress.org/themes/gridsby/\" target=\"_blank\">Download</a> it 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:\"Mon, 06 Apr 2015 21:19:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:67:\"WPTavern: ThemeReview.co Expands Services to Include Plugin Reviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=41555\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/themereview-co-expands-services-to-include-plugin-reviews\";s: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:4212:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/red-pen.jpg\" rel=\"prettyphoto[41555]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/red-pen.jpg?resize=1024%2C500\" alt=\"photo credit: pollas - cc\" class=\"size-full wp-image-37241\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/pollas/526544001/\">pollas</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p><a href=\"http://themereview.co/\" target=\"_blank\">ThemeReview.co</a> partners Emil Uzelac and Justin Tadlock <a href=\"http://themereview.co/were-now-accepting-plugins/\" target=\"_blank\">announced</a> over the weekend that the service is expanding to include plugin reviews. The professional theme review service launched at the beginning of January and has been growing steadily, thanks in part to <a href=\"http://wptavern.com/themereview-co-inks-strategic-deal-with-studiopress-and-envato\" target=\"_blank\">strategic recommendations from Envato and StudioPress</a>.</p>\n<p>Uzelac and Tadlock are both senior reviewers at WordPress.org, and Tadlock is also a prolific plugin developer and co-author of <a href=\"http://www.amazon.com/Professional-WordPress-Plugin-Development-Williams/dp/0470916222\" target=\"_blank\">Professional WordPress Plugin Development</a>. The two are currently testing the waters in branching out into plugin reviews and will only be accepting a limited number of customers until they’ve nailed down a definitive pricing structure.</p>\n<p>“People have been asking about plugin reviews since day 1,” Tadlock told the Tavern. “It’s something we’ve both been thinking about. Therefore, we decided to do a soft launch of the service. We need to get a few reviews under our belt to <em>standardize</em> our service, so to speak.”</p>\n<p>ThemeReview.co will be using <a href=\"https://codex.wordpress.org/WordPress_Coding_Standards\" target=\"_blank\">WordPress Coding Standards</a> as the basic criteria for plugin reviews. However, plugin architecture is less rigorously regulated than theme code.</p>\n<p>“Obviously, there’s no standard set of guidelines like we have with themes,” Tadlock said.</p>\n<p>“I don’t think you could create those guidelines. Plugins are so vastly different that there’s no way to know what we’ll be reviewing from one plugin to the next. However, some things we’ve done with theme reviews will carry over into plugins such as using standard WordPress APIs, validating/sanitizing data, and licensing.”</p>\n<p>If you’re in the WordPress code quality review business, then plugin developers are a vast market you would be remiss to leave untapped. If you take WordPress.org as an example, themes make up roughly 10% of listings (~3,000) as compared to plugins (~37,000). Outside of WordPress.org’s small selection of extensions, there are thousands more products, both commercial and free.</p>\n<p>So far, the theme review aspect of the business has been moderately successful. “We’ve made more than Theme Hybrid, my first foray into a professional WordPress service, did in it’s first few months,” Tadlock said. “However, we’re not quite at that point of where Emil and I could do this full time yet.”</p>\n<p>As plugins are the very close cousin of themes, their addition is a natural pivot for the theme review duo. Plugin products have also increasingly become a larger portion of the profits for theme development shops, such as WooThemes and iThemes.</p>\n<p>“I’m actually more excited about plugin reviews because it’s a bit like venturing out into the Wild West,” Tadlock said.</p>\n<p>While respected plugin developers such as Pippin Williamson have offered contract assistance in helping plugin authors review and improve their work, no business has tackled plugin code reviews as one of its primary services. <a href=\"http://themereview.co/\" target=\"_blank\">ThemeReview.co</a> will be the first to attempt to standardize this process. For the time being, the company will provide custom quotes for reviews, based on the amount and complexity of the 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:\"Mon, 06 Apr 2015 17:04:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:16:\"Matt: Meat Drunk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44905\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://ma.tt/2015/04/meat-drunk/\";s: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:131:\"<p>Have you heard <em><a href=\"http://modernfarmer.com/2014/09/meat-drunk-bbq-expert-much-good-thing/\">of being meat drunk</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, 05 Apr 2015 21:26:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:27:\"Matt: Alcohol or Marijuana?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44908\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2015/04/alcohol-or-marijuana/\";s: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:380:\"<blockquote><p>It would be nice to imagine your children won’t abuse any substances, but also unrealistic. The question is what to warn them against most strongly.</p></blockquote>\n<p>Aaron Carroll asks <a href=\"http://www.nytimes.com/2015/03/17/upshot/alcohol-or-marijuana-a-pediatrician-faces-the-question.html\">Alcohol or Marijuana? A Pediatrician Faces the Question</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:\"Sat, 04 Apr 2015 21:34:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:40:\"Matt: 9 Truths Computer Programmers know\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44894\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2015/04/9-truths-computer-programmers-know/\";s: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:183:\"<p><a href=\"http://macleodsawyer.com/2015/03/06/nine-truths-computer-programmers-know-that-most-people-dont/\">9 truths that computer programmers know that most people don’t</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 Apr 2015 21:23:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:76:\"WPTavern: PressThis Revamped with a New User Interface and Minimalist Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=41517\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wptavern.com/pressthis-revamped-with-a-new-user-interface-and-minimalist-design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4579:\"<p><a title=\"https://codex.wordpress.org/Press_This\" href=\"https://codex.wordpress.org/Press_This\">PressThis</a> is a bookmarklet that allows you to quickly publish drafts or posts without having to navigate the backend of WordPress. It was added to WordPress in version 2.6 and can be found in the Tools menu.</p>\n<p>One of the major features coming in WordPress 4.2 is a completely revamped PressThis bookmarklet. Michael Arestad <a title=\"https://make.wordpress.org/core/2015/02/18/press-this-revamp-merge-proposal/\" href=\"https://make.wordpress.org/core/2015/02/18/press-this-revamp-merge-proposal/\">proposed the revamp</a> back in February and more than 15 contributors have helped out with the project.</p>\n\n<a href=\"http://wptavern.com/pressthis-revamped-with-a-new-user-interface-and-minimalist-design/oldpressthis\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/OldPressThis.png?fit=500%2C500\" class=\"attachment-large\" alt=\"Old PressThis\" /></a>\n<a href=\"http://wptavern.com/pressthis-revamped-with-a-new-user-interface-and-minimalist-design/newpressthis\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/NewPressThis.png?fit=500%2C500\" class=\"attachment-large\" alt=\"New PressThis\" /></a>\n\n<p>As you can see from the screenshots above (old PressThis on the left and new PressThis on the right), PressThis has a new user interface and minimalist design. Post meta boxes are replaced with menus that slide from left to right when clicked. The post editor has the bare essential formatting buttons and the add media button is in the bottom left corner.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/NewPressThisWithContent.png\" rel=\"prettyphoto[41517]\"><img class=\"size-full wp-image-41529\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/NewPressThisWithContent.png?resize=1025%2C857\" alt=\"New PressThis With Content\" /></a>New PressThis With Content\n<p>When you select PressThis on a post or page, the title, source, and highlighted content will automatically be inserted into the editor. If the article uses images, you’ll see a list of ones to choose from below the post title.</p>\n<p>Although images are initially inserted using a URL, they’re automatically uploaded to the local WordPress media library once a post is published or saved as a draft. Not only is this a convenient feature, but it also prevents <a title=\"http://simple.wikipedia.org/wiki/Hotlinking\" href=\"http://simple.wikipedia.org/wiki/Hotlinking\">hot linking</a>.</p>\n<p>While testing PressThis, I found it to be fast and a pleasure to use. If you plan on using it as your primary post editor, keep in mind that it doesn’t have a way to add featured images. It’s possible this will be added in a future version.</p>\n<h2>PressThis is More Than Just a Bookmarklet</h2>\n<p>While using PressThis, I discovered that it’s more than just a bookmarklet; it’s also an experimental post editor. It gives the core team a chance to experiment with different content authoring approaches without interrupting the core experience.</p>\n<p>George Stephanis, who is one of the project’s contributors, says PressThis could potentially turn into a multi-blog browser extension.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"https://twitter.com/jeffr0\">@jeffr0</a> As it\'s primarily an api consumer, it can also be turned into a multi blog browser extension.</p>\n<p>— George Stephanis (@daljo628) <a href=\"https://twitter.com/daljo628/status/584086709597405184\">April 3, 2015</a></p></blockquote>\n<p></p>\n<p>One of the biggest drawbacks to PressThis is that you can’t use it to publish to multiple sites. Arestad says the ability to switch sites is on the roadmap. With the ability to switch sites, PressThis could turn into a closely tied third-party blogging application tailored exclusively for WordPress.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"https://twitter.com/daljo628\">@daljo628</a> <a href=\"https://twitter.com/jeffr0\">@jeffr0</a> <a href=\"https://twitter.com/stephdau\">@stephdau</a> Allowing site switching is an eventual goal. :)</p>\n<p>— Michael Arestad (@michaelarestad) <a href=\"https://twitter.com/michaelarestad/status/584088583666995201\">April 3, 2015</a></p></blockquote>\n<p></p>\n<p>I’m excited about what the future holds for PressThis. It’s been neglected for years, but it could turn into one of the most useful parts of WordPress. I encourage you to try it when WordPress 4.2 is released later this 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:\"Fri, 03 Apr 2015 21:04:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:70:\"WPTavern: New Plugin Forces BuddyPress Users to Upload a Profile Photo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=41463\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/new-plugin-forces-buddypress-users-to-upload-a-profile-photo\";s: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:2352:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/photo.jpg\" rel=\"prettyphoto[41463]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/photo.jpg?resize=960%2C468\" alt=\"photo\" class=\"aligncenter size-full wp-image-41543\" /></a></p>\n<p>When a social network is filled with mystery man avatars, it can give the impression that the site is a ghost town, overrun with spam users. Sometimes members are too lazy to upload a profile photo, no matter how many friendly prompts you try to offer.</p>\n<p>Missing profile images makes for ugly directory pages and less colorful BuddyPress widgets. It makes it seem like users aren’t invested enough in your site to bother with having an avatar. A widespread lack of avatars has a subtle damaging effect on both members and non-members’ perceptions of your community.</p>\n<p>That’s why Brajesh Singh, owner of <a href=\"http://buddydev.com/\" target=\"_blank\">BuddyDev</a>, created the <a href=\"http://buddydev.com/plugins/bp-force-profile-photo/\" target=\"_blank\">BuddyPress Force Profile Photo</a> plugin. It requires logged-in users to upload a profile image as the bare minimum requirement to visit any page on your site.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/buddypress-force-profile-photo.png\" rel=\"prettyphoto[41463]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/buddypress-force-profile-photo.png?resize=569%2C337\" alt=\"buddypress-force-profile-photo\" class=\"aligncenter size-full wp-image-41535\" /></a></p>\n<p>If a user hasn’t uploaded a profile photo, he will be redirected to the upload screen upon logging in. Trying to visit any other page will result in being redirected back to the profile photo upload page at:</p>\n<p><code>/members/[username]/profile/change-avatar/</code></p>\n<p>If the user then deletes his profile photo and doesn’t add a new one, the plugin will detect that there is no photo and will restrict access to the site again.</p>\n<p>Forcing users to add a profile photo is a drastic measure, but for some communities it might be the only thing that works. Install the free <a href=\"http://buddydev.com/plugins/bp-force-profile-photo/\" target=\"_blank\">BuddyPress Force Profile Photo</a> and you’ll never have to see mystery man avatars on your site again.</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 Apr 2015 20:51: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: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: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:72:\"WPTavern: Donnacha MacGloinn Predicts the End of the Webhosting Industry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=41480\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/donnacha-macgloinn-predicts-the-end-of-the-webhosting-industry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2896:\"<p>Donnacha MacGloinn published an excellent post on WPMayor.com predicting the <a title=\"http://www.wpmayor.com/the-end-of-the-web-hosting-industry/\" href=\"http://www.wpmayor.com/the-end-of-the-web-hosting-industry/\">end of the webhosting industry</a>. Although he talks about the industry as a whole, MacGloinn says the need for specialized WordPress hosting is quickly disappearing.</p>\n<blockquote><p><span class=\"s1\">With the lingering perception that this stuff must be difficult, and the customer’s delight with all that WordPress can do these days, the specialist WordPress hosts get a lot more credit than they deserve.</span></p>\n<p><span class=\"s1\">The problem is that modern technologies are rapidly rendering their role unnecessary. Anyone can now go to Linode or Digital Ocean and fire up their own VPS (Virtual Private Server) within half a minute, for a fraction of the approximately $30 cost of the most basic, one-WordPress-installation package from a specialist WordPress host. </span></p>\n<p><span class=\"s1\">The VPS user can then use Docker or a similar technology to instantly install all they need for any number of secure, optimized installations of WordPress, all running with more memory, storage and bandwidth. The dirty secret of the specialist WordPress hosting industry: this is exactly what most of them are doing themselves.</span></p></blockquote>\n<p>If specialized WordPress hosts rely on cloud infrastructure services like Amazon Web Services and charge a premium to customers, what stops Amazon from providing a great managed WordPress hosting experience, thereby eliminating the middleman? As MacGloinn points out, Amazon, Google, and Microsoft have already made moves to provide the best out-of-the box experience.</p>\n<blockquote><p><span class=\"s1\">Just last Friday, Google announced Google Cloud Launcher, enabling push-button deployment of over 120 top Open Source applications, including WordPress, to the Google Cloud Platform. Just two days before that, Microsoft launched the Azure App Service, which does essentially the same thing from a slightly different angle.</span></p></blockquote>\n<p>VPS (Virtual Private Servers) and other technical jargon is scary to a lot of people, but if companies like Amazon, Google, and Microsoft can provide a great out-of-the box experience and charge a significantly lower price compared to specialized hosts, it’s possible the managed WordPress hosting space could disappear.</p>\n<p>The article has a <a title=\"http://www.wpmayor.com/the-end-of-the-web-hosting-industry/#comments\" href=\"http://www.wpmayor.com/the-end-of-the-web-hosting-industry/#comments\">few comments</a> from readers and offers a lot of food for thought, but I really want to hear from those who own and operate specialized WordPress hosting companies. Do you think MacGloinn is on to something, or is his prediction way off base?</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 Apr 2015 18:19:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:68:\"Post Status: The Excerpt Episode 3 — WordPress news with Beka Rice\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/?p=12208\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/the-excerpt-episode-3-wordpress-news-with-beka-rice/\";s: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:2238:\"<p>Welcome to <a href=\"https://poststatus.com/category/draft/the-excerpt/\">The Excerpt</a> Episode 3, part of the <a href=\"https://poststatus.com/category/draft/\">Post Status Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>. Draft consists of two formats: long form interviews like I’ve done for a long time, and The Excerpt for a summary of news around the WordPress ecosystem.</p>\n<p>With The Excerpt, we cover a few of our favorite stories from the <a title=\"Post Status Membership Club\" href=\"https://poststatus.com/club/\">Post Status Club</a> over the last week or two. The primary goal is to keep it short and informational: we keep the podcast to around 15 minutes.</p>\n<p>In Episode 3, I’m joined by <a title=\"Beka Rice\" href=\"https://poststatus.com/profiles/beka-rice/\">Beka Rice</a>, who writes the excellent eCommerce blog <a href=\"http://sellwithwp.com\">SellWithWP</a> and is a partner at eCommerce company <a href=\"https://www.skyverge.com/\">SkyVerge</a>.</p>\n<p>Listen now:</p>\n<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"http://audio.simplecast.fm/9886.mp3\">http://audio.simplecast.fm/9886.mp3</a>\n<p><a href=\"http://audio.simplecast.fm/9886.mp3\">Direct Download</a></p>\n<p>Stories discussed:</p>\n<ul>\n<li><a href=\"https://me.sh\">Mesh</a> by Automattic, an in-progress app I discovered by accident.</li>\n<li>Release <a href=\"https://make.wordpress.org/core/2015/04/01/release-leads-for-wordpress-4-3-and-4-4/\">leads for WordPress 4.3, and 4.4 were announced</a>.</li>\n<li>April Fools’ <a href=\"https://poststatus.com/notes/april-fools-roundup/\">roundup</a> (Club only, but we talk about them individually), including my own about <a title=\"WordPress to be bundled in Jetpack with mission to power 50% of the web\" href=\"https://poststatus.com/wordpress-jetpack-bundle/\">Jetpack bundling WordPress</a>.</li>\n<li>A <a href=\"https://poststatus.com/notes/a-theme-shop-year-in-review/\">theme shop’s year in review</a>. I also covered this <a title=\"A theme shop year in review\" href=\"https://poststatus.com/notes/a-theme-shop-year-in-review/\">in the Club</a>.</li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Apr 2015 18:06:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:58:\"WPTavern: Add a Favorite Button to Any WordPress Post Type\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40043\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wptavern.com/add-favorite-buttons-to-any-wordpress-post-type\";s: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:5781:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/favorite.jpg\" rel=\"prettyphoto[40043]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/favorite.jpg?resize=958%2C478\" alt=\"favorite\" class=\"aligncenter size-full wp-image-41482\" /></a></p>\n<p>Twitter users have often asked the question: <em>“What does it mean to favorite a tweet?”</em> The act of favoriting can communicate any number of things depending on the context, such as bookmarking, agreeing, showing support, or responding to a mention.</p>\n<p>UK researchers studying the favoriting feature on Twitter discovered that users could identify more than 25 distinct motivations for favoriting a tweet. Their qualitative analysis, titled <a href=\"http://www.cs.nott.ac.uk/~mlw/pubs/icwsm2014-favouriting.pdf\" target=\"_blank\">More than Liking and Bookmarking? Towards Understanding Twitter Favouriting Behaviour</a>, dissects the various motivations for using the feature:</p>\n<blockquote><p>The survey responses from these users demonstrate that motives for favouriting tweets are extremely heterogeneous and not always consistent within and between users.</p></blockquote>\n<p>Although many other apps and websites have offered favoriting for years, this study on Twitter favoriting was one of the first to reveal just how complex and nuanced the feature can become in the hands of users.</p>\n<h3>Add Favorites to WordPress Posts</h3>\n<p>Favoriting is a subjective activity that is interpreted purely by individual motivation. The simple act of pushing a button results in a myriad of functional and communicative uses, making it one of the more interesting interactive features that you can add to your WordPress site.</p>\n<p>Favoriting capabilities are especially important when it comes to custom post types. Not every site needs this feature, but it is particularly helpful for those with large amounts of content stored in custom post types, such as books, recipes, movies, jobs, or real estate listings.</p>\n<p><a href=\"https://wordpress.org/plugins/favorites/\" target=\"_blank\">Favorites</a> is a new plugin that was released last month on WordPress.org. It is easy for end users to set up but was also created with developers in mind. The plugin provides an API for adding a favorite button to any post type.</p>\n<p>The Favorites settings panel allows you to select the post types where you want favoriting functionality to apply. You can also customize the button text in order to make it suitable for bookmarking, liking, favoriting, or any other similar use.</p>\n<p>Favorites will automatically add a favorite button at the top or bottom of your posts. The button intuitively takes on the styles of your active theme, as you can see in this example with the <a href=\"http://wptavern.com/hew-a-free-wordpress-blogging-theme-inspired-by-ryu\">Hew</a> theme:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/favorite-button-on-post.jpg\" rel=\"prettyphoto[40043]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/favorite-button-on-post.jpg?resize=837%2C504\" alt=\"favorite-button-on-post\" class=\"aligncenter size-full wp-image-41485\" /></a></p>\n<p>Use of the plugin requires WordPress version 3.8+ and PHP version 5.3.2+. <a href=\"https://profiles.wordpress.org/kylephillips\" target=\"_blank\">Kyle Phillips</a>, author of Favorites, summarized the features to include the following:</p>\n<ul>\n<li><strong>Use with Any Post Type</strong> – Enable or disable favorite functionality per post type while automatically adding a favorite button before and/or after the content. Alternatively, you can use the included functions to display the button anywhere in your template.</li>\n<li><strong>Available for All Users</strong> – Don’t want to hide functionality behind a login? Favorites includes an option to save anonymous users’ favorites by either Session or Cookie. Logged-In users’ favorites are also saved as user meta.</li>\n<li><strong>Designed for Developers</strong> – Favorites works great out of the box for beginners, but a full set of template functions unlocks just about any sort of custom functionality developers may need. Favorites outputs the minimum amount of markup needed, putting the style and control in your hands.</li>\n</ul>\n<p>Phillip set up the <a href=\"https://favoriteposts.com/\" target=\"_blank\">favoriteposts.com</a> site to house documentation for the plugin, including options, settings, available shortcodes, and a function reference for outputting the button, favorite counts, and a list of user favorites.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/screenshot-3.png\" rel=\"prettyphoto[40043]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/screenshot-3.png?resize=900%2C726\" alt=\"screenshot-3\" class=\"aligncenter size-full wp-image-41495\" /></a></p>\n<p>If you’re wondering if Favorites is compatible with your caching solution, the short answer is ‘yes,’ according to the plugin’s FAQ page:</p>\n<blockquote><p>Yes, although the buttons may display the incorrect state momentarily. Button states are updated via an AJAX call after page load in order to accommodate cached pages. This may be noticeable on slower servers.</p></blockquote>\n<p>After having tried many different post bookmarking plugins for WordPress, I found Favorites to be the easiest one to use with the most intuitive button display. If you want to test the plugin without installing it, try out a live demo on <a href=\"https://favoriteposts.com/\" target=\"_blank\">favoriteposts.com</a>. Favorites is GPL-licensed and available for free on <a href=\"https://wordpress.org/plugins/favorites/\" target=\"_blank\">WordPress.org</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Apr 2015 18:03:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:97:\"WPTavern: Venturing Outside the Bubble: WordPress Community Members Attend PHP UK 2015 Conference\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=41406\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://wptavern.com/venturing-outside-the-bubble-wordpress-community-members-attend-php-uk-2015-conference\";s: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:6594:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/php-uk.jpg\" rel=\"prettyphoto[41406]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/php-uk.jpg?resize=1025%2C499\" alt=\"php-uk\" class=\"aligncenter size-full wp-image-41447\" /></a></p>\n<p>The <a href=\"http://phpconference.co.uk/\" target=\"_blank\">PHP UK Conference</a> celebrated its 10th annual event this year at the end of February. More than 700 participants gathered in London to share knowledge and experiences surrounding PHP and related web technologies.</p>\n<p>WordPress community members <a href=\"https://twitter.com/miss_jwo\" target=\"_blank\">Jenny Wong</a> and <a href=\"http://aaron.jorb.in/\" target=\"_blank\">Aaron Jorbin</a> both spoke at the conference and the videos have just been released today. During Wong’s keynote presentation, titled “Integrating Communities,” she told the story of how she learned PHP by attending local user groups, asking questions, and embracing the community. Her session encouraged those in attendance to build bridges between technology communities.</p>\n<p><span class=\"embed-youtube\"></span></p>\n<p>Wong came to WordPress from the PHP community and her presentation addressed the friction that is often present between the two. I spoke with her about the inspiration behind her topic and the deeper issues underlying the general lack of understanding between the two communities.</p>\n<p>“Lots of people have used WordPress when it was young – maybe before all the beautiful UI came in,” she said. “I am not one of those people, but I’ve heard the stories of how bad the UX was.</p>\n<p>“Some people learned to live with it and became part of the WP community; some people hated it and left. The people who left have a particular ideal of WordPress from their very old experience and unless we as a community reach out to them, their perceptions will not change.”</p>\n<p>She believes that WordPress contributors should strive to attend and speak at non-WordCamp conferences to learn from and experience other communities.</p>\n<p>“Inside the WP community I often hear, ‘How do you become better at PHP?’ <span class=\"pullquote alignleft\">We need to show them that the WP community is welcomed by the PHP community and that it is not a scary place</span>,” she said.</p>\n<p>The situation is gradually improving across many events, as ZendCon <a href=\"https://twitter.com/zendcon/status/583638815237087232\" target=\"_blank\">announced</a> today that it will be including a WordPress track. WordPress community members made an effort to attend <a href=\"http://world.phparch.com/\" target=\"_blank\">PHP World 2014</a>, PHP developer <a href=\"http://www.lornajane.net/\" target=\"_blank\">Lorna Jane Mitchell</a> spoke at WordCamp London, and PHP South West (a user group in the UK) recently had a joint night with the <a href=\"http://www.meetup.com/Bristol-WordPress-People/\" target=\"_blank\">Bristol WordPress People</a> user group.</p>\n<p>“We’re seeing more and more of this cross pollination, at least between the WP and PHP community, slowly,” Wong said.</p>\n<h3>Venturing Outside the WordPress Community</h3>\n<p>Speaking at WordCamps is an excellent way to give back and connect with others in the community, but the value of venturing outside of the WordPress bubble is often overlooked. Aaron Jorbin attended the PHP UK conference knowing only one person.</p>\n<p>“I think there is a personal benefit in putting ourselves in situations we aren’t automatically comfortable,” he said. “I’m used to knowing a lot of people at events. Knowing only one person before hand helps me do a better job of empathizing with people that feel like outsiders at WordPress events. <span class=\"pullquote alignleft\">If we want to do a better job of creating diversity, it’s good to feel the problems people feel when they don’t feel like they belong.</span>”</p>\n<p>Jorbin spoke on Modernizing the WordPress Toolbox. His presentation goes far beyond the topic of modernizing WordPress’ build tools to include his passion for removing barriers to contributing to the project. Jorbin also delved deeper into the reasons behind the project’s selection of certain tools.</p>\n<p><span class=\"embed-youtube\"></span></p>\n<p>“We as a community need to do a better job of both getting out there and bringing people in,” Jorbin said. “This is something that we have improved over the last few years (Nacin keynoting PHP Tech, Joe Dolson and Joseph O’Connor at CSUN, Mel Choyce, Nacin and myself at OS Bridge, etc.), but we have a long way to go.”</p>\n<p>Currently, going outside of the WordPress space usually means that you will encounter some negative opinions about WordPress. Jorbin said that these are largely born out of a lack of knowledge of WordPress and why contributors make the decisions that they make.</p>\n<p>“PHP developers hear things like PHP 5.2 as a minimum and write us off,” he said. “When they hear that 1) We run just fine on PHP 5.6, and 2) are already running our automated tests on php7, and 3) that we do it based on our user focused philosophies, they understand it and actually gain a lot of respect for us.”</p>\n<p>Beyond combating negative opinions of the software, Jorbin believes that the WordPress community can find a wealth of knowledge outside of WordCamps.</p>\n<p>“Another benefit is hearing how other projects are solving problems helps WordPress solve problems,” he said. “Hearing about <a href=\"http://drupalladder.org/\" target=\"_blank\">The Drupal Ladder</a> influences how I think about on-boarding new contributors. Hearing about how Etsy started using HHVM helps me get ideas for rolling out HHVM on WordPress sites.”</p>\n<p>If you make the effort to venture outside of your usual networks, you will undoubtedly encounter situations wherein your skills of diplomacy and bridge-building will be sharpened, as both Wong and Jorbin found at the PHP UK conference. However, the value gained in connecting with other communities far outweighs the challenges. The WordPress community has a great deal to share with the world, but it is also enriched by other technologies.</p>\n<p>If you already speak at multiple WordCamps per year, here’s a new challenge for 2015: Speak at a conference outside the WordPress bubble where you may not know many people. Who knows who you’ll meet or what you might learn?</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 Apr 2015 23:37:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:27:\"Matt: Warped Silicon Valley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44898\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://ma.tt/2015/04/warped-silicon-valley/\";s: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:441:\"<p>As a counterpoint to yesterday’s link to the Declaration of the Independence of Cyberspace, here’s a Washington Post story, <a href=\"http://www.washingtonpost.com/opinions/how-one-mans-utopian-vision-for-the-internet-conquered-and-then-badly-warped-silicon-valley/2015/03/20/7dbe39f8-cdab-11e4-a2a7-9517a3a70506_story.html\">Meet the man whose utopian vision for the Internet conquered, and then warped, Silicon Valley</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Apr 2015 20:41:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:71:\"WPTavern: Display Sheet Music in WordPress With the ABC Notation 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=41412\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wptavern.com/display-sheet-music-in-wordpress-with-the-abc-notation-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:1777:\"<p>If you’re a musician or a music teacher and want to show sheet music in WordPress, you might be interested in a new plugin <a title=\"http://wordpress.paulrosen.net/plugins/abc-notation/\" href=\"http://wordpress.paulrosen.net/plugins/abc-notation/\">developed by Paul Rosen</a> called <a title=\"https://wordpress.org/plugins/abc-notation/\" href=\"https://wordpress.org/plugins/abc-notation/\">ABC Notation</a>. ABC Notation uses <a title=\"http://abcjs.net/\" href=\"http://abcjs.net/\">ABCjs,</a> an open source ABC music notation JavaScript library that renders sheet music.</p>\n<p>To render sheet music, simply add the string you’d like to render between the [abcjs] shortcode. If you’re not familiar with the proper syntax to use, <a title=\"http://abcnotation.com/blog/2010/01/31/how-to-understand-abc-the-basics/\" href=\"http://abcnotation.com/blog/2010/01/31/how-to-understand-abc-the-basics/\">ABCNotation.com has a good article</a> that explains the basics. The string that is used in the shortcode is passed to the ABCjs library, which translates and renders it into an SVG element.</p>\n<p>Here’s an example of ABC Notation in action. The first image shows the string while the second shows the rendered output.</p>\n<a href=\"http://wptavern.com/display-sheet-music-in-wordpress-with-the-abc-notation-plugin#gallery-41412-1-slideshow\">Click to view slideshow.</a>\n<p>ABC Notation is an excellent example of a plugin that might not have a large audience, but will come in handy to those who need it. I tested it on WordPress 4.2 beta 3 and didn’t encounter any issues. You can <a title=\"https://wordpress.org/plugins/abc-notation/\" href=\"https://wordpress.org/plugins/abc-notation/\">download it for free</a> from the WordPress plugin directory.</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 Apr 2015 20:06:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:78:\"WPTavern: WPWeekly Episode 186 – Inspirational Conversation With Lewis Howes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=41403&preview_id=41403\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://wptavern.com/wpweekly-episode-186-inspirational-conversation-with-lewis-howes\";s: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:3012:\"<p>In this episode of WordPress Weekly, <a title=\"http://marcuscouch.com/\" href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a title=\"http://lewishowes.com/\" href=\"http://lewishowes.com/\">Lewis Howes</a>, host of the <a title=\"https://itunes.apple.com/us/podcast/the-school-of-greatness/id596047499\" href=\"https://itunes.apple.com/us/podcast/the-school-of-greatness/id596047499\">School of Greatness</a> podcast. Lewis shares his story of achieving his lifelong dream of becoming a professional football player, only to have it crushed by an injury. Without a backup plan in place and limited skills, Lewis became depressed and suffered some financial hardships.</p>\n<p>Thanks to WordPress and influential people like Syed Balkhi, Tim Ferriss, and Joel Comm, Lewis was able to reinvent himself into a motivational speaker and a highly successful content marketer. Lewis has been featured in Forbes magazine, FastCompany, Time, ESPN, and several other publications.</p>\n<h2>Stories Discussed:</h2>\n<p><a title=\"http://studio.envato.com/explore/content-writing\" href=\"http://studio.envato.com/explore/content-writing\">Envato Launches Content Writing Service</a><br />\n<a title=\"http://blog.vaultpress.com/2015/04/01/restore-via-carrier-pigeon/\" href=\"http://blog.vaultpress.com/2015/04/01/restore-via-carrier-pigeon/\">VaultPress Now Offers WordPress Site Restores via Carrier Pigeon</a><br />\n<a title=\"http://recode.net/2015/04/01/godaddy-goes-public-today/\" href=\"http://recode.net/2015/04/01/godaddy-goes-public-today/\">Godaddy.com Goes Public</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a title=\"https://wordpress.org/plugins/auto-menu-from-pages/\" href=\"https://wordpress.org/plugins/auto-menu-from-pages/\">Auto Menu From Pages</a> automatically generates a WordPress navigation menu that matches your page order and hierarchy.</p>\n<p><a title=\"https://wordpress.org/plugins/remove-wp-branding/\" href=\"https://wordpress.org/plugins/remove-wp-branding/\">Remove WP Branding</a> replaces logos, links, and text with your own. It also adds two new widgets to the dashboard.</p>\n<p><a title=\"https://wordpress.org/plugins/abc-notation/\" href=\"https://wordpress.org/plugins/abc-notation/\">ABC Notation</a> enables you to include sheet music on your WordPress site by simply specifying the ABC style string using shortcodes.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, April 8th 9:30 P.M. Eastern</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 #186:</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:\"Thu, 02 Apr 2015 17:29: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:13:\"Jeff Chandler\";s: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:62:\"WPTavern: Hew: A Free WordPress Blogging Theme Inspired by Ryu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=41372\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wptavern.com/hew-a-free-wordpress-blogging-theme-inspired-by-ryu\";s: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:3498:\"<p><a href=\"https://wordpress.org/themes/hew/\" target=\"_blank\">Hew</a> is Automattic’s <a href=\"https://wordpress.org/themes/author/automattic/\" target=\"_blank\">67th</a> free theme release on WordPress.org. The new theme, designed by <a href=\"http://soakingupthelight.wordpress.com/\" target=\"_blank\">Ola Laczek</a>, was inspired by <a href=\"https://wordpress.com/themes/ryu\" target=\"_blank\">Ryu</a>, a classic among personal blogging themes. Ryu was released two years ago and for awhile it seemed like everyone was using it.</p>\n<p>Hew brings that same clean, identity-focused design that features the author’s Gravatar at the top with posts directly beneath. The ability to immediately brand the blog for yourself is one of the design aspects that made Ryu such a hit.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/hew.png\" rel=\"prettyphoto[41372]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/hew.png?resize=880%2C660\" alt=\"hew\" class=\"aligncenter size-full wp-image-41381\" /></a></p>\n<p>Laczek explained her inspiration for Hew in an interview with the <a href=\"http://themeshaper.com/2015/03/31/hew/\" target=\"_blank\">ThemeShaper</a> blog:</p>\n<blockquote><p>Ryu was my initial inspiration for Hew. I wanted to create a personal-blogging theme which shows an author’s identity – via Gravatar logo and social media links in the header – while staying focused on their content.</p></blockquote>\n<p>The theme includes one optional custom menu in the top bar, which is displayed to the left of the social links menu. Hew keeps the focus on content by hiding all four of its widget areas within a slide-out top panel.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/hew-top-widgets.png\" rel=\"prettyphoto[41372]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/hew-top-widgets.png?resize=640%2C284\" alt=\"hew-top-widgets\" class=\"aligncenter size-full wp-image-41388\" /></a></p>\n<p>As is the case with virtually every other recent theme release from WordPress.com, Hew includes support for post formats. The theme prominently features post format icons at the top of every post. Each format has its own subtle differences in style.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/hew-quote-post-formats.jpg\" rel=\"prettyphoto[41372]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/hew-quote-post-formats.jpg?resize=986%2C421\" alt=\"hew-quote-post-formats\" class=\"aligncenter size-full wp-image-41392\" /></a></p>\n<p>Hew’s customizer options include the ability to change the header image from your Gravatar to something else, as well as the ability to customize the background and header text color. If you’re hoping to be able to change the yellow highlight color used throughout the theme, I didn’t see an easy option to do this. You’ll need to create your own child theme if you want to further customize it.</p>\n<p>Check out the <a href=\"https://hewdemo.wordpress.com/\" target=\"_blank\">live demo</a> on WordPress.com to see the theme in action.</p>\n<p>Hew is essentially the colorful successor to the popular Ryu theme and is on its way to becoming equally as popular. It is rapidly approaching 1,000 downloads after less than a week on WordPress.org. If you need a fresh new look for your personal blog, take <a href=\"https://wordpress.org/themes/hew/\" target=\"_blank\">Hew</a> for a test drive to see what you think.</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 Apr 2015 16:27: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: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: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:61:\"WPTavern: Meet Wapuujlo, Official Mascot of WordCamp Belgrade\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=41319\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/meet-wapuujlo-official-mascot-of-wordcamp-belgrade\";s: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:5126:\"<p>The trend of WordCamps creating their own custom <a href=\"https://github.com/jawordpressorg/wapuu\" target=\"_blank\">wapuu</a> design is starting to catch momentum. The GPL-licensed creature originated in Japan and variations have been used to personalize branding for Japanese meetups and WordCamps for years.</p>\n<p>Last week we featured <a href=\"http://wptavern.com/scott-evans-on-designing-the-punk-wapuu-for-wordcamp-london-2015\" target=\"_blank\">WordCamp London’s custom wapuu design</a>, which is fondly dubbed “Wapuunk.” That same weekend <a href=\"http://philly.wordcamp.org/2015/\" target=\"_blank\">WordCamp Philly</a> organizers previewed their <a href=\"https://twitter.com/LilJimmi/status/579666510945214464\" target=\"_blank\">Philadelphia-inspired collection</a> of designs for the creature on Twitter, including a Rocky wapuu.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/wapuu-variations.jpg\" rel=\"prettyphoto[41319]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/wapuu-variations.jpg?resize=1025%2C433\" alt=\"wapuu-variations\" class=\"aligncenter size-full wp-image-41338\" /></a></p>\n<p><a href=\"http://belgrade.wordcamp.org/2015/\" target=\"_blank\">WordCamp Belgrade</a> is coming up the weekend of April 18-19, and the organizers have a special variation of wapuu planned. They are calling the Serbian version “Wapuujlo.”</p>\n<p>“It has a traditional Serbian hat and it’s holding a plum, as plums are Serbia’s national emblem,” co-organizer Milan Ivanović told the Tavern.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/Wapuujlo.png\" rel=\"prettyphoto[41319]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/Wapuujlo.png?resize=281%2C300\" alt=\"Wapuujlo\" class=\"alignright size-medium wp-image-41324\" /></a>The team plans to present Wapuujlo as the official mascot of the event and will be printing stickers. <a href=\"https://twitter.com/kouteki_\" target=\"_blank\">Nemanja Aleksić</a>, a volunteer for the WordCamp, is credited with the design. Aleksić is a growth researcher and analyst at <a href=\"https://managewp.com/\" target=\"_blank\">ManageWP</a> by day but also has a passion for design.</p>\n<p>Despite having worked with WordPress for a few years, his first contact with the community was at <a href=\"http://wptavern.com/wordpress-beyond-boundaries-a-recap-of-wordcamp-europe-2014\" target=\"_blank\">WordCamp Europe 2014</a>.</p>\n<p>“I was blown away by the positive attitude of the people there (especially Remkus de Vries and Chris Lema – those two are a force of nature) and decided I wanted to be a part of it,” Aleksić said. When he found out about WordCamp Belgrade getting approved, he decided to offer his help to Milan Ivanović and the team.</p>\n<p>“We’ve toyed with the idea of creating our own Wapuu several times in the past, but it wasn’t until I read your article on <a href=\"http://wptavern.com/scott-evans-on-designing-the-punk-wapuu-for-wordcamp-london-2015\" target=\"_blank\">Scott Evans’ punk Wapuu</a> that I finally decided to do something about it,” Aleksić said. “I sat down with my colleague <a href=\"https://www.behance.net/milica_spasojevic\" target=\"_blank\">Milica</a> and created Wapuujlo.”</p>\n<p>Wapuujlo’s attire represents a melding of Serbian tradition with the WordPress mission of democratizing publishing. Aleksić explained his inspiration for the mascot’s design:</p>\n<blockquote><p>The hat šajkača, a traditional Serbian hat worn by the common folk back in the day, was a logical choice because it represents the people using WordPress to have their voices heard. The plum was Milica’s idea – it’s our national symbol, representing prosperity and unity. These two ideas gave Wapuujlo a traditional vibe, which is a nice contrast to the futuristic/anime variants of the Japanese Wapuu. Even the name Wapuujlo is a nod to traditional Serbian names.</p></blockquote>\n<p>Aleksić found the wapuu SVG file to be easy to alter and the team was able to perform the changes in under five minutes. “I expect that Belgrade, London, and Philly wapuus will prompt other WordPress communities to come up with their own versions of the mascot,” he said.</p>\n<p>“Just don’t go overboard with the alterations: keep it clean, simple and recognizable,” Aleksić advised those who want to design a wapuu mascot for an event.</p>\n<p>The trend of creating custom mascots for WordCamps seems to be rapidly catching on outside of Japan. The first edition of WordCamp Belgrade is a historic event for <a href=\"http://wptavern.com/a-glimpse-into-serbias-rapidly-growing-wordpress-community\" target=\"_blank\">Serbia’s WordPress community</a> and the organizers wanted to offer a commemorative wapuu sticker as part of the branding.</p>\n<p>“We want to continue the tradition and inspire other WordCamps out there to include Wapuu as a must,” Ivanović said. “I just love that cute little fellow!”</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 Apr 2015 00:14: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: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:82:\"WPTavern: How to Use LICEcap to Record and Turn Screen Captures into Animated GIFs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=41316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://wptavern.com/how-to-use-licecap-to-record-and-turn-screen-captures-into-animated-gifs\";s: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:3800:\"<p>When I wrote about <a title=\"http://wptavern.com/enhanced-plugin-installs-axed-from-wordpress-4-2\" href=\"http://wptavern.com/enhanced-plugin-installs-axed-from-wordpress-4-2\">enhanced plugin installs being removed</a> from WordPress 4.2 last week, a few readers asked how I created the animated image that shows how shiny updates work. I used <a title=\"http://www.cockos.com/licecap/\" href=\"http://www.cockos.com/licecap/\">LICEcap</a> by Çockos Incorporated, which is free, GPL licensed software available for Windows and OSX.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/LicecapFrame.png\" rel=\"prettyphoto[41316]\"><img class=\"size-full wp-image-41321\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/LicecapFrame.png?resize=648%2C508\" alt=\"LICEcap Frame\" /></a>LICEcap Frame\n<p>LICEcap has an adjustable frame that you place over the content you want to record. You can adjust the frame manually by dragging the edges with your mouse cursor, or you can type in an exact size. You can also adjust the max frames per second, but keep in mind that the higher the number, the larger the file size will be.</p>\n<p>When you hit the record button, you’ll be prompted to name the file and select where it will be saved. There’s also configuration settings that allow you to manipulate the recording.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/LICEcapRecordingSettings.png\" rel=\"prettyphoto[41316]\"><img class=\"size-full wp-image-41322\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/LICEcapRecordingSettings.png?resize=660%2C222\" alt=\"Recording Settings\" /></a>Recording Settings\n<p>I don’t know what most of the options do and LICEcap doesn’t have any documentation outside of <a title=\"http://forum.cockos.com/forumdisplay.php?f=44\" href=\"http://forum.cockos.com/forumdisplay.php?f=44\">this discussion forum</a>. I recommend checking the box to use Control + Alt + P to pause the recording. This way, you won’t see the mouse cursor move off the screen to click the pause button. LICEcap doesn’t have an editor to manage frames so if you make a mistake, you’ll have to start over. Since animated GIFs should be as short and small as possible, the lack of a frame editor isn’t a big deal.</p>\n<p>Once everything is configured, click the save button and a three second countdown begins. When the countdown reaches 0, LICEcap begins recording movement within the frame. On the bottom left of the recording window, you’ll see the size of the frame, timestamp, and the amount of FPS.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/LICEcapRecordingWindow.png\" rel=\"prettyphoto[41316]\"><img class=\"size-full wp-image-41323\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/LICEcapRecordingWindow.png?resize=693%2C557\" alt=\"Recording Status \" /></a>Recording Status\n<p>Once you’re satisfied with the recording, upload the GIF file to the WordPress media library. When you insert it into a post, make sure to use the full size image since animated GIFs don’t scale as well as JPG files.</p>\n<h2>A Few Tips When Creating Animated GIFs</h2>\n<p>Keep the recording as short and small as possible. Resize the recording window so it’s only as big as necessary. Animation such as scrolling and page browsing should be kept to a minimum. Last but not least, play with the recording options as there might be a combination that decreases the file size of recordings.</p>\n<p>Animated GIFs are great for a few laughs, but they’re also an excellent way to show how something works. They’re a great option when using video doesn’t make sense. What do you use or recommend to record screen captures in GIF format?</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, 01 Apr 2015 21:12:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:32:\"Matt: Jetpack bundling WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44912\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2015/04/jetpack-bundling-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:439:\"<blockquote><p>The CEO of Automattic worked with the co-founder of WordPress directly, mediated by the head of the WordPress Foundation. Matt Mullenweg said the meetings were very productive.</p></blockquote>\n<p>As inside-baseball WordPress-focused April Fools go, this one is pretty funny: <em><a href=\"https://poststatus.com/wordpress-jetpack-bundle/\">WordPress to be bundled in Jetpack with mission to power 50% of the web</a>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Apr 2015 19:32: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: Jack Lenox on Building Themes with the WP REST API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=41287\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/jack-lenox-on-building-themes-with-the-wp-rest-api\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4216:\"<p><a href=\"http://wptavern.com/wordcamp-london-2015-highlights-the-energy-in-the-uk-wordpress-scene-with-punk-wapuu-and-a-focus-on-non-profits\" target=\"_blank\">WordCamp London 2015</a> was packed full of excellent presentations, lightning talks, and panels. For several of the more technical sessions, attendees were actually turned away at the door due to the rooms being filled to capacity. This was the case for Jack Lenox’s presentation on Building Themes with the <a href=\"http://wp-api.org/\" target=\"_blank\">WP REST API</a>.</p>\n<p>“I was overwhelmed by the popularity of the talk,” Lenox said in his <a href=\"http://jacklenox.com/2015/03/30/building-themes-with-the-wp-rest-api-wordcamp-london-march-2015/\" target=\"_blank\">recap post</a>. “I think there were over 200 people crammed into the room, and many more ended up getting turned away.” A photo captured just before the session shows how crowded the room was with attendees eager to learn about building themes with the WP REST API.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/jack-lenox-building-themes-with-the-wp-rest-api.jpg\" rel=\"prettyphoto[41287]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/jack-lenox-building-themes-with-the-wp-rest-api.jpg?resize=825%2C510\" alt=\"photo credit: Tim Nash\" class=\"size-full wp-image-41290\" /></a>photo credit: <a href=\"https://timnash.co.uk/wordcamp-london-2015-photos/\">Tim Nash</a>\n<p>When asked for a link to his slides, Lenox found that they didn’t communicate much on their own without the presentation, a common drawback to viewing the slides by themselves. The session should make it onto WordPress.tv sometime soon, but in the meantime he created a screencast for those who couldn’t attend.</p>\n<p>The <a href=\"http://jacklenox.com/2015/03/30/building-themes-with-the-wp-rest-api-wordcamp-london-march-2015/\" target=\"_blank\">video</a> is actually an extended edition of his talk and runs for a full 50 minutes. Lenox starts by answering the question, “What’s the big deal about the REST API?” He also demos the speed of getting content from the API using a few live examples.</p>\n<p>His presentation offers theme developers a few reasons for why they may want to look into building themes that use the WP REST API:</p>\n<ul>\n<li>Provides a way to retrieve pure data (usually in JSON or XML format) over HTTP</li>\n<li>No loops necessary</li>\n<li>Good for mobile apps and environments where you don’t want a full webpage to render but want content from a blog or site</li>\n</ul>\n<p>Lenox gives a basic overview of what can you do with the WP REST API, even without knowing any PHP. The benefits he cites include a more engaging user experience, potentially reduced server load, improved speed, and better control over failed connections. During the presentation he shows examples of how to incorporate single page application elements into WordPress themes where interactions are handled by JavaScript.</p>\n<p>The Picard theme that he demos is aptly named as a play on the next generation of themes. It’s a prototype WordPress theme built with React and the upcoming WP-API. If you want to play with it, you can clone the repository on <a href=\"https://github.com/jacklenox/picard-present\" target=\"_blank\">GitHub</a>. Automattic is aiming to open source the Picard theme around the beginning of May.</p>\n<p>Interest surrounding the presentation demonstrates how excited the WordPress community is to start incorporating the new API into their projects. Many who attended the session at WordCamp London were inspired to start looking at themes in a new way.</p>\n<p>The resulting experience of pre-loading all the content allows users to zip around without any delay. It’s a dramatic improvement and an amazing example of how a theme can have much more control over the speed and resources needed to present content on the frontend. If your interest is piqued, check out the <a href=\"http://jacklenox.com/2015/03/30/building-themes-with-the-wp-rest-api-wordcamp-london-march-2015/\" target=\"_blank\">Jack Lenox’s extended edition video</a> for the full technical breakdown.</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, 01 Apr 2015 17:13: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: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: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:33:\"Akismet: March 2015 Stats Roundup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=1831\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://blog.akismet.com/2015/04/01/march-2015-stats-roundup/\";s: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:3160:\"<p>In March, Akismet saw <strong>5,426,166,500 spam comments</strong> go through. Though this was a rise of 32% since last month, it’s a decrease from last year’s March by 19 percent. It’s been a quiet March.</p>\n<div id=\"attachment_1833\" class=\"wp-caption alignright\"><img class=\"size-medium wp-image-1833\" src=\"https://akismet.files.wordpress.com/2015/04/north-america-flickr-and-twitter.jpg?w=300&h=215\" alt=\"North American detail map of Flickr and Twitter locations\" width=\"300\" height=\"215\" /><p class=\"wp-caption-text\">This image, “<a href=\"https://www.flickr.com/photos/walkingsf/5912385701/in/photolist-c1aCmd-9swg2U-5u4owD-5u4oZB-5u4pbp-5u8Nod-g4diA-a1swhv-4QnfJ4-C3sZf-C5Q5Z-ascVyT-fBML2n-bqSUNe-9EqBbm-fBtVoM-8bq7g4-dyuYhZ-5jhfU6-616jy1-8Acc7V-64MxWF-e2xZ7T-8Ac8Ln-4QnfVv-bniLme-bXnhwT-4QnfEa-4QrsGo-a6BM2e-9xGMoY-qwh4YY-8CKMaP-58JLko-7ybxFe-bmqDdi-BmPq-8i2BcQ-axDnPm-Bf1yg-8fvfh7-87P2XP-anzwqA-cMKsCA-7eTS9k-dqbnvY-caSD2A-4HgdXo-9M1hkq-4Xevm\">North American detail map of Flickr and Twitter locations</a>” by <a href=\"https://www.flickr.com/photos/walkingsf/\">Eric Fischer</a>, is licensed under <a href=\"https://creativecommons.org/licenses/by/2.0/\">CC BY 2.0</a></p></div>\n<p>If we wanted to visualize this number, we could write down each spam comment on a piece of paper and ask each person in the USA to hold on to them. In that case, each person would be holding onto 17 pieces of paper to cover all of the spam we received.</p>\n<p>As usual, Akismet saw much less ham go around this month – <strong>only about 2.7% of all comments were real comments</strong>. We’d need only half of the people in the United States to hold just one piece of paper to cover all the ham comments – there were 147,994,500 total ham comments going through.</p>\n<p>Here’s a chart breaking down the numbers per day:</p>\n<div id=\"attachment_1832\" class=\"wp-caption alignnone\"><img class=\"size-large wp-image-1832\" src=\"https://akismet.files.wordpress.com/2015/04/akismet-spam-and-ham-stats-march-2015.png?w=700&h=438\" alt=\"graph of akismet spam and ham daily stats February 2015\" /><p class=\"wp-caption-text\">The busiest day of the month was the 20th, with 198,630,500 spam comments. The slowest day was the 15th with 146,041,500.</p></div>\n<p>If you’re having any trouble with spam comments getting through on your site, or any false positives in your spam folder, feel free to <a href=\"http://akismet.com/contact/\">contact us</a> so we can help <span class=\"wp-smiley wp-emoji wp-emoji-smile\" title=\":)\">:)</span>.</p>\n<p><em>This post is part of a monthly series summarizing some stats and figures from the Akismet universe. Feel free to browse <a href=\"http://blog.akismet.com/category/monthly-roundup/\">all of the posts in the series</a>.</em></p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1831/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1831/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1831&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:\"Wed, 01 Apr 2015 13:13:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Valerie\";s: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:51:\"Matt: Declaration of the Independence of Cyberspace\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44896\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://ma.tt/2015/03/declaration-of-the-independence-of-cyberspace/\";s: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:449:\"<blockquote><p>Governments of the Industrial World, you weary giants of flesh and steel, I come from Cyberspace, the new home of Mind. On behalf of the future, I ask you of the past to leave us alone. You are not welcome among us. You have no sovereignty where we gather.</p></blockquote>\n<p>John Perry Barlow’s classic <a href=\"https://projects.eff.org/~barlow/Declaration-Final.html\">A Declaration of the Independence of Cyberspace</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, 01 Apr 2015 05:35:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:106:\"WPTavern: Flickr Announces the Ability to Choose Public Domain and Creative Commons 0 License Designations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=41269\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"http://wptavern.com/flickr-announces-the-ability-to-choose-public-domain-and-creative-commons-0-license-designations\";s: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:4288:\"<p>Flickr <a title=\"https://blog.flickr.net/2015/03/30/flickr-now-offers-public-domain-and-cc0-designations/?linkId=13226047\" href=\"https://blog.flickr.net/2015/03/30/flickr-now-offers-public-domain-and-cc0-designations/?linkId=13226047\">announced on Monday,</a> that it’s adding the ability for users to choose <a title=\"https://creativecommons.org/publicdomain/mark/1.0/\" href=\"https://creativecommons.org/publicdomain/mark/1.0/\">Public Domain</a> and <a title=\"http://creativecommons.org/about/cc0\" href=\"http://creativecommons.org/about/cc0\">Creative Commons 0</a> (CC0) license designations. The new designations allow users to relinquish all forms of copyright on images. The move is in response to requests from its community and recognizing it has become an important repository of U.S. Government works and historical content.</p>\n<blockquote><p>We’ve been proud to support Creative Commons licenses since 2004, and we’ve become an important repository of U.S. Government works and historic images from galleries, libraries, archives, and museums around the world (check out <a href=\"https://www.flickr.com/commons\">The Flickr Commons</a> for examples).</p>\n<p>But we’ve heard from our community that we’re missing two important designations: Public Domain and Creative Commons 0 (CC0). Many members of our community want to be able to upload images that are no longer protected by copyright and correctly tag them as being in the Public Domain, or they want to release their copyright entirely under CC0.</p></blockquote>\n<p><a title=\"http://www.spacex.com/\" href=\"http://www.spacex.com/\">SpaceX</a> is the first <a title=\"https://www.flickr.com/photos/spacexphotos\" href=\"https://www.flickr.com/photos/spacexphotos\">Flickr account</a> to change its image designation to CC0. License designations are on the right, underneath the date the image was taken.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/FlickrImageDesignation.png\" rel=\"prettyphoto[41269]\"><img class=\"size-full wp-image-41273\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/FlickrImageDesignation.png?resize=1025%2C549\" alt=\"Image Designation\" /></a>Image Designation\n<p>There’s a distinct difference between Public Domain and CC0 images with CC0 being the least restrictive of the two.</p>\n<ul>\n<li>CC0 images are available without restriction as completely as possible in the public domain, so that others may freely build upon, enhance, and reuse the works for any purposes without restriction under copyright or database law.</li>\n<li>Images marked as Public Domain may not be free of known copyright restrictions in all <a id=\"all_jurisdictions\" class=\"helpLink\" href=\"https://creativecommons.org/publicdomain/mark/1.0/\">jurisdictions</a>. Persons may also have other rights related to the work, such as a patent, or trademark.</li>\n</ul>\n<p>Flickr will continue to mark newly uploaded images as All Rights Reserved by default, but you can change the default for all or individual photos by visiting the Privacy and Permissions tab within your account settings.</p>\n<p>Although Flickr has made it easy to add images to the Public Domain, locating them is difficult. Flickr only provides four different search filters:</p>\n<ul>\n<li>Any License</li>\n<li>Creative Commons Only</li>\n<li> Commercial use allowed</li>\n<li> Modifications allowed</li>\n</ul>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/LackofSearch.png\" rel=\"prettyphoto[41269]\"><img class=\"size-full wp-image-41274\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/LackofSearch.png?resize=1025%2C423\" alt=\"Lack of Search Filters\" /></a>Lack of Search Filters\n<p>Since CC0 is mixed in the other Creative Commons license types, it’s difficult to search only for images with the CC0 and Public Domain designations. Until Flickr adds specific license filters to its search box, users will likely spend more time searching for images instead of using them.</p>\n<p>Despite not being able to easily find them, enabling users to waive all copyright protection on photographs should increase the amount of freely available images to use. This is a huge win and in the future, could make Flickr the largest source of Public Domain images on the web.</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, 01 Apr 2015 01:24: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:13:\"Jeff Chandler\";s: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:76:\"Post Status: How StoryCorps uses WordPress to enable storytelling everywhere\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=12142\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/how-storycorps-uses-wordpress-to-enable-storytelling-everywhere/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10814:\"<p><a href=\"http://storycorps.org/\">StoryCorps</a> is an organization that aims “to provide people of all backgrounds and beliefs with the opportunity to record, share and preserve the stories of our lives.” Featured stories are broadcast nationally on NPR.</p>\n<p>StoryCorps has published more than 50,000 interviews with almost 100,000 participants since they launched in 2003. A small to mid-size non-profit organization, StoryCorp’s interviews are logged in the Library of Congress, and over the years they have created new and ingenious ways to enable storytelling.</p>\n<p>There are recording booths in a number of cities throughout the country where anyone can go and record an interview or story. The first was in Grand Central Station, though it’s since shut down due to budget issues. However, booths are open in Atlanta, San Francisco, and Chicago where <a href=\"http://storycorps.org/programs/\">anyone can make a reservation</a> to record.</p>\n<p>They also have an Airstream trailer that travels the country and records interviews all over the place. Creating ways for people to share stories is the heart of StoryCorps mission.</p>\n<div id=\"attachment_12144\" class=\"wp-caption aligncenter\"><img class=\"size-large wp-image-12144\" src=\"https://poststatus.com/wp-content/uploads/2015/03/story-corps-mobilebooth-752x502.jpg\" alt=\"The StoryCorps MobileBooth. Credit: StoryCorps Flickr\" width=\"752\" height=\"502\" /><p class=\"wp-caption-text\">The StoryCorps MobileBooth. Credit: <a href=\"https://www.flickr.com/photos/storycorps/5361427581/in/album-72157625714105333/\">StoryCorps Flickr</a></p></div>\n<p>One WordPress developer that worked on the StoryCorps project told me, “I cry almost every time” as they listen to StoryCorps on their local NPR station every Friday morning. The stories tend to be very powerful. I was nearly brought to tears by one where <a href=\"https://storycorps.me/interviews/i-just-hugged-the-man-who-murdered-my-son/\">a lady hugs her son’s murderer</a>. Another moving story (from my hometown no less), features a father that <a href=\"http://storycorps.org/listen/william-watford-iii-and-deidra-robinson/\">comes to terms with his daughter’s homosexuality</a>. Or there’s one where President Obama<a href=\"http://storycorps.org/listen/noah-mcqueen-and-barack-obama-150225/\"> interviews a boy who overcame adversity to join My Brother’s Keeper</a>.</p>\n<h3>Record stories anywhere</h3>\n<p>The latest initiative for creating ways for people to share their story is via <a href=\"https://storycorps.me\">StoryCorps.me</a>, a website and companion apps that make it easy for anyone with a smartphone to record an interview and publish it.</p>\n<p>StoryCorps.me is built on WordPress, and utilizes the <a title=\"The WordPress REST API\" href=\"https://poststatus.com/wordpress-json-rest-api/\">WordPress REST API</a> to enable access to a customized content architecture. The StoryCorps app utilizes the API to consume data and publish stories from the app back to the website.</p>\n<p>I interviewed Dean Haddock, Director of Digital & Technical Innovation at StoryCorps, about how the idea for the app came about, how they use and think of WordPress, and other insights from their short three month development period.</p>\n<p>Listen to the interview:</p>\n<a href=\"https://audio.simplecast.fm/9832.mp3\">https://audio.simplecast.fm/9832.mp3</a>\n<p><a href=\"https://audio.simplecast.fm/9832.mp3\">Direct Download</a></p>\n<h3>A national day of listening</h3>\n<p>Dean says he thinks the StoryCorps app really dates back to a program they ran three years ago called A National Day of Listening, where instead of shopping on Black Friday, they hosted an event where people could tell stories.</p>\n<p>Dean’s team expanding on the idea, and the event turned <a href=\"http://diy.storycorps.org/\">into a micro-site</a> using SoundCloud’s API that made that process easier. That project eventually expanded into the idea that would become StoryCorps.me.</p>\n<h3>Funding for the app</h3>\n<p>The StoryCorps app was funded thanks to StoryCorps founder Dave Isay winning this year’s TED Prize, with a substantial amount of research and development conducted under the 2014 Knight Foundation Prototype Award. He gave a TED Talk in Vancouver just a few weeks ago, where he shared how <a href=\"http://www.ted.com/talks/dave_isay_everyone_around_you_has_a_story_the_world_needs_to_hear?language=en\">everyone has a story to tell</a>.</p>\n<div id=\"attachment_12145\" class=\"wp-caption aligncenter\"><a href=\"http://www.ted.com/talks/dave_isay_everyone_around_you_has_a_story_the_world_needs_to_hear?language=en\"><img class=\"wp-image-12145 size-large\" src=\"https://poststatus.com/wp-content/uploads/2015/03/dave-isay-752x391.png\" alt=\"Dave Isay at TED\" width=\"752\" height=\"391\" /></a><p class=\"wp-caption-text\">Dave Isay at TED</p></div>\n<blockquote><p>The TED Prize is awarded to an individual with a creative, bold vision to spark global change. By leveraging the TED community’s resources and investing $1 million into a powerful idea, each year the TED Prize supports one wish to inspire the world.</p>\n<p><a href=\"https://www.ted.com/participate/ted-prize\">- TED Prize website</a></p></blockquote>\n<p>His wish after winning the TED Prize was to “to grow this digital archive of the collective wisdom of humanity.” During the TED Talk, he noted that StoryCorps is “the single largest collection of human voices ever collected.”</p>\n<p>The new app makes this mission even more plausible, by having almost no barrier for interview creation. The $1 million TED Prize made it possible.</p>\n<h3>Development of the StoryCorps app</h3>\n<p><img class=\"aligncenter size-large wp-image-12146\" src=\"https://poststatus.com/wp-content/uploads/2015/03/storycorps-app-752x444.jpg\" alt=\"storycorps-app\" width=\"752\" height=\"444\" /></p>\n<p>With “one tap”, interviews can be created and uploaded to the StoryCorps.me website and the Library of Congress archive.</p>\n<p>Dave shared some of his vision for the app during the TED Talk:</p>\n<blockquote><p><span id=\"t-1069355\" class=\"talk-transcript__fragment\">Imagine, for example, a national homework assignment</span> <span id=\"t-1073093\" class=\"talk-transcript__fragment\">where every high school student studying U.S. history across the country</span> <span id=\"t-1077087\" class=\"talk-transcript__fragment\">records an interview with an elder over Thanksgiving,</span> <span id=\"t-1079989\" class=\"talk-transcript__fragment\">so that in one single weekend</span> <span id=\"t-1082892\" class=\"talk-transcript__fragment\">an entire generation of American lives and experiences are captured.</span></p></blockquote>\n<p>Development of the app was managed on three levels.</p>\n<p>The StoryCorps team did project management, communication, and handled RFPs for app and website development. They also ensured that everything fit the StoryCorps model, and ensured that the new website and app talked to existing StoryCorps software and APIs properly.</p>\n<p><a href=\"http://10up.com\">10up</a> built the website infrastructure, manages scalability issues, and managed the integration of the WordPress REST API.</p>\n<p><a href=\"http://maya.com/news/maya-creates-storycorps-app-to-capture-the-wisdom-of-humanityreates-storycorps-app-to-capture-the-wisdom-of-humanity\">MAYA design</a> designed and built the app for the end-user, utilizing PhoneGap so that the app could be launched simultaneously to both iOS and Android platforms.</p>\n<p><span class=\"pullquote alignright\">“We knew we going to use WordPress before we started looking for partners to help us build this thing.”</span> As a “small to midsize non-profit,” StoryCorps has few resources. StoryCorps.org has been on WordPress, and they wanted to use WordPress for StoryCorps.me as well.</p>\n<p>The development phase was quite short: from funding to launch took only three months. They launched at TED after receiving the funding last October.</p>\n<blockquote><p>For public facing web technology, WordPress is so flexible and so malleable and amenable to whatever we need to do with it, that it really wasn’t much of a question whether this was the right platform.</p></blockquote>\n<p>What their real question was, Dean shares, was how WordPress could scale if and when they hit a million users, and that’s why they brought in 10up.</p>\n<h3>What they learned</h3>\n<p>They are really pleased with how the project has gone so far. However, not everything was a success. They had to pivot and make adjustments as they went along and learned new things and requirements.</p>\n<p>Dean noted, <span class=\"pullquote alignright\">“You have to be willing to completely submit to the process.”</span> He says it wouldn’t have succeeded if 10up and Maya weren’t committed as StoryCorps to the success of the project.</p>\n<p>They also learned what Dean calls “more tangible” things, like the usage of PhoneGap. Without using a tool like PhoneGap, they wouldn’t have been able to “get to market as soon as possible.” However, he admits the app could be slightly better if it were built in a native platform to either iOS or Android.</p>\n<h3>Powerful stories</h3>\n<p>I really enjoyed digging into StoryCorps mission and the new <a href=\"https://storycorps.me\">StoryCorps.me</a> project. I’m addicted to their stories, and some of the stories that have been uploaded — such as <a href=\"https://storycorps.me/interviews/krisalyn-cut-her-hair/\">those</a> <a href=\"https://storycorps.me/interviews/grandmas-favorite-memories/\">in</a> the audio intro — are really endearing.</p>\n<p>While there may be an element of noise to the StoryCorps.me archive, it’s already evident that many gems will emerge, and who knows what ideas people will come up with for creative ways to perform interviews and record stories.</p>\n<p>The apps are available on <a href=\"https://play.google.com/store/apps/details?id=com.bottlerocketapps.storycorps\">Google Play</a> and in the <a href=\"https://itunes.apple.com/us/app/storycorps/id359071069?mt=8\">App Store</a>. It’ll be improving over the next weeks and and months. If you’re excited about technology at StoryCorps, you can reach Dean at <a href=\"mailto:dhaddock@storycorps.org\">dhaddock@storycorps.org</a> or you can also report issues or ask questions about the app at <a href=\"mailto:contactus@storycorps.me\">contactus@storycorps.me</a>.</p>\n<p>StoryCorps is a great testament to WordPress and its ability to be an infrastructure to an app at scale, while also enabling efficient development cycles. This is probably my favorite utilization of the new REST API yet.</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, 31 Mar 2015 23:21:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:111:\"WPTavern: WordPress Theme Directory Improvements Boost User Engagement, Commercial Themes Page Still Recovering\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=41237\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"http://wptavern.com/wordpress-theme-directory-improvements-boost-user-engagement-commercial-themes-page-still-recovering\";s: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:3991:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/new-themes-directory-featured.png\" rel=\"prettyphoto[41237]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/new-themes-directory-featured.png?resize=1001%2C489\" alt=\"new-themes-directory-featured\" class=\"aligncenter size-full wp-image-37113\" /></a></p>\n<p>WordPress.org launched <a href=\"http://wptavern.com/wordpress-theme-directory-launches-new-design\" target=\"_blank\">a new design for the Theme Directory</a> just over a month ago and the meta team has continued to fix bugs and add enhancements. Preliminary stats and feedback indicate that the directory improvements have had a positive impact on users’ ability to hunt for themes.</p>\n<p>WordPress.org contributor Konstantin Obenland <a href=\"https://make.wordpress.org/meta/2015/03/31/theme-directory-stats/\" target=\"_blank\">reports</a> that user engagement has taken a significant jump:</p>\n<blockquote><p>Users stay longer on the site, look at a lot more pages, and are way less likely to leave without any interaction. Comparing the week before the relaunch with this past week, session duration is up 9%. The amount of pages a user looks at is up 34%. And the overall bounce rate went down from ~30% to under 10%. Even on the homepage, where the bounce rate was at around 45%, we can see that drop by 2/3.</p></blockquote>\n<p>The new design has not affected the directory’s search engine ranking or download numbers. Obenland states that visitor numbers remain constant, as do search engine referral numbers and theme downloads.</p>\n<p>While the new image-heavy grid design makes it easier for users to find the best themes on WordPress.org, the <a href=\"https://wordpress.org/themes/commercial/\" target=\"_blank\">Commercial Themes</a> page has suffered a sharp decline in stats.</p>\n<p>“The Commercial Themes page saw a drop of ~40% in visitors between the old Directory and the new,” Obenland said. “That number was at 60% right after launch, but it recovered and continues to recover with some adjustments we made to the link placement on the site.”</p>\n<p>Despite the prominent placement of “Commercial Themes” link on the main theme directory page, users are spending more time browsing for free themes. The previous design of the directory made it tedious to search for a new theme, but it’s likely that the new UI is helping users to discover how many truly beautiful, high quality free themes are available on WordPress.org.</p>\n<p>The Commercial Themes page received the same UI updates as the main directory, but the chief complaint from commercial theme developers following the design switch was the <a href=\"https://meta.trac.wordpress.org/ticket/947\" target=\"_blank\">placement and labeling of the link</a>. This particular aspect of the design has been iterated upon several times since the launch.</p>\n<p>However, relentlessly pursuing better stats for commercial theme shops is contrary to the purpose of the WordPress theme directory, according to <a href=\"http://wptavern.com/wordpress-theme-directory-launches-new-design#comment-65597\" target=\"_blank\">an email reply</a> received by one concerned user who contacted themes@wordpress.org:</p>\n<p>“Our goal wouldn’t be to maximize traffic to the sites listed on the commercial page so much as making the site as functional and useful as possible,” the WordPress.org representative stated.</p>\n<p>The commercial themes link has ultimately received an even more prominent placement than it had in years past and is also benefiting from the updated design. If stats remain down, it’s possible that the new design better reflects the quality of the free themes available. Satisfied users are less likely to turn to commercial options when they can easily browse and filter free options. For now, commercial theme shops listed in the directory will have to settle on improving their marketing elsewhere.</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, 31 Mar 2015 20:30:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:55:\"WPTavern: What’s a Better Name for the Happiness Bar?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=41227\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/whats-a-better-name-for-the-happiness-bar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5129:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/WPHappinessBarFeaturedImage.png\" rel=\"prettyphoto[41227]\"><img class=\"size-full wp-image-41246\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/WPHappinessBarFeaturedImage.png?resize=817%2C368\" alt=\"WP Happiness Bar Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/35800266@N07/9265175419\">WPMTL2013happinessbar_13_LR</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>If you’ve <a title=\"http://central.wordcamp.org/\" href=\"http://central.wordcamp.org/\">attended a WordCamp</a>, you might be familiar with the term <em>Happiness Bar</em>. It’s an area within a WordCamp venue devoted to providing technical support for WordPress. Morten Rand-Hendriksen thinks it’s time to <a title=\"http://mor10.com/it-is-time-to-rename-the-happiness-bar/#.VRmrv4e3rqk.twitter\" href=\"http://mor10.com/it-is-time-to-rename-the-happiness-bar/#.VRmrv4e3rqk.twitter\">change the name</a> to something more obvious.</p>\n<blockquote><p>The most important task of giving a service a name is to ensure the name communicates what the service does to the uninitiated. The problem, which is pretty obvious, is that the name “Happiness Bar” says nothing about what is being provided. The name “Happiness Bar” is more befitting a bar where they hand out cotton candy, hugs, or free jokes.</p></blockquote>\n<p>Like Hendriksen, I have observed WordCamp attendees not take full advantage of the happiness bar, mostly due to not knowing what it is. It also doesn’t help when WordCamp organizers fail to mention it during opening remarks. Happiness is a subjective term and is delivered differently depending on the person. This is evident in the responses Hendriksen received when he asked attendees what the happiness bar is.</p>\n<ul>\n<li>“Is it where they hand out swag?”</li>\n<li>“It’s a place where they give you life advice?”</li>\n<li>“It’s a desk where they have life/business/happiness coaches?”</li>\n<li>“You go there to get a massage?”</li>\n<li>“Do they give away candy?”</li>\n</ul>\n<p>As someone who has attended several WordCamps, I find their responses comical yet, realistic. Within the comments of Hendriksen’s post, <a title=\"http://mor10.com/it-is-time-to-rename-the-happiness-bar/comment-page-1/#comment-1361772\" href=\"http://mor10.com/it-is-time-to-rename-the-happiness-bar/comment-page-1/#comment-1361772\">Jen Mylo gives insight</a> into how the happiness bar originated.</p>\n<blockquote><p>Here’s the historical reason it was called that: It used to be Genius Bar and at SxSW an Apple person came over, smiled, and took a picture, and we were afraid we’d get sued. WCSF was coming up soon and all of the natural names like WP Help Desk etc had independent businesses attached to them, and we didn’t want to have a conflict with any small businesses.</p>\n<p>Back when Automattic ran WCSF (vs a .org community team like now), happiness bar made sense for that one event, because they were mostly Happiness Engineers and it didn’t infringe on anyone’s business. After that, other WCs wanted to copy it. I begged them not to, to just call it a help desk or something, but organizers persisted in wanting to adopt that nomenclature to be more like SF. (I didn’t use it at the WCs I organized in NYC or Savannah.)</p>\n<p>I work for Automattic so I obviously think it’s a good company, but the devotion to that name in other contexts has always bummed me out, because it doesn’t mean a damn thing to anyone unless they have already been indoctrinated with the whole ‘focus on happiness, not support, because the happy outcome is what we want to provide’ thing, which almost no one has.</p></blockquote>\n<p>Mylo finished her comment by offering feedback on Hendriksen’s suggestions for a new name and encouraged him to post his idea to the <a title=\"http://make.wordpress.org/community\" href=\"http://make.wordpress.org/community\">Make WordPress Community</a> site to start a more official conversation.</p>\n<h2>Call The Happiness Bar The WordPress Help Center</h2>\n<p>I think the happiness bar should be renamed to something that’s generic and easy to figure out based on its title alone. My suggestion is to call it the <em>WordPress Help Center</em>. It tells people it’s a location within the venue and is a place to get WordPress help. It’s also generalized so that it covers both WordPress.com and WordPress.org.</p>\n<p>The only issue I see is that, <a title=\"http://wphelpcenter.com/\" href=\"http://wphelpcenter.com/\">WP HelpCenter</a> used to be a service that offered WordPress tech support. However, the site and service has been defunct for a long time. Perhaps the <a title=\"http://wordpressfoundation.org/\" href=\"http://wordpressfoundation.org/\">WordPress Foundation</a> can find a way to obtain the domain so the title can be used at WordCamps.</p>\n<p>Do you think it’s time to rename the happiness bar to something else? If so, let us know what you would call it and why.</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, 31 Mar 2015 19: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:13:\"Jeff Chandler\";s: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:93:\"WPTavern: Behind the Curtain with DerpPress, WordPress’ Anonymous Satirical Twitter Account\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=41207\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/behind-the-curtain-with-derppress-wordpress-anonymous-satirical-twitter-account\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11270:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/derppress.png\" rel=\"prettyphoto[41207]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/derppress.png?resize=1025%2C473\" alt=\"derppress\" class=\"aligncenter size-full wp-image-41217\" /></a></p>\n<p>For the past two years, the <a href=\"https://twitter.com/DerpPress/\" target=\"_blank\">DerpPress</a> Twitter account has been cranking out tweets to amuse followers with clever puns and subtle commentary on WordPress news and development. Of all the anonymous accounts devoted to tweeting WordPress-related humor, DerpPress is the most consistent and dependable source of timely wise cracks.</p>\n<p>You’ll find the account tweeting on a variety of topics, including current events, security, WordCamps, automatic updates, and WordPress personalities.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>Shortcake Is Now a <a href=\"https://twitter.com/hashtag/WordPress?src=hash\">#WordPress</a> Feature Plugin; My Little Ponies, Care Bears, Snorks Hardest Hit</p>\n<p>— DerpPress (@DerpPress) <a href=\"https://twitter.com/DerpPress/status/580704783843135488\">March 25, 2015</a></p></blockquote>\n<p></p>\n<p>DerpPress is also frequently the originator of playful hashtags that encourage the community to join in creating <a href=\"http://wptavern.com/friday-fun-top-25-wordpress-movie-titles\" target=\"_blank\">WordPress-related puns</a>.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>Little Miss Sunrise.php <a href=\"https://twitter.com/hashtag/WPmovies?src=hash\">#WPmovies</a></p>\n<p>— DerpPress (@DerpPress) <a href=\"https://twitter.com/DerpPress/status/482560988542414849\">June 27, 2014</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>Theme Hybritney Spears <a href=\"https://twitter.com/hashtag/wpthemebands?src=hash\">#wpthemebands</a></p>\n<p>— DerpPress (@DerpPress) <a href=\"https://twitter.com/DerpPress/status/566465222454829056\">February 14, 2015</a></p></blockquote>\n<p></p>\n<p>Who could forget Valentine’s Day 2015 when the illustrious Derp spontaneously broke out into verse?</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>Hover links are red Unvisited are blue All your links are purple Because I\'m following you</p>\n<p>— DerpPress (@DerpPress) <a href=\"https://twitter.com/DerpPress/status/566677833268097025\">February 14, 2015</a></p></blockquote>\n<p></p>\n<p>The person behind the account has yet to be unmasked. At the risk of putting his/her seemingly never-ending fountain of puns in jeopardy, do we really want to know DerpPress’ real identity?</p>\n<p>As part of our continual quest to find out who is behind the account, the Tavern reached out to DerpPress for an interview. Below are unedited answers to some of our burning questions and perhaps even a few clues pointing towards the mysterious voice behind the account.</p>\n<p><strong>1. When you created the DerpPress account, what was on your mind? Did you simply hope to have a few laughs? Or were you thinking, “WordPress needs its own satirical twitter account.”</strong></p>\n<p>Much more of the former than the latter. As I recall, the <a href=\"https://twitter.com/wphoneybadger\" target=\"_blank\">WP Honey Badger</a> was rather active back when I started the DerpPress account, so it wasn’t as though the WP community lacked for snarky subtweets. It wasn’t any sort of stated mission or anything — I primarily started it out as a way to gently rib bad WordPress coding practices and missteps (usermeat and such) and honestly it just evolved from there.</p>\n<p><strong>2. On Aug 2nd last year, you tweeted from what I can only assume was WordCamp NYC. To whom did you reveal yourself? How many people are aware of your true identity?</strong></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"http://t.co/eOvMkN5Inu\">pic.twitter.com/eOvMkN5Inu</a></p>\n<p>— DerpPress (@DerpPress) <a href=\"https://twitter.com/DerpPress/status/495617532704083969\">August 2, 2014</a></p></blockquote>\n<p></p>\n<p>Yup, WCNYC. One person guessed it there. As for other folks who have acknowledged knowing it’s me: I know of one definite, two that I’m pretty sure have me nailed and another two who claim to know but I’m betting are guessing wrong.</p>\n<p><strong>3. What other WordCamps have you attended?</strong></p>\n<p>Quite a few.</p>\n<p><strong>4. What do you think of WordPress competitors like Ghost?</strong></p>\n<p>Ghost minus the hype is intriguing, but I think its reliance upon Node.js is the real short-term killer for competing against WP. It’s just not possible at this stage to find a decent shared host that will let you run Node, so it’s either self-hosting or expensive “professional” tier hosting (leaving aside their own hosted solution). It’s really hard to compete against WP’s simplicity and low, low, LOW system requirements.</p>\n<p>I’ve looked into Bolt a bit, I’ve always kept at least an eye on Drupal and Joomla!, and a few of the static site generators (Leeflets, Jekyll, etc.). While I like Markdown as much as the next web copywriter, those options are still a bit too fiddly for the mass market. My noodling-about shared hosting accounts are littered with the likes of Xoops, concrete5, MODx, Melody, Habari, heck, even a Textpattern install or two.</p>\n<p>WordPress is innovating, though, and in a way that many folks seem blind to — the WP-API. The intriguing part of the WP-API is that it will (theoretically) allow multiple other projects to either integrate existing WP installs into their flow or to dramatically “re-skin” WordPress. You could potentially have a Ghost-like dashboard, completely free of WP’s legacy, all driven off the API. It’s pretty exciting.</p>\n<p>Also, I miss having MovableType around to kick about.</p>\n<p><strong>5. Do you think that John O’Nolan characterized you unfairly in his post on <a href=\"http://john.onolan.org/open-source-culture/\" target=\"_blank\">open source culture</a>? Can you respond to his claims? Would you identify yourself as an open source cultural influencer?</p>\n<p><em>“Conversely, it’s sad to see a sometimes disparate culture in the WordPress core community. Anonymous twitter accounts like <a href=\"https://twitter.com/WordPreh\" target=\"_blank\">WordPreh</a> and <a href=\"https://twitter.com/DerpPress\" target=\"_blank\">DerpPress</a> spend all day, every day, mostly cutting down other people and projects. It’s like a niche version of Secret app. Regular ad hominem snark directed at people both inside and outside the WordPress community.”</em> – O’Nolan</strong></p>\n<p>An influencer? I certainly hope not.</p>\n<p>I think O’Nolan really misses my point. I know that there are lots of WP ecosystem ex-pats tooling about, some with axes to grind, but I do appreciate the ones who take the time to say “This is what I see is wrong with WP and here’s some constructive feedback”.</p>\n<p>That being said, the WordPress community can occasionally exhibit behavior best described as “hero worship”. It’s honestly a great thing for “rockstars” to make themselves available, but too often we find ourselves venerating folks for their position. I definitely subtweet a good deal and I really try not to take myself too seriously. I hope others do the same. This is all good-natured ribbing. (Except for when we take shots at Joomla!. Those are deadly serious.)</p>\n<p>There’s occasionally bouts of That’s Not Funnyism that runs rampant. I suggest a mild dose of Everyone Calm Down And Laugh A Bit.</p>\n<p><strong>6. Were you disappointed by not making Torque’s list of <a href=\"http://torquemag.io/100-wordpress-influencers-follow-2015/\" target=\"_blank\">100 WordPress influencers</a>?</strong></p>\n<p>Absolutely no one should ever listen to me about anything. Ever.</p>\n<p><strong>7. Can you recommend some strategies for becoming a better WordPress professional?</strong></p>\n<p>See point #6. But in general: you should be attending Meetups and WordCamps, making connections, following interesting WP people on Twitter (and clicking the links they share), and working with WP in your spare time, if ever you have any. The best way to get better at anything WP is to practice, and to pay attention.</p>\n<p>Also: build a time machine and go back and study WordPress’ history from the beginning.</p>\n<p><strong>8. Who would make a good replacement for Matt Mullenweg to lead WordPress and why?</strong></p>\n<p>Interesting question. I hear Steve Ballmer may have some free time on his hands as of late and…</p>\n<p>What?</p>\n<p>Oh. Well, it might be interesting if the respective heads of WordPress, Drupal, and Joomla! each took a year and a half and headed one of the other projects — Matt could head Joomla!, Dries could do WordPress, and, hmmm, I’m not sure who leads J!, but they could take Drupal. Bring some crazy outsider perspective to each, and maybe this way we’ll finally get proper request routing in WordPress.</p>\n<p><strong>9. What are 5 crazy facts we’d never guess about you? (Please give us more clues, even if you need to obscure them in riddles)</strong></p>\n<ol>\n<li>I aspire to performing stand-up comedy at some point, but my appeal is so niche, Spinal Tap’s puppet show would attract a larger audience.</li>\n<li>I was chased by a snapping turtle once.</li>\n<li>My best friend is a Tiger.</li>\n<li>Since they changed the Zodiac signs, I have no idea what my sign is anymore.</li>\n<li>As a kid, I wanted to be an aerospace engineer designing the successor to the SR-71.</li>\n<li>I’ll not be bound by your rules or conventions!</li>\n<li>I am a sweater. Take that as you will.</li>\n<li>Oxford comma forever.</li>\n<li>Emoticons and emoji actually hurt to use, so sometimes Tweeting as this persona is painful. :)</li>\n</ol>\n<p><strong>10. What’s your favorite plugin?</strong></p>\n<p><a href=\"https://wordpress.org/plugins/markdown-on-save/\" target=\"_blank\">Markdown on Save</a></p>\n<p><strong>11. What’s your opinion on post formats? Are they dead?</strong></p>\n<p>They never really caught on in the first place. Since Tumblr seems to be fading, I would imagine their eventual replacement will be whatever Wix, Weebly, SquareSpace, or Medium make into the new hotness.</p>\n<p>Aesop’s take on front-end editing (Lasso) is intriguing and I’d LOVE to see story-building replace post formats as a core feature.</p>\n<p>Plus, live streaming is hot, so I guess we can expect Meerkat/Periscope/Twitch-alike functionality built into WP 4.4.</p>\n<p><strong>12. If you were to speak at a WordCamp, what would your topic be?</strong></p>\n<p>“If”? You’re assuming I’ve never done so. :)</p>\n<p>“Humo[u]r And Open Source: Why So Serious?”</p>\n<p>Maybe someday I’ll present a la why the lucky stiff. Who knows?</p>\n<p>PS: <a href=\"https://twitter.com/hashtag/WPmovies?src=hash\" target=\"_blank\">#WPMovies</a> was possibly the highlight of my Twitter experience thus far. I love you all deeply for it.</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, 31 Mar 2015 15:40: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: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:39:\"Matt: Calvin and Hobbes And Mindfulness\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44901\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2015/03/calvin-and-hobbes-and-mindfulness/\";s: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:281:\"<p>Fun read by J.D. Andre: <a href=\"https://medium.com/@5rulesforlife/what-calvin-and-hobbes-taught-me-about-mindfulness-21f707245677\">What Calvin and Hobbes taught me about mindfulness</a>. I’ve been practicing daily <a href=\"http://www.calm.com/\">with the Calm app</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, 31 Mar 2015 04:23:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:24:\"Matt: Coworking Vacation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2015/03/coworking-vacation/\";s: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:197:\"<p>Cool distributed work article: <a href=\"http://qz.com/356977/why-i-decided-to-go-on-a-cowork-vacation-in-bali-for-a-month/\">Why I decided to go on a cowork vacation in Bali for a month </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:\"Mon, 30 Mar 2015 04:55:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:100:\"WPTavern: Mark Jaquith Releases Cache Buddy: A Plugin to Enhance Popular WordPress Caching Solutions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=41202\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"http://wptavern.com/mark-jaquith-releases-cache-buddy-a-plugin-to-enhance-popular-wordpress-caching-solutions\";s: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:3985:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/speed.jpg\" rel=\"prettyphoto[41202]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/speed.jpg?resize=927%2C425\" alt=\"photo credit: SergioMonsalve - cc\" class=\"size-full wp-image-30119\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/seegioo/4334436675/\">SergioMonsalve</a> – <a href=\"http://creativecommons.org/licenses/by-nd/2.0/\">cc</a>\n<p><a href=\"http://markjaquith.com/\" target=\"_blank\">Mark Jaquith</a>, one of the lead developers of WordPress, released <a href=\"https://wordpress.org/plugins/cache-buddy/\" target=\"_blank\">Cache Buddy</a> on WordPress.org over the weekend. His new plugin works alongside caching solutions, such as <a href=\"https://wordpress.org/plugins/wp-super-cache/\" target=\"_blank\">WP Super Cache</a>, <a href=\"https://wordpress.org/plugins/batcache/\" target=\"_blank\">Batcache</a>, and <a href=\"https://wordpress.org/plugins/w3-total-cache/\" target=\"_blank\">W3 Total Cache</a>, to enable WordPress to better serve cached pages to logged-in users.</p>\n<p>Jaquith knows just about everything there is to know about site optimization and caching techniques in WordPress. He recently gave a presentation at <a href=\"http://wptavern.com/wordcamp-london-2015-highlights-the-energy-in-the-uk-wordpress-scene-with-punk-wapuu-and-a-focus-on-non-profits\" target=\"_blank\">WordCamp London 2015</a>, entitled “<a href=\"http://www.slideshare.net/markjaquith/cache-money-business\" target=\"_blank\">Cache Money Business</a>” where he debuted the new plugin.</p>\n<p>He introduced Cache Buddy as “a companion for your WordPress page caching solution.” Ordinarily, when WordPress is serving pages to logged-in users or those with comment cookies, it cannot cache pages, even with popular caching plugins in place. Cache Buddy steps in to fill in the gap, allowing WordPress to serve a cached page to logged-in users by performing the following:</p>\n<ol>\n<li>Changes what paths logged-in cookies are set for (so they work in the WordPress backend, but don’t exist on the front of the site).</li>\n<li>Sets custom cookies with relevant information about the logged-in user, on the front of the site, making these cookies JavaScript-readable.</li>\n<li>Sets custom cookies for commenters (again, JavaScript-readable), and doesn’t set the normal WordPress comment cookies.</li>\n<li>Uses the information from these JavaScript cookies, plus some comment form magic, to recreate the comment form experience users would get from a dynamic page.</li>\n</ol>\n<p>By cutting down on the number of dynamic views (cache misses), the load on your sever is dramatically decreased. The toolbar will be hidden from Subscriber and Contributor users, but Authors, Editors, and Administrators will still see the toolbar and get dynamic views.</p>\n<p>Cache Buddy is ideal for sites that already have a caching solution in place and get lots of traffic but have no strict requirements on providing dynamic views. Jaquith summarized the kinds of sites for which Cache Buddy will not be useful:</p>\n<blockquote><p>If you have a BuddyPress site or an e-commerce site, you may honestly need WordPress logged-in cookies available on the front of your site. But if you’re just running a blog/CMS site with a significant number of commenters and logged-in Subscribers, this plugin could massively speed up your site, because requests that had to always be dynamic before, can now be served from a page cache.</p></blockquote>\n<p><a href=\"https://wordpress.org/plugins/cache-buddy/\" target=\"_blank\">Cache Buddy</a> is available to download for free from WordPress.org. To learn more about how it works, check out Jaquith’s <a href=\"https://markjaquith.wordpress.com/2015/03/27/cache-buddy/\" target=\"_blank\">post introducing the plugin</a>, as well as his <a href=\"http://www.slideshare.net/markjaquith/cache-money-business\" target=\"_blank\">slides</a> from WordCamp London 2015.</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, 30 Mar 2015 04:07:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:77:\"Post Status: Andrew Nacin has joined the White House’s U.S. Digital Service\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=12083\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://poststatus.com/andrew-nacin-has-joined-the-white-houses-u-s-digital-service/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6238:\"<p>Andrew Nacin hasn’t worked at <a href=\"http://audrey.co/\">Audrey Capital</a> since January. At Audrey, he has worked for more than four years for WordPress co-founder Matt Mullenweg, exclusively on the WordPress project. He has <a href=\"http://nacin.com/2015/03/29/us-digital-service/\">joined the White House’s new U.S. Digital Service</a>.</p>\n<p><a href=\"https://www.whitehouse.gov/digital/united-states-digital-service\">The U.S. Digital Service</a> is a new organization that operates from the White House, with an aim to modernize and transform the way the federal government operates digitally.</p>\n<blockquote><p>When I was approached, I have to admit that I was nervous to step back from the day-to-day buzz of WordPress because I’ve invested so much. But the community stepped up, in most cases not even knowing about my life change. That’s the beauty of open source, and the fantastic WordPress community in particular. WordPress continues to play an important role in my life. With <a href=\"http://ma.tt\">Matt Mullenweg</a>’s support and encouragement, I’m taking time away from Audrey, where I’ve worked since 2010. I’m still actively involved in the project, just not full time.</p></blockquote>\n<p>Those that are aware of WordPress core development and Nacin’s role in it, know that he’s enormously influential on the project. He’s lead developer for WordPress and has worked full-time or more than full-time exclusively on WordPress for years. He lead WordPress 3.5, 3.7, and 3.9 in a span of two years. In 2014, Nacin spent a lot of time on security related projects, and he’s always been heavily involved in a variety of WordPress.org website projects.</p>\n<h3>The year of delegation</h3>\n<p>Nacin spent much of 2014 attempting to make himself replaceable. No software project is healthy if there is one person that is so indispensable that if they were no longer involved the project would be severely burdened.</p>\n<p>From security, to internationalization efforts, to leading releases, to managing the WordPress.org website, Nacin has altered his role throughout the year to empower other contributors to do the type of work he was doing.</p>\n<p>His transfer to the U.S. Digital Service just happened to be good timing with this effort. The perfect testament is that he’s been working full time with the U.S. Digital Service since January and the large majority of the WordPress core development community has had no idea.</p>\n<p>Some may be concerned about what happens without Nacin full time on core. The answer is that “business as usual” will happen, and is already happening.</p>\n<h3>About the U.S. Digital Service</h3>\n<p><span class=\"pullquote alignright\">Members of the U.S. Digital Service come from all over the country and some of the top tech companies in the world.</span> Facebook, Twitter, Amazon, Google, and Microsoft are among them. They work on small teams and embed into troubled federal projects to help test, triage, and transform them to success. Wired has a great in-depth article on <a href=\"http://www.wired.com/2014/08/healthcare-gov/\">how the organization works</a>. The team was established in the wake of the Healthcare.gov disaster, and they’re taking the success they had fixing Healthcare.gov across the government.</p>\n<p>Nacin is on one of these teams, and it’s hard to imagine a more perfect fit. Those that follow him <a href=\"https://twitter.com/nacin\">on Twitter</a> or know him in person can see his passion for government. He also lives in DC and has friends in various parts of government.</p>\n<blockquote><p>It’s my nature to look for the hardest problems to solve. I like to take on big challenges and spend every ounce of energy working to solve them. I believe in what we’re doing here. The stakes are high. No matter the challenge, I know what we’re doing will change millions of lives.</p></blockquote>\n<h3>A changing role</h3>\n<p>He’ll be away from Audrey for his stint in government. At some point, he may come back to Audrey and resume his work. It’s actually a preferred method of employment for many members of the U.S. Digital Service. Many of the team members are leaving lucrative jobs to work for the government, which has many restrictions that had to be overcome.</p>\n<p>They even <a href=\"http://www.wired.com/2014/08/the-white-house-dickerson/\">make exceptions on how they dress</a>. The program is designed for members of the U.S. Digital Service to have flexible employment, where they work for six months, or maybe a year, and then they return to the private sector. They may even rotate into the U.S. Digital Service multiple times.</p>\n<p>In his <a href=\"http://nacin.com/2015/03/29/us-digital-service/\">announcement post</a>, Nacin advocates for others to consider <a href=\"https://www.whitehouse.gov/digital/united-states-digital-service#section-join\">joining the U.S. Digital Service</a>. I think it would be incredible if more WordPress developers were involved at that level of government, and it would be a further testament to open source’s standing in the government community — a sector that was slow to adopt open technology but now is doing so regularly.</p>\n<p>WordPress lead developers are not always full time on WordPress. Mark Jaquith has never been full time on the project. It is more important that they can guide the project, but being a lead developer doesn’t mean writing code for WordPress every day. It means steering the ship, and that’s what Nacin and the other lead developers do day to day.</p>\n<p>I’m really excited for Nacin, and I think it’s great for the project. The amount he will learn and engage with the U.S. Digital Service will make him an even better WordPress lead developer. The U.S. Digital Service is also one of the most exciting government initiatives I’ve ever seen.</p>\n<p>You can learn more about his decision to join <a href=\"http://nacin.com/2015/03/29/us-digital-service/\">on his blog</a>, and learn more about the U.S. Digital Service <a href=\"https://www.whitehouse.gov/digital/united-states-digital-service/\">on their website</a>.</p>\n<p><em>Photo credit: <a href=\"http://kldn.net\">Vladimir Petkov</a></em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 29 Mar 2015 17:56:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:68:\"Andrew Nacin: I’ve joined the White House’s U.S. Digital Service\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"http://nacin.com/?p=4297\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://nacin.com/2015/03/29/us-digital-service/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6125:\"<blockquote><p>The need for effective government services is rising, while confidence in our ability to deliver them is dropping. More than ever, day-to-day interactions with government are powered by digital systems, and yet far too many Federal IT projects arrive late or over budget. Others are simply abandoned. These failures are often felt by those who count on it most — working class Americans and people who turn to government in a moment of need.<br />\n<cite>The U.S. Digital Service on <a href=\"https://www.whitehouse.gov/digital/united-states-digital-service/story\">whitehouse.gov</a></cite></p></blockquote>\n<p>When you’re presented with an opportunity to help transform how the federal government works for the American people, it’s really hard to say no.</p>\n<p>For five years and counting, I’ve had the honor and privilege as a lead developer of WordPress to play a role in a large, incredible movement to democratize publishing. From my home in D.C., I’ve closely watched <a href=\"http://www.data.gov/\">open data</a> and <a href=\"https://m.whitehouse.gov/blog/2014/06/02/ostp-s-own-open-government-plan\">open government efforts</a>. <a href=\"http://nacin.com/2014/03/24/an-hour-to-make-government-better/\">I feel very strongly</a> about an open, transparent, and efficient government — boosted in no small part by WordPress and open source.</p>\n<p>I’ve long admired a number of my new teammates, especially <a href=\"http://www.nextgov.com/cio-briefing/2015/03/meet-digital-service-guru-whos-helping-new-recruits-navigate-federal-bureaucracy/107148/\">Erie Meyer</a>, <a href=\"http://apieconomist.com/blog/2013/4/10/6h6gntzp6twfuw4zwrzu0j43u0o80p\">Gray Brooks</a>, and <a href=\"http://fcw.com/articles/2014/12/02/getting-started-at-usds.aspx\">Haley van Dyck</a>, for years of tenacity and hard work trying to change government from the inside out. <span>I’ve always felt I could be more effective helping government from the outside, by continuing to work on WordPress. </span><span>After all, we’ve all heard horror </span><span>stories of all sorts of red tape, from hiring to procurement and everything in between. And we’ve all heard how difficult government itself makes it to launch good government digital services. While many of us may have have wanted to help, few thought they could. Fewer knew how.</span></p>\n<p>But then the U.S. Digital Service was formed, from <a href=\"http://wired.com/2014/08/healthcare-gov/\">the team that helped rescue healthcare.gov</a>. It’s dedicated to tackling some of government’s most pressing problems, ones that directly affect millions of people’s lives.<strong> </strong>The formula is simple: take what helped turn around healthcare.gov and <a href=\"http://playbook.cio.gov\">apply it</a> to other high priority projects across government.</p>\n<p>In this day and age, public policy must be backed by effective technology to succeed. The American people need our help and our government has asked us to serve, as <a href=\"https://www.whitehouse.gov/digital/united-states-digital-service#section-join\">doers and makers, creative thinkers, and specialized technologists dedicated to untangling, rewiring, and redesigning our government</a>.</p>\n<p>In January, I joined the U.S. Digital Service.</p>\n<p>When I was approached, I have to admit that I was nervous to step back from the day-to-day buzz of WordPress because I’ve invested so much. But the community stepped up, in most cases not even knowing about my life change. That’s the beauty of open source, and the fantastic WordPress community in particular. WordPress continues to play an important role in my life. With <a href=\"http://ma.tt/\">Matt Mullenweg</a>’s support and encouragement, I’m taking time away from Audrey, where I’ve worked since 2010. I’m still actively involved in the project, just not full time.</p>\n<p>The U.S. Digital Service is the real deal. I’ve been astounded by the impact we’ve already made. We’ve recruited <a href=\"https://www.whitehouse.gov/blog/2015/03/19/president-obama-names-david-recordon-director-white-house-information-technology\">some</a> <a href=\"http://www.washingtonpost.com/blogs/the-switch/wp/2014/09/04/white-house-names-googles-megan-smith-the-next-chief-technology-officer-of-the-united-states/\">of</a> <a href=\"https://www.whitehouse.gov/blog/2014/08/20/day-one-mikey-dickerson-us-digital-service-administrator\">the</a> <a href=\"https://www.whitehouse.gov/blog/2015/02/18/white-house-names-dr-dj-patil-first-us-chief-data-scientist\">best</a> <a href=\"https://www.whitehouse.gov/blog/2015/02/05/next-us-chief-information-officer\">and</a> <a href=\"https://medium.com/@USDigitalService/why-i-joined-the-u-s-digital-service-24c6682afce2?source=latest\">brightest</a>. Don’t just take my word for it — do what you can to <a href=\"https://medium.com/@USDigitalService/mikey-dickerson-to-sxsw-why-we-need-you-in-government-f31dab3263a0\">learn more about this movement</a> and <a href=\"http://www.whitehouse.gov/us-digital-service\">come help us make government better</a>. If you haven’t seen <a href=\"https://www.whitehouse.gov/digital/united-states-digital-service\">this video</a> yet, take a look. (A few of you have noticed me in the background.)</p>\n<p>It’s my nature to look for the hardest problems to solve. I like to take on big challenges and spend every ounce of energy working to solve them. I believe in what we’re doing here. The stakes are high. No matter the challenge, I know what we’re doing will change millions of lives.</p>\n<p>I thought I had made the most of my decade in D.C. I’ve witnessed a lot of history. I knew I’d have some great stories to tell my future kids and grandkids. <em>I was there. I saw it.</em> That was only the beginning.</p>\n<p></p>\n<p class=\"share-sfc-stc\"><a href=\"http://twitter.com/share?url=http%3A%2F%2Fwp.me%2FpQEdq-17j&count=vertical&related=nacin&text=I\'ve joined the White House\'s U.S. Digital Service\" class=\"twitter-share-button\"></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, 29 Mar 2015 17:25: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:\"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:\"\";}}}}}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:29:\"Matt: US memory championship.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44786\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2015/03/us-memory-championship/\";s: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:486:\"<blockquote><p>To attain the rank of grand master of memory, you must be able to perform three seemingly superhuman feats. You have to memorize 1,000 digits in under an hour, the precise order of 10 shuffled decks of playing cards in the same amount of time, and one shuffled deck in less than two minutes.</p></blockquote>\n<p>Ever wondered <a href=\"http://www.slate.com/articles/news_and_politics/dispatches/2005/03/forget_me_not.html\">how to win the U.S. memory championship</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, 29 Mar 2015 04:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:32:\"Matt: GNU Manifesto Turns Thirty\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44879\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2015/03/gnu-manifesto-turns-thirty/\";s: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:182:\"<p>The New Yorker has a great overview as <a href=\"http://www.newyorker.com/business/currency/the-gnu-manifesto-turns-thirty\">Richard Stallman’s GNU Manifesto Turns Thirty</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:\"Sat, 28 Mar 2015 04:32:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:83:\"WPTavern: Slack Adds Two-Factor Authentication Support After Recent Security Breach\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=41197\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/slack-adds-two-factor-authentication-support-after-recent-security-breach\";s: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:2859:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/11/slack-logo.jpg\" rel=\"prettyphoto[41197]\"><img class=\"aligncenter size-full wp-image-33466\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/11/slack-logo.jpg?resize=700%2C314\" alt=\"slack-logo\" /></a><a title=\"https://slack.com/\" href=\"https://slack.com/\">Slack</a>, which is used by thousands of people world-wide to communicate, recently <a title=\"http://slackhq.com/post/114696167740/march-2015-security-incident-and-launch-of-2fa\" href=\"http://slackhq.com/post/114696167740/march-2015-security-incident-and-launch-of-2fa\">suffered a security breach</a>. According to Slack, the breach occurred during a four-day period in February.</p>\n<p>Hackers gained access to a central database used to store user names, email addresses, and one-way encrypted (“hashed”) passwords. In addition, the database contains information that users may have optionally added to their profiles such as phone number and Skype ID.</p>\n<p>Slack uses <a title=\"http://en.wikipedia.org/wiki/Bcrypt\" href=\"http://en.wikipedia.org/wiki/Bcrypt\">bcrypt</a> with a randomly generated salt per-password that according to Slack, “makes it computationally infeasible that your password could be recreated from the hashed form.” No financial data was compromised and so far, the company hasn’t found any evidence that the hackers were able to decrypt the stored passwords.</p>\n<h2>Two New Security Options</h2>\n<p>Slack has launched two new features for individuals and team owners to help increase security. The first is <a title=\"http://en.wikipedia.org/wiki/Two_factor_authentication\" href=\"http://en.wikipedia.org/wiki/Two_factor_authentication\">Two-Factor authentication</a>. Slack has a <a title=\"https://slack.zendesk.com/hc/en-us/articles/204509068\" href=\"https://slack.zendesk.com/hc/en-us/articles/204509068\">detailed guide</a> that explains how to configure 2FA for your account. When you enable 2FA, you’ll be prompted to enter a verification code in addition to your normal password whenever you sign in.</p>\n<p>The second is a “<a title=\"https://my.slack.com/admin/auth#password_reset\" href=\"https://my.slack.com/admin/auth#password_reset\">Password Kill Switch</a>” for team owners. The kill switch allows for instantaneous team-wide resetting of passwords and forced termination of all user sessions for all team members. This means that everyone is signed out of your Slack team, in all apps and on all devices.</p>\n<h2>Enable 2FA Where Possible</h2>\n<p>Users are highly encouraged to enable 2FA on Slack and on any other service that supports it. To learn more about Slack’s security principles, including how to report security vulnerabilities, check out their <a title=\"https://slack.com/security\" href=\"https://slack.com/security\">security page</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, 27 Mar 2015 18:51:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:70:\"Post Status: The Excerpt Episode 2 — WordPress news with Julie Kuehl\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/?p=12067\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/the-excerpt-episode-2-wordpress-news-with-julie-kuehl/\";s: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:2288:\"<p>Welcome to <a href=\"https://poststatus.com/category/draft/the-excerpt/\">The Excerpt</a>, part of the <a href=\"https://poststatus.com/category/draft/\">Post Status Draft podcast</a>, which you can also find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>. Draft consists of two formats: long form interviews like I’ve done for a long time, and The Excerpt for a summary of news around the WordPress ecosystem.</p>\n<p>With The Excerpt, we cover a few of our favorite stories from the <a title=\"Post Status Membership Club\" href=\"https://poststatus.com/club/\">Post Status Club</a> over the last week or two. The primary goal is to keep it short and informational: we keep the podcast to 15 minutes.</p>\n<p>Content covered in The Excerpt will largely be samples from the members only content, but may also cover free articles and resources. You don’t have to be a member to enjoy The Excerpt, but it is a nice way to preview what members get every day.</p>\n<p>Here’s Episode 2, which <a href=\"https://poststatus.com/profiles/julie-kuehl/\">Julie Kuehl</a> hosted with me:</p>\n<a href=\"http://audio.simplecast.fm/9511.mp3\">http://audio.simplecast.fm/9511.mp3</a>\n<p><a href=\"http://audio.simplecast.fm/9511.mp3\">Direct Download</a></p>\n<ul>\n<li>Shiny Installs removed from 4.2, in Beta 3 release, (<a href=\"https://wordpress.org/news/2015/03/wordpress-4-2-beta-3/\">Beta release</a> and <a href=\"http://aaron.jorb.in/blog/2015/03/auto-activating-wordpress-plugins-is-the-right-choice/\">Aaron’s post</a>).</li>\n<li><a href=\"https://poststatus.com/notes/wp-engine-and-pagely-taking-different-routes-but-both-are-growing/\">Pagely and WP Engine are growing.</a></li>\n<li><a href=\"https://poststatus.com/notes/finding-your-place/ \">Finding your place</a>, by <a href=\"http://heropress.com/essays/finding-your-place/\">Rarst on HeroPress</a></li>\n<li><a href=\"https://poststatus.com/notes/version-1-2-of-the-wordpress-rest-api-released/\">1.2 of the REST API</a> (<a href=\"https://make.wordpress.org/core/2015/03/24/wp-rest-api-version-1-2/\">Original release post</a>).</li>\n<li>Partner feature: <a href=\"https://genesisdesignpro.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">Design Palette Pro</a>.</li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Mar 2015 15:27: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:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: Enhanced Plugin Installs Axed From WordPress 4.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://wptavern.com/?p=41191\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/enhanced-plugin-installs-axed-from-wordpress-4-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:2966:\"<p>A few days ago, <a title=\"http://wptavern.com/wordpress-4-2-radically-improves-the-plugin-install-and-update-process\" href=\"http://wptavern.com/wordpress-4-2-radically-improves-the-plugin-install-and-update-process\">we highlighted</a> how WordPress 4.2 radically improves the installation and update process for plugins. Several readers <a title=\"http://wptavern.com/wordpress-4-2-radically-improves-the-plugin-install-and-update-process#comments\" href=\"http://wptavern.com/wordpress-4-2-radically-improves-the-plugin-install-and-update-process#comments\">commented on the article</a> expressing that automatically activating plugins after installation is a bad idea. A decision was made during the March 25th, WordPress core developer chat to remove enhanced plugin installs from WordPress 4.2 and punt it to a future release. However, enhanced plugin updates will remain in WordPress 4.2.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NewPluginUpdateRoutine.gif\" rel=\"prettyphoto[41191]\"><img class=\"size-full wp-image-41064\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NewPluginUpdateRoutine.gif?resize=837%2C688\" alt=\"New Plugin Update Routine\" /></a>New Plugin Update Routine\n<p>It’s uncommon for functionality to be removed from WordPress this late in the development cycle. Drew Jaynes, who is <a title=\"http://wptavern.com/drew-jaynes-to-lead-wordpress-4-2\" href=\"http://wptavern.com/drew-jaynes-to-lead-wordpress-4-2\">leading the 4.2 release cycle,</a> explains that the feature just isn’t ready.</p>\n<blockquote><p>Prudence demands that we decide whether to do things now vs do things right. In this case, we want to make sure we handle the user experience of activating plugins after installation the right way for most use cases. So we still have ‘Shiny Updates’, but we’re going to have to fall back and regroup on ‘Shiny Installs’.</p></blockquote>\n<p>On the Make WordPress core blog, <a title=\"https://make.wordpress.org/core/2015/03/25/dev-chat-agenda-march-25-2015/#comment-25391\" href=\"https://make.wordpress.org/core/2015/03/25/dev-chat-agenda-march-25-2015/#comment-25391\">Aaron Jorbin outlined three issues</a> caused by auto activating plugins.</p>\n<ol>\n<li>Plugins that require after activation steps (such as connecting to Jetpack or Google Analytics, updating permalinks for BuddyPress, etc) aren’t obvious. We need a way for plugins to provide a notice upon activation that shows what to do next.</li>\n<li>Since the menu isn’t updated, users still need to do a page refresh in order for the changes to actually go in effect and for them to use the features of many plugins.</li>\n<li>There are plugins such as maintenance mode ones that users will not want to be activated right away.</li>\n</ol>\n<p>The idea of installing plugins inline is sound, but until the user experience issues are addressed, the plugin install process will remain the same.</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, 26 Mar 2015 20:50:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"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:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 09 Apr 2015 17:35:58 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"216628\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Thu, 09 Apr 2015 17:15:14 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20130911080210\";}','no'),(127,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1428644158','no'),(128,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1428600958','no'),(129,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1428644159','no'),(130,'_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:117:\"\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: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:45:\"https://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:\"Thu, 09 Apr 2015 17:31: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: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:30:{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: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:46:\"https://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:33:\"15@https://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: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: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:54:\"https://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:35:\"8321@https://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 Yoast's WordPress SEO plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2572@https://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:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s: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: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:55:\"https://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:35:\"2141@https://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: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:18:\"Wordfence 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:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29832@https://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:137:\"Wordfence Security is a free enterprise class security and performance plugin that makes your site up to 50 times faster and more secure.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Wordfence\";s: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: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:49:\"https://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:36:\"23862@https://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:28:\"Your WordPress, Streamlined.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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: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: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:59:\"https://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:34:\"753@https://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: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: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:53:\"https://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:36:\"29860@https://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: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: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:60:\"https://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:36:\"18101@https://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: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:34:\"UpdraftPlus 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:53:\"https://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:36:\"38058@https://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:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (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:\"\";}}}}}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:25:\"Google Analytics 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:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2316@https://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:124:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 11 Apr 2013 10:36:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"51888@https://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:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Greg Priday\";s: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:21:\"WPtouch Mobile Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/wptouch/#post-5468\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 May 2008 04:58:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"5468@https://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:67:\"Make your WordPress website mobile-friendly with just a few clicks.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"BraveNewCode Inc.\";s: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: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:56:\"https://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:35:\"1169@https://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:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 12 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: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:19:\"Shortcodes Ultimate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/shortcodes-ultimate/#post-25618\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 04 Apr 2011 13:08:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"25618@https://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:61:\"Supercharge your WordPress theme with mega pack of shortcodes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Vladimir Anokhin\";s: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: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:64:\"https://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:34:\"132@https://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:14:\"Arne Brachhold\";s: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: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 Smush.it\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wp-smushit/#post-7936\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Dec 2008 00:00: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"7936@https://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:148:\"Improve performance and get faster load times by optimizing image files with Smush.it for WordPress – “It's the best plugin of its kind.”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Alex Dunae\";s: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: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:64:\"https://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:36:\"25254@https://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:68:\"Customise WordPress with powerful, professional and intuitive 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: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:18;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:\"Disable 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2011 04:42: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26907@https://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:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"solarissmoke\";s: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: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:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 10 Mar 2013 17:07: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:36:\"50539@https://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:148:\"Displays Google Analytics reports and real-time statistics in your WordPress Dashboard. Inserts the latest tracking code in every page of your site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s: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: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:\"iThemes Security (formerly 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:60:\"https://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:36:\"21738@https://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:63:\"The easiest, most effective way to secure WordPress 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:21;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:\"Meta Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/ml-slider/#post-49521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 14 Feb 2013 16:56:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"49521@https://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 to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Matcha Labs\";s: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: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:\"Contact Form DB\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wordpress.org/plugins/contact-form-7-to-database-extension/#post-19767\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Aug 2010 02:24:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"19767@https://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:102:\"Saves submitted form data to the database. Export the data to a file or use short codes to display it.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Michael Simpson\";s: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: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:\"BackUpWordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/backupwordpress/#post-2236\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 02 Sep 2007 21:15:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2236@https://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:59:\"Simple automated backups of your WordPress powered website.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Tom Willmot\";s: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: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:\"Fast Secure Contact Form\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/si-contact-form/#post-12636\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Aug 2009 01:20:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"12636@https://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:\"An easy and powerful form builder that lets your visitors send you email. Blocks all automated spammers. No templates to mess with.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mike Challis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"InfiniteWP Client\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/iwp-client/#post-36147\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 Mar 2012 04:21:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"36147@https://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:143:\"Install this plugin on unlimited sites and manage them all from a central dashboard.\nThis plugin communicates with your InfiniteWP Admin Panel.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"infinitewp\";s: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: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:20:\"EWWW Image Optimizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/ewww-image-optimizer/#post-38780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 06 Jun 2012 19:30: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"38780@https://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:144:\"Reduce file sizes for images in WordPress including NextGEN, GRAND FlAGallery and more using lossless/lossy methods and image format conversion.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"nosilver4u\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Share Buttons by AddToAny\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/add-to-any/#post-498\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 17 Mar 2007 23:08:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"498@https://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:142:\"Share buttons for WordPress including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, WhatsApp and many more.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"micropat\";s: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: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:57:\"https://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:35:\"2082@https://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:29;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:13:\"WP to Twitter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wp-to-twitter/#post-7509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 30 Oct 2008 20:13:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"7509@https://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:114:\"Posts a Twitter update when you update your WordPress blog or add a link, with your chosen URL shortening service.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Joe Dolson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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:46:\"https://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:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 09 Apr 2015 17:35:59 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:7:\"expires\";s:29:\"Thu, 09 Apr 2015 18:06:43 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Thu, 09 Apr 2015 17:31:43 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911080210\";}','no'),(131,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1428644159','no'),(132,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1428600959','no'),(133,'_transient_timeout_plugin_slugs','1428687359','no'),(134,'_transient_plugin_slugs','a:2:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";}','no'),(135,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1428644159','no'),(136,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2015/04/improvements-to-wordpress-org/\'>Improvements to WordPress.org</a> <span class=\"rss-date\">April 4, 2015</span><div class=\"rssSummary\">If you visit WordPress.org regularly you might have noticed some changes around the place. If you don’t, now’s the time to check them out! We’ve been working hard to improve the site to make it more useful to everyone, both developers and users, and we hope you like what we’ve done. New Theme and Plugin Directories […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/wpweekly-episode-187-the-pain-points-of-wordpress-with-bob-dunn-of-bobwp\' title=\'This week, Marcus Couch and I are joined by WordPress trainer and coach, Bob Dunn. Dunn provides WordPress training through workshops, one-on-one training, and tutorials. I enjoy interviewing WordPress trainers and coaches because they have unique insight into the trouble spots users experience with WordPress. We discuss some of the most common pain points p\'>WPTavern: WPWeekly Episode 187 – The Pain Points of WordPress with Bob Dunn of BobWP</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/stack-overflow-developer-survey-ranks-wordpress-as-the-3rd-most-dreaded-technology\' title=\'Stack Overflow has released the results of its 2015 developer survey, which covers a wide range of topics including preferred programming languages, education, compensation, and even caffeine consumption. The 45-question survey ran for just two weeks in February and the site was able to collect results from more than 26,000 participants. Obviously, Stack Ove\'>WPTavern: Stack Overflow Developer Survey Ranks WordPress as the 3rd Most Dreaded Technology</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/microsofts-open-source-progress-and-its-relationship-with-wordpress\' title=\'For years, Microsoft and open source have rarely been used in the same sentence. With new leadership, the company has made major strides in becoming part of the open source movement. Late last year, the company announced its .NET server stack would be open source, enabling .NET to become a cross-platform framework. The company has placed thousands of open so\'>WPTavern: Microsoft’s Open Source Progress and Its Relationship with WordPress</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/siteorigin-panels/\' class=\'dashboard-news-plugin-link\'>Page Builder by SiteOrigin</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=siteorigin-panels&_wpnonce=2b49fab7f0&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Page Builder by SiteOrigin\'>Install</a>)</span></li></ul></div>','no'),(139,'_transient_is_multi_author','0','yes'),(140,'_transient_twentyfourteen_category_count','1','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=2 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'); /*!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=4 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 (1,1,'2014-08-13 15:26:49','2014-08-13 15:26:49','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world','','','2014-08-13 15:26:49','2014-08-13 15:26:49','',0,'http://roboticus.com/hal/?p=1',0,'post','',1),(2,1,'2014-08-13 15:26:49','2014-08-13 15:26:49','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 doohickeys 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://roboticus.com/hal/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','open','open','','sample-page','','','2014-08-13 15:26:49','2014-08-13 15:26:49','',0,'http://roboticus.com/hal/?page_id=2',0,'page','',0),(3,1,'2015-04-09 17:35:55','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2015-04-09 17:35:55','0000-00-00 00:00:00','',0,'http://roboticus.com/hal/?p=3',0,'post','',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,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=2 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,1); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `slug` varchar(200) NOT NULL default '', `term_group` bigint(10) NOT NULL default '0', PRIMARY KEY (`term_id`), UNIQUE KEY `slug` (`slug`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=2 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); /*!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=15 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','rxeno'),(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\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp350_media,wp360_revisions,wp360_locks,wp390_widgets'),(13,1,'show_welcome_panel','1'),(14,1,'wp_dashboard_quick_press_last_post_id','3'); /*!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,'rxeno','$P$Bq1g0X/XG3SmlwDqPjnlWkoyyGQlSx/','rxeno','rxeno@earthhertz.com','','2014-08-13 15:26:49','',0,'rxeno'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_0383996_17' -- 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 2015-04-09 17:45:35