0byt3m1n1
Path:
/
data
/
21
/
3
/
152
/
37
/
3967689
/
meta
/
4406325
/
mysql.backup
/
[
Home
]
File: 1_03c1a29_1.mysqlv114.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv114 Database: 1_03c1a29_1 -- ------------------------------------------------------ -- 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`), KEY `comment_author_email` (`comment_author_email`(10)) ) 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=395 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://03c1a29.netsolhost.com/wpdev','yes'),(2,'blogname','Washington State Aviation Alliance','yes'),(3,'blogdescription','Protecting and promoting aviation in the state of Washington.','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','runamuk0@msn.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','closed','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(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','','yes'),(26,'moderation_notify','1','yes'),(27,'permalink_structure','/%postname%/','yes'),(28,'gzipcompression','0','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:7:{i:0;s:31:\"child-themify/child-themify.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:19:\"jetpack/jetpack.php\";i:3;s:37:\"magic-action-box/magic-action-box.php\";i:4;s:29:\"pdf-embedder/pdf_embedder.php\";i:5;s:23:\"pdf-print/pdf-print.php\";i:7;s:19:\"wptouch/wptouch.php\";}','yes'),(33,'home','http://03c1a29.netsolhost.com/wpdev','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','','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:2:{i:0;s:113:\"\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wpdev/wp-content/themes/devdmbootstrap3-child/style.css\";i:2;s:0:\"\";}','no'),(41,'template','devdmbootstrap3','yes'),(42,'stylesheet','devdmbootstrap3-child','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','30133','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','page','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','','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','','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:2:{s:53:\"child-theme-configurator/child-theme-configurator.php\";s:22:\"chld_thm_cfg_uninstall\";s:23:\"pdf-print/pdf-print.php\";s:17:\"pdfprnt_uninstall\";}','no'),(83,'timezone_string','America/Los_Angeles','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','52','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:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:13:\"right-sidebar\";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:12:\"left-sidebar\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(96,'cron','a:8:{i:1426623117;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1426634716;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:1426634769;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1426637519;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1426638538;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1426653309;a:1:{s:28:\"wptouch_cron_backup_settings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1426664220;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;}}}s:7:\"version\";i:2;}','yes'),(137,'WPLANG','','yes'),(138,'db_upgraded','','yes'),(101,'_transient_random_seed','addbe5686487dc6cdf135c2bd74935be','yes'),(102,'nonce_key','@g,:`}0FE%(z;J4i&bbuorvG@0B%1#wJY#TGm|bx-uLsyW_sZ<`Gbj77gszY3~p1','yes'),(103,'nonce_salt','GvVHs4U#)WEife?b(:<$xF%T.O56n|N&yW]=Fm}3N)4w2<9Rlg#G-wOhRYl)0dtk','yes'),(140,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";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:12:\"last_checked\";i:1426622442;s:15:\"version_checked\";s:5:\"4.1.1\";s:12:\"translations\";a:0:{}}','yes'),(246,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1426449090;s:4:\"data\";a:4:{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:{}}}}','yes'),(143,'can_compress_scripts','1','yes'),(295,'_transient_timeout_wpcom_subscribers_total','1426472278','no'),(144,'recently_activated','a:2:{s:39:\"vanilla-pdf-embed/vanilla-pdf-embed.php\";i:1426548751;s:53:\"child-theme-configurator/child-theme-configurator.php\";i:1426459024;}','yes'),(297,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1426480190','yes'),(298,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:40:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"4916\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3078\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3022\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2529\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2346\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"1892\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1729\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1680\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"1678\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1676\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1612\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1609\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1505\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1322\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1276\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1175\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1171\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1083\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1079\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"918\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"905\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"874\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"843\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"837\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"794\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"758\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"748\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"709\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:3:\"700\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"692\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"682\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"657\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"649\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"642\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"642\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"623\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"620\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"605\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"600\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"593\";}}','yes'),(392,'_site_transient_timeout_theme_roots','1426624241','yes'),(393,'_site_transient_theme_roots','a:8:{s:15:\"bootstrap-basic\";s:7:\"/themes\";s:18:\"bootstrap-ultimate\";s:7:\"/themes\";s:21:\"devdmbootstrap3-child\";s:7:\"/themes\";s:15:\"devdmbootstrap3\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(296,'_transient_wpcom_subscribers_total','a:2:{s:6:\"status\";s:7:\"success\";s:5:\"value\";i:0;}','no'),(109,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:16:\"runamuk0@msn.com\";s:7:\"version\";s:5:\"3.9.3\";s:9:\"timestamp\";i:1426375560;}','yes'),(179,'eo_def_gf_array','a:3:{s:13:\"font_src_slug\";s:8:\"gwf_font\";s:13:\"font_src_name\";s:12:\"Google Fonts\";s:10:\"font_faces\";a:652:{s:7:\"abeezee\";a:4:{s:4:\"name\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-10-31\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"abel\";a:4:{s:4:\"name\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"abrilfatface\";a:4:{s:4:\"name\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"aclonica\";a:4:{s:4:\"name\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"acme\";a:4:{s:4:\"name\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"actor\";a:4:{s:4:\"name\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"adamina\";a:4:{s:4:\"name\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"adventpro\";a:4:{s:4:\"name\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:5:\"latin\";}}s:14:\"aguafinascript\";a:4:{s:4:\"name\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"akronim\";a:4:{s:4:\"name\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-26\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"aladin\";a:4:{s:4:\"name\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"aldrich\";a:4:{s:4:\"name\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"alef\";a:4:{s:4:\"name\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2013-05-22\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"alegreya\";a:4:{s:4:\"name\";s:8:\"Alegreya\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"lastMod\";s:10:\"2012-08-08\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"alegreyasc\";a:4:{s:4:\"name\";s:11:\"Alegreya SC\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"alexbrush\";a:4:{s:4:\"name\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"alfaslabone\";a:4:{s:4:\"name\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"alice\";a:4:{s:4:\"name\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"alike\";a:4:{s:4:\"name\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"alikeangular\";a:4:{s:4:\"name\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"allan\";a:4:{s:4:\"name\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"allerta\";a:4:{s:4:\"name\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"allertastencil\";a:4:{s:4:\"name\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"allura\";a:4:{s:4:\"name\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"almendra\";a:4:{s:4:\"name\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:15:\"almendradisplay\";a:4:{s:4:\"name\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"almendrasc\";a:4:{s:4:\"name\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"amarante\";a:4:{s:4:\"name\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"amaranth\";a:4:{s:4:\"name\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"amaticsc\";a:4:{s:4:\"name\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"amethysta\";a:4:{s:4:\"name\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"anaheim\";a:4:{s:4:\"name\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"andada\";a:4:{s:4:\"name\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"andika\";a:4:{s:4:\"name\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:6:\"angkor\";a:4:{s:4:\"name\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:21:\"annieuseyourtelescope\";a:4:{s:4:\"name\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"anonymouspro\";a:4:{s:4:\"name\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:6:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:12:\"cyrillic-ext\";i:4;s:8:\"cyrillic\";i:5;s:5:\"latin\";}}s:5:\"antic\";a:4:{s:4:\"name\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"anticdidone\";a:4:{s:4:\"name\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"anticslab\";a:4:{s:4:\"name\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"anton\";a:4:{s:4:\"name\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"arapey\";a:4:{s:4:\"name\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"arbutus\";a:4:{s:4:\"name\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"arbutusslab\";a:4:{s:4:\"name\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-26\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:18:\"architectsdaughter\";a:4:{s:4:\"name\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"archivoblack\";a:4:{s:4:\"name\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-26\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:13:\"archivonarrow\";a:4:{s:4:\"name\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-12-17\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"arimo\";a:4:{s:4:\"name\";s:5:\"Arimo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2013-07-31\";s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:10:\"vietnamese\";i:3;s:9:\"greek-ext\";i:4;s:12:\"cyrillic-ext\";i:5;s:8:\"cyrillic\";i:6;s:5:\"latin\";}}s:8:\"arizonia\";a:4:{s:4:\"name\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"armata\";a:4:{s:4:\"name\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-23\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"artifika\";a:4:{s:4:\"name\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"arvo\";a:4:{s:4:\"name\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"asap\";a:4:{s:4:\"name\";s:4:\"Asap\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"asset\";a:4:{s:4:\"name\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"astloch\";a:4:{s:4:\"name\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"asul\";a:4:{s:4:\"name\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"atomicage\";a:4:{s:4:\"name\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"aubrey\";a:4:{s:4:\"name\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"audiowide\";a:4:{s:4:\"name\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"autourone\";a:4:{s:4:\"name\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-26\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"average\";a:4:{s:4:\"name\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"averagesans\";a:4:{s:4:\"name\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:17:\"averiagruesalibre\";a:4:{s:4:\"name\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"averialibre\";a:4:{s:4:\"name\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"averiasanslibre\";a:4:{s:4:\"name\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"averiaseriflibre\";a:4:{s:4:\"name\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"badscript\";a:4:{s:4:\"name\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}}s:9:\"balthazar\";a:4:{s:4:\"name\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"bangers\";a:4:{s:4:\"name\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"basic\";a:4:{s:4:\"name\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"battambang\";a:4:{s:4:\"name\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2013-06-12\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:7:\"baumans\";a:4:{s:4:\"name\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"bayon\";a:4:{s:4:\"name\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:8:\"belgrano\";a:4:{s:4:\"name\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"belleza\";a:4:{s:4:\"name\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"benchnine\";a:4:{s:4:\"name\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"bentham\";a:4:{s:4:\"name\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"berkshireswash\";a:4:{s:4:\"name\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"bevan\";a:4:{s:4:\"name\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-08\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"bigelowrules\";a:4:{s:4:\"name\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"bigshotone\";a:4:{s:4:\"name\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"bilbo\";a:4:{s:4:\"name\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:14:\"bilboswashcaps\";a:4:{s:4:\"name\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"bitter\";a:4:{s:4:\"name\";s:6:\"Bitter\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"blackopsone\";a:4:{s:4:\"name\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-23\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"bokor\";a:4:{s:4:\"name\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:6:\"bonbon\";a:4:{s:4:\"name\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"boogaloo\";a:4:{s:4:\"name\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"bowlbyone\";a:4:{s:4:\"name\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"bowlbyonesc\";a:4:{s:4:\"name\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"brawler\";a:4:{s:4:\"name\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"breeserif\";a:4:{s:4:\"name\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:13:\"bubblegumsans\";a:4:{s:4:\"name\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"bubblerone\";a:4:{s:4:\"name\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:4:\"buda\";a:4:{s:4:\"name\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"buenard\";a:4:{s:4:\"name\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"butcherman\";a:4:{s:4:\"name\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:13:\"butterflykids\";a:4:{s:4:\"name\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"cabin\";a:4:{s:4:\"name\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"cabincondensed\";a:4:{s:4:\"name\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"cabinsketch\";a:4:{s:4:\"name\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"caesardressing\";a:4:{s:4:\"name\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"cagliostro\";a:4:{s:4:\"name\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"calligraffitti\";a:4:{s:4:\"name\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"cambo\";a:4:{s:4:\"name\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"candal\";a:4:{s:4:\"name\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"cantarell\";a:4:{s:4:\"name\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"cantataone\";a:4:{s:4:\"name\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-23\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"cantoraone\";a:4:{s:4:\"name\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"capriola\";a:4:{s:4:\"name\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"cardo\";a:4:{s:4:\"name\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:5:\"latin\";}}s:5:\"carme\";a:4:{s:4:\"name\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"carroisgothic\";a:4:{s:4:\"name\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"carroisgothicsc\";a:4:{s:4:\"name\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"carterone\";a:4:{s:4:\"name\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"caudex\";a:4:{s:4:\"name\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:5:\"latin\";}}s:17:\"cedarvillecursive\";a:4:{s:4:\"name\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"cevicheone\";a:4:{s:4:\"name\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"changaone\";a:4:{s:4:\"name\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"chango\";a:4:{s:4:\"name\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:16:\"chauphilomeneone\";a:4:{s:4:\"name\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"chelaone\";a:4:{s:4:\"name\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-26\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:13:\"chelseamarket\";a:4:{s:4:\"name\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"chenla\";a:4:{s:4:\"name\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:15:\"cherrycreamsoda\";a:4:{s:4:\"name\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"cherryswash\";a:4:{s:4:\"name\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-10-26\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"chewy\";a:4:{s:4:\"name\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"chicle\";a:4:{s:4:\"name\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"chivo\";a:4:{s:4:\"name\";s:5:\"Chivo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"cinzel\";a:4:{s:4:\"name\";s:6:\"Cinzel\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"lastMod\";s:10:\"2012-10-26\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"cinzeldecorative\";a:4:{s:4:\"name\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"lastMod\";s:10:\"2012-10-26\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"clickerscript\";a:4:{s:4:\"name\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:4:\"coda\";a:4:{s:4:\"name\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"codacaption\";a:4:{s:4:\"name\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}s:7:\"lastMod\";s:10:\"2012-08-01\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"codystar\";a:4:{s:4:\"name\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"combo\";a:4:{s:4:\"name\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-26\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"comfortaa\";a:4:{s:4:\"name\";s:9:\"Comfortaa\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:5:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:12:\"cyrillic-ext\";i:3;s:8:\"cyrillic\";i:4;s:5:\"latin\";}}s:10:\"comingsoon\";a:4:{s:4:\"name\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"concertone\";a:4:{s:4:\"name\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"condiment\";a:4:{s:4:\"name\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"content\";a:4:{s:4:\"name\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:11:\"contrailone\";a:4:{s:4:\"name\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"convergence\";a:4:{s:4:\"name\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"cookie\";a:4:{s:4:\"name\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"copse\";a:4:{s:4:\"name\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"corben\";a:4:{s:4:\"name\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"courgette\";a:4:{s:4:\"name\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"cousine\";a:4:{s:4:\"name\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2013-08-14\";s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:10:\"vietnamese\";i:3;s:9:\"greek-ext\";i:4;s:12:\"cyrillic-ext\";i:5;s:8:\"cyrillic\";i:6;s:5:\"latin\";}}s:8:\"coustard\";a:4:{s:4:\"name\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:18:\"coveredbyyourgrace\";a:4:{s:4:\"name\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"craftygirls\";a:4:{s:4:\"name\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"creepster\";a:4:{s:4:\"name\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"creteround\";a:4:{s:4:\"name\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"crimsontext\";a:4:{s:4:\"name\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"croissantone\";a:4:{s:4:\"name\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"crushed\";a:4:{s:4:\"name\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"cuprum\";a:4:{s:4:\"name\";s:6:\"Cuprum\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-08-02\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:6:\"cutive\";a:4:{s:4:\"name\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"cutivemono\";a:4:{s:4:\"name\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-31\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"damion\";a:4:{s:4:\"name\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"dancingscript\";a:4:{s:4:\"name\";s:14:\"Dancing Script\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"dangrek\";a:4:{s:4:\"name\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:16:\"dawningofanewday\";a:4:{s:4:\"name\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"daysone\";a:4:{s:4:\"name\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"delius\";a:4:{s:4:\"name\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"deliusswashcaps\";a:4:{s:4:\"name\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"deliusunicase\";a:4:{s:4:\"name\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"dellarespira\";a:4:{s:4:\"name\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"denkone\";a:4:{s:4:\"name\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-12-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"devonshire\";a:4:{s:4:\"name\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"didactgothic\";a:4:{s:4:\"name\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:6:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:12:\"cyrillic-ext\";i:4;s:8:\"cyrillic\";i:5;s:5:\"latin\";}}s:9:\"diplomata\";a:4:{s:4:\"name\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"diplomatasc\";a:4:{s:4:\"name\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-26\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"domine\";a:4:{s:4:\"name\";s:6:\"Domine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-12-06\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"donegalone\";a:4:{s:4:\"name\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-12-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"doppioone\";a:4:{s:4:\"name\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"dorsa\";a:4:{s:4:\"name\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"dosis\";a:4:{s:4:\"name\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"drsugiyama\";a:4:{s:4:\"name\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"droidsans\";a:4:{s:4:\"name\";s:10:\"Droid Sans\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"droidsansmono\";a:4:{s:4:\"name\";s:15:\"Droid Sans Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"droidserif\";a:4:{s:4:\"name\";s:11:\"Droid Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"durusans\";a:4:{s:4:\"name\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-23\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"dynalight\";a:4:{s:4:\"name\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"ebgaramond\";a:4:{s:4:\"name\";s:11:\"EB Garamond\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:5:{i:0;s:9:\"latin-ext\";i:1;s:10:\"vietnamese\";i:2;s:12:\"cyrillic-ext\";i:3;s:8:\"cyrillic\";i:4;s:5:\"latin\";}}s:9:\"eaglelake\";a:4:{s:4:\"name\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"eater\";a:4:{s:4:\"name\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"economica\";a:4:{s:4:\"name\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"electrolize\";a:4:{s:4:\"name\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"elsie\";a:4:{s:4:\"name\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"lastMod\";s:10:\"2012-12-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:14:\"elsieswashcaps\";a:4:{s:4:\"name\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"lastMod\";s:10:\"2012-12-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"emblemaone\";a:4:{s:4:\"name\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"emilyscandy\";a:4:{s:4:\"name\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"engagement\";a:4:{s:4:\"name\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"englebert\";a:4:{s:4:\"name\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"enriqueta\";a:4:{s:4:\"name\";s:9:\"Enriqueta\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"ericaone\";a:4:{s:4:\"name\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"esteban\";a:4:{s:4:\"name\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:14:\"euphoriascript\";a:4:{s:4:\"name\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"ewert\";a:4:{s:4:\"name\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:3:\"exo\";a:4:{s:4:\"name\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"expletussans\";a:4:{s:4:\"name\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"fanwoodtext\";a:4:{s:4:\"name\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"fascinate\";a:4:{s:4:\"name\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"fascinateinline\";a:4:{s:4:\"name\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"fasterone\";a:4:{s:4:\"name\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-31\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"fasthand\";a:4:{s:4:\"name\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:8:\"faunaone\";a:4:{s:4:\"name\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-06-12\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"federant\";a:4:{s:4:\"name\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"federo\";a:4:{s:4:\"name\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"felipa\";a:4:{s:4:\"name\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"fenix\";a:4:{s:4:\"name\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"fingerpaint\";a:4:{s:4:\"name\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"fjallaone\";a:4:{s:4:\"name\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-12-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"fjordone\";a:4:{s:4:\"name\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"flamenco\";a:4:{s:4:\"name\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"flavors\";a:4:{s:4:\"name\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"fondamento\";a:4:{s:4:\"name\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:15:\"fontdinerswanky\";a:4:{s:4:\"name\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"forum\";a:4:{s:4:\"name\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:11:\"francoisone\";a:4:{s:4:\"name\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"freckleface\";a:4:{s:4:\"name\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:18:\"frederickathegreat\";a:4:{s:4:\"name\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"fredokaone\";a:4:{s:4:\"name\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"freehand\";a:4:{s:4:\"name\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:6:\"fresca\";a:4:{s:4:\"name\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"frijole\";a:4:{s:4:\"name\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"fruktur\";a:4:{s:4:\"name\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-01-16\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"fugazone\";a:4:{s:4:\"name\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"gfsdidot\";a:4:{s:4:\"name\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}}s:14:\"gfsneohellenic\";a:4:{s:4:\"name\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}}s:8:\"gabriela\";a:4:{s:4:\"name\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-03-07\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"gafata\";a:4:{s:4:\"name\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-03-07\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"galdeano\";a:4:{s:4:\"name\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"galindo\";a:4:{s:4:\"name\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-16\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"gentiumbasic\";a:4:{s:4:\"name\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:16:\"gentiumbookbasic\";a:4:{s:4:\"name\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:3:\"geo\";a:4:{s:4:\"name\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-10-26\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"geostar\";a:4:{s:4:\"name\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"geostarfill\";a:4:{s:4:\"name\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"germaniaone\";a:4:{s:4:\"name\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"gildadisplay\";a:4:{s:4:\"name\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"giveyouglory\";a:4:{s:4:\"name\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"glassantiqua\";a:4:{s:4:\"name\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"glegoo\";a:4:{s:4:\"name\";s:6:\"Glegoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:16:\"gloriahallelujah\";a:4:{s:4:\"name\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"goblinone\";a:4:{s:4:\"name\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"gochihand\";a:4:{s:4:\"name\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"gorditas\";a:4:{s:4:\"name\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"goudybookletter1911\";a:4:{s:4:\"name\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"graduate\";a:4:{s:4:\"name\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"grandhotel\";a:4:{s:4:\"name\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-12-06\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"gravitasone\";a:4:{s:4:\"name\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"greatvibes\";a:4:{s:4:\"name\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"griffy\";a:4:{s:4:\"name\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"gruppo\";a:4:{s:4:\"name\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"gudea\";a:4:{s:4:\"name\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"habibi\";a:4:{s:4:\"name\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:14:\"hammersmithone\";a:4:{s:4:\"name\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-23\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"hanalei\";a:4:{s:4:\"name\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"hanaleifill\";a:4:{s:4:\"name\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"handlee\";a:4:{s:4:\"name\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"hanuman\";a:4:{s:4:\"name\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:11:\"happymonkey\";a:4:{s:4:\"name\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"headlandone\";a:4:{s:4:\"name\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-23\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"hennypenny\";a:4:{s:4:\"name\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:18:\"herrvonmuellerhoff\";a:4:{s:4:\"name\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:13:\"holtwoodonesc\";a:4:{s:4:\"name\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"homemadeapple\";a:4:{s:4:\"name\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"homenaje\";a:4:{s:4:\"name\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"imfelldwpica\";a:4:{s:4:\"name\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"imfelldwpicasc\";a:4:{s:4:\"name\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"imfelldoublepica\";a:4:{s:4:\"name\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:18:\"imfelldoublepicasc\";a:4:{s:4:\"name\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"imfellenglish\";a:4:{s:4:\"name\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"imfellenglishsc\";a:4:{s:4:\"name\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:17:\"imfellfrenchcanon\";a:4:{s:4:\"name\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"imfellfrenchcanonsc\";a:4:{s:4:\"name\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:17:\"imfellgreatprimer\";a:4:{s:4:\"name\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"imfellgreatprimersc\";a:4:{s:4:\"name\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"iceberg\";a:4:{s:4:\"name\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"iceland\";a:4:{s:4:\"name\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"imprima\";a:4:{s:4:\"name\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"inconsolata\";a:4:{s:4:\"name\";s:11:\"Inconsolata\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-09-26\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"inder\";a:4:{s:4:\"name\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"indieflower\";a:4:{s:4:\"name\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"inika\";a:4:{s:4:\"name\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"irishgrover\";a:4:{s:4:\"name\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"istokweb\";a:4:{s:4:\"name\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:8:\"italiana\";a:4:{s:4:\"name\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"italianno\";a:4:{s:4:\"name\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:15:\"jacquesfrancois\";a:4:{s:4:\"name\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:21:\"jacquesfrancoisshadow\";a:4:{s:4:\"name\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"jimnightshade\";a:4:{s:4:\"name\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"jockeyone\";a:4:{s:4:\"name\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"jollylodger\";a:4:{s:4:\"name\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"josefinsans\";a:4:{s:4:\"name\";s:12:\"Josefin Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"josefinslab\";a:4:{s:4:\"name\";s:12:\"Josefin Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"jotione\";a:4:{s:4:\"name\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"judson\";a:4:{s:4:\"name\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"julee\";a:4:{s:4:\"name\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"juliussansone\";a:4:{s:4:\"name\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-26\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"junge\";a:4:{s:4:\"name\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"jura\";a:4:{s:4:\"name\";s:4:\"Jura\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:6:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:12:\"cyrillic-ext\";i:4;s:8:\"cyrillic\";i:5;s:5:\"latin\";}}s:15:\"justanotherhand\";a:4:{s:4:\"name\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"justmeagaindownhere\";a:4:{s:4:\"name\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-05-22\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"kameron\";a:4:{s:4:\"name\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"karla\";a:4:{s:4:\"name\";s:5:\"Karla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:13:\"kaushanscript\";a:4:{s:4:\"name\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"kavoon\";a:4:{s:4:\"name\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-01-23\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"keaniaone\";a:4:{s:4:\"name\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"kellyslab\";a:4:{s:4:\"name\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:5:\"kenia\";a:4:{s:4:\"name\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-01\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"khmer\";a:4:{s:4:\"name\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-06-12\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:7:\"kiteone\";a:4:{s:4:\"name\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-31\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"knewave\";a:4:{s:4:\"name\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"kottaone\";a:4:{s:4:\"name\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"koulen\";a:4:{s:4:\"name\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:6:\"kranky\";a:4:{s:4:\"name\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"kreon\";a:4:{s:4:\"name\";s:5:\"Kreon\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"kristi\";a:4:{s:4:\"name\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"kronaone\";a:4:{s:4:\"name\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:13:\"labelleaurore\";a:4:{s:4:\"name\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"lancelot\";a:4:{s:4:\"name\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"lato\";a:4:{s:4:\"name\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"leaguescript\";a:4:{s:4:\"name\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"leckerlione\";a:4:{s:4:\"name\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-08\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"ledger\";a:4:{s:4:\"name\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:6:\"lekton\";a:4:{s:4:\"name\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"lemon\";a:4:{s:4:\"name\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"librebaskerville\";a:4:{s:4:\"name\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-12-06\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"lifesavers\";a:4:{s:4:\"name\";s:11:\"Life Savers\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-12-17\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"lilitaone\";a:4:{s:4:\"name\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:13:\"lilyscriptone\";a:4:{s:4:\"name\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-06-12\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"limelight\";a:4:{s:4:\"name\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-23\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"lindenhill\";a:4:{s:4:\"name\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"lobster\";a:4:{s:4:\"name\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:10:\"lobstertwo\";a:4:{s:4:\"name\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"londrinaoutline\";a:4:{s:4:\"name\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"londrinashadow\";a:4:{s:4:\"name\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"londrinasketch\";a:4:{s:4:\"name\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"londrinasolid\";a:4:{s:4:\"name\";s:14:\"Londrina Solid\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"lora\";a:4:{s:4:\"name\";s:4:\"Lora\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:17:\"loveyalikeasister\";a:4:{s:4:\"name\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"lovedbytheking\";a:4:{s:4:\"name\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"loversquarrel\";a:4:{s:4:\"name\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"luckiestguy\";a:4:{s:4:\"name\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"lusitana\";a:4:{s:4:\"name\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"lustria\";a:4:{s:4:\"name\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"macondo\";a:4:{s:4:\"name\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"macondoswashcaps\";a:4:{s:4:\"name\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"magra\";a:4:{s:4:\"name\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"maidenorange\";a:4:{s:4:\"name\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"mako\";a:4:{s:4:\"name\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"marcellus\";a:4:{s:4:\"name\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"marcellussc\";a:4:{s:4:\"name\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"marckscript\";a:4:{s:4:\"name\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:9:\"margarine\";a:4:{s:4:\"name\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"markoone\";a:4:{s:4:\"name\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"marmelad\";a:4:{s:4:\"name\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:6:\"marvel\";a:4:{s:4:\"name\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"mate\";a:4:{s:4:\"name\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"matesc\";a:4:{s:4:\"name\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"mavenpro\";a:4:{s:4:\"name\";s:9:\"Maven Pro\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"mclaren\";a:4:{s:4:\"name\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-16\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"meddon\";a:4:{s:4:\"name\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"medievalsharp\";a:4:{s:4:\"name\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"medulaone\";a:4:{s:4:\"name\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"megrim\";a:4:{s:4:\"name\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"meiescript\";a:4:{s:4:\"name\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-23\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"merienda\";a:4:{s:4:\"name\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"meriendaone\";a:4:{s:4:\"name\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"merriweather\";a:4:{s:4:\"name\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"lastMod\";s:10:\"2013-05-22\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:16:\"merriweathersans\";a:4:{s:4:\"name\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";}s:7:\"lastMod\";s:10:\"2013-06-12\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"metal\";a:4:{s:4:\"name\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:10:\"metalmania\";a:4:{s:4:\"name\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-16\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"metamorphous\";a:4:{s:4:\"name\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-23\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"metrophobic\";a:4:{s:4:\"name\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"michroma\";a:4:{s:4:\"name\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"milonga\";a:4:{s:4:\"name\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-12-06\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"miltonian\";a:4:{s:4:\"name\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"miltoniantattoo\";a:4:{s:4:\"name\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"miniver\";a:4:{s:4:\"name\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"missfajardose\";a:4:{s:4:\"name\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:13:\"modernantiqua\";a:4:{s:4:\"name\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"molengo\";a:4:{s:4:\"name\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"molle\";a:4:{s:4:\"name\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-09-26\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"monda\";a:4:{s:4:\"name\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-12-06\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"monofett\";a:4:{s:4:\"name\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"monoton\";a:4:{s:4:\"name\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:18:\"monsieurladoulaise\";a:4:{s:4:\"name\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"montaga\";a:4:{s:4:\"name\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"montez\";a:4:{s:4:\"name\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"montserrat\";a:4:{s:4:\"name\";s:10:\"Montserrat\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:20:\"montserratalternates\";a:4:{s:4:\"name\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"montserratsubrayada\";a:4:{s:4:\"name\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"moul\";a:4:{s:4:\"name\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:8:\"moulpali\";a:4:{s:4:\"name\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:20:\"mountainsofchristmas\";a:4:{s:4:\"name\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"mousememoirs\";a:4:{s:4:\"name\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"mrbedfort\";a:4:{s:4:\"name\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"mrdafoe\";a:4:{s:4:\"name\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"mrdehaviland\";a:4:{s:4:\"name\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:17:\"mrssaintdelafield\";a:4:{s:4:\"name\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"mrssheppards\";a:4:{s:4:\"name\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:4:\"muli\";a:4:{s:4:\"name\";s:4:\"Muli\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"mysteryquest\";a:4:{s:4:\"name\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"neucha\";a:4:{s:4:\"name\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}}s:6:\"neuton\";a:4:{s:4:\"name\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"newrocker\";a:4:{s:4:\"name\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-12-06\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"newscycle\";a:4:{s:4:\"name\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-08-16\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"niconne\";a:4:{s:4:\"name\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"nixieone\";a:4:{s:4:\"name\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-01\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"nobile\";a:4:{s:4:\"name\";s:6:\"Nobile\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"nokora\";a:4:{s:4:\"name\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-10-26\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:7:\"norican\";a:4:{s:4:\"name\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"nosifer\";a:4:{s:4:\"name\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:17:\"nothingyoucoulddo\";a:4:{s:4:\"name\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"noticiatext\";a:4:{s:4:\"name\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"vietnamese\";i:2;s:5:\"latin\";}}s:8:\"notosans\";a:4:{s:4:\"name\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2013-04-17\";s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:10:\"vietnamese\";i:3;s:9:\"greek-ext\";i:4;s:12:\"cyrillic-ext\";i:5;s:8:\"cyrillic\";i:6;s:5:\"latin\";}}s:9:\"notoserif\";a:4:{s:4:\"name\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2013-04-17\";s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:10:\"vietnamese\";i:3;s:9:\"greek-ext\";i:4;s:12:\"cyrillic-ext\";i:5;s:8:\"cyrillic\";i:6;s:5:\"latin\";}}s:7:\"novacut\";a:4:{s:4:\"name\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"novaflat\";a:4:{s:4:\"name\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"novamono\";a:4:{s:4:\"name\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";}}s:8:\"novaoval\";a:4:{s:4:\"name\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"novaround\";a:4:{s:4:\"name\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"novascript\";a:4:{s:4:\"name\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"novaslim\";a:4:{s:4:\"name\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"novasquare\";a:4:{s:4:\"name\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"numans\";a:4:{s:4:\"name\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"nunito\";a:4:{s:4:\"name\";s:6:\"Nunito\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"odormeanchey\";a:4:{s:4:\"name\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:7:\"offside\";a:4:{s:4:\"name\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-31\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"oldstandardtt\";a:4:{s:4:\"name\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"oldenburg\";a:4:{s:4:\"name\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"oleoscript\";a:4:{s:4:\"name\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:19:\"oleoscriptswashcaps\";a:4:{s:4:\"name\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"opensans\";a:4:{s:4:\"name\";s:9:\"Open Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:10:\"vietnamese\";i:3;s:9:\"greek-ext\";i:4;s:12:\"cyrillic-ext\";i:5;s:8:\"cyrillic\";i:6;s:5:\"latin\";}}s:17:\"opensanscondensed\";a:4:{s:4:\"name\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:10:\"vietnamese\";i:3;s:9:\"greek-ext\";i:4;s:12:\"cyrillic-ext\";i:5;s:8:\"cyrillic\";i:6;s:5:\"latin\";}}s:11:\"oranienbaum\";a:4:{s:4:\"name\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-23\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:8:\"orbitron\";a:4:{s:4:\"name\";s:8:\"Orbitron\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"oregano\";a:4:{s:4:\"name\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-08-16\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"orienta\";a:4:{s:4:\"name\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:14:\"originalsurfer\";a:4:{s:4:\"name\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"oswald\";a:4:{s:4:\"name\";s:6:\"Oswald\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:14:\"overtherainbow\";a:4:{s:4:\"name\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"overlock\";a:4:{s:4:\"name\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"overlocksc\";a:4:{s:4:\"name\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:3:\"ovo\";a:4:{s:4:\"name\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"oxygen\";a:4:{s:4:\"name\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-10-31\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"oxygenmono\";a:4:{s:4:\"name\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"ptmono\";a:4:{s:4:\"name\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-04-10\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:6:\"ptsans\";a:4:{s:4:\"name\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2013-05-29\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:13:\"ptsanscaption\";a:4:{s:4:\"name\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2013-05-29\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:12:\"ptsansnarrow\";a:4:{s:4:\"name\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2013-05-29\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:7:\"ptserif\";a:4:{s:4:\"name\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2013-05-29\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:14:\"ptserifcaption\";a:4:{s:4:\"name\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2013-05-29\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:8:\"pacifico\";a:4:{s:4:\"name\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"paprika\";a:4:{s:4:\"name\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-31\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"parisienne\";a:4:{s:4:\"name\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"passeroone\";a:4:{s:4:\"name\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"passionone\";a:4:{s:4:\"name\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:16:\"pathwaygothicone\";a:4:{s:4:\"name\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-06-12\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"patrickhand\";a:4:{s:4:\"name\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-02-27\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"vietnamese\";i:2;s:5:\"latin\";}}s:13:\"patrickhandsc\";a:4:{s:4:\"name\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-02-27\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"vietnamese\";i:2;s:5:\"latin\";}}s:8:\"patuaone\";a:4:{s:4:\"name\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-08\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"paytoneone\";a:4:{s:4:\"name\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"peralta\";a:4:{s:4:\"name\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-08\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:15:\"permanentmarker\";a:4:{s:4:\"name\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:17:\"petitformalscript\";a:4:{s:4:\"name\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"petrona\";a:4:{s:4:\"name\";s:7:\"Petrona\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"philosopher\";a:4:{s:4:\"name\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}}s:6:\"piedra\";a:4:{s:4:\"name\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"pinyonscript\";a:4:{s:4:\"name\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"pirataone\";a:4:{s:4:\"name\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"plaster\";a:4:{s:4:\"name\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:4:\"play\";a:4:{s:4:\"name\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:6:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:12:\"cyrillic-ext\";i:4;s:8:\"cyrillic\";i:5;s:5:\"latin\";}}s:8:\"playball\";a:4:{s:4:\"name\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:15:\"playfairdisplay\";a:4:{s:4:\"name\";s:16:\"Playfair Display\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:17:\"playfairdisplaysc\";a:4:{s:4:\"name\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"lastMod\";s:10:\"2012-10-31\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:7:\"podkova\";a:4:{s:4:\"name\";s:7:\"Podkova\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"poiretone\";a:4:{s:4:\"name\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:9:\"pollerone\";a:4:{s:4:\"name\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"poly\";a:4:{s:4:\"name\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"pompiere\";a:4:{s:4:\"name\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"pontanosans\";a:4:{s:4:\"name\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:14:\"portlligatsans\";a:4:{s:4:\"name\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"portlligatslab\";a:4:{s:4:\"name\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"prata\";a:4:{s:4:\"name\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"preahvihear\";a:4:{s:4:\"name\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:12:\"pressstart2p\";a:4:{s:4:\"name\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:13:\"princesssofia\";a:4:{s:4:\"name\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"prociono\";a:4:{s:4:\"name\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"prostoone\";a:4:{s:4:\"name\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:7:\"puritan\";a:4:{s:4:\"name\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"purplepurse\";a:4:{s:4:\"name\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"quando\";a:4:{s:4:\"name\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"quantico\";a:4:{s:4:\"name\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"quattrocento\";a:4:{s:4:\"name\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:16:\"quattrocentosans\";a:4:{s:4:\"name\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"questrial\";a:4:{s:4:\"name\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"quicksand\";a:4:{s:4:\"name\";s:9:\"Quicksand\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"quintessential\";a:4:{s:4:\"name\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"qwigley\";a:4:{s:4:\"name\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:13:\"racingsansone\";a:4:{s:4:\"name\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-16\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"radley\";a:4:{s:4:\"name\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"raleway\";a:4:{s:4:\"name\";s:7:\"Raleway\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"ralewaydots\";a:4:{s:4:\"name\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"rambla\";a:4:{s:4:\"name\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"rammettoone\";a:4:{s:4:\"name\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"ranchers\";a:4:{s:4:\"name\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"rancho\";a:4:{s:4:\"name\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"rationale\";a:4:{s:4:\"name\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"redressed\";a:4:{s:4:\"name\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"reeniebeanie\";a:4:{s:4:\"name\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"revalia\";a:4:{s:4:\"name\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"ribeye\";a:4:{s:4:\"name\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"ribeyemarrow\";a:4:{s:4:\"name\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"righteous\";a:4:{s:4:\"name\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"risque\";a:4:{s:4:\"name\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"roboto\";a:4:{s:4:\"name\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}s:7:\"lastMod\";s:10:\"2013-07-31\";s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:10:\"vietnamese\";i:3;s:9:\"greek-ext\";i:4;s:12:\"cyrillic-ext\";i:5;s:8:\"cyrillic\";i:6;s:5:\"latin\";}}s:15:\"robotocondensed\";a:4:{s:4:\"name\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2013-07-31\";s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:10:\"vietnamese\";i:3;s:9:\"greek-ext\";i:4;s:12:\"cyrillic-ext\";i:5;s:8:\"cyrillic\";i:6;s:5:\"latin\";}}s:10:\"robotoslab\";a:4:{s:4:\"name\";s:11:\"Roboto Slab\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2013-07-31\";s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:10:\"vietnamese\";i:3;s:9:\"greek-ext\";i:4;s:12:\"cyrillic-ext\";i:5;s:8:\"cyrillic\";i:6;s:5:\"latin\";}}s:9:\"rochester\";a:4:{s:4:\"name\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"rocksalt\";a:4:{s:4:\"name\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"rokkitt\";a:4:{s:4:\"name\";s:7:\"Rokkitt\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"romanesco\";a:4:{s:4:\"name\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-16\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"ropasans\";a:4:{s:4:\"name\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"rosario\";a:4:{s:4:\"name\";s:7:\"Rosario\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2013-05-22\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"rosarivo\";a:4:{s:4:\"name\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"rougescript\";a:4:{s:4:\"name\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"ruda\";a:4:{s:4:\"name\";s:4:\"Ruda\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"rufina\";a:4:{s:4:\"name\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"rugeboogie\";a:4:{s:4:\"name\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"ruluko\";a:4:{s:4:\"name\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"rumraisin\";a:4:{s:4:\"name\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:13:\"ruslandisplay\";a:4:{s:4:\"name\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:8:\"russoone\";a:4:{s:4:\"name\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:6:\"ruthie\";a:4:{s:4:\"name\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:3:\"rye\";a:4:{s:4:\"name\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-23\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"sacramento\";a:4:{s:4:\"name\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:4:\"sail\";a:4:{s:4:\"name\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"salsa\";a:4:{s:4:\"name\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"sanchez\";a:4:{s:4:\"name\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"sancreek\";a:4:{s:4:\"name\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"sansitaone\";a:4:{s:4:\"name\";s:11:\"Sansita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"sarina\";a:4:{s:4:\"name\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"satisfy\";a:4:{s:4:\"name\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"scada\";a:4:{s:4:\"name\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-09-26\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:10:\"schoolbell\";a:4:{s:4:\"name\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"seaweedscript\";a:4:{s:4:\"name\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"sevillana\";a:4:{s:4:\"name\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"seymourone\";a:4:{s:4:\"name\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-26\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:16:\"shadowsintolight\";a:4:{s:4:\"name\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"shadowsintolighttwo\";a:4:{s:4:\"name\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"shanti\";a:4:{s:4:\"name\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"share\";a:4:{s:4:\"name\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-10-31\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"sharetech\";a:4:{s:4:\"name\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"sharetechmono\";a:4:{s:4:\"name\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"shojumaru\";a:4:{s:4:\"name\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"shortstack\";a:4:{s:4:\"name\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"siemreap\";a:4:{s:4:\"name\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:9:\"sigmarone\";a:4:{s:4:\"name\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-08\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"signika\";a:4:{s:4:\"name\";s:7:\"Signika\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:15:\"signikanegative\";a:4:{s:4:\"name\";s:16:\"Signika Negative\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"simonetta\";a:4:{s:4:\"name\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"sintony\";a:4:{s:4:\"name\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2013-02-27\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"sirinstencil\";a:4:{s:4:\"name\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"sixcaps\";a:4:{s:4:\"name\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"skranji\";a:4:{s:4:\"name\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-08-23\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"slackey\";a:4:{s:4:\"name\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"smokum\";a:4:{s:4:\"name\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"smythe\";a:4:{s:4:\"name\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"sniglet\";a:4:{s:4:\"name\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:7:\"lastMod\";s:10:\"2013-09-26\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"snippet\";a:4:{s:4:\"name\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-08\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"snowburstone\";a:4:{s:4:\"name\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-12-17\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"sofadione\";a:4:{s:4:\"name\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"sofia\";a:4:{s:4:\"name\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"sonsieone\";a:4:{s:4:\"name\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:14:\"sortsmillgoudy\";a:4:{s:4:\"name\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:13:\"sourcecodepro\";a:4:{s:4:\"name\";s:15:\"Source Code Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"lastMod\";s:10:\"2013-01-23\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:13:\"sourcesanspro\";a:4:{s:4:\"name\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}s:7:\"lastMod\";s:10:\"2013-09-26\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"vietnamese\";i:2;s:5:\"latin\";}}s:12:\"specialelite\";a:4:{s:4:\"name\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"spicyrice\";a:4:{s:4:\"name\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"spinnaker\";a:4:{s:4:\"name\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"spirax\";a:4:{s:4:\"name\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"squadaone\";a:4:{s:4:\"name\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"stalemate\";a:4:{s:4:\"name\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"stalinistone\";a:4:{s:4:\"name\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-26\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:14:\"stardosstencil\";a:4:{s:4:\"name\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"stintultracondensed\";a:4:{s:4:\"name\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:18:\"stintultraexpanded\";a:4:{s:4:\"name\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"stoke\";a:4:{s:4:\"name\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-08\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"strait\";a:4:{s:4:\"name\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-31\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:17:\"sueellenfrancisco\";a:4:{s:4:\"name\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"sunshiney\";a:4:{s:4:\"name\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"supermercadoone\";a:4:{s:4:\"name\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-23\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"suwannaphum\";a:4:{s:4:\"name\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-06-12\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:15:\"swankyandmoomoo\";a:4:{s:4:\"name\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"syncopate\";a:4:{s:4:\"name\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"tangerine\";a:4:{s:4:\"name\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"taprom\";a:4:{s:4:\"name\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:5:\"tauri\";a:4:{s:4:\"name\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-02-27\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"telex\";a:4:{s:4:\"name\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"tenorsans\";a:4:{s:4:\"name\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:9:\"textmeone\";a:4:{s:4:\"name\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:15:\"thegirlnextdoor\";a:4:{s:4:\"name\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"tienne\";a:4:{s:4:\"name\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"tinos\";a:4:{s:4:\"name\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2013-07-31\";s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:10:\"vietnamese\";i:3;s:9:\"greek-ext\";i:4;s:12:\"cyrillic-ext\";i:5;s:8:\"cyrillic\";i:6;s:5:\"latin\";}}s:8:\"titanone\";a:4:{s:4:\"name\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"titilliumweb\";a:4:{s:4:\"name\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"tradewinds\";a:4:{s:4:\"name\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"trocchi\";a:4:{s:4:\"name\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"trochut\";a:4:{s:4:\"name\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"trykker\";a:4:{s:4:\"name\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"tulpenone\";a:4:{s:4:\"name\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"ubuntu\";a:4:{s:4:\"name\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:6:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:12:\"cyrillic-ext\";i:4;s:8:\"cyrillic\";i:5;s:5:\"latin\";}}s:15:\"ubuntucondensed\";a:4:{s:4:\"name\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:6:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:12:\"cyrillic-ext\";i:4;s:8:\"cyrillic\";i:5;s:5:\"latin\";}}s:10:\"ubuntumono\";a:4:{s:4:\"name\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:6:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:12:\"cyrillic-ext\";i:4;s:8:\"cyrillic\";i:5;s:5:\"latin\";}}s:5:\"ultra\";a:4:{s:4:\"name\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"uncialantiqua\";a:4:{s:4:\"name\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"underdog\";a:4:{s:4:\"name\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-26\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:8:\"unicaone\";a:4:{s:4:\"name\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-31\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:14:\"unifrakturcook\";a:4:{s:4:\"name\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:18:\"unifrakturmaguntia\";a:4:{s:4:\"name\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"unkempt\";a:4:{s:4:\"name\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"unlock\";a:4:{s:4:\"name\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"unna\";a:4:{s:4:\"name\";s:4:\"Unna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"vt323\";a:4:{s:4:\"name\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"vampiroone\";a:4:{s:4:\"name\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"varela\";a:4:{s:4:\"name\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"varelaround\";a:4:{s:4:\"name\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"vastshadow\";a:4:{s:4:\"name\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"vibur\";a:4:{s:4:\"name\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"vidaloka\";a:4:{s:4:\"name\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"viga\";a:4:{s:4:\"name\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"voces\";a:4:{s:4:\"name\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"volkhov\";a:4:{s:4:\"name\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"vollkorn\";a:4:{s:4:\"name\";s:8:\"Vollkorn\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"voltaire\";a:4:{s:4:\"name\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:20:\"waitingforthesunrise\";a:4:{s:4:\"name\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"wallpoet\";a:4:{s:4:\"name\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"walterturncoat\";a:4:{s:4:\"name\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"warnes\";a:4:{s:4:\"name\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"wellfleet\";a:4:{s:4:\"name\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"wendyone\";a:4:{s:4:\"name\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-12-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"wireone\";a:4:{s:4:\"name\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"yanonekaffeesatz\";a:4:{s:4:\"name\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:4:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"yellowtail\";a:4:{s:4:\"name\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"yesevaone\";a:4:{s:4:\"name\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-26\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:10:\"yesteryear\";a:4:{s:4:\"name\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"zeyada\";a:4:{s:4:\"name\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}}}','yes'),(166,'sharing-options','a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:0:{}s:6:\"custom\";a:0:{}}}','yes'),(112,'auth_key','SXd&dsr#Bd?Tfu[7icWVy/L36s(#_A.INw[(,u5>i`lP`jIkc[]Fy2/sK@.bm%~P','yes'),(113,'auth_salt',':hWhrrl]c4cR]rj-T]r:W6WU^F) qW.GIXijwZ~p{/o|}_qFmB%5f^.h,Q&nDLvL','yes'),(114,'logged_in_key','DB4nynjA.`K4w:UMJ*D$<IwwSWG:*vw=2RV4.Dk^EG#@fio!6|zV3#cc8TQ//TIZ','yes'),(115,'logged_in_salt','.+7*x)<6n$-Tp:mV1TbmN-lsj|g#8*TCS|l{7S.!i7<`oBtzrV)%S-Y@T(kg;ycV','yes'),(117,'_site_transient_timeout_browser_73b9f98ff6ae54da565d4ec89e273c53','1426980361','yes'),(118,'_site_transient_browser_73b9f98ff6ae54da565d4ec89e273c53','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"41.0.2272.89\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(344,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1426564273','no'),(345,'_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:\"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:\"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-beta1-31790\";s:7:\"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:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 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:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=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:4259:\"<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://s0.wp.com/wp-content/mu-plugins/emoji/twemoji/72x72/1f44d.png\" class=\"wp-smiley\" style=\"height: 1em;\" /> (<a href=\"https://core.trac.wordpress.org/ticket/31242\">#31242</a>).</li>\n</ul>\n<p><strong>Developers</strong>: There have been a lot of changes for you to test as well, including:</p>\n<ul>\n<li><strong>Taxonomy Roadmap:</strong> Terms shared across multiple taxonomies will <a href=\"https://make.wordpress.org/core/2015/02/16/taxonomy-term-splitting-in-4-2-a-developer-guide/\">now be split</a> into separate terms when one of them is updated. Please let us know if you hit any snags (<a href=\"https://core.trac.wordpress.org/ticket/5809/\">#5809</a>).</li>\n<li>New <code>wp.a11y.speak()</code> functionality helps your JavaScript talk to screen readers to better inform impaired users what’s happening on-screen. Try it out in your plugin or theme and let us know if you notice any adverse affects (<a href=\"https://core.trac.wordpress.org/ticket/31368/\">#31368</a>).</li>\n<li>Named clause support has been added to <code>WP_Query</code>, <code>WP_Comment_Query</code>, and <code>WP_User_Query</code>, allowing specific <code>meta_query</code> clauses to be used with <code>orderby</code>. If you have any complex queries, please test them (<a href=\"https://core.trac.wordpress.org/ticket/31045/\">#31045</a>, <a href=\"https://core.trac.wordpress.org/ticket/31265/\">#31265</a>).</li>\n</ul>\n<p>If you want a more in-depth view of what changes have made it into 4.2, <a href=\"https://make.wordpress.org/core/tag/week-in-core/\">check out the weekly review posts</a> on the main development blog.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">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> so far.</p>\n<p>Happy testing!</p>\n<p><em>Press This: switch a theme</em><br />\n<em>Save time installing plugins</em><br />\n<em>Testing makes us</em> <img src=\"https://s0.wp.com/wp-content/mu-plugins/emoji/twemoji/72x72/1f603.png\" class=\"wp-smiley\" style=\"height: 1em;\" /></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-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s: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:35:\"WordPress 4.1.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2015/02/wordpress-4-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/news/2015/02/wordpress-4-1-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:\"Wed, 18 Feb 2015 23:40: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3436\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:345:\"WordPress 4.1.1 is now available. This maintenance release fixes 21 bugs in version 4.1. Some of you may have been waiting to update to the latest version until now, but there just wasn’t much to address. WordPress 4.1 was a smooth-sailing release and has seen more than 14 million downloads in the last two months. For a full […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3086:\"<p>WordPress 4.1.1 is now available. This maintenance release fixes 21 bugs in version 4.1.</p>\n<p>Some of you may have been waiting to update to the latest version until now, but there just wasn’t much to address. WordPress 4.1 was a smooth-sailing release and has seen more than 14 million downloads in the last two months.</p>\n<p class=\"p1\"><span class=\"s1\">For a full list of changes, consult the <a href=\"https://core.trac.wordpress.org/query?milestone=4.1.1&group=severity&order=component\">list of tickets</a> and the <a href=\"https://core.trac.wordpress.org/log/branches/4.1?stop_rev=30974&rev=31474\">changelog</a>. We fixed one annoying issue where a tag and a category with the same name could get muddled and prevent each other from being updated.</span></p>\n<p>If you are one of the millions already running WordPress 4.1 and your site, we’ve started rolling out automatic background updates for 4.1.1 for sites <a href=\"https://wordpress.org/plugins/background-update-tester/\">that support them</a>. Otherwise, <a href=\"https://wordpress.org/download/\">download WordPress 4.1.1</a> or visit <strong>Dashboard → Updates</strong> and simply click “Update Now.”</p>\n<p>Thanks to everyone who contributed to 4.1.1: <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/chrico\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/hissy\">Takuro Hishikawa</a>, <a href=\"https://profiles.wordpress.org/ipm-frommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Iseulde</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sippis\">sippis</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, and <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>.</p>\n<p>It is with both great honor and sadness we also recognize Kim Parsell as a contributor to this release and a <a href=\"https://make.wordpress.org/docs/2015/01/05/rip-kim-parsell/\">truly beloved member of the community</a> until her untimely passing in December. The project is working to establish a conference travel <a href=\"https://make.wordpress.org/community/2015/01/15/remembering-kim-parsell/\">scholarship</a> in her memory. We miss you, Kim.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/02/wordpress-4-1-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 4.1 “Dinah”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/news/2014/12/dinah/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/news/2014/12/dinah/#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, 18 Dec 2014 18:35:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3386\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:360:\"Version 4.1 of WordPress, named “Dinah” in honor of jazz singer Dinah Washington, is available for download or update in your WordPress dashboard. New features in WordPress 4.1 help you focus on your writing, and the new default theme lets you show it off in style. Introducing Twenty Fifteen Our newest default theme, Twenty Fifteen, is […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:24563:\"<p>Version 4.1 of WordPress, named “Dinah” in honor of jazz singer <a href=\"http://wikipedia.org/wiki/Dinah_Washington\">Dinah Washington</a>, is available for download or update in your WordPress dashboard. New features in WordPress 4.1 help you focus on your writing, and the new default theme lets you show it off in style.</p>\n<hr />\n<h2 style=\"text-align: center\">Introducing Twenty Fifteen</h2>\n<p><img class=\"aligncenter size-large wp-image-3389\" src=\"https://wordpress.org/news/files/2014/12/2015-laptop-1024x533.png\" alt=\"2015-laptop\" width=\"692\" height=\"360\" /></p>\n<h3>Our newest default theme, Twenty Fifteen, is a blog-focused theme designed for clarity.</h3>\n<p><img class=\"alignright wp-image-3426 size-medium\" src=\"https://wordpress.org/news/files/2014/12/2015-phones-languages-small-300x250.png\" alt=\"\" width=\"300\" height=\"250\" />Twenty Fifteen has flawless language support, with help from <a href=\"https://www.google.com/get/noto/\">Google’s Noto font family</a>.</p>\n<p>The straightforward typography is readable on any screen size.</p>\n<p>Your content always takes center stage, whether viewed on a phone, tablet, laptop, or desktop computer.</p>\n<hr />\n<h2 style=\"text-align: center\">Distraction-free writing</h2>\n<p><img class=\"aligncenter size-large wp-image-3392\" src=\"https://wordpress.org/news/files/2014/12/dfw-screen-1024x614.png\" alt=\"dfw-screen\" width=\"692\" height=\"415\" /></p>\n<h3 style=\"text-align: center\"><em>Just write.</em></h3>\n<p>Sometimes, you just need to concentrate on putting your thoughts into words. Try turning on <strong>distraction-free writing mode</strong>. When you start typing, all the distractions will fade away, letting you focus solely on your writing. All your editing tools instantly return when you need them.</p>\n<hr />\n<h2 style=\"text-align: center\">The Finer Points</h2>\n<h5><strong><img class=\"alignleft wp-image-3405\" src=\"https://wordpress.org/news/files/2014/12/icon-language2.png\" alt=\"\" width=\"80\" height=\"80\" /></strong>Choose a language</h5>\n<p>Right now, WordPress 4.1 is already translated into over forty languages, with more always in progress. You can switch to any translation on the General Settings screen.</p>\n<h5><strong><img class=\"alignleft wp-image-3406\" src=\"https://wordpress.org/news/files/2014/12/icon-logout1.png\" alt=\"\" width=\"80\" height=\"80\" /></strong>Log out everywhere</h5>\n<p>If you’ve ever worried you forgot to sign out from a shared computer, you can now go to your profile and log out everywhere.</p>\n<h5><strong><img class=\"alignleft wp-image-3407\" src=\"https://wordpress.org/news/files/2014/12/icon-vine1.png\" alt=\"\" width=\"80\" height=\"80\" /></strong>Vine embeds</h5>\n<p>Embedding videos from Vine is as simple as pasting a URL onto its own line in a post. See the <a href=\"https://codex.wordpress.org/Embeds\">full list</a> of supported embeds.</p>\n<h5><strong><img class=\"alignleft wp-image-3408\" src=\"https://wordpress.org/news/files/2014/12/icon-recommended1.png\" alt=\"\" width=\"80\" height=\"80\" /></strong>Plugin recommendations</h5>\n<p>The plugin installer suggests plugins for you to try. Recommendations are based on the plugins you and other users have installed.</p>\n<hr />\n<h2 style=\"text-align: center\">Under the Hood</h2>\n<h5>Complex Queries</h5>\n<p>Metadata, date, and term queries now support advanced conditional logic, like nested clauses and multiple operators — <code>A AND ( B OR C )</code>.</p>\n<h5>Customizer API</h5>\n<p>The customizer now supports conditionally showing panels and sections based on the page being previewed.</p>\n<h5><code><title></code> tags in themes</h5>\n<p><code>add_theme_support( \'title-tag\' )</code> tells WordPress to handle the complexities of document titles.</p>\n<h5>Developer Reference</h5>\n<p>Continued improvements to inline code documentation have made the <a href=\"https://developer.wordpress.org/reference/\">developer reference</a> more complete than ever.</p>\n<hr />\n<h2 style=\"text-align: center\">The Choir</h2>\n<p>This release was led by <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, with the help of these awesome folks. Check out some of their profiles while listening to Dinah Washington on the music service of your choice:</p>\n<a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/akumria\">akumria</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/collinsinternet\">Allan Collins</a>, <a href=\"https://profiles.wordpress.org/momo360modena\">Amaury Balmer</a>, <a href=\"https://profiles.wordpress.org/amruta123b\">Amruta Bhosale</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/sumobi\">Andrew Munro (sumobi)</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewryno\">Andrew Ryno</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/ankitgadertcampcom\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/antpb\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/arippberger\">arippberger</a>, <a href=\"https://profiles.wordpress.org/filosofo\">Austin Matzko</a>, <a href=\"https://profiles.wordpress.org/bainternet\">Bainternet</a>, <a href=\"https://profiles.wordpress.org/barrykooij\">Barry Kooij</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/benjmay\">Ben May</a>, <a href=\"https://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/bramd\">Bram Duvigneau</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/briandichiara\">Brian DiChiara</a>, <a href=\"https://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"https://profiles.wordpress.org/bswatson\">Brian Watson</a>, <a href=\"https://profiles.wordpress.org/camdensegal\">Camden Segal</a>, <a href=\"https://profiles.wordpress.org/captaintheme\">Captain Theme</a>, <a href=\"https://profiles.wordpress.org/hiwhatsup\">Carlos</a>, <a href=\"https://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"https://profiles.wordpress.org/ccprice\">ccprice</a>, <a href=\"https://profiles.wordpress.org/mackensen\">Charles Fulton</a>, <a href=\"https://profiles.wordpress.org/chrico\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/aprea\">Chris Aprea</a>, <a href=\"https://profiles.wordpress.org/chrisbliss18\">Chris Jean</a>, <a href=\"https://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"https://profiles.wordpress.org/jazzs3quence\">Chris Reynolds</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/chrisl27\">chrisl27</a>, <a href=\"https://profiles.wordpress.org/cfoellmann\">Christian Foellmann</a>, <a href=\"https://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/cyclometh\">Corey Snow</a>, <a href=\"https://profiles.wordpress.org/corphi\">Corphi</a>, <a href=\"https://profiles.wordpress.org/curtjen\">curtjen</a>, <a href=\"https://profiles.wordpress.org/colorful-tones\">Damon Cook</a>, <a href=\"https://profiles.wordpress.org/dancameron\">Dan Cameron</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/convissor\">Daniel Convissor</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/koop\">Daryl Koopersmith</a>, <a href=\"https://profiles.wordpress.org/dmchale\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/davidjlaietta\">David Laietta</a>, <a href=\"https://profiles.wordpress.org/technical_mastermind\">David Wood</a>, <a href=\"https://profiles.wordpress.org/davidthemachine\">DavidTheMachine</a>, <a href=\"https://profiles.wordpress.org/dcavins\">dcavins</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/wedi\">Dirk Weise</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dominikschwind-1\">Dominik Schwind</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustyf\">Dustin Filippini</a>, <a href=\"https://profiles.wordpress.org/dustinhartzler\">Dustin Hartzler</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ew_holmes\">Eric Holmes</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Lewis</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/florianziegler\">Florian Ziegler</a>, <a href=\"https://profiles.wordpress.org/hereswhatidid\">Gabe Shackle</a>, <a href=\"https://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/babbardel\">George Olaru</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/gregrickaby\">Greg Rickaby</a>, <a href=\"https://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/hardy101\">hardy101</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/heshiming\">heshiming</a>, <a href=\"https://profiles.wordpress.org/honeysilvas\">honeysilvas</a>, <a href=\"https://profiles.wordpress.org/hugodelgado\">hugodelgado</a>, <a href=\"https://profiles.wordpress.org/iandstewart\">Ian Stewart</a>, <a href=\"https://profiles.wordpress.org/ianmjones\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/ivankristianto\">Ivan Kristianto</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jaimieolmstead\">jaimieolmstead</a>, <a href=\"https://profiles.wordpress.org/jakubtyrcha\">jakub.tyrcha</a>, <a href=\"https://profiles.wordpress.org/janhenckens\">janhenckens</a>, <a href=\"https://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jwenerd\">Jared Wenerd</a>, <a href=\"https://profiles.wordpress.org/jarednova\">jarednova</a>, <a href=\"https://profiles.wordpress.org/jeanyoungkim\">jeanyoungkim</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeffstieler\">Jeff Stieler</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>, <a href=\"https://profiles.wordpress.org/engelen\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/jessepollak\">Jesse Pollak</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">jipmoors</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johneckman\">John Eckman</a>, <a href=\"https://profiles.wordpress.org/johnrom\">johnrom</a>, <a href=\"https://profiles.wordpress.org/johnstonphilip\">johnstonphilip</a>, <a href=\"https://profiles.wordpress.org/jb510\">Jon Brown</a>, <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/softmodeling\">Jordi Cabot</a>, <a href=\"https://profiles.wordpress.org/joshuaabenazer\">Joshua Abenazer</a>, <a href=\"https://profiles.wordpress.org/tai\">JOTAKI Taisuke</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/julien731\">Julien Liabeuf</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kamelkev\">kamelkev</a>, <a href=\"https://profiles.wordpress.org/karpstrucking\">karpstrucking</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevinlangleyjr\">Kevin Langley</a>, <a href=\"https://profiles.wordpress.org/kdoran\">Kiko Doran</a>, <a href=\"https://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kosvrouvas\">Kostas Vrouvas</a>, <a href=\"https://profiles.wordpress.org/kristastevens\">kristastevens</a>, <a href=\"https://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/offereins\">Laurens Offereins</a>, <a href=\"https://profiles.wordpress.org/linuxologos\">linuxologos</a>, <a href=\"https://profiles.wordpress.org/ideag\">Liuiza Arunas</a>, <a href=\"https://profiles.wordpress.org/loushou\">loushou</a>, <a href=\"https://profiles.wordpress.org/latz\">Lutz Schroer</a>, <a href=\"https://profiles.wordpress.org/manoz69\">Manoz69</a>, <a href=\"https://profiles.wordpress.org/mantismamita\">mantismamita</a>, <a href=\"https://profiles.wordpress.org/marcosf\">Marco Schmoecker</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/landakram\">Mark Hudnall</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/senff\">Mark Senff</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/marsjaninzmarsa\">marsjaninzmarsa</a>, <a href=\"https://profiles.wordpress.org/matveb\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattkeys\">mattkeys</a>, <a href=\"https://profiles.wordpress.org/mlteal\">Maura Teal</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/merty\">Mert Yazicioglu</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/tw2113\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/cainm\">Michael Cain</a>, <a href=\"https://profiles.wordpress.org/smashcut\">Michael Pick</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/chellycat\">Michelle Langston</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeyarce\">Mikey Arce</a>, <a href=\"https://profiles.wordpress.org/studionashvegas\">Mitch Canter (studionashvegas)</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mvd7793\">mvd7793</a>, <a href=\"https://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikv\">Nikhil Vimal</a>, <a href=\"https://profiles.wordpress.org/nikolovtmw\">Nikola Nikolov</a>, <a href=\"https://profiles.wordpress.org/nobleclem\">nobleclem</a>, <a href=\"https://profiles.wordpress.org/noplanman\">noplanman</a>, <a href=\"https://profiles.wordpress.org/nvwd\">Nowell VanHoesen</a>, <a href=\"https://profiles.wordpress.org/originalexe\">OriginalEXE</a>, <a href=\"https://profiles.wordpress.org/p_enrique\">p_enrique</a>, <a href=\"https://profiles.wordpress.org/pushplaybang\">Paul</a>, <a href=\"https://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"https://profiles.wordpress.org/paulschreiber\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/peterchester\">Peter Chester</a>, <a href=\"https://profiles.wordpress.org/donutz\">Peter J. Herrel</a>, <a href=\"https://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/phpmypython\">phpmypython</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"https://profiles.wordpress.org/psycleuk\">psycleuk</a>, <a href=\"https://profiles.wordpress.org/ptahdunbar\">Ptah Dunbar</a>, <a href=\"https://profiles.wordpress.org/quietnic\">quietnic</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramiabraham\">ramiabraham</a>, <a href=\"https://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/richardmtl\">Richard Archambault</a>, <a href=\"https://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/sakinshrestha\">Sakin Shrestha</a>, <a href=\"https://profiles.wordpress.org/samhotchkiss\">Sam Hotchkiss</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shooper\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/simonp303\">Simon Pollard</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/skaeser\">skaeser</a>, <a href=\"https://profiles.wordpress.org/slobodanmanic\">Slobodan Manic</a>, <a href=\"https://profiles.wordpress.org/socki03\">socki03</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/tacoverdo\">TacoVerdo</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie</a>, <a href=\"https://profiles.wordpress.org/tareq1988\">Tareq Hasan</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/kraftner\">Thomas Kraftner</a>, <a href=\"https://profiles.wordpress.org/ipm-frommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tillkruess\">Till Kruss</a>, <a href=\"https://profiles.wordpress.org/tschutter\">Tobias Schutter</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tmtrademark\">Toby McKes</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomasm\">Tomas Mackevicius</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/topher1kenobe\">Topher</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/transom\">transom</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/desaiuditd\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"https://profiles.wordpress.org/vinod-dalvi\">Vinod Dalvi</a>, <a href=\"https://profiles.wordpress.org/vlajos\">vlajos</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/nobinobi\">Yuta Sekine</a>, <a href=\"https://profiles.wordpress.org/zrothauser\">Zack Rothauser</a>, and <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>.\n<p>There were 283 contributors to this release, again a new high.</p>\n<p>If you want to help out or follow along, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n<p>Thanks for choosing WordPress. Happy holidays and see you next year for version 4.2!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/news/2014/12/dinah/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 4.1 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate-3/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Dec 2014 02:22:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3411\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:429:\"The next release candidate for WordPress 4.1 is now available for testing. Seventy changes have gone in since the first release candidate. With no known issues left, we plan to release 4.1 tomorrow, December 18. To test, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip). If you’d like to learn more about […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"John Blackbourn\";s: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:1465:\"<p>The next release candidate for WordPress 4.1 is now available for testing.</p>\n<p><a href=\"https://core.trac.wordpress.org/log/trunk?rev=30961&stop_rev=30827\">Seventy changes</a> have gone in since the <a href=\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/\">first release candidate</a>. With no known issues left, we plan to release 4.1 tomorrow, December 18.</p>\n<p>To test, 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.1-RC3.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 4.1, visit the updated About screen in your dashboard (<strong><img src=\"https://i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png\" alt=\"\" width=\"16\" height=\"16\" /> → About</strong> in the toolbar) and also check out <a href=\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/\">the Beta 1 post</a>.</p>\n<p><strong>Plugin authors:</strong> Remember to test your plugins against 4.1, and if they’re compatible, make sure they are marked as tested up to 4.1. Be sure to follow along the core development blog; we’ve been posting <a href=\"https://make.wordpress.org/core/tag/4-1-dev-notes/\">notes for developers for 4.1</a> as always.</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:74:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.1 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Dec 2014 11:52: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3375\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:341:\"The release candidate for WordPress 4.1 is now available. We’ve made a lot of refinements over the last few weeks. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.1 on Tuesday, December 16, but we need your […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"John Blackbourn\";s: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:2301:\"<p>The release candidate for WordPress 4.1 is now available.</p>\n<p>We’ve made a lot of refinements over the last few weeks. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.1 on Tuesday, December 16, but we need your help to get there. If you haven’t tested 4.1 yet, now is the time! (Please though, not on your live site unless you’re adventurous.)</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.1 RC1, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.1-RC1.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 4.1, visit the About screen in your dashboard (<strong><img src=\"https://i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png\" alt=\"\" width=\"16\" height=\"16\" /> → About</strong> in the toolbar) or check out the <a href=\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/\">beta announcement</a>.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.1 and update your plugin’s <em>Tested up to</em> version in the readme to 4.1 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we’ll continue to post <a href=\"https://make.wordpress.org/core/tag/4-1-dev-notes/\">notes for developers</a> for 4.1. (For example: if you’ve written a child theme for Twenty Fifteen, some of the new pagination functions have been renamed for clarity.)</p>\n<p><em>Testing four point one</em><br />\n<em>Why are we up at this hour?</em><br />\n<em>Code is poetry</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:72:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.0.1 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2014/11/wordpress-4-0-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:60:\"https://wordpress.org/news/2014/11/wordpress-4-0-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, 20 Nov 2014 18:55: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3363\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:345:\"WordPress 4.0.1 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately. Sites that support automatic background updates will be updated to WordPress 4.0.1 within the next few hours. If you are still on WordPress 3.9.2, 3.8.4, or 3.7.4, you will be […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3395:\"<p>WordPress 4.0.1 is now available. This is a <strong>critical security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>Sites that support automatic background updates will be updated to WordPress 4.0.1 within the next few hours. If you are still on WordPress 3.9.2, 3.8.4, or 3.7.4, you will be updated to 3.9.3, 3.8.5, or 3.7.5 to keep everything secure. (We don’t support older versions, so please update to 4.0.1 for the latest and greatest.)</p>\n<p>WordPress versions 3.9.2 and earlier are affected by a critical cross-site scripting vulnerability, which could enable anonymous users to compromise a site. This was reported by <a href=\"http://klikki.fi/\">Jouko Pynnonen</a>. This issue does not affect version 4.0, but version 4.0.1 does address these eight security issues:</p>\n<ul>\n<li>Three cross-site scripting issues that a contributor or author could use to compromise a site. Discovered by <a href=\"http://joncave.co.uk/\">Jon Cave</a>, <a href=\"http://www.miqrogroove.com/\">Robert Chapin</a>, and <a href=\"https://johnblackbourn.com/\">John Blackbourn</a> of the WordPress security team.</li>\n<li>A cross-site request forgery that could be used to trick a user into changing their password.</li>\n<li>An issue that could lead to a denial of service when passwords are checked. Reported by <a href=\"http://www.behindthefirewalls.com/\">Javier Nieto Arevalo</a> and <a href=\"http://www.devconsole.info/\">Andres Rojas Guerrero</a>.</li>\n<li>Additional protections for server-side request forgery attacks when WordPress makes HTTP requests. Reported by Ben Bidner (vortfu).</li>\n<li>An extremely unlikely hash collision could allow a user’s account to be compromised, that also required that they haven’t logged in since 2008 (I wish I were kidding). Reported by <a href=\"http://david.dw-perspective.org.uk\">David Anderson</a>.</li>\n<li>WordPress now invalidates the links in a password reset email if the user remembers their password, logs in, and changes their email address. Reported separately by <a href=\"https://twitter.com/MomenBassel\">Momen Bassel</a>, <a href=\"http://c0dehouse.blogspot.in/\">Tanoy Bose</a>, and <a href=\"https://managewp.com/\">Bojan Slavković of ManageWP</a>.</li>\n</ul>\n<p>Version 4.0.1 also fixes 23 bugs with 4.0, and we’ve made two hardening changes, including better validation of EXIF data we are extracting from uploaded photos. Reported by <a href=\"http://www.securesolutions.no/\">Chris Andrè Dale</a>.</p>\n<p>We appreciated the <a href=\"https://codex.wordpress.org/FAQ_Security\">responsible disclosure</a> of these issues directly to our security team. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.0.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.0?rev=30475&stop_rev=29710\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.0.1</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now”.</p>\n<p><em>Already testing WordPress 4.1? The second beta is now available (<a href=\"https://wordpress.org/wordpress-4.1-beta2.zip\">zip</a>) and it contains these security fixes. For more on 4.1, see <a href=\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/\">the beta 1 announcement post</a>.</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:56:\"https://wordpress.org/news/2014/11/wordpress-4-0-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s: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.1 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/2014/11/wordpress-4-1-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/2014/11/wordpress-4-1-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:\"Fri, 14 Nov 2014 22:35: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: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:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3352\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:346:\"Welcome, everyone, to WordPress 4.1 Beta 1! 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.1, 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:15:\"John Blackbourn\";s: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:3409:\"<p>Welcome, everyone, to WordPress 4.1 Beta 1!</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.1, 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=\"//wordpress.org/wordpress-4.1-beta1.zip\">download the beta here</a> (zip).</p>\n<p>WordPress 4.1 is due for release next month, so we need your help with testing. Here are some highlights of what to test:</p>\n<ul>\n<li>Our beautiful new default theme, <a href=\"https://make.wordpress.org/core/2014/09/09/twenty-fifteen/\">Twenty Fifteen</a>. It’s a clean, mobile-first, blog-focused theme designed through simplicity.</li>\n<li>A new <a href=\"https://make.wordpress.org/core/2014/11/11/focus-v2-demo-video/\">distraction-free writing mode for the editor</a>. It’s enabled by default for beta, and we’d love feedback on it.</li>\n<li>The ability to automatically install new language packs right from the General Settings screen (available as long as your site’s filesystem is writable).</li>\n<li>A new inline formatting toolbar for images embedded into posts.</li>\n</ul>\n<p>There have been a lot of changes for developers to test as well:</p>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2014/10/20/update-on-query-improvements-in-4-1/\">Improvements to meta, date, comment, and taxonomy queries</a>, including complex (nested, multiple relation) queries; and querying comment types (<a href=\"https://core.trac.wordpress.org/ticket/12668\">#12668</a>).</li>\n<li>A single term shared across multiple taxonomies is now split into two when updated. For more, <a href=\"https://make.wordpress.org/core/2014/11/12/an-update-on-the-taxonomy-roadmap/\">see this post</a>, <a href=\"https://core.trac.wordpress.org/ticket/5809\">#5809</a>, and <a href=\"https://core.trac.wordpress.org/ticket/30335\">#30335</a>.</li>\n<li>A new and better way for <a href=\"https://make.wordpress.org/core/2014/10/29/title-tags-in-4-1/\">themes to handle title tags</a>.</li>\n<li>Several <a href=\"https://make.wordpress.org/core/2014/10/27/toward-a-complete-javascript-api-for-the-customizer/\">improvements to the Customizer API</a>, including contextual panels and sections, and JavaScript templates for controls.</li>\n</ul>\n<p>If you want a more in-depth view of what changes have made it into 4.1, <a href=\"https://make.wordpress.org/core/tag/week-in-core/\">check out the weekly review posts</a> on the main development blog.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">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.1\">everything we’ve fixed</a> so far.</p>\n<p>Happy testing!</p>\n<p><em>Twenty Fifteen theme</em><br />\n<em> The beautiful face which hides</em><br />\n<em> Many improvements</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/2014/11/wordpress-4-1-beta-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Watch WordCamp San Francisco Livestream\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/news/2014/10/wcsf-livestream/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/news/2014/10/wcsf-livestream/#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, 24 Oct 2014 20:18:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3341\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:381:\"WordCamp San Francisco is the official annual WordPress conference, gathering the community every year since 2006. This is the time when Matt Mullenweg addresses the community in his annual State of the Word presentation – a recap of the year in WordPress and giving us a glimpse into its future. This year the speaker lineup is stellar. There will be talks by […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Nikolay Bachiyski\";s: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:1975:\"<p><a title=\"2014 edition\" href=\"http://2014.sf.wordcamp.org\">WordCamp San Francisco</a> is the official annual WordPress conference, gathering the community every year <a title=\"An old website for a WordPress long time ago\" href=\"http://2006.sf.wordcamp.org\">since 2006</a>. This is the time when Matt Mullenweg addresses the community in his annual <a href=\"http://wordpress.tv/?s=state+of+the+word\">State of the Word</a> presentation – a recap of the year in WordPress and giving us a glimpse into its future.</p>\n<p>This year the speaker lineup is stellar. There will be talks by three of the lead WordPress developers: <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-andrew-nacin\">Andrew Nacin</a>, <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-helen-hou-sandi\">Helen Hou-Sandí</a>, and <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-mark-jaquith\">Mark Jaquith</a>. We’re also looking forward to speakers like <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-jenny-lawson\">Jenny Lawson</a>, also known as The Bloggess, and <a href=\"http://2014.sf.wordcamp.org/speaker/chris-lema/\">Chris Lema</a>. If you’re at all interested in the web, you will appreciate the appearance of <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-jeff-veen\">Jeff Veen</a> – one of the creators of Google Analytics and co-founder of Typekit.</p>\n<p>Even though San Francisco is far far away for most of you, you can still be part of the fun and watch all presentations in real-time via livestream:</p>\n<p><a href=\"http://2014.sf.wordcamp.org/tickets/\">Get a livestream ticket and watch all talks from WordCamp San Francisco live</a></p>\n<p>If you hurry, you can get one of the special livestream tickets, including a WordCamp San Francisco 2104 t-shirt. You can find all the technical details and start times <a href=\"http://2014.sf.wordcamp.org/live-stream/\">at the WordCamp San Francisco website</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:56:\"https://wordpress.org/news/2014/10/wcsf-livestream/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 4.0 “Benny”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/news/2014/09/benny/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/news/2014/09/benny/#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, 04 Sep 2014 17:05: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3296\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:370:\"Version 4.0 of WordPress, named “Benny” in honor of jazz clarinetist and bandleader Benny Goodman, is available for download or update in your WordPress dashboard. While 4.0 is just another number for us after 3.9 and before 4.1, we feel we’ve put a little extra polish into it. This release brings you a smoother writing and management experience […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:23575:\"<p>Version 4.0 of WordPress, named “Benny” in honor of jazz clarinetist and bandleader <a href=\"http://en.wikipedia.org/wiki/Benny_Goodman\">Benny Goodman</a>, is available <a href=\"https://wordpress.org/download/\">for download</a> or update in your WordPress dashboard. While 4.0 is just another number for us after 3.9 and before 4.1, we feel we’ve put a little extra polish into it. This release brings you a smoother writing and management experience we think you’ll enjoy.</p>\n<div id=\"v-bUdzKMro-1\" class=\"video-player\"><embed id=\"v-bUdzKMro-1-video\" src=\"https://v0.wordpress.com/player.swf?v=1.04&guid=bUdzKMro&isDynamicSeeking=true\" type=\"application/x-shockwave-flash\" width=\"692\" height=\"388\" title=\"Introducing WordPress 4.0 "Benny"\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div>\n<hr />\n<h2 style=\"text-align: center\">Manage your media with style</h2>\n<p><img class=\"alignnone size-full wp-image-3316\" src=\"https://wordpress.org/news/files/2014/09/media.jpg\" alt=\"Media Library\" width=\"1000\" height=\"586\" />Explore your uploads in a beautiful, endless grid. A new details preview makes viewing and editing any amount of media in sequence a snap.</p>\n<hr />\n<h2 style=\"text-align: center\">Working with embeds has never been easier</h2>\n<div style=\"width: 632px; \" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-3296-1\" width=\"632\" height=\"445\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//s.w.org/images/core/4.0/embed.mp4?_=1\" /><source type=\"video/webm\" src=\"//s.w.org/images/core/4.0/embed.webm?_=1\" /><source type=\"video/ogg\" src=\"//s.w.org/images/core/4.0/embed.ogv?_=1\" /><a href=\"//s.w.org/images/core/4.0/embed.mp4\">//s.w.org/images/core/4.0/embed.mp4</a></video></div>\n<p>Paste in a YouTube URL on a new line, and watch it magically become an embedded video. Now try it with a tweet. Oh yeah — embedding has become a visual experience. The editor shows a true preview of your embedded content, saving you time and giving you confidence.</p>\n<p>We’ve expanded the services supported by default, too — you can embed videos from CollegeHumor, playlists from YouTube, and talks from TED. <a href=\"https://codex.wordpress.org/Embeds\">Check out all of the embeds</a> that WordPress supports.</p>\n<hr />\n<h2 style=\"text-align: center\">Focus on your content</h2>\n<div style=\"width: 632px; \" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-3296-2\" width=\"632\" height=\"356\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//s.w.org/images/core/4.0/focus.mp4?_=2\" /><source type=\"video/webm\" src=\"//s.w.org/images/core/4.0/focus.webm?_=2\" /><source type=\"video/ogg\" src=\"//s.w.org/images/core/4.0/focus.ogv?_=2\" /><a href=\"//s.w.org/images/core/4.0/focus.mp4\">//s.w.org/images/core/4.0/focus.mp4</a></video></div>\n<p>Writing and editing is smoother and more immersive with an editor that expands to fit your content as you write, and keeps the formatting tools available at all times.</p>\n<hr />\n<h2 style=\"text-align: center\">Finding the right plugin</h2>\n<p><img class=\"aligncenter size-large wp-image-3309\" src=\"https://wordpress.org/news/files/2014/09/add-plugin1-1024x600.png\" alt=\"Add plugins\" width=\"692\" height=\"405\" /></p>\n<p>There are more than 30,000 free and open source plugins in the WordPress plugin directory. WordPress 4.0 makes it easier to find the right one for your needs, with new metrics, improved search, and a more visual browsing experience.</p>\n<hr />\n<h2 style=\"text-align: center\">The Ensemble</h2>\n<p>This release was led by <a href=\"http://helenhousandi.com\">Helen Hou-Sandí</a>, with the help of these fine individuals. There are 275 contributors with props in this release, a new high. Pull up some Benny Goodman on your music service of choice, as a bandleader or in one of his turns as a classical clarinetist, and check out some of their profiles:</p>\n<p><a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/alexanderrohmann\">Alexander Rohmann</a>, <a href=\"https://profiles.wordpress.org/aliso\">Alison Barrett</a>, <a href=\"https://profiles.wordpress.org/collinsinternet\">Allan Collins</a>, <a href=\"https://profiles.wordpress.org/amit\">Amit Gupta</a>, <a href=\"https://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrezrv\">Andres Villarreal</a>, <a href=\"https://profiles.wordpress.org/zamfeer\">Andrew Mowe</a>, <a href=\"https://profiles.wordpress.org/sumobi\">Andrew Munro (sumobi)</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/arnee\">Arne Brachhold</a>, <a href=\"https://profiles.wordpress.org/aubreypwd\">Aubrey Portwood</a>, <a href=\"https://profiles.wordpress.org/filosofo\">Austin Matzko</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/kau-boy\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/bramd\">Bram Duvigneau</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/brianlayman\">Brian Layman</a>, <a href=\"https://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"https://profiles.wordpress.org/camdensegal\">Camden Segal</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/mackensen\">Charles Fulton</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrico\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"https://profiles.wordpress.org/chrisl27\">chrisl27</a>, <a href=\"https://profiles.wordpress.org/caxelsson\">Christian Axelsson</a>, <a href=\"https://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/boda1982\">Christopher Spires</a>, <a href=\"https://profiles.wordpress.org/clifgriffin\">Clifton Griffin</a>, <a href=\"https://profiles.wordpress.org/jupiterwise\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/corphi\">Corphi</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/ghost1227\">Dan Griffiths</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danielhuesken\">Daniel Husken</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"https://profiles.wordpress.org/dkotter\">Darin Kotter</a>, <a href=\"https://profiles.wordpress.org/koop\">Daryl Koopersmith</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dnaber-de\">David Naber</a>, <a href=\"https://profiles.wordpress.org/davidthemachine\">DavidTheMachine</a>, <a href=\"https://profiles.wordpress.org/debaat\">DeBAAT</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/donncha\">Donncha O Caoimh</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustyn\">Dustyn Doyle</a>, <a href=\"https://profiles.wordpress.org/eddiemoya\">Eddie Moya</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/edwin-at-studiojoyocom\">Edwin Siebel</a>, <a href=\"https://profiles.wordpress.org/ehg\">ehg</a>, <a href=\"https://profiles.wordpress.org/erayalakese\">erayalakese</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/ejdanderson\">Evan Anderson</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/fahmiadib\">Fahmi Adib</a>, <a href=\"https://profiles.wordpress.org/feedmeastraycat\">feedmeastraycat</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/garhdez\">garhdez</a>, <a href=\"https://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/garza\">garza</a>, <a href=\"https://profiles.wordpress.org/gauravmittal1995\">gauravmittal1995</a>, <a href=\"https://profiles.wordpress.org/gavra\">Gavrisimo</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/vancoder\">Grant Mangham</a>, <a href=\"https://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/harrym\">harrym</a>, <a href=\"https://profiles.wordpress.org/hebbet\">hebbet</a>, <a href=\"https://profiles.wordpress.org/hinnerk\">Hinnerk Altenburg</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/iljoja\">iljoja</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/issuu\">issuu</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jacklenox\">Jack Lenox</a>, <a href=\"https://profiles.wordpress.org/jackreichert\">Jack Reichert</a>, <a href=\"https://profiles.wordpress.org/jacobdubail\">Jacob Dubail</a>, <a href=\"https://profiles.wordpress.org/janhenkg\">JanHenkG</a>, <a href=\"https://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/jwenerd\">Jared Wenerd</a>, <a href=\"https://profiles.wordpress.org/strangerstudios\">Jason Coleman</a>, <a href=\"https://profiles.wordpress.org/jaza613\">Jaza613</a>, <a href=\"https://profiles.wordpress.org/jeffstieler\">Jeff Stieler</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/slimndap\">Jeroen Schmit</a>, <a href=\"https://profiles.wordpress.org/jerrysarcastic\">Jerry Bates (jerrysarcastic)</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>, <a href=\"https://profiles.wordpress.org/engelen\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/jesper800\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/jessepollak\">Jesse Pollak</a>, <a href=\"https://profiles.wordpress.org/jgadbois\">jgadbois</a>, <a href=\"https://profiles.wordpress.org/jartes\">Joan Artes</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/jkudish\">Joey Kudish</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnzanussi\">John Zanussi</a>, <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"https://profiles.wordpress.org/jonnyauk\">jonnyauk</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/softmodeling\">Jordi Cabot</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/tai\">JOTAKI Taisuke</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/greenshady\">Justin Tadlock</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kapeels\">kapeels</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevinlangleyjr\">Kevin Langley</a>, <a href=\"https://profiles.wordpress.org/kworthington\">Kevin Worthington</a>, <a href=\"https://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"https://profiles.wordpress.org/layotte\">Lew Ayotte</a>, <a href=\"https://profiles.wordpress.org/lritter\">lritter</a>, <a href=\"https://profiles.wordpress.org/lukecarbis\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/m_i_n\">m_i_n</a>, <a href=\"https://profiles.wordpress.org/funkatronic\">Manny Fleurmond</a>, <a href=\"https://profiles.wordpress.org/targz-1\">Manuel Schmalstieg</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"https://profiles.wordpress.org/sivel\">Matt Martz</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mdbitz\">Matthew Denton</a>, <a href=\"https://profiles.wordpress.org/mattheweppelsheimer\">Matthew Eppelsheimer</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/meekyhwang\">meekyhwang</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/midxcat\">midxcat</a>, <a href=\"https://profiles.wordpress.org/mauteri\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"https://profiles.wordpress.org/mikemanger\">Mike Manger</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeyarce\">Mikey Arce</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinic</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/usermrpapa\">Mr Papa</a>, <a href=\"https://profiles.wordpress.org/mrmist\">mrmist</a>, <a href=\"https://profiles.wordpress.org/m_uysl\">Mustafa Uysal</a>, <a href=\"https://profiles.wordpress.org/muvimotv\">MuViMoTV</a>, <a href=\"https://profiles.wordpress.org/nabil_kadimi\">nabil_kadimi</a>, <a href=\"https://profiles.wordpress.org/namibia\">Namibia</a>, <a href=\"https://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"https://profiles.wordpress.org/nd987\">nd987</a>, <a href=\"https://profiles.wordpress.org/neil_pie\">Neil Pie</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/schoenwaldnils\">Nils Schonwald</a>, <a href=\"https://profiles.wordpress.org/ninos-ego\">Ninos</a>, <a href=\"https://profiles.wordpress.org/nvwd\">Nowell VanHoesen</a>, <a href=\"https://profiles.wordpress.org/compute\">Patrick Hesselberg</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pdclark\">Paul Clark</a>, <a href=\"https://profiles.wordpress.org/paulschreiber\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/philipjohn\">Philip John</a>, <a href=\"https://profiles.wordpress.org/senlin\">Piet Bos</a>, <a href=\"https://profiles.wordpress.org/psoluch\">Piotr Soluch</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/purzlbaum\">purzlbaum</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rclations\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/rob1n\">rob1n</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rdall\">Robert Dall</a>, <a href=\"https://profiles.wordpress.org/harmr\">RobertHarm</a>, <a href=\"https://profiles.wordpress.org/rohan013\">Rohan Rawat</a>, <a href=\"https://profiles.wordpress.org/rhurling\">Rouven Hurling</a>, <a href=\"https://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/sammybeats\">Sam Brodie</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sathishn\">Sathish Nagarajan</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/greglone\">ScreenfeedFr</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/nessworthy\">Sean Nessworthy</a>, <a href=\"https://profiles.wordpress.org/sergejmueller\">Sergej Muller</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shanebp\">shanebp</a>, <a href=\"https://profiles.wordpress.org/sharonaustin\">Sharon Austin</a>, <a href=\"https://profiles.wordpress.org/shaunandrews\">Shaun Andrews</a>, <a href=\"https://profiles.wordpress.org/simonp303\">Simon Pollard</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/slobodanmanic\">Slobodan Manic</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"https://profiles.wordpress.org/sphoid\">sphoid</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stompweb\">Steven Jones</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/t4k1s\">t4k1s</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/taylorde\">Taylor Dewey</a>, <a href=\"https://profiles.wordpress.org/thomasvanderbeek\">Thomas van der Beek</a>, <a href=\"https://profiles.wordpress.org/tillkruess\">Till Kruss</a>, <a href=\"https://profiles.wordpress.org/codenameeli\">Tim 'Eli' Dalbey</a>, <a href=\"https://profiles.wordpress.org/tmeister\">tmeister</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/willmot\">Tom Willmot</a>, <a href=\"https://profiles.wordpress.org/topher1kenobe\">Topher</a>, <a href=\"https://profiles.wordpress.org/torresga\">torresga</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/treyhunner\">treyhunner</a>, <a href=\"https://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"https://profiles.wordpress.org/vinod-dalvi\">Vinod Dalvi</a>, <a href=\"https://profiles.wordpress.org/vlajos\">vlajos</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/winterdev\">winterDev</a>, <a href=\"https://profiles.wordpress.org/wojtekszkutnik\">Wojtek Szkutnik</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/katzwebdesign\">Zack Katz</a>, <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, and <a href=\"https://profiles.wordpress.org/zoerooney\">Zoe Rooney</a>. Also thanks to <a href=\"http://michaelpick.wordpress.com/\">Michael Pick</a> for producing the release video, and Helen with <a href=\"http://adriansandi.com\">Adrián Sandí</a> for the music.</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.1!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/news/2014/09/benny/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.0 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Aug 2014 12:20: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:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3287\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:321:\"The first release candidate for WordPress 4.0 is now available! In RC 1, we’ve made refinements to what we’ve been working on for this release. Check out the Beta 1 announcement post for more details on those features. We hope to ship WordPress 4.0 next week, but we need your help to get there. If you […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s: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:2134:\"<p>The first release candidate for WordPress 4.0 is now available!</p>\n<p>In RC 1, we’ve made refinements to what we’ve been working on for this release. Check out the <a href=\"https://wordpress.org/news/2014/07/wordpress-4-0-beta-1/\">Beta 1 announcement post</a> for more details on those features. We hope to ship WordPress 4.0 <em>next week</em>, but we need your help to get there. If you haven’t tested 4.0 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.)</p>\n<p><strong>Think you’ve found a bug? </strong>Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.0 RC1, try the <a href=\"https://wordpress.org/extend/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.0-RC1.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 4.0, visit the awesome About screen in your dashboard (<strong><img src=\"https://i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png?w=692\" alt=\"\" width=\"16\" height=\"16\" /> → About</strong> in the toolbar).</p>\n<p><strong>Developers,</strong> please test your plugins and themes against WordPress 4.0 and update your plugin’s <em>Tested up to</em> version in the readme to 4.0 before next week. If you find compatibility problems, please be sure to post any issues to the support forums so we can figure those out before the final release. You also may want to <a href=\"https://make.wordpress.org/core/2014/08/21/introducing-plugin-icons-in-the-plugin-installer/\">give your plugin an icon</a>, which we launched last week and will appear in the dashboard along with banners.</p>\n<p><em>It is almost time</em><br />\n<em> For the 4.0 release</em><br />\n<em> And its awesomeness</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:72:\"https://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 16 Mar 2015 15:51:13 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:10:\"x-pingback\";s:37:\"https://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Thu, 12 Mar 2015 23:22:52 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911080210\";}','no'),(124,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1426418765','no'),(125,'_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:23:\"Matt: Series A Struggle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44853\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://ma.tt/2015/03/raising-series-a/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:303:\"<p><a href=\"http://ma.tt/review/what-the-seed-funding-boom-means-for-raising-a-series-a/\">Josh Kopelman on why raising a Series A is harder than ever, and how startups can adapt to survive the changing investment landscape</a>. Fantastic essay, relevant for every company raising money at any stage.</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, 14 Mar 2015 20:45:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:81:\"WPTavern: BuddyPress Live Notification 2.0 Adds Real-Time Notifications for Users\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=40500\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://wptavern.com/buddypress-live-notification-2-0-adds-real-time-notifications-for-users\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3787:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/megaphone.jpg\" rel=\"prettyphoto[40500]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/megaphone.jpg?resize=1024%2C484\" alt=\"photo credit: MACSwriter - cc\" class=\"size-full wp-image-28480\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/88758069@N08/8445004895/\">MACSwriter</a> – <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a>\n<p>The <a href=\"https://wordpress.org/plugins/bp-live-notification/\">BuddyPress Live Notification</a> plugin was originally released in 2011. Brajesh Singh, prolific plugin author and founder of <a href=\"http://buddydev.com/\" target=\"_blank\">BuddyDev</a>, created the plugin to provide Facebook-style real-time notifications for users. Over the past four years, a number of significant changes in both WordPress and BuddyPress have necessitated a complete rewrite of the extension.</p>\n<p>The <a href=\"http://buddydev.com/buddypress/introducing-buddypress-live-notification-2-0/\" target=\"_blank\">2.0 version</a> of the plugin adds support for BuddyPress’ new <a href=\"http://wptavern.com/buddypress-1-9-sammy-released-with-new-notifications-component\" target=\"_blank\">notifications component</a>, as well as the <a href=\"http://codex.wordpress.org/Function_Reference/wp_heartbeat_settings\" target=\"_blank\">Heartbeat API</a>, which is now used to fetch the notifications.</p>\n<p>The updated version includes the following:</p>\n<ul>\n<li>Complete rewrite of the code to include support for BP notifications component (introduced in BuddyPress 1.9.0)</li>\n<li>Uses WordPress Heartbeat API instead of long AJAX polling for greatly improved performance</li>\n<li>Allows theme authors to change the notifying mechanism by overriding the notify method of the bpln object</li>\n<li>Fires custom JavaScript event bpln:new_notifications when new notifications are received on the client side. A theme author can hook into it to make modifications.</li>\n</ul>\n<p>Because BP Live Notification was designed to be easy to theme and extend, Singh created an <a href=\"https://github.com/sbrajesh/bp-live-notification-example-module\" target=\"_blank\">example plugin</a> to demonstrate how to replace the notify window UI with your own customization.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/jquery-notice-style.png\" rel=\"prettyphoto[40500]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/jquery-notice-style.png?resize=449%2C250\" alt=\"jquery-notice-style\" class=\"aligncenter size-full wp-image-40617\" /></a></p>\n<p>The sample plugin repackages the notification window with the <a href=\"https://github.com/sbrajesh/bp-live-notification-example-module/tree/master/assets/notify\" target=\"_blank\">jQuery notice plugin</a>. Check out a <a href=\"http://creativedream.net/plugins/jquery.notify/\" target=\"_blank\">live demo</a> to see how that style of notice is presented.</p>\n<p>If you don’t like how BP Live Notification styles its alerts by default, you can easily integrate a different jQuery notice plugin using the example Singh posted on GitHub. Searching the web will turn up a <a href=\"http://jqueryhouse.com/best-jquery-notification-plugins/\" target=\"_blank\">wide variety</a> of beautiful notification styles that you can adapt for use with BuddyPress.</p>\n<p>Both Twitter and Facebook use live notifications to keep users interacting on their social networks. When you receive a live notice, it confirms, in an almost tangible way, that you are at the center of where the social activity is happening. If you think this would benefit your BuddyPress network, download <a href=\"https://wordpress.org/plugins/bp-live-notification/\">BP Live Notification</a> 2.0 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:\"Sat, 14 Mar 2015 02:07: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:\"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: How to Stay in the Loop if You Turn Off WordPress’ Automatic Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=40498\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/how-to-stay-in-the-loop-if-you-turn-off-wordpress-automatic-updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5514:\"<p>When a critical <a href=\"http://wptavern.com/blind-sql-injection-vulnerability-discovered-in-wordpress-seo-plugin-by-yoast-immediate-update-recommended\" target=\"_blank\">security vulnerability was discovered in Yoast’s SEO plugin</a> this week, WordPress.org took the initiative to automatically update users’ sites with the patched version of the plugin. Many users were taken by surprise, given that the WordPress codex clearly stated that automatic plugin and theme updates are disabled by default.</p>\n<p>Shortly after the automatic update rolled out, the <a href=\"http://codex.wordpress.org/Configuring_Automatic_Background_Updates\" target=\"_blank\">codex page</a> was updated to reflect the fact that in rare instances WordPress.org will automatically update your plugins and themes unless you opt to turn this feature off entirely. Many users are not comfortable with forced automatic updates, but the good news is that there is a filter to turn them off, including the WordPress.org security updates for popular plugins:</p>\n<pre class=\"brush: php; light: true; title: ; notranslate\">add_filter( \'auto_update_plugin\', \'__return_false\' );</pre>\n<p>Prior to this security issue, users were not aware that they had to opt out of these forced updates. On one side of the fence there are those who think it’s no big deal and are thankful that WordPress.org is proactive on behalf of user security.</p>\n<p>On the other hand, there are those who are wary of forced updates from plugin authors who are notorious for pushing out problematic updates. The <a href=\"https://wordpress.org/support/plugin/wordpress-seo\">support forum</a> for Yoast’s SEO plugin contains many threads regarding fatal errors following updates issued in the past.</p>\n<p>In this particular case, Nick Haskins <a href=\"http://nickhaskins.com/2015/03/on-automatic-wordpress-updates/\" target=\"_blank\">summarizes</a> why he was not comfortable with WordPress.org’s forced update:</p>\n<blockquote><p>The plugin in question is Yoast WordPress SEO. If you’re not familiar with his plugins, the history of updates is awful. In the last two weeks, I’ve updated twice, and both times have resulted in fatal PHP errors which require FTP’ing into the site, to manually remove the plugin. Both cases were due to not checking if a file exists before loading it.</p></blockquote>\n<p>Those who are not comfortable with WordPress.org’s forced update policy have the option to turn updates off for particular plugins or for all plugins. If you opt to go the route of turning automatic updates off, there are alternative ways that you can stay up-to-date on plugin releases.</p>\n<h3>Get Email Notices When Core, Plugin, and Theme Updates are Available</h3>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/air-mail.jpg\" rel=\"prettyphoto[40498]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/air-mail.jpg?resize=1018%2C494\" alt=\"photo credit: Par avion - (license)\" class=\"size-full wp-image-40600\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/79016591@N07/13204207393\">Par avion</a> – <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p>No site admin can realistically be expected to log into his site(s) and check for update every day, let alone follow all the news surrounding plugin and theme security issues. The <a href=\"https://wordpress.org/plugins/wp-updates-notifier/\" target=\"_blank\">WP Updates Notifier</a> plugin will monitor your WordPress installation for updates and will send you an email as they become available. It includes the following features:</p>\n<ul>\n<li>Set the interval of how often to check for updates; hourly, twice daily or daily.</li>\n<li>Sets WordPress to check for updates more often meaning you get to know about updates sooner.</li>\n<li>Get emailed about core, plugin and theme updates.</li>\n<li>Chose if you want to be notified about active only themes and plugins updates.</li>\n<li>Remove upgrade nag message to non-admin users.</li>\n<li>For advanced users there are a number of filters and actions you can use.</li>\n</ul>\n<p>It would be truly awesome if WP Updates Notifier was also able to scan a plugin’s changelog for the word “Security” and tack it onto the email if it is applicable.</p>\n<p>WP Updates Notifier can be useful even if you’re comfortable allowing WordPress.org to perform occasional forced updates to themes and plugins for security. You may be using a plugin that is not nearly popular enough meet the criteria for a forced automatic update. Regardless, it may be useful for you to know as soon as there is an update available.</p>\n<p>The important thing is to stay in the loop about potential security issues and get patches as soon as they are available. <a href=\"https://wordpress.org/plugins/wp-updates-notifier/\" target=\"_blank\">WP Updates Notifier</a> lets you do that without having to allow any third party update core, plugins, or themes on your server. The plugin is most useful when you have only a handful of sites or fewer. Otherwise, it’s probably better to utilize a central dashboard service where you check in regularly to see updates across all of your sites at once.</p>\n<p>Your other alternative is to ditch plugins created by authors who you cannot trust to issue clean updates. That will put you in a better position to leave automatic background updates on, which is recommended for the vast majority of WordPress users.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Mar 2015 19:38:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:88:\"Post Status: Running a successful membership site in real life, with Jonathan Williamson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://poststatus.com/?p=7208\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/running-a-wordpress-membership-website-jonathan-williamson/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12427:\"<p>Jonathan Williamson is the co-founder and COO of <a href=\"http://cgcookie.com/\">CGCookie</a>, a membership website that provides as an educational resource for computer graphics and modeling. CGCookie has been around since 2008, and today is a network of five websites, has thousands of paying members, a team of six full time employees plus a number of contractors.</p>\n<p>CGCookie is built completely on WordPress and has a built in membership component. Some astute readers may recognize both the site and Jonathan’s name; Jonathan is <a href=\"https://twitter.com/pippinsplugins\">Pippin Williamson’s</a> identical twin brother, and Pippin has worked with Jonathan on CGCookie many times. So, in this interview, you’re not listening to me talk to Pippin — though it sounds like it — but I’m talking to Jonathan Williamson.</p>\n<p>Jonathan is as passionate about CG, modeling, 3D printing, and the software that surrounds these disciplines as Pippin is about WordPress and programming. It was a pleasure to talk to Jonathan about what it’s like to run a membership site that runs on WordPress. I think this interview will be beneficial for those that want to run a membership site, and also those that work with clients who make their living off of their website.</p>\n<p><!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"http://audio.simplecast.fm/9023.mp3\">http://audio.simplecast.fm/9023.mp3</a><br />\n<a href=\"http://audio.simplecast.fm/9023.mp3\">Direct Download</a></p>\n<p><a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">Or subscribe to the Post Status Draft podcast on iTunes!</a></p>\n<h3>How CGCookie evolved</h3>\n<p>CGCookie started as a blog with news, tutorials, and resources for CG enthusiasts. The first form of its monetization was by selling the source files for the various tutorials. Within about two years, Jonathan and co-founder Wes Burke decided to add a membership component that ended up working far better than they anticipated.</p>\n<p>Jonathan has been working full-time on CGCookie since around the summer of 2009. They originally launched on aMember, before eventually migrating to Pippin’s <a href=\"https://pippinsplugins.com/restrict-content-pro-premium-content-plugin/\">Restrict Content Pro</a> plugin, along with <a href=\"https://easydigitaldownloads.com/\">Easy Digital Downloads</a>.</p>\n<p>Today, CGCookie has more than 120,000 free users, and they have around 4,800 paid members.</p>\n<p>Since 2008, CGCookie have managed to not have a full time web developer until February of 2014, when they hired Nick Haskins. You may recognize Nick as the founder of <a title=\"Aesop, a Medium-esque “story engine” for WordPress\" href=\"https://poststatus.com/aesop-medium-esque-story-engine-wordpress/\">Aesop Stories</a> as well. Nick manages front-end development for the site, and they still don’t have a backend developer — though a backend developer and designer are on their roadmap.</p>\n<h3>How CGCookie’s eCommerce setup runs</h3>\n<p>Considering Jonathan is using his brother’s own plugins in the real world, it makes for a great avenue for feedback and insight for Pippin to improve those products.</p>\n<p>CGCookie is using Restrict Content Pro for <a href=\"https://cgcookie.com/membership/\">memberships</a> themselves, and EDD plus the <a href=\"https://easydigitaldownloads.com/extensions/frontend-submissions/\">Front-End Submissions</a> add-on for their <a href=\"http://cgcookiemarkets.com/blender/\">marketplace</a>. We talked about whether EDD could be used for both, or if there is room for improvement in the marriage between the two systems, and he believes there is and that it’s a goal for the two plugins. For instance, currently, reporting and user management and a number of other features are independent between each plugin even though often times the users that utilize the system may overlap.</p>\n<p>I asked Jonathan about scaling WordPress and eCommerce for their large user base. He says that scaling for eCommerce has not been difficult, but with over a hundred thousand users, some default WordPress functionality has not scaled well; for instance, some admin areas create dropdowns for all users, which does not work well. Fortunately, there are some trac tickets in place currently to help solve some of these problems.</p>\n<h3>Prioritizing goals for a membership site</h3>\n<p>When discussing challenges running a membership site, Jonathan highlights the internal battles: balancing new features versus iterative improvements. Based on my short experience managing this membership site, I completely agree.</p>\n<p>For an example, Jonathan told me about a potential question and answer system to help his members get answers for specific technical topics that may be beyond the scope of a specific course. They believe a Stack Exchange style setup that allows them to refer their courses to specific questions would allow them to better serve their customers with the same content they already have.</p>\n<blockquote><p>How do you get people to find your content that answers their question, but you don’t have a way of just explicitly saying that these are the questions this course answers?</p></blockquote>\n<p>They’re considering a method of post to post relationships that direct courses as question answers and vice versa. For this feature and others, they try to do things with a short return on investment, but they also don’t want to be a slave to it. They sometimes do things “that are important to the quality of CGCookie, that never make a dime.” They removed ads last year under that very premise, to make CGCookie a better learning experience.</p>\n<h3>Not the only place to learn</h3>\n<p>Jonathan knows CGCookie isn’t the only place to learn, so they focus on creating an excellent community and learning experience for their customers.</p>\n<p>Realizing that our sites aren’t the only way to get certain information is an important thing to know to be able to better focus what we create for our users and why we create it.</p>\n<h3>Pricing for CGCookie</h3>\n<p>CGCookie has pricing for monthly, quarterly, or yearly pricing; all plans renew automatically unless explicitly cancelled. This is a feature they actively A/B test to see what’s working and what’s not.</p>\n<p>Behavior of customers varies between the three levels. Jonathan says that the users are more invested in their purchases (and getting more out of it) when they sign up for longer. Quarterly members have 10% longer lifetime memberships and spend three times longer on the site.</p>\n<p>However, they do have “a fair bit” of what I called “download and dash” members that sign up for a month, download a bunch of assets and cancel. Monthly memberships are also the most popular plan. They’ve considered locking down downloads for monthly signups but it’s not something they want to do unless it becomes a bigger problem; however they do lose money on those customers that download gigabytes of files and videos but only stay subscribed for one month.</p>\n<h3>Testing</h3>\n<p>During A/B tests, they have found that people will be just as likely to sign up for quarterly as monthly if monthly isn’t available, and quarterly members are more engaged. One thing they noted is that once people stick around for a few months, the average tenure of a user skyrockets; they have some users that have been a paying member as long as the site has been running.</p>\n<p>One of my big takeaways talking to Jonathan was about how significant testing can be. Their tests help them decide on the optimal pricing and payment plans to maximize a lifetime value.</p>\n<p>For testing, insights, and statistics they use <a href=\"https://www.optimizely.com/\">Optimizely</a>, <a href=\"https://mixpanel.com/\">Mixpanel</a>, and Google Analytics.</p>\n<p>Mixpanel allows you to create custom events in your software, and does require some code knowledge, but it can deliver valuable insights if you use it correctly. Jonathan notes, “It’s basically as comprehensive as you make it.”</p>\n<p>They can also mesh tools. They can track which A/B test from Optimizely a customer signed up with, and then use Mixpanel to track what they did and how they did it. They can get login metrics, renewal numbers, and more for each plan and signup flow.</p>\n<p>Mixpanel requires PHP and JavaScript knowledge to utilize, but Optimizely has an extensive visual interface that doesn’t require code knowledge to utilize.</p>\n<h3>What encourages membership signups</h3>\n<p>“It varies day to day, week to week, month to month,” in regard to how their signups work. A bad month in the economy can make their signups go down. Sometimes quarterly users will spike while monthly users are steady.</p>\n<p>Their biggest thing that affects signup rates is customer support. Some presale, but also support for new members to help answer questions and get people engaged. <span class=\"pullquote alignright\">When we can help someone answer the question, “Where do I go next?”, we are able to keep them for a long time.</span></p>\n<p>They have one or two courses that drive a ton of traffic to their site, and it is therefore their largest onboarding channel for new members. However, they don’t have a silver bullet for what it takes to get new users. They are always trying new things.</p>\n<h3>On competing and the industry</h3>\n<p>Jonathan doesn’t see themselves as a part of a singular industry. While many think of CG as a part of the film industry, it’s one of dozens of potential applications, and they don’t want to narrow themselves to a particular one.</p>\n<p>They also poll users to get a feel for who they are and what industry actual users come from. Based on around a thousand responses, they had no real pattern at all. The results were all over the board.</p>\n<p>So they don’t want to compete with a film tutorials site or any other industry site. They want to focus on the tool itself. They want to teach people how to use Blender and show them how it can be applied to various industries their users are a part of.</p>\n<h3>Advice for those running membership sites</h3>\n<blockquote><p>“Build your community would be the main one. It’s one thing to offer a really good product. It’s one thing to build a really good website. But if you don’t have the community behind you that’s going to be willing to trust in you with their wallet … it’s not going to go anywhere long term, sustainably.”</p></blockquote>\n<p>Jonathan says it’s about building the community as well as the sense of trust within that community. He believes that customers will want to know that not only the content will be worth it, but that it will continue to be worth it — and that the communication and support from the team behind the site will be consistent as well.</p>\n<p>He believes that subscriptions and products are very different. With a subscription, the interaction is just as or far more important than specific content itself.</p>\n<p>When he refers to community, he doesn’t mean it has to be strictly through something like a forum. He considers it a broad term, and for them it evolved out of their Blender community user base. At the time we recorded this, they didn’t have forums, a dedicated chat system, or an actual community integration part — though <a href=\"http://community.cgcookie.com/\">they have opened a forum</a> since we chatted. But the community exists and thrives within comments and their gallery functionality.</p>\n<h3>Wrapping up</h3>\n<p>Jonathan is full of great advice and I could listen to him talk about membership sites for a long time. I have no experience with CG but at the end of this interview he had me wanted to go build something with Blender.</p>\n<p>You can (and should) keep up with <a href=\"https://twitter.com/carter2422\">Jonathan on Twitter</a>, or perhaps you’ll see him at a conference near you — but you’ll probably think it’s Pippin at first. Also be sure to checkout <a href=\"http://cgcookie.com/\">CGCookie’s website</a>; it’s really great.</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, 13 Mar 2015 17:01: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: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: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:63:\"Matt: Love is the light that sparked when only darkness existed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://ma.tt/2015/03/love-is-the-light-that-sparked-when-only-darkness-existed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://ma.tt/2015/03/love-is-the-light-that-sparked-when-only-darkness-existed/\";s: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:186:\"<p> <img alt=\"\" src=\"http://i1.wp.com/ma.tt/files/2015/03/IMG_5196.jpg?resize=604%2C466\" title=\"\" class=\"size-custom\" /></p>\n<p>Taken in Houston today. Happy birthday Mom! </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, 13 Mar 2015 15:49:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Matt: Government Taking Over Internet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44766\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://ma.tt/2015/03/government-taking-over-internet/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:569:\"<p>Since the Title II ruling from the FCC there’s been a lot of partisan rhetoric about the government taking over the internet, <a href=\"http://ma.tt/2015/02/net-neutrality-win/\">even in the comments of this very blog</a>. I just came across Brad Feld’s post, <a href=\"http://feld.com/archives/2015/02/final-thoughts-fcc-title-ii-ahead-tomorrows-vote-net-neutrality.html\">Some Final Thoughts on the FCC and Title II Ahead of Tomorrow’s Vote on Net Neutrality</a> and he does an awesome job breaking down and addressing each of the misconceptions.</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, 13 Mar 2015 02:06: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: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:56:\"WPTavern: WordPress 4.2 Beta 1 Now Available for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=40568\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wptavern.com/wordpress-4-2-beta-1-now-available-for-testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3336:\"<p><a href=\"https://wordpress.org/news/2015/03/wordpress-4-2-beta-1/\" target=\"_blank\">WordPress 4.2 beta 1</a> is now available for early testers to download. It’s “pencils down” time for core contributors as far as new feature requests are concerned. This is the point in the release cycle where contributors are focusing their efforts on bug fixes and inline documentation.</p>\n<p>Drew Jaynes, the 4.2 release lead, posted the <a href=\"https://wordpress.org/news/2015/03/wordpress-4-2-beta-1/\" target=\"_blank\">beta release announcement</a> and summarized the main features that could use further testing. The <a href=\"http://wptavern.com/preview-the-press-this-bookmarklet-redesign-alpha-plugin-now-ready-for-testing\" target=\"_blank\">Press This bookmarklet feature has been totally redeigned</a> to be more intuitive and mobile-friendly. If you want to test it out, install the beta and then navigate to the Tools screen in the admin.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/press-this-featured.jpg\" rel=\"prettyphoto[40568]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/press-this-featured.jpg?resize=898%2C408\" alt=\"press-this-featured\" class=\"aligncenter size-full wp-image-24221\" /></a></p>\n<p>Jaynes also encourages users to test drive the new theme browsing and switching capabilities that are now built into the customizer. “We’re especially interested to know if this helps streamline the process of setting up your site,” he said.</p>\n<p>The customizer theme switcher is one of the more controversial additions to this release. The new feature was met with a significant amount of resistance from our commenters when it was <a href=\"http://wptavern.com/customizer-theme-switcher-approved-for-merge-into-wordpress-4-2\" target=\"_blank\">approved for merge into WordPress 4.2</a>.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/customizer-theme-switcher.jpg\" rel=\"prettyphoto[40568]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/customizer-theme-switcher.jpg?resize=1025%2C473\" alt=\"customizer-theme-switcher\" class=\"aligncenter size-full wp-image-38931\" /></a></p>\n<p>The installation and update process for plugins has been beautifully re-tooled to provide a smoother, more convenient experience where users can perform these actions without leaving the Plugins screen. Feel free to leave any feedback on the corresponding <a href=\"https://core.trac.wordpress.org/ticket/29820\" target=\"_blank\">ticket</a> for this improvement.</p>\n<p>WordPress 4.2 also <a href=\"http://wptavern.com/wordpress-4-2-on-track-to-expand-core-support-for-emoji\" target=\"_blank\">expands core support for emoji</a>. Jaynes suggested that users go to town on testing it everywhere.</p>\n<p>“If you felt like emoji were starkly missing from your content toolbox, worry no more,” he said. “We’ve added emoji support nearly everywhere, even post slugs.”</p>\n<p>According to the current <a href=\"https://make.wordpress.org/core/version-4-2-project-schedule/\" target=\"_blank\">4.2 project schedule</a>, the official release is targeted for the week of April 22nd. A series of betas and at least one release candidate are likely to precede the official release during the course of the next 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, 13 Mar 2015 00:01: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: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: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:56:\"WPTavern: WPWeekly Episode 183 – Backing Up The Backup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=40559&preview_id=40559\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wptavern.com/wpweekly-episode-183-backing-up-the-backup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4337:\"<p>In this episode of WordPress Weekly, <a title=\"http://onlinebizcoach.com/\" href=\"http://onlinebizcoach.com/\">Marcus Couch</a> and I discuss a lot of different stories. We share our opinions on the redesigned theme and plugin directories. We discuss CodeGuard’s survey results that indicate WordPress users need a lot more education on backup plugins, strategies, and services. Last but not least, we discuss the WordPress history book. Near the end of the show, Marcus describes a new venture he’s pursuing to help coach online businesses.</p>\n<h2>Stories Discussed:</h2>\n<p><a title=\"http://wptavern.com/wordpress-version-stats-updated-more-than-13-of-sites-are-running-wordpress-4-1\" href=\"http://wptavern.com/wordpress-version-stats-updated-more-than-13-of-sites-are-running-wordpress-4-1\">WordPress Version Stats Updated: More Than 1/3 of Sites are Running WordPress 4.1</a><br />\n<a title=\"http://wptavern.com/wordpress-plugin-directory-launches-new-design\" href=\"http://wptavern.com/wordpress-plugin-directory-launches-new-design\">WordPress Plugin Directory Launches New Design</a><br />\n<a title=\"http://wptavern.com/wordpress-theme-directory-launches-new-design\" href=\"http://wptavern.com/wordpress-theme-directory-launches-new-design\">WordPress Theme Directory Launches New Design</a><br />\n<a title=\"http://wptavern.com/version-one-of-the-wordpress-history-book-is-ready-for-review\" href=\"http://wptavern.com/version-one-of-the-wordpress-history-book-is-ready-for-review\">Version One of The WordPress History Book is Ready For Review</a><br />\n<a title=\"http://wptavern.com/wordpress-publishes-security-white-paper\" href=\"http://wptavern.com/wordpress-publishes-security-white-paper\">WordPress Publishes Security White Paper</a><br />\n<a title=\"http://wptavern.com/codeguard-survey-shows-more-education-is-needed-on-backup-software-services-and-strategies-for-wordpress\" href=\"http://wptavern.com/codeguard-survey-shows-more-education-is-needed-on-backup-software-services-and-strategies-for-wordpress\">CodeGuard Survey Shows More Education is Needed on Backup Software, Services, and Strategies For WordPress</a><br />\n<a title=\"http://wptavern.com/bbpress-2-5-5-released-patches-three-potential-security-vulnerabilities\" href=\"http://wptavern.com/bbpress-2-5-5-released-patches-three-potential-security-vulnerabilities\">bbPress 2.5.5 Released, Patches Three Potential Security Vulnerabilities</a><br />\n<a title=\"http://wptavern.com/blind-sql-injection-vulnerability-discovered-in-wordpress-seo-plugin-by-yoast-immediate-update-recommended\" href=\"http://wptavern.com/blind-sql-injection-vulnerability-discovered-in-wordpress-seo-plugin-by-yoast-immediate-update-recommended\">Blind SQL Injection Vulnerability Discovered in WordPress SEO Plugin by Yoast: Immediate Update Recommended</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a title=\"https://wordpress.org/plugins/custom-upload-folders-plus/\" href=\"https://wordpress.org/plugins/custom-upload-folders-plus/\">Custom Upload Folders Plus</a> lets you organize file uploads by file type and logged in users.</p>\n<p><a title=\"https://wordpress.org/plugins/scratchpad/\" href=\"https://wordpress.org/plugins/scratchpad/\">Scratchpad</a> lets you keep running notes when composing your posts. It can be used to keep an outline for the post, be visible next to the post, or to have a list of links or snippets to refer to.</p>\n<p><a title=\"https://wordpress.org/plugins/gravity-buttons/\" href=\"https://wordpress.org/plugins/gravity-buttons/\">Gravity Buttons</a> is a powerful button creation plugin that allows anyone to create great-looking CSS3 buttons that can be used anywhere on your site.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 18th 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 #183:</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, 12 Mar 2015 22:58: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:\"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: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:42:\"WPTavern: Is a WordPress Plugin a Startup?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40528\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wptavern.com/is-a-wordpress-plugin-a-startup\";s: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:8949:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/petersuhm.jpeg\" rel=\"prettyphoto[40528]\"><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>About two months ago, I released my first commercial WordPress product, <a href=\"https://wppusher.com/\" target=\"_blank\">WP Pusher</a>, a plugin that makes deploying themes and plugins really easy. WP Pusher was not meant to be “just a plugin”. It was supposed to be a SaaS product, and throughout it all, when I was building it, I always thought of it as a startup I was creating.</p>\n<p>For “just a WordPress plugin”, I think it has been quite successful so far, and to a large extent, I believe that to be a result of my own perception of the whole thing. I think it was more successful because, even after I realized it was just going to be a plugin, I still treated it as a startup.</p>\n<h2>What Is a Startup?</h2>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/office.jpeg\" rel=\"prettyphoto[40528]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/office.jpeg?resize=1025%2C493\" alt=\"office\" class=\"aligncenter size-full wp-image-40552\" /></a></p>\n<p>In the fall of 2014, I was traveling around Southeast Asia, enjoying the digital nomad lifestyle, while making WP Pusher. I spent quite a bit of time in Chiang Mai, the capital of digital nomads, and everyone was talking about a guy named Pieter Levels, who did all kinds of cool things, all related to digital nomadism. One of these things was to take up the challenge of building a new startup every month for 12 months.</p>\n<p>Hearing people talk about Pieter’s startup quest got me thinking about the term “startup”. Honestly, when I first heard about it, I did not think of the 12 startups as real startups – which Pieter obviously did. To me, creating a portfolio of 12 startups in such a short time seemed a bit silly. In my head, a real startup required more dedication and commitment than that.</p>\n<p>In the meantime, some of Pieter’s startups have been really successful and the whole process has been really inspiring to follow. I now understand that my idea of a startup was missing some pieces. All of the 12 projects that Pieter created qualified as startups. Some of them were more successful than others, but he validated 12 ideas in a short time and the result is really impressive. And one thing, which is very important, is that Pieter treated all of the 12 projects as startups instead of just another side project (which is how many developers talk about their projects). Calling something a side project is an easy way of protecting yourself against your fear of failure.</p>\n<p>If you ask Steve Blank about his definition of a startup, he will tell you that <a href=\"http://steveblank.com/2010/01/25/whats-a-startup-first-principles/\" target=\"_blank\">“a startup is an organization formed to search for a repeatable and scalable business model”</a>. If we break that up, “an organization” can mean anything. It can be you alone or it can be a team. “Repeatable” and “scalable” are two sides of the same coin.</p>\n<p>Building a WordPress plugin and calling it a day is not enough. That is not a startup. Honestly, to me, “repeatable“ is the main factor. I am in it for the freedom – not the empire building. I want a business to be repeatable in the sense that I can teach someone else how to run it for me – hence, freedom. It does not have to be scalable in order to put food on my table or allow me to travel around the world – it just has to be profitable.</p>\n<p>WordPress offers a giant market full of small niches and potential customers. There is no reason why something you are building for WordPress could not be as huge as any other software startup. The market share of the WordPress platform is <a href=\"http://w3techs.com/technologies/overview/content_management/all/\" target=\"_blank\">large enough</a>.</p>\n<p>In relation to the Steve Blank quote, what could you do to make your WordPress plugin a startup instead of a side project? First of all, you need to think about the “organization”. Most likely, you are the programmer or the engineer behind your product. But do you know how to design a shiny, high-converting landing page? Do you have any clue about how to approach marketing or customer relations? What about the legal and financial aspects? Maybe you do. If you do not, you need to either be willing to learn or team up with someone who does. At the very minimum, you need to at least consider it.</p>\n<p>How can you build a business around a WordPress plugin that is more “repeatable” and “scalable”? Well, you could do most of the things that other startups do. Here are a few questions to consider:</p>\n<ul>\n<li>Could you charge more or offer more expensive options?</li>\n<li>Could you turn your plugin into a SaaS or find something that you could charge for on a recurring basis?</li>\n<li>Could you sell additional add-ons or extensions for your plugin?</li>\n<li>Could you offer a service in addition to your plugin?</li>\n<li>Given you solve some kind of pain for your customers, could you copy your idea to other niches or customer segments?</li>\n<li>Could you come up with ways to attract more customers on a recurring basis? (SEO, content marketing, advertising etc.)</li>\n<li>Could you have someone else help you find new customers? (copywriters, affiliate partners etc.)</li>\n</ul>\n<p>You get it.</p>\n<h2>Solving Your Own Problems vs. Solving Other People’s Problems</h2>\n<p>A very important point I want to make relates to the business idea of your WordPress plugin. In a market like WordPress, programmers tend to be tempted to find solutions to their own problems – not necessarily other people’s problems. Finding a solution for a problem you have yourself is a good place to start and great for motivation, domain knowledge and so on, but it is not enough.</p>\n<p>If you want it to be a business, you need to make sure that other people have the same problem and are willing to pay for it. Startups are not made to solve their own problems. The original business idea behind the startup might have been to solve a problem the founder had, but if the only customer in the startup is going to be the founder alone, it is not a very good business model. You need to figure out how you can make your product relevant to more people – not everyone of course, but more people than yourself.</p>\n<p>As an example, WP Pusher solves a problem I had with clients. There were already solutions to this problem – both free and paid. Most of them required either Git installed or that I granted them access to my clients’ servers. Given I am actually in control of, or at least have an influence over, most of the server environments of my clients, I could in theory have used one of these existing solutions.</p>\n<p>However, I knew that was not the case for a lot of WordPress developers. I saw the possibility of solving my own problem as well as solving a problem I knew a lot of other developers had. Reading about Pieter’s 12 startups inspires me to build more products for WordPress. Solve more problems. Build more startups.</p>\n<h2>Say It Out Loud</h2>\n<p>When I thought WP Pusher was going to be a SaaS business, I thought of it as a startup. When I decided to change the business model and rebuild it all as a single plugin, it felt weird calling it a business – or even a startup. For a short time I think I phrased it as “just a project for WordPress”, when telling people about it.</p>\n<p>Personally, I still like to think of it as a startup. I kept the landing page I built for the SaaS and I kept the blog I set up. I kept everything that I initially made when it was a “startup” I was working on. Today, I have made a conscious decision that it is in fact a startup – no matter how big or small it is.</p>\n<p>WP Pusher has many characteristics of a startup. It solves a very obvious pain point that is easy to communicate. It has a simple business model in a very large market. And finally, it has a logo and it has a nice landing page. That is a startup right there.</p>\n<p>What are you missing before you can confidently call your WordPress plugin a startup?</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, 12 Mar 2015 21:28:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Matt: Portland + Phoenix Press Publish Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44801\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://ma.tt/2015/03/portland-phoenix-press-publish-events/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:775:\"<p>We’re organizing an exciting <a href=\"http://presspublish.events/\">new conference series focused on blogging, called Press Publish</a>. The speaker list has some really awesome folks on it, and will include notable WordPress bloggers telling their stories as well as <a href=\"http://automattic.com/\">Automattic</a> employees teaching tutorials and workshops. Plus, WordPress.com Happiness Engineers will be ready and waiting to help people one-on-one with their blogs.</p>\n<p>The first two events are in <strong>Portland</strong> on March 28 and in <strong>Phoenix</strong> on April 18, and <a href=\"http://presspublish.events/register/?tix_coupon=MATTBLOG\">if you register with this link in the next week or so you get a discount</a>, special for Ma.tt readers.</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, 12 Mar 2015 04:58: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: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: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:91:\"WPTavern: EDD 2.3 Introduces New Customer Management Interface and Performance Improvements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40484\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://wptavern.com/edd-2-3-introduces-new-customer-management-interface-and-performance-improvements\";s: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:4339:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/EasyDigitalDownloadsFeaturedImage.png\" rel=\"prettyphoto[40484]\"><img class=\"aligncenter size-full wp-image-40496\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/EasyDigitalDownloadsFeaturedImage.png?resize=620%2C223\" alt=\"EasyDigitalDownloadsFeaturedImage\" /></a></p>\n<p>Easy Digital Downloads 2.3 is <a title=\"https://easydigitaldownloads.com/blog/version-2-3-released/\" href=\"https://easydigitaldownloads.com/blog/version-2-3-released/\">available for download</a> and includes new features along with performance improvements. One of the highlights is the new customer management interface. The improved interface lets you quickly browse customer data in an intuitive fashion. There’s also some new API’s that allow developers to interact with customer data behind the scenes.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/EDD23CustomerManagmentInterface.png\" rel=\"prettyphoto[40484]\"><img class=\"size-full wp-image-40487\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/EDD23CustomerManagmentInterface.png?resize=1025%2C808\" alt=\"New Customer Management Interface\" /></a>New Customer Management Interface\n<p>File download URLs are more secure, have better performance, and are more reliable. URLs now contain secure tokens and expiration dates to maintain the security of files. This decreases the likelihood of individuals being able to tamper with downloadable files. URLs are also shorter and easier to share.</p>\n<p>EDD 2.3 significantly improves stat tracking. For example, when you add or remove Download products on an existing payment record, the earnings and sales for the affected products are now properly updated when the payment record is saved. Performance improvements to reports include:</p>\n<ul>\n<li>Tax reports are now much more efficient</li>\n<li>A race condition related to the update process for Download earnings / sales has been resolved</li>\n<li>Individual customer stats are now much more performant</li>\n<li>The Sales / Earnings widget on the Dashboard now loads via Ajax to improve the first-load performance</li>\n</ul>\n<p>According <a title=\"https://twitter.com/chriscct7/status/575724923899023360\" href=\"https://twitter.com/chriscct7/status/575724923899023360\">to Chris Christoff</a>, core developer of EDD, the product has officially passed 10,000 commits made by 121 people since its inception on Github. Pippin Williamson, founder of EDD, states on Twitter that even though the release adds substantial features, the code base has shrunk significantly.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>Thanks to the keen eyes of <a href=\"https://twitter.com/andyfragen\">@andyfragen</a>, it\'s been noticed that the EDD code base shrunk significantly with 2.3, even though we add a LOT</p>\n<p>— Pippinsplugins (@pippinsplugins) <a href=\"https://twitter.com/pippinsplugins/status/575721400650043392\">March 11, 2015</a></p></blockquote>\n<p></p>\n<p>EDD 2.3 has eight other notable improvements:</p>\n<ul>\n<li>Download products can now be added to the cart with multiple price IDs at one time</li>\n<li>Better support for the <a href=\"https://wordpress.org/plugins/polylang/\" target=\"_blank\">Polylang</a> plugin has been added</li>\n<li>PayPal Buy Now buttons no longer create pending payment records on each click</li>\n<li>A new {ip_address} email tag has been added</li>\n<li>Numerous new action hooks and filters have been added for developers</li>\n<li>Numerous translation files have been added and several new languages as well</li>\n<li>The display of items in the cart widget has been improved to properly show quantities</li>\n<li>A large number of minor PHP issues have been resolved</li>\n</ul>\n<p>The full list of bugs and improvements is <a title=\"https://github.com/easydigitaldownloads/Easy-Digital-Downloads/issues?q=is%3Aissue+milestone%3A2.3+is%3Aclosed\" href=\"https://github.com/easydigitaldownloads/Easy-Digital-Downloads/issues?q=is%3Aissue+milestone%3A2.3+is%3Aclosed\">available on Github</a>. You can <a title=\"https://wordpress.org/plugins/easy-digital-downloads/\" href=\"https://wordpress.org/plugins/easy-digital-downloads/\">download 2.3</a> from the WordPress plugin directory or update from within WordPress by visiting the Updates screen.</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, 11 Mar 2015 23:18: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: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: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:54:\"WPTavern: WordPress Foundation Website Gets a Redesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=40035\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wptavern.com/wordpress-foundation-website-gets-a-redesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3663:\"<p>The <a href=\"http://wordpressfoundation.org/\" target=\"_blank\">WordPress Foundation</a> website is sporting a fresh coat of paint, based on the Twenty Fifteen default theme released with <a href=\"http://wptavern.com/wordpress-4-1-dinah-released\" target=\"_blank\">WordPress 4.1</a> last December. The foundation exists to further the mission of the open source project, most importantly by ensuring free access to the software for years to come. It also serves to protect the WordPress-related trademarks and educate the public about the software.</p>\n<p>With that mission at its core, it’s fitting that the foundation selected Twenty Fifteen for the new look. Matt Mullenweg, founder of the organization, <a href=\"https://twitter.com/photomatt/status/573256190462984192\" target=\"_blank\">identified</a> Automattic employee <a href=\"https://twitter.com/NickHamze\" target=\"_blank\">Nick Hamze</a> as responsible for the foundation’s updated design.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/wordpress-foundation.png\" rel=\"prettyphoto[40035]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/wordpress-foundation.png?resize=1025%2C703\" alt=\"wordpress-foundation\" class=\"aligncenter size-full wp-image-40473\" /></a></p>\n<p>When we offered a <a href=\"http://wptavern.com/first-look-at-designs-for-the-twenty-fifteen-default-wordpress-theme\" target=\"_blank\">first look at the design of Twenty Fifteen</a> prior to its release, readers made it clear that this theme would be more enthusiastically received than any other default theme in WordPress’ recent history. Twenty Fifteen offers users a clean canvas that easily lends itself to customization.</p>\n<p>Nick Hamze’s personal <a href=\"http://blog.nickhamze.com/\" target=\"_blank\">blog</a> is another beautiful example of a Twenty Fifteen customization in the wild.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/nick-hamze.png\" rel=\"prettyphoto[40035]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/nick-hamze.png?resize=1025%2C688\" alt=\"nick-hamze\" class=\"aligncenter size-full wp-image-40474\" /></a></p>\n<p>WordCamps in particular are making excellent use of the default theme as a base for their event websites. <a href=\"http://maine.wordcamp.org/2015/\" target=\"_blank\">WordCamp Maine 2015</a> is a prime example of how designers are creatively adapting Twenty Fifteen:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/wordcamp-maine.png\" rel=\"prettyphoto[40035]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/wordcamp-maine.png?resize=1025%2C713\" alt=\"wordcamp-maine\" class=\"aligncenter size-full wp-image-40475\" /></a></p>\n<p><a href=\"http://london.wordcamp.org/2015/\" target=\"_blank\">WordCamp London 2015</a> organizers used the default theme to bring a grunge look to their site with the help of Google fonts and spray paint style backgrounds.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/wordcamp-london.png\" rel=\"prettyphoto[40035]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/wordcamp-london.png?resize=1025%2C713\" alt=\"wordcamp-london\" class=\"aligncenter size-full wp-image-40477\" /></a></p>\n<p>Armed with a unique background image and a little bit of color inspiration, it’s easy for anyone to make their own totally unique version of Twenty Fifteen. Thanks to the options built into the customizer, you may not even need to create a child theme.</p>\n<p>Where else have you seen <a href=\"https://wordpress.org/themes/twentyfifteen/\" target=\"_blank\">Twenty Fifteen</a> in the wild?</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, 11 Mar 2015 22:44:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: Akismet Improves User Privacy by Encrypting API Calls\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40459\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wptavern.com/akismet-improves-user-privacy-by-encrypting-api-calls\";s: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:2837:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/AkismetSSLFeaturedImage.png\" rel=\"prettyphoto[40459]\"><img class=\"size-full wp-image-40462\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/AkismetSSLFeaturedImage.png?resize=656%2C301\" alt=\"Akismet SSL Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/61423903@N06/7557181168\">Secure Cloud Computing</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>Akismet 3.1 <a title=\"https://blog.akismet.com/2015/03/11/akismet-3-1-wordpress/\" href=\"https://blog.akismet.com/2015/03/11/akismet-3-1-wordpress/\">is available for download</a> and contains a bug fix that prevents it from inadvertently modifying a comment’s content during the spam filtering process. In addition to the bug fix, calls made to the Akismet API are now encrypted via SSL.</p>\n<p>While it may not seem like much on the surface, encrypting communications between WordPress and Akismet is an important change that increases the privacy of those who leave comments on your site. Christopher Finke, who works on the Akismet development team, explains why:</p>\n<blockquote><p>Akismet’s API is being offered over SSL for the same reason that all <a href=\"http://wordpress.com\">wordpress.com</a> subdomains are <a title=\"https://en.blog.wordpress.com/2014/06/05/reset-the-net/\" href=\"https://en.blog.wordpress.com/2014/06/05/reset-the-net/\">now served over SSL by default</a>. Encrypting that connection decreases the chances of surveillance by a third-party. No matter what a commenter is writing about, sending their comment to be checked using SSL ensures that it will only be read by those who are meant to read it.</p></blockquote>\n<p>The move is part of a larger effort to apply SSL across WordPress.com and WordPress.org. In late 2014, almost all of WordPress.org <a title=\"https://make.wordpress.org/meta/2014/09/23/wordpress-org-is-now-forced-ssl/\" href=\"https://make.wordpress.org/meta/2014/09/23/wordpress-org-is-now-forced-ssl/\">was transitioned</a> to load over SSL/HTTPS. As part of the security hardening process of WordPress 3.7, <a title=\"http://codex.wordpress.org/WordPress.org_API\" href=\"http://codex.wordpress.org/WordPress.org_API\">api.wordpress.org,</a> which handles theme, plugin, and core updates, was forced to use SSL if the webserver supports it.</p>\n<p>If you’re not sure what SSL is or would like to learn how to implement it on your site, read the <a title=\"https://make.wordpress.org/support/user-manual/web-publishing/https-for-wordpress/\" href=\"https://make.wordpress.org/support/user-manual/web-publishing/https-for-wordpress/\">HTTPS section in the WordPress user manual</a>. It has an introduction to the protocol and provides tips on implementing, tweaking, and applying good practices</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, 11 Mar 2015 21:12:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:117:\"WPTavern: Blind SQL Injection Vulnerability Discovered in WordPress SEO Plugin by Yoast: Immediate Update Recommended\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40433\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"http://wptavern.com/blind-sql-injection-vulnerability-discovered-in-wordpress-seo-plugin-by-yoast-immediate-update-recommended\";s: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:4095:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/yoast.jpg\" rel=\"prettyphoto[40433]\"><img class=\"aligncenter size-full wp-image-40456\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/yoast.jpg?resize=1025%2C457\" alt=\"yoast\" /></a></p>\n<p>A blind SQL injection vulnerability was discovered today in the popular <a href=\"https://wordpress.org/plugins/wordpress-seo/\" target=\"_blank\">WordPress SEO plugin by Yoast</a>. WPScanVulnerability Database <a href=\"https://wpvulndb.com/vulnerabilities/7841\" target=\"_blank\">issued an advisory</a> after responsibly disclosing the vulnerability to the plugin’s author:</p>\n<blockquote><p>The latest version at the time of writing (1.7.3.3) has been found to be affected by two authenticated (admin, editor or author user) Blind SQL Injection vulnerabilities.</p>\n<p>The authenticated Blind SQL Injection vulnerability can be found within the ‘admin/class-bulk-editor-list-table.php’ file. The orderby and order GET parameters are not sufficiently sanitized before being used within a SQL query.</p></blockquote>\n<p>Yoast was quick to respond with a patch and released version 1.7.4 with the following security fix:</p>\n<blockquote><p>Fixed possible CSRF and blind SQL injection vulnerabilities in bulk editor. Added strict sanitation to order_by and order params. Added extra nonce checks on requests sending additional parameters. Minimal capability needed to access the bulk editor is now Editor. Thanks <a href=\"https://github.com/ethicalhack3r\" target=\"_blank\">Ryan Dewhurst</a> from WPScan for discovering and responsibly disclosing this issue.</p></blockquote>\n<h3>Immediate Update Advised</h3>\n<p>Users running the most recent version are advised to update immediately. If you’re using Jetpack on all your sites, you can quickly update them by visiting: <a href=\"https://wordpress.com/plugins/wordpress-seo\" target=\"_blank\">https://wordpress.com/plugins/wordpress-seo</a>. There you will see all the sites where you have the plugin installed and can update from your centralized dashboard.</p>\n<p>Hosting companies are scrambling to add a fix to protect customers. The Pressable status blog sent out an <a href=\"http://status.pressable.com/2015/03/11/wordpress-seo-vulnerability/\" target=\"_blank\">advisory</a> on the vulnerability and is immediately updating installations where the plugin is active:</p>\n<blockquote><p>Our systems have already begun updating this plugin across all impacted sites on our systems, and we expect this process to be completed shortly.</p></blockquote>\n<p>SiteGround has added a <a href=\"https://www.siteground.com/blog/wordpress-seo-by-yoast-vulnerability/\" target=\"_blank\">temporary fix</a> to tide customers over in the meantime before they have the chance to update. The company added new security rules to its WAF (web application firewall), which will actively filter any possible incoming hacking attempts that try to exploit the vulnerability.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>Our security team has just added a fix to protect customers from a vulnerability in <a href=\"https://twitter.com/hashtag/WP?src=hash\">#WP</a> SEO plugin by Yoast <a href=\"https://t.co/nP9qrJaO0x\">https://t.co/nP9qrJaO0x</a></p>\n<p>— SiteGround (@SiteGround) <a href=\"https://twitter.com/SiteGround/status/575701133550878720\">March 11, 2015</a></p></blockquote>\n<p></p>\n<p><a href=\"https://wordpress.org/plugins/wordpress-seo/\" target=\"_blank\">WordPress SEO by Yoast</a> is active on more than one million websites. While many hosts are being proactive about getting plugin updates to customers, most of the plugin’s users will not be able to rely on their host to take care of the update. Keeping your site safe from the vulnerability is as easy as logging in and updating to the latest version.</p>\n<p><em><strong>Update</strong></em> Joost de Valk <a title=\"https://yoast.com/wordpress-seo-security-release/\" href=\"https://yoast.com/wordpress-seo-security-release/\">published an update</a> discussing the vulnerabilities and what is fixed.</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, 11 Mar 2015 18:13:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:50:\"Akismet: Akismet 3.1 Plugin for WordPress Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1794\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blog.akismet.com/2015/03/11/akismet-3-1-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:1197:\"<p>Version 3.1 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>As of version 3.1, all calls to the Akismet API are now made using SSL, increasing the confidentiality of your commenters’ data as it travels over the wire. Developers of other Akismet libraries are now free to use <code>https</code> URLs for Akismet API endpoints as well.</p>\n<p>This update also includes a bugfix that prevents Akismet from inadvertently modifying a comment’s content during the spam filtering process.</p>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1794/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1794/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1794&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, 11 Mar 2015 17:00: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s: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:26:\"Matt: Lessons from Jetpack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44701\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/03/lessons-from-jetpack/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:375:\"<blockquote><p>Personally I can say that it was the Jetpack features that helped provide the defaults that got me hooked on WordPress. If it weren’t for that, I wouldn’t be where I am today.</p></blockquote>\n<p>Josh Pollock at Torque writes about <a href=\"http://torquemag.io/lessons-can-learn-jetpack-helped-wordpress-succeed/\">Lessons we can learn from Jetpack</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, 11 Mar 2015 03:01: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: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:90:\"WPTavern: Mentionable Plugin Adds @mentions for WordPress Content with Inline Autocomplete\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=39424\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/mentionable-plugin-adds-mentions-for-wordpress-content-with-inline-autocomplete\";s: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:3037:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/links.jpg\" rel=\"prettyphoto[39424]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/links.jpg?resize=1024%2C508\" alt=\"photo credit: gordon2208 - cc\" class=\"size-full wp-image-36986\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/gordon2208/4987669000/\">gordon2208</a> – <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a>\n<p>Finding and linking to previously published content on your site is a daily necessity for bloggers and content managers. Usually, you have to search the frontend of your site or search posts/pages in the admin to track down the content you’re trying to link.</p>\n<p><a href=\"https://wordpress.org/plugins/mentionable/\" target=\"_blank\">Mentionable</a> is a handy tool, created by the folks at <a href=\"https://xwp.co/\" target=\"_blank\">XWP</a>, that saves a lot of time on internal linking. The plugin adds @mentions to the visual editor with autocomplete for any content published on the site, including posts, pages, media, and custom post types.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/mentionable.png\" rel=\"prettyphoto[39424]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/mentionable.png?resize=843%2C438\" alt=\"mentionable\" class=\"aligncenter size-full wp-image-40405\" /></a></p>\n<p>Mentionable includes a settings panel for specifying the post types for which the plugin will be active. You can also select the post types that the auto-completion will match against. Users can further customize the plugin by replacing the mentionable tag with a custom <em>mentionable.php</em> template.</p>\n<p>The support for custom post types means that users can call out recipes, books, movies, products, or posts from any registered content type as links within pages or posts. This makes it easy to link to the backstory for new content, put together quick reference lists, cross promote products, etc. – all without ever having to leave the post editor.</p>\n<p>I tested the plugin and found that it works as advertised. When mentioning a post you don’t even have to start with the first word of the post title. The autocomplete will pick up any word found in a title, in case your memory of the exact title is foggy.</p>\n<p>If you decide later on that you don’t want to use the plugin anymore, it won’t affect any of the links you created previously. Your content remains intact even after the plugin is deactivated and uninstalled.</p>\n<p>A healthy amount of internal linking is often recommended for boosting your site’s SEO. According to Moz, <a href=\"http://moz.com/learn/seo/internal-link\" target=\"_blank\">internal links</a> are critical for establishing site architecture and spreading link juice. If you’re not in the habit of linking to your own content, the <a href=\"https://wordpress.org/plugins/mentionable/\" target=\"_blank\">Mentionable</a> plugin will help you do it with minimal effort.</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, 11 Mar 2015 01:17:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:78:\"WPTavern: Delicious Brains Publishes In-depth Guides on The WordPress Database\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40388\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://wptavern.com/delicious-brains-publishes-in-depth-guides-on-the-wordpress-database\";s: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:1896:\"<p><a title=\"https://deliciousbrains.com/\" href=\"https://deliciousbrains.com/\">Delicious Brains</a>, the creators of <a title=\"https://wordpress.org/plugins/wp-migrate-db/\" href=\"https://wordpress.org/plugins/wp-migrate-db/\">WP Migrate DB</a>, <a title=\"https://deliciousbrains.com/tour-wordpress-database/\" href=\"https://deliciousbrains.com/tour-wordpress-database/\">published a guide</a> that walks developers through the WordPress database. The guide describes every database table and there associated columns within WordPress single site. It also features an <a title=\"http://codex.wordpress.org/Database_Description#Database_Diagram\" href=\"http://codex.wordpress.org/Database_Description#Database_Diagram\">entity relationship diagram</a> that explains the relationships between the various tables. Although the image was created for WordPress 3.8, it’s still accurate.</p>\n<p>For those who want to learn the database structure of WordPress Multisite, check out their <a title=\"https://deliciousbrains.com/wordpress-multisite-database-tour/\" href=\"https://deliciousbrains.com/wordpress-multisite-database-tour/\">Multisite database tour</a> as there are some key database changes to take note of:</p>\n<blockquote><p>When a WordPress site is <a href=\"http://codex.wordpress.org/Create_A_Network\">converted to a Multisite install</a>, a “network” of subsites is created. The existing site is converted to the first subsite in the network. The database classes the network itself as a site (wp_site), and each subsite as a blog (wp_blogs).</p>\n<p>Certain tables are used only by a subsite, and a new set of tables are created every time a site is added to the network. Each set of tables is differentiated by the blog_id for the subsite used in the table prefix. e.g. `wp_2_posts`.</p></blockquote>\n<p>I encourage you to bookmark both guides as they’re excellent resources.</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, 10 Mar 2015 21:58:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:116:\"WPTavern: CodeGuard Survey Shows More Education is Needed on Backup Software, Services, and Strategies For WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=40341\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"http://wptavern.com/codeguard-survey-shows-more-education-is-needed-on-backup-software-services-and-strategies-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4426:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/CodeGuardSurveyResultsFeaturedImage.png\" rel=\"prettyphoto[40341]\"><img class=\"aligncenter size-large wp-image-40382\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/CodeGuardSurveyResultsFeaturedImage.png?resize=500%2C187\" alt=\"CodeGuard Survey Results Featured Image\" /></a></p>\n<p><a title=\"https://www.codeguard.com/\" href=\"https://www.codeguard.com/\">CodeGuard</a>, a service that specializes in automated backups to the cloud, has published the results of its 2015 WordPress survey. The survey took place between February 18th-20th and was answered by 503 WordPress users. Backing up is an important part of maintaining a website, so it’s a bit shocking to see such high percentages of people who either don’t backup on a regular basis or who don’t think backup plans are important.</p>\n<p>Out of 503 respondents:</p>\n<ul>\n<li>25% have received “very little training” in the use of WordPress</li>\n<li>22% haven’t been trained at all in WordPress backup and have “no idea” how to do it</li>\n<li>21% have seen the “white screen of death” multiple times, and “it’s horrible!”</li>\n<li>69% have had a plugin fail after an update, and 24% have had it happen “many times”</li>\n<li>63% have deleted files that were not backed up</li>\n<li>22% said that a backup plugin seems “unimportant” to them</li>\n<li>24% said “This site is my livelihood, I’d pay almost anything for a complete restore,” while 19% said they’d be willing to spend several thousand dollars, at least</li>\n</ul>\n<p>I’m surprised to see only 24% of respondents use a backup plugin at all considering there’s so many <a title=\"https://wordpress.org/plugins/search.php?q=backup\" href=\"https://wordpress.org/plugins/search.php?q=backup\">free options available</a>. There appears to be a correlation between those who have little to no WordPress training and the lack of education on how to establish a backup plan. I realize 503 WordPress users is not a large sample size, but the numbers indicate more education is needed on backup software, services, and strategies.</p>\n<p>It’s also alarming to see 69% of respondents have had a plugin fail after an update and 24% of those have had it happen several times. This is further proof that WordPress is <a title=\"http://wptavern.com/its-time-for-wordpress-to-automatically-update-themes-plugins-and-core-by-default\" href=\"http://wptavern.com/its-time-for-wordpress-to-automatically-update-themes-plugins-and-core-by-default\">not ready to automatically update plugins</a> by default.</p>\n<p>An important data point missing from the survey is how many of the respondents rely on automatic backups provided by their webhost. Not every user needs a plugin to manage backups and for a number of managed WordPress hosting companies, automatic backups are part of the package. In fact, most managed WordPress hosting providers discourage and disallow backup plugins from being used. An <a title=\"http://wpengine.com/support/disallowed-plugins/\" href=\"http://wpengine.com/support/disallowed-plugins/\">example is WP Engine</a>:</p>\n<blockquote><p>In general, however, we discourage the use of backup plugins. They needlessly duplicate our built-in functionality, rely on a large amount of local storage and can store files in an insecure manner. Not only that, many of these plugins run their backup jobs at inopportune times. This can slow database connectivity with extra — and sometimes very large — MySQL queries and cause timeouts on larger sites.</p></blockquote>\n<p>This infographic provided by CodeGuard visually shows the survey’s results. When browsing, I suggest replacing <em>WordPress users</em> with <em>respondents</em> as WordPress users sounds too broad. After reviewing the data, let me know if the results surprise you or if it corresponds to what you’re experiencing with clients.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/CodeGuardInfographic.png\" rel=\"prettyphoto[40341]\"><img class=\"wp-image-40371 size-full\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/CodeGuardInfographic.png?resize=1025%2C4879\" alt=\"CodeGuard Infographic Showing Survey Results\" /></a>CodeGuard Infographic Showing Survey Results\n<p> </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, 10 Mar 2015 19:49: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: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:87:\"WPTavern: WordPress Antispam Bee Plugin Adds Option to Trust Commenters with a Gravatar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40344\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-antispam-bee-plugin-adds-option-to-trust-commenters-with-a-gravatar\";s: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:4082:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/bee.jpg\" rel=\"prettyphoto[40344]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/bee.jpg?resize=1025%2C467\" alt=\"photo credit: Osmia pumila, M, Face, MD_2013-06-25.18.39.16 ZS PMax - (license)\" class=\"size-full wp-image-40353\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/54563451@N08/9302552275\">Osmia pumila, M, Face, MD_2013-06-25.18.39.16 ZS PMax</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>Version 2.6.5 of the popular <a href=\"https://wordpress.org/plugins/antispam-bee/\" target=\"_blank\">Antispam Bee</a> plugin is out today with a new feature that allows administrators to trust commenters with a <a href=\"https://en.gravatar.com/\" target=\"_blank\">Gravatar</a>. The idea for the function was suggested by Caspar Hübinger, a long-time user of the plugin.</p>\n<p>“Have you ever seen a spam comment with a Gravatar image? I haven’t,” Hübinger said in a <a href=\"http://glueckpress.com/6500/trust-the-gravatar/\" target=\"_blank\">post</a> introducing the new feature. “So I suggested to include an option in Antispam Bee to trust commenters with a Gravatar by default, and Sergej, creator of Antispam Bee, was kind enough to implement it.”</p>\n<p>Although the plugin was mentioned by Matt Mullenweg during his Q&A at WordCamp Europe 2014, English speakers have largely overlooked it in the past. Antispam Bee was created by German WordPress plugin developer <a href=\"http://wpcoder.de/\" target=\"_blank\">Sergej Müller</a> and its description page on WordPress.org is written in German. He has actively developed and maintained the plugin since 2009. It is currently used on 200,000+ installations of WordPress.</p>\n<p>One might think that it would make sense to include an English copy of the description to gain a larger user base, but Müller elected to keep it in German due to the plugin’s incompatibilities. Antispam Bee is incompatible with many of the major commenting systems used by English speakers, including Disqus, Jetpack Comments, and AJAX Comment Form.</p>\n<p>English speakers who use <a href=\"http://jetpack.me/support/comments/\" target=\"_blank\">Jetpack Comments</a> often use <a href=\"http://akismet.com/\" target=\"_blank\">Akismet</a>, since the two work together seamlessly. Akismet is far more well-known, since it comes packaged with WordPress by default. However, Antispam Bee has a solid set of features that make it a decent alternative:</p>\n<ul>\n<li>Ad-free</li>\n<li>No storage of personal data</li>\n<li>No registration required</li>\n<li>Free for commercial projects</li>\n<li>No adjustment required by theme templates</li>\n<li>All functions can be controlled by the user</li>\n<li>Statistics for the last 30 days displayed as a dashboard widget</li>\n<li>Supports six languages: German, English, French, Russian, Dutch, and Slovenian</li>\n</ul>\n<p>The plugin also comes with 20 configurable options for customizing its spam-blocking features, including the ability to disable spam email notifications, block comments from certain countries, allow comments only in certain languages, delete after X days, and much more. These options allow you to tailor your anti-spam shield to lessen your moderation load.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/antispam-bee.jpg\" rel=\"prettyphoto[40344]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/antispam-bee.jpg?resize=1025%2C714\" alt=\"antispam-bee\" class=\"aligncenter size-full wp-image-40377\" /></a></p>\n<p>If you’re intrigued by <a href=\"https://wordpress.org/plugins/antispam-bee/\" target=\"_blank\">Antispam Bee</a>‘s latest feature that allows you to trust commenters who have a Gravatar, give the plugin a try the next time you’re reviewing spam-blocking solutions. The option is a creative use of WordPress’ built-in support for Gravatar. Current users of the plugin can find the new setting in the admin under <strong>Settings > Antispam Bee</strong>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Mar 2015 19:06:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:87:\"WPTavern: WPupdatePHP Project Aims to Help WordPress Users Get on Newer Versions of PHP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=40303\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wpupdatephp-project-aims-to-help-wordpress-users-get-on-newer-versions-of-php\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4470:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/php.jpg\" rel=\"prettyphoto[40303]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/php.jpg?resize=700%2C329\" alt=\"photo credit: Feediza.com\" class=\"size-full wp-image-40331\" /></a>photo credit: <a href=\"http://feediza.com/\">Feediza.com</a>\n<p>Developers are anxious for WordPress to bump up the minimum PHP requirement for core, as it’s currently lingering at 5.2, which is no longer among the <a href=\"http://php.net/supported-versions.php\" target=\"_blank\">supported versions of PHP</a>. As of August 2014, PHP 5.3 no longer receives patches for security vulnerabilities.</p>\n<p><a href=\"http://wptavern.com/wordpress-version-stats-updated-more-than-13-of-sites-are-running-wordpress-4-1\" target=\"_blank\">Recent updates to WordPress.org stats</a> indicate that 16.4% of WordPress sites are still running on PHP 5.2 and 38% on PHP 5.3. According to lead developer Andrew Nacin, bumping the minimum required version is not likely to happen soon, due to the sheer number of sites that would be negatively impacted.</p>\n<p>“One-sixth of all sites running PHP 5.2 is still many millions of sites,” he said. “If we move the PHP minimum version too early, we risk stranding millions of installs on older versions of WordPress.” In the meantime, the WordPress project is researching the current state of PHP offerings available at popular hosts and will soon be urging them to update to more recent versions.</p>\n<p>WordPress developer <a href=\"http://coenjacobs.me/\" target=\"_blank\">Coen Jacobs</a> believes that the effort to contact hosts will not be enough to help everyone. His new <a href=\"http://www.wpupdatephp.com/\" target=\"_blank\">WPupdatePHP</a> project was created to educate end users on outdated versions of PHP. The <a href=\"https://github.com/WPupdatePHP/wp-update-php\" target=\"_blank\">WPupdatePHP library</a> is a tool that developers can bundle into their plugins in order to require users to upgrade to PHP 5.4+ hosting. It is intended for use within new plugins, not for locking users out of existing ones.</p>\n<p>If a user does not meet the minimum PHP version requirements when installing the plugin, he will be presented with an admin notice:</p>\n<blockquote><p>Unfortunately, this plugin can not run on PHP versions older than [ specified version ]. Read more information about <a href=\"http://www.wpupdatephp.com/update/\">how you can update</a>.</p></blockquote>\n<p>The idea of the WPupdatePHP project is to enlist end users in putting pressure on hosts to <a href=\"http://www.wpupdatephp.com/update/\" target=\"_blank\">update their versions of PHP</a>. A future version of the library would add the ability for developers to make the PHP version a “soft requirement,” which would still display the notice but won’t stop the user from using the plugin.</p>\n<p>“The core WordPress team can’t get every single hosting company to comply,” Jacobs said in a recent post titled <em><a href=\"http://coenjacobs.me/updating-php-everyones-responsibility/\" target=\"_blank\">Updating PHP is Everyone’s Responsibility</a></em>. “I admire their intentions, but in reality this is not going to help everybody.”</p>\n<p>He predicts a need for the WPupdatePHP library even after WordPress bumps its minimum required PHP version. “PHP 5.4 is actually already nearing its EOL date and we’re still figuring out how to make PHP 5.2 and 5.3 platforms go away,” he said. In mid-September 2015, PHP 5.4 will not longer receive security fixes.</p>\n<p>Jacobs believes that the changes that need to happen require more than a one-time campaign where the WordPress project successfully badgers hosts to update to PHP 5.4.</p>\n<p>“In six months we’ll have this same issue all over again,” he said. “As soon as webhosting companies have finally finished off their PHP 5.2 and 5.3 environments, we can start this whole campaign all over again to get rid of PHP 5.4. And so on.”</p>\n<p>If you are a WordPress developer interested in enlisting your plugin’s users to help push hosts to update PHP versions, check out <a href=\"https://github.com/WPupdatePHP/wp-update-php\" target=\"_blank\">WPupdatePHP on GitHub</a>.</p>\n<p>“The end user is one of our most important, but underestimated, assets in this battle,” Jacobs said. “They have the strongest voice in this all.”</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, 09 Mar 2015 22:24:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:60:\"WPTavern: WordPress.com Adds oEmbed Support For CartoDB Maps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40265\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordpress-com-adds-oembed-support-for-cartodb-maps\";s: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:1371:\"<p>WordPress.com <a title=\"https://en.support.wordpress.com/cartodb-embeds/\" href=\"https://en.support.wordpress.com/cartodb-embeds/\">now supports oEmbeds</a> for<a title=\"http://cartodb.com/\" href=\"http://cartodb.com/\"> CartoDB,</a> a tool used to create and share interactive maps. Simply copy and paste a CartoDB map URL into the WordPress.com post editor and a live preview will display. Here’s an example of a map using the standard HTML embed code.</p>\n<p></p>\n<p>According to an announcement on the <a title=\"http://blog.cartodb.com/wordpress/\" href=\"http://blog.cartodb.com/wordpress/\">official CartoDB blog</a>, embed support has also been added to Jetpack. However, I discovered after testing that it’s not yet supported. I reached out to Jetpack’s development team to find out when it will be added, but they’re <a title=\"https://wordpress.org/support/topic/jetpack-staff-will-be-unavailable-until-march-16th\" href=\"https://wordpress.org/support/topic/jetpack-staff-will-be-unavailable-until-march-16th\">not available</a> until March 16th.</p>\n<p>With more than 60 million users, CartoDB has an incredible opportunity to expand its reach by being accessible on a platform where over <a title=\"https://wordpress.com/activity/\" href=\"https://wordpress.com/activity/\">409 million people</a> view more than 17.6 billion pages each 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:\"Mon, 09 Mar 2015 20:13:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:96:\"WPTavern: Lovecraft: New Free WordPress Theme Combines Prominent Imagery with Strong Serif Fonts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40251\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"http://wptavern.com/lovecraft-new-free-wordpress-theme-combines-prominent-imagery-with-strong-serif-fonts\";s: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:3402:\"<p>WordPress theme author <a href=\"http://www.andersnoren.se/\" target=\"_blank\">Anders Norén</a> is back to releasing themes after a brief hiatus over the winder holidays. <a href=\"https://wordpress.org/themes/lovecraft/\" target=\"_blank\">Lovecraft</a>, is his 10th theme to be approved on WordPress.org.</p>\n<p>The Lovecraft design was inspired by the work of <a href=\"http://en.wikipedia.org/wiki/H._P._Lovecraft\" target=\"_blank\">H.P. Lovecraft</a>, an American horror fiction author known for his “weird realism” – the idea that reality is fundamentally weird and the human mind is incapable of realistically representing it.</p>\n<p>Norén’s tribute to Lovecraft’s work is conveyed most clearly through the serif-heavy typography of the theme and a strong focus on the imagery assigned to each post. He selected Google Font’s <a href=\"http://www.google.com/fonts/specimen/Playfair+Display\" target=\"_blank\">Playfair Display</a> for page and post headers, accompanied by Georgia for the body text. The bright red links and red post meta complement the design’s literary theme.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/lovecraft.png\" rel=\"prettyphoto[40251]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/lovecraft.png?resize=880%2C660\" alt=\"lovecraft\" class=\"aligncenter size-full wp-image-40267\" /></a></p>\n<p>The homepage showcases a full-width header image and each post replaces that image with its own featured image. These images, along with the rest of the theme, gracefully scale down for smaller devices.</p>\n<p>Lovecraft, like many other recently released themes, adds additional features by offering support for <a href=\"http://jetpack.me/\" target=\"_blank\">Jetpack</a>, including the infinite scroll module and styles for tiled galleries.</p>\n<p>Norén took every small detail into consideration when creating Lovecraft, as you can see with the blockquotes design, ordered lists, post media, and form styles on the <a href=\"http://andersnoren.se/themes/lovecraft/style-guide/\" target=\"_blank\">Style Guide</a> page.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/lovecraft-blockquote.jpg\" rel=\"prettyphoto[40251]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/lovecraft-blockquote.jpg?resize=617%2C217\" alt=\"lovecraft-blockquote\" class=\"aligncenter size-full wp-image-40283\" /></a></p>\n<p>The theme allows you to select the accent color via the customizer. It also includes support for a custom logo, editor styles, and matching widgets for Flicker, recent posts, and recent comments with thumbnails. Pages have an additional template for full-width display. Check out the <a href=\"http://andersnoren.se/themes/lovecraft/\" target=\"_blank\">live demo</a> to see Lovecraft in action.</p>\n<p>If you’re looking for a bold new theme for your blog and you appreciate strong serif fonts, Lovecraft is a thoughtfully-designed option. The theme is <a href=\"http://www.wordpress.org/themes/lovecraft\" target=\"_blank\">available for free</a> in the WordPress Theme Directory as of today. For more information on how Anders Norén finds continual inspiration for his free themes, check out our recent <a href=\"http://wptavern.com/a-chat-with-anders-noren-on-finding-inspiration-for-wordpress-theme-design\" target=\"_blank\">interview</a> with the designer.</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, 09 Mar 2015 18:54:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:21:\"Matt: NNT of Medicine\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44289\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://ma.tt/2015/03/ntt-of-medicine/\";s: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:643:\"<p><a href=\"http://www.wired.com/2014/10/number-needed-to-treat/\">This Man’s Simple System Could Transform American Medicine</a>, about a quest to quantify the effects of medicine and treatment differently, which is really needed.</p>\n<p>Update: Looks like it’s built on WordPress, too:</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>.<a href=\"https://twitter.com/photomatt\">@photomatt</a> Thanks for the link! I built the site with Dave Newman (powered by WordPress)!</p>\n<p>— Graham Walker (@grahamwalker) <a href=\"https://twitter.com/grahamwalker/status/575069240140656641\">March 9, 2015</a></p></blockquote>\n<p></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, 09 Mar 2015 18:47: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: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:82:\"WPTavern: bbPress 2.5.5 Released, Patches Three Potential Security Vulnerabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40253\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://wptavern.com/bbpress-2-5-5-released-patches-three-potential-security-vulnerabilities\";s: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:907:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/bbpress.png\" rel=\"prettyphoto[40253]\"><img class=\"aligncenter size-full wp-image-24338\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/bbpress.png?resize=1025%2C378\" alt=\"bbpress\" /></a></p>\n<p>bbPress 2.5.5 is <a title=\"https://bbpress.org/blog/2015/03/bbpress-2-5-5-security-release/\" href=\"https://bbpress.org/blog/2015/03/bbpress-2-5-5-security-release/\">available for download</a>. This release fixes three potential security vulnerabilities reported by <a title=\"https://profiles.wordpress.org/jdgrimes\" href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a> and was pushed out within nearly 24 hours of being notified. Users should update as soon as possible as all previous 2.x versions are vulnerable. The patches have also been applied to the 2.6 development branch that will soon have a beta release.</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, 09 Mar 2015 17:24:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:18:\"Matt: 25k DMCA Win\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44791\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://ma.tt/2015/03/25k-dmca-win/\";s: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:566:\"<blockquote><p>WordPress [actually Automattic] has scored an important victory in court against a man who abused the DMCA to censor an article of a critical journalist. The court agreed that the takedown request was illegitimate and awarded WordPress roughly $25,000 in damages and attorneys fees.</p></blockquote>\n<p>Yes! Good laws become bad when people abuse them. Here’s the source: <a href=\"http://torrentfreak.com/wordpress-wins-25000-from-dmca-takedown-abuser-150305/\">WordPress Wins $25,000 From DMCA Takedown Abuser</a> (s/WordPress/Automattic/).</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, 08 Mar 2015 17:55: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: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:36:\"Matt: Psychology of a Small Playlist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44757\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://ma.tt/2015/03/psychology-of-a-small-playlist/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:240:\"<p>Joseph Mosby experiments with my trick of listening to a song on repeat to get work done, <a href=\"http://josephmosby.com/2015/02/15/the-psychology-of-a-small-playlist-on-repeat.html\">and digs a bit into the psychology behind it</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, 08 Mar 2015 07:10: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: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:84:\"WPTavern: Automattic and Oliver Hotham Win Court Battle Against DMCA Takedown Abuser\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40222\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wptavern.com/automattic-and-oliver-hotham-win-court-battle-against-dmca-takedown-abuser\";s: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:3721:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/AutomatticCourtFeaturedImage.png\" rel=\"prettyphoto[40222]\"><img class=\"size-full wp-image-40224\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/AutomatticCourtFeaturedImage.png?resize=642%2C299\" alt=\"Automattic Court Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/46274125@N00/1558886731\">Former Supreme Court, Singapore</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>In August of 2013, <a title=\"http://www.theguardian.com/technology/2013/aug/13/wordpress-straight-pride-uk\" href=\"http://www.theguardian.com/technology/2013/aug/13/wordpress-straight-pride-uk\">Automattic was criticized</a> for its role in taking down <a title=\"https://oliverhotham.wordpress.com/2013/08/11/the-sordid-tale-of-how-i-was-censored-by-straight-pride-uk/\" href=\"https://oliverhotham.wordpress.com/2013/08/11/the-sordid-tale-of-how-i-was-censored-by-straight-pride-uk/\">Oliver Hotham’s website</a> after the Straight Pride UK group filed a DMCA takedown notice with WordPress.com. In the Guardian article, WordPress.com admitted that the takedown notice was an abuse of the law. In November of 2013, <a title=\"http://en.blog.wordpress.com/2013/11/21/striking-back-against-censorship/\" href=\"http://en.blog.wordpress.com/2013/11/21/striking-back-against-censorship/\">Automattic announced</a> that it teamed up with Hotham in <a title=\"http://en.blog.files.wordpress.com/2013/11/2013-11-21-final-hotham-complaint.pdf\" href=\"http://en.blog.files.wordpress.com/2013/11/2013-11-21-final-hotham-complaint.pdf\">two</a> separate <a title=\"http://en.blog.files.wordpress.com/2013/11/2013-11-21-final-retraction-watch-complaint.pdf\" href=\"http://en.blog.files.wordpress.com/2013/11/2013-11-21-final-retraction-watch-complaint.pdf\">lawsuits</a>.</p>\n<p>The lawsuits were filed in federal court under Section 512(f) of the DMCA. Section 512(f) is the provision that allows users to hold people accountable when they make false infringement accusations.</p>\n<p>Torrentfreak reports that <a title=\"http://torrentfreak.com/wordpress-wins-25000-from-dmca-takedown-abuser-150305/\" href=\"http://torrentfreak.com/wordpress-wins-25000-from-dmca-takedown-abuser-150305/\">Automattic has won the case</a> with a $25K settlement. According to court documents, United States Magistrate Judge Joseph Spero <a title=\"http://ia601008.us.archive.org/20/items/gov.uscourts.cand.272130/gov.uscourts.cand.272130.31.0.pdf\" href=\"http://ia601008.us.archive.org/20/items/gov.uscourts.cand.272130/gov.uscourts.cand.272130.31.0.pdf\">wrote a report</a> and recommendation in favor of Automattic and Hotham. The <a title=\"http://torrentfreak.com/images/wp-steiner.pdf\" href=\"http://torrentfreak.com/images/wp-steiner.pdf\">courts agreed with his report</a> and recommendation. Since the defendant chose to default, the courts saw no reason to require further expenditure of resources and awarded the victory to Automattic.</p>\n<p>The settlement is split between three parties: Automattic’s employee time, attorneys, and Hotham.</p>\n<blockquote><p>It is Ordered and Adjudged that defendant Nick Steiner pay damages in the amount of $960.00 for Hotham’s work and time, $1,860.00 for time spent by Automattic’s employees, and $22,264.00 for Automattic’s attorney’s fees, for a total award of $25,084.00.</p></blockquote>\n<p>There are two things I take away from the victory. First, it sets a precedent that Automattic can and will fight against those who abuse the <a title=\"http://automattic.com/dmca-notice/\" href=\"http://automattic.com/dmca-notice/\">DMCA takedown procedure</a>. Second, attorneys are expensive.</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, 07 Mar 2015 04:44: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: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:24:\"Matt: Standalone Cameras\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/standalone-cameras/\";s: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:172:\"<p>Om Malik on the decline of cameras as gadgets, <a href=\"http://om.co/2015/03/06/standalone-camera-shot-dead-by-iphone/\">Standalone camera: Shot (Dead) By iPhone</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, 07 Mar 2015 02:08:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WPTavern: New Plugin Adds Openname Avatars to WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=39992\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wptavern.com/new-plugin-adds-openname-avatars-to-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4497:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/openname.jpg\" rel=\"prettyphoto[39992]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/openname.jpg?resize=720%2C299\" alt=\"openname\" class=\"aligncenter size-full wp-image-40208\" /></a></p>\n<p>In November 2014, Onename <a href=\"http://blog.onename.io/decentralized-auth-identity-open-source/\" target=\"_blank\">announced</a> that it would be extending its Openname protocol to support decentralized authentication. The company also <a href=\"https://github.com/openname\" target=\"_blank\">open sourced the protocol and directory software</a> so that developers can build their own infrastructure with it.</p>\n<blockquote><p>We believe the future of identity will be decentralized, and for any identity system to be truly decentralized, no entity can have a monopoly over registering users or displaying their profiles. Anyone should be able to claim a username and fill out their profiles either using a provider/registrar of their choice or on their own without any third party.</p></blockquote>\n<p>The <a href=\"https://openname.org/\" target=\"_blank\">Openname</a> decentralized identity and naming system is built on the Blockchain. It makes it possible for anyone to create an online identity, which can then be used to make Bitcoin transactions. The company’s long-term goal is to pioneer a decentralized authentication protocol:</p>\n<blockquote><p>What we need is a password-less authentication process that doesn’t require any particular third party; an open, decentralized auth protocol that lets users conveniently sign in and be in control of the data they release to apps and where they store it.</p>\n<p>Openname Auth is our work-in-progress proposal for decentralized, password-less authentication in which users login by simply entering a username (their openname) and approving an auth request on their desktop or mobile device.</p></blockquote>\n<p>OneName <a href=\"http://venturebeat.com/2014/11/14/y-combinator-backed-onename-raises-1-5m-open-sources-its-bitcoin-identity-directory/\" target=\"_blank\">raised $1.5 million in funding</a> to continue developing the platform as part of its quest to <a href=\"http://blog.onename.io/evolution-of-the-internet/\" target=\"_blank\">return the web to its decentralized roots</a>.</p>\n<h3>Openname Avatars for WordPress</h3>\n<p>WordPress core supports <a href=\"https://en.gravatar.com/\" target=\"_blank\">Gravatar</a> by default for providing blog and comment author avatars. Thanks to the new <a href=\"https://wordpress.org/plugins/openname/\" target=\"_blank\">Opennname plugin for WordPress</a>, site administrators can now offer users the option to associate a Openname avatars with an account on self-hosted sites.</p>\n<p>In order to test the plugin, you’ll need to first sign up for an <a href=\"https://openname.org/\" target=\"_blank\">Openname</a> account (which requires an account at Onename or Namecoin).</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/openname-profile.jpg\" rel=\"prettyphoto[39992]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/openname-profile.jpg?resize=1025%2C307\" alt=\"openname-profile\" class=\"aligncenter size-full wp-image-40190\" /></a></p>\n<p>After you install the Openname plugin on your WordPress site, any registered user will be able to elect to use his Openname avatar by visiting /wp-admin/profile.php. Once you add your Openname, the plugin will keep your WordPress avatar in sync (with a short delay) with your Openname Avatar.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/openname-settings.jpg\" rel=\"prettyphoto[39992]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/openname-settings.jpg?resize=720%2C264\" alt=\"openname-settings\" class=\"aligncenter size-full wp-image-40191\" /></a></p>\n<p>The Openname plugin was created by <a href=\"https://www.larrysalibra.com/\" target=\"_blank\">Larry Salibra</a>, founder and CEO of <a href=\"https://www.pay4bugs.com/\" target=\"_blank\">Pay4Bugs</a>. I tested it and found it to work as advertised.</p>\n<p>In the future, once the Openname Auth is more developed, it would be awesome if Salibra added this to his WordPress plugin. Onename might do well to create its own official plugin for this. Given that WordPress currently powers 23% of the world’s websites, an official Openname authentication plugin might bring wider adoption for its decentralized identity system.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Mar 2015 23:30: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:\"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:50:\"WPTavern: WordPress Publishes Security White Paper\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40096\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordpress-publishes-security-white-paper\";s: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:3694:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/security.jpg\" rel=\"prettyphoto[40096]\"><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>As WordPress currently powers 23% of the web, the platform’s security is constantly under scrutiny. WordPress has long been a favorite target of hackers and spammers who want to get the most return on their efforts. Since the the platform powers millions of websites, a critical vulnerability with a popular plugin or WordPress core can affect a large chunk of the web in a short amount of time.</p>\n<p>WordPress published a <a href=\"https://wordpress.org/about/security/\" target=\"_blank\">security white paper</a> this week to help the public learn more about the core software security. Many consultants have had the experience of clients who are considering WordPress but are wondering if it’s secure. This document was created both for decision makers who are evaluating WordPress and developers who are building on top of the software.</p>\n<p>The document is available as a <a href=\"https://github.com/WordPress/Security-White-Paper/blob/master/WordPressSecurityWhitePaper.pdf?raw=true\" target=\"_blank\">PDF</a>, and here’s what you’ll find inside:</p>\n<blockquote><p>This document is an analysis and explanation of the WordPress core software development and its related security processes, as well as an examination of the inherent security built directly into the software.</p></blockquote>\n<p>The white paper gives an introduction to the core leadership team, the WordPress Security Team, how a release cycle works, and responsible disclosure of vulnerabilities. The second half of the document covers common security vulnerabilities and how WordPress protects itself against those potential risks.</p>\n<p>Just like WordPress itself, the security white paper is open to contribution. Anyone can submit a pull request on the <a href=\"https://github.com/WordPress/Security-White-Paper\" target=\"_blank\">WordPress repository</a>.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/wordpress-security-whitepaper.png\" rel=\"prettyphoto[40096]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/wordpress-security-whitepaper.png?resize=1025%2C753\" alt=\"wordpress-security-whitepaper\" class=\"aligncenter size-full wp-image-40178\" /></a></p>\n<p>The security white paper is in need of translations in order to be more accessible to WordPress’ global audience. If you can assist with a particular translation, the repository has simple instructions for how to submit it on GitHub.</p>\n<blockquote><p>To translate the white paper, please create a sub-directory of the project, giving it the correct ISO639 code (for example, pt for Portuguese), and submit a pull request.</p></blockquote>\n<p>WordPress consultants will find this white paper to be an excellent resource to refer to during sales negotiations. If you’re a developer just getting started learning about WordPress’ inherent security, the document is provides a solid overview.</p>\n<p>Hackers who are looking to receive bounty for finding security vulnerabilities can find <a href=\"https://hackerone.com/automattic\" target=\"_blank\">Automattic on HackerOne</a>. The company regularly rewards hackers with bounty for security bugs discovered with WordPress.com, which is powered by the core WordPress software.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Mar 2015 20:11: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: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: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:71:\"WPTavern: Version One of The WordPress History Book is Ready For Review\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=40148\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/version-one-of-the-wordpress-history-book-is-ready-for-review\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4283:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/WordPressHistoryBookFeaturedImage.png\" rel=\"prettyphoto[40148]\"><img class=\"aligncenter size-full wp-image-40153\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/WordPressHistoryBookFeaturedImage.png?resize=657%2C231\" alt=\"WordPress History Book Featured Image\" /></a></p>\n<p>During the <a title=\"http://wordpress.tv/2013/07/29/matt-mullenweg-state-of-the-word-2013/\" href=\"http://wordpress.tv/2013/07/29/matt-mullenweg-state-of-the-word-2013/\">2013 State of the Word</a> presentation at WordCamp San Francisco, Matt Mullenweg announced a new project called <a title=\"https://github.com/WordPress/book\" href=\"https://github.com/WordPress/book\">WordPress The Book</a>. After nearly two years of writing, Siobhan McKeown <a title=\"https://twitter.com/SiobhanPMcKeown/status/573544639170478081\" href=\"https://twitter.com/SiobhanPMcKeown/status/573544639170478081\">has announced</a> that version one is ready for review. She also states that the book will be produced in just over a month and that now’s the time to give feedback.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>Finished V1 of the WordPress book: <a href=\"https://t.co/MC59LjeyFH\">https://t.co/MC59LjeyFH</a> We\'ll be producing it in just over a month so if you have feedback now\'s the time</p>\n<p>— Siobhan McKeown (@SiobhanPMcKeown) <a href=\"https://twitter.com/SiobhanPMcKeown/status/573544639170478081\">March 5, 2015</a></p></blockquote>\n<p></p>\n<p>While you can download the book, I recommend browsing and reading it on Github so you don’t have to worry about opening files with the .MD extension. It’s also easier to submit pull requests to correct typos or grammatical errors. The book is <a title=\"https://github.com/WordPress/book/tree/master/Content\" href=\"https://github.com/WordPress/book/tree/master/Content\">divided into six parts</a> that contain a few chapters each.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/WordPressBookChapters.png\" rel=\"prettyphoto[40148]\"><img class=\"size-full wp-image-40152\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/WordPressBookChapters.png?resize=1025%2C432\" alt=\"Chapters Of The WordPress History Book\" /></a>Chapters Of The WordPress History Book\n<p>If you come across any errors while reading the book, you can submit corrections by creating a pull request or an issue on the tracker. Here are a few things to look out for as you read:</p>\n<ul>\n<li>Factual errors: notes about factual errors are welcome. All suggestions for changes should be evidenced with links that back up any claims. Any facts that cannot be corroborated will not be included.</li>\n<li>Clarity: any paragraphs or sections that you feel are not clear. This would be of particular help in sections that are technical in nature.</li>\n<li>Omissions: anything that you feel has been omitted or not sufficiently covered. Note that this is a lengthy piece of writing and many issues have to be condensed to ensure that it is a manageable and interesting read. Suggestions about omissions should be accompanied with information about why it should be included, and backed up with evidence as to their importance.</li>\n<li>Images: if you have any images that you feel would complement the text, we’d love to have them.</li>\n</ul>\n<p>McKeown is also looking for help writing haikus. Ideally, she’d like one for the book’s opening and one for each section. It will be published in two forms, a digital edition for the web and an e-book. McKeown also hinted at the possibility of printing physical copies, “We’re investigating different print options, so the feasibility of doing a print run or of offering print on demand.”</p>\n<p>I’ve read a few chapters of the book already and it’s like a trip down memory lane. It’s interesting to read some of the historical moments of the project’s history, especially the years of GPL debates. Whether you’re brand new to WordPress and want to learn its history or you’re a veteran who needs a refresher, this book delivers. Please help McKeown by proofreading the first version and help make it the best WordPress history book 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:\"Fri, 06 Mar 2015 17:00:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:48:\"Dougal Campbell: WordPress › About » Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://dougal.gunters.org/?p=80603\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dougal.gunters.org/blog/2015/03/06/wordpress-about-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1059:\"<p><i>“This document is an analysis and explanation of the WordPress core software development and its related security processes, as well as an examination of the inherent security built directly into the software. Decision makers evaluating WordPress as a content management system or web application framework should use this document in their analysis and decition-making, and for developers to refer to it to familiarize themselves with the security components and best practices of the software.”</i></p>\n<p><a href=\"https://wordpress.org/about/security/\">WordPress › About » Security</a></p>\n<p>Original Article: <a rel=\"nofollow\" href=\"http://dougal.gunters.org/blog/2015/03/06/wordpress-about-security/\">WordPress › About » Security</a><br />\n<a rel=\"nofollow\" href=\"http://dougal.gunters.org\">Dougal Campbell's geek ramblings - WordPress, web development, and world domination.</a></p>\n<div class=\"yarpp-related-rss yarpp-related-none\">\n<img src=\"http://yarpp.org/pixels/5db43ee24c4f1e1d0e45d08cc91b0130\" alt=\"YARPP\" />\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Mar 2015 15:36: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:15:\"Dougal Campbell\";s: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:61:\"WPTavern: Insight Into WordPress Communities Around The World\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40138\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/insight-into-wordpress-communities-around-the-world\";s: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:3508:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/KinstaWordPressCommunitiesFeaturedImage.png\" rel=\"prettyphoto[40138]\"><img class=\"aligncenter size-full wp-image-40141\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/KinstaWordPressCommunitiesFeaturedImage.png?resize=727%2C338\" alt=\"KInsta WordPress Communities Featured Image\" /></a></p>\n<p>One of the greatest things about WordPress is its diverse community throughout the world. <a title=\"https://kinsta.com/\" href=\"https://kinsta.com/\">Kinsta</a> has published a <a title=\"https://kinsta.com/learn/wordpress-communities-around-the-world/\" href=\"https://kinsta.com/learn/wordpress-communities-around-the-world/\">fantastic and inspirational post</a> that looks at up and coming WordPress communities in 5 continents and 17 countries.</p>\n<p>My favorite story is Juanfra Aldasoro, co-organizer of WordCamp Buenos Aires, describing how the WordPress community in Argentina was organized. In 2007, Buenos Aires hosted the first WordCamp outside the US. Despite hosting a few more WordCamps, the community lacked organization. Aldasoro explains how celebrating WordPress’ 10th anniversary brought the right group of people together:</p>\n<blockquote><p>When WordPress turned 10, in May of 2013, thanks to a banner in the Codex site we created a celebration meetup. More than 20 people showed up, and the good thing was that we were a bunch of geeks on the same track. We had the people but we were lacking an organization. The ones interested in having an organized community kept in touch, we formed WordPress Argentina (<a href=\"https://twitter.com/wpargentina\" target=\"_blank\">@wpargentina</a>) and during 2014 we started to hold more formal monthly meetups.</p></blockquote>\n<p>One of the things I noticed is that several of the people <a title=\"https://kinsta.com/learn/wordpress-communities-around-the-world/\" href=\"https://kinsta.com/learn/wordpress-communities-around-the-world/\">featured in the article</a> use Facebook groups for communication. Although a number of US based WordPress meetups use <a title=\"http://www.meetup.com/\" href=\"http://www.meetup.com/\">Meetup.com</a>, in other countries, Facebook appears to be the dominant way to communicate and organize members.</p>\n<p>Meetups are grassroots efforts that help WordPress reach every corner of the globe. As Matt Mullenweg said during his 2014 <a title=\"http://wordpress.tv/2014/10/26/matt-mullenweg-the-state-of-the-word-2014/\" href=\"http://wordpress.tv/2014/10/26/matt-mullenweg-the-state-of-the-word-2014/\">State of The Word presentation</a>, “Organizing a meetup is one of the hardest things to do in terms of contributing to WordPress. Every single month, you have to come up with new stuff.” Those who help maintain community as a pillar of WordPress’ success are helping to maintain its growth and popularity.</p>\n<p>It’s exciting to think about the enormous amount of WordPress education, contributions, and learning that takes place across the world everyday, thanks in large part to people like those featured in the article. It’s wonderful to see so many WordPress communities around the world growing in size to the point of having their own WordCamps.</p>\n<p>If you’re having trouble organizing a WordPress meetup in your area, let us know in the comments. Thousands of people across the world access the Tavern on a daily basis and we might be able to help connect you to others in your area.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Mar 2015 05:16: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: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: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:20:\"Matt: Kanye on Color\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44745\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://ma.tt/2015/03/kanye-on-color/\";s: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:955:\"<p><a href=\"http://ma.tt/2015/03/pink-and-blue/\">Speaking of color masculinity</a>, here’s Kanye on creativity, society, and color from <a href=\"http://www.thefader.com/2012/11/29/kanye-west-im-amazing\">his 2008 FADER interview</a>:</p>\n<blockquote><p>I feel like all the words are in you, you’re just blocking yourself, you’re blocking your creativity. Society has put up so many boundaries, so many limitations on what’s right and wrong that it’s almost impossible to get a pure thought out. It’s like a little kid, a little boy, looking at colors, and no one told him what colors are good, before somebody tells you you shouldn’t like pink because that’s for girls, or you’d instantly become a gay two-year-old. Why would anyone pick blue over pink? Pink is obviously a better color. Everyone’s born confident, and everything’s taken away from you. So many people try to put their personality on someone else.</p></blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Mar 2015 04:19: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:93:\"WPTavern: WPWeekly Episode 182 – John James Jacoby Talks BuddyPress, bbPress, and GlotPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40127&preview_id=40127\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wpweekly-episode-182-john-james-jacoby-talks-buddypress-bbpress-and-glotpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2988:\"<p><a title=\"http://jjj.me/\" href=\"http://jjj.me/\">John James Jacoby</a> is nearly halfway through his <a title=\"http://wptavern.com/buddypress-bbpress-and-glotpress-development-campaign-is-now-fully-funded\" href=\"http://wptavern.com/buddypress-bbpress-and-glotpress-development-campaign-is-now-fully-funded\">six month development cycle</a> on <a title=\"https://buddypress.org/\" href=\"https://buddypress.org/\">BuddyPress</a>, <a title=\"https://bbpress.org/\" href=\"https://bbpress.org/\">bbPress</a>, and <a title=\"http://blog.glotpress.org/\" href=\"http://blog.glotpress.org/\">GlotPress</a>. So, <a title=\"http://marcuscouch.com/\" href=\"http://marcuscouch.com/\">Marcus Couch</a> and I invited him on the show to give us an update on how things are progressing. On average, WordPress Weekly is an hour-long. This episode however, is two hours and nine minutes, but is filled with deep conversations surrounding each project.</p>\n<p>In this episode, we learn the history of BuddyPress and how its connection to WordPress MU (WordPress Multisite), influenced the project’s direction. Jacoby explains what GlotPress is and why its a cornerstone of the WordPress project. We discuss the future of comments on the web and the role bbPress can play in turning things around. Last but not least, we discuss whether Jacoby’s successful crowdfunding campaign has opened the door for others who need funding to work on open source projects.</p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a title=\"https://wordpress.org/plugins/buddypress-identicons/\" href=\"https://wordpress.org/plugins/buddypress-identicons/\">BuddyPress Identicons</a> automatically replaces default avatars with GitHub-style identicons. Each member’s identicon is likely to be unique, because it’s generated from a hash of their username.</p>\n<p><a title=\"https://wordpress.org/plugins/buddypress-cover-photo/\" href=\"https://wordpress.org/plugins/buddypress-cover-photo/\">BuddyPress Cover Photo</a> allows users to upload a cover photo to their profile.</p>\n<p><a title=\"https://wordpress.org/plugins/friends-for-bbpress/\" href=\"https://wordpress.org/plugins/friends-for-bbpress/\">Friends For bbPress</a> allows users to add friends in bbPress forums. This plugin creates a section on each user’s profile page that contains their friends.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 11th 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 #182:</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:\"Fri, 06 Mar 2015 01:22:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:86:\"WPTavern: Wocker: Create a Docker-Based WordPress Development Environment in 3 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=40090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://wptavern.com/wocker-create-a-docker-based-wordpress-development-environment-in-3-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5731:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/docker-wordpress.jpg\" rel=\"prettyphoto[40090]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/docker-wordpress.jpg?resize=1025%2C494\" alt=\"docker-wordpress\" class=\"aligncenter size-full wp-image-40098\" /></a></p>\n<p>If you haven’t caught on to the <a href=\"https://www.docker.com/\" target=\"_blank\">Docker</a> craze, it might be time to see what it’s all about. Fans of the open source container technology appreciate that it’s lightweight, super fast to boot up, and easy to share containers through the <a href=\"https://registry.hub.docker.com/\" target=\"_blank\">Docker Hub</a>.</p>\n<p>Docker standardizes an app platform and its dependencies so you can hand the box over to another party without worrying about conflicting dependencies or differences between machines. While virtual machines can be rather weighty with an application plus an entire guest operating system, Docker is much lighter, containing just the application and its dependencies.</p>\n<h3>Introducing Wocker</h3>\n<p><a href=\"http://www.vagrantup.com/blog/vagrant-1-6.html\" target=\"_blank\">Vagrant 1.6.0</a>, released last May, introduced support for Docker-based development environments, enabling Vagrant to manage them within Docker-powered Linux containers, instead of virtual machines.</p>\n<p>WordPress developers who want to incorporate Docker into their workflow now have a new tool at their disposal. <a href=\"http://wckr.github.io/\" target=\"_blank\">Wocker</a> is a Docker-based rapid development environment of WordPress.</p>\n<p>If you already have Vagrant, VirtualBox, and the vagrant-hostsupdater plugin installed, then getting started with Wocker takes next to no time. Simply clone the Wocker repository:</p>\n<p><code>$ git clone https://github.com/wckr/wocker.git && cd wocker</code></p>\n<p>Then run <code>vagrant up</code>. You can now navigate to your Wocker development site at: <a href=\"http://wocker.dev/\" target=\"blank\">http://wocker.dev/</a>. Here you’ll find the latest version of WordPress installed with the default theme active.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/wocker.png\" rel=\"prettyphoto[40090]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/wocker.png?resize=1025%2C650\" alt=\"wocker\" class=\"aligncenter size-full wp-image-40093\" /></a></p>\n<p>Running a new Wocker container takes just three seconds:</p>\n<p><code>core@wocker ~ $ wocker run --name wp</code></p>\n<p>The tasks of creating a new container, restarting a stopped container, or shutting down, can all be done in a matter of seconds with <a href=\"http://wckr.github.io/\" target=\"_blank\">Wocker commands</a>.</p>\n<h3>Kite Koga on Creating Wocker</h3>\n<p>Japanese WordPress developer <a href=\"https://twitter.com/ixkaito\" target=\"_blank\">Kite Koga</a> created Wocker to speed up his own development. Koga is also the organizer of the upcoming <a href=\"https://www.facebook.com/WordCampKansai2015\" target=\"_blank\">WordCamp Kansai 2015</a>.</p>\n<p>“I used to use MAMP and VCCW for developing on WordPress,” Koga said. “MAMP is simple and easy but I have to download or copy WordPress core and create a database every time. <a href=\"http://vccw.cc/\" target=\"_blank\">VCCW</a> is a great tool, and I still use it now and then. It has a lot of options and functions but takes awhile to provision.”</p>\n<p>Koga also experimented with using <a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV\" target=\"_blank\">VVV</a> before creating Wocker. “Maybe VVV is good for developing WordPress core, but I feel it’s not fit for developing on WordPress. It takes too long to provision every time,” he said.</p>\n<p>“Ultimately, I found that Docker was a good choice for me,” Koga said. “Once I have a Docker image, it takes only three seconds for every new WordPress container. However, Docker is a little tricky, and the command line is complex. Therefore, I made the Wocker command line to run containers and sync files with local more easily.”</p>\n<p>Wocker is intentionally simple and limited to just a handful of options, as Koga’s primary objective was to make it super fast to create a new WordPress development environment. One drawback is that you cannot run two or more containers at the same time, but it takes just seconds to switch between containers.</p>\n<p>Koga summarized the main reasons that he opted to use Vagrant to manage Docker deployments:</p>\n<ol>\n<li>I could write some provision scripts in the Vagrantfile, so users only have to do `$ vagrant up`</li>\n<li>It was easier to map hostnames to IP addresses.</li>\n<li>Vagrant with CoreOS was simpler to manage Docker images and containers than boot2docker.</li>\n<li>To sync files between local machine, virtual machine, and the Docker container was tricky, so I made Wocker commands to make it easier.</li>\n</ol>\n<p>If you want to test out Wocker and find that it’s not for you, it’s easy and fast to uninstall. Simply run <code>$ vagrant destroy</code> to remove the Wocker folder, and your local machine will always be clean.</p>\n<p>I tested Wocker and found that it was insanely fast to create new containers (as well as restart existing ones), a task for which I would require an extra utility (such as <a href=\"http://wptavern.com/variable-vvv-a-new-vvv-site-creation-wizard-for-wordpress\" target=\"_blank\">Variable VVV</a>) to perform with VVV. If you find VVV to be too slow and want to check out an alternative, <a href=\"http://wckr.github.io/\" target=\"_blank\">Wocker</a> provides a faster way to set up simple development environments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Mar 2015 00:52:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:68:\"WPTavern: WordCamp Europe Now Taking Applications for 2016 Host City\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40057\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordcamp-europe-now-taking-applications-for-2016-host-city\";s: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:4150:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/wceu-volunteers.jpg\" rel=\"prettyphoto[40057]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/wceu-volunteers.jpg?resize=1025%2C485\" alt=\"wceu-volunteers\" class=\"aligncenter size-full wp-image-31631\" /></a></p>\n<p>Organizing an event the size of <a href=\"http://europe.wordcamp.org/2015/\" target=\"_blank\">WordCamp Europe</a> is a year-round endeavor. The 2015 event is just four months away, speaker applications are closed, and the organization team is already asking for applications for the next host city. So far, the camp has been held in Leiden and Sofia, and will come to Seville in June.</p>\n<p>Applying to host WordCamp Europe is similar to applying to be an Olympic city. Local WordPress communities in potential host cities must submit applications, including a budget and a convincing plan. Organizers scrutinize the applications for the following factors:</p>\n<ul>\n<li>Preparation of the budget and venue research</li>\n<li>Strength of the local WordPress community</li>\n<li>The merits of the new location, as compared to the previous year</li>\n<li>Affordability for attendees</li>\n<li>Potential travel difficulties</li>\n</ul>\n<p>This year <a href=\"http://wptavern.com/seville-spain-to-host-wordcamp-europe-2015\" target=\"_blank\">Seville, Spain was selected as the host city</a> after a short bidding process. WordCamp Central requested the event be scheduled earlier in the year to avoid calendar conflicts. This was an unusual turn of events but organizers are committed to re-instituting a public bidding process for all future events.</p>\n<h3>WordCamp Europe to Pilot New Organizer Mentorship Program</h3>\n<p>For months in advance, an all-star lineup of WordCamp organizers from around Europe put their heads together, sharing their experiences to plan the best event possible.</p>\n<p>“Organizing WordCamp Europe is both a pleasure and a challenge,” co-organizer Petya Raykovska told the Tavern. “What’s great about it is that you get to work with experienced WordCamp organizers from across Europe. Each organizer brings their own knowledge and perspective to the organizing team which makes it a fantastic opportunity to learn and grow.”</p>\n<p>The event has traditionally highlighted the diversity of the European WordPress community and its <a href=\"http://wptavern.com/wordpress-beyond-boundaries-a-recap-of-wordcamp-europe-2014\" target=\"_blank\">attendees’ eagerness to connect beyond boundaries</a>.</p>\n<p>“It’s a challenge because each of us has our own way of doing things and we have to learn how to listen to each other and compromise,” Raykovska said. “And, of course, there are all of those idioms that don’t cross language and cultural barriers!”</p>\n<p>New WordCamp Europe organizers should be equipped with a solid grasp of diplomacy and the ability to work with others across cultural differences.</p>\n<p>This year the current organization team plans to experiment with a mentorship program that would prepare the next crop of organizers to take the helm in 2016.</p>\n<p>“We’re introducing a new process that we hope will help not only find the best team for next year, but will also be a pilot for a mentorship program for future WordCamp Europe (or any large 600+ people WordPress event) events,” Raykovska said.</p>\n<p>“So what we want to do in 2015 is choose the team for 2016 and get them to work with us for the 2015 edition, so they can get to know what it takes, get introduced to the processes, work closely with the existing team and monitor what’s required of the local team.”</p>\n<p>Current organizers are prioritizing mentoring new additions in order to create a seamless transition from one organizational team to the next. Instead of learning the ropes at the last minute, new organizers will have the opportunity to see how it works without all of the pressure.</p>\n<p>“We believe it will be highly beneficial for them and will ensure smooth sailing for next year’s organisation,” Raykovska said.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Mar 2015 19:32:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:100:\"WPTavern: New Theme Development Company Makes First Sale Minutes After Being Approved on ThemeForest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40045\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"http://wptavern.com/new-theme-development-company-makes-first-sale-minutes-after-being-approved-on-themeforest\";s: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:4372:\"<p><a title=\"http://warriorsofcode.com/\" href=\"http://warriorsofcode.com/\">Warriors Of Code</a> is a new WordPress theme development shop in Australia. An employee who goes by the name <a title=\"http://www.reddit.com/user/genesisfan\" href=\"http://www.reddit.com/user/genesisfan\">Genesisfan</a> on Reddit, <a title=\"http://www.reddit.com/r/Wordpress/comments/2xs8l2/just_had_our_first_wordpress_theme_accepted_at/\" href=\"http://www.reddit.com/r/Wordpress/comments/2xs8l2/just_had_our_first_wordpress_theme_accepted_at/\">published a post </a>explaining how the company recently had its first theme accepted on ThemeForest and was willing to answer questions others had about the experience. According to the post, he spent the better part of six months with a designer he hired while working a full-time job developing <a title=\"http://themeforest.net/item/broadsword-a-wordpress-theme-to-share-stories/full_screen_preview/10514496\" href=\"http://themeforest.net/item/broadsword-a-wordpress-theme-to-share-stories/full_screen_preview/10514496\">Broadsword</a>.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/BroadSword.png\" rel=\"prettyphoto[40045]\"><img class=\"size-full wp-image-40046\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/BroadSword.png?resize=1025%2C496\" alt=\"BroadSword Single Page View\" /></a>BroadSword Single Page View\n<p>When asked what he thought of the ThemeForest submission and review process, he responded, “We were pleasantly surprised with how quickly they turned around our review, and the level of detail they provided in their soft rejection. Aside from some technicalities that we’d missed (being more specific about what features we supported), the biggest issue was that we were missing some data validation in our files. Make sure you use the esc_ and sanitize_ functions provided by WordPress!”</p>\n<p>Once the issues were addressed, ThemeForest approved the submission and the team made its first sale within minutes of it going live. When asked what makes their theme different in the marketplace, he responded, “We kept the theme options to a minimum. We were both pretty tired of themes that include a thousand options and tend to be more like frameworks than standalone themes.”</p>\n<p>Based on <a title=\"http://wptavern.com/envato-continues-to-rake-in-the-cash-from-wordpress-themes-packaged-as-complete-website-solutions\" href=\"http://wptavern.com/envato-continues-to-rake-in-the-cash-from-wordpress-themes-packaged-as-complete-website-solutions\">stats that highlight</a> how well ThemeForest is doing, it’s not surprising that Warriors of code made their first sale within minutes of going live. However, the company used social media to its advantage, so it’s possible one their followers purchased the theme based on tweets. In fact, the company explains how they handled promotion:</p>\n<blockquote><p>Regarding promotion, we’ve been tweeting it out and liking the facebook page we’ve set up and luckily, it’s now trending on ThemeForest. It helps that I’m on the east coast of Canada and my partner is in Sydney, Australia, so we’re able to pretty much cover comment replies quickly at any time of the day. I think that goes a long way to helping promote a positive vibe about the theme.</p></blockquote>\n<p>After 24 hours, the company has six sales at $43 each. It’s not a huge amount, but it’s a start. The big takeaways is that ThemeForest reviews are catching insecure coding practices and making the first sale is a quick endeavor, especially if you already have a social media presence. The company <a title=\"http://www.reddit.com/r/Wordpress/comments/2xs8l2/just_had_our_first_wordpress_theme_accepted_at/\" href=\"http://www.reddit.com/r/Wordpress/comments/2xs8l2/just_had_our_first_wordpress_theme_accepted_at/\">answers several other questions</a> related to the experience.</p>\n<p>We know that in this instance, ThemeForest did its job to discover insecure coding practices during reviews. It’s also refreshing to hear from an up and coming theme company that they’re tired of theme options. I haven’t used their product so I can’t confirm if its claims are true, but it’s a step in the right direction to see other ThemeForest sellers make such statements in public.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Mar 2015 07:33: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: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:21:\"Matt: WIRED Re-launch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44764\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://ma.tt/2015/03/wired-re-launch/\";s: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:2726:\"<p>There’s the smart publishers, and then there’s the <a href=\"http://ma.tt/2015/02/developer-employment-act/\">ones going out of business</a>. WIRED is one of the smart ones, and just launched an awesome redesign on WordPress. <a href=\"http://www.wired.com/2015/03/our-new-site/\">From their editor-in-chief</a>:</p>\n<blockquote><p>Back in 1994 we launched Hotwired, the first site with original editorial content created for the web. It was a digital home for reporting on the future of science, business, design, and technology. You’ve come to trust us over the past two decades, but our growth online has sometimes come too quickly and with some pain. When I took over as editor in chief in 2012, WIRED had an archive of more than 100,000 stories. That’s good! But they were spread out over more than a dozen different databases, sections, and homepages tenuously connected by virtual duct tape and chewing gum. The cleanup process—onerous and without a shred of glamour—took almost 15 months. But finally, last year, our engineers rolled out a newly unified site architecture built atop a single streamlined WordPress installation. And you didn’t notice a hiccup. Maybe you saw that pages loaded a touch faster. Stories looked more WIRED.</p></blockquote>\n<p>The story of <a href=\"http://www.wired.com/2015/03/wired-dot-com-from-the-devs/\">the engineering behind it from Kathleen Vignos is also cool</a>:</p>\n<blockquote><p>The redesign gives us the third incarnation of our Curator application, which started years ago as a separate Groovy on Grails application maintained by a single Java developer. Curator once consumed articles from 35 different blogs for curation on our homepage. When we migrated our 17 active WordPress blogs into one WordPress install, we also rewrote Curator in Cake PHP to match our WordPress PHP backend. After this, anyone on our team could maintain Curator—but the architecture remained the same and lived outside of WordPress. Using this version of Curator, our web producer team manually constructed the homepage throughout each day as various stories were ready to be promoted.</p>\n<p>Our new and improved Curator is now a custom WordPress plugin—and it’s artificially intelligent! This allows our homepage and section landing pages to be both automated and curated at the same time. Stories flow through automagically based on editorial criteria, but editors can take control of the flow by locking stories in certain slots in our card system. This means our homepage and section landing pages are constantly changing with new stories all day long.</p></blockquote>\n<p>Curator sounds cool, as does the coming “longform feature article builder.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Mar 2015 02:36: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: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:67:\"WPTavern: Ninja Forms 2.9 Ships With Major Performance Improvements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=39995\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/ninja-forms-2-9-ships-with-major-performance-improvements\";s: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:5648:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaFormsFeaturedImage.png\" rel=\"prettyphoto[39995]\"><img class=\"aligncenter size-full wp-image-40019\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaFormsFeaturedImage.png?resize=840%2C273\" alt=\"Ninja Forms Featured Image\" /></a></p>\n<p>Ninja Forms <a title=\"https://ninjaforms.com/version-2-9/\" href=\"https://ninjaforms.com/version-2-9/\">2.9 is available</a> and features an improved user experience along with major performance enhancements. One of the biggest performance problems 2.9 solves is handling large forms. Prior to 2.9, users had to edit a php.ini file to handle the increased amount of server resources needed to process long forms, something many shared webhosts don’t allow. According to Kevin Stover, lead developer of Ninja Forms, 2.9 not only solves this problem, but the form builder is more efficient overall.</p>\n<blockquote><p>In our local tests, a 578 field form was 12.8mb and took 33.52 seconds to load. (It also occasionally crashed our browser.) In version 2.9, the same form was only 1.2mb and took only 1.41 seconds to load. We call that progress.</p></blockquote>\n<p>The user experience is vastly improved compared to earlier versions of the plugin. Now when you edit an existing form or want to create a new one, you’re taken to the form builder instead of a page filled with confusing settings. After installing Ninja Forms, it took less than five minutes to recreate the <a title=\"http://wptavern.com/contact-me\" href=\"http://wptavern.com/contact-me\">Tavern’s contact form</a>.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaForms29UserInterface.png\" rel=\"prettyphoto[39995]\"><img class=\"size-full wp-image-40012\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaForms29UserInterface.png?resize=1025%2C500\" alt=\"Ninja Forms 2.9 User Interface\" /></a>Ninja Forms 2.9 User Interface\n<p>A small but noticeable change is that, when you create a new form without a submit button and save it, a model window pops up reminding you to add one. Or, you can let Ninja Forms add it automatically. It’s hard to make a form useful without a submit button!</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaForms29SubmitButtonReminder.png\" rel=\"prettyphoto[39995]\"><img class=\"size-full wp-image-40013\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaForms29SubmitButtonReminder.png?resize=549%2C268\" alt=\"Ninja Forms 2.9 Submit Button\" /></a>Ninja Forms 2.9 Submit Button Reminder\n<p>One of the major changes to the form building experience is configuring fields. In previous versions of Ninja Forms, all of the configuration options for fields were in view which felt overwhelming. In Ninja Forms 2.9, field options are hidden behind drop down menus that are closed by default. This allows you to configure them at your own pace.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaFormsFieldSettings.png\" rel=\"prettyphoto[39995]\"><img class=\"size-full wp-image-40014\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaFormsFieldSettings.png?resize=535%2C477\" alt=\"Ninja Forms 2.9 Field Settings\" /></a>Ninja Forms 2.9 Field Settings\n<p>Overall, Ninja Forms 2.9 is a solid release and offers a better experience than its predecessors. I found it easier to build forms without having to rely on documentation. Stover says this release, “lays the groundwork for even better stuff to come down the road.” You can download Ninja Forms free from the <a title=\"https://wordpress.org/plugins/ninja-forms/\" href=\"https://wordpress.org/plugins/ninja-forms/\">WordPress plugin directory</a>.</p>\n<p>To learn more about James Laws, Co-founder of WP Ninjas and his company, <a title=\"http://wptavern.com/wpweekly-episode-179-interview-with-james-laws-co-founder-of-wp-ninjas\" href=\"http://wptavern.com/wpweekly-episode-179-interview-with-james-laws-co-founder-of-wp-ninjas\">listen to episode 179</a> of WordPress Weekly. In the show, we discuss some of the improvements that made it into Ninja Forms 2.9.</p>\n<div class=\"audio-shortcode-wrap\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaFormsFeaturedImage.png?resize=175%2C131\" alt=\"Ninja Forms Featured Image\" class=\"landscape thumbnail post-thumbnail audio-image\" /><a href=\"http://wptavern.com/wp-content/uploads/2015/02/EPISODE-179-Interview-With-James-Laws-Co-Founder-of-WP-Ninjas.mp3\">http://wptavern.com/wp-content/uploads/2015/02/EPISODE-179-Interview-With-James-Laws-Co-Founder-of-WP-Ninjas.mp3</a></div><div class=\"media-shortcode-extend\"><div class=\"media-info audio-info\"><ul class=\"media-meta\"><li><span class=\"prep\">Run Time</span> <span class=\"data\">1:17:51</span></li><li><span class=\"prep\">Artist</span> <span class=\"data\">Jeff Chandler and Marcus Couch</span></li><li><span class=\"prep\">Album</span> <span class=\"data\">WordPress Weekly</span></li><li><span class=\"prep\">Track</span> <span class=\"data\">179</span></li><li><span class=\"prep\">File Name</span> <span class=\"data\"><a href=\"http://wptavern.com/wp-content/uploads/2015/02/EPISODE-179-Interview-With-James-Laws-Co-Founder-of-WP-Ninjas.mp3\">EPISODE-179-Interview-With-James-Laws-Co-Founder-of-WP-Ninjas.mp3</a></span></li><li><span class=\"prep\">File Size</span> <span class=\"data\">33.64 MB</span></li><li><span class=\"prep\">File Type</span> <span class=\"data\">MP3</span></li><li><span class=\"prep\">Mime Type</span> <span class=\"data\">audio/mpeg</span></li></ul></div><button class=\"media-info-toggle\">Audio Info</button></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Mar 2015 00:32: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: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:88:\"WPTavern: BuddyPress 2.3 Development Kicks Off, Contributors Prioritize Work on New APIs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=39890\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/buddypress-2-3-development-kicks-off-contributors-prioritize-work-on-new-apis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2810:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/04/buddypress-wall.jpg\" rel=\"prettyphoto[39890]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/04/buddypress-wall.jpg?resize=1018%2C458\" alt=\"buddypress-wall\" class=\"aligncenter size-full wp-image-20901\" /></a></p>\n<p>The BuddyPress 2.3 development cycle is now in full swing, following a successful 2.2.1 maintenance release that <a href=\"http://wptavern.com/buddypress-breaks-one-day-download-record-with-2-2-1-release\" target=\"_blank\">broke the plugin’s one-day download record</a> with more than 10,000 downloads in just 24 hours. More minor fixes are on deck for inclusion in the forthcoming 2.2.2 release.</p>\n<p>This week contributors identified priorities for new features and improvements to work on for the <a href=\"https://bpdevel.wordpress.com/2015/03/03/bp-2-3-0-dev-cycle-contributor-priorities/\" target=\"_blank\">2.3 development cycle</a>. Updates to BuddyPress’ existing APIs and work on the following new APIs commenced this week:</p>\n<ul>\n<li><a href=\"https://buddypress.trac.wordpress.org/ticket/6210\" target=\"_blank\">New Invitations API</a> – a flexible API to create/retrieve invitations across components</li>\n<li><a href=\"https://buddypress.trac.wordpress.org/ticket/5429\" target=\"_blank\">New Attachments API</a> – a new component to manage BuddyPress attachments</li>\n<li><a href=\"https://github.com/paulgibbs/buddypress/tree/posts2posts\" target=\"_blank\">Possible new Relationships API</a> – for the Favorites/Likes features</li>\n<li>Improvements to Member Types API – <a href=\"https://buddypress.trac.wordpress.org/ticket/5192\" target=\"_blank\">ability to create member-type-specific xprofile fields</a>, fixes for existing bugs</li>\n<li>Notifications API – <a href=\"https://buddypress.trac.wordpress.org/ticket/6257\" target=\"_blank\">add a metadata table</a> – useful for storing additional data outside the available notification table’s schema</li>\n</ul>\n<p>New APIs would make it possible for BuddyPress developers to build extensions that bring in more exciting features, such as a core-supported way to manage media/user galleries, local avatar management, invitation capabilities for groups, sites, blogs, docs, etc. The APIs give developers a way to custom tailor those experiences for their communities.</p>\n<p>While none of these APIs and improvements are yet guaranteed to make it into 2.3, contributors have hammered out the tickets they will be investing in during the next three months. The official release is currently targeted for the end of May, 2015. To follow progress on tickets for the 2.3 milestone, check out the <a href=\"https://buddypress.trac.wordpress.org/milestone/2.3\" target=\"_blank\">roadmap</a> on BuddyPress trac.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 Mar 2015 22:10:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:75:\"Post Status: Adii Pienaar is making a WordPress comeback with stake in Obox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://poststatus.com/?p=9009\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://poststatus.com/adii-pienaar-making-wordpress-comeback-stake-obox/\";s: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:6289:\"<p>Adii Pienaar has been largely away from the WordPress community for much of the last year and a half. He’s one of three co-founders of WooThemes and was instrumental in <a href=\"http://www.woothemes.com/about/\">their growth</a> and success they achieved from 2008 until his departure in late 2013.</p>\n<p>Today, Adii is making the second step of his WordPress comeback. In addition to <a href=\"https://receiptful.com/\">Receiptful</a> — his new eCommerce receipts product — he’s taking on an advisory role with Obox, to go along with a cash investment in the company.</p>\n<p><a href=\"http://oboxthemes.com/\">Obox</a> is based in Cape Town, South Africa — where Adii and WooThemes are also based. Obox has been around the block as well.</p>\n<p>They were founded in 2009 and are lead by brothers Marc and David Perel. Obox has experienced times of great success — peaking as a team of 8 in 2012 — and also years where they’ve scaled back in response to more competition and watering down of the WordPress theme market.</p>\n<p>Before Adii left WooThemes, he had numerous conversations with Obox about an acquisition, but the parties could never agree on the specifics.</p>\n<h3>Adii now owns a 30% stake in Obox</h3>\n<p>David Perel showed Adii some screenshots of Layers while they were wrapping up development of <a title=\"Layers, by Obox, introduces a beautiful page building interface\" href=\"https://poststatus.com/layers-theme-obox/\">the new product</a>. Adii was intrigued and they started once again talking about joining forces, except this time the direction changed; they started talking about what it would look like for Adii to join Obox.</p>\n<p>Adii has made a cash investment in the Obox team, in return for a 30% stake in the company. The investment gives Obox a valuation in the millions of dollars, “but less than $10 million.”</p>\n<p>The cash from Adii’s investment is largely going to be used for operating expenses for the Obox team as they create the business model around Layers. Obox has also beefed up their team by <a href=\"http://blog.oboxthemes.com/calyx-joins-obox/\">acquihiring Calyx</a>, a two man Cape Town agency.</p>\n<p>According to David, <span class=\"pullquote alignright\">“Every cent Obox raises and makes will go into Layers.”</span></p>\n<h3>Roller coaster ride</h3>\n<p>Adii has been on a bit of a roller coaster ride since his departure of WooThemes. I’ve heard both Adii and his cofounders (Magnus Jepson and Mark Forrester) describe their split as a divorce. It was a hard time.</p>\n<p>The split was complete, and Adii released all ownership of the company for an amount he has <a href=\"http://mixergy.com/interviews/adii-pienaar-public-beta-interview/\">confirmed on Mixergy</a> was seven figures. He tells me that he has been fully paid for his shares.</p>\n<p>With cash in hand, Adii had room to take some risks, and with that risk came a mixture of successes and failures. His first foray into another product was Public Beta, which had many iterations before he ultimately deemed it a lost cause.</p>\n<p>His latest startup seems to have traction; Receiptful has had a successful launch, is getting nice adoption, and is expanding to multiple eCommerce platforms after an initial WooCommerce-only launch.</p>\n<p>Time heals all wounds, and it appears Adii’s relationship with WooThemes is also mended. They even <a href=\"http://www.woothemes.com/2015/02/why-customized-receipts-increase-ecommerce-revenue/\">blogged about Receiptful</a> recently on the main WooThemes blog.</p>\n<h3>Renewed passion for WordPress</h3>\n<p>Both Receiptful and the Obox investment show renewed passion for WordPress, as well as a sign of Adii getting back to his roots and what he knows best. With the launch of WooCommerce, Adii spearheaded what became a huge success during his time at WooThemes; and WooCommerce has only further grown since his departure.</p>\n<p>Adii hopes to take what he’s learned — both at WooThemes and with his adventures since — to his role at Obox.</p>\n<blockquote><p>One of the biggest challenges within WordPress is the disconnect between how developers and end-users use it, which makes building great WordPress products really hard. It’s also something that we encountered often at Woo and instead of truly tackling the problem we leaned towards building tools for developers.</p>\n<p>Layers is different in that sense, because it’s focused on the (end-)user experience from the ground up. I couldn’t be more excited to work with David & Marc to grow Layers, as they’re fanatical about UX and it’s my belief that they’ll finally make progress to closing the gap between a developer tool and end-user product.</p>\n<p>And in terms of the commercialisation of Layers… Well, let’s just say that I see opportunities and patterns that were prevalent in WooCommerce’s early days too…</p></blockquote>\n<h3>A new step for a dynamic WordPress figure</h3>\n<p>Adii was a huge and dynamic figure in the early days of WordPress’ commercial product space. He’s always made bold decisions — some good and some not so good.</p>\n<p>He has a penchant to make quick decisions and he iterates at a rapid pace; to some it can be off-putting, but for finding a hit it can be hugely important. In contrast, the Obox team makes calculated risks. While they’ve done a great deal of interesting work and experimentation on their own, they have largely stuck with the theme business while some of their early theme competitors rotated toward plugins and other verticals.</p>\n<p>I believe that the combination of Adii and the Perel brothers will make for a compelling trio of leadership at the helm for Obox. Their Layers launch <a href=\"http://blog.oboxthemes.com/what-hitting-the-top-spot-on-product-hunt-did-to-our-launch-day/\">certainly made waves</a>, and their next steps will be hugely important for the future of a company that has gone all in on a product without a monetization strategy.</p>\n<p>You can read the <a href=\"http://blog.oboxthemes.com/adii-co-founder-of-woothemes-and-woocommerce-has-joined-obox/\">official announcement on the Obox blog</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, 04 Mar 2015 15:56:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WPTavern: WordPress Plugin Directory Launches New 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=39957\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wptavern.com/wordpress-plugin-directory-launches-new-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:3778:\"<p>The WordPress.org Meta team is on a roll this month. Following the successful <a href=\"http://wptavern.com/wordpress-theme-directory-launches-new-design\" target=\"_blank\">launch of the new theme directory</a>, the <a href=\"https://wordpress.org/plugins/\" target=\"_blank\">plugin directory</a> is getting the same treatment with <a href=\"https://make.wordpress.org/meta/2015/03/04/new-plugin-directory-theme/\" target=\"_blank\">a fresh coat of paint</a> and a set of brand new features.</p>\n<p>Browsing the official plugin directory is now similar to searching via the admin plugin browser. Having all of this code on hand made it easier for the meta team to replicate the experience in the directory.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/wordpress-plugin-directory.png\" rel=\"prettyphoto[39957]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/wordpress-plugin-directory.png?resize=1025%2C970\" alt=\"wordpress-plugin-directory\" class=\"aligncenter size-full wp-image-39963\" /></a></p>\n<p>In addition to the new design, the directory includes a new section for logged-in users to manage favorited plugins. Previously, users had to navigate to their own profile pages to access this information. With more than 36,000 listings in the directory, favorites are becoming an important feature for users who want to keep track of plugins they use frequently.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/plugin-favorites.png\" rel=\"prettyphoto[39957]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/plugin-favorites.png?resize=1025%2C511\" alt=\"plugin-favorites\" class=\"aligncenter size-full wp-image-39975\" /></a></p>\n<p>The “Popular” section seems to be populated by extensions with the highest number of active installs. It would be helpful to be able to further sort popular plugins based on different criteria, i.e. the most-favorited plugins and those with the highest ratings.</p>\n<p><a href=\"https://wordpress.org/plugins/browse/beta/\" target=\"_blank\">Beta Testing</a> is a new section which you may recognize from the WordPress admin. It lists all the feature plugins that are currently under consideration for inclusion in core at some point in the future. This more prominent display will help users discover the plugins, resulting in an increase in feedback for contributors.</p>\n<p>Users can also now search for plugins based on author, keyword, or tag. Searching is lightning fast, but it could be improved with filtering options to further narrow down the results.</p>\n<p>Although individual plugin pages did not receive a design update, they now reflect more accurate data with the number of active installs for each plugin. This provides plugin authors with a better understanding of how many sites are actively using that functionality, as opposed to just having downloaded it once and then uninstalled it.</p>\n<p>The new design is more visually-oriented than the previous one, making it easier for users to quickly scan through a long list of results. It is now more important than ever for developers to prioritize <a href=\"http://wptavern.com/wordpress-4-0-adds-custom-icons-to-the-plugin-installer\" target=\"_blank\">plugin branding</a> if they want their work to stand out in the official directory.</p>\n<p>In his <a href=\"https://make.wordpress.org/meta/2015/03/04/new-plugin-directory-theme/\" target=\"_blank\">announcement</a> about updates to the plugin directory, WordPress.org contributor Scott Reilly said that a backend reimplementation of the directory is on the roadmap for a future update. If you find a bug in the current implementation, feel free to open a ticket on <a href=\"https://meta.trac.wordpress.org/\" target=\"_blank\">meta.trac</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, 04 Mar 2015 09:25: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: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:27:\"Matt: WordPress iOS WYSIWYG\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44747\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/03/wordpress-ios-wysiwyg/\";s: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:499:\"<p>It’s been a long road, but the WordPress mobile apps are finally making some major strides. <a href=\"https://apps.wordpress.org/2015/02/26/wordpress-for-ios-a-new-visual-editor-more/\">WordPress iOS version 4.8 includes a visual editor so you won’t see code anymore when blogging on the go</a>. (For anyone curious at home, WordPress originally <a href=\"https://wordpress.org/news/2005/12/wp2/\">shipped with WYSIWYG in version 2.0</a>, and it was highly controversial at the time.)</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 Mar 2015 04:31: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: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:36:\"Akismet: February 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=1789\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://blog.akismet.com/2015/03/04/february-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:3152:\"<p>February was <a href=\"http://blog.akismet.com/2015/02/01/january-2015-stats-roundup/\">another</a> slow spam month for Akismet. We didn’t even hit 200 million comments on any day this month. You can see the daily breakdown of the spam and ham comments Akismet caught in the graph below:</p>\n<div id=\"attachment_1790\" class=\"wp-caption alignnone\"><a href=\"https://akismet.files.wordpress.com/2015/03/akismet-spam-and-ham-stats-february-2015.png\"><img class=\"wp-image-1790 size-large\" src=\"https://akismet.files.wordpress.com/2015/03/akismet-spam-and-ham-stats-february-2015.png?w=700&h=438\" alt=\"graph of akismet spam and ham daily stats February 2015\" /></a><p class=\"wp-caption-text\">The busiest day was the first of the month, with about 178 million spam comments — and the slowest day was the 18th with about 106 million.</p></div>\n<p><a href=\"https://akismet.files.wordpress.com/2015/03/ohio-state-football-field.jpg\"><img class=\" size-medium wp-image-1791 alignright\" src=\"https://akismet.files.wordpress.com/2015/03/ohio-state-football-field.jpg?w=300&h=200\" alt=\"ohio state football field\" width=\"300\" height=\"200\" /></a><strong>The total number of spam messages caught this month was 4,090,182,500</strong>. To visualize this, let’s say each spam is represented by <a href=\"https://prezi.com/roben6fpzshd/blades-of-grass-in-a-football-field/\">one blade of grass in a football field</a> — to commemorate the football season ending this February.</p>\n<p>How many football fields would it take to cover that much spam? Twelve and a half.</p>\n<p>How about the real comments? We got a total of 131,465,000 of those this month. And if each one were represented by a blade of grass, they would take just under one half of a football field to account for. As always, real comments account for much much less than spam comments — about 3% this month.</p>\n<p>This month was unusually low in spam numbers not only compared with last month (with a 14% decrease in volume), but also since last year — decreasing by 38% compared with February 2014.</p>\n<p>We missed only about 1 in every 10,917 spam comments this month — not bad!</p>\n<p>Your own blog’s stats may have followed a similar pattern of decreased spam activity this month. If you are ever finding that the spammers are winning and more comments than usual are getting through Akismet’s filters, please feel free to reach out and let us know. We’re happy to look into it and help restore order <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/1789/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1789/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1789&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, 04 Mar 2015 01: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: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: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:83:\"WPTavern: Jason Schuller’s Pickle Theme Re-Imagines WordPress as an Invisible CMS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=39892\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://wptavern.com/jason-schullers-pickle-theme-re-imagines-wordpress-as-an-invisible-cms\";s: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:10856:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/10/pickle-preview.jpg\" rel=\"prettyphoto[39892]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/10/pickle-preview.jpg?resize=972%2C462\" alt=\"pickle-preview\" class=\"aligncenter size-full wp-image-32216\" /></a></p>\n<p>Last week Jason Schuller launched his Pickle WordPress theme on <a href=\"https://pickle.pub/\" target=\"_blank\">Pickle.pub</a> and the product is now available on <a href=\"https://creativemarket.com/circa75/208774-The-Pickle-Theme-for-WordPress\" target=\"_blank\">Creative Market</a>. Pickle is a restaurant theme that is packaged with a custom admin design to provide a seamless content-editing experience.</p>\n<p>Schuller’s decision to <a href=\"http://wptavern.com/jason-schuller-to-re-enter-wordpress-theme-market-with-niche-admin-designs\" target=\"_blank\">re-enter the WordPress theme market</a> following the sale of Press75 came after several years of experimenting with alternative publishing platforms. In an <a href=\"http://wptavern.com/interview-with-jason-schuller-founder-of-press75-com\" target=\"_blank\">interview</a> with the Tavern last year, he expressed dissatisfaction with trying to make WordPress do what he wanted, which caused him to consider abandoning the platform entirely.</p>\n<p>Schuller found himself chronically at odds with WordPress’ limitations for scaling its complexity backwards to provide a more simplified publishing experience. Pickle was born out of this frustration. The theme reimagines the WordPress admin as an extension of the front-end design, with no abrupt transitions for editing content.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/pickle-admin.jpg\" rel=\"prettyphoto[39892]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/pickle-admin.jpg?resize=1025%2C682\" alt=\"pickle-admin\" class=\"aligncenter size-full wp-image-39907\" /></a></p>\n<h3>Targeting a Wider Market Beyond WordPress</h3>\n<p>At first glance, it might appear that the restaurant niche is a relatively small and limited market for a WordPress theme developer. However, if you check out <a href=\"https://pickle.pub/\" target=\"_blank\">Pickle.pub</a>, you’ll find no mention of WordPress among Pickle’s features. Schuller is intentionally marketing it to a larger potential customer base that includes anyone looking to build a simple restaurant website.</p>\n<p>“I’m not really advertising Pickle as a WordPress theme,” Schuller told the Tavern. “Essentially, my approach was to use WordPress to create my own custom CMS for minimalist restaurant websites.”</p>\n<p>In the future he plans to release more options, styles and add-ons for the product. Currently, all of Pickle’s functionality is packed into the theme, but Schuller is not overly concerned about data portability in this instance.</p>\n<p>“That data (in my opinion) is exclusive to what I’m doing with Pickle,” he said. “In other words, <span class=\"pullquote alignleft\">I’m not concerned with my users even knowing that it’s powered by WordPress.</span>”</p>\n<p>Schuller is hoping to attract two different markets: customers who know they want WordPress and those who just know they want a business website and don’t care what software it uses.</p>\n<p>“It shouldn’t matter to new users if it’s a WordPress solution,” he said. “But at the same time, freelancers who work with WordPress and have clients in the restaurant industry might be attracted by Pickle because it is a WordPress solution. I’m hoping to target both ends of the spectrum.”</p>\n<p>This time around in the WordPress theme business, Schuller is venturing into the frontier where customers aren’t already convinced of a favorite CMS. Pickle was intentionally designed to make WordPress, and all its complexity, effectively invisible. This is one of the reasons the theme does not currently support the use of 3rd-party plugins.</p>\n<h3>At Odds with WordPress Theme Development Best Practices</h3>\n<p>WordPress core doesn’t make it easy for developers to heavily customize the admin. This will soon change when the WP REST API lands in core; Schuller is open to updating Pickle to use the API once it’s no longer under heavy development.</p>\n<p>“Once the REST API lands in core, there would be no reason for me not to change my approach,” he said. “But for today, a little custom CSS and PHP will do just fine.”</p>\n<p>Pickle is Schuller’s attempt at testing the waters for the possibility of other niche admin designs in the future. A hosted version is also set to launch within the next month. “If all goes well, I’ll probably create more niche solutions from the simple HTML templates I’ve been releasing on <a href=\"https://leeflets.com\" target=\"_blank\">Leeflets</a>,” he said. These include other one-page designs for things like newsletters, biographies, galleries, and landing or product pages.</p>\n<p>“If that’s something I do end up doing, I would probably create some sort of admin theming plugin in order to eliminate duplicating the work each time,” Schuller said. “I could see the result of that being its own product as well for WordPress.”</p>\n<p>At the moment, he is not prioritizing putting the functionality into a plugin. However, the way Pickle is built is at odds with WordPress theme development best practices of separating plugin functionality from the theme’s design.</p>\n<p>If a major release of WordPress causes a break in Pickle, it’s not in a plugin where one could easily disable the functionality. A breaking change could possibly effect the site’s frontend design, without an update to Pickle. If the product were packaged as a theme plus plugin combination, users would be in a better position for updates from both core and Pickle.</p>\n<p>Schuller contends that WordPress theme developers should have the option to add features in a more modular fashion:</p>\n<blockquote><p>I realize that my approach for Pickle specifically probably isn’t the way most “WordPress” developers would have done it. The important thing is that I finished it, and the idea is out there regardless of how it was engineered. </p>\n<p>I’ve always felt that a good CMS should reflect the functionality you need for any given project. For instance, we shouldn’t assume that all themes should support links, comments, widgets, etc., or even posts for that matter. Some themes/users might only need “pages” which means that most of the admin menus in WordPress could and maybe should be hidden in that case. We have to manually add “theme support” within theme functions for features like “post thumbnails”, so why isn’t that the case for everything else?</p></blockquote>\n<p>After years of frustration with “the WordPress way,” Schuller is going his own way this time around. He finds himself at friction with WordPress best practices and the ability to serve a larger market of people who don’t care if a site is built on WordPress.</p>\n<p>“To be honest, I really wasn’t concerned about what the WordPress developer community would think about how I engineered Pickle,” he said. “I know there are probably so many ways I could have done it better, or hired someone else to do it better for me.”</p>\n<p>In creating Pickle, Schuller consciously chose to ignore his fear of the doing_it_wrong() brigade in order to deliver a product that he believes will be simple for customers to use.</p>\n<blockquote><p>When I got started with WordPress back in 2007, I had no clue what I was doing, but I was creating things and putting them out there as I learned, which is how I grew Press75. Somewhere along the way, I became much too concerned with how the WordPress community might perceive what I was making and that’s when my business started to decline. </p>\n<p>Instead of just being happy making things I was passionate about, I became obsessed with perfection and making sure everyone was going be happy with what I made. I’m not going to make that same mistake again. It’s so much more important to put your work out there (even if it’s not perfect) than to never put it out there at all in fear that someone might not agree with the way you did it.</p></blockquote>\n<p>Could business be as simple as building products that make both you and your customer happy? Do all WordPress sites need a long-term plan for data portability and separation of theme and plugin functionality?</p>\n<h3>Re-Imagining WordPress as an Invisible CMS</h3>\n<p>The invisibility of the traditional admin in the Pickle theme is a tribute to WordPress’ flexibility as a CMS. However, the lack of theme/plugin functionality separation is my primary objection to how it’s built, as it may make it difficult for the user to keep pace with core updates. This could potentially become a security issue.</p>\n<p>Schuller’s approach for one-page designs may not conform to best practices but it once again begs the question: how can we erase the separation between editing experience and the display of content? Many users find the native customizer in its current state to be too clunky to adequately handle this in an elegant way.</p>\n<p>While I don’t fully support the approach that Schuller took with building Pickle, I agree with the basic premise of pushing the boundaries to simplify WordPress for the user. Pickle is inspirational, despite its technical drawbacks. It is a groundbreaking example of a WordPress-powered content editing experience that is perfectly tailored to the frontend design. It’s a design-specific theme that doesn’t require a heavy page builder or multiple sub-panels of customizer options.</p>\n<p>Not everyone agrees on the best way to make the WordPress editing experience better while moving theme development forward. The platform needs people who are dissatisfied with the status quo to spearhead new, unorthodox ways of solving problems. However, it also needs the folks who have managed to keep inspiration alive for years, while working on the less glamorous tasks of contributing to core and establishing standards to make it better for everyone.</p>\n<p>As niche admin designs become common, the answer to the question of “What does WordPress look like?” will get fuzzy and difficult to define. A more modular approach to theming WordPress as a whole will make it easier for developers to sift out the functionality that users don’t need on basic websites. Finding a happy balance here will be critical for the platform to continue its reputation as a user-friendly CMS.</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, 03 Mar 2015 23:51:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WPTavern: There Can Only Be One Sticky Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=39916\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wptavern.com/there-can-only-be-one-sticky-post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1817:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/StickyPostPollFeaturedImage.png\" rel=\"prettyphoto[39916]\"><img class=\"size-full wp-image-39338\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/StickyPostPollFeaturedImage.png?resize=670%2C294\" alt=\"Sticky Posts Poll Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/37996585435@N01/6369443095\">Free Thinking at the Sage, Gateshead</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>Last month, we <a title=\"http://wptavern.com/do-you-use-the-sticky-posts-feature-in-wordpress\" href=\"http://wptavern.com/do-you-use-the-sticky-posts-feature-in-wordpress\">polled our readers</a> to find out how many use the sticky posts feature in WordPress. Out of 322 votes, 66% said no while 34% said yes.</p>\nNote: There is a poll embedded within this post, please visit the site to participate in this post\'s poll.\n<p>Use cases included, featuring content in a slider, portfolio sites, and using it on a directory site. For those who sticky one post at a time, I discovered a convenient plugin that removes the sticky flag from previous sticky posts. <a title=\"https://wordpress.org/plugins/there-can-be-only-one/\" href=\"https://wordpress.org/plugins/there-can-be-only-one/\">There Can Be Only One,</a> developed by Alex Jones, ensures that only one sticky post is published at a time.</p>\n<p>There are no options to configure. Simply install, activate, and configure which post you want to sticky. When using this plugin, you no longer have to remove the sticky flag from the previous post which saves time and effort. There Can Only Be One is Jones’ first plugin submitted to the plugin directory and he’s interested to hear any feedback or suggestions you have to improve 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, 03 Mar 2015 22:04:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:69:\"WPTavern: WordCamp St. Louis, MO, March 14th-15 Will Have a Kids Camp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=39883\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wptavern.com/wordcamp-st-louis-mo-march-14th-15-will-have-a-kids-camp\";s: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:3758:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/WordCampStLouis2015FeaturedImage.png\" rel=\"prettyphoto[39883]\"><img class=\"aligncenter size-full wp-image-39884\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/WordCampStLouis2015FeaturedImage.png?resize=754%2C218\" alt=\"WordCamp St Louis 2015 Featured Image\" /></a><a title=\"http://stlouis.wordcamp.org/2015/\" href=\"http://stlouis.wordcamp.org/2015/\">WordCamp St. Louis</a>, MO, takes place on March 14th-15th on the <a title=\"http://stlouis.wordcamp.org/2015/location/\" href=\"http://stlouis.wordcamp.org/2015/location/\">campus of Washington University</a>. Tickets are <a title=\"http://stlouis.wordcamp.org/2015/tickets/\" href=\"http://stlouis.wordcamp.org/2015/tickets/\">still available</a> for $25 which covers both days and gets you a T-Shirt, access to events, the after party, and community day.</p>\n<p>The event features two days of learning about WordPress with <a title=\"http://stlouis.wordcamp.org/2015/schedule/\" href=\"http://stlouis.wordcamp.org/2015/schedule/\">four tracks of sessions</a>. Two tracks are dedicated to developers while the other two are devoted to users. In a stroke of luck, the first day of WordCamp takes place on <a title=\"http://www.piday.org/\" href=\"http://www.piday.org/\">Pi Day,</a> which means <a title=\"http://pi-pizza.com/\" href=\"http://pi-pizza.com/\">free Pi pizza</a> for attendees.</p>\n<p>After learning about WordPress on Saturday, folks can immediately apply their knowledge and help others on Sunday which is <a title=\"http://stlouis.wordcamp.org/2015/2015/01/26/community-day/\" href=\"http://stlouis.wordcamp.org/2015/2015/01/26/community-day/\">Community Day</a>. Community day is similar to a WordPress contributor day in that there will be plenty of opportunities to learn, network, and share information. The schedule for community day looks like this:</p>\n<ul>\n<li><strong>Keynote </strong>by a well-know member of the WP community</li>\n<li><strong>Kids Camp</strong> a class geared towards 8-13 year olds, however, any age is welcome to attend (space permitting). Parents must be present for children under 13 and all attendees must bring a laptop. Up to 3 children under the age of 18 can attend without charge for each paid adult (parent) ticket.</li>\n<li><strong>Hackathon</strong> help developers, designers, and other attendees on creating or improving local organization’s presence on the web (the list of specific organizations will be announced later, if you know of someone who might benefit <a title=\"Contact\" href=\"http://stlouis.wordcamp.org/2015/contact/\">drop us a line</a>)</li>\n<li><strong>All-day happiness bar:</strong> come and learn with the best!</li>\n<li><strong>Give back to Core:</strong> members of the plugin and theme review team as well as core contributors will be on hand to help you give back to the global WordPress community.</li>\n</ul>\n<p><a title=\"http://stlouis.wordcamp.org/2015/session/kids-camp/\" href=\"http://stlouis.wordcamp.org/2015/session/kids-camp/\">Kids Camp</a> takes place on community day from 9am to noon and will cover the basics of setting up a site and what it means to publish to the web. The class is geared towards 8-13 year olds, but any age is welcome to attend. Parents or legal guardians must be present for children under 12 and all attendees must bring a laptop. Also on Sunday, <a title=\"http://halfelf.org/\" href=\"http://halfelf.org/\">Mika Epstein</a> will give a keynote presentation that explains how to fit into the WordPress community by being true to yourself.</p>\n<p>I will be in attendance so if you see me, please stop and say hi as I’d love to chat with you. If you’re going to WordCamp St. Louis, let me know in the comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Mar 2015 08:29:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:86:\"WPTavern: ThemeConf: A New Conference for Designers, Themers, and Front-End Developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=39807\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/themeconf-a-new-conference-for-designers-themers-and-front-end-developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3571:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/theme-conf.jpg\" rel=\"prettyphoto[39807]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/theme-conf.jpg?resize=946%2C458\" alt=\"theme-conf\" class=\"aligncenter size-full wp-image-39859\" /></a></p>\n<p>Designers and front-end developers who work with open source software have an exciting new event to look forward to in the UK this summer. <a href=\"http://themeconf.com/\" target=\"_blank\">ThemeConf</a> was announced today – a brand new conference created to help themers, designers, and front-end developers recharge their batteries with a variety of unique sessions on the world of themes.</p>\n<p>The event will be hosted in Keswick, England, June 18-19th at the Alhambra Cinema, one of Britain’s oldest cinemas. <a href=\"http://automattic.com/\" target=\"_blank\">Automattic</a> is ThemeConf’s first sponsor and three of the company’s employees are organizers for the event, including <a href=\"https://twitter.com/karmatosed\" target=\"_blank\">Tammie Lister</a>, <a href=\"https://twitter.com/jacklenox\" target=\"_blank\">Jack Lenox</a>, and <a href=\"https://twitter.com/schwuk\" target=\"_blank\">David Murphy</a>.</p>\n<p>“Jack always had the idea for a conference like this; he also wanted something in his local area,” Lister said. “I also wanted a conference that is theme focused. We all started talking over a Christmas meetup and this is what happened from that.”</p>\n<h3>Exploring the Future of Theming Beyond Specific Platforms</h3>\n<p>The conference will focus on theming for open source applications such as WordPress, Drupal, Ghost, and Joomla. Themers of all experience levels are welcome, as are front-end developers who are interested in theming. The topics for the first year will be focused around the future of theming.</p>\n<p>“We hope to bring a wide range of talks under that banner,” Lister said. “We are currently curating our schedule, but it’s shaping up to be really interesting and diverse. We are planning on making it a place themers can go to get inspired.”</p>\n<p>In selecting the sessions, organizers hope to further delve into the technologies and styles, beyond specific platforms, to explore the future of theming. They also plan to incorporate talks on performance and user experience.</p>\n<p>Jack Lenox wants to focus the event around some of the most recent and significant shifts in theming and front-end development. “These go beyond the platform,” he said. “From REST APIs, to new design directions and into the burgeoning ecosystem of the new JavaScript tools such as React – tools that allow us to build engaging, human user experiences alongside a REST API.”</p>\n<p>As one platform cannot possibly hold a monopoly on technical innovation, it’s important for designers and developers to venture outside the bubble of their primary platform in order to stay on the cutting edge. ThemeConf organizers are aiming to facilitate cross-platform collaboration and knowledge sharing to help attendees explore a wide range of topics.</p>\n<p>The event will be non-profit, with any proceeds going into the next year and/or donated to the local area. The 101-year-old Alhambra Cinema is an intimate venue that will be limited to 150 attendees. If you’re interested in exploring the future of theming with other fans of open source in Keswick, make sure to <a href=\"http://themeconf.com/\" target=\"_blank\">sign up for the ThemeConf newsletter</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, 02 Mar 2015 23: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 14 Mar 2015 23:26:05 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"206463\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sat, 14 Mar 2015 23:00:11 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20130911080210\";}','no'),(126,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1426418765','no'),(127,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1426375565','no'),(354,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1426564274','no'),(355,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1426521074','no'),(132,'_transient_timeout_plugin_slugs','1426635153','no'),(133,'_transient_plugin_slugs','a:12:{i:0;s:19:\"akismet/akismet.php\";i:1;s:53:\"child-theme-configurator/child-theme-configurator.php\";i:2;s:31:\"child-themify/child-themify.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:34:\"gravity-forms-pdf-extended/pdf.php\";i:5;s:9:\"hello.php\";i:6;s:19:\"jetpack/jetpack.php\";i:7;s:37:\"magic-action-box/magic-action-box.php\";i:8;s:23:\"pdf-print/pdf-print.php\";i:9;s:29:\"pdf-embedder/pdf_embedder.php\";i:10;s:39:\"vanilla-pdf-embed/vanilla-pdf-embed.php\";i:11;s:19:\"wptouch/wptouch.php\";}','no'),(149,'jetpack_activated','1','yes'),(150,'jetpack_options','a:10:{s:7:\"version\";s:16:\"3.3.2:1426378194\";s:11:\"old_version\";s:16:\"3.3.2:1426378194\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:2:\"id\";i:87086688;s:10:\"blog_token\";s:65:\"IUR6RCBpCTi4PfLpODEq5yCU1Wi7%r#m.&hW5u)&EqT4M7#&CJW2ur2EYEpZ#kExw\";s:6:\"public\";i:1;s:11:\"user_tokens\";a:1:{i:1;s:67:\"c@VptpP7^iu78uXOQSEvU8v$vfadXZKW.Q2MfdgErr^DaC#Iep#uc(wM65Dt&d3vN.1\";}s:11:\"master_user\";i:1;s:14:\"last_heartbeat\";i:1426551296;}','yes'),(152,'jetpack_log','a:2:{i:0;a:4:{s:4:\"time\";i:1426378202;s:7:\"user_id\";i:1;s:7:\"blog_id\";b:0;s:4:\"code\";s:8:\"register\";}i:1;a:4:{s:4:\"time\";i:1426378311;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:87086688;s:4:\"code\";s:9:\"authorize\";}}','no'),(379,'_transient_timeout_jetpack_https_test','1426637696','no'),(380,'_transient_jetpack_https_test','1','no'),(156,'jetpack_file_data','a:1:{s:5:\"3.3.2\";a:46:{s:32:\"d8bd53ed7f53d6a15fe1825572bfac90\";a:10:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:89:\"Check your spelling, style, and grammar with the After the Deadline proofreading service.\";s:4:\"sort\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";}s:32:\"830f5125d00e272732476b1ebbc7ecdd\";a:10:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:63:\"Transform standard image galleries into full-screen slideshows.\";s:4:\"sort\";s:2:\"22\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";}s:32:\"7cd1e78849dd0bb022477e873e0b72f7\";a:10:{s:4:\"name\";s:16:\"Jetpack Comments\";s:11:\"description\";s:79:\"Let readers comment with WordPress.com, Twitter, Facebook, or Google+ accounts.\";s:4:\"sort\";s:2:\"20\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";}s:32:\"60907efcbca243b10b8309f1383d1b81\";a:10:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:44:\"Insert a contact form anywhere on your site.\";s:4:\"sort\";s:2:\"15\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";}s:32:\"7e4085da12612bffa1562be52df95405\";a:10:{s:4:\"name\";s:20:\"Custom Content Types\";s:11:\"description\";s:92:\"Organize and display different types of content on your site, separate from posts and pages.\";s:4:\"sort\";s:2:\"34\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";}s:32:\"fb6840b29ee805a58b7395916af9abcd\";a:10:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:57:\"Customize your site’s CSS without modifying your theme.\";s:4:\"sort\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";}s:32:\"9f1c4524426df499656926e36cbde84c\";a:10:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";}s:32:\"66d28ce568bc4298c2e1a6e288965143\";a:10:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:74:\"Share your public posts and comments to search engines and other services.\";s:4:\"sort\";s:1:\"5\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";}s:32:\"07b59fa06a1139b8dfe2f0dcb2e04d20\";a:10:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";}s:32:\"724d4b0981546c5172639be660a55720\";a:10:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:4:\"sort\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";}s:32:\"a5db1b6951cc958af06a967f3986e367\";a:10:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:10:\"introduced\";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";}s:32:\"93614ee29b084baa3a79c30d69fb1aa7\";a:10:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:46:\"Add support for infinite scroll to your theme.\";s:4:\"sort\";s:2:\"26\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";}s:32:\"5225743bf8b0c4c79394ba7210dac4a4\";a:10:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:69:\"Allow applications to securely access your content through the cloud.\";s:4:\"sort\";s:2:\"19\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";}s:32:\"90950726862726ee2826533a7bb1e599\";a:10:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:85:\"Use LaTeX markup language in posts and pages for complex equations and other geekery.\";s:4:\"sort\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";}s:32:\"6959954e76561cb49ab6a48482770955\";a:10:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:70:\"Give visitors an easy way to show their appreciation for your content.\";s:4:\"sort\";s:2:\"23\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";}s:32:\"f89053cc8d26d975bc967939e3633f18\";a:10:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:51:\"Write posts or pages in plain-text Markdown syntax.\";s:4:\"sort\";s:2:\"31\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";}s:32:\"296c373d749dfd5eab1325b0b08c2685\";a:10:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:64:\"Optimize your site with a mobile-friendly theme for smartphones.\";s:4:\"sort\";s:2:\"21\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Appearance, Mobile\";}s:32:\"b7ae4efa31a98b7bf89580c2dfe2f578\";a:10:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";}s:32:\"c6e589b727bad872e1d69aca103ce849\";a:10:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";}s:32:\"338d3077cd3a82ae59938ea74f92e0b5\";a:10:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";}s:32:\"f44669b6d3edf4d15519d0cbe662e9b2\";a:10:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";}s:32:\"e31d4263e566521b82917bd4928112d7\";a:10:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:88:\"Receive notifications from Jetpack if your site goes offline — and when it it returns.\";s:4:\"sort\";s:2:\"28\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";}s:32:\"66c37865895fae1b004cedaf1f5f5ce4\";a:10:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:84:\"Receive notification of site activity via the admin toolbar and your Mobile devices.\";s:4:\"sort\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";}s:32:\"fa4bb8f45605d4a105149f17288496eb\";a:10:{s:4:\"name\";s:10:\"Omnisearch\";s:11:\"description\";s:66:\"Search your entire database from a single field in your Dashboard.\";s:4:\"sort\";s:2:\"16\";s:10:\"introduced\";s:3:\"2.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Developers\";}s:32:\"89d033bbe3bf3de4e73a22d909a006ca\";a:10:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:66:\"Accelerate your site by loading images from the WordPress.com CDN.\";s:4:\"sort\";s:2:\"25\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:29:\"Photos and Videos, Appearance\";}s:32:\"1eddd5221f3e075a1e13cc9c4e7d1cc7\";a:10:{s:4:\"name\";s:13:\"Post by Email\";s:11:\"description\";s:58:\"Publish posts by email, using any device and email client.\";s:4:\"sort\";s:2:\"14\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";}s:32:\"eabe28e60e367c5d4882751399c8b45c\";a:10:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:55:\"Share new posts on social media networks automatically.\";s:4:\"sort\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";}s:32:\"8668cb854232d9dccf16f225de116cd1\";a:10:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";}s:32:\"a1bb1b633f9f17cb84d34f0e748902cb\";a:10:{s:4:\"name\";s:13:\"Related Posts\";s:11:\"description\";s:60:\"Display links to your related content under posts and pages.\";s:4:\"sort\";s:2:\"29\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";}s:32:\"15ddbb9c6a4ad0ac4ab00f5c8f0880dd\";a:10:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:81:\"Allow visitors to share your content on Facebook, Twitter, and more with a click.\";s:4:\"sort\";s:1:\"7\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";}s:32:\"10978b75468f71a40ae7934d0dfdf243\";a:10:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:77:\"Embed content from YouTube, Vimeo, SlideShare, and more, no coding necessary.\";s:4:\"sort\";s:1:\"3\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";}s:32:\"151622ebada732455b32e183f8e89ba4\";a:10:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:56:\"Enable WP.me-powered shortlinks for all posts and pages.\";s:4:\"sort\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";}s:32:\"a329fadc86c0aa9bfd63da591ddf05b1\";a:10:{s:4:\"name\";s:9:\"Site Icon\";s:11:\"description\";s:29:\"Add a site icon to your site.\";s:4:\"sort\";s:2:\"22\";s:10:\"introduced\";s:3:\"3.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:5:\"Other\";}s:32:\"91819f84e6f88ee25f1e868ea1e7fa4e\";a:10:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";}s:32:\"7ff03797220c6560f2014b1f1e140806\";a:10:{s:4:\"name\";s:22:\"Jetpack Single Sign On\";s:11:\"description\";s:62:\"Allow your users to log in using their WordPress.com accounts.\";s:4:\"sort\";s:2:\"30\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";}s:32:\"6320557d0191b3fca92a53f21ea5b88f\";a:10:{s:4:\"name\";s:19:\"WordPress.com Stats\";s:11:\"description\";s:85:\"Monitor your stats with clear, concise reports and no additional load on your server.\";s:4:\"sort\";s:1:\"1\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"WordPress.com Stats\";}s:32:\"34a278bfd94c05774642e2be6664a8b5\";a:10:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:88:\"Allow users to subscribe to your posts and comments and receive notifications via email.\";s:4:\"sort\";s:1:\"9\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";}s:32:\"12eb1386844c10297c67e23713656ce0\";a:10:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";}s:32:\"4e1db28dabba271c4ed4cb2f905b6401\";a:10:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:73:\"Display your image galleries in a variety of sleek, graphic arrangements.\";s:4:\"sort\";s:2:\"24\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";}s:32:\"56e6c0df68ca1e9ebbaf6933739caf37\";a:10:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";}s:32:\"24ce6e71b37854eeb9a9c6bd2fa0059a\";a:10:{s:4:\"name\";s:10:\"VaultPress\";s:11:\"description\";s:85:\"Protect your site with automatic backups and security scans. (Subscription required.)\";s:4:\"sort\";s:2:\"32\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";}s:32:\"040ec2fe1a817e1e9e64508d3d6163c9\";a:10:{s:4:\"name\";s:17:\"Site Verification\";s:11:\"description\";s:78:\"Verify your site or domain with Google Webmaster Tools, Pinterest, and others.\";s:4:\"sort\";s:2:\"33\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";}s:32:\"1eb7c18759faf38c140cca7e1c491937\";a:10:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:68:\"Upload and embed videos right on your site. (Subscription required.)\";s:4:\"sort\";s:2:\"27\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";}s:32:\"33f0ee9052939c9c94303204dd957184\";a:10:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:57:\"Specify which widgets appear on which pages of your site.\";s:4:\"sort\";s:2:\"17\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";}s:32:\"ace4d795860406c596115e2459a74d82\";a:10:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:79:\"Add images, Twitter streams, your site’s RSS links, and more to your sidebar.\";s:4:\"sort\";s:1:\"4\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";}s:32:\"30d2a11c730f8b333fff3422d9a8d811\";a:10:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";}}}','yes'),(157,'jetpack_available_modules','a:1:{s:5:\"3.3.2\";a:34:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"omnisearch\";s:3:\"2.3\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:9:\"site-icon\";s:3:\"3.2\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";}}','yes'),(158,'jetpack_active_modules','a:21:{i:0;s:18:\"after-the-deadline\";i:1;s:12:\"contact-form\";i:2;s:20:\"custom-content-types\";i:3;s:10:\"custom-css\";i:4;s:21:\"enhanced-distribution\";i:5;s:19:\"gravatar-hovercards\";i:6;s:8:\"json-api\";i:7;s:5:\"latex\";i:8;s:5:\"notes\";i:9;s:10:\"omnisearch\";i:10;s:13:\"post-by-email\";i:11;s:9:\"publicize\";i:12;s:10:\"sharedaddy\";i:13;s:10:\"shortcodes\";i:14;s:10:\"shortlinks\";i:15;s:5:\"stats\";i:16;s:13:\"subscriptions\";i:17;s:10:\"vaultpress\";i:18;s:18:\"verification-tools\";i:19;s:17:\"widget-visibility\";i:20;s:7:\"widgets\";}','yes'),(162,'_site_transient_timeout_wporg_theme_feature_list','1426389919','yes'),(160,'stats_options','a:7:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:7:\"blog_id\";i:87086688;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:1;s:7:\"version\";s:1:\"9\";}','yes'),(163,'_site_transient_wporg_theme_feature_list','a:4:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(176,'_transient_eo_caru_ids','a:1:{i:0;i:1;}','yes'),(177,'_transient_eo_high_ids','a:1:{i:0;i:1;}','yes'),(178,'_transient_eo_feat_ids','a:1:{i:0;i:1;}','yes'),(169,'optionsframework','a:2:{s:2:\"id\";s:18:\"bootstrap_ultimate\";s:12:\"knownoptions\";a:1:{i:0;s:18:\"bootstrap_ultimate\";}}','yes'),(170,'eo_const','a:4:{s:10:\"img_h_clss\";a:14:{s:4:\"vine\";s:4:\"vine\";s:3:\"sky\";s:3:\"sky\";s:4:\"lava\";s:4:\"lava\";s:10:\"industrial\";s:10:\"industrial\";s:4:\"gray\";s:4:\"gray\";s:6:\"social\";s:6:\"social\";s:4:\"gold\";s:4:\"gold\";s:3:\"alt\";s:3:\"alt\";s:6:\"lovely\";s:6:\"lovely\";s:6:\"benzin\";s:6:\"benzin\";s:6:\"clblue\";s:6:\"clblue\";s:5:\"cheer\";s:5:\"cheer\";s:3:\"fun\";s:3:\"fun\";s:8:\"goldfish\";s:8:\"goldfish\";}s:6:\"say_hi\";a:7:{i:0;s:4:\"Hi !\";i:1;s:7:\"¡Hola!\";i:2;s:5:\"Hej !\";i:3;s:5:\"Hey !\";i:4;s:7:\"Selam..\";i:5;s:8:\"šalom !\";i:6;s:8:\"Bonjour.\";}s:8:\"say_buzz\";a:7:{i:0;s:21:\"think outside the box\";i:1;s:10:\"innovation\";i:2;s:17:\"responsive design\";i:3;s:16:\"social marketing\";i:4;s:9:\"the cloud\";i:5;s:15:\"user engagement\";i:6;s:7:\"synergy\";}s:8:\"eo_theme\";a:3:{s:4:\"name\";s:18:\"Bootstrap Ultimate\";s:4:\"slug\";s:18:\"bootstrap-ultimate\";s:4:\"abbr\";s:12:\"Bootstrap UL\";}}','yes'),(171,'eo_gen_opt_cl','a:133:{s:6:\"timest\";i:1426378499;s:13:\"branding_logo\";s:8:\"col-sm-6\";s:11:\"favicon_url\";s:8:\"col-sm-6\";s:11:\"main_layout\";s:18:\"col-sm-12 col-md-8\";s:14:\"layout_sm_main\";s:24:\"col-sm-7 nochosen colsel\";s:14:\"layout_sm_side\";s:24:\"col-sm-5 nochosen colsel\";s:14:\"layout_md_main\";s:24:\"col-sm-7 nochosen colsel\";s:14:\"layout_md_side\";s:24:\"col-sm-5 nochosen colsel\";s:14:\"layout_lg_main\";s:24:\"col-sm-7 nochosen colsel\";s:14:\"layout_lg_side\";s:24:\"col-sm-5 nochosen colsel\";s:13:\"main_bg_color\";s:8:\"col-sm-6\";s:13:\"cont_bg_color\";s:8:\"col-sm-6\";s:9:\"loop_whtd\";s:17:\"col-sm-6 col-md-3\";s:8:\"loop_ext\";s:17:\"col-sm-6 col-md-3\";s:9:\"exc_limby\";s:17:\"col-sm-6 col-md-3\";s:7:\"exc_lim\";s:17:\"col-sm-6 col-md-3\";s:12:\"featimg_size\";s:17:\"col-sm-6 col-md-3\";s:14:\"featimg_size_s\";s:17:\"col-sm-6 col-md-3\";s:12:\"featimg_disp\";s:17:\"col-sm-6 col-md-3\";s:12:\"featimg_link\";s:17:\"col-sm-6 col-md-3\";s:8:\"loop_siz\";s:17:\"col-sm-6 col-md-3\";s:10:\"pmeta_time\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:10:\"pmeta_auth\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:9:\"pmeta_cat\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:10:\"pmeta_tags\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:13:\"eo_custom_css\";s:8:\"col-md-6\";s:19:\"eo_custom_footer_js\";s:8:\"col-md-6\";s:7:\"home_sb\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:12:\"home_postcnt\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:9:\"home_whtd\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:12:\"home_postcat\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:9:\"home_excl\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:11:\"home_ord_by\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:8:\"home_ord\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:11:\"show_slider\";s:68:\" dept dp-show_slider exist match kol-md-3 kol-lg-3 col-md-4 col-lg-3\";s:14:\"caru_also_disp\";s:17:\"col-md-4 col-lg-3\";s:13:\"caru_bg_color\";s:17:\"col-md-4 col-lg-3\";s:8:\"slider_p\";s:74:\" dept dp-show_slider exist match kol-md-4 kol-lg-3 stack col-md-4 col-lg-3\";s:8:\"caru_eff\";s:74:\" dept dp-show_slider exist match kol-md-4 kol-lg-3 stack col-md-4 col-lg-3\";s:9:\"caru_whtd\";s:74:\" dept dp-show_slider exist match kol-md-4 kol-lg-3 stack col-md-4 col-lg-3\";s:14:\"slider_postcnt\";s:74:\" dept dp-show_slider exist match kol-md-4 kol-lg-3 stack col-md-4 col-lg-3\";s:14:\"slider_postcat\";s:74:\" dept dp-show_slider exist match kol-md-4 kol-lg-3 stack col-md-4 col-lg-3\";s:13:\"caru_incl_ids\";s:17:\"col-md-4 col-lg-3\";s:13:\"caru_excl_ids\";s:17:\"col-md-4 col-lg-3\";s:9:\"caru_excl\";s:17:\"col-md-4 col-lg-3\";s:13:\"slider_ord_by\";s:74:\" dept dp-show_slider exist match kol-md-4 kol-lg-3 stack col-md-4 col-lg-3\";s:10:\"slider_ord\";s:74:\" dept dp-show_slider exist match kol-md-4 kol-lg-3 stack col-md-4 col-lg-3\";s:10:\"caru_autop\";s:82:\"trigger dept dp-show_slider exist match kol-md-4 kol-lg-3 stack col-md-4 col-lg-3\";s:10:\"caru_pause\";s:82:\"trigger dept dp-show_slider exist match kol-md-4 kol-lg-3 stack col-md-4 col-lg-3\";s:9:\"caru_cont\";s:82:\"trigger dept dp-show_slider exist match kol-md-4 kol-lg-3 stack col-md-4 col-lg-3\";s:13:\"caru_interval\";s:82:\"trigger dept dp-show_slider exist match kol-md-4 kol-lg-3 stack col-md-4 col-lg-3\";s:15:\"caru_of_prevent\";s:82:\"trigger dept dp-show_slider exist match kol-md-4 kol-lg-3 stack col-md-4 col-lg-3\";s:17:\"caru_of_prevent_h\";s:82:\"trigger dept dp-show_slider exist match kol-md-4 kol-lg-3 stack col-md-4 col-lg-3\";s:15:\"show_highlights\";s:72:\" dept dp-show_highlights exist match kol-md-4 kol-lg-3 col-md-4 col-lg-3\";s:14:\"high_also_disp\";s:17:\"col-md-4 col-lg-3\";s:10:\"highl_whtd\";s:78:\" dept dp-show_highlights exist match kol-md-4 kol-lg-3 stack col-md-4 col-lg-3\";s:13:\"highl_postcnt\";s:17:\"col-md-4 col-lg-3\";s:13:\"highl_postcat\";s:17:\"col-md-4 col-lg-3\";s:13:\"high_incl_ids\";s:17:\"col-md-4 col-lg-3\";s:13:\"high_excl_ids\";s:17:\"col-md-4 col-lg-3\";s:9:\"high_excl\";s:17:\"col-md-4 col-lg-3\";s:12:\"highl_ord_by\";s:78:\" dept dp-show_highlights exist match kol-md-4 kol-lg-3 stack col-md-4 col-lg-3\";s:9:\"highl_ord\";s:78:\" dept dp-show_highlights exist match kol-md-4 kol-lg-3 stack col-md-4 col-lg-3\";s:16:\"show_featurettes\";s:73:\" dept dp-show_featurettes exist match kol-md-4 kol-lg-3 col-md-4 col-lg-3\";s:14:\"feat_also_disp\";s:17:\"col-md-4 col-lg-3\";s:9:\"feat_whtd\";s:79:\" dept dp-show_featurettes exist match kol-md-4 kol-lg-3 stack col-md-4 col-lg-3\";s:12:\"feat_postcnt\";s:17:\"col-md-4 col-lg-3\";s:12:\"feat_postcat\";s:17:\"col-md-4 col-lg-3\";s:13:\"feat_incl_ids\";s:17:\"col-md-4 col-lg-3\";s:13:\"feat_excl_ids\";s:17:\"col-md-4 col-lg-3\";s:9:\"feat_excl\";s:17:\"col-md-4 col-lg-3\";s:11:\"feat_ord_by\";s:79:\" dept dp-show_featurettes exist match kol-md-4 kol-lg-3 stack col-md-4 col-lg-3\";s:8:\"feat_ord\";s:79:\" dept dp-show_featurettes exist match kol-md-4 kol-lg-3 stack col-md-4 col-lg-3\";s:10:\"blog_jumbo\";s:44:\" dept dp-blog_jumbo empty kol-md-6 col-md-12\";s:10:\"jumbo_whtd\";s:48:\" dept dp-blog_jumbo empty kol-md-6 col-md-6 hide\";s:9:\"jumbo_pid\";s:48:\" dept dp-blog_jumbo empty kol-md-6 col-md-6 hide\";s:14:\"jumbo_bg_color\";s:66:\" dept dp-blog_jumbo empty kol-md-6 kol-lg-4 col-md-6 col-lg-4 hide\";s:9:\"check_gwf\";s:8:\"col-md-5\";s:16:\"google_wf_apikey\";s:8:\"col-md-7\";s:12:\"eo_typo_body\";s:3:\"eot\";s:9:\"use_leadp\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:12:\"use_dropcaps\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:10:\"link_color\";s:17:\"col-md-6 col-lg-4\";s:16:\"link_hover_color\";s:17:\"col-md-6 col-lg-4\";s:17:\"link_active_color\";s:17:\"col-md-6 col-lg-4\";s:9:\"site_name\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:15:\"trim_site_title\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:12:\"nav_position\";s:31:\"mini col-sm-6 col-md-4 col-lg-3\";s:15:\"nav_select_menu\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:8:\"nav_pref\";s:31:\"mini col-sm-6 col-md-4 col-lg-3\";s:16:\"top_nav_bg_color\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:19:\"showhidden_gradient\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:29:\"top_nav_bottom_gradient_color\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:18:\"top_nav_link_color\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:24:\"top_nav_link_hover_color\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:21:\"top_nav_dropdown_item\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:25:\"top_nav_dropdown_hover_bg\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:10:\"search_bar\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:17:\"custom_nav_markup\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:14:\"foot_copy_left\";s:27:\"col-sm-12 col-md-4 col-lg-4\";s:15:\"foot_copy_right\";s:26:\"col-sm-4 col-md-4 col-lg-4\";s:13:\"sticky_footer\";s:26:\"col-sm-6 col-md-2 col-lg-2\";s:13:\"foot_linkback\";s:26:\"col-sm-6 col-md-2 col-lg-2\";s:14:\"use_bsw_themes\";s:8:\"col-sm-6\";s:13:\"bsw_theme_sup\";s:8:\"col-sm-6\";s:9:\"bsw_theme\";s:29:\" dept dp-use_bsw_themes empty\";s:19:\"use_bsw_theme_admin\";s:29:\" dept dp-use_bsw_themes empty\";s:12:\"use_lightbox\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:15:\"use_fontawesome\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:10:\"inf_scroll\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:13:\"use_chosen_fe\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:15:\"use_placeholder\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:19:\"use_placeholder_img\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:8:\"use_less\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:12:\"use_less_for\";s:77:\" dept dp-use_less empty kol-sm-6 kol-md-4 kol-lg-3 col-sm-6 col-md-4 col-lg-3\";s:12:\"override_css\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:10:\"load_bs_fe\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:13:\"use_bs_min_fe\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:14:\"bs_js_seperate\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:21:\"adm_remove_dash_boxes\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:16:\"top_nav_adm_show\";s:8:\"col-md-4\";s:18:\"side_menu_adm_show\";s:8:\"col-md-4\";s:6:\"xl_adm\";s:8:\"col-md-4\";s:15:\"load_chosen_adm\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:12:\"coll_wp_menu\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:8:\"prev_pop\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:8:\"adm_cbox\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:10:\"cbox_style\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:10:\"auth_l_adm\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:11:\"load_bs_adm\";s:26:\"col-sm-6 col-md-4 col-lg-3\";s:12:\"eo_del_all_o\";s:8:\"col-sm-6\";s:14:\"eo_del_trans_o\";s:8:\"col-sm-6\";s:14:\"eo_tips_tricks\";s:0:\"\";}','yes'),(172,'eo_opts','a:4:{s:6:\"groups\";a:24:{s:8:\"branding\";a:2:{s:10:\"first_item\";s:13:\"branding_logo\";s:9:\"last_item\";s:11:\"favicon_url\";}s:6:\"layout\";a:2:{s:10:\"first_item\";s:11:\"main_layout\";s:9:\"last_item\";s:14:\"layout_lg_side\";}s:10:\"Background\";a:2:{s:10:\"first_item\";s:13:\"main_bg_color\";s:9:\"last_item\";s:11:\"main_bg_img\";}s:8:\"the loop\";a:2:{s:10:\"first_item\";s:9:\"loop_whtd\";s:9:\"last_item\";s:8:\"loop_siz\";}s:9:\"Post meta\";a:2:{s:10:\"first_item\";s:10:\"pmeta_time\";s:9:\"last_item\";s:10:\"pmeta_tags\";}s:11:\"Quick Start\";a:2:{s:10:\"first_item\";s:13:\"eo_custom_css\";s:9:\"last_item\";s:19:\"eo_custom_footer_js\";}s:8:\"Homepage\";a:2:{s:10:\"first_item\";s:7:\"home_sb\";s:9:\"last_item\";s:8:\"home_ord\";}s:8:\"carousel\";a:2:{s:10:\"first_item\";s:11:\"show_slider\";s:9:\"last_item\";s:17:\"caru_of_prevent_h\";}s:10:\"highlights\";a:2:{s:10:\"first_item\";s:15:\"show_highlights\";s:9:\"last_item\";s:9:\"highl_ord\";}s:11:\"featurettes\";a:2:{s:10:\"first_item\";s:16:\"show_featurettes\";s:9:\"last_item\";s:8:\"feat_ord\";}s:9:\"jumbotron\";a:2:{s:10:\"first_item\";s:10:\"blog_jumbo\";s:9:\"last_item\";s:14:\"jumbo_bg_color\";}s:12:\"Google Fonts\";a:2:{s:10:\"first_item\";s:9:\"check_gwf\";s:9:\"last_item\";s:16:\"google_wf_apikey\";}s:12:\"Font Choices\";a:2:{s:10:\"first_item\";s:12:\"eo_typo_body\";s:9:\"last_item\";s:15:\"eo_typo_heading\";}s:10:\"Formatting\";a:2:{s:10:\"first_item\";s:9:\"use_leadp\";s:9:\"last_item\";s:12:\"use_dropcaps\";}s:9:\"Link Text\";a:2:{s:10:\"first_item\";s:10:\"link_color\";s:9:\"last_item\";s:17:\"link_active_color\";}s:7:\"Top Nav\";a:2:{s:10:\"first_item\";s:9:\"site_name\";s:9:\"last_item\";s:17:\"custom_nav_markup\";}s:6:\"Footer\";a:2:{s:10:\"first_item\";s:14:\"foot_copy_left\";s:9:\"last_item\";s:13:\"foot_linkback\";}s:6:\"others\";a:2:{s:10:\"first_item\";s:25:\"suppress_comments_message\";s:9:\"last_item\";s:25:\"suppress_comments_message\";}s:17:\"Bootswatch Themes\";a:2:{s:10:\"first_item\";s:14:\"use_bsw_themes\";s:9:\"last_item\";s:19:\"use_bsw_theme_admin\";}s:10:\"extensions\";a:2:{s:10:\"first_item\";s:12:\"use_lightbox\";s:9:\"last_item\";s:19:\"use_placeholder_img\";}s:11:\"development\";a:2:{s:10:\"first_item\";s:8:\"use_less\";s:9:\"last_item\";s:21:\"adm_remove_dash_boxes\";}s:17:\"Panel Preferences\";a:2:{s:10:\"first_item\";s:16:\"top_nav_adm_show\";s:9:\"last_item\";s:11:\"load_bs_adm\";}s:14:\"Under the hood\";a:2:{s:10:\"first_item\";s:12:\"eo_del_all_o\";s:9:\"last_item\";s:14:\"eo_del_trans_o\";}s:4:\"tips\";a:2:{s:10:\"first_item\";s:14:\"eo_tips_tricks\";s:9:\"last_item\";s:10:\"paypal_msg\";}}s:11:\"last_gr_cnt\";i:24;s:8:\"last_cnt\";i:150;s:14:\"init_refreshed\";s:3:\"yes\";}','yes'),(173,'eo_all_fonts_arr','a:2:{s:7:\"os_font\";a:3:{s:13:\"font_src_slug\";s:7:\"os_font\";s:13:\"font_src_name\";s:14:\"Stock OS Fonts\";s:10:\"font_faces\";a:13:{s:44:\"Helvetica Neue, Helvetica, Arial, sans-serif\";s:15:\"Helvetica-Arial\";s:35:\"Courier New, Courier New, monospace\";s:11:\"Courier New\";s:23:\"Georgia, Georgia, serif\";s:7:\"Georgia\";s:36:\"Impact, Impact, Charcoal, sans-serif\";s:6:\"Impact\";s:33:\"Lucida Console, Monaco, monospace\";s:14:\"Lucida Console\";s:46:\"Lucida Grande, Lucida Sans Unicode, sans-serif\";s:13:\"Lucida Grande\";s:48:\"Palatino Linotype, Book Antiqua, Palatino, serif\";s:8:\"Palatino\";s:26:\"Tahoma, Geneva, sans-serif\";s:12:\"Tahom-Geneva\";s:46:\"Times New Roman, Times New Roman, Times, serif\";s:15:\"Times New Roman\";s:35:\"Trebuchet, Trebuchet MS, sans-serif\";s:9:\"Trebuchet\";s:36:\"Verdana, Verdana, Geneva, sans-serif\";s:14:\"Verdana-Geneva\";s:33:\"MS Sans Serif, Geneva, sans-serif\";s:15:\"Ms Serif-Geneva\";s:25:\"MS Serif, New York, serif\";s:5:\"Serif\";}}s:8:\"gwf_font\";a:3:{s:13:\"font_src_slug\";s:8:\"gwf_font\";s:13:\"font_src_name\";s:12:\"Google Fonts\";s:10:\"font_faces\";a:652:{s:7:\"abeezee\";a:4:{s:4:\"name\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-10-31\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"abel\";a:4:{s:4:\"name\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"abrilfatface\";a:4:{s:4:\"name\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"aclonica\";a:4:{s:4:\"name\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"acme\";a:4:{s:4:\"name\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"actor\";a:4:{s:4:\"name\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"adamina\";a:4:{s:4:\"name\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"adventpro\";a:4:{s:4:\"name\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:5:\"latin\";}}s:14:\"aguafinascript\";a:4:{s:4:\"name\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"akronim\";a:4:{s:4:\"name\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-26\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"aladin\";a:4:{s:4:\"name\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"aldrich\";a:4:{s:4:\"name\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"alef\";a:4:{s:4:\"name\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2013-05-22\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"alegreya\";a:4:{s:4:\"name\";s:8:\"Alegreya\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"lastMod\";s:10:\"2012-08-08\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"alegreyasc\";a:4:{s:4:\"name\";s:11:\"Alegreya SC\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"alexbrush\";a:4:{s:4:\"name\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"alfaslabone\";a:4:{s:4:\"name\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"alice\";a:4:{s:4:\"name\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"alike\";a:4:{s:4:\"name\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"alikeangular\";a:4:{s:4:\"name\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"allan\";a:4:{s:4:\"name\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"allerta\";a:4:{s:4:\"name\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"allertastencil\";a:4:{s:4:\"name\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"allura\";a:4:{s:4:\"name\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"almendra\";a:4:{s:4:\"name\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:15:\"almendradisplay\";a:4:{s:4:\"name\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"almendrasc\";a:4:{s:4:\"name\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"amarante\";a:4:{s:4:\"name\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"amaranth\";a:4:{s:4:\"name\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"amaticsc\";a:4:{s:4:\"name\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"amethysta\";a:4:{s:4:\"name\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"anaheim\";a:4:{s:4:\"name\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"andada\";a:4:{s:4:\"name\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"andika\";a:4:{s:4:\"name\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:6:\"angkor\";a:4:{s:4:\"name\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:21:\"annieuseyourtelescope\";a:4:{s:4:\"name\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"anonymouspro\";a:4:{s:4:\"name\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:6:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:12:\"cyrillic-ext\";i:4;s:8:\"cyrillic\";i:5;s:5:\"latin\";}}s:5:\"antic\";a:4:{s:4:\"name\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"anticdidone\";a:4:{s:4:\"name\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"anticslab\";a:4:{s:4:\"name\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"anton\";a:4:{s:4:\"name\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"arapey\";a:4:{s:4:\"name\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"arbutus\";a:4:{s:4:\"name\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"arbutusslab\";a:4:{s:4:\"name\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-26\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:18:\"architectsdaughter\";a:4:{s:4:\"name\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"archivoblack\";a:4:{s:4:\"name\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-26\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:13:\"archivonarrow\";a:4:{s:4:\"name\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-12-17\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"arimo\";a:4:{s:4:\"name\";s:5:\"Arimo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2013-07-31\";s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:10:\"vietnamese\";i:3;s:9:\"greek-ext\";i:4;s:12:\"cyrillic-ext\";i:5;s:8:\"cyrillic\";i:6;s:5:\"latin\";}}s:8:\"arizonia\";a:4:{s:4:\"name\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"armata\";a:4:{s:4:\"name\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-23\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"artifika\";a:4:{s:4:\"name\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"arvo\";a:4:{s:4:\"name\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"asap\";a:4:{s:4:\"name\";s:4:\"Asap\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"asset\";a:4:{s:4:\"name\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"astloch\";a:4:{s:4:\"name\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"asul\";a:4:{s:4:\"name\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"atomicage\";a:4:{s:4:\"name\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"aubrey\";a:4:{s:4:\"name\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"audiowide\";a:4:{s:4:\"name\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"autourone\";a:4:{s:4:\"name\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-26\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"average\";a:4:{s:4:\"name\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"averagesans\";a:4:{s:4:\"name\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:17:\"averiagruesalibre\";a:4:{s:4:\"name\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"averialibre\";a:4:{s:4:\"name\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"averiasanslibre\";a:4:{s:4:\"name\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"averiaseriflibre\";a:4:{s:4:\"name\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"badscript\";a:4:{s:4:\"name\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}}s:9:\"balthazar\";a:4:{s:4:\"name\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"bangers\";a:4:{s:4:\"name\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"basic\";a:4:{s:4:\"name\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"battambang\";a:4:{s:4:\"name\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2013-06-12\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:7:\"baumans\";a:4:{s:4:\"name\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"bayon\";a:4:{s:4:\"name\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:8:\"belgrano\";a:4:{s:4:\"name\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"belleza\";a:4:{s:4:\"name\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"benchnine\";a:4:{s:4:\"name\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"bentham\";a:4:{s:4:\"name\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"berkshireswash\";a:4:{s:4:\"name\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"bevan\";a:4:{s:4:\"name\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-08\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"bigelowrules\";a:4:{s:4:\"name\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"bigshotone\";a:4:{s:4:\"name\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"bilbo\";a:4:{s:4:\"name\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:14:\"bilboswashcaps\";a:4:{s:4:\"name\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"bitter\";a:4:{s:4:\"name\";s:6:\"Bitter\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"blackopsone\";a:4:{s:4:\"name\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-23\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"bokor\";a:4:{s:4:\"name\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:6:\"bonbon\";a:4:{s:4:\"name\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"boogaloo\";a:4:{s:4:\"name\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"bowlbyone\";a:4:{s:4:\"name\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"bowlbyonesc\";a:4:{s:4:\"name\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"brawler\";a:4:{s:4:\"name\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"breeserif\";a:4:{s:4:\"name\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:13:\"bubblegumsans\";a:4:{s:4:\"name\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"bubblerone\";a:4:{s:4:\"name\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:4:\"buda\";a:4:{s:4:\"name\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"buenard\";a:4:{s:4:\"name\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"butcherman\";a:4:{s:4:\"name\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:13:\"butterflykids\";a:4:{s:4:\"name\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"cabin\";a:4:{s:4:\"name\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"cabincondensed\";a:4:{s:4:\"name\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"cabinsketch\";a:4:{s:4:\"name\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"caesardressing\";a:4:{s:4:\"name\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"cagliostro\";a:4:{s:4:\"name\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"calligraffitti\";a:4:{s:4:\"name\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"cambo\";a:4:{s:4:\"name\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"candal\";a:4:{s:4:\"name\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"cantarell\";a:4:{s:4:\"name\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"cantataone\";a:4:{s:4:\"name\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-23\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"cantoraone\";a:4:{s:4:\"name\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"capriola\";a:4:{s:4:\"name\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"cardo\";a:4:{s:4:\"name\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:5:\"latin\";}}s:5:\"carme\";a:4:{s:4:\"name\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"carroisgothic\";a:4:{s:4:\"name\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"carroisgothicsc\";a:4:{s:4:\"name\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"carterone\";a:4:{s:4:\"name\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"caudex\";a:4:{s:4:\"name\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:5:\"latin\";}}s:17:\"cedarvillecursive\";a:4:{s:4:\"name\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"cevicheone\";a:4:{s:4:\"name\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"changaone\";a:4:{s:4:\"name\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"chango\";a:4:{s:4:\"name\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:16:\"chauphilomeneone\";a:4:{s:4:\"name\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"chelaone\";a:4:{s:4:\"name\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-26\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:13:\"chelseamarket\";a:4:{s:4:\"name\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"chenla\";a:4:{s:4:\"name\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:15:\"cherrycreamsoda\";a:4:{s:4:\"name\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"cherryswash\";a:4:{s:4:\"name\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-10-26\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"chewy\";a:4:{s:4:\"name\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"chicle\";a:4:{s:4:\"name\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"chivo\";a:4:{s:4:\"name\";s:5:\"Chivo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"cinzel\";a:4:{s:4:\"name\";s:6:\"Cinzel\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"lastMod\";s:10:\"2012-10-26\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"cinzeldecorative\";a:4:{s:4:\"name\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"lastMod\";s:10:\"2012-10-26\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"clickerscript\";a:4:{s:4:\"name\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:4:\"coda\";a:4:{s:4:\"name\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"codacaption\";a:4:{s:4:\"name\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}s:7:\"lastMod\";s:10:\"2012-08-01\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"codystar\";a:4:{s:4:\"name\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"combo\";a:4:{s:4:\"name\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-26\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"comfortaa\";a:4:{s:4:\"name\";s:9:\"Comfortaa\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:5:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:12:\"cyrillic-ext\";i:3;s:8:\"cyrillic\";i:4;s:5:\"latin\";}}s:10:\"comingsoon\";a:4:{s:4:\"name\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"concertone\";a:4:{s:4:\"name\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"condiment\";a:4:{s:4:\"name\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"content\";a:4:{s:4:\"name\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:11:\"contrailone\";a:4:{s:4:\"name\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"convergence\";a:4:{s:4:\"name\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"cookie\";a:4:{s:4:\"name\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"copse\";a:4:{s:4:\"name\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"corben\";a:4:{s:4:\"name\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"courgette\";a:4:{s:4:\"name\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"cousine\";a:4:{s:4:\"name\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2013-08-14\";s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:10:\"vietnamese\";i:3;s:9:\"greek-ext\";i:4;s:12:\"cyrillic-ext\";i:5;s:8:\"cyrillic\";i:6;s:5:\"latin\";}}s:8:\"coustard\";a:4:{s:4:\"name\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:18:\"coveredbyyourgrace\";a:4:{s:4:\"name\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"craftygirls\";a:4:{s:4:\"name\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"creepster\";a:4:{s:4:\"name\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"creteround\";a:4:{s:4:\"name\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"crimsontext\";a:4:{s:4:\"name\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"croissantone\";a:4:{s:4:\"name\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"crushed\";a:4:{s:4:\"name\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"cuprum\";a:4:{s:4:\"name\";s:6:\"Cuprum\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-08-02\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:6:\"cutive\";a:4:{s:4:\"name\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"cutivemono\";a:4:{s:4:\"name\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-31\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"damion\";a:4:{s:4:\"name\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"dancingscript\";a:4:{s:4:\"name\";s:14:\"Dancing Script\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"dangrek\";a:4:{s:4:\"name\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:16:\"dawningofanewday\";a:4:{s:4:\"name\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"daysone\";a:4:{s:4:\"name\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"delius\";a:4:{s:4:\"name\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"deliusswashcaps\";a:4:{s:4:\"name\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"deliusunicase\";a:4:{s:4:\"name\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"dellarespira\";a:4:{s:4:\"name\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"denkone\";a:4:{s:4:\"name\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-12-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"devonshire\";a:4:{s:4:\"name\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"didactgothic\";a:4:{s:4:\"name\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:6:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:12:\"cyrillic-ext\";i:4;s:8:\"cyrillic\";i:5;s:5:\"latin\";}}s:9:\"diplomata\";a:4:{s:4:\"name\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"diplomatasc\";a:4:{s:4:\"name\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-26\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"domine\";a:4:{s:4:\"name\";s:6:\"Domine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-12-06\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"donegalone\";a:4:{s:4:\"name\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-12-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"doppioone\";a:4:{s:4:\"name\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"dorsa\";a:4:{s:4:\"name\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"dosis\";a:4:{s:4:\"name\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"drsugiyama\";a:4:{s:4:\"name\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"droidsans\";a:4:{s:4:\"name\";s:10:\"Droid Sans\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"droidsansmono\";a:4:{s:4:\"name\";s:15:\"Droid Sans Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"droidserif\";a:4:{s:4:\"name\";s:11:\"Droid Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"durusans\";a:4:{s:4:\"name\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-23\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"dynalight\";a:4:{s:4:\"name\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"ebgaramond\";a:4:{s:4:\"name\";s:11:\"EB Garamond\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:5:{i:0;s:9:\"latin-ext\";i:1;s:10:\"vietnamese\";i:2;s:12:\"cyrillic-ext\";i:3;s:8:\"cyrillic\";i:4;s:5:\"latin\";}}s:9:\"eaglelake\";a:4:{s:4:\"name\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"eater\";a:4:{s:4:\"name\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"economica\";a:4:{s:4:\"name\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"electrolize\";a:4:{s:4:\"name\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"elsie\";a:4:{s:4:\"name\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"lastMod\";s:10:\"2012-12-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:14:\"elsieswashcaps\";a:4:{s:4:\"name\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"lastMod\";s:10:\"2012-12-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"emblemaone\";a:4:{s:4:\"name\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"emilyscandy\";a:4:{s:4:\"name\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"engagement\";a:4:{s:4:\"name\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"englebert\";a:4:{s:4:\"name\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"enriqueta\";a:4:{s:4:\"name\";s:9:\"Enriqueta\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"ericaone\";a:4:{s:4:\"name\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"esteban\";a:4:{s:4:\"name\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:14:\"euphoriascript\";a:4:{s:4:\"name\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"ewert\";a:4:{s:4:\"name\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:3:\"exo\";a:4:{s:4:\"name\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"expletussans\";a:4:{s:4:\"name\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"fanwoodtext\";a:4:{s:4:\"name\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"fascinate\";a:4:{s:4:\"name\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"fascinateinline\";a:4:{s:4:\"name\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"fasterone\";a:4:{s:4:\"name\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-31\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"fasthand\";a:4:{s:4:\"name\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:8:\"faunaone\";a:4:{s:4:\"name\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-06-12\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"federant\";a:4:{s:4:\"name\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"federo\";a:4:{s:4:\"name\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"felipa\";a:4:{s:4:\"name\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"fenix\";a:4:{s:4:\"name\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"fingerpaint\";a:4:{s:4:\"name\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"fjallaone\";a:4:{s:4:\"name\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-12-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"fjordone\";a:4:{s:4:\"name\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"flamenco\";a:4:{s:4:\"name\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"flavors\";a:4:{s:4:\"name\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"fondamento\";a:4:{s:4:\"name\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:15:\"fontdinerswanky\";a:4:{s:4:\"name\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"forum\";a:4:{s:4:\"name\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:11:\"francoisone\";a:4:{s:4:\"name\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"freckleface\";a:4:{s:4:\"name\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:18:\"frederickathegreat\";a:4:{s:4:\"name\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"fredokaone\";a:4:{s:4:\"name\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"freehand\";a:4:{s:4:\"name\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:6:\"fresca\";a:4:{s:4:\"name\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"frijole\";a:4:{s:4:\"name\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"fruktur\";a:4:{s:4:\"name\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-01-16\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"fugazone\";a:4:{s:4:\"name\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"gfsdidot\";a:4:{s:4:\"name\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}}s:14:\"gfsneohellenic\";a:4:{s:4:\"name\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}}s:8:\"gabriela\";a:4:{s:4:\"name\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-03-07\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"gafata\";a:4:{s:4:\"name\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-03-07\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"galdeano\";a:4:{s:4:\"name\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"galindo\";a:4:{s:4:\"name\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-16\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"gentiumbasic\";a:4:{s:4:\"name\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:16:\"gentiumbookbasic\";a:4:{s:4:\"name\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:3:\"geo\";a:4:{s:4:\"name\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-10-26\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"geostar\";a:4:{s:4:\"name\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"geostarfill\";a:4:{s:4:\"name\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"germaniaone\";a:4:{s:4:\"name\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"gildadisplay\";a:4:{s:4:\"name\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"giveyouglory\";a:4:{s:4:\"name\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"glassantiqua\";a:4:{s:4:\"name\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"glegoo\";a:4:{s:4:\"name\";s:6:\"Glegoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:16:\"gloriahallelujah\";a:4:{s:4:\"name\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"goblinone\";a:4:{s:4:\"name\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"gochihand\";a:4:{s:4:\"name\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"gorditas\";a:4:{s:4:\"name\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"goudybookletter1911\";a:4:{s:4:\"name\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"graduate\";a:4:{s:4:\"name\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"grandhotel\";a:4:{s:4:\"name\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-12-06\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"gravitasone\";a:4:{s:4:\"name\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"greatvibes\";a:4:{s:4:\"name\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"griffy\";a:4:{s:4:\"name\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"gruppo\";a:4:{s:4:\"name\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"gudea\";a:4:{s:4:\"name\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"habibi\";a:4:{s:4:\"name\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:14:\"hammersmithone\";a:4:{s:4:\"name\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-23\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"hanalei\";a:4:{s:4:\"name\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"hanaleifill\";a:4:{s:4:\"name\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"handlee\";a:4:{s:4:\"name\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"hanuman\";a:4:{s:4:\"name\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:11:\"happymonkey\";a:4:{s:4:\"name\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"headlandone\";a:4:{s:4:\"name\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-23\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"hennypenny\";a:4:{s:4:\"name\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:18:\"herrvonmuellerhoff\";a:4:{s:4:\"name\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:13:\"holtwoodonesc\";a:4:{s:4:\"name\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"homemadeapple\";a:4:{s:4:\"name\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"homenaje\";a:4:{s:4:\"name\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"imfelldwpica\";a:4:{s:4:\"name\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"imfelldwpicasc\";a:4:{s:4:\"name\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"imfelldoublepica\";a:4:{s:4:\"name\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:18:\"imfelldoublepicasc\";a:4:{s:4:\"name\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"imfellenglish\";a:4:{s:4:\"name\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"imfellenglishsc\";a:4:{s:4:\"name\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:17:\"imfellfrenchcanon\";a:4:{s:4:\"name\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"imfellfrenchcanonsc\";a:4:{s:4:\"name\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:17:\"imfellgreatprimer\";a:4:{s:4:\"name\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"imfellgreatprimersc\";a:4:{s:4:\"name\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"iceberg\";a:4:{s:4:\"name\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"iceland\";a:4:{s:4:\"name\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"imprima\";a:4:{s:4:\"name\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"inconsolata\";a:4:{s:4:\"name\";s:11:\"Inconsolata\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-09-26\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"inder\";a:4:{s:4:\"name\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"indieflower\";a:4:{s:4:\"name\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"inika\";a:4:{s:4:\"name\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"irishgrover\";a:4:{s:4:\"name\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"istokweb\";a:4:{s:4:\"name\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:8:\"italiana\";a:4:{s:4:\"name\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"italianno\";a:4:{s:4:\"name\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:15:\"jacquesfrancois\";a:4:{s:4:\"name\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:21:\"jacquesfrancoisshadow\";a:4:{s:4:\"name\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"jimnightshade\";a:4:{s:4:\"name\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"jockeyone\";a:4:{s:4:\"name\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"jollylodger\";a:4:{s:4:\"name\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"josefinsans\";a:4:{s:4:\"name\";s:12:\"Josefin Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"josefinslab\";a:4:{s:4:\"name\";s:12:\"Josefin Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"jotione\";a:4:{s:4:\"name\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"judson\";a:4:{s:4:\"name\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"julee\";a:4:{s:4:\"name\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"juliussansone\";a:4:{s:4:\"name\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-26\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"junge\";a:4:{s:4:\"name\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"jura\";a:4:{s:4:\"name\";s:4:\"Jura\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:6:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:12:\"cyrillic-ext\";i:4;s:8:\"cyrillic\";i:5;s:5:\"latin\";}}s:15:\"justanotherhand\";a:4:{s:4:\"name\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"justmeagaindownhere\";a:4:{s:4:\"name\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-05-22\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"kameron\";a:4:{s:4:\"name\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"karla\";a:4:{s:4:\"name\";s:5:\"Karla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:13:\"kaushanscript\";a:4:{s:4:\"name\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"kavoon\";a:4:{s:4:\"name\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-01-23\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"keaniaone\";a:4:{s:4:\"name\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"kellyslab\";a:4:{s:4:\"name\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:5:\"kenia\";a:4:{s:4:\"name\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-01\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"khmer\";a:4:{s:4:\"name\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-06-12\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:7:\"kiteone\";a:4:{s:4:\"name\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-31\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"knewave\";a:4:{s:4:\"name\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"kottaone\";a:4:{s:4:\"name\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"koulen\";a:4:{s:4:\"name\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:6:\"kranky\";a:4:{s:4:\"name\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"kreon\";a:4:{s:4:\"name\";s:5:\"Kreon\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"kristi\";a:4:{s:4:\"name\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"kronaone\";a:4:{s:4:\"name\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:13:\"labelleaurore\";a:4:{s:4:\"name\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"lancelot\";a:4:{s:4:\"name\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"lato\";a:4:{s:4:\"name\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"leaguescript\";a:4:{s:4:\"name\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"leckerlione\";a:4:{s:4:\"name\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-08\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"ledger\";a:4:{s:4:\"name\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:6:\"lekton\";a:4:{s:4:\"name\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"lemon\";a:4:{s:4:\"name\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"librebaskerville\";a:4:{s:4:\"name\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-12-06\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"lifesavers\";a:4:{s:4:\"name\";s:11:\"Life Savers\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-12-17\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"lilitaone\";a:4:{s:4:\"name\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:13:\"lilyscriptone\";a:4:{s:4:\"name\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-06-12\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"limelight\";a:4:{s:4:\"name\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-23\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"lindenhill\";a:4:{s:4:\"name\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"lobster\";a:4:{s:4:\"name\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:10:\"lobstertwo\";a:4:{s:4:\"name\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"londrinaoutline\";a:4:{s:4:\"name\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"londrinashadow\";a:4:{s:4:\"name\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"londrinasketch\";a:4:{s:4:\"name\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"londrinasolid\";a:4:{s:4:\"name\";s:14:\"Londrina Solid\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"lora\";a:4:{s:4:\"name\";s:4:\"Lora\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:17:\"loveyalikeasister\";a:4:{s:4:\"name\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"lovedbytheking\";a:4:{s:4:\"name\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"loversquarrel\";a:4:{s:4:\"name\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"luckiestguy\";a:4:{s:4:\"name\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"lusitana\";a:4:{s:4:\"name\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"lustria\";a:4:{s:4:\"name\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"macondo\";a:4:{s:4:\"name\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"macondoswashcaps\";a:4:{s:4:\"name\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"magra\";a:4:{s:4:\"name\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"maidenorange\";a:4:{s:4:\"name\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"mako\";a:4:{s:4:\"name\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"marcellus\";a:4:{s:4:\"name\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"marcellussc\";a:4:{s:4:\"name\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"marckscript\";a:4:{s:4:\"name\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:9:\"margarine\";a:4:{s:4:\"name\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"markoone\";a:4:{s:4:\"name\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"marmelad\";a:4:{s:4:\"name\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:6:\"marvel\";a:4:{s:4:\"name\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"mate\";a:4:{s:4:\"name\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"matesc\";a:4:{s:4:\"name\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"mavenpro\";a:4:{s:4:\"name\";s:9:\"Maven Pro\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"mclaren\";a:4:{s:4:\"name\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-16\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"meddon\";a:4:{s:4:\"name\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"medievalsharp\";a:4:{s:4:\"name\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"medulaone\";a:4:{s:4:\"name\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"megrim\";a:4:{s:4:\"name\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"meiescript\";a:4:{s:4:\"name\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-23\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"merienda\";a:4:{s:4:\"name\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"meriendaone\";a:4:{s:4:\"name\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"merriweather\";a:4:{s:4:\"name\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"lastMod\";s:10:\"2013-05-22\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:16:\"merriweathersans\";a:4:{s:4:\"name\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";}s:7:\"lastMod\";s:10:\"2013-06-12\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"metal\";a:4:{s:4:\"name\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:10:\"metalmania\";a:4:{s:4:\"name\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-16\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"metamorphous\";a:4:{s:4:\"name\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-23\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"metrophobic\";a:4:{s:4:\"name\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"michroma\";a:4:{s:4:\"name\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"milonga\";a:4:{s:4:\"name\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-12-06\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"miltonian\";a:4:{s:4:\"name\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"miltoniantattoo\";a:4:{s:4:\"name\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"miniver\";a:4:{s:4:\"name\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"missfajardose\";a:4:{s:4:\"name\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:13:\"modernantiqua\";a:4:{s:4:\"name\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"molengo\";a:4:{s:4:\"name\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"molle\";a:4:{s:4:\"name\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-09-26\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"monda\";a:4:{s:4:\"name\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-12-06\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"monofett\";a:4:{s:4:\"name\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"monoton\";a:4:{s:4:\"name\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:18:\"monsieurladoulaise\";a:4:{s:4:\"name\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"montaga\";a:4:{s:4:\"name\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"montez\";a:4:{s:4:\"name\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"montserrat\";a:4:{s:4:\"name\";s:10:\"Montserrat\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:20:\"montserratalternates\";a:4:{s:4:\"name\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"montserratsubrayada\";a:4:{s:4:\"name\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"moul\";a:4:{s:4:\"name\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:8:\"moulpali\";a:4:{s:4:\"name\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:20:\"mountainsofchristmas\";a:4:{s:4:\"name\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"mousememoirs\";a:4:{s:4:\"name\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"mrbedfort\";a:4:{s:4:\"name\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"mrdafoe\";a:4:{s:4:\"name\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"mrdehaviland\";a:4:{s:4:\"name\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:17:\"mrssaintdelafield\";a:4:{s:4:\"name\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"mrssheppards\";a:4:{s:4:\"name\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:4:\"muli\";a:4:{s:4:\"name\";s:4:\"Muli\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"mysteryquest\";a:4:{s:4:\"name\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"neucha\";a:4:{s:4:\"name\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}}s:6:\"neuton\";a:4:{s:4:\"name\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"newrocker\";a:4:{s:4:\"name\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-12-06\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"newscycle\";a:4:{s:4:\"name\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-08-16\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"niconne\";a:4:{s:4:\"name\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"nixieone\";a:4:{s:4:\"name\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-01\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"nobile\";a:4:{s:4:\"name\";s:6:\"Nobile\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"nokora\";a:4:{s:4:\"name\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-10-26\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:7:\"norican\";a:4:{s:4:\"name\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"nosifer\";a:4:{s:4:\"name\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:17:\"nothingyoucoulddo\";a:4:{s:4:\"name\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"noticiatext\";a:4:{s:4:\"name\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"vietnamese\";i:2;s:5:\"latin\";}}s:8:\"notosans\";a:4:{s:4:\"name\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2013-04-17\";s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:10:\"vietnamese\";i:3;s:9:\"greek-ext\";i:4;s:12:\"cyrillic-ext\";i:5;s:8:\"cyrillic\";i:6;s:5:\"latin\";}}s:9:\"notoserif\";a:4:{s:4:\"name\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2013-04-17\";s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:10:\"vietnamese\";i:3;s:9:\"greek-ext\";i:4;s:12:\"cyrillic-ext\";i:5;s:8:\"cyrillic\";i:6;s:5:\"latin\";}}s:7:\"novacut\";a:4:{s:4:\"name\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"novaflat\";a:4:{s:4:\"name\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"novamono\";a:4:{s:4:\"name\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";}}s:8:\"novaoval\";a:4:{s:4:\"name\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"novaround\";a:4:{s:4:\"name\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"novascript\";a:4:{s:4:\"name\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"novaslim\";a:4:{s:4:\"name\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"novasquare\";a:4:{s:4:\"name\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"numans\";a:4:{s:4:\"name\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"nunito\";a:4:{s:4:\"name\";s:6:\"Nunito\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"odormeanchey\";a:4:{s:4:\"name\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:7:\"offside\";a:4:{s:4:\"name\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-31\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"oldstandardtt\";a:4:{s:4:\"name\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"oldenburg\";a:4:{s:4:\"name\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"oleoscript\";a:4:{s:4:\"name\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:19:\"oleoscriptswashcaps\";a:4:{s:4:\"name\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"opensans\";a:4:{s:4:\"name\";s:9:\"Open Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:10:\"vietnamese\";i:3;s:9:\"greek-ext\";i:4;s:12:\"cyrillic-ext\";i:5;s:8:\"cyrillic\";i:6;s:5:\"latin\";}}s:17:\"opensanscondensed\";a:4:{s:4:\"name\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:10:\"vietnamese\";i:3;s:9:\"greek-ext\";i:4;s:12:\"cyrillic-ext\";i:5;s:8:\"cyrillic\";i:6;s:5:\"latin\";}}s:11:\"oranienbaum\";a:4:{s:4:\"name\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-23\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:8:\"orbitron\";a:4:{s:4:\"name\";s:8:\"Orbitron\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"oregano\";a:4:{s:4:\"name\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-08-16\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"orienta\";a:4:{s:4:\"name\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:14:\"originalsurfer\";a:4:{s:4:\"name\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"oswald\";a:4:{s:4:\"name\";s:6:\"Oswald\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:14:\"overtherainbow\";a:4:{s:4:\"name\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"overlock\";a:4:{s:4:\"name\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"overlocksc\";a:4:{s:4:\"name\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:3:\"ovo\";a:4:{s:4:\"name\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"oxygen\";a:4:{s:4:\"name\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-10-31\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"oxygenmono\";a:4:{s:4:\"name\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"ptmono\";a:4:{s:4:\"name\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-04-10\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:6:\"ptsans\";a:4:{s:4:\"name\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2013-05-29\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:13:\"ptsanscaption\";a:4:{s:4:\"name\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2013-05-29\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:12:\"ptsansnarrow\";a:4:{s:4:\"name\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2013-05-29\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:7:\"ptserif\";a:4:{s:4:\"name\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2013-05-29\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:14:\"ptserifcaption\";a:4:{s:4:\"name\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2013-05-29\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:8:\"pacifico\";a:4:{s:4:\"name\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"paprika\";a:4:{s:4:\"name\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-31\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"parisienne\";a:4:{s:4:\"name\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"passeroone\";a:4:{s:4:\"name\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"passionone\";a:4:{s:4:\"name\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:16:\"pathwaygothicone\";a:4:{s:4:\"name\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-06-12\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"patrickhand\";a:4:{s:4:\"name\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-02-27\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"vietnamese\";i:2;s:5:\"latin\";}}s:13:\"patrickhandsc\";a:4:{s:4:\"name\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-02-27\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"vietnamese\";i:2;s:5:\"latin\";}}s:8:\"patuaone\";a:4:{s:4:\"name\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-08\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"paytoneone\";a:4:{s:4:\"name\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"peralta\";a:4:{s:4:\"name\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-08\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:15:\"permanentmarker\";a:4:{s:4:\"name\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:17:\"petitformalscript\";a:4:{s:4:\"name\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"petrona\";a:4:{s:4:\"name\";s:7:\"Petrona\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"philosopher\";a:4:{s:4:\"name\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}}s:6:\"piedra\";a:4:{s:4:\"name\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"pinyonscript\";a:4:{s:4:\"name\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"pirataone\";a:4:{s:4:\"name\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"plaster\";a:4:{s:4:\"name\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:4:\"play\";a:4:{s:4:\"name\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:6:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:12:\"cyrillic-ext\";i:4;s:8:\"cyrillic\";i:5;s:5:\"latin\";}}s:8:\"playball\";a:4:{s:4:\"name\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:15:\"playfairdisplay\";a:4:{s:4:\"name\";s:16:\"Playfair Display\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:17:\"playfairdisplaysc\";a:4:{s:4:\"name\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"lastMod\";s:10:\"2012-10-31\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:7:\"podkova\";a:4:{s:4:\"name\";s:7:\"Podkova\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"poiretone\";a:4:{s:4:\"name\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:9:\"pollerone\";a:4:{s:4:\"name\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"poly\";a:4:{s:4:\"name\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"pompiere\";a:4:{s:4:\"name\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"pontanosans\";a:4:{s:4:\"name\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:14:\"portlligatsans\";a:4:{s:4:\"name\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"portlligatslab\";a:4:{s:4:\"name\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"prata\";a:4:{s:4:\"name\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"preahvihear\";a:4:{s:4:\"name\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:12:\"pressstart2p\";a:4:{s:4:\"name\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:13:\"princesssofia\";a:4:{s:4:\"name\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"prociono\";a:4:{s:4:\"name\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"prostoone\";a:4:{s:4:\"name\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:7:\"puritan\";a:4:{s:4:\"name\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"purplepurse\";a:4:{s:4:\"name\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"quando\";a:4:{s:4:\"name\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"quantico\";a:4:{s:4:\"name\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"quattrocento\";a:4:{s:4:\"name\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:16:\"quattrocentosans\";a:4:{s:4:\"name\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"questrial\";a:4:{s:4:\"name\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"quicksand\";a:4:{s:4:\"name\";s:9:\"Quicksand\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"quintessential\";a:4:{s:4:\"name\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"qwigley\";a:4:{s:4:\"name\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:13:\"racingsansone\";a:4:{s:4:\"name\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-16\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"radley\";a:4:{s:4:\"name\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"raleway\";a:4:{s:4:\"name\";s:7:\"Raleway\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"ralewaydots\";a:4:{s:4:\"name\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"rambla\";a:4:{s:4:\"name\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"rammettoone\";a:4:{s:4:\"name\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"ranchers\";a:4:{s:4:\"name\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"rancho\";a:4:{s:4:\"name\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"rationale\";a:4:{s:4:\"name\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"redressed\";a:4:{s:4:\"name\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"reeniebeanie\";a:4:{s:4:\"name\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"revalia\";a:4:{s:4:\"name\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"ribeye\";a:4:{s:4:\"name\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"ribeyemarrow\";a:4:{s:4:\"name\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"righteous\";a:4:{s:4:\"name\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"risque\";a:4:{s:4:\"name\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"roboto\";a:4:{s:4:\"name\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}s:7:\"lastMod\";s:10:\"2013-07-31\";s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:10:\"vietnamese\";i:3;s:9:\"greek-ext\";i:4;s:12:\"cyrillic-ext\";i:5;s:8:\"cyrillic\";i:6;s:5:\"latin\";}}s:15:\"robotocondensed\";a:4:{s:4:\"name\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2013-07-31\";s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:10:\"vietnamese\";i:3;s:9:\"greek-ext\";i:4;s:12:\"cyrillic-ext\";i:5;s:8:\"cyrillic\";i:6;s:5:\"latin\";}}s:10:\"robotoslab\";a:4:{s:4:\"name\";s:11:\"Roboto Slab\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2013-07-31\";s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:10:\"vietnamese\";i:3;s:9:\"greek-ext\";i:4;s:12:\"cyrillic-ext\";i:5;s:8:\"cyrillic\";i:6;s:5:\"latin\";}}s:9:\"rochester\";a:4:{s:4:\"name\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"rocksalt\";a:4:{s:4:\"name\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"rokkitt\";a:4:{s:4:\"name\";s:7:\"Rokkitt\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"romanesco\";a:4:{s:4:\"name\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-16\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"ropasans\";a:4:{s:4:\"name\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"rosario\";a:4:{s:4:\"name\";s:7:\"Rosario\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2013-05-22\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"rosarivo\";a:4:{s:4:\"name\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"rougescript\";a:4:{s:4:\"name\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"ruda\";a:4:{s:4:\"name\";s:4:\"Ruda\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"rufina\";a:4:{s:4:\"name\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"rugeboogie\";a:4:{s:4:\"name\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"ruluko\";a:4:{s:4:\"name\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"rumraisin\";a:4:{s:4:\"name\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:13:\"ruslandisplay\";a:4:{s:4:\"name\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:8:\"russoone\";a:4:{s:4:\"name\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:6:\"ruthie\";a:4:{s:4:\"name\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:3:\"rye\";a:4:{s:4:\"name\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-23\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"sacramento\";a:4:{s:4:\"name\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:4:\"sail\";a:4:{s:4:\"name\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"salsa\";a:4:{s:4:\"name\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"sanchez\";a:4:{s:4:\"name\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"sancreek\";a:4:{s:4:\"name\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"sansitaone\";a:4:{s:4:\"name\";s:11:\"Sansita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"sarina\";a:4:{s:4:\"name\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"satisfy\";a:4:{s:4:\"name\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"scada\";a:4:{s:4:\"name\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-09-26\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:10:\"schoolbell\";a:4:{s:4:\"name\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"seaweedscript\";a:4:{s:4:\"name\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"sevillana\";a:4:{s:4:\"name\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"seymourone\";a:4:{s:4:\"name\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-26\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:16:\"shadowsintolight\";a:4:{s:4:\"name\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"shadowsintolighttwo\";a:4:{s:4:\"name\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"shanti\";a:4:{s:4:\"name\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"share\";a:4:{s:4:\"name\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-10-31\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"sharetech\";a:4:{s:4:\"name\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"sharetechmono\";a:4:{s:4:\"name\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"shojumaru\";a:4:{s:4:\"name\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"shortstack\";a:4:{s:4:\"name\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"siemreap\";a:4:{s:4:\"name\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:9:\"sigmarone\";a:4:{s:4:\"name\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-08\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"signika\";a:4:{s:4:\"name\";s:7:\"Signika\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:15:\"signikanegative\";a:4:{s:4:\"name\";s:16:\"Signika Negative\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"simonetta\";a:4:{s:4:\"name\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"sintony\";a:4:{s:4:\"name\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2013-02-27\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"sirinstencil\";a:4:{s:4:\"name\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"sixcaps\";a:4:{s:4:\"name\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"skranji\";a:4:{s:4:\"name\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-08-23\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"slackey\";a:4:{s:4:\"name\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"smokum\";a:4:{s:4:\"name\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"smythe\";a:4:{s:4:\"name\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"sniglet\";a:4:{s:4:\"name\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:7:\"lastMod\";s:10:\"2013-09-26\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"snippet\";a:4:{s:4:\"name\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-08\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:12:\"snowburstone\";a:4:{s:4:\"name\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-12-17\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"sofadione\";a:4:{s:4:\"name\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"sofia\";a:4:{s:4:\"name\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"sonsieone\";a:4:{s:4:\"name\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:14:\"sortsmillgoudy\";a:4:{s:4:\"name\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:13:\"sourcecodepro\";a:4:{s:4:\"name\";s:15:\"Source Code Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"lastMod\";s:10:\"2013-01-23\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:13:\"sourcesanspro\";a:4:{s:4:\"name\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}s:7:\"lastMod\";s:10:\"2013-09-26\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:10:\"vietnamese\";i:2;s:5:\"latin\";}}s:12:\"specialelite\";a:4:{s:4:\"name\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"spicyrice\";a:4:{s:4:\"name\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"spinnaker\";a:4:{s:4:\"name\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"spirax\";a:4:{s:4:\"name\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"squadaone\";a:4:{s:4:\"name\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"stalemate\";a:4:{s:4:\"name\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"stalinistone\";a:4:{s:4:\"name\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-26\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:14:\"stardosstencil\";a:4:{s:4:\"name\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:19:\"stintultracondensed\";a:4:{s:4:\"name\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:18:\"stintultraexpanded\";a:4:{s:4:\"name\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"stoke\";a:4:{s:4:\"name\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-08\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"strait\";a:4:{s:4:\"name\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-31\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:17:\"sueellenfrancisco\";a:4:{s:4:\"name\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"sunshiney\";a:4:{s:4:\"name\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:15:\"supermercadoone\";a:4:{s:4:\"name\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-08-23\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"suwannaphum\";a:4:{s:4:\"name\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-06-12\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:15:\"swankyandmoomoo\";a:4:{s:4:\"name\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"syncopate\";a:4:{s:4:\"name\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"tangerine\";a:4:{s:4:\"name\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"taprom\";a:4:{s:4:\"name\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}}s:5:\"tauri\";a:4:{s:4:\"name\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2013-02-27\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"telex\";a:4:{s:4:\"name\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"tenorsans\";a:4:{s:4:\"name\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:4:{i:0;s:9:\"latin-ext\";i:1;s:12:\"cyrillic-ext\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";}}s:9:\"textmeone\";a:4:{s:4:\"name\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:15:\"thegirlnextdoor\";a:4:{s:4:\"name\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"tienne\";a:4:{s:4:\"name\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"tinos\";a:4:{s:4:\"name\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2013-07-31\";s:7:\"subsets\";a:7:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:10:\"vietnamese\";i:3;s:9:\"greek-ext\";i:4;s:12:\"cyrillic-ext\";i:5;s:8:\"cyrillic\";i:6;s:5:\"latin\";}}s:8:\"titanone\";a:4:{s:4:\"name\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:12:\"titilliumweb\";a:4:{s:4:\"name\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";}s:7:\"lastMod\";s:10:\"2012-10-03\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"tradewinds\";a:4:{s:4:\"name\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"trocchi\";a:4:{s:4:\"name\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"trochut\";a:4:{s:4:\"name\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"trykker\";a:4:{s:4:\"name\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"tulpenone\";a:4:{s:4:\"name\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"ubuntu\";a:4:{s:4:\"name\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:6:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:12:\"cyrillic-ext\";i:4;s:8:\"cyrillic\";i:5;s:5:\"latin\";}}s:15:\"ubuntucondensed\";a:4:{s:4:\"name\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:6:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:12:\"cyrillic-ext\";i:4;s:8:\"cyrillic\";i:5;s:5:\"latin\";}}s:10:\"ubuntumono\";a:4:{s:4:\"name\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:6:{i:0;s:9:\"latin-ext\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:12:\"cyrillic-ext\";i:4;s:8:\"cyrillic\";i:5;s:5:\"latin\";}}s:5:\"ultra\";a:4:{s:4:\"name\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:13:\"uncialantiqua\";a:4:{s:4:\"name\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"underdog\";a:4:{s:4:\"name\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-26\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:8:\"unicaone\";a:4:{s:4:\"name\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-10-31\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:14:\"unifrakturcook\";a:4:{s:4:\"name\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:18:\"unifrakturmaguntia\";a:4:{s:4:\"name\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:7:\"unkempt\";a:4:{s:4:\"name\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"unlock\";a:4:{s:4:\"name\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"unna\";a:4:{s:4:\"name\";s:4:\"Unna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"vt323\";a:4:{s:4:\"name\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"vampiroone\";a:4:{s:4:\"name\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-11-28\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:6:\"varela\";a:4:{s:4:\"name\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:11:\"varelaround\";a:4:{s:4:\"name\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:10:\"vastshadow\";a:4:{s:4:\"name\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:5:\"vibur\";a:4:{s:4:\"name\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"vidaloka\";a:4:{s:4:\"name\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"viga\";a:4:{s:4:\"name\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:5:\"voces\";a:4:{s:4:\"name\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"volkhov\";a:4:{s:4:\"name\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"vollkorn\";a:4:{s:4:\"name\";s:8:\"Vollkorn\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"voltaire\";a:4:{s:4:\"name\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:20:\"waitingforthesunrise\";a:4:{s:4:\"name\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:8:\"wallpoet\";a:4:{s:4:\"name\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:14:\"walterturncoat\";a:4:{s:4:\"name\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"warnes\";a:4:{s:4:\"name\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:9:\"wellfleet\";a:4:{s:4:\"name\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:8:\"wendyone\";a:4:{s:4:\"name\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-12-14\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:7:\"wireone\";a:4:{s:4:\"name\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:16:\"yanonekaffeesatz\";a:4:{s:4:\"name\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:4:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}}s:10:\"yellowtail\";a:4:{s:4:\"name\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:9:\"yesevaone\";a:4:{s:4:\"name\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-09-26\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}}s:10:\"yesteryear\";a:4:{s:4:\"name\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:6:\"zeyada\";a:4:{s:4:\"name\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"lastMod\";s:10:\"2012-07-25\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}}}}','yes'),(174,'eo_options','a:132:{s:13:\"branding_logo\";s:0:\"\";s:11:\"favicon_url\";s:0:\"\";s:11:\"main_layout\";s:13:\"right-sidebar\";s:14:\"layout_sm_main\";s:1:\"8\";s:14:\"layout_sm_side\";s:1:\"4\";s:14:\"layout_md_main\";s:2:\"-1\";s:14:\"layout_md_side\";s:2:\"-1\";s:14:\"layout_lg_main\";s:1:\"9\";s:14:\"layout_lg_side\";s:1:\"3\";s:13:\"main_bg_color\";s:0:\"\";s:13:\"cont_bg_color\";s:0:\"\";s:11:\"main_bg_img\";s:4:\"none\";s:9:\"loop_whtd\";a:1:{s:4:\"post\";s:1:\"1\";}s:8:\"loop_ext\";s:7:\"excerpt\";s:9:\"exc_limby\";s:4:\"char\";s:7:\"exc_lim\";s:3:\"180\";s:12:\"featimg_size\";s:9:\"thumbnail\";s:14:\"featimg_size_s\";s:0:\"\";s:12:\"featimg_disp\";s:6:\"hybrid\";s:12:\"featimg_link\";s:3:\"img\";s:8:\"loop_siz\";s:6:\"single\";s:10:\"pmeta_time\";s:1:\"1\";s:10:\"pmeta_auth\";s:1:\"1\";s:9:\"pmeta_cat\";s:1:\"1\";s:10:\"pmeta_tags\";s:1:\"1\";s:13:\"eo_custom_css\";s:0:\"\";s:19:\"eo_custom_footer_js\";s:0:\"\";s:7:\"home_sb\";b:0;s:12:\"home_postcnt\";b:0;s:9:\"home_whtd\";a:1:{s:4:\"post\";s:1:\"1\";}s:12:\"home_postcat\";i:0;s:9:\"home_excl\";b:0;s:11:\"home_ord_by\";s:4:\"date\";s:8:\"home_ord\";s:4:\"DESC\";s:11:\"show_slider\";s:1:\"1\";s:14:\"caru_also_disp\";b:0;s:13:\"caru_bg_color\";s:0:\"\";s:8:\"slider_p\";s:4:\"full\";s:8:\"caru_eff\";s:5:\"slide\";s:9:\"caru_whtd\";a:1:{s:4:\"post\";s:1:\"1\";}s:14:\"slider_postcnt\";s:1:\"3\";s:14:\"slider_postcat\";i:0;s:13:\"caru_incl_ids\";b:0;s:13:\"caru_excl_ids\";b:0;s:9:\"caru_excl\";b:0;s:13:\"slider_ord_by\";s:4:\"date\";s:10:\"slider_ord\";s:4:\"DESC\";s:10:\"caru_autop\";s:1:\"1\";s:10:\"caru_pause\";s:1:\"1\";s:9:\"caru_cont\";s:1:\"1\";s:13:\"caru_interval\";s:4:\"5000\";s:15:\"caru_of_prevent\";s:1:\"1\";s:17:\"caru_of_prevent_h\";s:5:\"320px\";s:15:\"show_highlights\";s:1:\"1\";s:14:\"high_also_disp\";b:0;s:10:\"highl_whtd\";a:1:{s:4:\"post\";s:1:\"1\";}s:13:\"highl_postcnt\";s:1:\"4\";s:13:\"highl_postcat\";i:0;s:13:\"high_incl_ids\";b:0;s:13:\"high_excl_ids\";b:0;s:9:\"high_excl\";b:0;s:12:\"highl_ord_by\";s:4:\"date\";s:9:\"highl_ord\";s:4:\"DESC\";s:16:\"show_featurettes\";s:1:\"1\";s:14:\"feat_also_disp\";b:0;s:9:\"feat_whtd\";a:1:{s:4:\"post\";s:1:\"1\";}s:12:\"feat_postcnt\";s:1:\"1\";s:12:\"feat_postcat\";i:0;s:13:\"feat_incl_ids\";b:0;s:13:\"feat_excl_ids\";b:0;s:9:\"feat_excl\";b:0;s:11:\"feat_ord_by\";s:4:\"date\";s:8:\"feat_ord\";s:4:\"DESC\";s:10:\"blog_jumbo\";b:0;s:10:\"jumbo_whtd\";s:8:\"def_home\";s:9:\"jumbo_pid\";i:2;s:14:\"jumbo_bg_color\";s:0:\"\";s:16:\"google_wf_apikey\";s:39:\"AIzaSyAMO-3ly3H7EJ801RbtRAQ2bkTqyVtGLoE\";s:12:\"eo_typo_body\";a:5:{s:4:\"size\";s:4:\"14px\";s:4:\"face\";s:0:\"\";s:5:\"style\";s:6:\"Normal\";s:5:\"color\";s:0:\"\";s:6:\"source\";s:7:\"os_font\";}s:11:\"eo_typo_nav\";a:5:{s:4:\"size\";s:4:\"14px\";s:4:\"face\";s:0:\"\";s:5:\"style\";s:6:\"Normal\";s:5:\"color\";s:0:\"\";s:6:\"source\";s:7:\"os_font\";}s:15:\"eo_typo_heading\";a:5:{s:4:\"size\";a:63:{i:0;i:9;i:1;i:10;i:2;i:11;i:3;i:12;i:4;i:13;i:5;i:14;i:6;i:15;i:7;i:16;i:8;i:17;i:9;i:18;i:10;i:19;i:11;i:20;i:12;i:21;i:13;i:22;i:14;i:23;i:15;i:24;i:16;i:25;i:17;i:26;i:18;i:27;i:19;i:28;i:20;i:29;i:21;i:30;i:22;i:31;i:23;i:32;i:24;i:33;i:25;i:34;i:26;i:35;i:27;i:36;i:28;i:37;i:29;i:38;i:30;i:39;i:31;i:40;i:32;i:41;i:33;i:42;i:34;i:43;i:35;i:44;i:36;i:45;i:37;i:46;i:38;i:47;i:39;i:48;i:40;i:49;i:41;i:50;i:42;i:51;i:43;i:52;i:44;i:53;i:45;i:54;i:46;i:55;i:47;i:56;i:48;i:57;i:49;i:58;i:50;i:59;i:51;i:60;i:52;i:61;i:53;i:62;i:54;i:63;i:55;i:64;i:56;i:65;i:57;i:66;i:58;i:67;i:59;i:68;i:60;i:69;i:61;i:70;i:62;i:71;}s:4:\"face\";s:0:\"\";s:5:\"style\";s:6:\"Normal\";s:5:\"color\";s:0:\"\";s:6:\"source\";s:7:\"os_font\";}s:9:\"use_leadp\";s:1:\"1\";s:12:\"use_dropcaps\";b:0;s:10:\"link_color\";s:0:\"\";s:16:\"link_hover_color\";s:0:\"\";s:17:\"link_active_color\";s:0:\"\";s:9:\"site_name\";s:1:\"1\";s:15:\"trim_site_title\";s:1:\"1\";s:12:\"nav_position\";s:6:\"scroll\";s:15:\"nav_select_menu\";s:1:\"1\";s:8:\"nav_pref\";s:7:\"default\";s:16:\"top_nav_bg_color\";s:0:\"\";s:19:\"showhidden_gradient\";b:0;s:29:\"top_nav_bottom_gradient_color\";s:0:\"\";s:18:\"top_nav_link_color\";s:0:\"\";s:24:\"top_nav_link_hover_color\";s:0:\"\";s:21:\"top_nav_dropdown_item\";s:0:\"\";s:25:\"top_nav_dropdown_hover_bg\";s:0:\"\";s:10:\"search_bar\";s:1:\"1\";s:17:\"custom_nav_markup\";s:1:\"1\";s:14:\"foot_copy_left\";b:0;s:15:\"foot_copy_right\";b:0;s:13:\"sticky_footer\";b:0;s:13:\"foot_linkback\";s:1:\"1\";s:25:\"suppress_comments_message\";s:1:\"1\";s:14:\"use_bsw_themes\";b:0;s:13:\"bsw_theme_sup\";s:1:\"1\";s:9:\"bsw_theme\";s:7:\"default\";s:19:\"use_bsw_theme_admin\";b:0;s:12:\"use_lightbox\";s:1:\"1\";s:15:\"use_fontawesome\";s:1:\"1\";s:10:\"inf_scroll\";b:0;s:13:\"use_chosen_fe\";s:4:\"none\";s:15:\"use_placeholder\";s:1:\"1\";s:19:\"use_placeholder_img\";s:1:\"1\";s:8:\"use_less\";b:0;s:12:\"use_less_for\";a:2:{s:9:\"bootstrap\";s:1:\"1\";s:11:\"fontawesome\";s:1:\"1\";}s:12:\"override_css\";b:0;s:10:\"load_bs_fe\";s:1:\"1\";s:13:\"use_bs_min_fe\";s:1:\"1\";s:14:\"bs_js_seperate\";b:0;s:21:\"adm_remove_dash_boxes\";a:10:{s:19:\"dashboard_right_now\";s:1:\"0\";s:25:\"dashboard_recent_comments\";s:1:\"0\";s:24:\"dashboard_incoming_links\";s:1:\"1\";s:17:\"dashboard_plugins\";s:1:\"0\";s:21:\"dashboard_quick_press\";s:1:\"0\";s:23:\"dashboard_recent_drafts\";s:1:\"1\";s:17:\"dashboard_primary\";s:1:\"0\";s:19:\"dashboard_secondary\";s:1:\"0\";s:13:\"eo_theme_dash\";s:1:\"0\";s:18:\"dashboard_activity\";s:1:\"0\";}s:16:\"top_nav_adm_show\";s:6:\"always\";s:18:\"side_menu_adm_show\";s:6:\"auto-l\";s:6:\"xl_adm\";s:7:\"default\";s:15:\"load_chosen_adm\";s:1:\"1\";s:12:\"coll_wp_menu\";b:0;s:8:\"prev_pop\";s:1:\"1\";s:8:\"adm_cbox\";s:1:\"1\";s:10:\"cbox_style\";s:5:\"droid\";s:10:\"auth_l_adm\";s:1:\"1\";s:11:\"load_bs_adm\";s:1:\"1\";}','yes'),(175,'bootstrap_ultimate','a:116:{s:13:\"branding_logo\";s:0:\"\";s:11:\"favicon_url\";s:0:\"\";s:11:\"main_layout\";s:13:\"right-sidebar\";s:14:\"layout_sm_main\";s:1:\"8\";s:14:\"layout_sm_side\";s:1:\"4\";s:14:\"layout_md_main\";s:2:\"-1\";s:14:\"layout_md_side\";s:2:\"-1\";s:14:\"layout_lg_main\";s:1:\"9\";s:14:\"layout_lg_side\";s:1:\"3\";s:13:\"main_bg_color\";s:0:\"\";s:13:\"cont_bg_color\";s:0:\"\";s:11:\"main_bg_img\";s:4:\"none\";s:9:\"loop_whtd\";a:1:{s:4:\"post\";s:1:\"1\";}s:8:\"loop_ext\";s:7:\"excerpt\";s:9:\"exc_limby\";s:4:\"char\";s:7:\"exc_lim\";s:3:\"180\";s:12:\"featimg_size\";s:9:\"thumbnail\";s:14:\"featimg_size_s\";s:0:\"\";s:12:\"featimg_disp\";s:6:\"hybrid\";s:12:\"featimg_link\";s:3:\"img\";s:8:\"loop_siz\";s:6:\"single\";s:10:\"pmeta_time\";s:1:\"1\";s:10:\"pmeta_auth\";s:1:\"1\";s:9:\"pmeta_cat\";s:1:\"1\";s:10:\"pmeta_tags\";s:1:\"1\";s:13:\"eo_custom_css\";s:0:\"\";s:19:\"eo_custom_footer_js\";s:0:\"\";s:7:\"home_sb\";b:0;s:9:\"home_whtd\";a:1:{s:4:\"post\";s:1:\"1\";}s:12:\"home_postcat\";i:0;s:11:\"home_ord_by\";s:4:\"date\";s:8:\"home_ord\";s:4:\"DESC\";s:11:\"show_slider\";s:1:\"1\";s:13:\"caru_bg_color\";s:0:\"\";s:8:\"slider_p\";s:4:\"full\";s:8:\"caru_eff\";s:5:\"slide\";s:9:\"caru_whtd\";a:1:{s:4:\"post\";s:1:\"1\";}s:14:\"slider_postcnt\";s:1:\"3\";s:14:\"slider_postcat\";i:0;s:13:\"slider_ord_by\";s:4:\"date\";s:10:\"slider_ord\";s:4:\"DESC\";s:10:\"caru_autop\";s:1:\"1\";s:10:\"caru_pause\";s:1:\"1\";s:9:\"caru_cont\";s:1:\"1\";s:13:\"caru_interval\";s:4:\"5000\";s:15:\"caru_of_prevent\";s:1:\"1\";s:17:\"caru_of_prevent_h\";s:5:\"320px\";s:15:\"show_highlights\";s:1:\"1\";s:10:\"highl_whtd\";a:1:{s:4:\"post\";s:1:\"1\";}s:13:\"highl_postcnt\";s:1:\"4\";s:13:\"highl_postcat\";i:0;s:12:\"highl_ord_by\";s:4:\"date\";s:9:\"highl_ord\";s:4:\"DESC\";s:16:\"show_featurettes\";s:1:\"1\";s:9:\"feat_whtd\";a:1:{s:4:\"post\";s:1:\"1\";}s:12:\"feat_postcnt\";s:1:\"1\";s:12:\"feat_postcat\";i:0;s:11:\"feat_ord_by\";s:4:\"date\";s:8:\"feat_ord\";s:4:\"DESC\";s:10:\"blog_jumbo\";b:0;s:10:\"jumbo_whtd\";s:8:\"def_home\";s:9:\"jumbo_pid\";i:2;s:14:\"jumbo_bg_color\";s:0:\"\";s:16:\"google_wf_apikey\";s:39:\"AIzaSyAMO-3ly3H7EJ801RbtRAQ2bkTqyVtGLoE\";s:12:\"eo_typo_body\";a:5:{s:4:\"size\";s:4:\"14px\";s:4:\"face\";s:0:\"\";s:5:\"style\";s:6:\"Normal\";s:5:\"color\";s:0:\"\";s:6:\"source\";s:7:\"os_font\";}s:11:\"eo_typo_nav\";a:5:{s:4:\"size\";s:4:\"14px\";s:4:\"face\";s:0:\"\";s:5:\"style\";s:6:\"Normal\";s:5:\"color\";s:0:\"\";s:6:\"source\";s:7:\"os_font\";}s:15:\"eo_typo_heading\";a:5:{s:4:\"size\";a:63:{i:0;i:9;i:1;i:10;i:2;i:11;i:3;i:12;i:4;i:13;i:5;i:14;i:6;i:15;i:7;i:16;i:8;i:17;i:9;i:18;i:10;i:19;i:11;i:20;i:12;i:21;i:13;i:22;i:14;i:23;i:15;i:24;i:16;i:25;i:17;i:26;i:18;i:27;i:19;i:28;i:20;i:29;i:21;i:30;i:22;i:31;i:23;i:32;i:24;i:33;i:25;i:34;i:26;i:35;i:27;i:36;i:28;i:37;i:29;i:38;i:30;i:39;i:31;i:40;i:32;i:41;i:33;i:42;i:34;i:43;i:35;i:44;i:36;i:45;i:37;i:46;i:38;i:47;i:39;i:48;i:40;i:49;i:41;i:50;i:42;i:51;i:43;i:52;i:44;i:53;i:45;i:54;i:46;i:55;i:47;i:56;i:48;i:57;i:49;i:58;i:50;i:59;i:51;i:60;i:52;i:61;i:53;i:62;i:54;i:63;i:55;i:64;i:56;i:65;i:57;i:66;i:58;i:67;i:59;i:68;i:60;i:69;i:61;i:70;i:62;i:71;}s:4:\"face\";s:0:\"\";s:5:\"style\";s:6:\"Normal\";s:5:\"color\";s:0:\"\";s:6:\"source\";s:7:\"os_font\";}s:9:\"use_leadp\";s:1:\"1\";s:12:\"use_dropcaps\";b:0;s:10:\"link_color\";s:0:\"\";s:16:\"link_hover_color\";s:0:\"\";s:17:\"link_active_color\";s:0:\"\";s:9:\"site_name\";s:1:\"1\";s:15:\"trim_site_title\";s:1:\"1\";s:12:\"nav_position\";s:6:\"scroll\";s:15:\"nav_select_menu\";s:1:\"1\";s:8:\"nav_pref\";s:7:\"default\";s:16:\"top_nav_bg_color\";s:0:\"\";s:19:\"showhidden_gradient\";b:0;s:29:\"top_nav_bottom_gradient_color\";s:0:\"\";s:18:\"top_nav_link_color\";s:0:\"\";s:24:\"top_nav_link_hover_color\";s:0:\"\";s:21:\"top_nav_dropdown_item\";s:0:\"\";s:25:\"top_nav_dropdown_hover_bg\";s:0:\"\";s:10:\"search_bar\";s:1:\"1\";s:17:\"custom_nav_markup\";s:1:\"1\";s:13:\"sticky_footer\";b:0;s:13:\"foot_linkback\";s:1:\"1\";s:25:\"suppress_comments_message\";s:1:\"1\";s:14:\"use_bsw_themes\";b:0;s:13:\"bsw_theme_sup\";s:1:\"1\";s:9:\"bsw_theme\";s:7:\"default\";s:19:\"use_bsw_theme_admin\";b:0;s:12:\"use_lightbox\";s:1:\"1\";s:15:\"use_fontawesome\";s:1:\"1\";s:10:\"inf_scroll\";b:0;s:13:\"use_chosen_fe\";s:4:\"none\";s:15:\"use_placeholder\";s:1:\"1\";s:19:\"use_placeholder_img\";s:1:\"1\";s:8:\"use_less\";b:0;s:12:\"use_less_for\";a:2:{s:9:\"bootstrap\";s:1:\"1\";s:11:\"fontawesome\";s:1:\"1\";}s:12:\"override_css\";b:0;s:10:\"load_bs_fe\";s:1:\"1\";s:13:\"use_bs_min_fe\";s:1:\"1\";s:21:\"adm_remove_dash_boxes\";a:10:{s:19:\"dashboard_right_now\";s:1:\"0\";s:25:\"dashboard_recent_comments\";s:1:\"0\";s:24:\"dashboard_incoming_links\";s:1:\"1\";s:17:\"dashboard_plugins\";s:1:\"0\";s:21:\"dashboard_quick_press\";s:1:\"0\";s:23:\"dashboard_recent_drafts\";s:1:\"1\";s:17:\"dashboard_primary\";s:1:\"0\";s:19:\"dashboard_secondary\";s:1:\"0\";s:13:\"eo_theme_dash\";s:1:\"0\";s:18:\"dashboard_activity\";s:1:\"0\";}s:16:\"top_nav_adm_show\";s:6:\"always\";s:18:\"side_menu_adm_show\";s:6:\"auto-l\";s:6:\"xl_adm\";s:7:\"default\";s:15:\"load_chosen_adm\";s:1:\"1\";s:12:\"coll_wp_menu\";b:0;s:8:\"prev_pop\";s:1:\"1\";s:8:\"adm_cbox\";s:1:\"1\";s:10:\"cbox_style\";s:5:\"droid\";s:10:\"auth_l_adm\";s:1:\"1\";s:11:\"load_bs_adm\";s:1:\"1\";s:10:\"eo_bswtest\";s:0:\"\";}','yes'),(394,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1426622443;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:{}s:9:\"no_update\";a:11:{s:53:\"child-theme-configurator/child-theme-configurator.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"45935\";s:4:\"slug\";s:24:\"child-theme-configurator\";s:6:\"plugin\";s:53:\"child-theme-configurator/child-theme-configurator.php\";s:11:\"new_version\";s:7:\"1.7.2.1\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/child-theme-configurator/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/child-theme-configurator.1.7.2.1.zip\";}s:31:\"child-themify/child-themify.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"37417\";s:4:\"slug\";s:13:\"child-themify\";s:6:\"plugin\";s:31:\"child-themify/child-themify.php\";s:11:\"new_version\";s:5:\"1.1.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/child-themify/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/child-themify.1.1.1.zip\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"790\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"4.1.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.1.1.zip\";}s:34:\"gravity-forms-pdf-extended/pdf.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"34564\";s:4:\"slug\";s:26:\"gravity-forms-pdf-extended\";s:6:\"plugin\";s:34:\"gravity-forms-pdf-extended/pdf.php\";s:11:\"new_version\";s:5:\"3.7.0\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/gravity-forms-pdf-extended/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/gravity-forms-pdf-extended.3.7.0.zip\";}s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3564\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"20101\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:5:\"3.3.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/jetpack.3.3.2.zip\";}s:37:\"magic-action-box/magic-action-box.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"28727\";s:4:\"slug\";s:16:\"magic-action-box\";s:6:\"plugin\";s:37:\"magic-action-box/magic-action-box.php\";s:11:\"new_version\";s:6:\"2.15.5\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/magic-action-box/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/magic-action-box.2.15.5.zip\";}s:23:\"pdf-print/pdf-print.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"45167\";s:4:\"slug\";s:9:\"pdf-print\";s:6:\"plugin\";s:23:\"pdf-print/pdf-print.php\";s:11:\"new_version\";s:5:\"1.7.8\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/pdf-print/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/pdf-print.1.7.8.zip\";}s:29:\"pdf-embedder/pdf_embedder.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"57033\";s:4:\"slug\";s:12:\"pdf-embedder\";s:6:\"plugin\";s:29:\"pdf-embedder/pdf_embedder.php\";s:11:\"new_version\";s:5:\"1.0.4\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/pdf-embedder/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/pdf-embedder.1.0.4.zip\";}s:39:\"vanilla-pdf-embed/vanilla-pdf-embed.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"46080\";s:4:\"slug\";s:17:\"vanilla-pdf-embed\";s:6:\"plugin\";s:39:\"vanilla-pdf-embed/vanilla-pdf-embed.php\";s:11:\"new_version\";s:5:\"0.0.7\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/vanilla-pdf-embed/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/vanilla-pdf-embed.zip\";}s:19:\"wptouch/wptouch.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3265\";s:4:\"slug\";s:7:\"wptouch\";s:6:\"plugin\";s:19:\"wptouch/wptouch.php\";s:11:\"new_version\";s:5:\"3.7.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/wptouch/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/wptouch.3.7.3.zip\";}}}','yes'),(214,'_site_transient_timeout_browser_3bec48a1d98e73c3c54abfb8c3d1d4e7','1427033981','yes'),(215,'_site_transient_browser_3bec48a1d98e73c3c54abfb8c3d1d4e7','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"36.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(318,'_site_transient_timeout_available_translations','1426484848','yes'),(319,'_site_transient_available_translations','a:52:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-17 19:01:24\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-27 15:23:28\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-18 11:10:33\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-08 17:39:56\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-26 03:38:28\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-03-03 13:54:58\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-18 22:27:33\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-04 12:59:40\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-03-14 07:42:05\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-03-05 22:03:06\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-17 20:53:36\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-05 09:59:30\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-28 01:01:02\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-18 13:11:32\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-05 15:18:10\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-25 14:34:19\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:19:\"2014-12-19 08:14:32\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-04 19:47:01\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-09 12:20:08\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-23 14:29:09\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:19:\"2014-12-17 07:01:16\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-03-12 17:29:55\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-05 17:37:43\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.0/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-17 18:37:43\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-12 01:05:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.1/haz.zip\";s:3:\"iso\";a:2:{i:1;s:3:\"haz\";i:2;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-03-03 17:11:23\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-20 16:50:00\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-15 20:01:36\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-03-09 07:56:43\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-03-15 22:23:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-03-02 13:41:23\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-29 10:53:40\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-21 03:05:42\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-08 00:36:50\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-23 10:05:46\";s:12:\"english_name\";s:7:\"Burmese\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-18 11:09:37\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-18 13:44:24\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-16 15:47:22\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-03-15 21:57:30\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.1/ps.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ps\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-19 19:37:03\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-25 20:46:09\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-23 20:34:01\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-17 18:16:58\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-03-02 18:38:35\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-13 22:38:48\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:19:\"2014-12-18 19:08:01\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-29 09:41:07\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-26 04:10:43\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-01-19 08:42:08\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-19 05:33:04\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2015-02-19 08:39:08\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:19:\"2014-12-26 02:21:02\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','yes'),(185,'stats_cache','a:2:{s:32:\"e696ae8bfa5f4bb2c2ead862fc4951a1\";a:1:{i:1426549009;a:0:{}}s:32:\"287b53f5da031038c38ddb1a55beec77\";a:1:{i:1426549010;a:0:{}}}','yes'),(350,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1426564274','no'),(351,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1426521074','no'),(358,'rewrite_rules','a:68:{s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=52&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'),(348,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1426564274','no'),(349,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','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:35:\"Alex King: In Praise of BackupBuddy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://alexking.org/?p=21405\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://alexking.org/blog/2015/03/15/backupbuddy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1571:\"<p>I’m thrilled with my <a href=\"https://alexking.org/blog/2015/02/25/hosted-on-webfaction\">new hosting set-up</a> for this site, however WebFaction doesn’t offer daily backups. I knew could spend the time to write a little script to export my database and pass it along to another storage location, but then I thought of <a href=\"https://ithemes.com/purchase/backupbuddy/\">BackupBuddy from iThemes</a>.</p>\n<p>5 minutes later I had BackupBuddy installed, with a nightly job configured to do a full export of my database and store the last 10 days of backups in my Dropbox account.</p>\n<p>Sure, I could have written the code to do this myself. It’s always tempting to do-it-yourself when you know you <em>can</em> do something. The key is to ask yourself if you <em>should</em> do something. It would have taken much more than 5 minutes to get even a simple backup script written and configured; and I definitely wouldn’t have had the storage and and automation options that BackupBuddy provides out of the box.</p>\n<p>If you need hassle-free backups for your self-hosted WordPress site<sup id=\"fnref:1\"><a href=\"http://alexking.org/blog/topic/wordpress/feed#fn:1\" rel=\"footnote\">1</a></sup>, give BackupBuddy a try.</p>\n<div class=\"footnotes\">\n<hr />\n<ol>\n<li id=\"fn:1\">\nIf you have a website, <em>please</em> make sure you have an automated backup system, and that you’ve tested your backups to make sure they actually work. <a href=\"http://alexking.org/blog/topic/wordpress/feed#fnref:1\" rev=\"footnote\">↩</a>\n</li>\n</ol>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 15 Mar 2015 20:05: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:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:24:\"Matt: Live in the Moment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44759\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/live-in-the-moment/\";s: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:369:\"<p>Jenna Wortham writes on <a href=\"http://bits.blogs.nytimes.com/2014/10/18/trying-to-live-in-the-moment-and-not-on-the-phone/\">Trying to Live in the Moment (and Not on the Phone)</a>. I’ve been using the Moment app recently too, <a href=\"https://cloudup.com/cSfRDLJHDiv\">here’s my past week of usage</a>. (I think it might count phone calls as usage.)</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, 15 Mar 2015 18:45:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:23:\"Matt: Series A Struggle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44853\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://ma.tt/2015/03/raising-series-a/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:312:\"<p><a href=\"http://firstround.com/review/what-the-seed-funding-boom-means-for-raising-a-series-a/\">Josh Kopelman on why raising a Series A is harder than ever, and how startups can adapt to survive the changing investment landscape</a>. Fantastic essay, relevant for every company raising money at any stage.</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, 14 Mar 2015 20:45:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:81:\"WPTavern: BuddyPress Live Notification 2.0 Adds Real-Time Notifications for Users\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=40500\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://wptavern.com/buddypress-live-notification-2-0-adds-real-time-notifications-for-users\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3787:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/megaphone.jpg\" rel=\"prettyphoto[40500]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/megaphone.jpg?resize=1024%2C484\" alt=\"photo credit: MACSwriter - cc\" class=\"size-full wp-image-28480\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/88758069@N08/8445004895/\">MACSwriter</a> – <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a>\n<p>The <a href=\"https://wordpress.org/plugins/bp-live-notification/\">BuddyPress Live Notification</a> plugin was originally released in 2011. Brajesh Singh, prolific plugin author and founder of <a href=\"http://buddydev.com/\" target=\"_blank\">BuddyDev</a>, created the plugin to provide Facebook-style real-time notifications for users. Over the past four years, a number of significant changes in both WordPress and BuddyPress have necessitated a complete rewrite of the extension.</p>\n<p>The <a href=\"http://buddydev.com/buddypress/introducing-buddypress-live-notification-2-0/\" target=\"_blank\">2.0 version</a> of the plugin adds support for BuddyPress’ new <a href=\"http://wptavern.com/buddypress-1-9-sammy-released-with-new-notifications-component\" target=\"_blank\">notifications component</a>, as well as the <a href=\"http://codex.wordpress.org/Function_Reference/wp_heartbeat_settings\" target=\"_blank\">Heartbeat API</a>, which is now used to fetch the notifications.</p>\n<p>The updated version includes the following:</p>\n<ul>\n<li>Complete rewrite of the code to include support for BP notifications component (introduced in BuddyPress 1.9.0)</li>\n<li>Uses WordPress Heartbeat API instead of long AJAX polling for greatly improved performance</li>\n<li>Allows theme authors to change the notifying mechanism by overriding the notify method of the bpln object</li>\n<li>Fires custom JavaScript event bpln:new_notifications when new notifications are received on the client side. A theme author can hook into it to make modifications.</li>\n</ul>\n<p>Because BP Live Notification was designed to be easy to theme and extend, Singh created an <a href=\"https://github.com/sbrajesh/bp-live-notification-example-module\" target=\"_blank\">example plugin</a> to demonstrate how to replace the notify window UI with your own customization.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/jquery-notice-style.png\" rel=\"prettyphoto[40500]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/jquery-notice-style.png?resize=449%2C250\" alt=\"jquery-notice-style\" class=\"aligncenter size-full wp-image-40617\" /></a></p>\n<p>The sample plugin repackages the notification window with the <a href=\"https://github.com/sbrajesh/bp-live-notification-example-module/tree/master/assets/notify\" target=\"_blank\">jQuery notice plugin</a>. Check out a <a href=\"http://creativedream.net/plugins/jquery.notify/\" target=\"_blank\">live demo</a> to see how that style of notice is presented.</p>\n<p>If you don’t like how BP Live Notification styles its alerts by default, you can easily integrate a different jQuery notice plugin using the example Singh posted on GitHub. Searching the web will turn up a <a href=\"http://jqueryhouse.com/best-jquery-notification-plugins/\" target=\"_blank\">wide variety</a> of beautiful notification styles that you can adapt for use with BuddyPress.</p>\n<p>Both Twitter and Facebook use live notifications to keep users interacting on their social networks. When you receive a live notice, it confirms, in an almost tangible way, that you are at the center of where the social activity is happening. If you think this would benefit your BuddyPress network, download <a href=\"https://wordpress.org/plugins/bp-live-notification/\">BP Live Notification</a> 2.0 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:\"Sat, 14 Mar 2015 02:07: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:\"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: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:80:\"WPTavern: How to Stay in the Loop if You Turn Off WordPress’ Automatic Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=40498\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/how-to-stay-in-the-loop-if-you-turn-off-wordpress-automatic-updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5514:\"<p>When a critical <a href=\"http://wptavern.com/blind-sql-injection-vulnerability-discovered-in-wordpress-seo-plugin-by-yoast-immediate-update-recommended\" target=\"_blank\">security vulnerability was discovered in Yoast’s SEO plugin</a> this week, WordPress.org took the initiative to automatically update users’ sites with the patched version of the plugin. Many users were taken by surprise, given that the WordPress codex clearly stated that automatic plugin and theme updates are disabled by default.</p>\n<p>Shortly after the automatic update rolled out, the <a href=\"http://codex.wordpress.org/Configuring_Automatic_Background_Updates\" target=\"_blank\">codex page</a> was updated to reflect the fact that in rare instances WordPress.org will automatically update your plugins and themes unless you opt to turn this feature off entirely. Many users are not comfortable with forced automatic updates, but the good news is that there is a filter to turn them off, including the WordPress.org security updates for popular plugins:</p>\n<pre class=\"brush: php; light: true; title: ; notranslate\">add_filter( \'auto_update_plugin\', \'__return_false\' );</pre>\n<p>Prior to this security issue, users were not aware that they had to opt out of these forced updates. On one side of the fence there are those who think it’s no big deal and are thankful that WordPress.org is proactive on behalf of user security.</p>\n<p>On the other hand, there are those who are wary of forced updates from plugin authors who are notorious for pushing out problematic updates. The <a href=\"https://wordpress.org/support/plugin/wordpress-seo\">support forum</a> for Yoast’s SEO plugin contains many threads regarding fatal errors following updates issued in the past.</p>\n<p>In this particular case, Nick Haskins <a href=\"http://nickhaskins.com/2015/03/on-automatic-wordpress-updates/\" target=\"_blank\">summarizes</a> why he was not comfortable with WordPress.org’s forced update:</p>\n<blockquote><p>The plugin in question is Yoast WordPress SEO. If you’re not familiar with his plugins, the history of updates is awful. In the last two weeks, I’ve updated twice, and both times have resulted in fatal PHP errors which require FTP’ing into the site, to manually remove the plugin. Both cases were due to not checking if a file exists before loading it.</p></blockquote>\n<p>Those who are not comfortable with WordPress.org’s forced update policy have the option to turn updates off for particular plugins or for all plugins. If you opt to go the route of turning automatic updates off, there are alternative ways that you can stay up-to-date on plugin releases.</p>\n<h3>Get Email Notices When Core, Plugin, and Theme Updates are Available</h3>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/air-mail.jpg\" rel=\"prettyphoto[40498]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/air-mail.jpg?resize=1018%2C494\" alt=\"photo credit: Par avion - (license)\" class=\"size-full wp-image-40600\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/79016591@N07/13204207393\">Par avion</a> – <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p>No site admin can realistically be expected to log into his site(s) and check for update every day, let alone follow all the news surrounding plugin and theme security issues. The <a href=\"https://wordpress.org/plugins/wp-updates-notifier/\" target=\"_blank\">WP Updates Notifier</a> plugin will monitor your WordPress installation for updates and will send you an email as they become available. It includes the following features:</p>\n<ul>\n<li>Set the interval of how often to check for updates; hourly, twice daily or daily.</li>\n<li>Sets WordPress to check for updates more often meaning you get to know about updates sooner.</li>\n<li>Get emailed about core, plugin and theme updates.</li>\n<li>Chose if you want to be notified about active only themes and plugins updates.</li>\n<li>Remove upgrade nag message to non-admin users.</li>\n<li>For advanced users there are a number of filters and actions you can use.</li>\n</ul>\n<p>It would be truly awesome if WP Updates Notifier was also able to scan a plugin’s changelog for the word “Security” and tack it onto the email if it is applicable.</p>\n<p>WP Updates Notifier can be useful even if you’re comfortable allowing WordPress.org to perform occasional forced updates to themes and plugins for security. You may be using a plugin that is not nearly popular enough meet the criteria for a forced automatic update. Regardless, it may be useful for you to know as soon as there is an update available.</p>\n<p>The important thing is to stay in the loop about potential security issues and get patches as soon as they are available. <a href=\"https://wordpress.org/plugins/wp-updates-notifier/\" target=\"_blank\">WP Updates Notifier</a> lets you do that without having to allow any third party update core, plugins, or themes on your server. The plugin is most useful when you have only a handful of sites or fewer. Otherwise, it’s probably better to utilize a central dashboard service where you check in regularly to see updates across all of your sites at once.</p>\n<p>Your other alternative is to ditch plugins created by authors who you cannot trust to issue clean updates. That will put you in a better position to leave automatic background updates on, which is recommended for the vast majority of WordPress users.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Mar 2015 19:38:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:88:\"Post Status: Running a successful membership site in real life, with Jonathan Williamson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://poststatus.com/?p=7208\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/running-a-wordpress-membership-website-jonathan-williamson/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12427:\"<p>Jonathan Williamson is the co-founder and COO of <a href=\"http://cgcookie.com/\">CGCookie</a>, a membership website that provides as an educational resource for computer graphics and modeling. CGCookie has been around since 2008, and today is a network of five websites, has thousands of paying members, a team of six full time employees plus a number of contractors.</p>\n<p>CGCookie is built completely on WordPress and has a built in membership component. Some astute readers may recognize both the site and Jonathan’s name; Jonathan is <a href=\"https://twitter.com/pippinsplugins\">Pippin Williamson’s</a> identical twin brother, and Pippin has worked with Jonathan on CGCookie many times. So, in this interview, you’re not listening to me talk to Pippin — though it sounds like it — but I’m talking to Jonathan Williamson.</p>\n<p>Jonathan is as passionate about CG, modeling, 3D printing, and the software that surrounds these disciplines as Pippin is about WordPress and programming. It was a pleasure to talk to Jonathan about what it’s like to run a membership site that runs on WordPress. I think this interview will be beneficial for those that want to run a membership site, and also those that work with clients who make their living off of their website.</p>\n<p><!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"http://audio.simplecast.fm/9023.mp3\">http://audio.simplecast.fm/9023.mp3</a><br />\n<a href=\"http://audio.simplecast.fm/9023.mp3\">Direct Download</a></p>\n<p><a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">Or subscribe to the Post Status Draft podcast on iTunes!</a></p>\n<h3>How CGCookie evolved</h3>\n<p>CGCookie started as a blog with news, tutorials, and resources for CG enthusiasts. The first form of its monetization was by selling the source files for the various tutorials. Within about two years, Jonathan and co-founder Wes Burke decided to add a membership component that ended up working far better than they anticipated.</p>\n<p>Jonathan has been working full-time on CGCookie since around the summer of 2009. They originally launched on aMember, before eventually migrating to Pippin’s <a href=\"https://pippinsplugins.com/restrict-content-pro-premium-content-plugin/\">Restrict Content Pro</a> plugin, along with <a href=\"https://easydigitaldownloads.com/\">Easy Digital Downloads</a>.</p>\n<p>Today, CGCookie has more than 120,000 free users, and they have around 4,800 paid members.</p>\n<p>Since 2008, CGCookie have managed to not have a full time web developer until February of 2014, when they hired Nick Haskins. You may recognize Nick as the founder of <a title=\"Aesop, a Medium-esque “story engine” for WordPress\" href=\"https://poststatus.com/aesop-medium-esque-story-engine-wordpress/\">Aesop Stories</a> as well. Nick manages front-end development for the site, and they still don’t have a backend developer — though a backend developer and designer are on their roadmap.</p>\n<h3>How CGCookie’s eCommerce setup runs</h3>\n<p>Considering Jonathan is using his brother’s own plugins in the real world, it makes for a great avenue for feedback and insight for Pippin to improve those products.</p>\n<p>CGCookie is using Restrict Content Pro for <a href=\"https://cgcookie.com/membership/\">memberships</a> themselves, and EDD plus the <a href=\"https://easydigitaldownloads.com/extensions/frontend-submissions/\">Front-End Submissions</a> add-on for their <a href=\"http://cgcookiemarkets.com/blender/\">marketplace</a>. We talked about whether EDD could be used for both, or if there is room for improvement in the marriage between the two systems, and he believes there is and that it’s a goal for the two plugins. For instance, currently, reporting and user management and a number of other features are independent between each plugin even though often times the users that utilize the system may overlap.</p>\n<p>I asked Jonathan about scaling WordPress and eCommerce for their large user base. He says that scaling for eCommerce has not been difficult, but with over a hundred thousand users, some default WordPress functionality has not scaled well; for instance, some admin areas create dropdowns for all users, which does not work well. Fortunately, there are some trac tickets in place currently to help solve some of these problems.</p>\n<h3>Prioritizing goals for a membership site</h3>\n<p>When discussing challenges running a membership site, Jonathan highlights the internal battles: balancing new features versus iterative improvements. Based on my short experience managing this membership site, I completely agree.</p>\n<p>For an example, Jonathan told me about a potential question and answer system to help his members get answers for specific technical topics that may be beyond the scope of a specific course. They believe a Stack Exchange style setup that allows them to refer their courses to specific questions would allow them to better serve their customers with the same content they already have.</p>\n<blockquote><p>How do you get people to find your content that answers their question, but you don’t have a way of just explicitly saying that these are the questions this course answers?</p></blockquote>\n<p>They’re considering a method of post to post relationships that direct courses as question answers and vice versa. For this feature and others, they try to do things with a short return on investment, but they also don’t want to be a slave to it. They sometimes do things “that are important to the quality of CGCookie, that never make a dime.” They removed ads last year under that very premise, to make CGCookie a better learning experience.</p>\n<h3>Not the only place to learn</h3>\n<p>Jonathan knows CGCookie isn’t the only place to learn, so they focus on creating an excellent community and learning experience for their customers.</p>\n<p>Realizing that our sites aren’t the only way to get certain information is an important thing to know to be able to better focus what we create for our users and why we create it.</p>\n<h3>Pricing for CGCookie</h3>\n<p>CGCookie has pricing for monthly, quarterly, or yearly pricing; all plans renew automatically unless explicitly cancelled. This is a feature they actively A/B test to see what’s working and what’s not.</p>\n<p>Behavior of customers varies between the three levels. Jonathan says that the users are more invested in their purchases (and getting more out of it) when they sign up for longer. Quarterly members have 10% longer lifetime memberships and spend three times longer on the site.</p>\n<p>However, they do have “a fair bit” of what I called “download and dash” members that sign up for a month, download a bunch of assets and cancel. Monthly memberships are also the most popular plan. They’ve considered locking down downloads for monthly signups but it’s not something they want to do unless it becomes a bigger problem; however they do lose money on those customers that download gigabytes of files and videos but only stay subscribed for one month.</p>\n<h3>Testing</h3>\n<p>During A/B tests, they have found that people will be just as likely to sign up for quarterly as monthly if monthly isn’t available, and quarterly members are more engaged. One thing they noted is that once people stick around for a few months, the average tenure of a user skyrockets; they have some users that have been a paying member as long as the site has been running.</p>\n<p>One of my big takeaways talking to Jonathan was about how significant testing can be. Their tests help them decide on the optimal pricing and payment plans to maximize a lifetime value.</p>\n<p>For testing, insights, and statistics they use <a href=\"https://www.optimizely.com/\">Optimizely</a>, <a href=\"https://mixpanel.com/\">Mixpanel</a>, and Google Analytics.</p>\n<p>Mixpanel allows you to create custom events in your software, and does require some code knowledge, but it can deliver valuable insights if you use it correctly. Jonathan notes, “It’s basically as comprehensive as you make it.”</p>\n<p>They can also mesh tools. They can track which A/B test from Optimizely a customer signed up with, and then use Mixpanel to track what they did and how they did it. They can get login metrics, renewal numbers, and more for each plan and signup flow.</p>\n<p>Mixpanel requires PHP and JavaScript knowledge to utilize, but Optimizely has an extensive visual interface that doesn’t require code knowledge to utilize.</p>\n<h3>What encourages membership signups</h3>\n<p>“It varies day to day, week to week, month to month,” in regard to how their signups work. A bad month in the economy can make their signups go down. Sometimes quarterly users will spike while monthly users are steady.</p>\n<p>Their biggest thing that affects signup rates is customer support. Some presale, but also support for new members to help answer questions and get people engaged. <span class=\"pullquote alignright\">When we can help someone answer the question, “Where do I go next?”, we are able to keep them for a long time.</span></p>\n<p>They have one or two courses that drive a ton of traffic to their site, and it is therefore their largest onboarding channel for new members. However, they don’t have a silver bullet for what it takes to get new users. They are always trying new things.</p>\n<h3>On competing and the industry</h3>\n<p>Jonathan doesn’t see themselves as a part of a singular industry. While many think of CG as a part of the film industry, it’s one of dozens of potential applications, and they don’t want to narrow themselves to a particular one.</p>\n<p>They also poll users to get a feel for who they are and what industry actual users come from. Based on around a thousand responses, they had no real pattern at all. The results were all over the board.</p>\n<p>So they don’t want to compete with a film tutorials site or any other industry site. They want to focus on the tool itself. They want to teach people how to use Blender and show them how it can be applied to various industries their users are a part of.</p>\n<h3>Advice for those running membership sites</h3>\n<blockquote><p>“Build your community would be the main one. It’s one thing to offer a really good product. It’s one thing to build a really good website. But if you don’t have the community behind you that’s going to be willing to trust in you with their wallet … it’s not going to go anywhere long term, sustainably.”</p></blockquote>\n<p>Jonathan says it’s about building the community as well as the sense of trust within that community. He believes that customers will want to know that not only the content will be worth it, but that it will continue to be worth it — and that the communication and support from the team behind the site will be consistent as well.</p>\n<p>He believes that subscriptions and products are very different. With a subscription, the interaction is just as or far more important than specific content itself.</p>\n<p>When he refers to community, he doesn’t mean it has to be strictly through something like a forum. He considers it a broad term, and for them it evolved out of their Blender community user base. At the time we recorded this, they didn’t have forums, a dedicated chat system, or an actual community integration part — though <a href=\"http://community.cgcookie.com/\">they have opened a forum</a> since we chatted. But the community exists and thrives within comments and their gallery functionality.</p>\n<h3>Wrapping up</h3>\n<p>Jonathan is full of great advice and I could listen to him talk about membership sites for a long time. I have no experience with CG but at the end of this interview he had me wanted to go build something with Blender.</p>\n<p>You can (and should) keep up with <a href=\"https://twitter.com/carter2422\">Jonathan on Twitter</a>, or perhaps you’ll see him at a conference near you — but you’ll probably think it’s Pippin at first. Also be sure to checkout <a href=\"http://cgcookie.com/\">CGCookie’s website</a>; it’s really great.</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, 13 Mar 2015 17:01: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: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: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:63:\"Matt: Love is the light that sparked when only darkness existed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://ma.tt/2015/03/love-is-the-light-that-sparked-when-only-darkness-existed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://ma.tt/2015/03/love-is-the-light-that-sparked-when-only-darkness-existed/\";s: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:186:\"<p> <img alt=\"\" src=\"http://i1.wp.com/ma.tt/files/2015/03/IMG_5196.jpg?resize=604%2C466\" title=\"\" class=\"size-custom\" /></p>\n<p>Taken in Houston today. Happy birthday Mom! </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, 13 Mar 2015 15:49:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:37:\"Matt: Government Taking Over Internet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44766\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://ma.tt/2015/03/government-taking-over-internet/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:569:\"<p>Since the Title II ruling from the FCC there’s been a lot of partisan rhetoric about the government taking over the internet, <a href=\"http://ma.tt/2015/02/net-neutrality-win/\">even in the comments of this very blog</a>. I just came across Brad Feld’s post, <a href=\"http://feld.com/archives/2015/02/final-thoughts-fcc-title-ii-ahead-tomorrows-vote-net-neutrality.html\">Some Final Thoughts on the FCC and Title II Ahead of Tomorrow’s Vote on Net Neutrality</a> and he does an awesome job breaking down and addressing each of the misconceptions.</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, 13 Mar 2015 02:06: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: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:56:\"WPTavern: WordPress 4.2 Beta 1 Now Available for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=40568\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wptavern.com/wordpress-4-2-beta-1-now-available-for-testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3336:\"<p><a href=\"https://wordpress.org/news/2015/03/wordpress-4-2-beta-1/\" target=\"_blank\">WordPress 4.2 beta 1</a> is now available for early testers to download. It’s “pencils down” time for core contributors as far as new feature requests are concerned. This is the point in the release cycle where contributors are focusing their efforts on bug fixes and inline documentation.</p>\n<p>Drew Jaynes, the 4.2 release lead, posted the <a href=\"https://wordpress.org/news/2015/03/wordpress-4-2-beta-1/\" target=\"_blank\">beta release announcement</a> and summarized the main features that could use further testing. The <a href=\"http://wptavern.com/preview-the-press-this-bookmarklet-redesign-alpha-plugin-now-ready-for-testing\" target=\"_blank\">Press This bookmarklet feature has been totally redeigned</a> to be more intuitive and mobile-friendly. If you want to test it out, install the beta and then navigate to the Tools screen in the admin.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/press-this-featured.jpg\" rel=\"prettyphoto[40568]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/press-this-featured.jpg?resize=898%2C408\" alt=\"press-this-featured\" class=\"aligncenter size-full wp-image-24221\" /></a></p>\n<p>Jaynes also encourages users to test drive the new theme browsing and switching capabilities that are now built into the customizer. “We’re especially interested to know if this helps streamline the process of setting up your site,” he said.</p>\n<p>The customizer theme switcher is one of the more controversial additions to this release. The new feature was met with a significant amount of resistance from our commenters when it was <a href=\"http://wptavern.com/customizer-theme-switcher-approved-for-merge-into-wordpress-4-2\" target=\"_blank\">approved for merge into WordPress 4.2</a>.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/customizer-theme-switcher.jpg\" rel=\"prettyphoto[40568]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/customizer-theme-switcher.jpg?resize=1025%2C473\" alt=\"customizer-theme-switcher\" class=\"aligncenter size-full wp-image-38931\" /></a></p>\n<p>The installation and update process for plugins has been beautifully re-tooled to provide a smoother, more convenient experience where users can perform these actions without leaving the Plugins screen. Feel free to leave any feedback on the corresponding <a href=\"https://core.trac.wordpress.org/ticket/29820\" target=\"_blank\">ticket</a> for this improvement.</p>\n<p>WordPress 4.2 also <a href=\"http://wptavern.com/wordpress-4-2-on-track-to-expand-core-support-for-emoji\" target=\"_blank\">expands core support for emoji</a>. Jaynes suggested that users go to town on testing it everywhere.</p>\n<p>“If you felt like emoji were starkly missing from your content toolbox, worry no more,” he said. “We’ve added emoji support nearly everywhere, even post slugs.”</p>\n<p>According to the current <a href=\"https://make.wordpress.org/core/version-4-2-project-schedule/\" target=\"_blank\">4.2 project schedule</a>, the official release is targeted for the week of April 22nd. A series of betas and at least one release candidate are likely to precede the official release during the course of the next 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, 13 Mar 2015 00:01: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WPTavern: WPWeekly Episode 183 – Backing Up The Backup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=40559&preview_id=40559\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wptavern.com/wpweekly-episode-183-backing-up-the-backup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4337:\"<p>In this episode of WordPress Weekly, <a title=\"http://onlinebizcoach.com/\" href=\"http://onlinebizcoach.com/\">Marcus Couch</a> and I discuss a lot of different stories. We share our opinions on the redesigned theme and plugin directories. We discuss CodeGuard’s survey results that indicate WordPress users need a lot more education on backup plugins, strategies, and services. Last but not least, we discuss the WordPress history book. Near the end of the show, Marcus describes a new venture he’s pursuing to help coach online businesses.</p>\n<h2>Stories Discussed:</h2>\n<p><a title=\"http://wptavern.com/wordpress-version-stats-updated-more-than-13-of-sites-are-running-wordpress-4-1\" href=\"http://wptavern.com/wordpress-version-stats-updated-more-than-13-of-sites-are-running-wordpress-4-1\">WordPress Version Stats Updated: More Than 1/3 of Sites are Running WordPress 4.1</a><br />\n<a title=\"http://wptavern.com/wordpress-plugin-directory-launches-new-design\" href=\"http://wptavern.com/wordpress-plugin-directory-launches-new-design\">WordPress Plugin Directory Launches New Design</a><br />\n<a title=\"http://wptavern.com/wordpress-theme-directory-launches-new-design\" href=\"http://wptavern.com/wordpress-theme-directory-launches-new-design\">WordPress Theme Directory Launches New Design</a><br />\n<a title=\"http://wptavern.com/version-one-of-the-wordpress-history-book-is-ready-for-review\" href=\"http://wptavern.com/version-one-of-the-wordpress-history-book-is-ready-for-review\">Version One of The WordPress History Book is Ready For Review</a><br />\n<a title=\"http://wptavern.com/wordpress-publishes-security-white-paper\" href=\"http://wptavern.com/wordpress-publishes-security-white-paper\">WordPress Publishes Security White Paper</a><br />\n<a title=\"http://wptavern.com/codeguard-survey-shows-more-education-is-needed-on-backup-software-services-and-strategies-for-wordpress\" href=\"http://wptavern.com/codeguard-survey-shows-more-education-is-needed-on-backup-software-services-and-strategies-for-wordpress\">CodeGuard Survey Shows More Education is Needed on Backup Software, Services, and Strategies For WordPress</a><br />\n<a title=\"http://wptavern.com/bbpress-2-5-5-released-patches-three-potential-security-vulnerabilities\" href=\"http://wptavern.com/bbpress-2-5-5-released-patches-three-potential-security-vulnerabilities\">bbPress 2.5.5 Released, Patches Three Potential Security Vulnerabilities</a><br />\n<a title=\"http://wptavern.com/blind-sql-injection-vulnerability-discovered-in-wordpress-seo-plugin-by-yoast-immediate-update-recommended\" href=\"http://wptavern.com/blind-sql-injection-vulnerability-discovered-in-wordpress-seo-plugin-by-yoast-immediate-update-recommended\">Blind SQL Injection Vulnerability Discovered in WordPress SEO Plugin by Yoast: Immediate Update Recommended</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a title=\"https://wordpress.org/plugins/custom-upload-folders-plus/\" href=\"https://wordpress.org/plugins/custom-upload-folders-plus/\">Custom Upload Folders Plus</a> lets you organize file uploads by file type and logged in users.</p>\n<p><a title=\"https://wordpress.org/plugins/scratchpad/\" href=\"https://wordpress.org/plugins/scratchpad/\">Scratchpad</a> lets you keep running notes when composing your posts. It can be used to keep an outline for the post, be visible next to the post, or to have a list of links or snippets to refer to.</p>\n<p><a title=\"https://wordpress.org/plugins/gravity-buttons/\" href=\"https://wordpress.org/plugins/gravity-buttons/\">Gravity Buttons</a> is a powerful button creation plugin that allows anyone to create great-looking CSS3 buttons that can be used anywhere on your site.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 18th 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 #183:</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, 12 Mar 2015 22:58: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:\"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: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:42:\"WPTavern: Is a WordPress Plugin a Startup?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40528\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wptavern.com/is-a-wordpress-plugin-a-startup\";s: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:8949:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/petersuhm.jpeg\" rel=\"prettyphoto[40528]\"><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>About two months ago, I released my first commercial WordPress product, <a href=\"https://wppusher.com/\" target=\"_blank\">WP Pusher</a>, a plugin that makes deploying themes and plugins really easy. WP Pusher was not meant to be “just a plugin”. It was supposed to be a SaaS product, and throughout it all, when I was building it, I always thought of it as a startup I was creating.</p>\n<p>For “just a WordPress plugin”, I think it has been quite successful so far, and to a large extent, I believe that to be a result of my own perception of the whole thing. I think it was more successful because, even after I realized it was just going to be a plugin, I still treated it as a startup.</p>\n<h2>What Is a Startup?</h2>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/office.jpeg\" rel=\"prettyphoto[40528]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/office.jpeg?resize=1025%2C493\" alt=\"office\" class=\"aligncenter size-full wp-image-40552\" /></a></p>\n<p>In the fall of 2014, I was traveling around Southeast Asia, enjoying the digital nomad lifestyle, while making WP Pusher. I spent quite a bit of time in Chiang Mai, the capital of digital nomads, and everyone was talking about a guy named Pieter Levels, who did all kinds of cool things, all related to digital nomadism. One of these things was to take up the challenge of building a new startup every month for 12 months.</p>\n<p>Hearing people talk about Pieter’s startup quest got me thinking about the term “startup”. Honestly, when I first heard about it, I did not think of the 12 startups as real startups – which Pieter obviously did. To me, creating a portfolio of 12 startups in such a short time seemed a bit silly. In my head, a real startup required more dedication and commitment than that.</p>\n<p>In the meantime, some of Pieter’s startups have been really successful and the whole process has been really inspiring to follow. I now understand that my idea of a startup was missing some pieces. All of the 12 projects that Pieter created qualified as startups. Some of them were more successful than others, but he validated 12 ideas in a short time and the result is really impressive. And one thing, which is very important, is that Pieter treated all of the 12 projects as startups instead of just another side project (which is how many developers talk about their projects). Calling something a side project is an easy way of protecting yourself against your fear of failure.</p>\n<p>If you ask Steve Blank about his definition of a startup, he will tell you that <a href=\"http://steveblank.com/2010/01/25/whats-a-startup-first-principles/\" target=\"_blank\">“a startup is an organization formed to search for a repeatable and scalable business model”</a>. If we break that up, “an organization” can mean anything. It can be you alone or it can be a team. “Repeatable” and “scalable” are two sides of the same coin.</p>\n<p>Building a WordPress plugin and calling it a day is not enough. That is not a startup. Honestly, to me, “repeatable“ is the main factor. I am in it for the freedom – not the empire building. I want a business to be repeatable in the sense that I can teach someone else how to run it for me – hence, freedom. It does not have to be scalable in order to put food on my table or allow me to travel around the world – it just has to be profitable.</p>\n<p>WordPress offers a giant market full of small niches and potential customers. There is no reason why something you are building for WordPress could not be as huge as any other software startup. The market share of the WordPress platform is <a href=\"http://w3techs.com/technologies/overview/content_management/all/\" target=\"_blank\">large enough</a>.</p>\n<p>In relation to the Steve Blank quote, what could you do to make your WordPress plugin a startup instead of a side project? First of all, you need to think about the “organization”. Most likely, you are the programmer or the engineer behind your product. But do you know how to design a shiny, high-converting landing page? Do you have any clue about how to approach marketing or customer relations? What about the legal and financial aspects? Maybe you do. If you do not, you need to either be willing to learn or team up with someone who does. At the very minimum, you need to at least consider it.</p>\n<p>How can you build a business around a WordPress plugin that is more “repeatable” and “scalable”? Well, you could do most of the things that other startups do. Here are a few questions to consider:</p>\n<ul>\n<li>Could you charge more or offer more expensive options?</li>\n<li>Could you turn your plugin into a SaaS or find something that you could charge for on a recurring basis?</li>\n<li>Could you sell additional add-ons or extensions for your plugin?</li>\n<li>Could you offer a service in addition to your plugin?</li>\n<li>Given you solve some kind of pain for your customers, could you copy your idea to other niches or customer segments?</li>\n<li>Could you come up with ways to attract more customers on a recurring basis? (SEO, content marketing, advertising etc.)</li>\n<li>Could you have someone else help you find new customers? (copywriters, affiliate partners etc.)</li>\n</ul>\n<p>You get it.</p>\n<h2>Solving Your Own Problems vs. Solving Other People’s Problems</h2>\n<p>A very important point I want to make relates to the business idea of your WordPress plugin. In a market like WordPress, programmers tend to be tempted to find solutions to their own problems – not necessarily other people’s problems. Finding a solution for a problem you have yourself is a good place to start and great for motivation, domain knowledge and so on, but it is not enough.</p>\n<p>If you want it to be a business, you need to make sure that other people have the same problem and are willing to pay for it. Startups are not made to solve their own problems. The original business idea behind the startup might have been to solve a problem the founder had, but if the only customer in the startup is going to be the founder alone, it is not a very good business model. You need to figure out how you can make your product relevant to more people – not everyone of course, but more people than yourself.</p>\n<p>As an example, WP Pusher solves a problem I had with clients. There were already solutions to this problem – both free and paid. Most of them required either Git installed or that I granted them access to my clients’ servers. Given I am actually in control of, or at least have an influence over, most of the server environments of my clients, I could in theory have used one of these existing solutions.</p>\n<p>However, I knew that was not the case for a lot of WordPress developers. I saw the possibility of solving my own problem as well as solving a problem I knew a lot of other developers had. Reading about Pieter’s 12 startups inspires me to build more products for WordPress. Solve more problems. Build more startups.</p>\n<h2>Say It Out Loud</h2>\n<p>When I thought WP Pusher was going to be a SaaS business, I thought of it as a startup. When I decided to change the business model and rebuild it all as a single plugin, it felt weird calling it a business – or even a startup. For a short time I think I phrased it as “just a project for WordPress”, when telling people about it.</p>\n<p>Personally, I still like to think of it as a startup. I kept the landing page I built for the SaaS and I kept the blog I set up. I kept everything that I initially made when it was a “startup” I was working on. Today, I have made a conscious decision that it is in fact a startup – no matter how big or small it is.</p>\n<p>WP Pusher has many characteristics of a startup. It solves a very obvious pain point that is easy to communicate. It has a simple business model in a very large market. And finally, it has a logo and it has a nice landing page. That is a startup right there.</p>\n<p>What are you missing before you can confidently call your WordPress plugin a startup?</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, 12 Mar 2015 21:28:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Matt: Portland + Phoenix Press Publish Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44801\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://ma.tt/2015/03/portland-phoenix-press-publish-events/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:775:\"<p>We’re organizing an exciting <a href=\"http://presspublish.events/\">new conference series focused on blogging, called Press Publish</a>. The speaker list has some really awesome folks on it, and will include notable WordPress bloggers telling their stories as well as <a href=\"http://automattic.com/\">Automattic</a> employees teaching tutorials and workshops. Plus, WordPress.com Happiness Engineers will be ready and waiting to help people one-on-one with their blogs.</p>\n<p>The first two events are in <strong>Portland</strong> on March 28 and in <strong>Phoenix</strong> on April 18, and <a href=\"http://presspublish.events/register/?tix_coupon=MATTBLOG\">if you register with this link in the next week or so you get a discount</a>, special for Ma.tt readers.</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, 12 Mar 2015 04:58: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: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:91:\"WPTavern: EDD 2.3 Introduces New Customer Management Interface and Performance Improvements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40484\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://wptavern.com/edd-2-3-introduces-new-customer-management-interface-and-performance-improvements\";s: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:4339:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/EasyDigitalDownloadsFeaturedImage.png\" rel=\"prettyphoto[40484]\"><img class=\"aligncenter size-full wp-image-40496\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/EasyDigitalDownloadsFeaturedImage.png?resize=620%2C223\" alt=\"EasyDigitalDownloadsFeaturedImage\" /></a></p>\n<p>Easy Digital Downloads 2.3 is <a title=\"https://easydigitaldownloads.com/blog/version-2-3-released/\" href=\"https://easydigitaldownloads.com/blog/version-2-3-released/\">available for download</a> and includes new features along with performance improvements. One of the highlights is the new customer management interface. The improved interface lets you quickly browse customer data in an intuitive fashion. There’s also some new API’s that allow developers to interact with customer data behind the scenes.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/EDD23CustomerManagmentInterface.png\" rel=\"prettyphoto[40484]\"><img class=\"size-full wp-image-40487\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/EDD23CustomerManagmentInterface.png?resize=1025%2C808\" alt=\"New Customer Management Interface\" /></a>New Customer Management Interface\n<p>File download URLs are more secure, have better performance, and are more reliable. URLs now contain secure tokens and expiration dates to maintain the security of files. This decreases the likelihood of individuals being able to tamper with downloadable files. URLs are also shorter and easier to share.</p>\n<p>EDD 2.3 significantly improves stat tracking. For example, when you add or remove Download products on an existing payment record, the earnings and sales for the affected products are now properly updated when the payment record is saved. Performance improvements to reports include:</p>\n<ul>\n<li>Tax reports are now much more efficient</li>\n<li>A race condition related to the update process for Download earnings / sales has been resolved</li>\n<li>Individual customer stats are now much more performant</li>\n<li>The Sales / Earnings widget on the Dashboard now loads via Ajax to improve the first-load performance</li>\n</ul>\n<p>According <a title=\"https://twitter.com/chriscct7/status/575724923899023360\" href=\"https://twitter.com/chriscct7/status/575724923899023360\">to Chris Christoff</a>, core developer of EDD, the product has officially passed 10,000 commits made by 121 people since its inception on Github. Pippin Williamson, founder of EDD, states on Twitter that even though the release adds substantial features, the code base has shrunk significantly.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>Thanks to the keen eyes of <a href=\"https://twitter.com/andyfragen\">@andyfragen</a>, it\'s been noticed that the EDD code base shrunk significantly with 2.3, even though we add a LOT</p>\n<p>— Pippinsplugins (@pippinsplugins) <a href=\"https://twitter.com/pippinsplugins/status/575721400650043392\">March 11, 2015</a></p></blockquote>\n<p></p>\n<p>EDD 2.3 has eight other notable improvements:</p>\n<ul>\n<li>Download products can now be added to the cart with multiple price IDs at one time</li>\n<li>Better support for the <a href=\"https://wordpress.org/plugins/polylang/\" target=\"_blank\">Polylang</a> plugin has been added</li>\n<li>PayPal Buy Now buttons no longer create pending payment records on each click</li>\n<li>A new {ip_address} email tag has been added</li>\n<li>Numerous new action hooks and filters have been added for developers</li>\n<li>Numerous translation files have been added and several new languages as well</li>\n<li>The display of items in the cart widget has been improved to properly show quantities</li>\n<li>A large number of minor PHP issues have been resolved</li>\n</ul>\n<p>The full list of bugs and improvements is <a title=\"https://github.com/easydigitaldownloads/Easy-Digital-Downloads/issues?q=is%3Aissue+milestone%3A2.3+is%3Aclosed\" href=\"https://github.com/easydigitaldownloads/Easy-Digital-Downloads/issues?q=is%3Aissue+milestone%3A2.3+is%3Aclosed\">available on Github</a>. You can <a title=\"https://wordpress.org/plugins/easy-digital-downloads/\" href=\"https://wordpress.org/plugins/easy-digital-downloads/\">download 2.3</a> from the WordPress plugin directory or update from within WordPress by visiting the Updates screen.</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, 11 Mar 2015 23:18: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: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:54:\"WPTavern: WordPress Foundation Website Gets a Redesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=40035\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wptavern.com/wordpress-foundation-website-gets-a-redesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3663:\"<p>The <a href=\"http://wordpressfoundation.org/\" target=\"_blank\">WordPress Foundation</a> website is sporting a fresh coat of paint, based on the Twenty Fifteen default theme released with <a href=\"http://wptavern.com/wordpress-4-1-dinah-released\" target=\"_blank\">WordPress 4.1</a> last December. The foundation exists to further the mission of the open source project, most importantly by ensuring free access to the software for years to come. It also serves to protect the WordPress-related trademarks and educate the public about the software.</p>\n<p>With that mission at its core, it’s fitting that the foundation selected Twenty Fifteen for the new look. Matt Mullenweg, founder of the organization, <a href=\"https://twitter.com/photomatt/status/573256190462984192\" target=\"_blank\">identified</a> Automattic employee <a href=\"https://twitter.com/NickHamze\" target=\"_blank\">Nick Hamze</a> as responsible for the foundation’s updated design.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/wordpress-foundation.png\" rel=\"prettyphoto[40035]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/wordpress-foundation.png?resize=1025%2C703\" alt=\"wordpress-foundation\" class=\"aligncenter size-full wp-image-40473\" /></a></p>\n<p>When we offered a <a href=\"http://wptavern.com/first-look-at-designs-for-the-twenty-fifteen-default-wordpress-theme\" target=\"_blank\">first look at the design of Twenty Fifteen</a> prior to its release, readers made it clear that this theme would be more enthusiastically received than any other default theme in WordPress’ recent history. Twenty Fifteen offers users a clean canvas that easily lends itself to customization.</p>\n<p>Nick Hamze’s personal <a href=\"http://blog.nickhamze.com/\" target=\"_blank\">blog</a> is another beautiful example of a Twenty Fifteen customization in the wild.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/nick-hamze.png\" rel=\"prettyphoto[40035]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/nick-hamze.png?resize=1025%2C688\" alt=\"nick-hamze\" class=\"aligncenter size-full wp-image-40474\" /></a></p>\n<p>WordCamps in particular are making excellent use of the default theme as a base for their event websites. <a href=\"http://maine.wordcamp.org/2015/\" target=\"_blank\">WordCamp Maine 2015</a> is a prime example of how designers are creatively adapting Twenty Fifteen:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/wordcamp-maine.png\" rel=\"prettyphoto[40035]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/wordcamp-maine.png?resize=1025%2C713\" alt=\"wordcamp-maine\" class=\"aligncenter size-full wp-image-40475\" /></a></p>\n<p><a href=\"http://london.wordcamp.org/2015/\" target=\"_blank\">WordCamp London 2015</a> organizers used the default theme to bring a grunge look to their site with the help of Google fonts and spray paint style backgrounds.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/wordcamp-london.png\" rel=\"prettyphoto[40035]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/wordcamp-london.png?resize=1025%2C713\" alt=\"wordcamp-london\" class=\"aligncenter size-full wp-image-40477\" /></a></p>\n<p>Armed with a unique background image and a little bit of color inspiration, it’s easy for anyone to make their own totally unique version of Twenty Fifteen. Thanks to the options built into the customizer, you may not even need to create a child theme.</p>\n<p>Where else have you seen <a href=\"https://wordpress.org/themes/twentyfifteen/\" target=\"_blank\">Twenty Fifteen</a> in the wild?</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, 11 Mar 2015 22:44:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:63:\"WPTavern: Akismet Improves User Privacy by Encrypting API Calls\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40459\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wptavern.com/akismet-improves-user-privacy-by-encrypting-api-calls\";s: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:2837:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/AkismetSSLFeaturedImage.png\" rel=\"prettyphoto[40459]\"><img class=\"size-full wp-image-40462\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/AkismetSSLFeaturedImage.png?resize=656%2C301\" alt=\"Akismet SSL Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/61423903@N06/7557181168\">Secure Cloud Computing</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>Akismet 3.1 <a title=\"https://blog.akismet.com/2015/03/11/akismet-3-1-wordpress/\" href=\"https://blog.akismet.com/2015/03/11/akismet-3-1-wordpress/\">is available for download</a> and contains a bug fix that prevents it from inadvertently modifying a comment’s content during the spam filtering process. In addition to the bug fix, calls made to the Akismet API are now encrypted via SSL.</p>\n<p>While it may not seem like much on the surface, encrypting communications between WordPress and Akismet is an important change that increases the privacy of those who leave comments on your site. Christopher Finke, who works on the Akismet development team, explains why:</p>\n<blockquote><p>Akismet’s API is being offered over SSL for the same reason that all <a href=\"http://wordpress.com\">wordpress.com</a> subdomains are <a title=\"https://en.blog.wordpress.com/2014/06/05/reset-the-net/\" href=\"https://en.blog.wordpress.com/2014/06/05/reset-the-net/\">now served over SSL by default</a>. Encrypting that connection decreases the chances of surveillance by a third-party. No matter what a commenter is writing about, sending their comment to be checked using SSL ensures that it will only be read by those who are meant to read it.</p></blockquote>\n<p>The move is part of a larger effort to apply SSL across WordPress.com and WordPress.org. In late 2014, almost all of WordPress.org <a title=\"https://make.wordpress.org/meta/2014/09/23/wordpress-org-is-now-forced-ssl/\" href=\"https://make.wordpress.org/meta/2014/09/23/wordpress-org-is-now-forced-ssl/\">was transitioned</a> to load over SSL/HTTPS. As part of the security hardening process of WordPress 3.7, <a title=\"http://codex.wordpress.org/WordPress.org_API\" href=\"http://codex.wordpress.org/WordPress.org_API\">api.wordpress.org,</a> which handles theme, plugin, and core updates, was forced to use SSL if the webserver supports it.</p>\n<p>If you’re not sure what SSL is or would like to learn how to implement it on your site, read the <a title=\"https://make.wordpress.org/support/user-manual/web-publishing/https-for-wordpress/\" href=\"https://make.wordpress.org/support/user-manual/web-publishing/https-for-wordpress/\">HTTPS section in the WordPress user manual</a>. It has an introduction to the protocol and provides tips on implementing, tweaking, and applying good practices</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, 11 Mar 2015 21:12:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:117:\"WPTavern: Blind SQL Injection Vulnerability Discovered in WordPress SEO Plugin by Yoast: Immediate Update Recommended\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40433\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"http://wptavern.com/blind-sql-injection-vulnerability-discovered-in-wordpress-seo-plugin-by-yoast-immediate-update-recommended\";s: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:4095:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/yoast.jpg\" rel=\"prettyphoto[40433]\"><img class=\"aligncenter size-full wp-image-40456\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/yoast.jpg?resize=1025%2C457\" alt=\"yoast\" /></a></p>\n<p>A blind SQL injection vulnerability was discovered today in the popular <a href=\"https://wordpress.org/plugins/wordpress-seo/\" target=\"_blank\">WordPress SEO plugin by Yoast</a>. WPScanVulnerability Database <a href=\"https://wpvulndb.com/vulnerabilities/7841\" target=\"_blank\">issued an advisory</a> after responsibly disclosing the vulnerability to the plugin’s author:</p>\n<blockquote><p>The latest version at the time of writing (1.7.3.3) has been found to be affected by two authenticated (admin, editor or author user) Blind SQL Injection vulnerabilities.</p>\n<p>The authenticated Blind SQL Injection vulnerability can be found within the ‘admin/class-bulk-editor-list-table.php’ file. The orderby and order GET parameters are not sufficiently sanitized before being used within a SQL query.</p></blockquote>\n<p>Yoast was quick to respond with a patch and released version 1.7.4 with the following security fix:</p>\n<blockquote><p>Fixed possible CSRF and blind SQL injection vulnerabilities in bulk editor. Added strict sanitation to order_by and order params. Added extra nonce checks on requests sending additional parameters. Minimal capability needed to access the bulk editor is now Editor. Thanks <a href=\"https://github.com/ethicalhack3r\" target=\"_blank\">Ryan Dewhurst</a> from WPScan for discovering and responsibly disclosing this issue.</p></blockquote>\n<h3>Immediate Update Advised</h3>\n<p>Users running the most recent version are advised to update immediately. If you’re using Jetpack on all your sites, you can quickly update them by visiting: <a href=\"https://wordpress.com/plugins/wordpress-seo\" target=\"_blank\">https://wordpress.com/plugins/wordpress-seo</a>. There you will see all the sites where you have the plugin installed and can update from your centralized dashboard.</p>\n<p>Hosting companies are scrambling to add a fix to protect customers. The Pressable status blog sent out an <a href=\"http://status.pressable.com/2015/03/11/wordpress-seo-vulnerability/\" target=\"_blank\">advisory</a> on the vulnerability and is immediately updating installations where the plugin is active:</p>\n<blockquote><p>Our systems have already begun updating this plugin across all impacted sites on our systems, and we expect this process to be completed shortly.</p></blockquote>\n<p>SiteGround has added a <a href=\"https://www.siteground.com/blog/wordpress-seo-by-yoast-vulnerability/\" target=\"_blank\">temporary fix</a> to tide customers over in the meantime before they have the chance to update. The company added new security rules to its WAF (web application firewall), which will actively filter any possible incoming hacking attempts that try to exploit the vulnerability.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>Our security team has just added a fix to protect customers from a vulnerability in <a href=\"https://twitter.com/hashtag/WP?src=hash\">#WP</a> SEO plugin by Yoast <a href=\"https://t.co/nP9qrJaO0x\">https://t.co/nP9qrJaO0x</a></p>\n<p>— SiteGround (@SiteGround) <a href=\"https://twitter.com/SiteGround/status/575701133550878720\">March 11, 2015</a></p></blockquote>\n<p></p>\n<p><a href=\"https://wordpress.org/plugins/wordpress-seo/\" target=\"_blank\">WordPress SEO by Yoast</a> is active on more than one million websites. While many hosts are being proactive about getting plugin updates to customers, most of the plugin’s users will not be able to rely on their host to take care of the update. Keeping your site safe from the vulnerability is as easy as logging in and updating to the latest version.</p>\n<p><em><strong>Update</strong></em> Joost de Valk <a title=\"https://yoast.com/wordpress-seo-security-release/\" href=\"https://yoast.com/wordpress-seo-security-release/\">published an update</a> discussing the vulnerabilities and what is fixed.</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, 11 Mar 2015 18:13:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:50:\"Akismet: Akismet 3.1 Plugin for WordPress Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1794\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blog.akismet.com/2015/03/11/akismet-3-1-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:1197:\"<p>Version 3.1 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>As of version 3.1, all calls to the Akismet API are now made using SSL, increasing the confidentiality of your commenters’ data as it travels over the wire. Developers of other Akismet libraries are now free to use <code>https</code> URLs for Akismet API endpoints as well.</p>\n<p>This update also includes a bugfix that prevents Akismet from inadvertently modifying a comment’s content during the spam filtering process.</p>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1794/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1794/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1794&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, 11 Mar 2015 17:00: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s: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:26:\"Matt: Lessons from Jetpack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44701\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/03/lessons-from-jetpack/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:375:\"<blockquote><p>Personally I can say that it was the Jetpack features that helped provide the defaults that got me hooked on WordPress. If it weren’t for that, I wouldn’t be where I am today.</p></blockquote>\n<p>Josh Pollock at Torque writes about <a href=\"http://torquemag.io/lessons-can-learn-jetpack-helped-wordpress-succeed/\">Lessons we can learn from Jetpack</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, 11 Mar 2015 03:01: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:90:\"WPTavern: Mentionable Plugin Adds @mentions for WordPress Content with Inline Autocomplete\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=39424\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/mentionable-plugin-adds-mentions-for-wordpress-content-with-inline-autocomplete\";s: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:3037:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/links.jpg\" rel=\"prettyphoto[39424]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/links.jpg?resize=1024%2C508\" alt=\"photo credit: gordon2208 - cc\" class=\"size-full wp-image-36986\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/gordon2208/4987669000/\">gordon2208</a> – <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a>\n<p>Finding and linking to previously published content on your site is a daily necessity for bloggers and content managers. Usually, you have to search the frontend of your site or search posts/pages in the admin to track down the content you’re trying to link.</p>\n<p><a href=\"https://wordpress.org/plugins/mentionable/\" target=\"_blank\">Mentionable</a> is a handy tool, created by the folks at <a href=\"https://xwp.co/\" target=\"_blank\">XWP</a>, that saves a lot of time on internal linking. The plugin adds @mentions to the visual editor with autocomplete for any content published on the site, including posts, pages, media, and custom post types.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/mentionable.png\" rel=\"prettyphoto[39424]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/mentionable.png?resize=843%2C438\" alt=\"mentionable\" class=\"aligncenter size-full wp-image-40405\" /></a></p>\n<p>Mentionable includes a settings panel for specifying the post types for which the plugin will be active. You can also select the post types that the auto-completion will match against. Users can further customize the plugin by replacing the mentionable tag with a custom <em>mentionable.php</em> template.</p>\n<p>The support for custom post types means that users can call out recipes, books, movies, products, or posts from any registered content type as links within pages or posts. This makes it easy to link to the backstory for new content, put together quick reference lists, cross promote products, etc. – all without ever having to leave the post editor.</p>\n<p>I tested the plugin and found that it works as advertised. When mentioning a post you don’t even have to start with the first word of the post title. The autocomplete will pick up any word found in a title, in case your memory of the exact title is foggy.</p>\n<p>If you decide later on that you don’t want to use the plugin anymore, it won’t affect any of the links you created previously. Your content remains intact even after the plugin is deactivated and uninstalled.</p>\n<p>A healthy amount of internal linking is often recommended for boosting your site’s SEO. According to Moz, <a href=\"http://moz.com/learn/seo/internal-link\" target=\"_blank\">internal links</a> are critical for establishing site architecture and spreading link juice. If you’re not in the habit of linking to your own content, the <a href=\"https://wordpress.org/plugins/mentionable/\" target=\"_blank\">Mentionable</a> plugin will help you do it with minimal effort.</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, 11 Mar 2015 01:17:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:78:\"WPTavern: Delicious Brains Publishes In-depth Guides on The WordPress Database\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40388\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://wptavern.com/delicious-brains-publishes-in-depth-guides-on-the-wordpress-database\";s: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:1896:\"<p><a title=\"https://deliciousbrains.com/\" href=\"https://deliciousbrains.com/\">Delicious Brains</a>, the creators of <a title=\"https://wordpress.org/plugins/wp-migrate-db/\" href=\"https://wordpress.org/plugins/wp-migrate-db/\">WP Migrate DB</a>, <a title=\"https://deliciousbrains.com/tour-wordpress-database/\" href=\"https://deliciousbrains.com/tour-wordpress-database/\">published a guide</a> that walks developers through the WordPress database. The guide describes every database table and there associated columns within WordPress single site. It also features an <a title=\"http://codex.wordpress.org/Database_Description#Database_Diagram\" href=\"http://codex.wordpress.org/Database_Description#Database_Diagram\">entity relationship diagram</a> that explains the relationships between the various tables. Although the image was created for WordPress 3.8, it’s still accurate.</p>\n<p>For those who want to learn the database structure of WordPress Multisite, check out their <a title=\"https://deliciousbrains.com/wordpress-multisite-database-tour/\" href=\"https://deliciousbrains.com/wordpress-multisite-database-tour/\">Multisite database tour</a> as there are some key database changes to take note of:</p>\n<blockquote><p>When a WordPress site is <a href=\"http://codex.wordpress.org/Create_A_Network\">converted to a Multisite install</a>, a “network” of subsites is created. The existing site is converted to the first subsite in the network. The database classes the network itself as a site (wp_site), and each subsite as a blog (wp_blogs).</p>\n<p>Certain tables are used only by a subsite, and a new set of tables are created every time a site is added to the network. Each set of tables is differentiated by the blog_id for the subsite used in the table prefix. e.g. `wp_2_posts`.</p></blockquote>\n<p>I encourage you to bookmark both guides as they’re excellent resources.</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, 10 Mar 2015 21:58:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:116:\"WPTavern: CodeGuard Survey Shows More Education is Needed on Backup Software, Services, and Strategies For WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=40341\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"http://wptavern.com/codeguard-survey-shows-more-education-is-needed-on-backup-software-services-and-strategies-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4426:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/CodeGuardSurveyResultsFeaturedImage.png\" rel=\"prettyphoto[40341]\"><img class=\"aligncenter size-large wp-image-40382\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/CodeGuardSurveyResultsFeaturedImage.png?resize=500%2C187\" alt=\"CodeGuard Survey Results Featured Image\" /></a></p>\n<p><a title=\"https://www.codeguard.com/\" href=\"https://www.codeguard.com/\">CodeGuard</a>, a service that specializes in automated backups to the cloud, has published the results of its 2015 WordPress survey. The survey took place between February 18th-20th and was answered by 503 WordPress users. Backing up is an important part of maintaining a website, so it’s a bit shocking to see such high percentages of people who either don’t backup on a regular basis or who don’t think backup plans are important.</p>\n<p>Out of 503 respondents:</p>\n<ul>\n<li>25% have received “very little training” in the use of WordPress</li>\n<li>22% haven’t been trained at all in WordPress backup and have “no idea” how to do it</li>\n<li>21% have seen the “white screen of death” multiple times, and “it’s horrible!”</li>\n<li>69% have had a plugin fail after an update, and 24% have had it happen “many times”</li>\n<li>63% have deleted files that were not backed up</li>\n<li>22% said that a backup plugin seems “unimportant” to them</li>\n<li>24% said “This site is my livelihood, I’d pay almost anything for a complete restore,” while 19% said they’d be willing to spend several thousand dollars, at least</li>\n</ul>\n<p>I’m surprised to see only 24% of respondents use a backup plugin at all considering there’s so many <a title=\"https://wordpress.org/plugins/search.php?q=backup\" href=\"https://wordpress.org/plugins/search.php?q=backup\">free options available</a>. There appears to be a correlation between those who have little to no WordPress training and the lack of education on how to establish a backup plan. I realize 503 WordPress users is not a large sample size, but the numbers indicate more education is needed on backup software, services, and strategies.</p>\n<p>It’s also alarming to see 69% of respondents have had a plugin fail after an update and 24% of those have had it happen several times. This is further proof that WordPress is <a title=\"http://wptavern.com/its-time-for-wordpress-to-automatically-update-themes-plugins-and-core-by-default\" href=\"http://wptavern.com/its-time-for-wordpress-to-automatically-update-themes-plugins-and-core-by-default\">not ready to automatically update plugins</a> by default.</p>\n<p>An important data point missing from the survey is how many of the respondents rely on automatic backups provided by their webhost. Not every user needs a plugin to manage backups and for a number of managed WordPress hosting companies, automatic backups are part of the package. In fact, most managed WordPress hosting providers discourage and disallow backup plugins from being used. An <a title=\"http://wpengine.com/support/disallowed-plugins/\" href=\"http://wpengine.com/support/disallowed-plugins/\">example is WP Engine</a>:</p>\n<blockquote><p>In general, however, we discourage the use of backup plugins. They needlessly duplicate our built-in functionality, rely on a large amount of local storage and can store files in an insecure manner. Not only that, many of these plugins run their backup jobs at inopportune times. This can slow database connectivity with extra — and sometimes very large — MySQL queries and cause timeouts on larger sites.</p></blockquote>\n<p>This infographic provided by CodeGuard visually shows the survey’s results. When browsing, I suggest replacing <em>WordPress users</em> with <em>respondents</em> as WordPress users sounds too broad. After reviewing the data, let me know if the results surprise you or if it corresponds to what you’re experiencing with clients.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/CodeGuardInfographic.png\" rel=\"prettyphoto[40341]\"><img class=\"wp-image-40371 size-full\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/CodeGuardInfographic.png?resize=1025%2C4879\" alt=\"CodeGuard Infographic Showing Survey Results\" /></a>CodeGuard Infographic Showing Survey Results\n<p> </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, 10 Mar 2015 19:49: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: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:87:\"WPTavern: WordPress Antispam Bee Plugin Adds Option to Trust Commenters with a Gravatar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40344\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-antispam-bee-plugin-adds-option-to-trust-commenters-with-a-gravatar\";s: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:4082:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/bee.jpg\" rel=\"prettyphoto[40344]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/bee.jpg?resize=1025%2C467\" alt=\"photo credit: Osmia pumila, M, Face, MD_2013-06-25.18.39.16 ZS PMax - (license)\" class=\"size-full wp-image-40353\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/54563451@N08/9302552275\">Osmia pumila, M, Face, MD_2013-06-25.18.39.16 ZS PMax</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>Version 2.6.5 of the popular <a href=\"https://wordpress.org/plugins/antispam-bee/\" target=\"_blank\">Antispam Bee</a> plugin is out today with a new feature that allows administrators to trust commenters with a <a href=\"https://en.gravatar.com/\" target=\"_blank\">Gravatar</a>. The idea for the function was suggested by Caspar Hübinger, a long-time user of the plugin.</p>\n<p>“Have you ever seen a spam comment with a Gravatar image? I haven’t,” Hübinger said in a <a href=\"http://glueckpress.com/6500/trust-the-gravatar/\" target=\"_blank\">post</a> introducing the new feature. “So I suggested to include an option in Antispam Bee to trust commenters with a Gravatar by default, and Sergej, creator of Antispam Bee, was kind enough to implement it.”</p>\n<p>Although the plugin was mentioned by Matt Mullenweg during his Q&A at WordCamp Europe 2014, English speakers have largely overlooked it in the past. Antispam Bee was created by German WordPress plugin developer <a href=\"http://wpcoder.de/\" target=\"_blank\">Sergej Müller</a> and its description page on WordPress.org is written in German. He has actively developed and maintained the plugin since 2009. It is currently used on 200,000+ installations of WordPress.</p>\n<p>One might think that it would make sense to include an English copy of the description to gain a larger user base, but Müller elected to keep it in German due to the plugin’s incompatibilities. Antispam Bee is incompatible with many of the major commenting systems used by English speakers, including Disqus, Jetpack Comments, and AJAX Comment Form.</p>\n<p>English speakers who use <a href=\"http://jetpack.me/support/comments/\" target=\"_blank\">Jetpack Comments</a> often use <a href=\"http://akismet.com/\" target=\"_blank\">Akismet</a>, since the two work together seamlessly. Akismet is far more well-known, since it comes packaged with WordPress by default. However, Antispam Bee has a solid set of features that make it a decent alternative:</p>\n<ul>\n<li>Ad-free</li>\n<li>No storage of personal data</li>\n<li>No registration required</li>\n<li>Free for commercial projects</li>\n<li>No adjustment required by theme templates</li>\n<li>All functions can be controlled by the user</li>\n<li>Statistics for the last 30 days displayed as a dashboard widget</li>\n<li>Supports six languages: German, English, French, Russian, Dutch, and Slovenian</li>\n</ul>\n<p>The plugin also comes with 20 configurable options for customizing its spam-blocking features, including the ability to disable spam email notifications, block comments from certain countries, allow comments only in certain languages, delete after X days, and much more. These options allow you to tailor your anti-spam shield to lessen your moderation load.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/antispam-bee.jpg\" rel=\"prettyphoto[40344]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/antispam-bee.jpg?resize=1025%2C714\" alt=\"antispam-bee\" class=\"aligncenter size-full wp-image-40377\" /></a></p>\n<p>If you’re intrigued by <a href=\"https://wordpress.org/plugins/antispam-bee/\" target=\"_blank\">Antispam Bee</a>‘s latest feature that allows you to trust commenters who have a Gravatar, give the plugin a try the next time you’re reviewing spam-blocking solutions. The option is a creative use of WordPress’ built-in support for Gravatar. Current users of the plugin can find the new setting in the admin under <strong>Settings > Antispam Bee</strong>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Mar 2015 19:06:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:87:\"WPTavern: WPupdatePHP Project Aims to Help WordPress Users Get on Newer Versions of PHP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=40303\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wpupdatephp-project-aims-to-help-wordpress-users-get-on-newer-versions-of-php\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4470:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/php.jpg\" rel=\"prettyphoto[40303]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/php.jpg?resize=700%2C329\" alt=\"photo credit: Feediza.com\" class=\"size-full wp-image-40331\" /></a>photo credit: <a href=\"http://feediza.com/\">Feediza.com</a>\n<p>Developers are anxious for WordPress to bump up the minimum PHP requirement for core, as it’s currently lingering at 5.2, which is no longer among the <a href=\"http://php.net/supported-versions.php\" target=\"_blank\">supported versions of PHP</a>. As of August 2014, PHP 5.3 no longer receives patches for security vulnerabilities.</p>\n<p><a href=\"http://wptavern.com/wordpress-version-stats-updated-more-than-13-of-sites-are-running-wordpress-4-1\" target=\"_blank\">Recent updates to WordPress.org stats</a> indicate that 16.4% of WordPress sites are still running on PHP 5.2 and 38% on PHP 5.3. According to lead developer Andrew Nacin, bumping the minimum required version is not likely to happen soon, due to the sheer number of sites that would be negatively impacted.</p>\n<p>“One-sixth of all sites running PHP 5.2 is still many millions of sites,” he said. “If we move the PHP minimum version too early, we risk stranding millions of installs on older versions of WordPress.” In the meantime, the WordPress project is researching the current state of PHP offerings available at popular hosts and will soon be urging them to update to more recent versions.</p>\n<p>WordPress developer <a href=\"http://coenjacobs.me/\" target=\"_blank\">Coen Jacobs</a> believes that the effort to contact hosts will not be enough to help everyone. His new <a href=\"http://www.wpupdatephp.com/\" target=\"_blank\">WPupdatePHP</a> project was created to educate end users on outdated versions of PHP. The <a href=\"https://github.com/WPupdatePHP/wp-update-php\" target=\"_blank\">WPupdatePHP library</a> is a tool that developers can bundle into their plugins in order to require users to upgrade to PHP 5.4+ hosting. It is intended for use within new plugins, not for locking users out of existing ones.</p>\n<p>If a user does not meet the minimum PHP version requirements when installing the plugin, he will be presented with an admin notice:</p>\n<blockquote><p>Unfortunately, this plugin can not run on PHP versions older than [ specified version ]. Read more information about <a href=\"http://www.wpupdatephp.com/update/\">how you can update</a>.</p></blockquote>\n<p>The idea of the WPupdatePHP project is to enlist end users in putting pressure on hosts to <a href=\"http://www.wpupdatephp.com/update/\" target=\"_blank\">update their versions of PHP</a>. A future version of the library would add the ability for developers to make the PHP version a “soft requirement,” which would still display the notice but won’t stop the user from using the plugin.</p>\n<p>“The core WordPress team can’t get every single hosting company to comply,” Jacobs said in a recent post titled <em><a href=\"http://coenjacobs.me/updating-php-everyones-responsibility/\" target=\"_blank\">Updating PHP is Everyone’s Responsibility</a></em>. “I admire their intentions, but in reality this is not going to help everybody.”</p>\n<p>He predicts a need for the WPupdatePHP library even after WordPress bumps its minimum required PHP version. “PHP 5.4 is actually already nearing its EOL date and we’re still figuring out how to make PHP 5.2 and 5.3 platforms go away,” he said. In mid-September 2015, PHP 5.4 will not longer receive security fixes.</p>\n<p>Jacobs believes that the changes that need to happen require more than a one-time campaign where the WordPress project successfully badgers hosts to update to PHP 5.4.</p>\n<p>“In six months we’ll have this same issue all over again,” he said. “As soon as webhosting companies have finally finished off their PHP 5.2 and 5.3 environments, we can start this whole campaign all over again to get rid of PHP 5.4. And so on.”</p>\n<p>If you are a WordPress developer interested in enlisting your plugin’s users to help push hosts to update PHP versions, check out <a href=\"https://github.com/WPupdatePHP/wp-update-php\" target=\"_blank\">WPupdatePHP on GitHub</a>.</p>\n<p>“The end user is one of our most important, but underestimated, assets in this battle,” Jacobs said. “They have the strongest voice in this all.”</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, 09 Mar 2015 22:24:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:60:\"WPTavern: WordPress.com Adds oEmbed Support For CartoDB Maps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40265\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordpress-com-adds-oembed-support-for-cartodb-maps\";s: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:1371:\"<p>WordPress.com <a title=\"https://en.support.wordpress.com/cartodb-embeds/\" href=\"https://en.support.wordpress.com/cartodb-embeds/\">now supports oEmbeds</a> for<a title=\"http://cartodb.com/\" href=\"http://cartodb.com/\"> CartoDB,</a> a tool used to create and share interactive maps. Simply copy and paste a CartoDB map URL into the WordPress.com post editor and a live preview will display. Here’s an example of a map using the standard HTML embed code.</p>\n<p></p>\n<p>According to an announcement on the <a title=\"http://blog.cartodb.com/wordpress/\" href=\"http://blog.cartodb.com/wordpress/\">official CartoDB blog</a>, embed support has also been added to Jetpack. However, I discovered after testing that it’s not yet supported. I reached out to Jetpack’s development team to find out when it will be added, but they’re <a title=\"https://wordpress.org/support/topic/jetpack-staff-will-be-unavailable-until-march-16th\" href=\"https://wordpress.org/support/topic/jetpack-staff-will-be-unavailable-until-march-16th\">not available</a> until March 16th.</p>\n<p>With more than 60 million users, CartoDB has an incredible opportunity to expand its reach by being accessible on a platform where over <a title=\"https://wordpress.com/activity/\" href=\"https://wordpress.com/activity/\">409 million people</a> view more than 17.6 billion pages each 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:\"Mon, 09 Mar 2015 20:13:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:96:\"WPTavern: Lovecraft: New Free WordPress Theme Combines Prominent Imagery with Strong Serif Fonts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40251\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"http://wptavern.com/lovecraft-new-free-wordpress-theme-combines-prominent-imagery-with-strong-serif-fonts\";s: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:3402:\"<p>WordPress theme author <a href=\"http://www.andersnoren.se/\" target=\"_blank\">Anders Norén</a> is back to releasing themes after a brief hiatus over the winder holidays. <a href=\"https://wordpress.org/themes/lovecraft/\" target=\"_blank\">Lovecraft</a>, is his 10th theme to be approved on WordPress.org.</p>\n<p>The Lovecraft design was inspired by the work of <a href=\"http://en.wikipedia.org/wiki/H._P._Lovecraft\" target=\"_blank\">H.P. Lovecraft</a>, an American horror fiction author known for his “weird realism” – the idea that reality is fundamentally weird and the human mind is incapable of realistically representing it.</p>\n<p>Norén’s tribute to Lovecraft’s work is conveyed most clearly through the serif-heavy typography of the theme and a strong focus on the imagery assigned to each post. He selected Google Font’s <a href=\"http://www.google.com/fonts/specimen/Playfair+Display\" target=\"_blank\">Playfair Display</a> for page and post headers, accompanied by Georgia for the body text. The bright red links and red post meta complement the design’s literary theme.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/lovecraft.png\" rel=\"prettyphoto[40251]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/lovecraft.png?resize=880%2C660\" alt=\"lovecraft\" class=\"aligncenter size-full wp-image-40267\" /></a></p>\n<p>The homepage showcases a full-width header image and each post replaces that image with its own featured image. These images, along with the rest of the theme, gracefully scale down for smaller devices.</p>\n<p>Lovecraft, like many other recently released themes, adds additional features by offering support for <a href=\"http://jetpack.me/\" target=\"_blank\">Jetpack</a>, including the infinite scroll module and styles for tiled galleries.</p>\n<p>Norén took every small detail into consideration when creating Lovecraft, as you can see with the blockquotes design, ordered lists, post media, and form styles on the <a href=\"http://andersnoren.se/themes/lovecraft/style-guide/\" target=\"_blank\">Style Guide</a> page.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/lovecraft-blockquote.jpg\" rel=\"prettyphoto[40251]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/lovecraft-blockquote.jpg?resize=617%2C217\" alt=\"lovecraft-blockquote\" class=\"aligncenter size-full wp-image-40283\" /></a></p>\n<p>The theme allows you to select the accent color via the customizer. It also includes support for a custom logo, editor styles, and matching widgets for Flicker, recent posts, and recent comments with thumbnails. Pages have an additional template for full-width display. Check out the <a href=\"http://andersnoren.se/themes/lovecraft/\" target=\"_blank\">live demo</a> to see Lovecraft in action.</p>\n<p>If you’re looking for a bold new theme for your blog and you appreciate strong serif fonts, Lovecraft is a thoughtfully-designed option. The theme is <a href=\"http://www.wordpress.org/themes/lovecraft\" target=\"_blank\">available for free</a> in the WordPress Theme Directory as of today. For more information on how Anders Norén finds continual inspiration for his free themes, check out our recent <a href=\"http://wptavern.com/a-chat-with-anders-noren-on-finding-inspiration-for-wordpress-theme-design\" target=\"_blank\">interview</a> with the designer.</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, 09 Mar 2015 18:54:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:21:\"Matt: NNT of Medicine\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44289\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://ma.tt/2015/03/ntt-of-medicine/\";s: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:643:\"<p><a href=\"http://www.wired.com/2014/10/number-needed-to-treat/\">This Man’s Simple System Could Transform American Medicine</a>, about a quest to quantify the effects of medicine and treatment differently, which is really needed.</p>\n<p>Update: Looks like it’s built on WordPress, too:</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>.<a href=\"https://twitter.com/photomatt\">@photomatt</a> Thanks for the link! I built the site with Dave Newman (powered by WordPress)!</p>\n<p>— Graham Walker (@grahamwalker) <a href=\"https://twitter.com/grahamwalker/status/575069240140656641\">March 9, 2015</a></p></blockquote>\n<p></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, 09 Mar 2015 18:47: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:82:\"WPTavern: bbPress 2.5.5 Released, Patches Three Potential Security Vulnerabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40253\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://wptavern.com/bbpress-2-5-5-released-patches-three-potential-security-vulnerabilities\";s: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:907:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/bbpress.png\" rel=\"prettyphoto[40253]\"><img class=\"aligncenter size-full wp-image-24338\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/bbpress.png?resize=1025%2C378\" alt=\"bbpress\" /></a></p>\n<p>bbPress 2.5.5 is <a title=\"https://bbpress.org/blog/2015/03/bbpress-2-5-5-security-release/\" href=\"https://bbpress.org/blog/2015/03/bbpress-2-5-5-security-release/\">available for download</a>. This release fixes three potential security vulnerabilities reported by <a title=\"https://profiles.wordpress.org/jdgrimes\" href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a> and was pushed out within nearly 24 hours of being notified. Users should update as soon as possible as all previous 2.x versions are vulnerable. The patches have also been applied to the 2.6 development branch that will soon have a beta release.</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, 09 Mar 2015 17:24:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:18:\"Matt: 25k DMCA Win\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44791\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://ma.tt/2015/03/25k-dmca-win/\";s: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:566:\"<blockquote><p>WordPress [actually Automattic] has scored an important victory in court against a man who abused the DMCA to censor an article of a critical journalist. The court agreed that the takedown request was illegitimate and awarded WordPress roughly $25,000 in damages and attorneys fees.</p></blockquote>\n<p>Yes! Good laws become bad when people abuse them. Here’s the source: <a href=\"http://torrentfreak.com/wordpress-wins-25000-from-dmca-takedown-abuser-150305/\">WordPress Wins $25,000 From DMCA Takedown Abuser</a> (s/WordPress/Automattic/).</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, 08 Mar 2015 17:55: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: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: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:36:\"Matt: Psychology of a Small Playlist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44757\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://ma.tt/2015/03/psychology-of-a-small-playlist/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:240:\"<p>Joseph Mosby experiments with my trick of listening to a song on repeat to get work done, <a href=\"http://josephmosby.com/2015/02/15/the-psychology-of-a-small-playlist-on-repeat.html\">and digs a bit into the psychology behind it</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, 08 Mar 2015 07:10: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: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:84:\"WPTavern: Automattic and Oliver Hotham Win Court Battle Against DMCA Takedown Abuser\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40222\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wptavern.com/automattic-and-oliver-hotham-win-court-battle-against-dmca-takedown-abuser\";s: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:3721:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/AutomatticCourtFeaturedImage.png\" rel=\"prettyphoto[40222]\"><img class=\"size-full wp-image-40224\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/AutomatticCourtFeaturedImage.png?resize=642%2C299\" alt=\"Automattic Court Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/46274125@N00/1558886731\">Former Supreme Court, Singapore</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>In August of 2013, <a title=\"http://www.theguardian.com/technology/2013/aug/13/wordpress-straight-pride-uk\" href=\"http://www.theguardian.com/technology/2013/aug/13/wordpress-straight-pride-uk\">Automattic was criticized</a> for its role in taking down <a title=\"https://oliverhotham.wordpress.com/2013/08/11/the-sordid-tale-of-how-i-was-censored-by-straight-pride-uk/\" href=\"https://oliverhotham.wordpress.com/2013/08/11/the-sordid-tale-of-how-i-was-censored-by-straight-pride-uk/\">Oliver Hotham’s website</a> after the Straight Pride UK group filed a DMCA takedown notice with WordPress.com. In the Guardian article, WordPress.com admitted that the takedown notice was an abuse of the law. In November of 2013, <a title=\"http://en.blog.wordpress.com/2013/11/21/striking-back-against-censorship/\" href=\"http://en.blog.wordpress.com/2013/11/21/striking-back-against-censorship/\">Automattic announced</a> that it teamed up with Hotham in <a title=\"http://en.blog.files.wordpress.com/2013/11/2013-11-21-final-hotham-complaint.pdf\" href=\"http://en.blog.files.wordpress.com/2013/11/2013-11-21-final-hotham-complaint.pdf\">two</a> separate <a title=\"http://en.blog.files.wordpress.com/2013/11/2013-11-21-final-retraction-watch-complaint.pdf\" href=\"http://en.blog.files.wordpress.com/2013/11/2013-11-21-final-retraction-watch-complaint.pdf\">lawsuits</a>.</p>\n<p>The lawsuits were filed in federal court under Section 512(f) of the DMCA. Section 512(f) is the provision that allows users to hold people accountable when they make false infringement accusations.</p>\n<p>Torrentfreak reports that <a title=\"http://torrentfreak.com/wordpress-wins-25000-from-dmca-takedown-abuser-150305/\" href=\"http://torrentfreak.com/wordpress-wins-25000-from-dmca-takedown-abuser-150305/\">Automattic has won the case</a> with a $25K settlement. According to court documents, United States Magistrate Judge Joseph Spero <a title=\"http://ia601008.us.archive.org/20/items/gov.uscourts.cand.272130/gov.uscourts.cand.272130.31.0.pdf\" href=\"http://ia601008.us.archive.org/20/items/gov.uscourts.cand.272130/gov.uscourts.cand.272130.31.0.pdf\">wrote a report</a> and recommendation in favor of Automattic and Hotham. The <a title=\"http://torrentfreak.com/images/wp-steiner.pdf\" href=\"http://torrentfreak.com/images/wp-steiner.pdf\">courts agreed with his report</a> and recommendation. Since the defendant chose to default, the courts saw no reason to require further expenditure of resources and awarded the victory to Automattic.</p>\n<p>The settlement is split between three parties: Automattic’s employee time, attorneys, and Hotham.</p>\n<blockquote><p>It is Ordered and Adjudged that defendant Nick Steiner pay damages in the amount of $960.00 for Hotham’s work and time, $1,860.00 for time spent by Automattic’s employees, and $22,264.00 for Automattic’s attorney’s fees, for a total award of $25,084.00.</p></blockquote>\n<p>There are two things I take away from the victory. First, it sets a precedent that Automattic can and will fight against those who abuse the <a title=\"http://automattic.com/dmca-notice/\" href=\"http://automattic.com/dmca-notice/\">DMCA takedown procedure</a>. Second, attorneys are expensive.</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, 07 Mar 2015 04:44: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: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:24:\"Matt: Standalone Cameras\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/standalone-cameras/\";s: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:172:\"<p>Om Malik on the decline of cameras as gadgets, <a href=\"http://om.co/2015/03/06/standalone-camera-shot-dead-by-iphone/\">Standalone camera: Shot (Dead) By iPhone</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, 07 Mar 2015 02:08:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:55:\"WPTavern: New Plugin Adds Openname Avatars to WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=39992\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wptavern.com/new-plugin-adds-openname-avatars-to-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4497:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/openname.jpg\" rel=\"prettyphoto[39992]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/openname.jpg?resize=720%2C299\" alt=\"openname\" class=\"aligncenter size-full wp-image-40208\" /></a></p>\n<p>In November 2014, Onename <a href=\"http://blog.onename.io/decentralized-auth-identity-open-source/\" target=\"_blank\">announced</a> that it would be extending its Openname protocol to support decentralized authentication. The company also <a href=\"https://github.com/openname\" target=\"_blank\">open sourced the protocol and directory software</a> so that developers can build their own infrastructure with it.</p>\n<blockquote><p>We believe the future of identity will be decentralized, and for any identity system to be truly decentralized, no entity can have a monopoly over registering users or displaying their profiles. Anyone should be able to claim a username and fill out their profiles either using a provider/registrar of their choice or on their own without any third party.</p></blockquote>\n<p>The <a href=\"https://openname.org/\" target=\"_blank\">Openname</a> decentralized identity and naming system is built on the Blockchain. It makes it possible for anyone to create an online identity, which can then be used to make Bitcoin transactions. The company’s long-term goal is to pioneer a decentralized authentication protocol:</p>\n<blockquote><p>What we need is a password-less authentication process that doesn’t require any particular third party; an open, decentralized auth protocol that lets users conveniently sign in and be in control of the data they release to apps and where they store it.</p>\n<p>Openname Auth is our work-in-progress proposal for decentralized, password-less authentication in which users login by simply entering a username (their openname) and approving an auth request on their desktop or mobile device.</p></blockquote>\n<p>OneName <a href=\"http://venturebeat.com/2014/11/14/y-combinator-backed-onename-raises-1-5m-open-sources-its-bitcoin-identity-directory/\" target=\"_blank\">raised $1.5 million in funding</a> to continue developing the platform as part of its quest to <a href=\"http://blog.onename.io/evolution-of-the-internet/\" target=\"_blank\">return the web to its decentralized roots</a>.</p>\n<h3>Openname Avatars for WordPress</h3>\n<p>WordPress core supports <a href=\"https://en.gravatar.com/\" target=\"_blank\">Gravatar</a> by default for providing blog and comment author avatars. Thanks to the new <a href=\"https://wordpress.org/plugins/openname/\" target=\"_blank\">Opennname plugin for WordPress</a>, site administrators can now offer users the option to associate a Openname avatars with an account on self-hosted sites.</p>\n<p>In order to test the plugin, you’ll need to first sign up for an <a href=\"https://openname.org/\" target=\"_blank\">Openname</a> account (which requires an account at Onename or Namecoin).</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/openname-profile.jpg\" rel=\"prettyphoto[39992]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/openname-profile.jpg?resize=1025%2C307\" alt=\"openname-profile\" class=\"aligncenter size-full wp-image-40190\" /></a></p>\n<p>After you install the Openname plugin on your WordPress site, any registered user will be able to elect to use his Openname avatar by visiting /wp-admin/profile.php. Once you add your Openname, the plugin will keep your WordPress avatar in sync (with a short delay) with your Openname Avatar.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/openname-settings.jpg\" rel=\"prettyphoto[39992]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/openname-settings.jpg?resize=720%2C264\" alt=\"openname-settings\" class=\"aligncenter size-full wp-image-40191\" /></a></p>\n<p>The Openname plugin was created by <a href=\"https://www.larrysalibra.com/\" target=\"_blank\">Larry Salibra</a>, founder and CEO of <a href=\"https://www.pay4bugs.com/\" target=\"_blank\">Pay4Bugs</a>. I tested it and found it to work as advertised.</p>\n<p>In the future, once the Openname Auth is more developed, it would be awesome if Salibra added this to his WordPress plugin. Onename might do well to create its own official plugin for this. Given that WordPress currently powers 23% of the world’s websites, an official Openname authentication plugin might bring wider adoption for its decentralized identity system.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Mar 2015 23:30: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:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WPTavern: WordPress Publishes Security White Paper\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40096\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordpress-publishes-security-white-paper\";s: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:3694:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/security.jpg\" rel=\"prettyphoto[40096]\"><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>As WordPress currently powers 23% of the web, the platform’s security is constantly under scrutiny. WordPress has long been a favorite target of hackers and spammers who want to get the most return on their efforts. Since the the platform powers millions of websites, a critical vulnerability with a popular plugin or WordPress core can affect a large chunk of the web in a short amount of time.</p>\n<p>WordPress published a <a href=\"https://wordpress.org/about/security/\" target=\"_blank\">security white paper</a> this week to help the public learn more about the core software security. Many consultants have had the experience of clients who are considering WordPress but are wondering if it’s secure. This document was created both for decision makers who are evaluating WordPress and developers who are building on top of the software.</p>\n<p>The document is available as a <a href=\"https://github.com/WordPress/Security-White-Paper/blob/master/WordPressSecurityWhitePaper.pdf?raw=true\" target=\"_blank\">PDF</a>, and here’s what you’ll find inside:</p>\n<blockquote><p>This document is an analysis and explanation of the WordPress core software development and its related security processes, as well as an examination of the inherent security built directly into the software.</p></blockquote>\n<p>The white paper gives an introduction to the core leadership team, the WordPress Security Team, how a release cycle works, and responsible disclosure of vulnerabilities. The second half of the document covers common security vulnerabilities and how WordPress protects itself against those potential risks.</p>\n<p>Just like WordPress itself, the security white paper is open to contribution. Anyone can submit a pull request on the <a href=\"https://github.com/WordPress/Security-White-Paper\" target=\"_blank\">WordPress repository</a>.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/wordpress-security-whitepaper.png\" rel=\"prettyphoto[40096]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/wordpress-security-whitepaper.png?resize=1025%2C753\" alt=\"wordpress-security-whitepaper\" class=\"aligncenter size-full wp-image-40178\" /></a></p>\n<p>The security white paper is in need of translations in order to be more accessible to WordPress’ global audience. If you can assist with a particular translation, the repository has simple instructions for how to submit it on GitHub.</p>\n<blockquote><p>To translate the white paper, please create a sub-directory of the project, giving it the correct ISO639 code (for example, pt for Portuguese), and submit a pull request.</p></blockquote>\n<p>WordPress consultants will find this white paper to be an excellent resource to refer to during sales negotiations. If you’re a developer just getting started learning about WordPress’ inherent security, the document is provides a solid overview.</p>\n<p>Hackers who are looking to receive bounty for finding security vulnerabilities can find <a href=\"https://hackerone.com/automattic\" target=\"_blank\">Automattic on HackerOne</a>. The company regularly rewards hackers with bounty for security bugs discovered with WordPress.com, which is powered by the core WordPress software.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Mar 2015 20:11: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: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:71:\"WPTavern: Version One of The WordPress History Book is Ready For Review\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=40148\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/version-one-of-the-wordpress-history-book-is-ready-for-review\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4283:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/WordPressHistoryBookFeaturedImage.png\" rel=\"prettyphoto[40148]\"><img class=\"aligncenter size-full wp-image-40153\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/WordPressHistoryBookFeaturedImage.png?resize=657%2C231\" alt=\"WordPress History Book Featured Image\" /></a></p>\n<p>During the <a title=\"http://wordpress.tv/2013/07/29/matt-mullenweg-state-of-the-word-2013/\" href=\"http://wordpress.tv/2013/07/29/matt-mullenweg-state-of-the-word-2013/\">2013 State of the Word</a> presentation at WordCamp San Francisco, Matt Mullenweg announced a new project called <a title=\"https://github.com/WordPress/book\" href=\"https://github.com/WordPress/book\">WordPress The Book</a>. After nearly two years of writing, Siobhan McKeown <a title=\"https://twitter.com/SiobhanPMcKeown/status/573544639170478081\" href=\"https://twitter.com/SiobhanPMcKeown/status/573544639170478081\">has announced</a> that version one is ready for review. She also states that the book will be produced in just over a month and that now’s the time to give feedback.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>Finished V1 of the WordPress book: <a href=\"https://t.co/MC59LjeyFH\">https://t.co/MC59LjeyFH</a> We\'ll be producing it in just over a month so if you have feedback now\'s the time</p>\n<p>— Siobhan McKeown (@SiobhanPMcKeown) <a href=\"https://twitter.com/SiobhanPMcKeown/status/573544639170478081\">March 5, 2015</a></p></blockquote>\n<p></p>\n<p>While you can download the book, I recommend browsing and reading it on Github so you don’t have to worry about opening files with the .MD extension. It’s also easier to submit pull requests to correct typos or grammatical errors. The book is <a title=\"https://github.com/WordPress/book/tree/master/Content\" href=\"https://github.com/WordPress/book/tree/master/Content\">divided into six parts</a> that contain a few chapters each.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/WordPressBookChapters.png\" rel=\"prettyphoto[40148]\"><img class=\"size-full wp-image-40152\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/WordPressBookChapters.png?resize=1025%2C432\" alt=\"Chapters Of The WordPress History Book\" /></a>Chapters Of The WordPress History Book\n<p>If you come across any errors while reading the book, you can submit corrections by creating a pull request or an issue on the tracker. Here are a few things to look out for as you read:</p>\n<ul>\n<li>Factual errors: notes about factual errors are welcome. All suggestions for changes should be evidenced with links that back up any claims. Any facts that cannot be corroborated will not be included.</li>\n<li>Clarity: any paragraphs or sections that you feel are not clear. This would be of particular help in sections that are technical in nature.</li>\n<li>Omissions: anything that you feel has been omitted or not sufficiently covered. Note that this is a lengthy piece of writing and many issues have to be condensed to ensure that it is a manageable and interesting read. Suggestions about omissions should be accompanied with information about why it should be included, and backed up with evidence as to their importance.</li>\n<li>Images: if you have any images that you feel would complement the text, we’d love to have them.</li>\n</ul>\n<p>McKeown is also looking for help writing haikus. Ideally, she’d like one for the book’s opening and one for each section. It will be published in two forms, a digital edition for the web and an e-book. McKeown also hinted at the possibility of printing physical copies, “We’re investigating different print options, so the feasibility of doing a print run or of offering print on demand.”</p>\n<p>I’ve read a few chapters of the book already and it’s like a trip down memory lane. It’s interesting to read some of the historical moments of the project’s history, especially the years of GPL debates. Whether you’re brand new to WordPress and want to learn its history or you’re a veteran who needs a refresher, this book delivers. Please help McKeown by proofreading the first version and help make it the best WordPress history book 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:\"Fri, 06 Mar 2015 17:00:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:48:\"Dougal Campbell: WordPress › About » Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://dougal.gunters.org/?p=80603\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dougal.gunters.org/blog/2015/03/06/wordpress-about-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1059:\"<p><i>“This document is an analysis and explanation of the WordPress core software development and its related security processes, as well as an examination of the inherent security built directly into the software. Decision makers evaluating WordPress as a content management system or web application framework should use this document in their analysis and decition-making, and for developers to refer to it to familiarize themselves with the security components and best practices of the software.”</i></p>\n<p><a href=\"https://wordpress.org/about/security/\">WordPress › About » Security</a></p>\n<p>Original Article: <a rel=\"nofollow\" href=\"http://dougal.gunters.org/blog/2015/03/06/wordpress-about-security/\">WordPress › About » Security</a><br />\n<a rel=\"nofollow\" href=\"http://dougal.gunters.org\">Dougal Campbell's geek ramblings - WordPress, web development, and world domination.</a></p>\n<div class=\"yarpp-related-rss yarpp-related-none\">\n<img src=\"http://yarpp.org/pixels/5db43ee24c4f1e1d0e45d08cc91b0130\" alt=\"YARPP\" />\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Mar 2015 15:36: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:15:\"Dougal Campbell\";s: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:61:\"WPTavern: Insight Into WordPress Communities Around The World\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40138\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/insight-into-wordpress-communities-around-the-world\";s: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:3508:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/KinstaWordPressCommunitiesFeaturedImage.png\" rel=\"prettyphoto[40138]\"><img class=\"aligncenter size-full wp-image-40141\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/KinstaWordPressCommunitiesFeaturedImage.png?resize=727%2C338\" alt=\"KInsta WordPress Communities Featured Image\" /></a></p>\n<p>One of the greatest things about WordPress is its diverse community throughout the world. <a title=\"https://kinsta.com/\" href=\"https://kinsta.com/\">Kinsta</a> has published a <a title=\"https://kinsta.com/learn/wordpress-communities-around-the-world/\" href=\"https://kinsta.com/learn/wordpress-communities-around-the-world/\">fantastic and inspirational post</a> that looks at up and coming WordPress communities in 5 continents and 17 countries.</p>\n<p>My favorite story is Juanfra Aldasoro, co-organizer of WordCamp Buenos Aires, describing how the WordPress community in Argentina was organized. In 2007, Buenos Aires hosted the first WordCamp outside the US. Despite hosting a few more WordCamps, the community lacked organization. Aldasoro explains how celebrating WordPress’ 10th anniversary brought the right group of people together:</p>\n<blockquote><p>When WordPress turned 10, in May of 2013, thanks to a banner in the Codex site we created a celebration meetup. More than 20 people showed up, and the good thing was that we were a bunch of geeks on the same track. We had the people but we were lacking an organization. The ones interested in having an organized community kept in touch, we formed WordPress Argentina (<a href=\"https://twitter.com/wpargentina\" target=\"_blank\">@wpargentina</a>) and during 2014 we started to hold more formal monthly meetups.</p></blockquote>\n<p>One of the things I noticed is that several of the people <a title=\"https://kinsta.com/learn/wordpress-communities-around-the-world/\" href=\"https://kinsta.com/learn/wordpress-communities-around-the-world/\">featured in the article</a> use Facebook groups for communication. Although a number of US based WordPress meetups use <a title=\"http://www.meetup.com/\" href=\"http://www.meetup.com/\">Meetup.com</a>, in other countries, Facebook appears to be the dominant way to communicate and organize members.</p>\n<p>Meetups are grassroots efforts that help WordPress reach every corner of the globe. As Matt Mullenweg said during his 2014 <a title=\"http://wordpress.tv/2014/10/26/matt-mullenweg-the-state-of-the-word-2014/\" href=\"http://wordpress.tv/2014/10/26/matt-mullenweg-the-state-of-the-word-2014/\">State of The Word presentation</a>, “Organizing a meetup is one of the hardest things to do in terms of contributing to WordPress. Every single month, you have to come up with new stuff.” Those who help maintain community as a pillar of WordPress’ success are helping to maintain its growth and popularity.</p>\n<p>It’s exciting to think about the enormous amount of WordPress education, contributions, and learning that takes place across the world everyday, thanks in large part to people like those featured in the article. It’s wonderful to see so many WordPress communities around the world growing in size to the point of having their own WordCamps.</p>\n<p>If you’re having trouble organizing a WordPress meetup in your area, let us know in the comments. Thousands of people across the world access the Tavern on a daily basis and we might be able to help connect you to others in your area.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Mar 2015 05:16: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: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:20:\"Matt: Kanye on Color\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44745\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://ma.tt/2015/03/kanye-on-color/\";s: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:955:\"<p><a href=\"http://ma.tt/2015/03/pink-and-blue/\">Speaking of color masculinity</a>, here’s Kanye on creativity, society, and color from <a href=\"http://www.thefader.com/2012/11/29/kanye-west-im-amazing\">his 2008 FADER interview</a>:</p>\n<blockquote><p>I feel like all the words are in you, you’re just blocking yourself, you’re blocking your creativity. Society has put up so many boundaries, so many limitations on what’s right and wrong that it’s almost impossible to get a pure thought out. It’s like a little kid, a little boy, looking at colors, and no one told him what colors are good, before somebody tells you you shouldn’t like pink because that’s for girls, or you’d instantly become a gay two-year-old. Why would anyone pick blue over pink? Pink is obviously a better color. Everyone’s born confident, and everything’s taken away from you. So many people try to put their personality on someone else.</p></blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Mar 2015 04:19: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: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:93:\"WPTavern: WPWeekly Episode 182 – John James Jacoby Talks BuddyPress, bbPress, and GlotPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40127&preview_id=40127\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wpweekly-episode-182-john-james-jacoby-talks-buddypress-bbpress-and-glotpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2988:\"<p><a title=\"http://jjj.me/\" href=\"http://jjj.me/\">John James Jacoby</a> is nearly halfway through his <a title=\"http://wptavern.com/buddypress-bbpress-and-glotpress-development-campaign-is-now-fully-funded\" href=\"http://wptavern.com/buddypress-bbpress-and-glotpress-development-campaign-is-now-fully-funded\">six month development cycle</a> on <a title=\"https://buddypress.org/\" href=\"https://buddypress.org/\">BuddyPress</a>, <a title=\"https://bbpress.org/\" href=\"https://bbpress.org/\">bbPress</a>, and <a title=\"http://blog.glotpress.org/\" href=\"http://blog.glotpress.org/\">GlotPress</a>. So, <a title=\"http://marcuscouch.com/\" href=\"http://marcuscouch.com/\">Marcus Couch</a> and I invited him on the show to give us an update on how things are progressing. On average, WordPress Weekly is an hour-long. This episode however, is two hours and nine minutes, but is filled with deep conversations surrounding each project.</p>\n<p>In this episode, we learn the history of BuddyPress and how its connection to WordPress MU (WordPress Multisite), influenced the project’s direction. Jacoby explains what GlotPress is and why its a cornerstone of the WordPress project. We discuss the future of comments on the web and the role bbPress can play in turning things around. Last but not least, we discuss whether Jacoby’s successful crowdfunding campaign has opened the door for others who need funding to work on open source projects.</p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a title=\"https://wordpress.org/plugins/buddypress-identicons/\" href=\"https://wordpress.org/plugins/buddypress-identicons/\">BuddyPress Identicons</a> automatically replaces default avatars with GitHub-style identicons. Each member’s identicon is likely to be unique, because it’s generated from a hash of their username.</p>\n<p><a title=\"https://wordpress.org/plugins/buddypress-cover-photo/\" href=\"https://wordpress.org/plugins/buddypress-cover-photo/\">BuddyPress Cover Photo</a> allows users to upload a cover photo to their profile.</p>\n<p><a title=\"https://wordpress.org/plugins/friends-for-bbpress/\" href=\"https://wordpress.org/plugins/friends-for-bbpress/\">Friends For bbPress</a> allows users to add friends in bbPress forums. This plugin creates a section on each user’s profile page that contains their friends.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 11th 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 #182:</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:\"Fri, 06 Mar 2015 01:22:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:86:\"WPTavern: Wocker: Create a Docker-Based WordPress Development Environment in 3 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=40090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://wptavern.com/wocker-create-a-docker-based-wordpress-development-environment-in-3-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5731:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/docker-wordpress.jpg\" rel=\"prettyphoto[40090]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/docker-wordpress.jpg?resize=1025%2C494\" alt=\"docker-wordpress\" class=\"aligncenter size-full wp-image-40098\" /></a></p>\n<p>If you haven’t caught on to the <a href=\"https://www.docker.com/\" target=\"_blank\">Docker</a> craze, it might be time to see what it’s all about. Fans of the open source container technology appreciate that it’s lightweight, super fast to boot up, and easy to share containers through the <a href=\"https://registry.hub.docker.com/\" target=\"_blank\">Docker Hub</a>.</p>\n<p>Docker standardizes an app platform and its dependencies so you can hand the box over to another party without worrying about conflicting dependencies or differences between machines. While virtual machines can be rather weighty with an application plus an entire guest operating system, Docker is much lighter, containing just the application and its dependencies.</p>\n<h3>Introducing Wocker</h3>\n<p><a href=\"http://www.vagrantup.com/blog/vagrant-1-6.html\" target=\"_blank\">Vagrant 1.6.0</a>, released last May, introduced support for Docker-based development environments, enabling Vagrant to manage them within Docker-powered Linux containers, instead of virtual machines.</p>\n<p>WordPress developers who want to incorporate Docker into their workflow now have a new tool at their disposal. <a href=\"http://wckr.github.io/\" target=\"_blank\">Wocker</a> is a Docker-based rapid development environment of WordPress.</p>\n<p>If you already have Vagrant, VirtualBox, and the vagrant-hostsupdater plugin installed, then getting started with Wocker takes next to no time. Simply clone the Wocker repository:</p>\n<p><code>$ git clone https://github.com/wckr/wocker.git && cd wocker</code></p>\n<p>Then run <code>vagrant up</code>. You can now navigate to your Wocker development site at: <a href=\"http://wocker.dev/\" target=\"blank\">http://wocker.dev/</a>. Here you’ll find the latest version of WordPress installed with the default theme active.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/wocker.png\" rel=\"prettyphoto[40090]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/wocker.png?resize=1025%2C650\" alt=\"wocker\" class=\"aligncenter size-full wp-image-40093\" /></a></p>\n<p>Running a new Wocker container takes just three seconds:</p>\n<p><code>core@wocker ~ $ wocker run --name wp</code></p>\n<p>The tasks of creating a new container, restarting a stopped container, or shutting down, can all be done in a matter of seconds with <a href=\"http://wckr.github.io/\" target=\"_blank\">Wocker commands</a>.</p>\n<h3>Kite Koga on Creating Wocker</h3>\n<p>Japanese WordPress developer <a href=\"https://twitter.com/ixkaito\" target=\"_blank\">Kite Koga</a> created Wocker to speed up his own development. Koga is also the organizer of the upcoming <a href=\"https://www.facebook.com/WordCampKansai2015\" target=\"_blank\">WordCamp Kansai 2015</a>.</p>\n<p>“I used to use MAMP and VCCW for developing on WordPress,” Koga said. “MAMP is simple and easy but I have to download or copy WordPress core and create a database every time. <a href=\"http://vccw.cc/\" target=\"_blank\">VCCW</a> is a great tool, and I still use it now and then. It has a lot of options and functions but takes awhile to provision.”</p>\n<p>Koga also experimented with using <a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV\" target=\"_blank\">VVV</a> before creating Wocker. “Maybe VVV is good for developing WordPress core, but I feel it’s not fit for developing on WordPress. It takes too long to provision every time,” he said.</p>\n<p>“Ultimately, I found that Docker was a good choice for me,” Koga said. “Once I have a Docker image, it takes only three seconds for every new WordPress container. However, Docker is a little tricky, and the command line is complex. Therefore, I made the Wocker command line to run containers and sync files with local more easily.”</p>\n<p>Wocker is intentionally simple and limited to just a handful of options, as Koga’s primary objective was to make it super fast to create a new WordPress development environment. One drawback is that you cannot run two or more containers at the same time, but it takes just seconds to switch between containers.</p>\n<p>Koga summarized the main reasons that he opted to use Vagrant to manage Docker deployments:</p>\n<ol>\n<li>I could write some provision scripts in the Vagrantfile, so users only have to do `$ vagrant up`</li>\n<li>It was easier to map hostnames to IP addresses.</li>\n<li>Vagrant with CoreOS was simpler to manage Docker images and containers than boot2docker.</li>\n<li>To sync files between local machine, virtual machine, and the Docker container was tricky, so I made Wocker commands to make it easier.</li>\n</ol>\n<p>If you want to test out Wocker and find that it’s not for you, it’s easy and fast to uninstall. Simply run <code>$ vagrant destroy</code> to remove the Wocker folder, and your local machine will always be clean.</p>\n<p>I tested Wocker and found that it was insanely fast to create new containers (as well as restart existing ones), a task for which I would require an extra utility (such as <a href=\"http://wptavern.com/variable-vvv-a-new-vvv-site-creation-wizard-for-wordpress\" target=\"_blank\">Variable VVV</a>) to perform with VVV. If you find VVV to be too slow and want to check out an alternative, <a href=\"http://wckr.github.io/\" target=\"_blank\">Wocker</a> provides a faster way to set up simple development environments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Mar 2015 00:52:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:68:\"WPTavern: WordCamp Europe Now Taking Applications for 2016 Host City\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40057\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordcamp-europe-now-taking-applications-for-2016-host-city\";s: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:4150:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/wceu-volunteers.jpg\" rel=\"prettyphoto[40057]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/wceu-volunteers.jpg?resize=1025%2C485\" alt=\"wceu-volunteers\" class=\"aligncenter size-full wp-image-31631\" /></a></p>\n<p>Organizing an event the size of <a href=\"http://europe.wordcamp.org/2015/\" target=\"_blank\">WordCamp Europe</a> is a year-round endeavor. The 2015 event is just four months away, speaker applications are closed, and the organization team is already asking for applications for the next host city. So far, the camp has been held in Leiden and Sofia, and will come to Seville in June.</p>\n<p>Applying to host WordCamp Europe is similar to applying to be an Olympic city. Local WordPress communities in potential host cities must submit applications, including a budget and a convincing plan. Organizers scrutinize the applications for the following factors:</p>\n<ul>\n<li>Preparation of the budget and venue research</li>\n<li>Strength of the local WordPress community</li>\n<li>The merits of the new location, as compared to the previous year</li>\n<li>Affordability for attendees</li>\n<li>Potential travel difficulties</li>\n</ul>\n<p>This year <a href=\"http://wptavern.com/seville-spain-to-host-wordcamp-europe-2015\" target=\"_blank\">Seville, Spain was selected as the host city</a> after a short bidding process. WordCamp Central requested the event be scheduled earlier in the year to avoid calendar conflicts. This was an unusual turn of events but organizers are committed to re-instituting a public bidding process for all future events.</p>\n<h3>WordCamp Europe to Pilot New Organizer Mentorship Program</h3>\n<p>For months in advance, an all-star lineup of WordCamp organizers from around Europe put their heads together, sharing their experiences to plan the best event possible.</p>\n<p>“Organizing WordCamp Europe is both a pleasure and a challenge,” co-organizer Petya Raykovska told the Tavern. “What’s great about it is that you get to work with experienced WordCamp organizers from across Europe. Each organizer brings their own knowledge and perspective to the organizing team which makes it a fantastic opportunity to learn and grow.”</p>\n<p>The event has traditionally highlighted the diversity of the European WordPress community and its <a href=\"http://wptavern.com/wordpress-beyond-boundaries-a-recap-of-wordcamp-europe-2014\" target=\"_blank\">attendees’ eagerness to connect beyond boundaries</a>.</p>\n<p>“It’s a challenge because each of us has our own way of doing things and we have to learn how to listen to each other and compromise,” Raykovska said. “And, of course, there are all of those idioms that don’t cross language and cultural barriers!”</p>\n<p>New WordCamp Europe organizers should be equipped with a solid grasp of diplomacy and the ability to work with others across cultural differences.</p>\n<p>This year the current organization team plans to experiment with a mentorship program that would prepare the next crop of organizers to take the helm in 2016.</p>\n<p>“We’re introducing a new process that we hope will help not only find the best team for next year, but will also be a pilot for a mentorship program for future WordCamp Europe (or any large 600+ people WordPress event) events,” Raykovska said.</p>\n<p>“So what we want to do in 2015 is choose the team for 2016 and get them to work with us for the 2015 edition, so they can get to know what it takes, get introduced to the processes, work closely with the existing team and monitor what’s required of the local team.”</p>\n<p>Current organizers are prioritizing mentoring new additions in order to create a seamless transition from one organizational team to the next. Instead of learning the ropes at the last minute, new organizers will have the opportunity to see how it works without all of the pressure.</p>\n<p>“We believe it will be highly beneficial for them and will ensure smooth sailing for next year’s organisation,” Raykovska said.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Mar 2015 19:32:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:100:\"WPTavern: New Theme Development Company Makes First Sale Minutes After Being Approved on ThemeForest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=40045\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"http://wptavern.com/new-theme-development-company-makes-first-sale-minutes-after-being-approved-on-themeforest\";s: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:4372:\"<p><a title=\"http://warriorsofcode.com/\" href=\"http://warriorsofcode.com/\">Warriors Of Code</a> is a new WordPress theme development shop in Australia. An employee who goes by the name <a title=\"http://www.reddit.com/user/genesisfan\" href=\"http://www.reddit.com/user/genesisfan\">Genesisfan</a> on Reddit, <a title=\"http://www.reddit.com/r/Wordpress/comments/2xs8l2/just_had_our_first_wordpress_theme_accepted_at/\" href=\"http://www.reddit.com/r/Wordpress/comments/2xs8l2/just_had_our_first_wordpress_theme_accepted_at/\">published a post </a>explaining how the company recently had its first theme accepted on ThemeForest and was willing to answer questions others had about the experience. According to the post, he spent the better part of six months with a designer he hired while working a full-time job developing <a title=\"http://themeforest.net/item/broadsword-a-wordpress-theme-to-share-stories/full_screen_preview/10514496\" href=\"http://themeforest.net/item/broadsword-a-wordpress-theme-to-share-stories/full_screen_preview/10514496\">Broadsword</a>.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/BroadSword.png\" rel=\"prettyphoto[40045]\"><img class=\"size-full wp-image-40046\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/BroadSword.png?resize=1025%2C496\" alt=\"BroadSword Single Page View\" /></a>BroadSword Single Page View\n<p>When asked what he thought of the ThemeForest submission and review process, he responded, “We were pleasantly surprised with how quickly they turned around our review, and the level of detail they provided in their soft rejection. Aside from some technicalities that we’d missed (being more specific about what features we supported), the biggest issue was that we were missing some data validation in our files. Make sure you use the esc_ and sanitize_ functions provided by WordPress!”</p>\n<p>Once the issues were addressed, ThemeForest approved the submission and the team made its first sale within minutes of it going live. When asked what makes their theme different in the marketplace, he responded, “We kept the theme options to a minimum. We were both pretty tired of themes that include a thousand options and tend to be more like frameworks than standalone themes.”</p>\n<p>Based on <a title=\"http://wptavern.com/envato-continues-to-rake-in-the-cash-from-wordpress-themes-packaged-as-complete-website-solutions\" href=\"http://wptavern.com/envato-continues-to-rake-in-the-cash-from-wordpress-themes-packaged-as-complete-website-solutions\">stats that highlight</a> how well ThemeForest is doing, it’s not surprising that Warriors of code made their first sale within minutes of going live. However, the company used social media to its advantage, so it’s possible one their followers purchased the theme based on tweets. In fact, the company explains how they handled promotion:</p>\n<blockquote><p>Regarding promotion, we’ve been tweeting it out and liking the facebook page we’ve set up and luckily, it’s now trending on ThemeForest. It helps that I’m on the east coast of Canada and my partner is in Sydney, Australia, so we’re able to pretty much cover comment replies quickly at any time of the day. I think that goes a long way to helping promote a positive vibe about the theme.</p></blockquote>\n<p>After 24 hours, the company has six sales at $43 each. It’s not a huge amount, but it’s a start. The big takeaways is that ThemeForest reviews are catching insecure coding practices and making the first sale is a quick endeavor, especially if you already have a social media presence. The company <a title=\"http://www.reddit.com/r/Wordpress/comments/2xs8l2/just_had_our_first_wordpress_theme_accepted_at/\" href=\"http://www.reddit.com/r/Wordpress/comments/2xs8l2/just_had_our_first_wordpress_theme_accepted_at/\">answers several other questions</a> related to the experience.</p>\n<p>We know that in this instance, ThemeForest did its job to discover insecure coding practices during reviews. It’s also refreshing to hear from an up and coming theme company that they’re tired of theme options. I haven’t used their product so I can’t confirm if its claims are true, but it’s a step in the right direction to see other ThemeForest sellers make such statements in public.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Mar 2015 07:33: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: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: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:21:\"Matt: WIRED Re-launch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44764\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://ma.tt/2015/03/wired-re-launch/\";s: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:2726:\"<p>There’s the smart publishers, and then there’s the <a href=\"http://ma.tt/2015/02/developer-employment-act/\">ones going out of business</a>. WIRED is one of the smart ones, and just launched an awesome redesign on WordPress. <a href=\"http://www.wired.com/2015/03/our-new-site/\">From their editor-in-chief</a>:</p>\n<blockquote><p>Back in 1994 we launched Hotwired, the first site with original editorial content created for the web. It was a digital home for reporting on the future of science, business, design, and technology. You’ve come to trust us over the past two decades, but our growth online has sometimes come too quickly and with some pain. When I took over as editor in chief in 2012, WIRED had an archive of more than 100,000 stories. That’s good! But they were spread out over more than a dozen different databases, sections, and homepages tenuously connected by virtual duct tape and chewing gum. The cleanup process—onerous and without a shred of glamour—took almost 15 months. But finally, last year, our engineers rolled out a newly unified site architecture built atop a single streamlined WordPress installation. And you didn’t notice a hiccup. Maybe you saw that pages loaded a touch faster. Stories looked more WIRED.</p></blockquote>\n<p>The story of <a href=\"http://www.wired.com/2015/03/wired-dot-com-from-the-devs/\">the engineering behind it from Kathleen Vignos is also cool</a>:</p>\n<blockquote><p>The redesign gives us the third incarnation of our Curator application, which started years ago as a separate Groovy on Grails application maintained by a single Java developer. Curator once consumed articles from 35 different blogs for curation on our homepage. When we migrated our 17 active WordPress blogs into one WordPress install, we also rewrote Curator in Cake PHP to match our WordPress PHP backend. After this, anyone on our team could maintain Curator—but the architecture remained the same and lived outside of WordPress. Using this version of Curator, our web producer team manually constructed the homepage throughout each day as various stories were ready to be promoted.</p>\n<p>Our new and improved Curator is now a custom WordPress plugin—and it’s artificially intelligent! This allows our homepage and section landing pages to be both automated and curated at the same time. Stories flow through automagically based on editorial criteria, but editors can take control of the flow by locking stories in certain slots in our card system. This means our homepage and section landing pages are constantly changing with new stories all day long.</p></blockquote>\n<p>Curator sounds cool, as does the coming “longform feature article builder.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Mar 2015 02:36: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:67:\"WPTavern: Ninja Forms 2.9 Ships With Major Performance Improvements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=39995\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/ninja-forms-2-9-ships-with-major-performance-improvements\";s: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:5648:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaFormsFeaturedImage.png\" rel=\"prettyphoto[39995]\"><img class=\"aligncenter size-full wp-image-40019\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaFormsFeaturedImage.png?resize=840%2C273\" alt=\"Ninja Forms Featured Image\" /></a></p>\n<p>Ninja Forms <a title=\"https://ninjaforms.com/version-2-9/\" href=\"https://ninjaforms.com/version-2-9/\">2.9 is available</a> and features an improved user experience along with major performance enhancements. One of the biggest performance problems 2.9 solves is handling large forms. Prior to 2.9, users had to edit a php.ini file to handle the increased amount of server resources needed to process long forms, something many shared webhosts don’t allow. According to Kevin Stover, lead developer of Ninja Forms, 2.9 not only solves this problem, but the form builder is more efficient overall.</p>\n<blockquote><p>In our local tests, a 578 field form was 12.8mb and took 33.52 seconds to load. (It also occasionally crashed our browser.) In version 2.9, the same form was only 1.2mb and took only 1.41 seconds to load. We call that progress.</p></blockquote>\n<p>The user experience is vastly improved compared to earlier versions of the plugin. Now when you edit an existing form or want to create a new one, you’re taken to the form builder instead of a page filled with confusing settings. After installing Ninja Forms, it took less than five minutes to recreate the <a title=\"http://wptavern.com/contact-me\" href=\"http://wptavern.com/contact-me\">Tavern’s contact form</a>.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaForms29UserInterface.png\" rel=\"prettyphoto[39995]\"><img class=\"size-full wp-image-40012\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaForms29UserInterface.png?resize=1025%2C500\" alt=\"Ninja Forms 2.9 User Interface\" /></a>Ninja Forms 2.9 User Interface\n<p>A small but noticeable change is that, when you create a new form without a submit button and save it, a model window pops up reminding you to add one. Or, you can let Ninja Forms add it automatically. It’s hard to make a form useful without a submit button!</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaForms29SubmitButtonReminder.png\" rel=\"prettyphoto[39995]\"><img class=\"size-full wp-image-40013\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaForms29SubmitButtonReminder.png?resize=549%2C268\" alt=\"Ninja Forms 2.9 Submit Button\" /></a>Ninja Forms 2.9 Submit Button Reminder\n<p>One of the major changes to the form building experience is configuring fields. In previous versions of Ninja Forms, all of the configuration options for fields were in view which felt overwhelming. In Ninja Forms 2.9, field options are hidden behind drop down menus that are closed by default. This allows you to configure them at your own pace.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaFormsFieldSettings.png\" rel=\"prettyphoto[39995]\"><img class=\"size-full wp-image-40014\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaFormsFieldSettings.png?resize=535%2C477\" alt=\"Ninja Forms 2.9 Field Settings\" /></a>Ninja Forms 2.9 Field Settings\n<p>Overall, Ninja Forms 2.9 is a solid release and offers a better experience than its predecessors. I found it easier to build forms without having to rely on documentation. Stover says this release, “lays the groundwork for even better stuff to come down the road.” You can download Ninja Forms free from the <a title=\"https://wordpress.org/plugins/ninja-forms/\" href=\"https://wordpress.org/plugins/ninja-forms/\">WordPress plugin directory</a>.</p>\n<p>To learn more about James Laws, Co-founder of WP Ninjas and his company, <a title=\"http://wptavern.com/wpweekly-episode-179-interview-with-james-laws-co-founder-of-wp-ninjas\" href=\"http://wptavern.com/wpweekly-episode-179-interview-with-james-laws-co-founder-of-wp-ninjas\">listen to episode 179</a> of WordPress Weekly. In the show, we discuss some of the improvements that made it into Ninja Forms 2.9.</p>\n<div class=\"audio-shortcode-wrap\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaFormsFeaturedImage.png?resize=175%2C131\" alt=\"Ninja Forms Featured Image\" class=\"landscape thumbnail post-thumbnail audio-image\" /><a href=\"http://wptavern.com/wp-content/uploads/2015/02/EPISODE-179-Interview-With-James-Laws-Co-Founder-of-WP-Ninjas.mp3\">http://wptavern.com/wp-content/uploads/2015/02/EPISODE-179-Interview-With-James-Laws-Co-Founder-of-WP-Ninjas.mp3</a></div><div class=\"media-shortcode-extend\"><div class=\"media-info audio-info\"><ul class=\"media-meta\"><li><span class=\"prep\">Run Time</span> <span class=\"data\">1:17:51</span></li><li><span class=\"prep\">Artist</span> <span class=\"data\">Jeff Chandler and Marcus Couch</span></li><li><span class=\"prep\">Album</span> <span class=\"data\">WordPress Weekly</span></li><li><span class=\"prep\">Track</span> <span class=\"data\">179</span></li><li><span class=\"prep\">File Name</span> <span class=\"data\"><a href=\"http://wptavern.com/wp-content/uploads/2015/02/EPISODE-179-Interview-With-James-Laws-Co-Founder-of-WP-Ninjas.mp3\">EPISODE-179-Interview-With-James-Laws-Co-Founder-of-WP-Ninjas.mp3</a></span></li><li><span class=\"prep\">File Size</span> <span class=\"data\">33.64 MB</span></li><li><span class=\"prep\">File Type</span> <span class=\"data\">MP3</span></li><li><span class=\"prep\">Mime Type</span> <span class=\"data\">audio/mpeg</span></li></ul></div><button class=\"media-info-toggle\">Audio Info</button></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Mar 2015 00:32: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: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:88:\"WPTavern: BuddyPress 2.3 Development Kicks Off, Contributors Prioritize Work on New APIs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=39890\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/buddypress-2-3-development-kicks-off-contributors-prioritize-work-on-new-apis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2810:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/04/buddypress-wall.jpg\" rel=\"prettyphoto[39890]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/04/buddypress-wall.jpg?resize=1018%2C458\" alt=\"buddypress-wall\" class=\"aligncenter size-full wp-image-20901\" /></a></p>\n<p>The BuddyPress 2.3 development cycle is now in full swing, following a successful 2.2.1 maintenance release that <a href=\"http://wptavern.com/buddypress-breaks-one-day-download-record-with-2-2-1-release\" target=\"_blank\">broke the plugin’s one-day download record</a> with more than 10,000 downloads in just 24 hours. More minor fixes are on deck for inclusion in the forthcoming 2.2.2 release.</p>\n<p>This week contributors identified priorities for new features and improvements to work on for the <a href=\"https://bpdevel.wordpress.com/2015/03/03/bp-2-3-0-dev-cycle-contributor-priorities/\" target=\"_blank\">2.3 development cycle</a>. Updates to BuddyPress’ existing APIs and work on the following new APIs commenced this week:</p>\n<ul>\n<li><a href=\"https://buddypress.trac.wordpress.org/ticket/6210\" target=\"_blank\">New Invitations API</a> – a flexible API to create/retrieve invitations across components</li>\n<li><a href=\"https://buddypress.trac.wordpress.org/ticket/5429\" target=\"_blank\">New Attachments API</a> – a new component to manage BuddyPress attachments</li>\n<li><a href=\"https://github.com/paulgibbs/buddypress/tree/posts2posts\" target=\"_blank\">Possible new Relationships API</a> – for the Favorites/Likes features</li>\n<li>Improvements to Member Types API – <a href=\"https://buddypress.trac.wordpress.org/ticket/5192\" target=\"_blank\">ability to create member-type-specific xprofile fields</a>, fixes for existing bugs</li>\n<li>Notifications API – <a href=\"https://buddypress.trac.wordpress.org/ticket/6257\" target=\"_blank\">add a metadata table</a> – useful for storing additional data outside the available notification table’s schema</li>\n</ul>\n<p>New APIs would make it possible for BuddyPress developers to build extensions that bring in more exciting features, such as a core-supported way to manage media/user galleries, local avatar management, invitation capabilities for groups, sites, blogs, docs, etc. The APIs give developers a way to custom tailor those experiences for their communities.</p>\n<p>While none of these APIs and improvements are yet guaranteed to make it into 2.3, contributors have hammered out the tickets they will be investing in during the next three months. The official release is currently targeted for the end of May, 2015. To follow progress on tickets for the 2.3 milestone, check out the <a href=\"https://buddypress.trac.wordpress.org/milestone/2.3\" target=\"_blank\">roadmap</a> on BuddyPress trac.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 Mar 2015 22:10:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:75:\"Post Status: Adii Pienaar is making a WordPress comeback with stake in Obox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://poststatus.com/?p=9009\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://poststatus.com/adii-pienaar-making-wordpress-comeback-stake-obox/\";s: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:6289:\"<p>Adii Pienaar has been largely away from the WordPress community for much of the last year and a half. He’s one of three co-founders of WooThemes and was instrumental in <a href=\"http://www.woothemes.com/about/\">their growth</a> and success they achieved from 2008 until his departure in late 2013.</p>\n<p>Today, Adii is making the second step of his WordPress comeback. In addition to <a href=\"https://receiptful.com/\">Receiptful</a> — his new eCommerce receipts product — he’s taking on an advisory role with Obox, to go along with a cash investment in the company.</p>\n<p><a href=\"http://oboxthemes.com/\">Obox</a> is based in Cape Town, South Africa — where Adii and WooThemes are also based. Obox has been around the block as well.</p>\n<p>They were founded in 2009 and are lead by brothers Marc and David Perel. Obox has experienced times of great success — peaking as a team of 8 in 2012 — and also years where they’ve scaled back in response to more competition and watering down of the WordPress theme market.</p>\n<p>Before Adii left WooThemes, he had numerous conversations with Obox about an acquisition, but the parties could never agree on the specifics.</p>\n<h3>Adii now owns a 30% stake in Obox</h3>\n<p>David Perel showed Adii some screenshots of Layers while they were wrapping up development of <a title=\"Layers, by Obox, introduces a beautiful page building interface\" href=\"https://poststatus.com/layers-theme-obox/\">the new product</a>. Adii was intrigued and they started once again talking about joining forces, except this time the direction changed; they started talking about what it would look like for Adii to join Obox.</p>\n<p>Adii has made a cash investment in the Obox team, in return for a 30% stake in the company. The investment gives Obox a valuation in the millions of dollars, “but less than $10 million.”</p>\n<p>The cash from Adii’s investment is largely going to be used for operating expenses for the Obox team as they create the business model around Layers. Obox has also beefed up their team by <a href=\"http://blog.oboxthemes.com/calyx-joins-obox/\">acquihiring Calyx</a>, a two man Cape Town agency.</p>\n<p>According to David, <span class=\"pullquote alignright\">“Every cent Obox raises and makes will go into Layers.”</span></p>\n<h3>Roller coaster ride</h3>\n<p>Adii has been on a bit of a roller coaster ride since his departure of WooThemes. I’ve heard both Adii and his cofounders (Magnus Jepson and Mark Forrester) describe their split as a divorce. It was a hard time.</p>\n<p>The split was complete, and Adii released all ownership of the company for an amount he has <a href=\"http://mixergy.com/interviews/adii-pienaar-public-beta-interview/\">confirmed on Mixergy</a> was seven figures. He tells me that he has been fully paid for his shares.</p>\n<p>With cash in hand, Adii had room to take some risks, and with that risk came a mixture of successes and failures. His first foray into another product was Public Beta, which had many iterations before he ultimately deemed it a lost cause.</p>\n<p>His latest startup seems to have traction; Receiptful has had a successful launch, is getting nice adoption, and is expanding to multiple eCommerce platforms after an initial WooCommerce-only launch.</p>\n<p>Time heals all wounds, and it appears Adii’s relationship with WooThemes is also mended. They even <a href=\"http://www.woothemes.com/2015/02/why-customized-receipts-increase-ecommerce-revenue/\">blogged about Receiptful</a> recently on the main WooThemes blog.</p>\n<h3>Renewed passion for WordPress</h3>\n<p>Both Receiptful and the Obox investment show renewed passion for WordPress, as well as a sign of Adii getting back to his roots and what he knows best. With the launch of WooCommerce, Adii spearheaded what became a huge success during his time at WooThemes; and WooCommerce has only further grown since his departure.</p>\n<p>Adii hopes to take what he’s learned — both at WooThemes and with his adventures since — to his role at Obox.</p>\n<blockquote><p>One of the biggest challenges within WordPress is the disconnect between how developers and end-users use it, which makes building great WordPress products really hard. It’s also something that we encountered often at Woo and instead of truly tackling the problem we leaned towards building tools for developers.</p>\n<p>Layers is different in that sense, because it’s focused on the (end-)user experience from the ground up. I couldn’t be more excited to work with David & Marc to grow Layers, as they’re fanatical about UX and it’s my belief that they’ll finally make progress to closing the gap between a developer tool and end-user product.</p>\n<p>And in terms of the commercialisation of Layers… Well, let’s just say that I see opportunities and patterns that were prevalent in WooCommerce’s early days too…</p></blockquote>\n<h3>A new step for a dynamic WordPress figure</h3>\n<p>Adii was a huge and dynamic figure in the early days of WordPress’ commercial product space. He’s always made bold decisions — some good and some not so good.</p>\n<p>He has a penchant to make quick decisions and he iterates at a rapid pace; to some it can be off-putting, but for finding a hit it can be hugely important. In contrast, the Obox team makes calculated risks. While they’ve done a great deal of interesting work and experimentation on their own, they have largely stuck with the theme business while some of their early theme competitors rotated toward plugins and other verticals.</p>\n<p>I believe that the combination of Adii and the Perel brothers will make for a compelling trio of leadership at the helm for Obox. Their Layers launch <a href=\"http://blog.oboxthemes.com/what-hitting-the-top-spot-on-product-hunt-did-to-our-launch-day/\">certainly made waves</a>, and their next steps will be hugely important for the future of a company that has gone all in on a product without a monetization strategy.</p>\n<p>You can read the <a href=\"http://blog.oboxthemes.com/adii-co-founder-of-woothemes-and-woocommerce-has-joined-obox/\">official announcement on the Obox blog</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, 04 Mar 2015 15:56:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:56:\"WPTavern: WordPress Plugin Directory Launches New 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=39957\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wptavern.com/wordpress-plugin-directory-launches-new-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:3778:\"<p>The WordPress.org Meta team is on a roll this month. Following the successful <a href=\"http://wptavern.com/wordpress-theme-directory-launches-new-design\" target=\"_blank\">launch of the new theme directory</a>, the <a href=\"https://wordpress.org/plugins/\" target=\"_blank\">plugin directory</a> is getting the same treatment with <a href=\"https://make.wordpress.org/meta/2015/03/04/new-plugin-directory-theme/\" target=\"_blank\">a fresh coat of paint</a> and a set of brand new features.</p>\n<p>Browsing the official plugin directory is now similar to searching via the admin plugin browser. Having all of this code on hand made it easier for the meta team to replicate the experience in the directory.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/wordpress-plugin-directory.png\" rel=\"prettyphoto[39957]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/wordpress-plugin-directory.png?resize=1025%2C970\" alt=\"wordpress-plugin-directory\" class=\"aligncenter size-full wp-image-39963\" /></a></p>\n<p>In addition to the new design, the directory includes a new section for logged-in users to manage favorited plugins. Previously, users had to navigate to their own profile pages to access this information. With more than 36,000 listings in the directory, favorites are becoming an important feature for users who want to keep track of plugins they use frequently.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/plugin-favorites.png\" rel=\"prettyphoto[39957]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/plugin-favorites.png?resize=1025%2C511\" alt=\"plugin-favorites\" class=\"aligncenter size-full wp-image-39975\" /></a></p>\n<p>The “Popular” section seems to be populated by extensions with the highest number of active installs. It would be helpful to be able to further sort popular plugins based on different criteria, i.e. the most-favorited plugins and those with the highest ratings.</p>\n<p><a href=\"https://wordpress.org/plugins/browse/beta/\" target=\"_blank\">Beta Testing</a> is a new section which you may recognize from the WordPress admin. It lists all the feature plugins that are currently under consideration for inclusion in core at some point in the future. This more prominent display will help users discover the plugins, resulting in an increase in feedback for contributors.</p>\n<p>Users can also now search for plugins based on author, keyword, or tag. Searching is lightning fast, but it could be improved with filtering options to further narrow down the results.</p>\n<p>Although individual plugin pages did not receive a design update, they now reflect more accurate data with the number of active installs for each plugin. This provides plugin authors with a better understanding of how many sites are actively using that functionality, as opposed to just having downloaded it once and then uninstalled it.</p>\n<p>The new design is more visually-oriented than the previous one, making it easier for users to quickly scan through a long list of results. It is now more important than ever for developers to prioritize <a href=\"http://wptavern.com/wordpress-4-0-adds-custom-icons-to-the-plugin-installer\" target=\"_blank\">plugin branding</a> if they want their work to stand out in the official directory.</p>\n<p>In his <a href=\"https://make.wordpress.org/meta/2015/03/04/new-plugin-directory-theme/\" target=\"_blank\">announcement</a> about updates to the plugin directory, WordPress.org contributor Scott Reilly said that a backend reimplementation of the directory is on the roadmap for a future update. If you find a bug in the current implementation, feel free to open a ticket on <a href=\"https://meta.trac.wordpress.org/\" target=\"_blank\">meta.trac</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, 04 Mar 2015 09:25: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: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:27:\"Matt: WordPress iOS WYSIWYG\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44747\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/03/wordpress-ios-wysiwyg/\";s: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:499:\"<p>It’s been a long road, but the WordPress mobile apps are finally making some major strides. <a href=\"https://apps.wordpress.org/2015/02/26/wordpress-for-ios-a-new-visual-editor-more/\">WordPress iOS version 4.8 includes a visual editor so you won’t see code anymore when blogging on the go</a>. (For anyone curious at home, WordPress originally <a href=\"https://wordpress.org/news/2005/12/wp2/\">shipped with WYSIWYG in version 2.0</a>, and it was highly controversial at the time.)</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 Mar 2015 04:31: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:36:\"Akismet: February 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=1789\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://blog.akismet.com/2015/03/04/february-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:3152:\"<p>February was <a href=\"http://blog.akismet.com/2015/02/01/january-2015-stats-roundup/\">another</a> slow spam month for Akismet. We didn’t even hit 200 million comments on any day this month. You can see the daily breakdown of the spam and ham comments Akismet caught in the graph below:</p>\n<div id=\"attachment_1790\" class=\"wp-caption alignnone\"><a href=\"https://akismet.files.wordpress.com/2015/03/akismet-spam-and-ham-stats-february-2015.png\"><img class=\"wp-image-1790 size-large\" src=\"https://akismet.files.wordpress.com/2015/03/akismet-spam-and-ham-stats-february-2015.png?w=700&h=438\" alt=\"graph of akismet spam and ham daily stats February 2015\" /></a><p class=\"wp-caption-text\">The busiest day was the first of the month, with about 178 million spam comments — and the slowest day was the 18th with about 106 million.</p></div>\n<p><a href=\"https://akismet.files.wordpress.com/2015/03/ohio-state-football-field.jpg\"><img class=\" size-medium wp-image-1791 alignright\" src=\"https://akismet.files.wordpress.com/2015/03/ohio-state-football-field.jpg?w=300&h=200\" alt=\"ohio state football field\" width=\"300\" height=\"200\" /></a><strong>The total number of spam messages caught this month was 4,090,182,500</strong>. To visualize this, let’s say each spam is represented by <a href=\"https://prezi.com/roben6fpzshd/blades-of-grass-in-a-football-field/\">one blade of grass in a football field</a> — to commemorate the football season ending this February.</p>\n<p>How many football fields would it take to cover that much spam? Twelve and a half.</p>\n<p>How about the real comments? We got a total of 131,465,000 of those this month. And if each one were represented by a blade of grass, they would take just under one half of a football field to account for. As always, real comments account for much much less than spam comments — about 3% this month.</p>\n<p>This month was unusually low in spam numbers not only compared with last month (with a 14% decrease in volume), but also since last year — decreasing by 38% compared with February 2014.</p>\n<p>We missed only about 1 in every 10,917 spam comments this month — not bad!</p>\n<p>Your own blog’s stats may have followed a similar pattern of decreased spam activity this month. If you are ever finding that the spammers are winning and more comments than usual are getting through Akismet’s filters, please feel free to reach out and let us know. We’re happy to look into it and help restore order <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/1789/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1789/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1789&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, 04 Mar 2015 01: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: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: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:83:\"WPTavern: Jason Schuller’s Pickle Theme Re-Imagines WordPress as an Invisible CMS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=39892\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://wptavern.com/jason-schullers-pickle-theme-re-imagines-wordpress-as-an-invisible-cms\";s: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:10856:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/10/pickle-preview.jpg\" rel=\"prettyphoto[39892]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/10/pickle-preview.jpg?resize=972%2C462\" alt=\"pickle-preview\" class=\"aligncenter size-full wp-image-32216\" /></a></p>\n<p>Last week Jason Schuller launched his Pickle WordPress theme on <a href=\"https://pickle.pub/\" target=\"_blank\">Pickle.pub</a> and the product is now available on <a href=\"https://creativemarket.com/circa75/208774-The-Pickle-Theme-for-WordPress\" target=\"_blank\">Creative Market</a>. Pickle is a restaurant theme that is packaged with a custom admin design to provide a seamless content-editing experience.</p>\n<p>Schuller’s decision to <a href=\"http://wptavern.com/jason-schuller-to-re-enter-wordpress-theme-market-with-niche-admin-designs\" target=\"_blank\">re-enter the WordPress theme market</a> following the sale of Press75 came after several years of experimenting with alternative publishing platforms. In an <a href=\"http://wptavern.com/interview-with-jason-schuller-founder-of-press75-com\" target=\"_blank\">interview</a> with the Tavern last year, he expressed dissatisfaction with trying to make WordPress do what he wanted, which caused him to consider abandoning the platform entirely.</p>\n<p>Schuller found himself chronically at odds with WordPress’ limitations for scaling its complexity backwards to provide a more simplified publishing experience. Pickle was born out of this frustration. The theme reimagines the WordPress admin as an extension of the front-end design, with no abrupt transitions for editing content.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/pickle-admin.jpg\" rel=\"prettyphoto[39892]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/pickle-admin.jpg?resize=1025%2C682\" alt=\"pickle-admin\" class=\"aligncenter size-full wp-image-39907\" /></a></p>\n<h3>Targeting a Wider Market Beyond WordPress</h3>\n<p>At first glance, it might appear that the restaurant niche is a relatively small and limited market for a WordPress theme developer. However, if you check out <a href=\"https://pickle.pub/\" target=\"_blank\">Pickle.pub</a>, you’ll find no mention of WordPress among Pickle’s features. Schuller is intentionally marketing it to a larger potential customer base that includes anyone looking to build a simple restaurant website.</p>\n<p>“I’m not really advertising Pickle as a WordPress theme,” Schuller told the Tavern. “Essentially, my approach was to use WordPress to create my own custom CMS for minimalist restaurant websites.”</p>\n<p>In the future he plans to release more options, styles and add-ons for the product. Currently, all of Pickle’s functionality is packed into the theme, but Schuller is not overly concerned about data portability in this instance.</p>\n<p>“That data (in my opinion) is exclusive to what I’m doing with Pickle,” he said. “In other words, <span class=\"pullquote alignleft\">I’m not concerned with my users even knowing that it’s powered by WordPress.</span>”</p>\n<p>Schuller is hoping to attract two different markets: customers who know they want WordPress and those who just know they want a business website and don’t care what software it uses.</p>\n<p>“It shouldn’t matter to new users if it’s a WordPress solution,” he said. “But at the same time, freelancers who work with WordPress and have clients in the restaurant industry might be attracted by Pickle because it is a WordPress solution. I’m hoping to target both ends of the spectrum.”</p>\n<p>This time around in the WordPress theme business, Schuller is venturing into the frontier where customers aren’t already convinced of a favorite CMS. Pickle was intentionally designed to make WordPress, and all its complexity, effectively invisible. This is one of the reasons the theme does not currently support the use of 3rd-party plugins.</p>\n<h3>At Odds with WordPress Theme Development Best Practices</h3>\n<p>WordPress core doesn’t make it easy for developers to heavily customize the admin. This will soon change when the WP REST API lands in core; Schuller is open to updating Pickle to use the API once it’s no longer under heavy development.</p>\n<p>“Once the REST API lands in core, there would be no reason for me not to change my approach,” he said. “But for today, a little custom CSS and PHP will do just fine.”</p>\n<p>Pickle is Schuller’s attempt at testing the waters for the possibility of other niche admin designs in the future. A hosted version is also set to launch within the next month. “If all goes well, I’ll probably create more niche solutions from the simple HTML templates I’ve been releasing on <a href=\"https://leeflets.com\" target=\"_blank\">Leeflets</a>,” he said. These include other one-page designs for things like newsletters, biographies, galleries, and landing or product pages.</p>\n<p>“If that’s something I do end up doing, I would probably create some sort of admin theming plugin in order to eliminate duplicating the work each time,” Schuller said. “I could see the result of that being its own product as well for WordPress.”</p>\n<p>At the moment, he is not prioritizing putting the functionality into a plugin. However, the way Pickle is built is at odds with WordPress theme development best practices of separating plugin functionality from the theme’s design.</p>\n<p>If a major release of WordPress causes a break in Pickle, it’s not in a plugin where one could easily disable the functionality. A breaking change could possibly effect the site’s frontend design, without an update to Pickle. If the product were packaged as a theme plus plugin combination, users would be in a better position for updates from both core and Pickle.</p>\n<p>Schuller contends that WordPress theme developers should have the option to add features in a more modular fashion:</p>\n<blockquote><p>I realize that my approach for Pickle specifically probably isn’t the way most “WordPress” developers would have done it. The important thing is that I finished it, and the idea is out there regardless of how it was engineered. </p>\n<p>I’ve always felt that a good CMS should reflect the functionality you need for any given project. For instance, we shouldn’t assume that all themes should support links, comments, widgets, etc., or even posts for that matter. Some themes/users might only need “pages” which means that most of the admin menus in WordPress could and maybe should be hidden in that case. We have to manually add “theme support” within theme functions for features like “post thumbnails”, so why isn’t that the case for everything else?</p></blockquote>\n<p>After years of frustration with “the WordPress way,” Schuller is going his own way this time around. He finds himself at friction with WordPress best practices and the ability to serve a larger market of people who don’t care if a site is built on WordPress.</p>\n<p>“To be honest, I really wasn’t concerned about what the WordPress developer community would think about how I engineered Pickle,” he said. “I know there are probably so many ways I could have done it better, or hired someone else to do it better for me.”</p>\n<p>In creating Pickle, Schuller consciously chose to ignore his fear of the doing_it_wrong() brigade in order to deliver a product that he believes will be simple for customers to use.</p>\n<blockquote><p>When I got started with WordPress back in 2007, I had no clue what I was doing, but I was creating things and putting them out there as I learned, which is how I grew Press75. Somewhere along the way, I became much too concerned with how the WordPress community might perceive what I was making and that’s when my business started to decline. </p>\n<p>Instead of just being happy making things I was passionate about, I became obsessed with perfection and making sure everyone was going be happy with what I made. I’m not going to make that same mistake again. It’s so much more important to put your work out there (even if it’s not perfect) than to never put it out there at all in fear that someone might not agree with the way you did it.</p></blockquote>\n<p>Could business be as simple as building products that make both you and your customer happy? Do all WordPress sites need a long-term plan for data portability and separation of theme and plugin functionality?</p>\n<h3>Re-Imagining WordPress as an Invisible CMS</h3>\n<p>The invisibility of the traditional admin in the Pickle theme is a tribute to WordPress’ flexibility as a CMS. However, the lack of theme/plugin functionality separation is my primary objection to how it’s built, as it may make it difficult for the user to keep pace with core updates. This could potentially become a security issue.</p>\n<p>Schuller’s approach for one-page designs may not conform to best practices but it once again begs the question: how can we erase the separation between editing experience and the display of content? Many users find the native customizer in its current state to be too clunky to adequately handle this in an elegant way.</p>\n<p>While I don’t fully support the approach that Schuller took with building Pickle, I agree with the basic premise of pushing the boundaries to simplify WordPress for the user. Pickle is inspirational, despite its technical drawbacks. It is a groundbreaking example of a WordPress-powered content editing experience that is perfectly tailored to the frontend design. It’s a design-specific theme that doesn’t require a heavy page builder or multiple sub-panels of customizer options.</p>\n<p>Not everyone agrees on the best way to make the WordPress editing experience better while moving theme development forward. The platform needs people who are dissatisfied with the status quo to spearhead new, unorthodox ways of solving problems. However, it also needs the folks who have managed to keep inspiration alive for years, while working on the less glamorous tasks of contributing to core and establishing standards to make it better for everyone.</p>\n<p>As niche admin designs become common, the answer to the question of “What does WordPress look like?” will get fuzzy and difficult to define. A more modular approach to theming WordPress as a whole will make it easier for developers to sift out the functionality that users don’t need on basic websites. Finding a happy balance here will be critical for the platform to continue its reputation as a user-friendly CMS.</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, 03 Mar 2015 23:51:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:43:\"WPTavern: There Can Only Be One Sticky Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=39916\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wptavern.com/there-can-only-be-one-sticky-post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1817:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/StickyPostPollFeaturedImage.png\" rel=\"prettyphoto[39916]\"><img class=\"size-full wp-image-39338\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/StickyPostPollFeaturedImage.png?resize=670%2C294\" alt=\"Sticky Posts Poll Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/37996585435@N01/6369443095\">Free Thinking at the Sage, Gateshead</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>Last month, we <a title=\"http://wptavern.com/do-you-use-the-sticky-posts-feature-in-wordpress\" href=\"http://wptavern.com/do-you-use-the-sticky-posts-feature-in-wordpress\">polled our readers</a> to find out how many use the sticky posts feature in WordPress. Out of 322 votes, 66% said no while 34% said yes.</p>\nNote: There is a poll embedded within this post, please visit the site to participate in this post\'s poll.\n<p>Use cases included, featuring content in a slider, portfolio sites, and using it on a directory site. For those who sticky one post at a time, I discovered a convenient plugin that removes the sticky flag from previous sticky posts. <a title=\"https://wordpress.org/plugins/there-can-be-only-one/\" href=\"https://wordpress.org/plugins/there-can-be-only-one/\">There Can Be Only One,</a> developed by Alex Jones, ensures that only one sticky post is published at a time.</p>\n<p>There are no options to configure. Simply install, activate, and configure which post you want to sticky. When using this plugin, you no longer have to remove the sticky flag from the previous post which saves time and effort. There Can Only Be One is Jones’ first plugin submitted to the plugin directory and he’s interested to hear any feedback or suggestions you have to improve 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, 03 Mar 2015 22:04:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:\"Mon, 16 Mar 2015 15:51:13 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"200192\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 16 Mar 2015 15:45:13 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'),(352,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1426564274','no'),(353,'_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:\"Mon, 16 Mar 2015 15:48: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: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: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: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: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: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:\"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: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: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: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: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: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: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: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: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:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"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: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: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: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: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: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: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: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:23:\"MailChimp for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/mailchimp-for-wp/#post-54377\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 10 Jun 2013 17:32:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"54377@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:138:\"The best MailChimp plugin to get more email subscribers. Easily add MailChimp sign-up forms and sign-up checkboxes to your WordPress 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:16:\"Danny van Kooten\";s: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:15:\"ManageWP Worker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/worker/#post-24528\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Feb 2011 13:06: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:\"24528@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:103:\"ManageWP is the ultimate WordPress productivity tool, allowing you to efficiently manage your websites.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Vladimir Prelovac\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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: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: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:12:\"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:61:\"https://wordpress.org/plugins/contact-form-plugin/#post-26890\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2011 07:34: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:\"26890@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:43:\"Add Contact Form to your WordPress 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:\"bestwebsoft\";s: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: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: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:7:\"bbPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/bbpress/#post-14709\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 13 Dec 2009 00:05: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:\"14709@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:50:\"bbPress is forum software, made the WordPress way.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"John James Jacoby\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:91:\"NextGEN Facebook - Advanced Social SEO for Facebook, Google+, Pinterest, Twitter & More\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/nextgen-facebook/#post-40409\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Jul 2012 20:13:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"40409@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:132:\"Display your content in the best possible way on Facebook, Google+, Twitter, Pinterest, etc. - no matter how your webpage is shared!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"JS Morisset\";s: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:13:\"WP Statistics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-statistics/#post-25318\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 20 Mar 2011 09:03: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:\"25318@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:44:\"Complete statistics for your WordPress 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:13:\"Mostafa Soufi\";s: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:11:\"WP-Optimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/wp-optimize/#post-8691\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jan 2009 04:28:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"8691@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:132:\"Simple but effective plugin allows you to extensively clean up your WordPress database and optimize it without doing manual queries.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"ruhanirabin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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: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: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: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: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: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: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:40:\"NextScripts: Social Networks Auto-Poster\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wordpress.org/plugins/social-networks-auto-poster-facebook-twitter-g/#post-35439\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 02 Mar 2012 00:28: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"35439@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:149:\"Automatically re-publishes blogposts to Facebook, Twitter, Google+, Pinterest, LinkedIn, Blogger, Tumblr, Delicious, Plurk, etc profiles and/or 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:11:\"NextScripts\";s: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:13:\"Page Links To\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/page-links-to/#post-216\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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:53:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"216@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:\"Lets you make a WordPress page (or other content type) link to an external URL of your choosing, instead of its WordPress URL.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Mark Jaquith\";s: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: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: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:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2009 18:46: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:\"12073@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:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s: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:12:\"Antispam Bee\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/antispam-bee/#post-8484\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jan 2009 08:43:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"8484@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:113:\"„... another popular solution to fight spam is Antispam Bee“ – Matt Mullenweg, Q&A WordCamp Europe 2014\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"stalkerX\";s: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: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: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: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:\"\";}}}}}}}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:\"Mon, 16 Mar 2015 15:51:14 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:\"Mon, 16 Mar 2015 16:23:22 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Mon, 16 Mar 2015 15:48:22 +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'),(230,'jetpack_json_api_full_management','1','yes'),(247,'current_theme','DevDmBootstrap3-child','yes'),(248,'theme_mods_devdmbootstrap3','a:9:{i:0;b:0;s:12:\"header_image\";s:78:\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WSAALogo1cx.png\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:41;s:3:\"url\";s:78:\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WSAALogo1cx.png\";s:13:\"thumbnail_url\";s:78:\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WSAALogo1cx.png\";s:6:\"height\";i:76;s:5:\"width\";i:300;}s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";i:2;}s:16:\"background_image\";s:92:\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/Aviation-1200x790-20%-Q20.jpg\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:21:\"background_position_x\";s:6:\"center\";s:21:\"background_attachment\";s:6:\"scroll\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1426460027;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:13:\"right-sidebar\";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:12:\"left-sidebar\";a:0:{}}}}','yes'),(249,'theme_switched','','yes'),(250,'safecss_rev','2','yes'),(258,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(303,'pdfprnt_options_array','a:17:{s:21:\"plugin_option_version\";s:5:\"1.7.8\";s:8:\"position\";s:9:\"top-right\";s:23:\"position_search_archive\";s:12:\"pdfprnt-left\";s:15:\"position_custom\";s:12:\"pdfprnt-left\";s:14:\"show_btn_print\";i:0;s:12:\"show_btn_pdf\";i:0;s:29:\"show_btn_print_search_archive\";i:0;s:27:\"show_btn_pdf_search_archive\";i:0;s:21:\"show_btn_print_custom\";i:0;s:19:\"show_btn_pdf_custom\";i:0;s:20:\"use_theme_stylesheet\";s:1:\"0\";s:9:\"tmpl_post\";s:1:\"1\";s:11:\"tmpl_search\";s:1:\"1\";s:11:\"tmpl_custom\";s:1:\"1\";s:13:\"tmpl_shorcode\";i:0;s:15:\"use_types_posts\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";}s:17:\"show_print_window\";i:0;}','yes'),(274,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1426622443;s:7:\"checked\";a:8:{s:15:\"bootstrap-basic\";s:7:\"1.0.3.3\";s:18:\"bootstrap-ultimate\";s:5:\"1.4.9\";s:21:\"devdmbootstrap3-child\";s:3:\"1.0\";s:15:\"devdmbootstrap3\";s:4:\"1.60\";s:13:\"twentyfifteen\";s:3:\"1.0\";s:14:\"twentyfourteen\";s:3:\"1.3\";s:14:\"twentythirteen\";s:3:\"1.4\";s:12:\"twentytwelve\";s:3:\"1.6\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes'),(269,'wpts_bncid','O:29:\"WPtouchDefaultSettingsBNCID30\":9:{s:5:\"bncid\";s:0:\"\";s:19:\"wptouch_license_key\";s:0:\"\";s:16:\"license_accepted\";b:0;s:21:\"license_accepted_time\";i:0;s:22:\"next_update_check_time\";i:1426643060;s:15:\"license_expired\";s:1:\"0\";s:19:\"license_expiry_date\";i:0;s:16:\"referral_user_id\";b:0;s:15:\"current_version\";s:5:\"3.7.3\";}','yes'),(386,'_transient_timeout_wptouch_update_info','1426643063','no'),(387,'_transient_wptouch_update_info','1','no'),(275,'theme_mods_devdmbootstrap3-child','a:9:{i:0;b:0;s:12:\"header_image\";s:86:\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WSAALogo1cx-300x100.gif\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:86;s:3:\"url\";s:86:\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WSAALogo1cx-300x100.gif\";s:13:\"thumbnail_url\";s:86:\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WSAALogo1cx-300x100.gif\";s:6:\"height\";i:100;s:5:\"width\";i:300;}s:17:\"background_repeat\";s:9:\"no-repeat\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";i:2;}s:16:\"background_image\";s:95:\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/Aviation-1600x1053-20pct-Q20.jpg\";s:21:\"background_position_x\";s:6:\"center\";s:16:\"background_color\";s:6:\"d0d3dc\";s:21:\"background_attachment\";s:5:\"fixed\";}','yes'),(300,'bstwbsftwppdtplgns_options','a:1:{s:8:\"bws_menu\";a:1:{s:7:\"version\";a:1:{s:23:\"pdf-print/pdf-print.php\";s:5:\"1.4.3\";}}}','yes'),(308,'_mab_settings','a:3:{s:6:\"others\";a:2:{s:23:\"reorder-content-filters\";i:0;s:13:\"minify-output\";i:0;}s:5:\"optin\";a:3:{s:20:\"aweber-authorization\";s:0:\"\";s:13:\"mailchimp-api\";s:0:\"\";s:7:\"allowed\";a:1:{s:6:\"manual\";i:1;}}s:10:\"global-mab\";a:4:{s:7:\"default\";a:2:{s:9:\"actionbox\";s:0:\"\";s:9:\"placement\";s:6:\"bottom\";}s:4:\"page\";a:2:{s:9:\"actionbox\";s:0:\"\";s:9:\"placement\";s:6:\"bottom\";}s:4:\"post\";a:2:{s:9:\"actionbox\";s:0:\"\";s:9:\"placement\";s:6:\"bottom\";}s:8:\"category\";a:0:{}}}','yes'),(309,'_mab_current_version','2.15.5','yes'),(311,'wpcf7','a:1:{s:7:\"version\";s:5:\"4.1.1\";}','yes'),(313,'stb_enabled','1','yes'),(314,'stc_enabled','1','yes'),(315,'gravatar_disable_hovercards','enabled','yes'),(346,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1426564273','no'),(347,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1426521073','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `post_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=330 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'),(2,4,'_edit_last','1'),(3,4,'_edit_lock','1426465350:1'),(50,30,'_wp_attached_file','2015/03/Aviation.jpg'),(51,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:760;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2015/03/Aviation.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Aviation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Aviation-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Aviation-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(9,4,'_wp_page_template','default'),(32,21,'_wp_attached_file','2015/03/KandaceHarvey-HeadShot-100x125.jpg'),(33,21,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:125;s:4:\"file\";s:42:\"2015/03/KandaceHarvey-HeadShot-100x125.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(34,22,'_wp_attached_file','2015/03/KandaceHarvey-HeadShot-200x250.jpg'),(35,22,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:250;s:4:\"file\";s:42:\"2015/03/KandaceHarvey-HeadShot-200x250.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"KandaceHarvey-HeadShot-200x250-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(36,23,'_wp_attached_file','2015/03/KandaceHarvey-HeadShot-512x640.jpg'),(37,23,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:640;s:4:\"file\";s:42:\"2015/03/KandaceHarvey-HeadShot-512x640.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"KandaceHarvey-HeadShot-512x640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"KandaceHarvey-HeadShot-512x640-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"KandaceHarvey-HeadShot-512x640-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(38,24,'_wp_attached_file','2015/03/TristanAtkins-HeadShot.jpg'),(39,24,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:768;s:4:\"file\";s:34:\"2015/03/TristanAtkins-HeadShot.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"TristanAtkins-HeadShot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"TristanAtkins-HeadShot-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"TristanAtkins-HeadShot-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(40,25,'_wp_attached_file','2015/03/TristanAtkins-HeadShot-100x125.jpg'),(41,25,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:125;s:4:\"file\";s:42:\"2015/03/TristanAtkins-HeadShot-100x125.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(31,4,'_wpas_done_all','1'),(52,31,'_wp_attached_file','2015/03/DavidUlane-HeadShot.jpg'),(53,31,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:931;s:6:\"height\";i:868;s:4:\"file\";s:31:\"2015/03/DavidUlane-HeadShot.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"DavidUlane-HeadShot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"DavidUlane-HeadShot-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"DavidUlane-HeadShot-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.2000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS-1D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1323960377;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"115\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(49,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:250;s:4:\"file\";s:46:\"2015/03/WarrenHendrickson-HeadShot-200x250.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"WarrenHendrickson-HeadShot-200x250-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(42,26,'_wp_attached_file','2015/03/TristanAtkins-HeadShot-100x150.jpg'),(43,26,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:150;s:4:\"file\";s:42:\"2015/03/TristanAtkins-HeadShot-100x150.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"TristanAtkins-HeadShot-100x150-100x150.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(44,27,'_wp_attached_file','2015/03/TristanAtkins-HeadShot-200x250.jpg'),(45,27,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:250;s:4:\"file\";s:42:\"2015/03/TristanAtkins-HeadShot-200x250.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"TristanAtkins-HeadShot-200x250-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(46,28,'_wp_attached_file','2015/03/Warren-Hendrickson-Resized.png'),(47,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:317;s:6:\"height\";i:364;s:4:\"file\";s:38:\"2015/03/Warren-Hendrickson-Resized.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Warren-Hendrickson-Resized-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Warren-Hendrickson-Resized-261x300.png\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Warren-Hendrickson-Resized-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(48,29,'_wp_attached_file','2015/03/WarrenHendrickson-HeadShot-200x250.jpg'),(54,32,'_wp_attached_file','2015/03/KandaceHarvey-HeadShot.jpg'),(55,32,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2500;s:4:\"file\";s:34:\"2015/03/KandaceHarvey-HeadShot.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"KandaceHarvey-HeadShot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"KandaceHarvey-HeadShot-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"KandaceHarvey-HeadShot-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"KandaceHarvey-HeadShot-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(56,33,'_wp_attached_file','2015/03/DavidUlane-HeadShot-200x250.jpg'),(57,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:250;s:4:\"file\";s:39:\"2015/03/DavidUlane-HeadShot-200x250.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"DavidUlane-HeadShot-200x250-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.2000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS-1D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1323960377;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"115\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(58,34,'_wp_attached_file','2015/03/WSAALogo1a.png'),(59,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:728;s:6:\"height\";i:218;s:4:\"file\";s:22:\"2015/03/WSAALogo1a.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"WSAALogo1a-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"WSAALogo1a-300x90.png\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"WSAALogo1a-300x218.png\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(60,35,'_wp_attached_file','2015/03/WSAALogo1b.png'),(61,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:364;s:6:\"height\";i:109;s:4:\"file\";s:22:\"2015/03/WSAALogo1b.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"WSAALogo1b-150x109.png\";s:5:\"width\";i:150;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"WSAALogo1b-300x90.png\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"WSAALogo1b-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(62,36,'_wp_attached_file','2015/03/WSAALogo2.png'),(63,36,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:277;s:6:\"height\";i:257;s:4:\"file\";s:21:\"2015/03/WSAALogo2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"WSAALogo2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(64,37,'_wp_attached_file','2015/03/WSAALogo2a.png'),(65,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:543;s:6:\"height\";i:472;s:4:\"file\";s:22:\"2015/03/WSAALogo2a.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"WSAALogo2a-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"WSAALogo2a-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"WSAALogo2a-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(66,38,'_wp_attached_file','2015/03/WSAALogo3.png'),(67,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:214;s:6:\"height\";i:121;s:4:\"file\";s:21:\"2015/03/WSAALogo3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"WSAALogo3-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(68,39,'_wp_attached_file','2015/03/WSAALogo3a.png'),(69,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:484;s:6:\"height\";i:422;s:4:\"file\";s:22:\"2015/03/WSAALogo3a.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"WSAALogo3a-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"WSAALogo3a-300x262.png\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"WSAALogo3a-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(70,40,'_wp_attached_file','2015/03/CessnaAircraft.jpg'),(71,40,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:225;s:4:\"file\";s:26:\"2015/03/CessnaAircraft.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"CessnaAircraft-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"CessnaAircraft-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"CessnaAircraft-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(72,41,'_wp_attached_file','2015/03/WSAALogo1cx.png'),(73,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:76;s:4:\"file\";s:23:\"2015/03/WSAALogo1cx.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"WSAALogo1cx-150x76.png\";s:5:\"width\";i:150;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"WSAALogo1cx-300x76.png\";s:5:\"width\";i:300;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"WSAALogo1cx-300x76.png\";s:5:\"width\";i:300;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(74,41,'_wp_attachment_image_alt','WSAA Logo'),(75,41,'_wp_attachment_custom_header_last_used_devdmbootstrap3','1426450546'),(76,41,'_wp_attachment_is_custom_header','devdmbootstrap3'),(151,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1053;s:4:\"file\";s:30:\"2015/03/Aviation-1600x1053.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Aviation-1600x1053-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Aviation-1600x1053-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Aviation-1600x1053-1024x674.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Aviation-1600x1053-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(150,55,'_wp_attached_file','2015/03/Aviation-1600x1053.jpg'),(149,52,'_wpas_done_all','1'),(86,46,'_menu_item_type','custom'),(87,46,'_menu_item_menu_item_parent','0'),(88,46,'_menu_item_object_id','46'),(89,46,'_menu_item_object','custom'),(90,46,'_menu_item_target',''),(91,46,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(92,46,'_menu_item_xfn',''),(93,46,'_menu_item_url','#'),(132,46,'_wpas_done_all','1'),(95,47,'_menu_item_type','custom'),(96,47,'_menu_item_menu_item_parent','0'),(97,47,'_menu_item_object_id','47'),(98,47,'_menu_item_object','custom'),(99,47,'_menu_item_target',''),(100,47,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(101,47,'_menu_item_xfn',''),(102,47,'_menu_item_url','#'),(133,47,'_wpas_done_all','1'),(104,48,'_menu_item_type','custom'),(105,48,'_menu_item_menu_item_parent','0'),(106,48,'_menu_item_object_id','48'),(107,48,'_menu_item_object','custom'),(108,48,'_menu_item_target',''),(109,48,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(110,48,'_menu_item_xfn',''),(111,48,'_menu_item_url','#'),(134,48,'_wpas_done_all','1'),(113,49,'_menu_item_type','custom'),(114,49,'_menu_item_menu_item_parent','0'),(115,49,'_menu_item_object_id','49'),(116,49,'_menu_item_object','custom'),(117,49,'_menu_item_target',''),(118,49,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(119,49,'_menu_item_xfn',''),(120,49,'_menu_item_url','#'),(135,49,'_wpas_done_all','1'),(137,52,'_edit_last','1'),(138,52,'_edit_lock','1426461991:1'),(192,65,'_wpas_done_all','1'),(191,65,'_edit_last','1'),(190,63,'_edit_lock','1426467464:1'),(189,63,'_wpas_done_all','1'),(188,63,'_edit_last','1'),(187,61,'_edit_lock','1426464534:1'),(186,61,'_wpas_done_all','1'),(185,61,'_edit_last','1'),(152,55,'_wp_attachment_is_custom_background','devdmbootstrap3'),(153,55,'_wp_attachment_image_alt','Aviation background'),(274,83,'_wp_attached_file','2015/03/Aviation-1200x790-20pct-Q20.jpg'),(275,83,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:790;s:4:\"file\";s:39:\"2015/03/Aviation-1200x790-20pct-Q20.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Aviation-1200x790-20pct-Q20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Aviation-1200x790-20pct-Q20-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Aviation-1200x790-20pct-Q20-1024x674.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Aviation-1200x790-20pct-Q20-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"wptouch-new-thumbnail\";a:4:{s:4:\"file\";s:39:\"Aviation-1200x790-20pct-Q20-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"foundation-featured-image\";a:4:{s:4:\"file\";s:39:\"Aviation-1200x790-20pct-Q20-900x593.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(276,84,'_wp_attached_file','2015/03/Aviation-1600x1053-20pct.jpg'),(277,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1053;s:4:\"file\";s:36:\"2015/03/Aviation-1600x1053-20pct.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Aviation-1600x1053-20pct-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Aviation-1600x1053-20pct-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Aviation-1600x1053-20pct-1024x674.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Aviation-1600x1053-20pct-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"wptouch-new-thumbnail\";a:4:{s:4:\"file\";s:36:\"Aviation-1600x1053-20pct-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"foundation-featured-image\";a:4:{s:4:\"file\";s:36:\"Aviation-1600x1053-20pct-900x592.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:592;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(272,82,'_wp_attached_file','2015/03/Aviation-1600x1053-25pct.jpg'),(273,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1053;s:4:\"file\";s:36:\"2015/03/Aviation-1600x1053-25pct.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Aviation-1600x1053-25pct-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Aviation-1600x1053-25pct-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Aviation-1600x1053-25pct-1024x674.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Aviation-1600x1053-25pct-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"wptouch-new-thumbnail\";a:4:{s:4:\"file\";s:36:\"Aviation-1600x1053-25pct-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"foundation-featured-image\";a:4:{s:4:\"file\";s:36:\"Aviation-1600x1053-25pct-900x592.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:592;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(165,59,'_menu_item_type','post_type'),(166,59,'_menu_item_menu_item_parent','46'),(167,59,'_menu_item_object_id','4'),(168,59,'_menu_item_object','page'),(169,59,'_menu_item_target',''),(170,59,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(171,59,'_menu_item_xfn',''),(172,59,'_menu_item_url',''),(184,59,'_wpas_done_all','1'),(174,60,'_menu_item_type','post_type'),(175,60,'_menu_item_menu_item_parent','0'),(176,60,'_menu_item_object_id','52'),(177,60,'_menu_item_object','page'),(178,60,'_menu_item_target',''),(179,60,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(180,60,'_menu_item_xfn',''),(181,60,'_menu_item_url',''),(183,60,'_wpas_done_all','1'),(193,65,'_edit_lock','1426468519:1'),(194,67,'_edit_last','1'),(195,67,'_wpas_done_all','1'),(196,67,'_edit_lock','1426470986:1'),(197,69,'_edit_last','1'),(198,69,'_wpas_done_all','1'),(199,69,'_edit_lock','1426521146:1'),(200,71,'_edit_last','1'),(201,71,'_wpas_done_all','1'),(202,71,'_edit_lock','1426455952:1'),(203,73,'_menu_item_type','post_type'),(204,73,'_menu_item_menu_item_parent','46'),(205,73,'_menu_item_object_id','61'),(206,73,'_menu_item_object','page'),(207,73,'_menu_item_target',''),(208,73,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(209,73,'_menu_item_xfn',''),(210,73,'_menu_item_url',''),(257,73,'_wpas_done_all','1'),(212,74,'_menu_item_type','post_type'),(213,74,'_menu_item_menu_item_parent','46'),(214,74,'_menu_item_object_id','71'),(215,74,'_menu_item_object','page'),(216,74,'_menu_item_target',''),(217,74,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(218,74,'_menu_item_xfn',''),(219,74,'_menu_item_url',''),(262,74,'_wpas_done_all','1'),(221,75,'_menu_item_type','post_type'),(222,75,'_menu_item_menu_item_parent','46'),(223,75,'_menu_item_object_id','69'),(224,75,'_menu_item_object','page'),(225,75,'_menu_item_target',''),(226,75,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(227,75,'_menu_item_xfn',''),(228,75,'_menu_item_url',''),(261,75,'_wpas_done_all','1'),(230,76,'_menu_item_type','post_type'),(231,76,'_menu_item_menu_item_parent','46'),(232,76,'_menu_item_object_id','67'),(233,76,'_menu_item_object','page'),(234,76,'_menu_item_target',''),(235,76,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(236,76,'_menu_item_xfn',''),(237,76,'_menu_item_url',''),(260,76,'_wpas_done_all','1'),(239,77,'_menu_item_type','post_type'),(240,77,'_menu_item_menu_item_parent','46'),(241,77,'_menu_item_object_id','65'),(242,77,'_menu_item_object','page'),(243,77,'_menu_item_target',''),(244,77,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(245,77,'_menu_item_xfn',''),(246,77,'_menu_item_url',''),(259,77,'_wpas_done_all','1'),(248,78,'_menu_item_type','post_type'),(249,78,'_menu_item_menu_item_parent','46'),(250,78,'_menu_item_object_id','63'),(251,78,'_menu_item_object','page'),(252,78,'_menu_item_target',''),(253,78,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(254,78,'_menu_item_xfn',''),(255,78,'_menu_item_url',''),(258,78,'_wpas_done_all','1'),(278,85,'_wp_attached_file','2015/03/Aviation-1600x1053-20pct-Q20.jpg'),(279,85,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1053;s:4:\"file\";s:40:\"2015/03/Aviation-1600x1053-20pct-Q20.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Aviation-1600x1053-20pct-Q20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Aviation-1600x1053-20pct-Q20-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Aviation-1600x1053-20pct-Q20-1024x674.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Aviation-1600x1053-20pct-Q20-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"wptouch-new-thumbnail\";a:4:{s:4:\"file\";s:40:\"Aviation-1600x1053-20pct-Q20-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"foundation-featured-image\";a:4:{s:4:\"file\";s:40:\"Aviation-1600x1053-20pct-Q20-900x592.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:592;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(267,81,'_wp_attached_file','2015/03/WSAALogo1cx-300x100.jpg'),(268,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:100;s:4:\"file\";s:31:\"2015/03/WSAALogo1cx-300x100.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"WSAALogo1cx-300x100-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"WSAALogo1cx-300x100-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"WSAALogo1cx-300x100-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"wptouch-new-thumbnail\";a:4:{s:4:\"file\";s:31:\"WSAALogo1cx-300x100-144x100.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(269,81,'_wp_attachment_image_alt','WSAA Logo'),(270,81,'_wp_attachment_custom_header_last_used_devdmbootstrap3-child','1426460582'),(271,81,'_wp_attachment_is_custom_header','devdmbootstrap3-child'),(280,83,'_edit_lock','1426461178:1'),(281,85,'_wp_attachment_image_alt','Aviation background'),(282,84,'_wp_attachment_image_alt','Aviation background'),(283,83,'_wp_attachment_image_alt','Aviation background'),(284,82,'_wp_attachment_image_alt','Aviation background'),(285,84,'_wp_attachment_is_custom_background','devdmbootstrap3-child'),(286,85,'_wp_attachment_is_custom_background','devdmbootstrap3-child'),(287,86,'_wp_attached_file','2015/03/WSAALogo1cx-300x100.gif'),(288,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:100;s:4:\"file\";s:31:\"2015/03/WSAALogo1cx-300x100.gif\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"WSAALogo1cx-300x100-150x100.gif\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"WSAALogo1cx-300x100-300x100.gif\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"WSAALogo1cx-300x100-300x100.gif\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:21:\"wptouch-new-thumbnail\";a:4:{s:4:\"file\";s:31:\"WSAALogo1cx-300x100-144x100.gif\";s:5:\"width\";i:144;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(289,86,'_wp_attachment_image_alt','WSAA Logo'),(290,86,'_wp_attachment_custom_header_last_used_devdmbootstrap3-child','1426461836'),(291,86,'_wp_attachment_is_custom_header','devdmbootstrap3-child'),(292,87,'_wp_attached_file','2015/03/WarrenHendrickson-HeadShot-125x156.jpg'),(293,87,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:125;s:6:\"height\";i:156;s:4:\"file\";s:46:\"2015/03/WarrenHendrickson-HeadShot-125x156.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"WarrenHendrickson-HeadShot-125x156-125x150.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"wptouch-new-thumbnail\";a:4:{s:4:\"file\";s:46:\"WarrenHendrickson-HeadShot-125x156-125x144.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(294,88,'_wp_attached_file','2015/03/DavidUlane-HeadShot-125x156.jpg'),(295,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:125;s:6:\"height\";i:156;s:4:\"file\";s:39:\"2015/03/DavidUlane-HeadShot-125x156.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"DavidUlane-HeadShot-125x156-125x150.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"wptouch-new-thumbnail\";a:4:{s:4:\"file\";s:39:\"DavidUlane-HeadShot-125x156-125x144.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.2000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS-1D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1323960377;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"115\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(296,89,'_wp_attached_file','2015/03/KandaceHarvey-HeadShot-125x156.jpg'),(297,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:125;s:6:\"height\";i:156;s:4:\"file\";s:42:\"2015/03/KandaceHarvey-HeadShot-125x156.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"KandaceHarvey-HeadShot-125x156-125x150.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"wptouch-new-thumbnail\";a:4:{s:4:\"file\";s:42:\"KandaceHarvey-HeadShot-125x156-125x144.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(298,90,'_wp_attached_file','2015/03/TristanAtkins-HeadShot-125x156.jpg'),(299,90,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:125;s:6:\"height\";i:156;s:4:\"file\";s:42:\"2015/03/TristanAtkins-HeadShot-125x156.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"TristanAtkins-HeadShot-125x156-125x150.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"wptouch-new-thumbnail\";a:4:{s:4:\"file\";s:42:\"TristanAtkins-HeadShot-125x156-125x144.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(300,89,'_wp_attachment_image_alt','Kandace Harvey'),(301,90,'_wp_attachment_image_alt','Tristan Atkins'),(302,87,'_wp_attachment_image_alt','Warren Hendrickson'),(303,88,'_wp_attachment_image_alt','David Ulane'),(304,110,'_wp_attached_file','2015/03/Aviation-Alliance-Brochure-updated-Mar-4-2015.pdf'),(305,111,'_wp_attached_file','2015/03/Umbrella-of-Strength-24Feb2015.pdf'),(306,112,'_wp_attached_file','2015/03/WSAA-Bylaws-REVISED-25Feb2015.pdf'),(307,113,'_wp_attached_file','2015/03/WSAA-Mission-Statement-5Dec2014.pdf'),(308,114,'_wp_attached_file','2015/03/WSAA-White-Paper-FINAL-2Jan2015.pdf'),(309,121,'_wpas_done_all','1'),(310,121,'_form','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Subject<br />\n [text your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(311,121,'_mail','a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:46:\"[your-name] <wordpress@03c1a29.netsolhost.com>\";s:4:\"body\";s:207:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Washington State Aviation Alliance (http://03c1a29.netsolhost.com/wpdev)\";s:9:\"recipient\";s:16:\"runamuk0@msn.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(312,121,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:69:\"Washington State Aviation Alliance <wordpress@03c1a29.netsolhost.com>\";s:4:\"body\";s:149:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Washington State Aviation Alliance (http://03c1a29.netsolhost.com/wpdev)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:26:\"Reply-To: runamuk0@msn.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(313,121,'_messages','a:23:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}'),(314,121,'_additional_settings',''),(315,121,'_locale','en_US'),(316,122,'_edit_last','1'),(317,122,'_edit_lock','1426473520:1'),(318,122,'_wpas_done_all','1'),(319,122,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(320,124,'_menu_item_type','post_type'),(321,124,'_menu_item_menu_item_parent','0'),(322,124,'_menu_item_object_id','122'),(323,124,'_menu_item_object','page'),(324,124,'_menu_item_target',''),(325,124,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(326,124,'_menu_item_xfn',''),(327,124,'_menu_item_url',''),(329,124,'_wpas_done_all','1'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `post_author` bigint(20) unsigned NOT NULL default '0', `post_date` datetime NOT NULL default '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL default 'publish', `comment_status` varchar(20) NOT NULL default 'open', `ping_status` varchar(20) NOT NULL default 'open', `post_password` varchar(20) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL default '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=125 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://03c1a29.netsolhost.com/wpdev/?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://03c1a29.netsolhost.com/wpdev/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2015-03-15 14:48:54','2015-03-15 21:48:54','',0,'http://03c1a29.netsolhost.com/wpdev/?page_id=2',0,'page','',0),(3,1,'2015-03-14 23:26:01','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2015-03-14 23:26:01','0000-00-00 00:00:00','',0,'http://03c1a29.netsolhost.com/wpdev/?p=3',0,'post','',0),(4,1,'2015-03-15 12:52:22','2015-03-15 19:52:22','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div> \r\n<div class=\"col-md-12\">\r\n<h2>Formation Steering Committee</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-88 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (???) ???-????\r\n<!--Executive Director, Washington Airport Management Association-->\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->','Executive Officers and Board of Directors','','publish','closed','open','','executive-officers-and-board-of-directors','','','2015-03-15 17:23:25','2015-03-16 00:23:25','',0,'http://03c1a29.netsolhost.com/wpdev/?page_id=4',0,'page','',0),(18,1,'2015-03-14 18:12:45','2015-03-15 01:12:45','<a href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-100x125.jpg\"><img class=\"alignnone size-full wp-image-5\" src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-100x125.jpg\" alt=\"Kandace Harvey\" width=\"100\" height=\"125\" /></a>\r\n\r\n<strong>Kandace A. Harvey</strong>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto:president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\n\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n<a href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/Tristan-Head-Shot-100x150.jpg\"><img class=\"alignnone size-medium wp-image-6\" src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/Tristan-Head-Shot-100x150.jpg\" alt=\"Tristan Head Shot-100x150\" width=\"100\" height=\"150\" /></a>\r\n\r\n \r\n\r\n<strong>Tristan Atkins</strong>\r\n<em>Secretary</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\n\r\nDirector of Aviation, Washington State Department of Transportation\r\n','Board of Directors','','inherit','open','open','','4-revision-v1','','','2015-03-14 18:12:45','2015-03-15 01:12:45','',4,'http://03c1a29.netsolhost.com/wpdev/?p=18',0,'revision','',0),(7,1,'2015-03-14 17:38:34','2015-03-15 00:38:34','<a href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-100x125.jpg\"><img class=\"alignnone size-full wp-image-5\" src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-100x125.jpg\" alt=\"Kandace Harvey\" width=\"100\" height=\"125\" /></a>\r\n\r\n<strong>Kandace A. Harvey</strong>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto:president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\n\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n<a href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/Tristan-Head-Shot-100x150.jpg\"><img class=\"alignnone size-medium wp-image-6\" src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/Tristan-Head-Shot-100x150.jpg\" alt=\"Tristan Head Shot-100x150\" width=\"100\" height=\"150\" /></a>\r\n\r\n \r\n\r\n<strong>Tristan Atkins</strong>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\n\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n ','Board of Directors','','inherit','open','open','','4-revision-v1','','','2015-03-14 17:38:34','2015-03-15 00:38:34','',4,'http://03c1a29.netsolhost.com/wpdev/?p=7',0,'revision','',0),(28,1,'2015-03-15 12:54:45','2015-03-15 19:54:45','','Warren Hendrickson - Resized','','inherit','open','open','','warren-hendrickson-resized','','','2015-03-15 12:54:45','2015-03-15 19:54:45','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/Warren-Hendrickson-Resized.png',0,'attachment','image/png',0),(21,1,'2015-03-15 12:54:35','2015-03-15 19:54:35','','KandaceHarvey-HeadShot-100x125','','inherit','open','open','','kandaceharvey-headshot-100x125','','','2015-03-15 12:54:35','2015-03-15 19:54:35','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-100x125.jpg',0,'attachment','image/jpeg',0),(22,1,'2015-03-15 12:54:36','2015-03-15 19:54:36','','KandaceHarvey-HeadShot-200x250','','inherit','open','open','','kandaceharvey-headshot-200x250','','','2015-03-15 12:54:36','2015-03-15 19:54:36','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-200x250.jpg',0,'attachment','image/jpeg',0),(23,1,'2015-03-15 12:54:37','2015-03-15 19:54:37','','KandaceHarvey-HeadShot-512x640','','inherit','open','open','','kandaceharvey-headshot-512x640','','','2015-03-15 12:54:37','2015-03-15 19:54:37','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-512x640.jpg',0,'attachment','image/jpeg',0),(24,1,'2015-03-15 12:54:38','2015-03-15 19:54:38','','TristanAtkins-HeadShot','','inherit','open','open','','tristanatkins-headshot','','','2015-03-15 12:54:38','2015-03-15 19:54:38','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/TristanAtkins-HeadShot.jpg',0,'attachment','image/jpeg',0),(25,1,'2015-03-15 12:54:39','2015-03-15 19:54:39','','TristanAtkins-HeadShot-100x125','','inherit','open','open','','tristanatkins-headshot-100x125','','','2015-03-15 12:54:39','2015-03-15 19:54:39','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/TristanAtkins-HeadShot-100x125.jpg',0,'attachment','image/jpeg',0),(26,1,'2015-03-15 12:54:39','2015-03-15 19:54:39','','TristanAtkins-HeadShot-100x150','','inherit','open','open','','tristanatkins-headshot-100x150','','','2015-03-15 12:54:39','2015-03-15 19:54:39','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/TristanAtkins-HeadShot-100x150.jpg',0,'attachment','image/jpeg',0),(27,1,'2015-03-15 12:54:40','2015-03-15 19:54:40','','TristanAtkins-HeadShot-200x250','','inherit','open','open','','tristanatkins-headshot-200x250','','','2015-03-15 12:54:40','2015-03-15 19:54:40','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x250.jpg',0,'attachment','image/jpeg',0),(96,1,'2015-03-15 16:41:52','2015-03-15 23:41:52','<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-4\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n<h2>Formation Steering Committee</h2>\r\n</div>\r\n<div class=\"col-md-4\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (???) ???-????\r\n<!--Executive Director, Washington Airport Management Association-->\r\n</div>\r\n</div>\r\n</div>\r\n</div><!-- row -->\r\n</div><!-- container -->','Executive Officers and Board of Directors','','inherit','open','open','','4-revision-v1','','','2015-03-15 16:41:52','2015-03-15 23:41:52','',4,'http://03c1a29.netsolhost.com/wpdev/?p=96',0,'revision','',0),(91,1,'2015-03-15 16:33:09','2015-03-15 23:33:09','<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\">\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" class=\"alignnone size-full wp-image-89\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x250.jpg\"><img class=\"alignnone size-medium wp-image-6 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x250.jpg\" alt=\"Tristan Head Shot-100x150\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n<h2>Steering Committee</h2>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x240.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x250.jpg\" alt=\"Warren Hendrickson\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/DavidUlane-HeadShot-200x240.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/DavidUlane-HeadShot-200x250.jpg\" alt=\"David Ulane\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (???) ???-????\r\n<!--Executive Director, Washington Airport Management Association-->\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->\r\n\r\n<!-- container -->','Executive Officers and Board of Directors','','inherit','open','open','','4-revision-v1','','','2015-03-15 16:33:09','2015-03-15 23:33:09','',4,'http://03c1a29.netsolhost.com/wpdev/?p=91',0,'revision','',0),(20,1,'2015-03-15 12:50:19','2015-03-15 19:50:19','<div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n <h2>Board of Directors</h2>\r\n </div>\r\n <div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n <div class=\"media\">\r\n <a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-200x250.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-200x250.jpg\" alt=\"Kandace Harvey\" width=\"200\" height=\"250\" /></a>\r\n <div class=\"media-body\">\r\n <h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n <em>President</em><br/>\r\n Snohomish, WA<br/>\r\n Email: <a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a><br/>\r\n Phone: (360) 568-1541 x224<br/>\r\n Fax: (360) 568-0834<br/>\r\n President, Washington Airport Management Association<br/>\r\n Owner, Harvey Field\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n <div class=\"media\">\r\n <a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x250.jpg\"><img class=\"alignnone size-medium wp-image-6 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x250.jpg\" alt=\"Tristan Head Shot-100x150\" width=\"200\" height=\"250\" /></a>\r\n <div class=\"media-body\">\r\n <h4 class=\"media-heading\">Tristan Atkins</h4>\r\n <em>Secretary</em><br />\r\n Olympia, WA<br/>\r\n Email: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a><br/>\r\n Phone: (360) 709-8020<br/>\r\n Cell: (360) 529-6550<br/>\r\n Director of Aviation, Washington State Department of Transportation\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n <h2>Steering Committee</h2>\r\n </div>\r\n <div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n <div class=\"media\">\r\n <a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x240.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x250.jpg\" alt=\"Warren Hendrickson\" width=\"200\" height=\"250\" /></a>\r\n <div class=\"media-body\">\r\n <h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n <em>Committee Member</em><br/>\r\n Seattle, WA<br/>\r\n Email: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>--><br/>\r\n Cell: (253) 973-9687<br/>\r\n Executive Director, Washington Airport Management Association\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"panel\"> </div>\r\n <div class=\"panel\"> </div>\r\n <div class=\"panel\"> </div>\r\n\r\n <div class=\"row\">\r\n <h1 class=\"text-center\">Board of Directors</h1>\r\n <div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n <h2>Administration</h2>\r\n </div>\r\n <div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n <div class=\"media\">\r\n <a class=\"\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-200x250.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-200x250.jpg\" alt=\"Kandace Harvey\" width=\"200\" height=\"250\" /></a>\r\n <div class=\"media-body\">\r\n <h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n <em>President</em><br/>\r\n Snohomish, WA<br/>\r\n Email: <a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a><br/>\r\n Phone: (360) 568-1541 x224<br/>\r\n Fax: (360) 568-0834<br/>\r\n President, Washington Airport Management Association<br/>\r\n Owner, Harvey Field\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n <div class=\"media\">\r\n <a class=\"\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x250.jpg\"><img class=\"alignnone size-medium wp-image-6 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x250.jpg\" alt=\"Tristan Head Shot-100x150\" width=\"200\" height=\"250\" /></a>\r\n <div class=\"media-body\">\r\n <h4 class=\"media-heading\">Tristan Atkins</h4>\r\n <em>Secretary</em><br />\r\n Olympia, WA<br/>\r\n Email: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a><br/>\r\n Phone: (360) 709-8020<br/>\r\n Cell: (360) 529-6550<br/>\r\n Director of Aviation, Washington State Department of Transportation\r\n </div>\r\n </div>\r\n </div>\r\n \r\n <div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n <h2>Steering Committee</h2>\r\n </div>\r\n <div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n <div class=\"media\">\r\n <a class=\"\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x240.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x250.jpg\" alt=\"Warren Hendrickson\" width=\"200\" height=\"250\" /></a>\r\n <div class=\"media-body\">\r\n <h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n <em>Committee Member</em><br/>\r\n Seattle, WA<br/>\r\n Email: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>--><br/>\r\n Cell: (253) 973-9687<br/>\r\n Executive Director, Washington Airport Management Association\r\n </div>\r\n </div>\r\n </div>\r\n </div><!-- row -->\r\n</div><!-- container -->\r\n','Executive Officers and Board of Directors','','inherit','open','open','','4-revision-v1','','','2015-03-15 12:50:19','2015-03-15 19:50:19','',4,'http://03c1a29.netsolhost.com/wpdev/?p=20',0,'revision','',0),(19,1,'2015-03-15 12:49:46','2015-03-15 19:49:46','<div class=\"container\">\r\n <div class=\"row\">\r\n <h1 class=\"text-center\">Executive Officers and Board of Directors</h1>\r\n <div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n <h2>Board of Directors</h2>\r\n </div>\r\n <div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n <div class=\"media\">\r\n <a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-200x250.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-200x250.jpg\" alt=\"Kandace Harvey\" width=\"200\" height=\"250\" /></a>\r\n <div class=\"media-body\">\r\n <h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n <em>President</em><br/>\r\n Snohomish, WA<br/>\r\n Email: <a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a><br/>\r\n Phone: (360) 568-1541 x224<br/>\r\n Fax: (360) 568-0834<br/>\r\n President, Washington Airport Management Association<br/>\r\n Owner, Harvey Field\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n <div class=\"media\">\r\n <a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x250.jpg\"><img class=\"alignnone size-medium wp-image-6 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x250.jpg\" alt=\"Tristan Head Shot-100x150\" width=\"200\" height=\"250\" /></a>\r\n <div class=\"media-body\">\r\n <h4 class=\"media-heading\">Tristan Atkins</h4>\r\n <em>Secretary</em><br />\r\n Olympia, WA<br/>\r\n Email: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a><br/>\r\n Phone: (360) 709-8020<br/>\r\n Cell: (360) 529-6550<br/>\r\n Director of Aviation, Washington State Department of Transportation\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n <h2>Steering Committee</h2>\r\n </div>\r\n <div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n <div class=\"media\">\r\n <a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x240.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x250.jpg\" alt=\"Warren Hendrickson\" width=\"200\" height=\"250\" /></a>\r\n <div class=\"media-body\">\r\n <h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n <em>Committee Member</em><br/>\r\n Seattle, WA<br/>\r\n Email: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>--><br/>\r\n Cell: (253) 973-9687<br/>\r\n Executive Director, Washington Airport Management Association\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"panel\"> </div>\r\n <div class=\"panel\"> </div>\r\n <div class=\"panel\"> </div>\r\n\r\n <div class=\"row\">\r\n <h1 class=\"text-center\">Board of Directors</h1>\r\n <div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n <h2>Administration</h2>\r\n </div>\r\n <div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n <div class=\"media\">\r\n <a class=\"\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-200x250.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-200x250.jpg\" alt=\"Kandace Harvey\" width=\"200\" height=\"250\" /></a>\r\n <div class=\"media-body\">\r\n <h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n <em>President</em><br/>\r\n Snohomish, WA<br/>\r\n Email: <a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a><br/>\r\n Phone: (360) 568-1541 x224<br/>\r\n Fax: (360) 568-0834<br/>\r\n President, Washington Airport Management Association<br/>\r\n Owner, Harvey Field\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n <div class=\"media\">\r\n <a class=\"\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x250.jpg\"><img class=\"alignnone size-medium wp-image-6 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x250.jpg\" alt=\"Tristan Head Shot-100x150\" width=\"200\" height=\"250\" /></a>\r\n <div class=\"media-body\">\r\n <h4 class=\"media-heading\">Tristan Atkins</h4>\r\n <em>Secretary</em><br />\r\n Olympia, WA<br/>\r\n Email: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a><br/>\r\n Phone: (360) 709-8020<br/>\r\n Cell: (360) 529-6550<br/>\r\n Director of Aviation, Washington State Department of Transportation\r\n </div>\r\n </div>\r\n </div>\r\n \r\n <div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n <h2>Steering Committee</h2>\r\n </div>\r\n <div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n <div class=\"media\">\r\n <a class=\"\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x240.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x250.jpg\" alt=\"Warren Hendrickson\" width=\"200\" height=\"250\" /></a>\r\n <div class=\"media-body\">\r\n <h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n <em>Committee Member</em><br/>\r\n Seattle, WA<br/>\r\n Email: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>--><br/>\r\n Cell: (253) 973-9687<br/>\r\n Executive Director, Washington Airport Management Association\r\n </div>\r\n </div>\r\n </div>\r\n </div><!-- row -->\r\n</div><!-- container -->\r\n','Board of Directors','','inherit','open','open','','4-revision-v1','','','2015-03-15 12:49:46','2015-03-15 19:49:46','',4,'http://03c1a29.netsolhost.com/wpdev/?p=19',0,'revision','',0),(43,1,'2015-03-15 13:23:17','2015-03-15 20:23:17','<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-200x250.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-200x250.jpg\" alt=\"Kandace Harvey\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x250.jpg\"><img class=\"alignnone size-medium wp-image-6 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x250.jpg\" alt=\"Tristan Head Shot-100x150\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n<h2>Steering Committee</h2>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x240.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x250.jpg\" alt=\"Warren Hendrickson\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/DavidUlane-HeadShot-200x240.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/DavidUlane-HeadShot-200x250.jpg\" alt=\"David Ulane\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane</h4>\r\n<em>Committee Member</em>\r\n\r\nSeattle, WA\r\n\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\n\r\nCell: (253) 973-9687\r\n\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"panel\"></div>\r\n<div class=\"panel\"></div>\r\n<div class=\"panel\"></div>\r\n<div class=\"row\">\r\n<h1 class=\"text-center\">Board of Directors</h1>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n<h2>Administration</h2>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-200x250.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-200x250.jpg\" alt=\"Kandace Harvey\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\n\r\nSnohomish, WA\r\n\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\n\r\nPhone: (360) 568-1541 x224\r\n\r\nFax: (360) 568-0834\r\n\r\nPresident, Washington Airport Management Association\r\n\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x250.jpg\"><img class=\"alignnone size-medium wp-image-6 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x250.jpg\" alt=\"Tristan Head Shot-100x150\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\n\r\nOlympia, WA\r\n\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\n\r\nPhone: (360) 709-8020\r\n\r\nCell: (360) 529-6550\r\n\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n<h2>Steering Committee</h2>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x240.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x250.jpg\" alt=\"Warren Hendrickson\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Committee Member</em>\r\n\r\nSeattle, WA\r\n\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\n\r\nCell: (253) 973-9687\r\n\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->\r\n\r\n</div>\r\n<!-- container -->','Executive Officers and Board of Directors','','inherit','open','open','','4-revision-v1','','','2015-03-15 13:23:17','2015-03-15 20:23:17','',4,'http://03c1a29.netsolhost.com/wpdev/?p=43',0,'revision','',0),(29,1,'2015-03-15 12:54:46','2015-03-15 19:54:46','','WarrenHendrickson-HeadShot-200x250','','inherit','open','open','','warrenhendrickson-headshot-200x250','','','2015-03-15 12:54:46','2015-03-15 19:54:46','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x250.jpg',0,'attachment','image/jpeg',0),(30,1,'2015-03-15 12:54:48','2015-03-15 19:54:48','','Aviation','','inherit','open','open','','aviation','','','2015-03-15 12:54:48','2015-03-15 19:54:48','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/Aviation.jpg',0,'attachment','image/jpeg',0),(31,1,'2015-03-15 12:54:53','2015-03-15 19:54:53','','DavidUlane-HeadShot','','inherit','open','open','','davidulane-headshot','','','2015-03-15 12:54:53','2015-03-15 19:54:53','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/DavidUlane-HeadShot.jpg',0,'attachment','image/jpeg',0),(32,1,'2015-03-15 12:55:11','2015-03-15 19:55:11','','KandaceHarvey-HeadShot','','inherit','open','open','','kandaceharvey-headshot','','','2015-03-15 12:55:11','2015-03-15 19:55:11','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot.jpg',0,'attachment','image/jpeg',0),(33,1,'2015-03-15 12:57:07','2015-03-15 19:57:07','','DavidUlane-HeadShot-200x250','','inherit','open','open','','davidulane-headshot-200x250','','','2015-03-15 12:57:07','2015-03-15 19:57:07','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/DavidUlane-HeadShot-200x250.jpg',0,'attachment','image/jpeg',0),(34,1,'2015-03-15 13:01:07','2015-03-15 20:01:07','','WSAALogo1a','','inherit','open','open','','wsaalogo1a','','','2015-03-15 13:01:07','2015-03-15 20:01:07','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WSAALogo1a.png',0,'attachment','image/png',0),(35,1,'2015-03-15 13:01:08','2015-03-15 20:01:08','','WSAALogo1b','','inherit','open','open','','wsaalogo1b','','','2015-03-15 13:01:08','2015-03-15 20:01:08','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WSAALogo1b.png',0,'attachment','image/png',0),(36,1,'2015-03-15 13:01:11','2015-03-15 20:01:11','','WSAALogo2','','inherit','open','open','','wsaalogo2','','','2015-03-15 13:01:11','2015-03-15 20:01:11','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WSAALogo2.png',0,'attachment','image/png',0),(37,1,'2015-03-15 13:01:12','2015-03-15 20:01:12','','WSAALogo2a','','inherit','open','open','','wsaalogo2a','','','2015-03-15 13:01:12','2015-03-15 20:01:12','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WSAALogo2a.png',0,'attachment','image/png',0),(38,1,'2015-03-15 13:01:14','2015-03-15 20:01:14','','WSAALogo3','','inherit','open','open','','wsaalogo3','','','2015-03-15 13:01:14','2015-03-15 20:01:14','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WSAALogo3.png',0,'attachment','image/png',0),(39,1,'2015-03-15 13:01:15','2015-03-15 20:01:15','','WSAALogo3a','','inherit','open','open','','wsaalogo3a','','','2015-03-15 13:01:15','2015-03-15 20:01:15','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WSAALogo3a.png',0,'attachment','image/png',0),(40,1,'2015-03-15 13:01:17','2015-03-15 20:01:17','','CessnaAircraft','','inherit','open','open','','cessnaaircraft','','','2015-03-15 13:01:17','2015-03-15 20:01:17','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/CessnaAircraft.jpg',0,'attachment','image/jpeg',0),(41,1,'2015-03-15 13:14:20','2015-03-15 20:14:20','','WSAALogo1cx','','inherit','open','open','','wsaalogo1cx','','','2015-03-15 13:15:08','2015-03-15 20:15:08','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WSAALogo1cx.png',0,'attachment','image/png',0),(42,1,'2015-03-15 17:12:31','2015-03-16 00:12:31','<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<h2>Board of Directors</h2>\n</div>\n<div class=\"col-md-4\">\n<div class=\"media\">\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\n<div class=\"media-body\">\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\n<em>President</em>\nSnohomish, WA\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\nPhone: (360) 568-1541 x224\nFax: (360) 568-0834\nPresident, Washington Airport Management Association\nOwner, Harvey Field\n</div>\n</div>\n</div>\n<div class=\"col-md-4\">\n<div class=\"media\">\n\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\n<div class=\"media-body\">\n<h4 class=\"media-heading\">Tristan Atkins</h4>\n<em>Secretary</em>\nOlympia, WA\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\nPhone: (360) 709-8020\nCell: (360) 529-6550\nDirector of Aviation, Washington State Department of Transportation\n\n</div>\n</div>\n</div> \n<div class=\"col-lg-12 col-md-12 col-sm-12\">\n<h2>Formation Steering Committee</h2>\n</div>\n<div class=\"col-md-4\">\n<div class=\"media\">\n\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"125\" height=\"156\" /></a>\n<div class=\"media-body\">\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\n<em>Committee Member</em>\nSeattle, WA\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\nCell: (253) 973-9687\nExecutive Director, Washington Airport Management Association\n\n</div>\n</div>\n</div>\n<div class=\"col-md-4\">\n<div class=\"media\">\n\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-88 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"125\" height=\"156\" /></a>\n<div class=\"media-body\">\n<h4 class=\"media-heading\">David Ulane</h4>\n<em>Committee Member</em>\nSeattle, WA\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\nCell: (???) ???-????\n<!--Executive Director, Washington Airport Management Association-->\n\n</div>\n</div>\n</div>\n<!-- row -->\n\n</div>\n<!-- container -->','Executive Officers and Board of Directors','','inherit','open','open','','4-autosave-v1','','','2015-03-15 17:12:31','2015-03-16 00:12:31','',4,'http://03c1a29.netsolhost.com/wpdev/?p=42',0,'revision','',0),(51,1,'2015-03-15 13:34:42','2015-03-15 20:34:42','<style type=\"text/css\">\r\n.row h2 {\r\n text-align: center;\r\n}\r\n.row img {\r\n text-align: center;\r\n padding: 15px;\r\n}\r\n.row .media .media-heading {\r\n padding-top: 15px;\r\n}\r\n.img-thumbnail {\r\n border-width: 2px;\r\n border-color: #1169AC;\r\n}\r\n</style>\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-200x250.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-200x250.jpg\" alt=\"Kandace Harvey\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x250.jpg\"><img class=\"alignnone size-medium wp-image-6 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x250.jpg\" alt=\"Tristan Head Shot-100x150\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n<h2>Steering Committee</h2>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x240.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x250.jpg\" alt=\"Warren Hendrickson\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/DavidUlane-HeadShot-200x240.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/DavidUlane-HeadShot-200x250.jpg\" alt=\"David Ulane\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (???) ???-????\r\n<!--Executive Director, Washington Airport Management Association-->\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div><!-- row -->\r\n</div><!-- container -->','Executive Officers and Board of Directors','','inherit','open','open','','4-revision-v1','','','2015-03-15 13:34:42','2015-03-15 20:34:42','',4,'http://03c1a29.netsolhost.com/wpdev/?p=51',0,'revision','',0),(44,1,'2015-03-15 13:25:12','2015-03-15 20:25:12','<style type=\"text/css\">\r\n.row h2 {\r\n text-align: center;\r\n}\r\n\r\n.row img {\r\n text-align: center;\r\n padding: 15px;\r\n}\r\n\r\n.row .media .media-heading {\r\n padding-top: 15px;\r\n}\r\n\r\n.img-thumbnail {\r\n border-width: 2px;\r\n border-color: #1169AC;\r\n}\r\n</style>\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-200x250.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-200x250.jpg\" alt=\"Kandace Harvey\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x250.jpg\"><img class=\"alignnone size-medium wp-image-6 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x250.jpg\" alt=\"Tristan Head Shot-100x150\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n<h2>Steering Committee</h2>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x240.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x250.jpg\" alt=\"Warren Hendrickson\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/DavidUlane-HeadShot-200x240.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/DavidUlane-HeadShot-200x250.jpg\" alt=\"David Ulane\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane</h4>\r\n<em>Committee Member</em>\r\n\r\nSeattle, WA\r\n\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\n\r\nCell: (253) 973-9687\r\n\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"panel\"></div>\r\n<div class=\"panel\"></div>\r\n<div class=\"panel\"></div>\r\n<div class=\"row\">\r\n<h1 class=\"text-center\">Board of Directors</h1>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n<h2>Administration</h2>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-200x250.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-200x250.jpg\" alt=\"Kandace Harvey\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\n\r\nSnohomish, WA\r\n\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\n\r\nPhone: (360) 568-1541 x224\r\n\r\nFax: (360) 568-0834\r\n\r\nPresident, Washington Airport Management Association\r\n\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x250.jpg\"><img class=\"alignnone size-medium wp-image-6 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x250.jpg\" alt=\"Tristan Head Shot-100x150\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\n\r\nOlympia, WA\r\n\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\n\r\nPhone: (360) 709-8020\r\n\r\nCell: (360) 529-6550\r\n\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n<h2>Steering Committee</h2>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x240.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x250.jpg\" alt=\"Warren Hendrickson\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Committee Member</em>\r\n\r\nSeattle, WA\r\n\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\n\r\nCell: (253) 973-9687\r\n\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->\r\n\r\n</div>\r\n<!-- container -->','Executive Officers and Board of Directors','','inherit','open','open','','4-revision-v1','','','2015-03-15 13:25:12','2015-03-15 20:25:12','',4,'http://03c1a29.netsolhost.com/wpdev/?p=44',0,'revision','',0),(55,1,'2015-03-15 13:50:26','2015-03-15 20:50:26','','Aviation-1600x1053','','inherit','open','open','','aviation-1600x1053','','','2015-03-15 13:50:47','2015-03-15 20:50:47','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/Aviation-1600x1053.jpg',0,'attachment','image/jpeg',0),(46,1,'2015-03-15 13:30:45','2015-03-15 20:30:45','','About WSAA','','publish','open','open','','about-wsaa','','','2015-03-15 19:45:03','2015-03-16 02:45:03','',0,'http://03c1a29.netsolhost.com/wpdev/?p=46',2,'nav_menu_item','',0),(47,1,'2015-03-15 13:30:45','2015-03-15 20:30:45','','Membership','','publish','open','open','','membership','','','2015-03-15 19:45:03','2015-03-16 02:45:03','',0,'http://03c1a29.netsolhost.com/wpdev/?p=47',10,'nav_menu_item','',0),(48,1,'2015-03-15 13:30:45','2015-03-15 20:30:45','','News','','publish','open','open','','news','','','2015-03-15 19:45:03','2015-03-16 02:45:03','',0,'http://03c1a29.netsolhost.com/wpdev/?p=48',11,'nav_menu_item','',0),(49,1,'2015-03-15 13:30:45','2015-03-15 20:30:45','','Join','','publish','open','open','','join','','','2015-03-15 19:45:03','2015-03-16 02:45:03','',0,'http://03c1a29.netsolhost.com/wpdev/?p=49',12,'nav_menu_item','',0),(52,1,'2015-03-15 13:46:56','2015-03-15 20:46:56','<h2 class=\"title sc-col-sm-12\"><strong>Future Home of the\r\nWashington State Aviation Alliance</strong></h2>\r\n<h3 class=\"subtitle sc-col-sm-12\">The Washington State Aviation Alliance serves as a collective voice for aviation and airport related organizations to protect and promote aviation in the state of Washington.</h3>','Home','','publish','closed','open','','home','','','2015-03-15 14:48:54','2015-03-15 21:48:54','',0,'http://03c1a29.netsolhost.com/wpdev/?page_id=52',0,'page','',0),(53,1,'2015-03-15 13:37:04','2015-03-15 20:37:04','<h2 class=\"title sc-col-sm-12\"><strong>Future Home of the\r\nWashington State Aviation Alliance</strong></h2>\r\n<h3 class=\"subtitle sc-col-sm-12\">The Washington State Aviation Alliance serves as a collective voice for aviation and airport related organizations to protect and promote aviation in the state of Washington.</h3>','Home','','inherit','open','open','','52-revision-v1','','','2015-03-15 13:37:04','2015-03-15 20:37:04','',52,'http://03c1a29.netsolhost.com/wpdev/?p=53',0,'revision','',0),(61,1,'2015-03-15 14:44:13','2015-03-15 21:44:13','<h2>Proposed WSAA Mission Statement</h2>\r\nThe proposed WSAA mission statement is:\r\n\r\nThe Washington State Aviation Alliance serves as a collective voice for aviation and airport related\r\norganizations to protect and promote aviation in the state of Washington.','Mission Statement','','publish','closed','open','','mission-statement','','','2015-03-15 17:04:16','2015-03-16 00:04:16','',0,'http://03c1a29.netsolhost.com/wpdev/?page_id=61',0,'page','',0),(82,1,'2015-03-15 16:08:03','2015-03-15 23:08:03','','Aviation-1600x1053-25pct','','inherit','open','open','','aviation-1600x1053-25pct','','','2015-03-15 16:10:00','2015-03-15 23:10:00','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/Aviation-1600x1053-25pct.jpg',0,'attachment','image/jpeg',0),(83,1,'2015-03-15 16:08:07','2015-03-15 23:08:07','','Aviation-1200x790-20pct-Q20','','inherit','open','open','','aviation-1200x790-20pct-q20','','','2015-03-15 16:09:57','2015-03-15 23:09:57','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/Aviation-1200x790-20pct-Q20.jpg',0,'attachment','image/jpeg',0),(84,1,'2015-03-15 16:08:10','2015-03-15 23:08:10','','Aviation-1600x1053-20pct','','inherit','open','open','','aviation-1600x1053-20pct','','','2015-03-15 16:09:54','2015-03-15 23:09:54','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/Aviation-1600x1053-20pct.jpg',0,'attachment','image/jpeg',0),(59,1,'2015-03-15 14:39:46','2015-03-15 21:39:46',' ','','','publish','open','open','','59','','','2015-03-15 19:45:03','2015-03-16 02:45:03','',0,'http://03c1a29.netsolhost.com/wpdev/?p=59',3,'nav_menu_item','',0),(60,1,'2015-03-15 14:39:46','2015-03-15 21:39:46',' ','','','publish','open','open','','60','','','2015-03-15 19:45:03','2015-03-16 02:45:03','',0,'http://03c1a29.netsolhost.com/wpdev/?p=60',1,'nav_menu_item','',0),(62,1,'2015-03-15 14:44:13','2015-03-15 21:44:13','','Mission Statement','','inherit','open','open','','61-revision-v1','','','2015-03-15 14:44:13','2015-03-15 21:44:13','',61,'http://03c1a29.netsolhost.com/wpdev/?p=62',0,'revision','',0),(63,1,'2015-03-15 14:44:54','2015-03-15 21:44:54','<h3 style=\"text-align: center;\">BYLAWS OF THE</h3>\r\n<h2 style=\"text-align: center;\">WASHINGTON STATE\r\nAVIATION ALLIANCE\r\n(WSAA)</h2>\r\n<h3 style=\"text-align: center;\">A NONPROFIT CORPORATION\r\nRevised February 25, 2015</h3>\r\n<h4 style=\"text-align: center;\">BYLAWS OF THE WASHINGTON STATE AVIATION ALLIANCE\r\nA NONPROFIT CORPORATION</h4>\r\nTABLE OF CONTENTS PAGE\r\n1. Name and Purpose 4\r\n2. Offices 4\r\n3. Membership Categories 5\r\n3‐1. Voting Membership 5\r\n3‐2. Washington State Legislature‐enacted Organizations with an Aviation Component 5\r\n3‐3. Non‐Voting Membership 6\r\n3‐4. Associate Membership 6\r\n3‐5. Interested Persons 6\r\n4. Legislative and Policy Positions 6\r\n5. Dues and Fees 7\r\n6. Meetings 7\r\n6‐1. Regular Meetings of the Board of Directors 7\r\n6‐2. Regular Meetings of the Alliance 7\r\n6‐3. Special Meetings 7\r\n6‐4. Meetings via Telephone Conference 7\r\n6‐5. Notice of Regular Meetings 7\r\n6‐6. Notice of Special Meetings 8\r\n6‐7. Quorum for Board of Directors Meetings 8\r\n6‐8. Quorum for Alliance Meetings 8\r\n6‐9. Conduct of Meetings 8\r\n7. The Alliance 9\r\n7‐1. General Powers of the Alliance and the Board of Directors 9\r\n7‐2. Voting 9\r\n7‐3. Removal 9\r\n7‐4. Vacancies 9\r\n7‐5. Presumption of Assent 9\r\n7‐6. Compensation of Delegates 10\r\n8. Officers 10\r\n8‐1. Number 10\r\n8‐2. Election and Term of Office 10\r\n8‐3. Removal 10\r\n8‐4. Vacancies 10\r\n8‐5. President 10\r\n8‐6. Vice‐President 11\r\n8‐7. Secretary 11\r\n8‐8. Treasurer 11\r\n8‐9. Honorary and Other Officers 11\r\n8‐10. Compensation of Officers 12\r\n9. Committees 12\r\n9‐1. Committees 12\r\n9‐2. Term of Office 12\r\n10. Business Matters 12\r\n10‐1. Filings 12\r\n10‐2. Contracts 13\r\n10‐3. Loans 13\r\n10‐4. Checks, Drafts, etc. 13\r\n10‐5. Deposits 13\r\n10‐6. Budgets 13\r\n10‐7. Facsimile Signatures 13\r\n11. Waiver of Notice 14\r\n12. Indemnification 14\r\n1. Indemnification 14\r\n2. Good Faith 14\r\n3. Reimbursement of Expenses 14\r\n4. Rights Granted Herein Not Exclusive 14\r\n13. Conflict of Interest 15\r\n14. Amendments 15\r\n15. Definitions 15\r\n16. Approval 17\r\n17. List of Revisions 18\r\n\r\nARTICLE 1. NAME AND PURPOSE:\r\nThe name of the corporation shall be the Washington State Aviation Alliance (the “Alliance”).\r\nThe Alliance Mission Statement is: The Washington State Aviation Alliance serves as a collective\r\nvoice for aviation and airport‐related organizations to protect and promote aviation in the state of\r\nWashington.\r\nThe Alliance is a nonprofit corporation under the Washington Nonprofit Corporation Act\r\n[Chapter 24.03 RCW] (the “Act”). The Alliance is organized for the purpose of promoting such common\r\ninterests of its Members as may qualify it as exempt from Federal Income Tax under Section 501(c)(6) of\r\nthe Internal Revenue Code of 1986 (the “Code”) and within such limits:\r\n(A) To advocate for aviation in the state and bring together members of various aviation\r\nassociations to represent a collective voice for common goals.\r\n(B) To promote airports as vital to our state’s economy and transportation system.\r\n(C) To encourage aviation education and training opportunities throughout the state to\r\nfoster new generations of skilled workers for aviation jobs.\r\n(D) To advocate for airport issues that are important to the state, region and communities\r\nthey serve.\r\n(E) To support aviation initiatives that bolster the state’s economy and transportation\r\nsystem.\r\n(F) To communicate with decision makers about the importance of aviation.\r\n(G) To propose initiatives and legislation that address aviation issues and promote the\r\nhealth of aviation in the state.\r\n(H) To enable the exchange of ideas, information and experience between various aviation\r\nuser groups.\r\n(I) To provide outreach to user groups and the public about relevant aviation issues and\r\ninitiatives.\r\n(J) To take all other appropriate action in furtherance of such purposes; and consistent\r\nwith the above, to exercise all powers available to nonprofit corporations.\r\n(K) To act as a resource for:\r\na. Major planning initiatives within Washington State, and\r\nb. Aviation issues affecting Washington State.\r\nARTICLE 2. OFFICES:\r\nThe principal office of the Alliance shall be at a location within the state of Washington as\r\ndetermined by the Board of Directors (the “Board”). The Board shall make reasonable efforts to\r\ndesignate an office location in the Puget Sound area. The Alliance may have other such offices, either\r\nwithin or without the state of Washington, as the Board may determine or the affairs of the Alliance\r\nmay require.\r\nThe Alliance shall have and continuously maintain in the state of Washington a registered office\r\nand a registered agent whose office is identical with such registered office, as required by the\r\nWashington Nonprofit Corporation Act. The registered office may be, but need not be, identical with the\r\nprincipal office in the state of Washington, and the address of the registered office may be changed\r\nfrom time to time as determined by the Board.\r\nARTICLE 3. MEMBERSHIP CATEGORIES:\r\nSection 3‐1. Voting Membership:\r\nVoting Membership in this Alliance may be granted to any general aviation (defined as any nonair\r\ncarrier aviation‐oriented organization or business, excluding any branch of the U. S. military)\r\norganization properly incorporated or organized within Washington state that has an active membership\r\nand an established location(s), chapter(s), or appointed representative within the state of Washington,\r\nas approved by a majority vote of the Alliance. Voting Member organizations shall appoint one Delegate\r\nfor representation on the Alliance, which Delegate shall be empowered and act as an agent for that\r\norganization (“Voting Delegate”). For those organizations, such as the Experimental Aircraft Association\r\n(EAA), that have multiple locations and/or chapters within the state without a designated statewide\r\nrepresentative, a single Delegate shall be appointed to represent all locations and/or chapters within the\r\nstate for such larger organization. Each Voting Delegate appointed to represent an organization, or\r\nmultiple locations and/or chapters of a larger organization, shall be entitled to cast only one vote when\r\nconducting official Alliance business and shall be referred to as a Voting Member. A Voting Delegate\r\nmay represent only one organization.\r\nSection 3‐2. Washington State Legislature‐enacted Organizations with an Aviation\r\nComponent:\r\nThe Washington State Legislature, via the Revised Code of Washington (RCW), has the authority\r\nto create state organizations with an aviation component. Such organizations shall be eligible for Voting\r\nMembership in the Alliance and include, but are not limited to, the Washington State Department of\r\nTransportation (WSDOT) Aviation Division [Chapter 47.68 RCW], and the Washington Public Ports\r\nAssociation (WPPA) [Chapter 53.06 RCW].\r\nThe WSDOT Aviation Division shall be a Voting Member of the Alliance and its director shall be\r\nthe designated Voting Delegate. This Voting Membership status shall continue to exist so long as WSDOT\r\nAviation owns or operates airports and to the extent that compliance with state ethics laws may require\r\nthe director’s abstention from voting from time to time.\r\nThe WPPA shall be a Voting Member of the Alliance and the Chair of the WPPA Aviation\r\nCommittee shall be the preferred designated Voting Delegate. This Voting Membership status shall\r\ncontinue to exist so long as WPPA members own or operate airports and to the extent that compliance\r\nwith state ethics laws may require the Voting Delegate’s abstention from voting from time to time.\r\nSection 3‐3. Non‐Voting Membership:\r\nGeneral aviation organizations that do not have an established location within Washington\r\nstate, do not have a single Chapter that represents its membership on a statewide basis, or which\r\notherwise do not meet the criteria for Voting Membership set forth above, may be granted a Non‐\r\nVoting Membership by a majority vote of the Alliance. Examples of such organizations shall include, but\r\nnot be limited to, Aircraft Owners and Pilots Association (AOPA), National Business Aircraft Association\r\n(NBAA), Alliance for Aviation Across America (AAAA), and the Civil Air Patrol (CAP). Such Non‐Voting\r\nMember organizations shall appoint one Delegate for representation on the Alliance, which Delegate\r\nshall be empowered and act as an agent for that organization, but shall not have voting privileges (“Non‐\r\nVoting Delegate”). Each Non‐Voting Delegate shall be referred to as a Non‐Voting Member. A Non‐\r\nVoting Delegate may represent only one organization.\r\nSection 3‐4. Associate Membership:\r\nAssociate Membership is Non‐Voting Membership and may include, but is not limited to,\r\naviation‐oriented organizations or businesses, aviation consultants, aviation educational entities, air\r\nmuseums, and higher education institutions that offer degree programs in aviation‐related fields of\r\nstudy and students. Associate Member organizations shall appoint one Delegate for representation on\r\nthe Alliance, which Delegate shall be empowered and act as an agent for that organization, but shall not\r\nhave voting privileges (“Non‐Voting Associate Delegate”). Each Non‐Voting Associate Delegate shall be\r\nreferred to as a Non‐Voting Associate Member. A Non‐Voting Associate Delegate may represent only\r\none organization.\r\nSection 3‐5. Interested Persons:\r\nAll interested persons are welcome to attend meetings of the Alliance and the Board.\r\nARTICLE 4. LEGISLATIVE AND POLICY POSITIONS:\r\nThe Alliance may take positions on various legislative matters or policy issues and may attempt\r\nto further the interest of aviation and aviation safety in the state of Washington by supporting or\r\nopposing legislative issues as the Alliance may determine to be appropriate and in the best interests of\r\nthe aviation industry. Board actions on legislative matters and local or state policy issues shall be taken\r\nand articulated only upon a unanimous vote of a quorum of Voting Members present at an Alliance\r\nmeeting. The Alliance may also educate the public and elected officials on such legislative matters and\r\npolicy issues.\r\nARTICLE 5. DUES AND FEES:\r\nEach class of membership, as defined in Article 3 and specifically excluding the Interested\r\nPersons class, shall pay annual dues in the amount established by the Board of Directors. Voting\r\nMembers who are not current with payment of annual dues shall not be allowed to cast an official vote.\r\nAny increase or decrease in the annual dues must be approved by a majority vote of the then eligible\r\nVoting Members.\r\nARTICLE 6. MEETINGS:\r\nSection 6‐1. Regular Meetings of the Board of Directors:\r\nThe Board of Directors shall meet at least quarterly each calendar year.\r\nSection 6‐2. Regular Meetings of the Alliance:\r\nAn Annual Meeting of the Alliance shall be deemed as such and held in the first quarter of each\r\nyear.\r\nSection 6‐3. Special Meetings:\r\nSpecial meetings of the Board of Directors may be called by or at the request of the President,\r\nthe Secretary, or a majority of the Board of Directors.\r\nSpecial meetings of the Alliance may be called by or at the request of the President, the\r\nSecretary, or a majority of the Voting Delegates.\r\nSection 6‐4. Meetings via Telephone Conference:\r\nAny regular or special meeting of either the Board of Directors or of the Alliance may be held by\r\nmeans of conference telephone or similar communications equipment during which all persons\r\nparticipating in the meeting can hear each other. Participation in such a meeting shall constitute\r\npresence in person at the meeting.\r\nSection 6‐5. Notice of Regular Meetings:\r\nThe Board of Directors shall be given at least fourteen (14) days’ notice (electronically or via\r\nmail) of any regular Board meeting.\r\nDelegates shall be given at least thirty (30) days’ notice (electronically or via mail) of any regular\r\nAlliance meeting.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any regular meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\nSection 6‐6. Notice of Special Meetings:\r\nNotice of any special meeting shall be given at least five (5) days prior to such meeting by\r\nwritten notice delivered personally, electronically, or by mail to each Delegate.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any special meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\nSection 6‐7. Quorum for Board of Directors Meetings:\r\nA majority of the Board of Directors, in attendance either in person or via teleconference, shall\r\nconstitute a quorum for the transaction of business at any Board of Directors meeting. If less than a\r\nquorum is present at any such meeting, no action will be taken and the planned meeting will be\r\nconsidered to have not taken place.\r\nSection 6‐8. Quorum for Alliance Meetings:\r\nNot less than one‐third of the Voting Membership, in attendance either in person or via\r\nteleconference, shall constitute a quorum for the transaction of business at any membership meeting of\r\nthe Alliance. If less than a quorum is present at any such meeting, no action will be taken and the\r\nplanned meeting will be considered to have not taken place.\r\nSection 6‐9. Conduct of Meetings:\r\nAll meetings will be conducted in accordance with Robert’s Rules of Order Newly Revised. A\r\nwritten record of all meetings and all actions taken within a meeting shall be created and maintained.\r\nThe Officers of the Alliance shall have such authority and perform such duties as may be\r\nprovided for in these Bylaws or as prescribed in Robert\'s Rules of Order Newly Revised or as may be set\r\nforth in policy statements.\r\nARTICLE 7. THE ALLIANCE:\r\nSection 7‐1. General Powers of the Alliance and the Board of Directors:\r\nThe Alliance shall be composed of member organizations, designated as Voting Members and\r\nNon‐Voting Members. Only authorized Voting Delegates and the Board of Directors shall have the\r\npower to cast votes when conducting the official business of the Alliance.\r\nThe ongoing affairs of the Alliance shall be managed by a Board of Directors. The Officers of the\r\nAlliance (see Article 8) and the Immediate Past President shall constitute the Board of Directors. The\r\nBoard shall at all times act in the best interests of the Alliance, adopting such rules and regulations for\r\nthe conduct of their meetings and otherwise managing the Alliance as they may deem proper. While the\r\nBoard may offer amendments to these Bylaws to the Alliance for approval, they shall not adopt rules or\r\nperform acts which are inconsistent with these Bylaws and the laws of the state of Washington.\r\nSection 7‐2. Voting:\r\nThe act of a majority of the Voting Delegates and the Board of Directors present at a meeting at\r\nwhich a quorum is present shall be the act of the Alliance except as may be otherwise provided by these\r\nBylaws, the Articles of Incorporation, or applicable law. Vote may be by proxy, in which case such\r\nproxies shall be counted in the determination of a quorum. No Voting Delegate or Board Member may\r\nhold more than one proxy. In the event of a meeting by remote teleconference, Voting Delegates and\r\nBoard Members may vote by voice or electronically via email.\r\nSection 7‐3. Removal:\r\nAny Member may be removed, with cause, by a majority vote of the Voting Membership.\r\nAppeal of such removal may be initiated with written notice by the removed Member to the Alliance\r\nPresident within thirty (30) days of the effective date of removal. Any appeal of removal by a Voting or\r\nNon‐Voting Member shall be taken to the remaining Voting Members of the Alliance for final resolution.\r\nSection 7‐4. Vacancies:\r\nAny vacancy occurring in a Delegate\'s position representing a member organization shall be\r\nfilled by an appointment from the membership organization.\r\nSection 7‐5. Presumption of Assent:\r\nA Voting Delegate of a member organization who is present at a meeting of the Alliance shall be\r\npresumed to have assented to all actions taken at that meeting unless the Voting Delegate\'s dissent\r\nshall be entered in the minutes of the meeting or unless the Voting Delegate shall file his or her written\r\ndissent to the action with the person acting as the secretary of the meeting before adjournment of the\r\nmeeting. Such right to dissent shall not apply to a Voting Delegate who voted in favor of the action.\r\nSection 7‐6. Compensation of Delegates:\r\nNo Delegate shall be entitled to receive any direct compensation for services rendered as a\r\nDelegate of the Alliance, nor shall any Delegate be entitled to reimbursement by the Alliance for any\r\nexpense incurred resulting from his or her services to the Alliance unless specifically authorized by the\r\nAlliance President. No Delegate shall be prevented from receiving a salary by reason of the fact that the\r\nDelegate is an employee of the Alliance.\r\nARTICLE 8. OFFICERS:\r\nSection 8‐1. Number:\r\nThe Officers of the Alliance shall be selected from Voting Member organizations and shall\r\nconsist of a President, a Vice‐President, a Secretary, and a Treasurer. Each Officer shall be elected by the\r\nAlliance Voting Members in good standing and current with their annual dues. Such other Officers,\r\nrepresentatives, and/or agents as may be necessary may be elected, appointed, employed, or\r\ncontracted by the Alliance. No one individual may hold more than one office. The number of Officers\r\nmay not be changed so as to be inconsistent or disallowed under the applicable laws of the State of\r\nWashington designating the minimum required number of Directors.\r\nSection 8‐2. Election and Term of Office:\r\nOfficers shall be elected by the affirmative vote of a majority of the Voting Members of the\r\nAlliance at the Annual Meeting of the Alliance. The term of office shall be one (1) year. If the election of\r\nOfficers is not held at such meeting, such election shall be held as soon thereafter as may be convenient.\r\nEach Officer shall hold office until his or her successor shall have been duly elected, or until the Officer\'s\r\ndeath, or until he or she shall resign, or shall have been removed in the manner provided in these\r\nBylaws.\r\nSection 8‐3. Removal:\r\nAny Officer, representative, or agent may be removed, with or without cause, by a majority vote\r\nof the Voting Membership.\r\nSection 8‐4. Vacancies:\r\nA vacancy in any office because of death, resignation, removal, disqualification or otherwise\r\nmay be filled by the President for the unexpired portion of the term.\r\nSection 8‐5. President:\r\nThe President shall be the principal Executive Officer of the Alliance and, subject to the control\r\nof the Alliance, shall administer all of the business and affairs of the Alliance. The President shall, when\r\npresent, preside at all meetings of the Alliance. The President may sign, with the Secretary or any proper\r\nOfficer of the Alliance, any deeds, mortgages, bonds, contracts, or other instruments which the Alliance\r\nhas authorized to be executed, except in cases where the signing and execution of any of the same shall\r\nbe expressly delegated by the Alliance or by these Bylaws to some other Officer, representative, or\r\nagent of the Alliance, or shall be required by law to be otherwise signed or executed. The President shall\r\nhave authority to establish such committees and delegate authority whenever such delegation is not\r\ninconsistent with these Bylaws, the Articles of Incorporation or specific charge of the Alliance. The\r\nPresident shall, in general, perform all duties incident to the office of President and such other duties as\r\nmay be prescribed by the Alliance from time to time.\r\nSection 8‐6. Vice‐President:\r\nIn the absence of the President or in the event of the President\'s death, inability or refusal to\r\nact, the Vice‐President shall perform the duties of the President, and when so acting, shall have all the\r\npowers of and be subject to all the restrictions upon the President. Any Vice ‐President shall perform\r\nsuch other duties as from time to time may be assigned to him or her by the President or by the\r\nAlliance.\r\nSection 8‐7. Secretary:\r\nThe Secretary shall: (a) keep the minutes of the proceedings of the Members and of the Alliance\r\nin one or more books provided for that purpose and distribute the minutes of all meetings to the\r\nmembers; (b) see that all notices are duly given in accordance with the provisions of their Bylaws or as\r\nrequired by law; (c) be custodian of the Alliance records (custody may be designated by the Secretary to\r\nsuch agents as the Secretary may determine); (d) keep a register of the mailing address of each Delegate\r\nwhich shall be furnished to the secretary by such Delegate; (e) have general charge of the documents of\r\nthe Alliance; and (f) in general perform all duties incident to the office of Secretary and such other duties\r\nas from time to time may be assigned to him or her by the President or by the Alliance.\r\nSection 8‐8. Treasurer:\r\nThe Treasurer shall: (a) have charge and custody of and be responsible for all funds and\r\nsecurities of the Alliance; (b) receive and give receipts for moneys due and payable to the Alliance from\r\nany source whatsoever, and deposit all such moneys in the name of the Alliance in such banks, trust\r\ncompanies or other depositories as shall be selected in accordance with the provisions of these Bylaws;\r\n(c) develop and assist the Officers in monitoring the Alliance’s budget; and (d) in general perform all of\r\nthe duties of the Office of Treasurer and such other duties as from time to time may be assigned to him\r\nor her by the President or by the Alliance. If required by the Alliance, the Treasurer shall give a bond for\r\nthe faithful discharge of his or her duties in such sum and with such surety or sureties as the Alliance\r\nshall determine.\r\nSection 8‐9. Honorary and Other Officers:\r\nThe Alliance may appoint such honorary Officers or officials, with or without duties, as the\r\nAlliance may deem proper.\r\nSection 8‐10. Compensation of Officers:\r\nOfficers shall receive no salary or compensation for his or her services, but shall be reimbursed\r\nfor any authorized expense actually incurred for or on account of the Alliance by such Officer. Nothing\r\nshall preclude an Officer from serving the Alliance in another capacity and receiving compensation for\r\nthese services.\r\nARTICLE 9. COMMITTEES:\r\nSection 9‐1. Committees:\r\nThe Alliance may designate and appoint one or more committees. Such committees shall have\r\nand exercise the authority of the Alliance in the management of the Alliance; provided, however, that\r\nno such committee shall have the authority of the Alliance in reference to amending, altering or\r\nrepealing the Bylaws; electing, appointing or removing any Officer or Delegate of the Alliance; amending\r\nthe Articles of Incorporation; adopting a plan of merger or adopting a plan of consolidation with another\r\ncorporation; authorizing the sale, lease, exchange or mortgage of all or substantially all of the property\r\nand assets of the Alliance; authorizing the voluntary dissolution of the Alliance or revoking proceedings\r\ntherefore, adopting a plan for the distribution of the assets of the Alliance; or amending, altering or\r\nrepealing any resolution of the Alliance which by its terms provides that it shall not be amended, altered\r\nor repealed by such committee. The designation and appointment of any such committee and the\r\ndelegation thereto of authority shall not operate to relieve the Alliance, or any individual Delegate, of\r\nany responsibility imposed upon it or him or her by law. The Chair of each committee shall be\r\nauthorized to appoint members to such committee the he or she deems best suited to further the\r\npurposes of the Alliance. Such committee members may be Delegates or other persons at large. Such\r\nmembers may also be removed from the committee by its Chair.\r\nSection 9‐2. Term of Office:\r\nEach Chair of a committee shall be appointed by the President of the Alliance from a Voting\r\nMember organization. Each Chair shall serve until a successor is appointed, unless the committee shall\r\nbe sooner terminated, or unless such Chair is removed from the committee by the President of the\r\nAlliance, or unless such Chair shall cease to qualify as such.\r\nARTICLE 10. BUSINESS MATTERS\r\nSection 10‐1. Filings:\r\nAll filings except Articles of Incorporation shall be signed by the President or Vice‐President and\r\nthe Secretary.\r\nSection 10‐2. Contracts:\r\nThe Alliance may authorize any Officer or Officers, representative or representatives, agent or\r\nagents, to enter into any contract or execute and deliver any instrument in the name of and on behalf of\r\nthe Alliance, and such authority may be general or confined to specific instances.\r\nSection 10‐3. Loans:\r\nNo loans shall be contracted on behalf of the Alliance and no evidence of indebtedness shall be\r\nissued in its name unless authorized by a resolution of the Alliance. Such authority may be general or\r\nconfined to specified instances.\r\nSection 10‐4. Checks, Drafts, etc.:\r\nAll checks, drafts or other orders for the payment of money notes or other evidences of\r\nindebtedness issued in the name of the Alliance shall be signed by such Officer or Officers,\r\nrepresentative or representatives, agent or agents of the Alliance and in such manner as shall from time\r\nto time be determined by resolution of the Alliance.\r\nSection 10‐5. Deposits:\r\nAll funds of the Alliance not otherwise employed shall be deposited from time to time to the\r\ncredit of the Alliance in such banks, trust companies or other depositories as the Alliance may select.\r\nSection 10‐6. Budget:\r\nThe Alliance may direct the creation of annual budget for the purpose of addressing the financial\r\nneeds of the organization. Any such budget shall account for all dues and fees revenues generated by\r\nthe Alliance membership and activities as well all anticipated expenses and disbursements. Any such\r\nannual budget shall be subject to approval by the Board and its operating performance shall be the\r\nresponsibility of the Treasurer.\r\nSection 10‐7. Facsimile Signatures:\r\nContracts and agreements of the Alliance, and endorsements, renewals and amendments of the\r\nsame may be authenticated by facsimile or by electronic signature as allowed by Washington Law, of the\r\nsignature of a duly authorized Officer of the applicable corporation in lieu of a signature of such Officer.\r\nIn the event of such authentication by facsimile or electronic signature, such contract or agreement shall\r\nbe valid only if countersigned by an agent of the applicable corporation authorized to execute such type\r\nof contract or agreement. The validity of any such contract or agreement shall not be affected in the\r\nevent that the delivery of such document occurs after the Officer whose signature appears by facsimile\r\nor electronic signature is no longer serving as an Officer of the applicable corporation by reason of death\r\nor any other cause.\r\n\r\nARTICLE 11. WAIVER OF NOTICE:\r\nWhenever any notice is required to be given to any Delegate of the Alliance under the provision\r\nof these Bylaws, under the provisions of the Articles of Incorporation or under the provisions of the\r\nWashington Nonprofit Corporation Act, a waiver of the notice in writing, signed by the person or\r\npersons entitled to the notice, whether before or after the time stated in the notice, shall be deemed\r\nequivalent to the giving of the notice.\r\nARTICLE 12. INDEMNIFICATION:\r\nSection 12‐1. Indemnification:\r\nThe Alliance shall indemnify to the fullest extent permitted by the Washington Nonprofit\r\nCorporation Act any person who has been made, or threatened to be made, a party to an action, suit or\r\nproceeding, whether civil, criminal, administrative, investigative or otherwise (including an action, suit\r\nor proceeding by or in the right of the Alliance) an whether the action is threatened, pending, or\r\ncompleted, by reason of the fact that the person is or was a Delegate, agent, representative, or Officer\r\nof the Alliance, or a fiduciary within the meaning of the Employee Retirement Income Security Act of\r\n1974 with respect to any employee benefit plan of the Alliance, or serves or served at the request of the\r\nAlliance as an Officer, representative, agent or Delegate, or as a fiduciary of any employee benefit plan,\r\nof another corporation, partnership, joint venture, trust or other enterprise. The right to and the\r\namount of indemnification shall be determined in accordance with the provisions of the Washington\r\nNonprofit Corporation Act in effect at the time of the determination.\r\nSection 12‐2. Good Faith:\r\nFor purposes of determining the right to any indemnification under this article XII, the\r\ntermination of any action, suit or proceeding by judgment, order, settlement, conviction or upon a plea\r\nof nolo contendere or its equivalent, shall not, of itself, create a presumption that the person acted in\r\nbad faith and in a manner which he or she reasonably believed to be in or not opposed to the best\r\ninterests of the Alliance, and with respect to any criminal action or proceedings, had reasonable cause\r\nto believe that his or her conduct was unlawful.\r\nSection 12‐3. Reimbursement of Expenses:\r\nTo the fullest extent permitted by the Washington Nonprofit Corporation Act, the Alliance shall\r\npay for or reimburse any and all reasonable expenses incurred by a Delegate or Officer who is a party to\r\na proceeding in advance of the final disposition of the proceeding.\r\nSection 12‐4. Rights Granted Herein not Exclusive:\r\nThe right to indemnification and to the payment or reimbursement of expenses with respect to\r\na proceeding conferred in this Article shall not be exclusive of any other rights to which any person may\r\nbe entitled or hereafter acquire under any statute, provision of the Articles of Incorporation, Bylaws,\r\naction by the Alliance or otherwise, and shall continue as to a person who has ceased to be a Delegate,\r\nOfficer, representative, or agent of the Alliance and shall inure to the benefit of the heirs, executors and\r\nadministrators of such person.\r\nARTICLE 13. CONFLICT OF INTEREST:\r\nA Delegate of the Alliance shall not be disqualified by the Delegate\'s office from contracting with\r\nthe Alliance as vendor, purchaser or otherwise; nor shall any contract or arrangement entered into by or\r\non behalf of the Alliance in which any Delegate is in any way interested be avoided on that account,\r\nprovided that such contract or arrangement shall have been approved or ratified by a majority of the\r\nAlliance without counting in such majority the Delegate so interested, although such Delegate may be\r\ncounted toward a quorum, or shall have been approved or ratified by the affirmative vote of a majority\r\nof the Delegates of the Alliance, and the interest shall have been disclosed or known to the approving or\r\nratifying Delegates.\r\nARTICLE 14. AMENDMENTS:\r\nThese Bylaws may be altered, amended, or repealed and new Bylaws adopted, by a majority\r\nvote of the Voting Membership of the Alliance attending any regular or special meeting provided that a\r\nquorum is present and providing such amendment is not inconsistent with the Articles of Incorporation\r\nor any applicable laws.\r\nARTICLE 15. DEFINITIONS:\r\nDelegate:\r\nThe designated individual appointed by member organizations for representation on the\r\nAlliance, which individual shall be empowered and act as an agent for that member organization.\r\nDelegates are classified as follows:\r\n‐ Voting Delegates\r\no A Voting Member of the Alliance per Sections 3.1 and 3.2.\r\n‐ Non‐Voting Delegates\r\no A Non‐Voting Member of the Alliance per Section 3.3.\r\n‐ Non‐Voting Associate Delegates\r\no A Non‐Voting Associate Member of the Alliance per Section 3.4.\r\nGeneral Aviation:\r\nGeneral aviation (GA) is all civilian flying except scheduled passenger airlines.\r\n(Source: AOPA: http://www.aopa.org/letsgoflying/ready/steps/whatis.html)\r\n\r\nIndemnification:\r\nTo compensate for damage or loss sustained, expense incurred, etc.\r\n(Source: Dicitionary.com: http://dictionary.reference.com/browse/indemnify)\r\nNolo contendere:\r\nA legal term (from Latin) for \"I do not wish to contend.\" It is also referred to as a plea of no\r\ncontest.\r\n(Source: Wikipedia: http://en.wikipedia.org/wiki/Nolo_contendere)\r\nProxy:\r\nThe agency, function, or power of a person authorized to act as the deputy or substitute for\r\nanother.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/proxy?s=t)\r\nQuorum:\r\nThe number of members of a group or organization required to be present to transact business\r\nlegally, usually a majority.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/quorum)\r\n\r\nARTICLE 17. LIST OF REVISIONS:\r\nThe most recent revision will be reflected by the date on the Bylaws Title Page. Amendments to\r\nthese Bylaws are marked with vertical change bar(s) in the right hand margin. Only the amendment(s)\r\nfrom the most recent revision are shown. This List of Revisions will be in reverse chronological order,\r\ni.e., the most recent Bylaws revision is listed first. The Revision Date is the date on which the revision\r\nwas approved by the Voting Membership per Article 14. Verification of approval will be reflected in the\r\nMeeting Summary for the Revision Date.\r\nRevision dated February 25, 2015:\r\nDeleted “Inc.” from the name of the Alliance. Added Article 17 – List of Revisions.','Bylaws','','publish','closed','open','','bylaws','','','2015-03-15 17:59:52','2015-03-16 00:59:52','',0,'http://03c1a29.netsolhost.com/wpdev/?page_id=63',0,'page','',0),(64,1,'2015-03-15 14:44:54','2015-03-15 21:44:54','','Bylaws','','inherit','open','open','','63-revision-v1','','','2015-03-15 14:44:54','2015-03-15 21:44:54','',63,'http://03c1a29.netsolhost.com/wpdev/?p=64',0,'revision','',0),(65,1,'2015-03-15 14:45:08','2015-03-15 21:45:08','<h4 style=\"text-align: center;\">WSDOT Aviation Division serves in partnership with the Washington State Aviation Alliance Steering Committee</h4>\r\n<h3 style=\"text-align: center;\">Washington State Aviation Alliance (WSAA) White Paper</h3>\r\nAviation in Washington state contributes significantly to its economy, transportation system and\r\nquality of life. Airports, pilot and aircraft organizations and various different user groups have\r\nextensive interests in aviation including general aviation, commercial aviation, aerospace, aircraft\r\nmanufacturing and aviation safety. The statewide aviation system is crucial to its emergency and\r\ndisaster response efforts and enables a steady flow of commerce and tourism to many of its\r\ncommunities. In 2012, the Washington State Department of Transportation’s (WSDOT) Aviation\r\nEconomic Impact Study revealed that airports <strong>support 248,500 jobs, and generate nearly $51</strong>\r\n<strong> billion in economic output.<sup>i</sup></strong>\r\n\r\nThere is little question that the general aviation industry is facing serious challenges in today\'s\r\neconomic climate, a situation that may become worse depending on actions taken to balance\r\nbudgets and reduce spending. Many proposed actions could result in further adverse impacts to an\r\nalready depressed industry. While we in the industry recognize the importance of general aviation\r\nto the transportation system and its value to local and national economies, many do not have that\r\ninformation or share our view – which makes it important that we find ways to protect the industry\r\nand, where possible, promote its growth.\r\n\r\nA number of organizations have been created nationally to address these issues. And there is\r\nrecognition of a need for those of us in Washington’s aviation community to join forces in a\r\nsimilar way in an effort to protect and promote general aviation interests in the state. For this\r\nreason a small group of representatives from several aviation organizations met and developed\r\nplans for an organization that will serve that purpose.\r\n\r\nThis organization will be titled the Washington State Aviation Alliance (WSAA) and will be\r\ncreated as a 501(c)(6) nonprofit corporation. Purposes as stated in the adopted bylaws are:\r\n<ol type=\"A\">\r\n <li>To advocate for aviation in the state and bring together members of various aviation\r\nassociations to represent a collective voice for common goals.</li>\r\n <li>To promote airports as vital to our state’s economy and transportation system.</li>\r\n <li>To encourage aviation education and training opportunities throughout the state to\r\nfoster new generations of skilled workers for aviation jobs.</li>\r\n <li>To advocate for airport issues that are important to the state, region and\r\ncommunities they serve.</li>\r\n <li>To support aviation initiatives that bolster the state’s economy and transportation\r\nsystem.</li>\r\n <li>To communicate with decision makers about the importance of aviation.</li>\r\n <li>To propose initiatives and legislation that address aviation issues and promote the\r\nhealth of aviation in the state.</li>\r\n <li>To enable the exchange of ideas, information and experience between various\r\naviation user groups.</li>\r\n <li>To provide outreach to user groups and the public about relevant aviation issues and\r\ninitiatives.</li>\r\n <li>To take all other appropriate action in furtherance of such purposes; and consistent\r\nwith the above, to exercise all powers available to nonprofit corporations.</li>\r\n <li>To act as a resource for:\r\n<ol type=\"a\">\r\n <li>Major planning initiatives within Washington State, and</li>\r\n <li>Aviation issues affecting Washington State.</li>\r\n</ol>\r\n</li>\r\n</ol>\r\nThe WSAA mission statement is: The Washington State Aviation Alliance serves as a collective\r\nvoice for aviation and airport-related organizations to protect and promote aviation in the state of\r\nWashington.\r\n\r\nMembership in the alliance will consist of aviation organizations properly incorporated or\r\norganized in Washington state under four categories:\r\n<ol>\r\n <li>Voting Members are general aviation organizations properly incorporated or organized\r\nwithin Washington state that have an active membership and an established location(s),\r\nchapter(s), or appointed representative within the state of Washington, as approved by a\r\nmajority vote of the Alliance;</li>\r\n <li>Additional Voting Membership is granted to those Washington State Legislature-enacted\r\nOrganizations with an Aviation Component, including but not limited to the Washington\r\nState Department of Transportation (WSDOT) Aviation Division and the Washington\r\nPublic Ports Association (WPPA). The WSDOT Aviation Division director and the WPPA\r\nAviation Committee Chair are the preferred Voting Members, respectively, to the Alliance\r\nso long as WSDOT Aviation and/or WPPA members own or operate airports and to the\r\nextent that compliance with state ethics laws may require abstention from voting from time\r\nto time;</li>\r\n <li>Non-Voting Members are general aviation organizations that do not have an established\r\nlocation within Washington state, do not have a single Chapter that represents its\r\nmembership on a statewide basis, or which otherwise do not meet the criteria for Voting\r\nMembership, and are granted a Non-Voting Membership by a majority vote of the\r\nAlliance; and</li>\r\n <li>Associate Membership is Non-Voting Membership and may include, but is not limited to,\r\naviation-oriented organizations or businesses, aviation consultants, aviation educational\r\nentities, air museums, and higher education institutions that offer degree programs in\r\naviation-related fields of study and students.</li>\r\n</ol>\r\n<sup>i</sup> WSDOT, “Aviation Economic Impact Study,” Executive Summary, 2012, p. iii','White Paper','','publish','closed','open','','white-paper','','','2015-03-15 18:17:15','2015-03-16 01:17:15','',0,'http://03c1a29.netsolhost.com/wpdev/?page_id=65',0,'page','',0),(66,1,'2015-03-15 14:45:08','2015-03-15 21:45:08','','White Paper','','inherit','open','open','','65-revision-v1','','','2015-03-15 14:45:08','2015-03-15 21:45:08','',65,'http://03c1a29.netsolhost.com/wpdev/?p=66',0,'revision','',0),(67,1,'2015-03-15 14:45:26','2015-03-15 21:45:26','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/Umbrella-of-Strength-24Feb2015.pdf\"]','Umbrella of Strength','','publish','closed','open','','umbrella-of-strength','','','2015-03-15 18:58:40','2015-03-16 01:58:40','',0,'http://03c1a29.netsolhost.com/wpdev/?page_id=67',0,'page','',0),(68,1,'2015-03-15 14:45:26','2015-03-15 21:45:26','','Umbrella of Strength','','inherit','open','open','','67-revision-v1','','','2015-03-15 14:45:26','2015-03-15 21:45:26','',67,'http://03c1a29.netsolhost.com/wpdev/?p=68',0,'revision','',0),(69,1,'2015-03-15 14:45:38','2015-03-15 21:45:38','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/Aviation-Alliance-Brochure-updated-Mar-4-2015.pdf\"]','Brochure','','publish','closed','open','','brochure','','','2015-03-15 18:59:54','2015-03-16 01:59:54','',0,'http://03c1a29.netsolhost.com/wpdev/?page_id=69',0,'page','',0),(70,1,'2015-03-15 14:45:38','2015-03-15 21:45:38','','Brochure','','inherit','open','open','','69-revision-v1','','','2015-03-15 14:45:38','2015-03-15 21:45:38','',69,'http://03c1a29.netsolhost.com/wpdev/?p=70',0,'revision','',0),(71,1,'2015-03-15 14:45:52','2015-03-15 21:45:52','','Steering Committee','','publish','closed','open','','steering-committee','','','2015-03-15 14:48:54','2015-03-15 21:48:54','',0,'http://03c1a29.netsolhost.com/wpdev/?page_id=71',0,'page','',0),(72,1,'2015-03-15 14:45:52','2015-03-15 21:45:52','','Steering Committee','','inherit','open','open','','71-revision-v1','','','2015-03-15 14:45:52','2015-03-15 21:45:52','',71,'http://03c1a29.netsolhost.com/wpdev/?p=72',0,'revision','',0),(73,1,'2015-03-15 14:47:27','2015-03-15 21:47:27',' ','','','publish','open','open','','73','','','2015-03-15 19:45:03','2015-03-16 02:45:03','',0,'http://03c1a29.netsolhost.com/wpdev/?p=73',4,'nav_menu_item','',0),(74,1,'2015-03-15 14:47:27','2015-03-15 21:47:27',' ','','','publish','open','open','','74','','','2015-03-15 19:45:03','2015-03-16 02:45:03','',0,'http://03c1a29.netsolhost.com/wpdev/?p=74',9,'nav_menu_item','',0),(75,1,'2015-03-15 14:47:27','2015-03-15 21:47:27',' ','','','publish','open','open','','75','','','2015-03-15 19:45:03','2015-03-16 02:45:03','',0,'http://03c1a29.netsolhost.com/wpdev/?p=75',8,'nav_menu_item','',0),(76,1,'2015-03-15 14:47:27','2015-03-15 21:47:27',' ','','','publish','open','open','','76','','','2015-03-15 19:45:03','2015-03-16 02:45:03','',0,'http://03c1a29.netsolhost.com/wpdev/?p=76',7,'nav_menu_item','',0),(77,1,'2015-03-15 14:47:27','2015-03-15 21:47:27',' ','','','publish','open','open','','77','','','2015-03-15 19:45:03','2015-03-16 02:45:03','',0,'http://03c1a29.netsolhost.com/wpdev/?p=77',6,'nav_menu_item','',0),(78,1,'2015-03-15 14:47:27','2015-03-15 21:47:27',' ','','','publish','open','open','','78','','','2015-03-15 19:45:03','2015-03-16 02:45:03','',0,'http://03c1a29.netsolhost.com/wpdev/?p=78',5,'nav_menu_item','',0),(79,1,'2015-03-15 14:48:54','2015-03-15 21:48:54','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://03c1a29.netsolhost.com/wpdev/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','open','open','','2-revision-v1','','','2015-03-15 14:48:54','2015-03-15 21:48:54','',2,'http://03c1a29.netsolhost.com/wpdev/?p=79',0,'revision','',0),(85,1,'2015-03-15 16:08:15','2015-03-15 23:08:15','','Aviation-1600x1053-20pct-Q20','','inherit','open','open','','aviation-1600x1053-20pct-q20','','','2015-03-15 16:09:49','2015-03-15 23:09:49','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/Aviation-1600x1053-20pct-Q20.jpg',0,'attachment','image/jpeg',0),(81,1,'2015-03-15 16:02:29','2015-03-15 23:02:29','','WSAALogo1cx-300x100','','inherit','open','open','','wsaalogo1cx-300x100','','','2015-03-15 16:02:40','2015-03-15 23:02:40','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WSAALogo1cx-300x100.jpg',0,'attachment','image/jpeg',0),(86,1,'2015-03-15 16:23:27','2015-03-15 23:23:27','','WSAALogo1cx-300x100','','inherit','open','open','','wsaalogo1cx-300x100-2','','','2015-03-15 16:23:40','2015-03-15 23:23:40','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WSAALogo1cx-300x100.gif',0,'attachment','image/gif',0),(87,1,'2015-03-15 16:29:14','2015-03-15 23:29:14','','WarrenHendrickson-HeadShot-125x156','','inherit','open','open','','warrenhendrickson-headshot-125x156','','','2015-03-15 16:42:53','2015-03-15 23:42:53','',4,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg',0,'attachment','image/jpeg',0),(88,1,'2015-03-15 16:29:16','2015-03-15 23:29:16','','DavidUlane-HeadShot-125x156','','inherit','open','open','','davidulane-headshot-125x156','','','2015-03-15 16:43:10','2015-03-15 23:43:10','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg',0,'attachment','image/jpeg',0),(89,1,'2015-03-15 16:29:19','2015-03-15 23:29:19','','KandaceHarvey-HeadShot-125x156','','inherit','open','open','','kandaceharvey-headshot-125x156','','','2015-03-15 16:31:40','2015-03-15 23:31:40','',4,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg',0,'attachment','image/jpeg',0),(90,1,'2015-03-15 16:29:21','2015-03-15 23:29:21','','TristanAtkins-HeadShot-125x156','','inherit','open','open','','tristanatkins-headshot-125x156','','','2015-03-15 16:38:20','2015-03-15 23:38:20','',4,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg',0,'attachment','image/jpeg',0),(93,1,'2015-03-15 16:35:53','2015-03-15 23:35:53','<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-4\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x250.jpg\"><img class=\"alignnone size-medium wp-image-6 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x250.jpg\" alt=\"Tristan Head Shot-100x150\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n<h2>Steering Committee</h2>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x240.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x250.jpg\" alt=\"Warren Hendrickson\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/DavidUlane-HeadShot-200x240.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/DavidUlane-HeadShot-200x250.jpg\" alt=\"David Ulane\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (???) ???-????\r\n<!--Executive Director, Washington Airport Management Association-->\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->\r\n\r\n<!-- container -->','Executive Officers and Board of Directors','','inherit','open','open','','4-revision-v1','','','2015-03-15 16:35:53','2015-03-15 23:35:53','',4,'http://03c1a29.netsolhost.com/wpdev/?p=93',0,'revision','',0),(92,1,'2015-03-15 16:34:25','2015-03-15 23:34:25','<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x250.jpg\"><img class=\"alignnone size-medium wp-image-6 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x250.jpg\" alt=\"Tristan Head Shot-100x150\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n<h2>Steering Committee</h2>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x240.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x250.jpg\" alt=\"Warren Hendrickson\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/DavidUlane-HeadShot-200x240.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/DavidUlane-HeadShot-200x250.jpg\" alt=\"David Ulane\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (???) ???-????\r\n<!--Executive Director, Washington Airport Management Association-->\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->\r\n\r\n<!-- container -->','Executive Officers and Board of Directors','','inherit','open','open','','4-revision-v1','','','2015-03-15 16:34:25','2015-03-15 23:34:25','',4,'http://03c1a29.netsolhost.com/wpdev/?p=92',0,'revision','',0),(94,1,'2015-03-15 16:37:08','2015-03-15 23:37:08','<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-4\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-medium wp-image-6 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Head Shot-100x150\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n<h2>Steering Committee</h2>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (???) ???-????\r\n<!--Executive Director, Washington Airport Management Association-->\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->\r\n\r\n<!-- container -->','Executive Officers and Board of Directors','','inherit','open','open','','4-revision-v1','','','2015-03-15 16:37:08','2015-03-15 23:37:08','',4,'http://03c1a29.netsolhost.com/wpdev/?p=94',0,'revision','',0),(95,1,'2015-03-15 16:39:57','2015-03-15 23:39:57','<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-4\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n<h2>Steering Committee</h2>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://www.wsaa.aero/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-5 media-object img-thumbnail\" src=\"http://www.wsaa.aero/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"200\" height=\"250\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (???) ???-????\r\n<!--Executive Director, Washington Airport Management Association-->\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->\r\n\r\n<!-- container -->','Executive Officers and Board of Directors','','inherit','open','open','','4-revision-v1','','','2015-03-15 16:39:57','2015-03-15 23:39:57','',4,'http://03c1a29.netsolhost.com/wpdev/?p=95',0,'revision','',0),(100,1,'2015-03-15 17:06:04','2015-03-16 00:06:04','<div class=\"container\">\r\n<div class=\"row\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-4\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n<h2>Formation Steering Committee</h2>\r\n</div>\r\n<div class=\"col-md-4\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-88 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (???) ???-????\r\n<!--Executive Director, Washington Airport Management Association-->\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->\r\n\r\n</div>\r\n<!-- container -->','Executive Officers and Board of Directors','','inherit','open','open','','4-revision-v1','','','2015-03-15 17:06:04','2015-03-16 00:06:04','',4,'http://03c1a29.netsolhost.com/wpdev/?p=100',0,'revision','',0),(97,1,'2015-03-15 16:44:56','2015-03-15 23:44:56','<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-4\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12\">\r\n<h2>Formation Steering Committee</h2>\r\n</div>\r\n<div class=\"col-md-4\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"125\" height=\"156\" class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"125\" height=\"156\" class=\"alignnone size-full wp-image-88 media-object img-thumbnail\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (???) ???-????\r\n<!--Executive Director, Washington Airport Management Association-->\r\n</div>\r\n</div>\r\n</div>\r\n</div><!-- row -->\r\n</div><!-- container -->','Executive Officers and Board of Directors','','inherit','open','open','','4-revision-v1','','','2015-03-15 16:44:56','2015-03-15 23:44:56','',4,'http://03c1a29.netsolhost.com/wpdev/?p=97',0,'revision','',0),(98,1,'2015-03-15 17:04:01','2015-03-16 00:04:01','<h2>Proposed WSAA Mission Statement</h2>\n<p>The proposed WSAA mission statement is:<br/>\nThe Washington State Aviation Alliance serves as a collective voice for aviation and airport related\norganizations to protect and promote aviation in the state of Washington.','Mission Statement','','inherit','open','open','','61-autosave-v1','','','2015-03-15 17:04:01','2015-03-16 00:04:01','',61,'http://03c1a29.netsolhost.com/wpdev/?p=98',0,'revision','',0),(99,1,'2015-03-15 17:04:16','2015-03-16 00:04:16','<h2>Proposed WSAA Mission Statement</h2>\r\nThe proposed WSAA mission statement is:\r\n\r\nThe Washington State Aviation Alliance serves as a collective voice for aviation and airport related\r\norganizations to protect and promote aviation in the state of Washington.','Mission Statement','','inherit','open','open','','61-revision-v1','','','2015-03-15 17:04:16','2015-03-16 00:04:16','',61,'http://03c1a29.netsolhost.com/wpdev/?p=99',0,'revision','',0),(102,1,'2015-03-15 17:23:25','2015-03-16 00:23:25','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div> \r\n<div class=\"col-md-12\">\r\n<h2>Formation Steering Committee</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-88 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (???) ???-????\r\n<!--Executive Director, Washington Airport Management Association-->\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->','Executive Officers and Board of Directors','','inherit','open','open','','4-revision-v1','','','2015-03-15 17:23:25','2015-03-16 00:23:25','',4,'http://03c1a29.netsolhost.com/wpdev/?p=102',0,'revision','',0),(101,1,'2015-03-15 17:12:55','2015-03-16 00:12:55','<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-4\">\r\n<div class=\"media\">\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div> \r\n<div class=\"col-md-12\">\r\n<h2>Formation Steering Committee</h2>\r\n</div>\r\n<div class=\"col-md-4\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-88 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (???) ???-????\r\n<!--Executive Director, Washington Airport Management Association-->\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->\r\n\r\n</div>\r\n<!-- container -->','Executive Officers and Board of Directors','','inherit','open','open','','4-revision-v1','','','2015-03-15 17:12:55','2015-03-16 00:12:55','',4,'http://03c1a29.netsolhost.com/wpdev/?p=101',0,'revision','',0),(103,1,'2015-03-15 17:58:04','2015-03-16 00:58:04','<h3 style=\"text-align: center;\">BYLAWS OF THE</h3>\n<h2 style=\"text-align: center;\">WASHINGTON STATE\nAVIATION ALLIANCE\n(WSAA)</h2>\n<h3 style=\"text-align: center;\">A NONPROFIT CORPORATION\nRevised February 25, 2015</h3>\n<h4 style=\"text-align: center;\">BYLAWS OF THE WASHINGTON STATE AVIATION ALLIANCE\nA NONPROFIT CORPORATION</h4>\nTABLE OF CONTENTS PAGE\n1. Name and Purpose 4\n2. Offices 4\n3. Membership Categories 5\n3‐1. Voting Membership 5\n3‐2. Washington State Legislature‐enacted Organizations with an Aviation Component 5\n3‐3. Non‐Voting Membership 6\n3‐4. Associate Membership 6\n3‐5. Interested Persons 6\n4. Legislative and Policy Positions 6\n5. Dues and Fees 7\n6. Meetings 7\n6‐1. Regular Meetings of the Board of Directors 7\n6‐2. Regular Meetings of the Alliance 7\n6‐3. Special Meetings 7\n6‐4. Meetings via Telephone Conference 7\n6‐5. Notice of Regular Meetings 7\n6‐6. Notice of Special Meetings 8\n6‐7. Quorum for Board of Directors Meetings 8\n6‐8. Quorum for Alliance Meetings 8\n6‐9. Conduct of Meetings 8\n7. The Alliance 9\n7‐1. General Powers of the Alliance and the Board of Directors 9\n7‐2. Voting 9\n7‐3. Removal 9\n7‐4. Vacancies 9\n7‐5. Presumption of Assent 9\n7‐6. Compensation of Delegates 10\n8. Officers 10\n8‐1. Number 10\n8‐2. Election and Term of Office 10\n8‐3. Removal 10\n8‐4. Vacancies 10\n8‐5. President 10\n8‐6. Vice‐President 11\n8‐7. Secretary 11\n8‐8. Treasurer 11\n8‐9. Honorary and Other Officers 11\n8‐10. Compensation of Officers 12\n9. Committees 12\n9‐1. Committees 12\n9‐2. Term of Office 12\n10. Business Matters 12\n10‐1. Filings 12\n10‐2. Contracts 13\n10‐3. Loans 13\n10‐4. Checks, Drafts, etc. 13\n10‐5. Deposits 13\n10‐6. Budgets 13\n10‐7. Facsimile Signatures 13\n11. Waiver of Notice 14\n12. Indemnification 14\n1. Indemnification 14\n2. Good Faith 14\n3. Reimbursement of Expenses 14\n4. Rights Granted Herein Not Exclusive 14\n13. Conflict of Interest 15\n14. Amendments 15\n15. Definitions 15\n16. Approval 17\n17. List of Revisions 18\n\nARTICLE 1. NAME AND PURPOSE:\nThe name of the corporation shall be the Washington State Aviation Alliance (the “Alliance”).\nThe Alliance Mission Statement is: The Washington State Aviation Alliance serves as a collective\nvoice for aviation and airport‐related organizations to protect and promote aviation in the state of\nWashington.\nThe Alliance is a nonprofit corporation under the Washington Nonprofit Corporation Act\n[Chapter 24.03 RCW] (the “Act”). The Alliance is organized for the purpose of promoting such common\ninterests of its Members as may qualify it as exempt from Federal Income Tax under Section 501(c)(6) of\nthe Internal Revenue Code of 1986 (the “Code”) and within such limits:\n(A) To advocate for aviation in the state and bring together members of various aviation\nassociations to represent a collective voice for common goals.\n(B) To promote airports as vital to our state’s economy and transportation system.\n(C) To encourage aviation education and training opportunities throughout the state to\nfoster new generations of skilled workers for aviation jobs.\n(D) To advocate for airport issues that are important to the state, region and communities\nthey serve.\n(E) To support aviation initiatives that bolster the state’s economy and transportation\nsystem.\n(F) To communicate with decision makers about the importance of aviation.\n(G) To propose initiatives and legislation that address aviation issues and promote the\nhealth of aviation in the state.\n(H) To enable the exchange of ideas, information and experience between various aviation\nuser groups.\n(I) To provide outreach to user groups and the public about relevant aviation issues and\ninitiatives.\n(J) To take all other appropriate action in furtherance of such purposes; and consistent\nwith the above, to exercise all powers available to nonprofit corporations.\n(K) To act as a resource for:\na. Major planning initiatives within Washington State, and\nb. Aviation issues affecting Washington State.\nARTICLE 2. OFFICES:\nThe principal office of the Alliance shall be at a location within the state of Washington as\ndetermined by the Board of Directors (the “Board”). The Board shall make reasonable efforts to\ndesignate an office location in the Puget Sound area. The Alliance may have other such offices, either\nwithin or without the state of Washington, as the Board may determine or the affairs of the Alliance\nmay require.\nThe Alliance shall have and continuously maintain in the state of Washington a registered office\nand a registered agent whose office is identical with such registered office, as required by the\nWashington Nonprofit Corporation Act. The registered office may be, but need not be, identical with the\nprincipal office in the state of Washington, and the address of the registered office may be changed\nfrom time to time as determined by the Board.\nARTICLE 3. MEMBERSHIP CATEGORIES:\nSection 3‐1. Voting Membership:\nVoting Membership in this Alliance may be granted to any general aviation (defined as any nonair\ncarrier aviation‐oriented organization or business, excluding any branch of the U. S. military)\norganization properly incorporated or organized within Washington state that has an active membership\nand an established location(s), chapter(s), or appointed representative within the state of Washington,\nas approved by a majority vote of the Alliance. Voting Member organizations shall appoint one Delegate\nfor representation on the Alliance, which Delegate shall be empowered and act as an agent for that\norganization (“Voting Delegate”). For those organizations, such as the Experimental Aircraft Association\n(EAA), that have multiple locations and/or chapters within the state without a designated statewide\nrepresentative, a single Delegate shall be appointed to represent all locations and/or chapters within the\nstate for such larger organization. Each Voting Delegate appointed to represent an organization, or\nmultiple locations and/or chapters of a larger organization, shall be entitled to cast only one vote when\nconducting official Alliance business and shall be referred to as a Voting Member. A Voting Delegate\nmay represent only one organization.\nSection 3‐2. Washington State Legislature‐enacted Organizations with an Aviation\nComponent:\nThe Washington State Legislature, via the Revised Code of Washington (RCW), has the authority\nto create state organizations with an aviation component. Such organizations shall be eligible for Voting\nMembership in the Alliance and include, but are not limited to, the Washington State Department of\nTransportation (WSDOT) Aviation Division [Chapter 47.68 RCW], and the Washington Public Ports\nAssociation (WPPA) [Chapter 53.06 RCW].\nThe WSDOT Aviation Division shall be a Voting Member of the Alliance and its director shall be\nthe designated Voting Delegate. This Voting Membership status shall continue to exist so long as WSDOT\nAviation owns or operates airports and to the extent that compliance with state ethics laws may require\nthe director’s abstention from voting from time to time.\nThe WPPA shall be a Voting Member of the Alliance and the Chair of the WPPA Aviation\nCommittee shall be the preferred designated Voting Delegate. This Voting Membership status shall\n6 | P a g e\ncontinue to exist so long as WPPA members own or operate airports and to the extent that compliance\nwith state ethics laws may require the Voting Delegate’s abstention from voting from time to time.\nSection 3‐3. Non‐Voting Membership:\nGeneral aviation organizations that do not have an established location within Washington\nstate, do not have a single Chapter that represents its membership on a statewide basis, or which\notherwise do not meet the criteria for Voting Membership set forth above, may be granted a Non‐\nVoting Membership by a majority vote of the Alliance. Examples of such organizations shall include, but\nnot be limited to, Aircraft Owners and Pilots Association (AOPA), National Business Aircraft Association\n(NBAA), Alliance for Aviation Across America (AAAA), and the Civil Air Patrol (CAP). Such Non‐Voting\nMember organizations shall appoint one Delegate for representation on the Alliance, which Delegate\nshall be empowered and act as an agent for that organization, but shall not have voting privileges (“Non‐\nVoting Delegate”). Each Non‐Voting Delegate shall be referred to as a Non‐Voting Member. A Non‐\nVoting Delegate may represent only one organization.\nSection 3‐4. Associate Membership:\nAssociate Membership is Non‐Voting Membership and may include, but is not limited to,\naviation‐oriented organizations or businesses, aviation consultants, aviation educational entities, air\nmuseums, and higher education institutions that offer degree programs in aviation‐related fields of\nstudy and students. Associate Member organizations shall appoint one Delegate for representation on\nthe Alliance, which Delegate shall be empowered and act as an agent for that organization, but shall not\nhave voting privileges (“Non‐Voting Associate Delegate”). Each Non‐Voting Associate Delegate shall be\nreferred to as a Non‐Voting Associate Member. A Non‐Voting Associate Delegate may represent only\none organization.\nSection 3‐5. Interested Persons:\nAll interested persons are welcome to attend meetings of the Alliance and the Board.\nARTICLE 4. LEGISLATIVE AND POLICY POSITIONS:\nThe Alliance may take positions on various legislative matters or policy issues and may attempt\nto further the interest of aviation and aviation safety in the state of Washington by supporting or\nopposing legislative issues as the Alliance may determine to be appropriate and in the best interests of\nthe aviation industry. Board actions on legislative matters and local or state policy issues shall be taken\nand articulated only upon a unanimous vote of a quorum of Voting Members present at an Alliance\nmeeting. The Alliance may also educate the public and elected officials on such legislative matters and\npolicy issues.\n7 | P a g e\nARTICLE 5. DUES AND FEES:\nEach class of membership, as defined in Article 3 and specifically excluding the Interested\nPersons class, shall pay annual dues in the amount established by the Board of Directors. Voting\nMembers who are not current with payment of annual dues shall not be allowed to cast an official vote.\nAny increase or decrease in the annual dues must be approved by a majority vote of the then eligible\nVoting Members.\nARTICLE 6. MEETINGS:\nSection 6‐1. Regular Meetings of the Board of Directors:\nThe Board of Directors shall meet at least quarterly each calendar year.\nSection 6‐2. Regular Meetings of the Alliance:\nAn Annual Meeting of the Alliance shall be deemed as such and held in the first quarter of each\nyear.\nSection 6‐3. Special Meetings:\nSpecial meetings of the Board of Directors may be called by or at the request of the President,\nthe Secretary, or a majority of the Board of Directors.\nSpecial meetings of the Alliance may be called by or at the request of the President, the\nSecretary, or a majority of the Voting Delegates.\nSection 6‐4. Meetings via Telephone Conference:\nAny regular or special meeting of either the Board of Directors or of the Alliance may be held by\nmeans of conference telephone or similar communications equipment during which all persons\nparticipating in the meeting can hear each other. Participation in such a meeting shall constitute\npresence in person at the meeting.\nSection 6‐5. Notice of Regular Meetings:\nThe Board of Directors shall be given at least fourteen (14) days’ notice (electronically or via\nmail) of any regular Board meeting.\nDelegates shall be given at least thirty (30) days’ notice (electronically or via mail) of any regular\nAlliance meeting.\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\n8 | P a g e\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\nbusiness to be transacted at, and the purposes of, any regular meeting of the Alliance shall be specified\nin the notice or waiver of notice of such meeting.\nSection 6‐6. Notice of Special Meetings:\nNotice of any special meeting shall be given at least five (5) days prior to such meeting by\nwritten notice delivered personally, electronically, or by mail to each Delegate.\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\nbusiness to be transacted at, and the purposes of, any special meeting of the Alliance shall be specified\nin the notice or waiver of notice of such meeting.\nSection 6‐7. Quorum for Board of Directors Meetings:\nA majority of the Board of Directors, in attendance either in person or via teleconference, shall\nconstitute a quorum for the transaction of business at any Board of Directors meeting. If less than a\nquorum is present at any such meeting, no action will be taken and the planned meeting will be\nconsidered to have not taken place.\nSection 6‐8. Quorum for Alliance Meetings:\nNot less than one‐third of the Voting Membership, in attendance either in person or via\nteleconference, shall constitute a quorum for the transaction of business at any membership meeting of\nthe Alliance. If less than a quorum is present at any such meeting, no action will be taken and the\nplanned meeting will be considered to have not taken place.\nSection 6‐9. Conduct of Meetings:\nAll meetings will be conducted in accordance with Robert’s Rules of Order Newly Revised. A\nwritten record of all meetings and all actions taken within a meeting shall be created and maintained.\nThe Officers of the Alliance shall have such authority and perform such duties as may be\nprovided for in these Bylaws or as prescribed in Robert\'s Rules of Order Newly Revised or as may be set\nforth in policy statements.\n9 | P a g e\nARTICLE 7. THE ALLIANCE:\nSection 7‐1. General Powers of the Alliance and the Board of Directors:\nThe Alliance shall be composed of member organizations, designated as Voting Members and\nNon‐Voting Members. Only authorized Voting Delegates and the Board of Directors shall have the\npower to cast votes when conducting the official business of the Alliance.\nThe ongoing affairs of the Alliance shall be managed by a Board of Directors. The Officers of the\nAlliance (see Article 8) and the Immediate Past President shall constitute the Board of Directors. The\nBoard shall at all times act in the best interests of the Alliance, adopting such rules and regulations for\nthe conduct of their meetings and otherwise managing the Alliance as they may deem proper. While the\nBoard may offer amendments to these Bylaws to the Alliance for approval, they shall not adopt rules or\nperform acts which are inconsistent with these Bylaws and the laws of the state of Washington.\nSection 7‐2. Voting:\nThe act of a majority of the Voting Delegates and the Board of Directors present at a meeting at\nwhich a quorum is present shall be the act of the Alliance except as may be otherwise provided by these\nBylaws, the Articles of Incorporation, or applicable law. Vote may be by proxy, in which case such\nproxies shall be counted in the determination of a quorum. No Voting Delegate or Board Member may\nhold more than one proxy. In the event of a meeting by remote teleconference, Voting Delegates and\nBoard Members may vote by voice or electronically via email.\nSection 7‐3. Removal:\nAny Member may be removed, with cause, by a majority vote of the Voting Membership.\nAppeal of such removal may be initiated with written notice by the removed Member to the Alliance\nPresident within thirty (30) days of the effective date of removal. Any appeal of removal by a Voting or\nNon‐Voting Member shall be taken to the remaining Voting Members of the Alliance for final resolution.\nSection 7‐4. Vacancies:\nAny vacancy occurring in a Delegate\'s position representing a member organization shall be\nfilled by an appointment from the membership organization.\nSection 7‐5. Presumption of Assent:\nA Voting Delegate of a member organization who is present at a meeting of the Alliance shall be\npresumed to have assented to all actions taken at that meeting unless the Voting Delegate\'s dissent\nshall be entered in the minutes of the meeting or unless the Voting Delegate shall file his or her written\ndissent to the action with the person acting as the secretary of the meeting before adjournment of the\nmeeting. Such right to dissent shall not apply to a Voting Delegate who voted in favor of the action.\n10 | P a g e\nSection 7‐6. Compensation of Delegates:\nNo Delegate shall be entitled to receive any direct compensation for services rendered as a\nDelegate of the Alliance, nor shall any Delegate be entitled to reimbursement by the Alliance for any\nexpense incurred resulting from his or her services to the Alliance unless specifically authorized by the\nAlliance President. No Delegate shall be prevented from receiving a salary by reason of the fact that the\nDelegate is an employee of the Alliance.\nARTICLE 8. OFFICERS:\nSection 8‐1. Number:\nThe Officers of the Alliance shall be selected from Voting Member organizations and shall\nconsist of a President, a Vice‐President, a Secretary, and a Treasurer. Each Officer shall be elected by the\nAlliance Voting Members in good standing and current with their annual dues. Such other Officers,\nrepresentatives, and/or agents as may be necessary may be elected, appointed, employed, or\ncontracted by the Alliance. No one individual may hold more than one office. The number of Officers\nmay not be changed so as to be inconsistent or disallowed under the applicable laws of the State of\nWashington designating the minimum required number of Directors.\nSection 8‐2. Election and Term of Office:\nOfficers shall be elected by the affirmative vote of a majority of the Voting Members of the\nAlliance at the Annual Meeting of the Alliance. The term of office shall be one (1) year. If the election of\nOfficers is not held at such meeting, such election shall be held as soon thereafter as may be convenient.\nEach Officer shall hold office until his or her successor shall have been duly elected, or until the Officer\'s\ndeath, or until he or she shall resign, or shall have been removed in the manner provided in these\nBylaws.\nSection 8‐3. Removal:\nAny Officer, representative, or agent may be removed, with or without cause, by a majority vote\nof the Voting Membership.\nSection 8‐4. Vacancies:\nA vacancy in any office because of death, resignation, removal, disqualification or otherwise\nmay be filled by the President for the unexpired portion of the term.\nSection 8‐5. President:\nThe President shall be the principal Executive Officer of the Alliance and, subject to the control\nof the Alliance, shall administer all of the business and affairs of the Alliance. The President shall, when\npresent, preside at all meetings of the Alliance. The President may sign, with the Secretary or any proper\n11 | P a g e\nOfficer of the Alliance, any deeds, mortgages, bonds, contracts, or other instruments which the Alliance\nhas authorized to be executed, except in cases where the signing and execution of any of the same shall\nbe expressly delegated by the Alliance or by these Bylaws to some other Officer, representative, or\nagent of the Alliance, or shall be required by law to be otherwise signed or executed. The President shall\nhave authority to establish such committees and delegate authority whenever such delegation is not\ninconsistent with these Bylaws, the Articles of Incorporation or specific charge of the Alliance. The\nPresident shall, in general, perform all duties incident to the office of President and such other duties as\nmay be prescribed by the Alliance from time to time.\nSection 8‐6. Vice‐President:\nIn the absence of the President or in the event of the President\'s death, inability or refusal to\nact, the Vice‐President shall perform the duties of the President, and when so acting, shall have all the\npowers of and be subject to all the restrictions upon the President. Any Vice ‐President shall perform\nsuch other duties as from time to time may be assigned to him or her by the President or by the\nAlliance.\nSection 8‐7. Secretary:\nThe Secretary shall: (a) keep the minutes of the proceedings of the Members and of the Alliance\nin one or more books provided for that purpose and distribute the minutes of all meetings to the\nmembers; (b) see that all notices are duly given in accordance with the provisions of their Bylaws or as\nrequired by law; (c) be custodian of the Alliance records (custody may be designated by the Secretary to\nsuch agents as the Secretary may determine); (d) keep a register of the mailing address of each Delegate\nwhich shall be furnished to the secretary by such Delegate; (e) have general charge of the documents of\nthe Alliance; and (f) in general perform all duties incident to the office of Secretary and such other duties\nas from time to time may be assigned to him or her by the President or by the Alliance.\nSection 8‐8. Treasurer:\nThe Treasurer shall: (a) have charge and custody of and be responsible for all funds and\nsecurities of the Alliance; (b) receive and give receipts for moneys due and payable to the Alliance from\nany source whatsoever, and deposit all such moneys in the name of the Alliance in such banks, trust\ncompanies or other depositories as shall be selected in accordance with the provisions of these Bylaws;\n(c) develop and assist the Officers in monitoring the Alliance’s budget; and (d) in general perform all of\nthe duties of the Office of Treasurer and such other duties as from time to time may be assigned to him\nor her by the President or by the Alliance. If required by the Alliance, the Treasurer shall give a bond for\nthe faithful discharge of his or her duties in such sum and with such surety or sureties as the Alliance\nshall determine.\nSection 8‐9. Honorary and Other Officers:\nThe Alliance may appoint such honorary Officers or officials, with or without duties, as the\nAlliance may deem proper.\n12 | P a g e\nSection 8‐10. Compensation of Officers:\nOfficers shall receive no salary or compensation for his or her services, but shall be reimbursed\nfor any authorized expense actually incurred for or on account of the Alliance by such Officer. Nothing\nshall preclude an Officer from serving the Alliance in another capacity and receiving compensation for\nthese services.\nARTICLE 9. COMMITTEES:\nSection 9‐1. Committees:\nThe Alliance may designate and appoint one or more committees. Such committees shall have\nand exercise the authority of the Alliance in the management of the Alliance; provided, however, that\nno such committee shall have the authority of the Alliance in reference to amending, altering or\nrepealing the Bylaws; electing, appointing or removing any Officer or Delegate of the Alliance; amending\nthe Articles of Incorporation; adopting a plan of merger or adopting a plan of consolidation with another\ncorporation; authorizing the sale, lease, exchange or mortgage of all or substantially all of the property\nand assets of the Alliance; authorizing the voluntary dissolution of the Alliance or revoking proceedings\ntherefore, adopting a plan for the distribution of the assets of the Alliance; or amending, altering or\nrepealing any resolution of the Alliance which by its terms provides that it shall not be amended, altered\nor repealed by such committee. The designation and appointment of any such committee and the\ndelegation thereto of authority shall not operate to relieve the Alliance, or any individual Delegate, of\nany responsibility imposed upon it or him or her by law. The Chair of each committee shall be\nauthorized to appoint members to such committee the he or she deems best suited to further the\npurposes of the Alliance. Such committee members may be Delegates or other persons at large. Such\nmembers may also be removed from the committee by its Chair.\nSection 9‐2. Term of Office:\nEach Chair of a committee shall be appointed by the President of the Alliance from a Voting\nMember organization. Each Chair shall serve until a successor is appointed, unless the committee shall\nbe sooner terminated, or unless such Chair is removed from the committee by the President of the\nAlliance, or unless such Chair shall cease to qualify as such.\nARTICLE 10. BUSINESS MATTERS\nSection 10‐1. Filings:\nAll filings except Articles of Incorporation shall be signed by the President or Vice‐President and\nthe Secretary.\n13 | P a g e\nSection 10‐2. Contracts:\nThe Alliance may authorize any Officer or Officers, representative or representatives, agent or\nagents, to enter into any contract or execute and deliver any instrument in the name of and on behalf of\nthe Alliance, and such authority may be general or confined to specific instances.\nSection 10‐3. Loans:\nNo loans shall be contracted on behalf of the Alliance and no evidence of indebtedness shall be\nissued in its name unless authorized by a resolution of the Alliance. Such authority may be general or\nconfined to specified instances.\nSection 10‐4. Checks, Drafts, etc.:\nAll checks, drafts or other orders for the payment of money notes or other evidences of\nindebtedness issued in the name of the Alliance shall be signed by such Officer or Officers,\nrepresentative or representatives, agent or agents of the Alliance and in such manner as shall from time\nto time be determined by resolution of the Alliance.\nSection 10‐5. Deposits:\nAll funds of the Alliance not otherwise employed shall be deposited from time to time to the\ncredit of the Alliance in such banks, trust companies or other depositories as the Alliance may select.\nSection 10‐6. Budget:\nThe Alliance may direct the creation of annual budget for the purpose of addressing the financial\nneeds of the organization. Any such budget shall account for all dues and fees revenues generated by\nthe Alliance membership and activities as well all anticipated expenses and disbursements. Any such\nannual budget shall be subject to approval by the Board and its operating performance shall be the\nresponsibility of the Treasurer.\nSection 10‐7. Facsimile Signatures:\nContracts and agreements of the Alliance, and endorsements, renewals and amendments of the\nsame may be authenticated by facsimile or by electronic signature as allowed by Washington Law, of the\nsignature of a duly authorized Officer of the applicable corporation in lieu of a signature of such Officer.\nIn the event of such authentication by facsimile or electronic signature, such contract or agreement shall\nbe valid only if countersigned by an agent of the applicable corporation authorized to execute such type\nof contract or agreement. The validity of any such contract or agreement shall not be affected in the\nevent that the delivery of such document occurs after the Officer whose signature appears by facsimile\nor electronic signature is no longer serving as an Officer of the applicable corporation by reason of death\nor any other cause.\n14 | P a g e\nARTICLE 11. WAIVER OF NOTICE:\nWhenever any notice is required to be given to any Delegate of the Alliance under the provision\nof these Bylaws, under the provisions of the Articles of Incorporation or under the provisions of the\nWashington Nonprofit Corporation Act, a waiver of the notice in writing, signed by the person or\npersons entitled to the notice, whether before or after the time stated in the notice, shall be deemed\nequivalent to the giving of the notice.\nARTICLE 12. INDEMNIFICATION:\nSection 12‐1. Indemnification:\nThe Alliance shall indemnify to the fullest extent permitted by the Washington Nonprofit\nCorporation Act any person who has been made, or threatened to be made, a party to an action, suit or\nproceeding, whether civil, criminal, administrative, investigative or otherwise (including an action, suit\nor proceeding by or in the right of the Alliance) an whether the action is threatened, pending, or\ncompleted, by reason of the fact that the person is or was a Delegate, agent, representative, or Officer\nof the Alliance, or a fiduciary within the meaning of the Employee Retirement Income Security Act of\n1974 with respect to any employee benefit plan of the Alliance, or serves or served at the request of the\nAlliance as an Officer, representative, agent or Delegate, or as a fiduciary of any employee benefit plan,\nof another corporation, partnership, joint venture, trust or other enterprise. The right to and the\namount of indemnification shall be determined in accordance with the provisions of the Washington\nNonprofit Corporation Act in effect at the time of the determination.\nSection 12‐2. Good Faith:\nFor purposes of determining the right to any indemnification under this article XII, the\ntermination of any action, suit or proceeding by judgment, order, settlement, conviction or upon a plea\nof nolo contendere or its equivalent, shall not, of itself, create a presumption that the person acted in\nbad faith and in a manner which he or she reasonably believed to be in or not opposed to the best\ninterests of the Alliance, and with respect to any criminal action or proceedings, had reasonable cause\nto believe that his or her conduct was unlawful.\nSection 12‐3. Reimbursement of Expenses:\nTo the fullest extent permitted by the Washington Nonprofit Corporation Act, the Alliance shall\npay for or reimburse any and all reasonable expenses incurred by a Delegate or Officer who is a party to\na proceeding in advance of the final disposition of the proceeding.\nSection 12‐4. Rights Granted Herein not Exclusive:\nThe right to indemnification and to the payment or reimbursement of expenses with respect to\na proceeding conferred in this Article shall not be exclusive of any other rights to which any person may\n15 | P a g e\nbe entitled or hereafter acquire under any statute, provision of the Articles of Incorporation, Bylaws,\naction by the Alliance or otherwise, and shall continue as to a person who has ceased to be a Delegate,\nOfficer, representative, or agent of the Alliance and shall inure to the benefit of the heirs, executors and\nadministrators of such person.\nARTICLE 13. CONFLICT OF INTEREST:\nA Delegate of the Alliance shall not be disqualified by the Delegate\'s office from contracting with\nthe Alliance as vendor, purchaser or otherwise; nor shall any contract or arrangement entered into by or\non behalf of the Alliance in which any Delegate is in any way interested be avoided on that account,\nprovided that such contract or arrangement shall have been approved or ratified by a majority of the\nAlliance without counting in such majority the Delegate so interested, although such Delegate may be\ncounted toward a quorum, or shall have been approved or ratified by the affirmative vote of a majority\nof the Delegates of the Alliance, and the interest shall have been disclosed or known to the approving or\nratifying Delegates.\nARTICLE 14. AMENDMENTS:\nThese Bylaws may be altered, amended, or repealed and new Bylaws adopted, by a majority\nvote of the Voting Membership of the Alliance attending any regular or special meeting provided that a\nquorum is present and providing such amendment is not inconsistent with the Articles of Incorporation\nor any applicable laws.\nARTICLE 15. DEFINITIONS:\nDelegate:\nThe designated individual appointed by member organizations for representation on the\nAlliance, which individual shall be empowered and act as an agent for that member organization.\nDelegates are classified as follows:\n‐ Voting Delegates\no A Voting Member of the Alliance per Sections 3.1 and 3.2.\n‐ Non‐Voting Delegates\no A Non‐Voting Member of the Alliance per Section 3.3.\n‐ Non‐Voting Associate Delegates\no A Non‐Voting Associate Member of the Alliance per Section 3.4.\nGeneral Aviation:\nGeneral aviation (GA) is all civilian flying except scheduled passenger airlines.\n(Source: AOPA: http://www.aopa.org/letsgoflying/ready/steps/whatis.html)\n16 | P a g e\nIndemnification:\nTo compensate for damage or loss sustained, expense incurred, etc.\n(Source: Dicitionary.com: http://dictionary.reference.com/browse/indemnify)\nNolo contendere:\nA legal term (from Latin) for \"I do not wish to contend.\" It is also referred to as a plea of no\ncontest.\n(Source: Wikipedia: http://en.wikipedia.org/wiki/Nolo_contendere)\nProxy:\nThe agency, function, or power of a person authorized to act as the deputy or substitute for\nanother.\n(Source: Dictionary.com: http://dictionary.reference.com/browse/proxy?s=t)\nQuorum:\nThe number of members of a group or organization required to be present to transact business\nlegally, usually a majority.\n(Source: Dictionary.com: http://dictionary.reference.com/browse/quorum)\n\nARTICLE 17. LIST OF REVISIONS:\nThe most recent revision will be reflected by the date on the Bylaws Title Page. Amendments to\nthese Bylaws are marked with vertical change bar(s) in the right hand margin. Only the amendment(s)\nfrom the most recent revision are shown. This List of Revisions will be in reverse chronological order,\ni.e., the most recent Bylaws revision is listed first. The Revision Date is the date on which the revision\nwas approved by the Voting Membership per Article 14. Verification of approval will be reflected in the\nMeeting Summary for the Revision Date.\nRevision dated February 25, 2015:\nDeleted “Inc.” from the name of the Alliance. Added Article 17 – List of Revisions.','Bylaws','','inherit','open','open','','63-autosave-v1','','','2015-03-15 17:58:04','2015-03-16 00:58:04','',63,'http://03c1a29.netsolhost.com/wpdev/?p=103',0,'revision','',0),(105,1,'2015-03-15 17:59:52','2015-03-16 00:59:52','<h3 style=\"text-align: center;\">BYLAWS OF THE</h3>\r\n<h2 style=\"text-align: center;\">WASHINGTON STATE\r\nAVIATION ALLIANCE\r\n(WSAA)</h2>\r\n<h3 style=\"text-align: center;\">A NONPROFIT CORPORATION\r\nRevised February 25, 2015</h3>\r\n<h4 style=\"text-align: center;\">BYLAWS OF THE WASHINGTON STATE AVIATION ALLIANCE\r\nA NONPROFIT CORPORATION</h4>\r\nTABLE OF CONTENTS PAGE\r\n1. Name and Purpose 4\r\n2. Offices 4\r\n3. Membership Categories 5\r\n3‐1. Voting Membership 5\r\n3‐2. Washington State Legislature‐enacted Organizations with an Aviation Component 5\r\n3‐3. Non‐Voting Membership 6\r\n3‐4. Associate Membership 6\r\n3‐5. Interested Persons 6\r\n4. Legislative and Policy Positions 6\r\n5. Dues and Fees 7\r\n6. Meetings 7\r\n6‐1. Regular Meetings of the Board of Directors 7\r\n6‐2. Regular Meetings of the Alliance 7\r\n6‐3. Special Meetings 7\r\n6‐4. Meetings via Telephone Conference 7\r\n6‐5. Notice of Regular Meetings 7\r\n6‐6. Notice of Special Meetings 8\r\n6‐7. Quorum for Board of Directors Meetings 8\r\n6‐8. Quorum for Alliance Meetings 8\r\n6‐9. Conduct of Meetings 8\r\n7. The Alliance 9\r\n7‐1. General Powers of the Alliance and the Board of Directors 9\r\n7‐2. Voting 9\r\n7‐3. Removal 9\r\n7‐4. Vacancies 9\r\n7‐5. Presumption of Assent 9\r\n7‐6. Compensation of Delegates 10\r\n8. Officers 10\r\n8‐1. Number 10\r\n8‐2. Election and Term of Office 10\r\n8‐3. Removal 10\r\n8‐4. Vacancies 10\r\n8‐5. President 10\r\n8‐6. Vice‐President 11\r\n8‐7. Secretary 11\r\n8‐8. Treasurer 11\r\n8‐9. Honorary and Other Officers 11\r\n8‐10. Compensation of Officers 12\r\n9. Committees 12\r\n9‐1. Committees 12\r\n9‐2. Term of Office 12\r\n10. Business Matters 12\r\n10‐1. Filings 12\r\n10‐2. Contracts 13\r\n10‐3. Loans 13\r\n10‐4. Checks, Drafts, etc. 13\r\n10‐5. Deposits 13\r\n10‐6. Budgets 13\r\n10‐7. Facsimile Signatures 13\r\n11. Waiver of Notice 14\r\n12. Indemnification 14\r\n1. Indemnification 14\r\n2. Good Faith 14\r\n3. Reimbursement of Expenses 14\r\n4. Rights Granted Herein Not Exclusive 14\r\n13. Conflict of Interest 15\r\n14. Amendments 15\r\n15. Definitions 15\r\n16. Approval 17\r\n17. List of Revisions 18\r\n\r\nARTICLE 1. NAME AND PURPOSE:\r\nThe name of the corporation shall be the Washington State Aviation Alliance (the “Alliance”).\r\nThe Alliance Mission Statement is: The Washington State Aviation Alliance serves as a collective\r\nvoice for aviation and airport‐related organizations to protect and promote aviation in the state of\r\nWashington.\r\nThe Alliance is a nonprofit corporation under the Washington Nonprofit Corporation Act\r\n[Chapter 24.03 RCW] (the “Act”). The Alliance is organized for the purpose of promoting such common\r\ninterests of its Members as may qualify it as exempt from Federal Income Tax under Section 501(c)(6) of\r\nthe Internal Revenue Code of 1986 (the “Code”) and within such limits:\r\n(A) To advocate for aviation in the state and bring together members of various aviation\r\nassociations to represent a collective voice for common goals.\r\n(B) To promote airports as vital to our state’s economy and transportation system.\r\n(C) To encourage aviation education and training opportunities throughout the state to\r\nfoster new generations of skilled workers for aviation jobs.\r\n(D) To advocate for airport issues that are important to the state, region and communities\r\nthey serve.\r\n(E) To support aviation initiatives that bolster the state’s economy and transportation\r\nsystem.\r\n(F) To communicate with decision makers about the importance of aviation.\r\n(G) To propose initiatives and legislation that address aviation issues and promote the\r\nhealth of aviation in the state.\r\n(H) To enable the exchange of ideas, information and experience between various aviation\r\nuser groups.\r\n(I) To provide outreach to user groups and the public about relevant aviation issues and\r\ninitiatives.\r\n(J) To take all other appropriate action in furtherance of such purposes; and consistent\r\nwith the above, to exercise all powers available to nonprofit corporations.\r\n(K) To act as a resource for:\r\na. Major planning initiatives within Washington State, and\r\nb. Aviation issues affecting Washington State.\r\nARTICLE 2. OFFICES:\r\nThe principal office of the Alliance shall be at a location within the state of Washington as\r\ndetermined by the Board of Directors (the “Board”). The Board shall make reasonable efforts to\r\ndesignate an office location in the Puget Sound area. The Alliance may have other such offices, either\r\nwithin or without the state of Washington, as the Board may determine or the affairs of the Alliance\r\nmay require.\r\nThe Alliance shall have and continuously maintain in the state of Washington a registered office\r\nand a registered agent whose office is identical with such registered office, as required by the\r\nWashington Nonprofit Corporation Act. The registered office may be, but need not be, identical with the\r\nprincipal office in the state of Washington, and the address of the registered office may be changed\r\nfrom time to time as determined by the Board.\r\nARTICLE 3. MEMBERSHIP CATEGORIES:\r\nSection 3‐1. Voting Membership:\r\nVoting Membership in this Alliance may be granted to any general aviation (defined as any nonair\r\ncarrier aviation‐oriented organization or business, excluding any branch of the U. S. military)\r\norganization properly incorporated or organized within Washington state that has an active membership\r\nand an established location(s), chapter(s), or appointed representative within the state of Washington,\r\nas approved by a majority vote of the Alliance. Voting Member organizations shall appoint one Delegate\r\nfor representation on the Alliance, which Delegate shall be empowered and act as an agent for that\r\norganization (“Voting Delegate”). For those organizations, such as the Experimental Aircraft Association\r\n(EAA), that have multiple locations and/or chapters within the state without a designated statewide\r\nrepresentative, a single Delegate shall be appointed to represent all locations and/or chapters within the\r\nstate for such larger organization. Each Voting Delegate appointed to represent an organization, or\r\nmultiple locations and/or chapters of a larger organization, shall be entitled to cast only one vote when\r\nconducting official Alliance business and shall be referred to as a Voting Member. A Voting Delegate\r\nmay represent only one organization.\r\nSection 3‐2. Washington State Legislature‐enacted Organizations with an Aviation\r\nComponent:\r\nThe Washington State Legislature, via the Revised Code of Washington (RCW), has the authority\r\nto create state organizations with an aviation component. Such organizations shall be eligible for Voting\r\nMembership in the Alliance and include, but are not limited to, the Washington State Department of\r\nTransportation (WSDOT) Aviation Division [Chapter 47.68 RCW], and the Washington Public Ports\r\nAssociation (WPPA) [Chapter 53.06 RCW].\r\nThe WSDOT Aviation Division shall be a Voting Member of the Alliance and its director shall be\r\nthe designated Voting Delegate. This Voting Membership status shall continue to exist so long as WSDOT\r\nAviation owns or operates airports and to the extent that compliance with state ethics laws may require\r\nthe director’s abstention from voting from time to time.\r\nThe WPPA shall be a Voting Member of the Alliance and the Chair of the WPPA Aviation\r\nCommittee shall be the preferred designated Voting Delegate. This Voting Membership status shall\r\ncontinue to exist so long as WPPA members own or operate airports and to the extent that compliance\r\nwith state ethics laws may require the Voting Delegate’s abstention from voting from time to time.\r\nSection 3‐3. Non‐Voting Membership:\r\nGeneral aviation organizations that do not have an established location within Washington\r\nstate, do not have a single Chapter that represents its membership on a statewide basis, or which\r\notherwise do not meet the criteria for Voting Membership set forth above, may be granted a Non‐\r\nVoting Membership by a majority vote of the Alliance. Examples of such organizations shall include, but\r\nnot be limited to, Aircraft Owners and Pilots Association (AOPA), National Business Aircraft Association\r\n(NBAA), Alliance for Aviation Across America (AAAA), and the Civil Air Patrol (CAP). Such Non‐Voting\r\nMember organizations shall appoint one Delegate for representation on the Alliance, which Delegate\r\nshall be empowered and act as an agent for that organization, but shall not have voting privileges (“Non‐\r\nVoting Delegate”). Each Non‐Voting Delegate shall be referred to as a Non‐Voting Member. A Non‐\r\nVoting Delegate may represent only one organization.\r\nSection 3‐4. Associate Membership:\r\nAssociate Membership is Non‐Voting Membership and may include, but is not limited to,\r\naviation‐oriented organizations or businesses, aviation consultants, aviation educational entities, air\r\nmuseums, and higher education institutions that offer degree programs in aviation‐related fields of\r\nstudy and students. Associate Member organizations shall appoint one Delegate for representation on\r\nthe Alliance, which Delegate shall be empowered and act as an agent for that organization, but shall not\r\nhave voting privileges (“Non‐Voting Associate Delegate”). Each Non‐Voting Associate Delegate shall be\r\nreferred to as a Non‐Voting Associate Member. A Non‐Voting Associate Delegate may represent only\r\none organization.\r\nSection 3‐5. Interested Persons:\r\nAll interested persons are welcome to attend meetings of the Alliance and the Board.\r\nARTICLE 4. LEGISLATIVE AND POLICY POSITIONS:\r\nThe Alliance may take positions on various legislative matters or policy issues and may attempt\r\nto further the interest of aviation and aviation safety in the state of Washington by supporting or\r\nopposing legislative issues as the Alliance may determine to be appropriate and in the best interests of\r\nthe aviation industry. Board actions on legislative matters and local or state policy issues shall be taken\r\nand articulated only upon a unanimous vote of a quorum of Voting Members present at an Alliance\r\nmeeting. The Alliance may also educate the public and elected officials on such legislative matters and\r\npolicy issues.\r\nARTICLE 5. DUES AND FEES:\r\nEach class of membership, as defined in Article 3 and specifically excluding the Interested\r\nPersons class, shall pay annual dues in the amount established by the Board of Directors. Voting\r\nMembers who are not current with payment of annual dues shall not be allowed to cast an official vote.\r\nAny increase or decrease in the annual dues must be approved by a majority vote of the then eligible\r\nVoting Members.\r\nARTICLE 6. MEETINGS:\r\nSection 6‐1. Regular Meetings of the Board of Directors:\r\nThe Board of Directors shall meet at least quarterly each calendar year.\r\nSection 6‐2. Regular Meetings of the Alliance:\r\nAn Annual Meeting of the Alliance shall be deemed as such and held in the first quarter of each\r\nyear.\r\nSection 6‐3. Special Meetings:\r\nSpecial meetings of the Board of Directors may be called by or at the request of the President,\r\nthe Secretary, or a majority of the Board of Directors.\r\nSpecial meetings of the Alliance may be called by or at the request of the President, the\r\nSecretary, or a majority of the Voting Delegates.\r\nSection 6‐4. Meetings via Telephone Conference:\r\nAny regular or special meeting of either the Board of Directors or of the Alliance may be held by\r\nmeans of conference telephone or similar communications equipment during which all persons\r\nparticipating in the meeting can hear each other. Participation in such a meeting shall constitute\r\npresence in person at the meeting.\r\nSection 6‐5. Notice of Regular Meetings:\r\nThe Board of Directors shall be given at least fourteen (14) days’ notice (electronically or via\r\nmail) of any regular Board meeting.\r\nDelegates shall be given at least thirty (30) days’ notice (electronically or via mail) of any regular\r\nAlliance meeting.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any regular meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\nSection 6‐6. Notice of Special Meetings:\r\nNotice of any special meeting shall be given at least five (5) days prior to such meeting by\r\nwritten notice delivered personally, electronically, or by mail to each Delegate.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any special meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\nSection 6‐7. Quorum for Board of Directors Meetings:\r\nA majority of the Board of Directors, in attendance either in person or via teleconference, shall\r\nconstitute a quorum for the transaction of business at any Board of Directors meeting. If less than a\r\nquorum is present at any such meeting, no action will be taken and the planned meeting will be\r\nconsidered to have not taken place.\r\nSection 6‐8. Quorum for Alliance Meetings:\r\nNot less than one‐third of the Voting Membership, in attendance either in person or via\r\nteleconference, shall constitute a quorum for the transaction of business at any membership meeting of\r\nthe Alliance. If less than a quorum is present at any such meeting, no action will be taken and the\r\nplanned meeting will be considered to have not taken place.\r\nSection 6‐9. Conduct of Meetings:\r\nAll meetings will be conducted in accordance with Robert’s Rules of Order Newly Revised. A\r\nwritten record of all meetings and all actions taken within a meeting shall be created and maintained.\r\nThe Officers of the Alliance shall have such authority and perform such duties as may be\r\nprovided for in these Bylaws or as prescribed in Robert\'s Rules of Order Newly Revised or as may be set\r\nforth in policy statements.\r\nARTICLE 7. THE ALLIANCE:\r\nSection 7‐1. General Powers of the Alliance and the Board of Directors:\r\nThe Alliance shall be composed of member organizations, designated as Voting Members and\r\nNon‐Voting Members. Only authorized Voting Delegates and the Board of Directors shall have the\r\npower to cast votes when conducting the official business of the Alliance.\r\nThe ongoing affairs of the Alliance shall be managed by a Board of Directors. The Officers of the\r\nAlliance (see Article 8) and the Immediate Past President shall constitute the Board of Directors. The\r\nBoard shall at all times act in the best interests of the Alliance, adopting such rules and regulations for\r\nthe conduct of their meetings and otherwise managing the Alliance as they may deem proper. While the\r\nBoard may offer amendments to these Bylaws to the Alliance for approval, they shall not adopt rules or\r\nperform acts which are inconsistent with these Bylaws and the laws of the state of Washington.\r\nSection 7‐2. Voting:\r\nThe act of a majority of the Voting Delegates and the Board of Directors present at a meeting at\r\nwhich a quorum is present shall be the act of the Alliance except as may be otherwise provided by these\r\nBylaws, the Articles of Incorporation, or applicable law. Vote may be by proxy, in which case such\r\nproxies shall be counted in the determination of a quorum. No Voting Delegate or Board Member may\r\nhold more than one proxy. In the event of a meeting by remote teleconference, Voting Delegates and\r\nBoard Members may vote by voice or electronically via email.\r\nSection 7‐3. Removal:\r\nAny Member may be removed, with cause, by a majority vote of the Voting Membership.\r\nAppeal of such removal may be initiated with written notice by the removed Member to the Alliance\r\nPresident within thirty (30) days of the effective date of removal. Any appeal of removal by a Voting or\r\nNon‐Voting Member shall be taken to the remaining Voting Members of the Alliance for final resolution.\r\nSection 7‐4. Vacancies:\r\nAny vacancy occurring in a Delegate\'s position representing a member organization shall be\r\nfilled by an appointment from the membership organization.\r\nSection 7‐5. Presumption of Assent:\r\nA Voting Delegate of a member organization who is present at a meeting of the Alliance shall be\r\npresumed to have assented to all actions taken at that meeting unless the Voting Delegate\'s dissent\r\nshall be entered in the minutes of the meeting or unless the Voting Delegate shall file his or her written\r\ndissent to the action with the person acting as the secretary of the meeting before adjournment of the\r\nmeeting. Such right to dissent shall not apply to a Voting Delegate who voted in favor of the action.\r\nSection 7‐6. Compensation of Delegates:\r\nNo Delegate shall be entitled to receive any direct compensation for services rendered as a\r\nDelegate of the Alliance, nor shall any Delegate be entitled to reimbursement by the Alliance for any\r\nexpense incurred resulting from his or her services to the Alliance unless specifically authorized by the\r\nAlliance President. No Delegate shall be prevented from receiving a salary by reason of the fact that the\r\nDelegate is an employee of the Alliance.\r\nARTICLE 8. OFFICERS:\r\nSection 8‐1. Number:\r\nThe Officers of the Alliance shall be selected from Voting Member organizations and shall\r\nconsist of a President, a Vice‐President, a Secretary, and a Treasurer. Each Officer shall be elected by the\r\nAlliance Voting Members in good standing and current with their annual dues. Such other Officers,\r\nrepresentatives, and/or agents as may be necessary may be elected, appointed, employed, or\r\ncontracted by the Alliance. No one individual may hold more than one office. The number of Officers\r\nmay not be changed so as to be inconsistent or disallowed under the applicable laws of the State of\r\nWashington designating the minimum required number of Directors.\r\nSection 8‐2. Election and Term of Office:\r\nOfficers shall be elected by the affirmative vote of a majority of the Voting Members of the\r\nAlliance at the Annual Meeting of the Alliance. The term of office shall be one (1) year. If the election of\r\nOfficers is not held at such meeting, such election shall be held as soon thereafter as may be convenient.\r\nEach Officer shall hold office until his or her successor shall have been duly elected, or until the Officer\'s\r\ndeath, or until he or she shall resign, or shall have been removed in the manner provided in these\r\nBylaws.\r\nSection 8‐3. Removal:\r\nAny Officer, representative, or agent may be removed, with or without cause, by a majority vote\r\nof the Voting Membership.\r\nSection 8‐4. Vacancies:\r\nA vacancy in any office because of death, resignation, removal, disqualification or otherwise\r\nmay be filled by the President for the unexpired portion of the term.\r\nSection 8‐5. President:\r\nThe President shall be the principal Executive Officer of the Alliance and, subject to the control\r\nof the Alliance, shall administer all of the business and affairs of the Alliance. The President shall, when\r\npresent, preside at all meetings of the Alliance. The President may sign, with the Secretary or any proper\r\nOfficer of the Alliance, any deeds, mortgages, bonds, contracts, or other instruments which the Alliance\r\nhas authorized to be executed, except in cases where the signing and execution of any of the same shall\r\nbe expressly delegated by the Alliance or by these Bylaws to some other Officer, representative, or\r\nagent of the Alliance, or shall be required by law to be otherwise signed or executed. The President shall\r\nhave authority to establish such committees and delegate authority whenever such delegation is not\r\ninconsistent with these Bylaws, the Articles of Incorporation or specific charge of the Alliance. The\r\nPresident shall, in general, perform all duties incident to the office of President and such other duties as\r\nmay be prescribed by the Alliance from time to time.\r\nSection 8‐6. Vice‐President:\r\nIn the absence of the President or in the event of the President\'s death, inability or refusal to\r\nact, the Vice‐President shall perform the duties of the President, and when so acting, shall have all the\r\npowers of and be subject to all the restrictions upon the President. Any Vice ‐President shall perform\r\nsuch other duties as from time to time may be assigned to him or her by the President or by the\r\nAlliance.\r\nSection 8‐7. Secretary:\r\nThe Secretary shall: (a) keep the minutes of the proceedings of the Members and of the Alliance\r\nin one or more books provided for that purpose and distribute the minutes of all meetings to the\r\nmembers; (b) see that all notices are duly given in accordance with the provisions of their Bylaws or as\r\nrequired by law; (c) be custodian of the Alliance records (custody may be designated by the Secretary to\r\nsuch agents as the Secretary may determine); (d) keep a register of the mailing address of each Delegate\r\nwhich shall be furnished to the secretary by such Delegate; (e) have general charge of the documents of\r\nthe Alliance; and (f) in general perform all duties incident to the office of Secretary and such other duties\r\nas from time to time may be assigned to him or her by the President or by the Alliance.\r\nSection 8‐8. Treasurer:\r\nThe Treasurer shall: (a) have charge and custody of and be responsible for all funds and\r\nsecurities of the Alliance; (b) receive and give receipts for moneys due and payable to the Alliance from\r\nany source whatsoever, and deposit all such moneys in the name of the Alliance in such banks, trust\r\ncompanies or other depositories as shall be selected in accordance with the provisions of these Bylaws;\r\n(c) develop and assist the Officers in monitoring the Alliance’s budget; and (d) in general perform all of\r\nthe duties of the Office of Treasurer and such other duties as from time to time may be assigned to him\r\nor her by the President or by the Alliance. If required by the Alliance, the Treasurer shall give a bond for\r\nthe faithful discharge of his or her duties in such sum and with such surety or sureties as the Alliance\r\nshall determine.\r\nSection 8‐9. Honorary and Other Officers:\r\nThe Alliance may appoint such honorary Officers or officials, with or without duties, as the\r\nAlliance may deem proper.\r\nSection 8‐10. Compensation of Officers:\r\nOfficers shall receive no salary or compensation for his or her services, but shall be reimbursed\r\nfor any authorized expense actually incurred for or on account of the Alliance by such Officer. Nothing\r\nshall preclude an Officer from serving the Alliance in another capacity and receiving compensation for\r\nthese services.\r\nARTICLE 9. COMMITTEES:\r\nSection 9‐1. Committees:\r\nThe Alliance may designate and appoint one or more committees. Such committees shall have\r\nand exercise the authority of the Alliance in the management of the Alliance; provided, however, that\r\nno such committee shall have the authority of the Alliance in reference to amending, altering or\r\nrepealing the Bylaws; electing, appointing or removing any Officer or Delegate of the Alliance; amending\r\nthe Articles of Incorporation; adopting a plan of merger or adopting a plan of consolidation with another\r\ncorporation; authorizing the sale, lease, exchange or mortgage of all or substantially all of the property\r\nand assets of the Alliance; authorizing the voluntary dissolution of the Alliance or revoking proceedings\r\ntherefore, adopting a plan for the distribution of the assets of the Alliance; or amending, altering or\r\nrepealing any resolution of the Alliance which by its terms provides that it shall not be amended, altered\r\nor repealed by such committee. The designation and appointment of any such committee and the\r\ndelegation thereto of authority shall not operate to relieve the Alliance, or any individual Delegate, of\r\nany responsibility imposed upon it or him or her by law. The Chair of each committee shall be\r\nauthorized to appoint members to such committee the he or she deems best suited to further the\r\npurposes of the Alliance. Such committee members may be Delegates or other persons at large. Such\r\nmembers may also be removed from the committee by its Chair.\r\nSection 9‐2. Term of Office:\r\nEach Chair of a committee shall be appointed by the President of the Alliance from a Voting\r\nMember organization. Each Chair shall serve until a successor is appointed, unless the committee shall\r\nbe sooner terminated, or unless such Chair is removed from the committee by the President of the\r\nAlliance, or unless such Chair shall cease to qualify as such.\r\nARTICLE 10. BUSINESS MATTERS\r\nSection 10‐1. Filings:\r\nAll filings except Articles of Incorporation shall be signed by the President or Vice‐President and\r\nthe Secretary.\r\nSection 10‐2. Contracts:\r\nThe Alliance may authorize any Officer or Officers, representative or representatives, agent or\r\nagents, to enter into any contract or execute and deliver any instrument in the name of and on behalf of\r\nthe Alliance, and such authority may be general or confined to specific instances.\r\nSection 10‐3. Loans:\r\nNo loans shall be contracted on behalf of the Alliance and no evidence of indebtedness shall be\r\nissued in its name unless authorized by a resolution of the Alliance. Such authority may be general or\r\nconfined to specified instances.\r\nSection 10‐4. Checks, Drafts, etc.:\r\nAll checks, drafts or other orders for the payment of money notes or other evidences of\r\nindebtedness issued in the name of the Alliance shall be signed by such Officer or Officers,\r\nrepresentative or representatives, agent or agents of the Alliance and in such manner as shall from time\r\nto time be determined by resolution of the Alliance.\r\nSection 10‐5. Deposits:\r\nAll funds of the Alliance not otherwise employed shall be deposited from time to time to the\r\ncredit of the Alliance in such banks, trust companies or other depositories as the Alliance may select.\r\nSection 10‐6. Budget:\r\nThe Alliance may direct the creation of annual budget for the purpose of addressing the financial\r\nneeds of the organization. Any such budget shall account for all dues and fees revenues generated by\r\nthe Alliance membership and activities as well all anticipated expenses and disbursements. Any such\r\nannual budget shall be subject to approval by the Board and its operating performance shall be the\r\nresponsibility of the Treasurer.\r\nSection 10‐7. Facsimile Signatures:\r\nContracts and agreements of the Alliance, and endorsements, renewals and amendments of the\r\nsame may be authenticated by facsimile or by electronic signature as allowed by Washington Law, of the\r\nsignature of a duly authorized Officer of the applicable corporation in lieu of a signature of such Officer.\r\nIn the event of such authentication by facsimile or electronic signature, such contract or agreement shall\r\nbe valid only if countersigned by an agent of the applicable corporation authorized to execute such type\r\nof contract or agreement. The validity of any such contract or agreement shall not be affected in the\r\nevent that the delivery of such document occurs after the Officer whose signature appears by facsimile\r\nor electronic signature is no longer serving as an Officer of the applicable corporation by reason of death\r\nor any other cause.\r\n\r\nARTICLE 11. WAIVER OF NOTICE:\r\nWhenever any notice is required to be given to any Delegate of the Alliance under the provision\r\nof these Bylaws, under the provisions of the Articles of Incorporation or under the provisions of the\r\nWashington Nonprofit Corporation Act, a waiver of the notice in writing, signed by the person or\r\npersons entitled to the notice, whether before or after the time stated in the notice, shall be deemed\r\nequivalent to the giving of the notice.\r\nARTICLE 12. INDEMNIFICATION:\r\nSection 12‐1. Indemnification:\r\nThe Alliance shall indemnify to the fullest extent permitted by the Washington Nonprofit\r\nCorporation Act any person who has been made, or threatened to be made, a party to an action, suit or\r\nproceeding, whether civil, criminal, administrative, investigative or otherwise (including an action, suit\r\nor proceeding by or in the right of the Alliance) an whether the action is threatened, pending, or\r\ncompleted, by reason of the fact that the person is or was a Delegate, agent, representative, or Officer\r\nof the Alliance, or a fiduciary within the meaning of the Employee Retirement Income Security Act of\r\n1974 with respect to any employee benefit plan of the Alliance, or serves or served at the request of the\r\nAlliance as an Officer, representative, agent or Delegate, or as a fiduciary of any employee benefit plan,\r\nof another corporation, partnership, joint venture, trust or other enterprise. The right to and the\r\namount of indemnification shall be determined in accordance with the provisions of the Washington\r\nNonprofit Corporation Act in effect at the time of the determination.\r\nSection 12‐2. Good Faith:\r\nFor purposes of determining the right to any indemnification under this article XII, the\r\ntermination of any action, suit or proceeding by judgment, order, settlement, conviction or upon a plea\r\nof nolo contendere or its equivalent, shall not, of itself, create a presumption that the person acted in\r\nbad faith and in a manner which he or she reasonably believed to be in or not opposed to the best\r\ninterests of the Alliance, and with respect to any criminal action or proceedings, had reasonable cause\r\nto believe that his or her conduct was unlawful.\r\nSection 12‐3. Reimbursement of Expenses:\r\nTo the fullest extent permitted by the Washington Nonprofit Corporation Act, the Alliance shall\r\npay for or reimburse any and all reasonable expenses incurred by a Delegate or Officer who is a party to\r\na proceeding in advance of the final disposition of the proceeding.\r\nSection 12‐4. Rights Granted Herein not Exclusive:\r\nThe right to indemnification and to the payment or reimbursement of expenses with respect to\r\na proceeding conferred in this Article shall not be exclusive of any other rights to which any person may\r\nbe entitled or hereafter acquire under any statute, provision of the Articles of Incorporation, Bylaws,\r\naction by the Alliance or otherwise, and shall continue as to a person who has ceased to be a Delegate,\r\nOfficer, representative, or agent of the Alliance and shall inure to the benefit of the heirs, executors and\r\nadministrators of such person.\r\nARTICLE 13. CONFLICT OF INTEREST:\r\nA Delegate of the Alliance shall not be disqualified by the Delegate\'s office from contracting with\r\nthe Alliance as vendor, purchaser or otherwise; nor shall any contract or arrangement entered into by or\r\non behalf of the Alliance in which any Delegate is in any way interested be avoided on that account,\r\nprovided that such contract or arrangement shall have been approved or ratified by a majority of the\r\nAlliance without counting in such majority the Delegate so interested, although such Delegate may be\r\ncounted toward a quorum, or shall have been approved or ratified by the affirmative vote of a majority\r\nof the Delegates of the Alliance, and the interest shall have been disclosed or known to the approving or\r\nratifying Delegates.\r\nARTICLE 14. AMENDMENTS:\r\nThese Bylaws may be altered, amended, or repealed and new Bylaws adopted, by a majority\r\nvote of the Voting Membership of the Alliance attending any regular or special meeting provided that a\r\nquorum is present and providing such amendment is not inconsistent with the Articles of Incorporation\r\nor any applicable laws.\r\nARTICLE 15. DEFINITIONS:\r\nDelegate:\r\nThe designated individual appointed by member organizations for representation on the\r\nAlliance, which individual shall be empowered and act as an agent for that member organization.\r\nDelegates are classified as follows:\r\n‐ Voting Delegates\r\no A Voting Member of the Alliance per Sections 3.1 and 3.2.\r\n‐ Non‐Voting Delegates\r\no A Non‐Voting Member of the Alliance per Section 3.3.\r\n‐ Non‐Voting Associate Delegates\r\no A Non‐Voting Associate Member of the Alliance per Section 3.4.\r\nGeneral Aviation:\r\nGeneral aviation (GA) is all civilian flying except scheduled passenger airlines.\r\n(Source: AOPA: http://www.aopa.org/letsgoflying/ready/steps/whatis.html)\r\n\r\nIndemnification:\r\nTo compensate for damage or loss sustained, expense incurred, etc.\r\n(Source: Dicitionary.com: http://dictionary.reference.com/browse/indemnify)\r\nNolo contendere:\r\nA legal term (from Latin) for \"I do not wish to contend.\" It is also referred to as a plea of no\r\ncontest.\r\n(Source: Wikipedia: http://en.wikipedia.org/wiki/Nolo_contendere)\r\nProxy:\r\nThe agency, function, or power of a person authorized to act as the deputy or substitute for\r\nanother.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/proxy?s=t)\r\nQuorum:\r\nThe number of members of a group or organization required to be present to transact business\r\nlegally, usually a majority.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/quorum)\r\n\r\nARTICLE 17. LIST OF REVISIONS:\r\nThe most recent revision will be reflected by the date on the Bylaws Title Page. Amendments to\r\nthese Bylaws are marked with vertical change bar(s) in the right hand margin. Only the amendment(s)\r\nfrom the most recent revision are shown. This List of Revisions will be in reverse chronological order,\r\ni.e., the most recent Bylaws revision is listed first. The Revision Date is the date on which the revision\r\nwas approved by the Voting Membership per Article 14. Verification of approval will be reflected in the\r\nMeeting Summary for the Revision Date.\r\nRevision dated February 25, 2015:\r\nDeleted “Inc.” from the name of the Alliance. Added Article 17 – List of Revisions.','Bylaws','','inherit','open','open','','63-revision-v1','','','2015-03-15 17:59:52','2015-03-16 00:59:52','',63,'http://03c1a29.netsolhost.com/wpdev/?p=105',0,'revision','',0),(104,1,'2015-03-15 17:54:56','2015-03-16 00:54:56','<h3>BYLAWS OF THE</h3>\r\n<h2>\r\nWASHINGTON STATE\r\nAVIATION ALLIANCE\r\n(WSAA)</h2>\r\n<h3>A NONPROFIT CORPORATION\r\nRevised February 25, 2015</h3>\r\nBYLAWS OF THE WASHINGTON STATE AVIATION ALLIANCE\r\nA NONPROFIT CORPORATION\r\nTABLE OF CONTENTS PAGE\r\n1. Name and Purpose 4\r\n2. Offices 4\r\n3. Membership Categories 5\r\n3‐1. Voting Membership 5\r\n3‐2. Washington State Legislature‐enacted Organizations with an Aviation Component 5\r\n3‐3. Non‐Voting Membership 6\r\n3‐4. Associate Membership 6\r\n3‐5. Interested Persons 6\r\n4. Legislative and Policy Positions 6\r\n5. Dues and Fees 7\r\n6. Meetings 7\r\n6‐1. Regular Meetings of the Board of Directors 7\r\n6‐2. Regular Meetings of the Alliance 7\r\n6‐3. Special Meetings 7\r\n6‐4. Meetings via Telephone Conference 7\r\n6‐5. Notice of Regular Meetings 7\r\n6‐6. Notice of Special Meetings 8\r\n6‐7. Quorum for Board of Directors Meetings 8\r\n6‐8. Quorum for Alliance Meetings 8\r\n6‐9. Conduct of Meetings 8\r\n7. The Alliance 9\r\n7‐1. General Powers of the Alliance and the Board of Directors 9\r\n7‐2. Voting 9\r\n7‐3. Removal 9\r\n7‐4. Vacancies 9\r\n7‐5. Presumption of Assent 9\r\n7‐6. Compensation of Delegates 10\r\n8. Officers 10\r\n8‐1. Number 10\r\n8‐2. Election and Term of Office 10\r\n8‐3. Removal 10\r\n8‐4. Vacancies 10\r\n8‐5. President 10\r\n8‐6. Vice‐President 11\r\n8‐7. Secretary 11\r\n3 | P a g e\r\nTABLE OF CONTENTS (Cont’d) PAGE\r\n8‐8. Treasurer 11\r\n8‐9. Honorary and Other Officers 11\r\n8‐10. Compensation of Officers 12\r\n9. Committees 12\r\n9‐1. Committees 12\r\n9‐2. Term of Office 12\r\n10. Business Matters 12\r\n10‐1. Filings 12\r\n10‐2. Contracts 13\r\n10‐3. Loans 13\r\n10‐4. Checks, Drafts, etc. 13\r\n10‐5. Deposits 13\r\n10‐6. Budgets 13\r\n10‐7. Facsimile Signatures 13\r\n11. Waiver of Notice 14\r\n12. Indemnification 14\r\n1. Indemnification 14\r\n2. Good Faith 14\r\n3. Reimbursement of Expenses 14\r\n4. Rights Granted Herein Not Exclusive 14\r\n13. Conflict of Interest 15\r\n14. Amendments 15\r\n15. Definitions 15\r\n16. Approval 17\r\n17. List of Revisions 18\r\n4 | P a g e\r\nARTICLE 1. NAME AND PURPOSE:\r\nThe name of the corporation shall be the Washington State Aviation Alliance (the “Alliance”).\r\nThe Alliance Mission Statement is: The Washington State Aviation Alliance serves as a collective\r\nvoice for aviation and airport‐related organizations to protect and promote aviation in the state of\r\nWashington.\r\nThe Alliance is a nonprofit corporation under the Washington Nonprofit Corporation Act\r\n[Chapter 24.03 RCW] (the “Act”). The Alliance is organized for the purpose of promoting such common\r\ninterests of its Members as may qualify it as exempt from Federal Income Tax under Section 501(c)(6) of\r\nthe Internal Revenue Code of 1986 (the “Code”) and within such limits:\r\n(A) To advocate for aviation in the state and bring together members of various aviation\r\nassociations to represent a collective voice for common goals.\r\n(B) To promote airports as vital to our state’s economy and transportation system.\r\n(C) To encourage aviation education and training opportunities throughout the state to\r\nfoster new generations of skilled workers for aviation jobs.\r\n(D) To advocate for airport issues that are important to the state, region and communities\r\nthey serve.\r\n(E) To support aviation initiatives that bolster the state’s economy and transportation\r\nsystem.\r\n(F) To communicate with decision makers about the importance of aviation.\r\n(G) To propose initiatives and legislation that address aviation issues and promote the\r\nhealth of aviation in the state.\r\n(H) To enable the exchange of ideas, information and experience between various aviation\r\nuser groups.\r\n(I) To provide outreach to user groups and the public about relevant aviation issues and\r\ninitiatives.\r\n(J) To take all other appropriate action in furtherance of such purposes; and consistent\r\nwith the above, to exercise all powers available to nonprofit corporations.\r\n(K) To act as a resource for:\r\na. Major planning initiatives within Washington State, and\r\nb. Aviation issues affecting Washington State.\r\nARTICLE 2. OFFICES:\r\nThe principal office of the Alliance shall be at a location within the state of Washington as\r\ndetermined by the Board of Directors (the “Board”). The Board shall make reasonable efforts to\r\ndesignate an office location in the Puget Sound area. The Alliance may have other such offices, either\r\n5 | P a g e\r\nwithin or without the state of Washington, as the Board may determine or the affairs of the Alliance\r\nmay require.\r\nThe Alliance shall have and continuously maintain in the state of Washington a registered office\r\nand a registered agent whose office is identical with such registered office, as required by the\r\nWashington Nonprofit Corporation Act. The registered office may be, but need not be, identical with the\r\nprincipal office in the state of Washington, and the address of the registered office may be changed\r\nfrom time to time as determined by the Board.\r\nARTICLE 3. MEMBERSHIP CATEGORIES:\r\nSection 3‐1. Voting Membership:\r\nVoting Membership in this Alliance may be granted to any general aviation (defined as any nonair\r\ncarrier aviation‐oriented organization or business, excluding any branch of the U. S. military)\r\norganization properly incorporated or organized within Washington state that has an active membership\r\nand an established location(s), chapter(s), or appointed representative within the state of Washington,\r\nas approved by a majority vote of the Alliance. Voting Member organizations shall appoint one Delegate\r\nfor representation on the Alliance, which Delegate shall be empowered and act as an agent for that\r\norganization (“Voting Delegate”). For those organizations, such as the Experimental Aircraft Association\r\n(EAA), that have multiple locations and/or chapters within the state without a designated statewide\r\nrepresentative, a single Delegate shall be appointed to represent all locations and/or chapters within the\r\nstate for such larger organization. Each Voting Delegate appointed to represent an organization, or\r\nmultiple locations and/or chapters of a larger organization, shall be entitled to cast only one vote when\r\nconducting official Alliance business and shall be referred to as a Voting Member. A Voting Delegate\r\nmay represent only one organization.\r\nSection 3‐2. Washington State Legislature‐enacted Organizations with an Aviation\r\nComponent:\r\nThe Washington State Legislature, via the Revised Code of Washington (RCW), has the authority\r\nto create state organizations with an aviation component. Such organizations shall be eligible for Voting\r\nMembership in the Alliance and include, but are not limited to, the Washington State Department of\r\nTransportation (WSDOT) Aviation Division [Chapter 47.68 RCW], and the Washington Public Ports\r\nAssociation (WPPA) [Chapter 53.06 RCW].\r\nThe WSDOT Aviation Division shall be a Voting Member of the Alliance and its director shall be\r\nthe designated Voting Delegate. This Voting Membership status shall continue to exist so long as WSDOT\r\nAviation owns or operates airports and to the extent that compliance with state ethics laws may require\r\nthe director’s abstention from voting from time to time.\r\nThe WPPA shall be a Voting Member of the Alliance and the Chair of the WPPA Aviation\r\nCommittee shall be the preferred designated Voting Delegate. This Voting Membership status shall\r\n6 | P a g e\r\ncontinue to exist so long as WPPA members own or operate airports and to the extent that compliance\r\nwith state ethics laws may require the Voting Delegate’s abstention from voting from time to time.\r\nSection 3‐3. Non‐Voting Membership:\r\nGeneral aviation organizations that do not have an established location within Washington\r\nstate, do not have a single Chapter that represents its membership on a statewide basis, or which\r\notherwise do not meet the criteria for Voting Membership set forth above, may be granted a Non‐\r\nVoting Membership by a majority vote of the Alliance. Examples of such organizations shall include, but\r\nnot be limited to, Aircraft Owners and Pilots Association (AOPA), National Business Aircraft Association\r\n(NBAA), Alliance for Aviation Across America (AAAA), and the Civil Air Patrol (CAP). Such Non‐Voting\r\nMember organizations shall appoint one Delegate for representation on the Alliance, which Delegate\r\nshall be empowered and act as an agent for that organization, but shall not have voting privileges (“Non‐\r\nVoting Delegate”). Each Non‐Voting Delegate shall be referred to as a Non‐Voting Member. A Non‐\r\nVoting Delegate may represent only one organization.\r\nSection 3‐4. Associate Membership:\r\nAssociate Membership is Non‐Voting Membership and may include, but is not limited to,\r\naviation‐oriented organizations or businesses, aviation consultants, aviation educational entities, air\r\nmuseums, and higher education institutions that offer degree programs in aviation‐related fields of\r\nstudy and students. Associate Member organizations shall appoint one Delegate for representation on\r\nthe Alliance, which Delegate shall be empowered and act as an agent for that organization, but shall not\r\nhave voting privileges (“Non‐Voting Associate Delegate”). Each Non‐Voting Associate Delegate shall be\r\nreferred to as a Non‐Voting Associate Member. A Non‐Voting Associate Delegate may represent only\r\none organization.\r\nSection 3‐5. Interested Persons:\r\nAll interested persons are welcome to attend meetings of the Alliance and the Board.\r\nARTICLE 4. LEGISLATIVE AND POLICY POSITIONS:\r\nThe Alliance may take positions on various legislative matters or policy issues and may attempt\r\nto further the interest of aviation and aviation safety in the state of Washington by supporting or\r\nopposing legislative issues as the Alliance may determine to be appropriate and in the best interests of\r\nthe aviation industry. Board actions on legislative matters and local or state policy issues shall be taken\r\nand articulated only upon a unanimous vote of a quorum of Voting Members present at an Alliance\r\nmeeting. The Alliance may also educate the public and elected officials on such legislative matters and\r\npolicy issues.\r\n7 | P a g e\r\nARTICLE 5. DUES AND FEES:\r\nEach class of membership, as defined in Article 3 and specifically excluding the Interested\r\nPersons class, shall pay annual dues in the amount established by the Board of Directors. Voting\r\nMembers who are not current with payment of annual dues shall not be allowed to cast an official vote.\r\nAny increase or decrease in the annual dues must be approved by a majority vote of the then eligible\r\nVoting Members.\r\nARTICLE 6. MEETINGS:\r\nSection 6‐1. Regular Meetings of the Board of Directors:\r\nThe Board of Directors shall meet at least quarterly each calendar year.\r\nSection 6‐2. Regular Meetings of the Alliance:\r\nAn Annual Meeting of the Alliance shall be deemed as such and held in the first quarter of each\r\nyear.\r\nSection 6‐3. Special Meetings:\r\nSpecial meetings of the Board of Directors may be called by or at the request of the President,\r\nthe Secretary, or a majority of the Board of Directors.\r\nSpecial meetings of the Alliance may be called by or at the request of the President, the\r\nSecretary, or a majority of the Voting Delegates.\r\nSection 6‐4. Meetings via Telephone Conference:\r\nAny regular or special meeting of either the Board of Directors or of the Alliance may be held by\r\nmeans of conference telephone or similar communications equipment during which all persons\r\nparticipating in the meeting can hear each other. Participation in such a meeting shall constitute\r\npresence in person at the meeting.\r\nSection 6‐5. Notice of Regular Meetings:\r\nThe Board of Directors shall be given at least fourteen (14) days’ notice (electronically or via\r\nmail) of any regular Board meeting.\r\nDelegates shall be given at least thirty (30) days’ notice (electronically or via mail) of any regular\r\nAlliance meeting.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\n8 | P a g e\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any regular meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\nSection 6‐6. Notice of Special Meetings:\r\nNotice of any special meeting shall be given at least five (5) days prior to such meeting by\r\nwritten notice delivered personally, electronically, or by mail to each Delegate.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any special meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\nSection 6‐7. Quorum for Board of Directors Meetings:\r\nA majority of the Board of Directors, in attendance either in person or via teleconference, shall\r\nconstitute a quorum for the transaction of business at any Board of Directors meeting. If less than a\r\nquorum is present at any such meeting, no action will be taken and the planned meeting will be\r\nconsidered to have not taken place.\r\nSection 6‐8. Quorum for Alliance Meetings:\r\nNot less than one‐third of the Voting Membership, in attendance either in person or via\r\nteleconference, shall constitute a quorum for the transaction of business at any membership meeting of\r\nthe Alliance. If less than a quorum is present at any such meeting, no action will be taken and the\r\nplanned meeting will be considered to have not taken place.\r\nSection 6‐9. Conduct of Meetings:\r\nAll meetings will be conducted in accordance with Robert’s Rules of Order Newly Revised. A\r\nwritten record of all meetings and all actions taken within a meeting shall be created and maintained.\r\nThe Officers of the Alliance shall have such authority and perform such duties as may be\r\nprovided for in these Bylaws or as prescribed in Robert\'s Rules of Order Newly Revised or as may be set\r\nforth in policy statements.\r\n9 | P a g e\r\nARTICLE 7. THE ALLIANCE:\r\nSection 7‐1. General Powers of the Alliance and the Board of Directors:\r\nThe Alliance shall be composed of member organizations, designated as Voting Members and\r\nNon‐Voting Members. Only authorized Voting Delegates and the Board of Directors shall have the\r\npower to cast votes when conducting the official business of the Alliance.\r\nThe ongoing affairs of the Alliance shall be managed by a Board of Directors. The Officers of the\r\nAlliance (see Article 8) and the Immediate Past President shall constitute the Board of Directors. The\r\nBoard shall at all times act in the best interests of the Alliance, adopting such rules and regulations for\r\nthe conduct of their meetings and otherwise managing the Alliance as they may deem proper. While the\r\nBoard may offer amendments to these Bylaws to the Alliance for approval, they shall not adopt rules or\r\nperform acts which are inconsistent with these Bylaws and the laws of the state of Washington.\r\nSection 7‐2. Voting:\r\nThe act of a majority of the Voting Delegates and the Board of Directors present at a meeting at\r\nwhich a quorum is present shall be the act of the Alliance except as may be otherwise provided by these\r\nBylaws, the Articles of Incorporation, or applicable law. Vote may be by proxy, in which case such\r\nproxies shall be counted in the determination of a quorum. No Voting Delegate or Board Member may\r\nhold more than one proxy. In the event of a meeting by remote teleconference, Voting Delegates and\r\nBoard Members may vote by voice or electronically via email.\r\nSection 7‐3. Removal:\r\nAny Member may be removed, with cause, by a majority vote of the Voting Membership.\r\nAppeal of such removal may be initiated with written notice by the removed Member to the Alliance\r\nPresident within thirty (30) days of the effective date of removal. Any appeal of removal by a Voting or\r\nNon‐Voting Member shall be taken to the remaining Voting Members of the Alliance for final resolution.\r\nSection 7‐4. Vacancies:\r\nAny vacancy occurring in a Delegate\'s position representing a member organization shall be\r\nfilled by an appointment from the membership organization.\r\nSection 7‐5. Presumption of Assent:\r\nA Voting Delegate of a member organization who is present at a meeting of the Alliance shall be\r\npresumed to have assented to all actions taken at that meeting unless the Voting Delegate\'s dissent\r\nshall be entered in the minutes of the meeting or unless the Voting Delegate shall file his or her written\r\ndissent to the action with the person acting as the secretary of the meeting before adjournment of the\r\nmeeting. Such right to dissent shall not apply to a Voting Delegate who voted in favor of the action.\r\n10 | P a g e\r\nSection 7‐6. Compensation of Delegates:\r\nNo Delegate shall be entitled to receive any direct compensation for services rendered as a\r\nDelegate of the Alliance, nor shall any Delegate be entitled to reimbursement by the Alliance for any\r\nexpense incurred resulting from his or her services to the Alliance unless specifically authorized by the\r\nAlliance President. No Delegate shall be prevented from receiving a salary by reason of the fact that the\r\nDelegate is an employee of the Alliance.\r\nARTICLE 8. OFFICERS:\r\nSection 8‐1. Number:\r\nThe Officers of the Alliance shall be selected from Voting Member organizations and shall\r\nconsist of a President, a Vice‐President, a Secretary, and a Treasurer. Each Officer shall be elected by the\r\nAlliance Voting Members in good standing and current with their annual dues. Such other Officers,\r\nrepresentatives, and/or agents as may be necessary may be elected, appointed, employed, or\r\ncontracted by the Alliance. No one individual may hold more than one office. The number of Officers\r\nmay not be changed so as to be inconsistent or disallowed under the applicable laws of the State of\r\nWashington designating the minimum required number of Directors.\r\nSection 8‐2. Election and Term of Office:\r\nOfficers shall be elected by the affirmative vote of a majority of the Voting Members of the\r\nAlliance at the Annual Meeting of the Alliance. The term of office shall be one (1) year. If the election of\r\nOfficers is not held at such meeting, such election shall be held as soon thereafter as may be convenient.\r\nEach Officer shall hold office until his or her successor shall have been duly elected, or until the Officer\'s\r\ndeath, or until he or she shall resign, or shall have been removed in the manner provided in these\r\nBylaws.\r\nSection 8‐3. Removal:\r\nAny Officer, representative, or agent may be removed, with or without cause, by a majority vote\r\nof the Voting Membership.\r\nSection 8‐4. Vacancies:\r\nA vacancy in any office because of death, resignation, removal, disqualification or otherwise\r\nmay be filled by the President for the unexpired portion of the term.\r\nSection 8‐5. President:\r\nThe President shall be the principal Executive Officer of the Alliance and, subject to the control\r\nof the Alliance, shall administer all of the business and affairs of the Alliance. The President shall, when\r\npresent, preside at all meetings of the Alliance. The President may sign, with the Secretary or any proper\r\n11 | P a g e\r\nOfficer of the Alliance, any deeds, mortgages, bonds, contracts, or other instruments which the Alliance\r\nhas authorized to be executed, except in cases where the signing and execution of any of the same shall\r\nbe expressly delegated by the Alliance or by these Bylaws to some other Officer, representative, or\r\nagent of the Alliance, or shall be required by law to be otherwise signed or executed. The President shall\r\nhave authority to establish such committees and delegate authority whenever such delegation is not\r\ninconsistent with these Bylaws, the Articles of Incorporation or specific charge of the Alliance. The\r\nPresident shall, in general, perform all duties incident to the office of President and such other duties as\r\nmay be prescribed by the Alliance from time to time.\r\nSection 8‐6. Vice‐President:\r\nIn the absence of the President or in the event of the President\'s death, inability or refusal to\r\nact, the Vice‐President shall perform the duties of the President, and when so acting, shall have all the\r\npowers of and be subject to all the restrictions upon the President. Any Vice ‐President shall perform\r\nsuch other duties as from time to time may be assigned to him or her by the President or by the\r\nAlliance.\r\nSection 8‐7. Secretary:\r\nThe Secretary shall: (a) keep the minutes of the proceedings of the Members and of the Alliance\r\nin one or more books provided for that purpose and distribute the minutes of all meetings to the\r\nmembers; (b) see that all notices are duly given in accordance with the provisions of their Bylaws or as\r\nrequired by law; (c) be custodian of the Alliance records (custody may be designated by the Secretary to\r\nsuch agents as the Secretary may determine); (d) keep a register of the mailing address of each Delegate\r\nwhich shall be furnished to the secretary by such Delegate; (e) have general charge of the documents of\r\nthe Alliance; and (f) in general perform all duties incident to the office of Secretary and such other duties\r\nas from time to time may be assigned to him or her by the President or by the Alliance.\r\nSection 8‐8. Treasurer:\r\nThe Treasurer shall: (a) have charge and custody of and be responsible for all funds and\r\nsecurities of the Alliance; (b) receive and give receipts for moneys due and payable to the Alliance from\r\nany source whatsoever, and deposit all such moneys in the name of the Alliance in such banks, trust\r\ncompanies or other depositories as shall be selected in accordance with the provisions of these Bylaws;\r\n(c) develop and assist the Officers in monitoring the Alliance’s budget; and (d) in general perform all of\r\nthe duties of the Office of Treasurer and such other duties as from time to time may be assigned to him\r\nor her by the President or by the Alliance. If required by the Alliance, the Treasurer shall give a bond for\r\nthe faithful discharge of his or her duties in such sum and with such surety or sureties as the Alliance\r\nshall determine.\r\nSection 8‐9. Honorary and Other Officers:\r\nThe Alliance may appoint such honorary Officers or officials, with or without duties, as the\r\nAlliance may deem proper.\r\n12 | P a g e\r\nSection 8‐10. Compensation of Officers:\r\nOfficers shall receive no salary or compensation for his or her services, but shall be reimbursed\r\nfor any authorized expense actually incurred for or on account of the Alliance by such Officer. Nothing\r\nshall preclude an Officer from serving the Alliance in another capacity and receiving compensation for\r\nthese services.\r\nARTICLE 9. COMMITTEES:\r\nSection 9‐1. Committees:\r\nThe Alliance may designate and appoint one or more committees. Such committees shall have\r\nand exercise the authority of the Alliance in the management of the Alliance; provided, however, that\r\nno such committee shall have the authority of the Alliance in reference to amending, altering or\r\nrepealing the Bylaws; electing, appointing or removing any Officer or Delegate of the Alliance; amending\r\nthe Articles of Incorporation; adopting a plan of merger or adopting a plan of consolidation with another\r\ncorporation; authorizing the sale, lease, exchange or mortgage of all or substantially all of the property\r\nand assets of the Alliance; authorizing the voluntary dissolution of the Alliance or revoking proceedings\r\ntherefore, adopting a plan for the distribution of the assets of the Alliance; or amending, altering or\r\nrepealing any resolution of the Alliance which by its terms provides that it shall not be amended, altered\r\nor repealed by such committee. The designation and appointment of any such committee and the\r\ndelegation thereto of authority shall not operate to relieve the Alliance, or any individual Delegate, of\r\nany responsibility imposed upon it or him or her by law. The Chair of each committee shall be\r\nauthorized to appoint members to such committee the he or she deems best suited to further the\r\npurposes of the Alliance. Such committee members may be Delegates or other persons at large. Such\r\nmembers may also be removed from the committee by its Chair.\r\nSection 9‐2. Term of Office:\r\nEach Chair of a committee shall be appointed by the President of the Alliance from a Voting\r\nMember organization. Each Chair shall serve until a successor is appointed, unless the committee shall\r\nbe sooner terminated, or unless such Chair is removed from the committee by the President of the\r\nAlliance, or unless such Chair shall cease to qualify as such.\r\nARTICLE 10. BUSINESS MATTERS\r\nSection 10‐1. Filings:\r\nAll filings except Articles of Incorporation shall be signed by the President or Vice‐President and\r\nthe Secretary.\r\n13 | P a g e\r\nSection 10‐2. Contracts:\r\nThe Alliance may authorize any Officer or Officers, representative or representatives, agent or\r\nagents, to enter into any contract or execute and deliver any instrument in the name of and on behalf of\r\nthe Alliance, and such authority may be general or confined to specific instances.\r\nSection 10‐3. Loans:\r\nNo loans shall be contracted on behalf of the Alliance and no evidence of indebtedness shall be\r\nissued in its name unless authorized by a resolution of the Alliance. Such authority may be general or\r\nconfined to specified instances.\r\nSection 10‐4. Checks, Drafts, etc.:\r\nAll checks, drafts or other orders for the payment of money notes or other evidences of\r\nindebtedness issued in the name of the Alliance shall be signed by such Officer or Officers,\r\nrepresentative or representatives, agent or agents of the Alliance and in such manner as shall from time\r\nto time be determined by resolution of the Alliance.\r\nSection 10‐5. Deposits:\r\nAll funds of the Alliance not otherwise employed shall be deposited from time to time to the\r\ncredit of the Alliance in such banks, trust companies or other depositories as the Alliance may select.\r\nSection 10‐6. Budget:\r\nThe Alliance may direct the creation of annual budget for the purpose of addressing the financial\r\nneeds of the organization. Any such budget shall account for all dues and fees revenues generated by\r\nthe Alliance membership and activities as well all anticipated expenses and disbursements. Any such\r\nannual budget shall be subject to approval by the Board and its operating performance shall be the\r\nresponsibility of the Treasurer.\r\nSection 10‐7. Facsimile Signatures:\r\nContracts and agreements of the Alliance, and endorsements, renewals and amendments of the\r\nsame may be authenticated by facsimile or by electronic signature as allowed by Washington Law, of the\r\nsignature of a duly authorized Officer of the applicable corporation in lieu of a signature of such Officer.\r\nIn the event of such authentication by facsimile or electronic signature, such contract or agreement shall\r\nbe valid only if countersigned by an agent of the applicable corporation authorized to execute such type\r\nof contract or agreement. The validity of any such contract or agreement shall not be affected in the\r\nevent that the delivery of such document occurs after the Officer whose signature appears by facsimile\r\nor electronic signature is no longer serving as an Officer of the applicable corporation by reason of death\r\nor any other cause.\r\n14 | P a g e\r\nARTICLE 11. WAIVER OF NOTICE:\r\nWhenever any notice is required to be given to any Delegate of the Alliance under the provision\r\nof these Bylaws, under the provisions of the Articles of Incorporation or under the provisions of the\r\nWashington Nonprofit Corporation Act, a waiver of the notice in writing, signed by the person or\r\npersons entitled to the notice, whether before or after the time stated in the notice, shall be deemed\r\nequivalent to the giving of the notice.\r\nARTICLE 12. INDEMNIFICATION:\r\nSection 12‐1. Indemnification:\r\nThe Alliance shall indemnify to the fullest extent permitted by the Washington Nonprofit\r\nCorporation Act any person who has been made, or threatened to be made, a party to an action, suit or\r\nproceeding, whether civil, criminal, administrative, investigative or otherwise (including an action, suit\r\nor proceeding by or in the right of the Alliance) an whether the action is threatened, pending, or\r\ncompleted, by reason of the fact that the person is or was a Delegate, agent, representative, or Officer\r\nof the Alliance, or a fiduciary within the meaning of the Employee Retirement Income Security Act of\r\n1974 with respect to any employee benefit plan of the Alliance, or serves or served at the request of the\r\nAlliance as an Officer, representative, agent or Delegate, or as a fiduciary of any employee benefit plan,\r\nof another corporation, partnership, joint venture, trust or other enterprise. The right to and the\r\namount of indemnification shall be determined in accordance with the provisions of the Washington\r\nNonprofit Corporation Act in effect at the time of the determination.\r\nSection 12‐2. Good Faith:\r\nFor purposes of determining the right to any indemnification under this article XII, the\r\ntermination of any action, suit or proceeding by judgment, order, settlement, conviction or upon a plea\r\nof nolo contendere or its equivalent, shall not, of itself, create a presumption that the person acted in\r\nbad faith and in a manner which he or she reasonably believed to be in or not opposed to the best\r\ninterests of the Alliance, and with respect to any criminal action or proceedings, had reasonable cause\r\nto believe that his or her conduct was unlawful.\r\nSection 12‐3. Reimbursement of Expenses:\r\nTo the fullest extent permitted by the Washington Nonprofit Corporation Act, the Alliance shall\r\npay for or reimburse any and all reasonable expenses incurred by a Delegate or Officer who is a party to\r\na proceeding in advance of the final disposition of the proceeding.\r\nSection 12‐4. Rights Granted Herein not Exclusive:\r\nThe right to indemnification and to the payment or reimbursement of expenses with respect to\r\na proceeding conferred in this Article shall not be exclusive of any other rights to which any person may\r\n15 | P a g e\r\nbe entitled or hereafter acquire under any statute, provision of the Articles of Incorporation, Bylaws,\r\naction by the Alliance or otherwise, and shall continue as to a person who has ceased to be a Delegate,\r\nOfficer, representative, or agent of the Alliance and shall inure to the benefit of the heirs, executors and\r\nadministrators of such person.\r\nARTICLE 13. CONFLICT OF INTEREST:\r\nA Delegate of the Alliance shall not be disqualified by the Delegate\'s office from contracting with\r\nthe Alliance as vendor, purchaser or otherwise; nor shall any contract or arrangement entered into by or\r\non behalf of the Alliance in which any Delegate is in any way interested be avoided on that account,\r\nprovided that such contract or arrangement shall have been approved or ratified by a majority of the\r\nAlliance without counting in such majority the Delegate so interested, although such Delegate may be\r\ncounted toward a quorum, or shall have been approved or ratified by the affirmative vote of a majority\r\nof the Delegates of the Alliance, and the interest shall have been disclosed or known to the approving or\r\nratifying Delegates.\r\nARTICLE 14. AMENDMENTS:\r\nThese Bylaws may be altered, amended, or repealed and new Bylaws adopted, by a majority\r\nvote of the Voting Membership of the Alliance attending any regular or special meeting provided that a\r\nquorum is present and providing such amendment is not inconsistent with the Articles of Incorporation\r\nor any applicable laws.\r\nARTICLE 15. DEFINITIONS:\r\nDelegate:\r\nThe designated individual appointed by member organizations for representation on the\r\nAlliance, which individual shall be empowered and act as an agent for that member organization.\r\nDelegates are classified as follows:\r\n‐ Voting Delegates\r\no A Voting Member of the Alliance per Sections 3.1 and 3.2.\r\n‐ Non‐Voting Delegates\r\no A Non‐Voting Member of the Alliance per Section 3.3.\r\n‐ Non‐Voting Associate Delegates\r\no A Non‐Voting Associate Member of the Alliance per Section 3.4.\r\nGeneral Aviation:\r\nGeneral aviation (GA) is all civilian flying except scheduled passenger airlines.\r\n(Source: AOPA: http://www.aopa.org/letsgoflying/ready/steps/whatis.html)\r\n16 | P a g e\r\nIndemnification:\r\nTo compensate for damage or loss sustained, expense incurred, etc.\r\n(Source: Dicitionary.com: http://dictionary.reference.com/browse/indemnify)\r\nNolo contendere:\r\nA legal term (from Latin) for \"I do not wish to contend.\" It is also referred to as a plea of no\r\ncontest.\r\n(Source: Wikipedia: http://en.wikipedia.org/wiki/Nolo_contendere)\r\nProxy:\r\nThe agency, function, or power of a person authorized to act as the deputy or substitute for\r\nanother.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/proxy?s=t)\r\nQuorum:\r\nThe number of members of a group or organization required to be present to transact business\r\nlegally, usually a majority.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/quorum)\r\n17 | P a g e\r\n18 | P a g e\r\nARTICLE 17. LIST OF REVISIONS:\r\nThe most recent revision will be reflected by the date on the Bylaws Title Page. Amendments to\r\nthese Bylaws are marked with vertical change bar(s) in the right hand margin. Only the amendment(s)\r\nfrom the most recent revision are shown. This List of Revisions will be in reverse chronological order,\r\ni.e., the most recent Bylaws revision is listed first. The Revision Date is the date on which the revision\r\nwas approved by the Voting Membership per Article 14. Verification of approval will be reflected in the\r\nMeeting Summary for the Revision Date.\r\nRevision dated February 25, 2015:\r\nDeleted “Inc.” from the name of the Alliance. Added Article 17 – List of Revisions.','Bylaws','','inherit','open','open','','63-revision-v1','','','2015-03-15 17:54:56','2015-03-16 00:54:56','',63,'http://03c1a29.netsolhost.com/wpdev/?p=104',0,'revision','',0),(106,1,'2015-03-15 18:16:17','2015-03-16 01:16:17','<h4 style=\"text-align: center;\">WSDOT Aviation Division serves in partnership with the Washington State Aviation Alliance Steering Committee</h4>\n<h3 style=\"text-align: center;\">Washington State Aviation Alliance (WSAA) White Paper</h3>\nAviation in Washington state contributes significantly to its economy, transportation system and\nquality of life. Airports, pilot and aircraft organizations and various different user groups have\nextensive interests in aviation including general aviation, commercial aviation, aerospace, aircraft\nmanufacturing and aviation safety. The statewide aviation system is crucial to its emergency and\ndisaster response efforts and enables a steady flow of commerce and tourism to many of its\ncommunities. In 2012, the Washington State Department of Transportation’s (WSDOT) Aviation\nEconomic Impact Study revealed that airports <strong>support 248,500 jobs, and generate nearly $51</strong>\n<strong> billion in economic output.<sup>i</sup></strong>\n\nThere is little question that the general aviation industry is facing serious challenges in today\'s\neconomic climate, a situation that may become worse depending on actions taken to balance\nbudgets and reduce spending. Many proposed actions could result in further adverse impacts to an\nalready depressed industry. While we in the industry recognize the importance of general aviation\nto the transportation system and its value to local and national economies, many do not have that\ninformation or share our view – which makes it important that we find ways to protect the industry\nand, where possible, promote its growth.\n\nA number of organizations have been created nationally to address these issues. And there is\nrecognition of a need for those of us in Washington’s aviation community to join forces in a\nsimilar way in an effort to protect and promote general aviation interests in the state. For this\nreason a small group of representatives from several aviation organizations met and developed\nplans for an organization that will serve that purpose.\n\nThis organization will be titled the Washington State Aviation Alliance (WSAA) and will be\ncreated as a 501(c)(6) nonprofit corporation. Purposes as stated in the adopted bylaws are:\n<ol type=\"A\">\n <li>To advocate for aviation in the state and bring together members of various aviation\nassociations to represent a collective voice for common goals.</li>\n <li>To promote airports as vital to our state’s economy and transportation system.</li>\n <li>To encourage aviation education and training opportunities throughout the state to\nfoster new generations of skilled workers for aviation jobs.</li>\n <li>To advocate for airport issues that are important to the state, region and\ncommunities they serve.</li>\n <li>To support aviation initiatives that bolster the state’s economy and transportation\nsystem.</li>\n <li>To communicate with decision makers about the importance of aviation.</li>\n <li>To propose initiatives and legislation that address aviation issues and promote the\nhealth of aviation in the state.</li>\n <li>To enable the exchange of ideas, information and experience between various\naviation user groups.</li>\n <li>To provide outreach to user groups and the public about relevant aviation issues and\ninitiatives.</li>\n <li>To take all other appropriate action in furtherance of such purposes; and consistent\nwith the above, to exercise all powers available to nonprofit corporations.</li>\n <li>To act as a resource for:\n<ol type=\"a\">\n <li>Major planning initiatives within Washington State, and</li>\n <li>Aviation issues affecting Washington State.</li>\n</ol>\n</li>\n</ol>\nThe WSAA mission statement is: The Washington State Aviation Alliance serves as a collective\nvoice for aviation and airport-related organizations to protect and promote aviation in the state of\nWashington.\n\nMembership in the alliance will consist of aviation organizations properly incorporated or\norganized in Washington state under four categories:\n\n1. Voting Members are general aviation organizations properly incorporated or organized\nwithin Washington state that have an active membership and an established location(s),\nchapter(s), or appointed representative within the state of Washington, as approved by a\nmajority vote of the Alliance;\n\n2. Additional Voting Membership is granted to those Washington State Legislature-enacted\nOrganizations with an Aviation Component, including but not limited to the Washington\nState Department of Transportation (WSDOT) Aviation Division and the Washington\nPublic Ports Association (WPPA). The WSDOT Aviation Division director and the WPPA\nAviation Committee Chair are the preferred Voting Members, respectively, to the Alliance\nso long as WSDOT Aviation and/or WPPA members own or operate airports and to the\nextent that compliance with state ethics laws may require abstention from voting from time\nto time;\n\n3. Non-Voting Members are general aviation organizations that do not have an established\nlocation within Washington state, do not have a single Chapter that represents its\nmembership on a statewide basis, or which otherwise do not meet the criteria for Voting\nMembership, and are granted a Non-Voting Membership by a majority vote of the\nAlliance; and\n\n4. Associate Membership is Non-Voting Membership and may include, but is not limited to,\naviation-oriented organizations or businesses, aviation consultants, aviation educational\nentities, air museums, and higher education institutions that offer degree programs in\naviation-related fields of study and students.\n<supi WSDOT, “Aviation Economic Impact Study,” Executive Summary, 2012, p. iii','White Paper','','inherit','open','open','','65-autosave-v1','','','2015-03-15 18:16:17','2015-03-16 01:16:17','',65,'http://03c1a29.netsolhost.com/wpdev/?p=106',0,'revision','',0),(107,1,'2015-03-15 18:02:55','2015-03-16 01:02:55','<h4 style=\"text-align: center;\">WSDOT Aviation Division serves in partnership with the Washington State Aviation Alliance Steering Committee</h4>\r\n<h3 style=\"text-align: center;\">Washington State Aviation Alliance (WSAA) White Paper</h3>\r\nAviation in Washington state contributes significantly to its economy, transportation system and\r\nquality of life. Airports, pilot and aircraft organizations and various different user groups have\r\nextensive interests in aviation including general aviation, commercial aviation, aerospace, aircraft\r\nmanufacturing and aviation safety. The statewide aviation system is crucial to its emergency and\r\ndisaster response efforts and enables a steady flow of commerce and tourism to many of its\r\ncommunities. In 2012, the Washington State Department of Transportation’s (WSDOT) Aviation\r\nEconomic Impact Study revealed that airports support 248,500 jobs, and generate nearly $51\r\nbillion in economic output.i\r\nThere is little question that the general aviation industry is facing serious challenges in today\'s\r\neconomic climate, a situation that may become worse depending on actions taken to balance\r\nbudgets and reduce spending. Many proposed actions could result in further adverse impacts to an\r\nalready depressed industry. While we in the industry recognize the importance of general aviation\r\nto the transportation system and its value to local and national economies, many do not have that\r\ninformation or share our view – which makes it important that we find ways to protect the industry\r\nand, where possible, promote its growth.\r\nA number of organizations have been created nationally to address these issues. And there is\r\nrecognition of a need for those of us in Washington’s aviation community to join forces in a\r\nsimilar way in an effort to protect and promote general aviation interests in the state. For this\r\nreason a small group of representatives from several aviation organizations met and developed\r\nplans for an organization that will serve that purpose.\r\nThis organization will be titled the Washington State Aviation Alliance (WSAA) and will be\r\ncreated as a 501(c)(6) nonprofit corporation. Purposes as stated in the adopted bylaws are:\r\n(A) To advocate for aviation in the state and bring together members of various aviation\r\nassociations to represent a collective voice for common goals.\r\n(B) To promote airports as vital to our state’s economy and transportation system.\r\n(C) To encourage aviation education and training opportunities throughout the state to\r\nfoster new generations of skilled workers for aviation jobs.\r\n(D) To advocate for airport issues that are important to the state, region and\r\ncommunities they serve.\r\n(E) To support aviation initiatives that bolster the state’s economy and transportation\r\nsystem.\r\n(F) To communicate with decision makers about the importance of aviation.\r\n(G) To propose initiatives and legislation that address aviation issues and promote the\r\nhealth of aviation in the state.\r\n(H) To enable the exchange of ideas, information and experience between various\r\naviation user groups.\r\n(I) To provide outreach to user groups and the public about relevant aviation issues and\r\ninitiatives.\r\n(J) To take all other appropriate action in furtherance of such purposes; and consistent\r\nwith the above, to exercise all powers available to nonprofit corporations.\r\n(K) To act as a resource for:\r\na. Major planning initiatives within Washington State, and\r\nb. Aviation issues affecting Washington State.\r\nThe WSAA mission statement is: The Washington State Aviation Alliance serves as a collective\r\nvoice for aviation and airport-related organizations to protect and promote aviation in the state of\r\nWashington.\r\nMembership in the alliance will consist of aviation organizations properly incorporated or\r\norganized in Washington state under four categories:\r\n1. Voting Members are general aviation organizations properly incorporated or organized\r\nwithin Washington state that have an active membership and an established location(s),\r\nchapter(s), or appointed representative within the state of Washington, as approved by a\r\nmajority vote of the Alliance;\r\n2. Additional Voting Membership is granted to those Washington State Legislature-enacted\r\nOrganizations with an Aviation Component, including but not limited to the Washington\r\nState Department of Transportation (WSDOT) Aviation Division and the Washington\r\nPublic Ports Association (WPPA). The WSDOT Aviation Division director and the WPPA\r\nAviation Committee Chair are the preferred Voting Members, respectively, to the Alliance\r\nso long as WSDOT Aviation and/or WPPA members own or operate airports and to the\r\nextent that compliance with state ethics laws may require abstention from voting from time\r\nto time;\r\n3. Non-Voting Members are general aviation organizations that do not have an established\r\nlocation within Washington state, do not have a single Chapter that represents its\r\nmembership on a statewide basis, or which otherwise do not meet the criteria for Voting\r\nMembership, and are granted a Non-Voting Membership by a majority vote of the\r\nAlliance; and\r\n4. Associate Membership is Non-Voting Membership and may include, but is not limited to,\r\naviation-oriented organizations or businesses, aviation consultants, aviation educational\r\nentities, air museums, and higher education institutions that offer degree programs in\r\naviation-related fields of study and students.\r\ni WSDOT, “Aviation Economic Impact Study,” Executive Summary, 2012, p. iii','White Paper','','inherit','open','open','','65-revision-v1','','','2015-03-15 18:02:55','2015-03-16 01:02:55','',65,'http://03c1a29.netsolhost.com/wpdev/?p=107',0,'revision','',0),(108,1,'2015-03-15 18:05:43','2015-03-16 01:05:43','<h4 style=\"text-align: center;\">WSDOT Aviation Division serves in partnership with the Washington State Aviation Alliance Steering Committee</h4>\r\n<h3 style=\"text-align: center;\">Washington State Aviation Alliance (WSAA) White Paper</h3>\r\nAviation in Washington state contributes significantly to its economy, transportation system and\r\nquality of life. Airports, pilot and aircraft organizations and various different user groups have\r\nextensive interests in aviation including general aviation, commercial aviation, aerospace, aircraft\r\nmanufacturing and aviation safety. The statewide aviation system is crucial to its emergency and\r\ndisaster response efforts and enables a steady flow of commerce and tourism to many of its\r\ncommunities. In 2012, the Washington State Department of Transportation’s (WSDOT) Aviation\r\nEconomic Impact Study revealed that airports <strong>support 248,500 jobs, and generate nearly $51</strong>\r\n<strong> billion in economic output.<sup>i</sup></strong>\r\nThere is little question that the general aviation industry is facing serious challenges in today\'s\r\neconomic climate, a situation that may become worse depending on actions taken to balance\r\nbudgets and reduce spending. Many proposed actions could result in further adverse impacts to an\r\nalready depressed industry. While we in the industry recognize the importance of general aviation\r\nto the transportation system and its value to local and national economies, many do not have that\r\ninformation or share our view – which makes it important that we find ways to protect the industry\r\nand, where possible, promote its growth.\r\nA number of organizations have been created nationally to address these issues. And there is\r\nrecognition of a need for those of us in Washington’s aviation community to join forces in a\r\nsimilar way in an effort to protect and promote general aviation interests in the state. For this\r\nreason a small group of representatives from several aviation organizations met and developed\r\nplans for an organization that will serve that purpose.\r\nThis organization will be titled the Washington State Aviation Alliance (WSAA) and will be\r\ncreated as a 501(c)(6) nonprofit corporation. Purposes as stated in the adopted bylaws are:\r\n(A) To advocate for aviation in the state and bring together members of various aviation\r\nassociations to represent a collective voice for common goals.\r\n(B) To promote airports as vital to our state’s economy and transportation system.\r\n(C) To encourage aviation education and training opportunities throughout the state to\r\nfoster new generations of skilled workers for aviation jobs.\r\n(D) To advocate for airport issues that are important to the state, region and\r\ncommunities they serve.\r\n(E) To support aviation initiatives that bolster the state’s economy and transportation\r\nsystem.\r\n(F) To communicate with decision makers about the importance of aviation.\r\n(G) To propose initiatives and legislation that address aviation issues and promote the\r\nhealth of aviation in the state.\r\n(H) To enable the exchange of ideas, information and experience between various\r\naviation user groups.\r\n(I) To provide outreach to user groups and the public about relevant aviation issues and\r\ninitiatives.\r\n(J) To take all other appropriate action in furtherance of such purposes; and consistent\r\nwith the above, to exercise all powers available to nonprofit corporations.\r\n(K) To act as a resource for:\r\na. Major planning initiatives within Washington State, and\r\nb. Aviation issues affecting Washington State.\r\nThe WSAA mission statement is: The Washington State Aviation Alliance serves as a collective\r\nvoice for aviation and airport-related organizations to protect and promote aviation in the state of\r\nWashington.\r\nMembership in the alliance will consist of aviation organizations properly incorporated or\r\norganized in Washington state under four categories:\r\n1. Voting Members are general aviation organizations properly incorporated or organized\r\nwithin Washington state that have an active membership and an established location(s),\r\nchapter(s), or appointed representative within the state of Washington, as approved by a\r\nmajority vote of the Alliance;\r\n2. Additional Voting Membership is granted to those Washington State Legislature-enacted\r\nOrganizations with an Aviation Component, including but not limited to the Washington\r\nState Department of Transportation (WSDOT) Aviation Division and the Washington\r\nPublic Ports Association (WPPA). The WSDOT Aviation Division director and the WPPA\r\nAviation Committee Chair are the preferred Voting Members, respectively, to the Alliance\r\nso long as WSDOT Aviation and/or WPPA members own or operate airports and to the\r\nextent that compliance with state ethics laws may require abstention from voting from time\r\nto time;\r\n3. Non-Voting Members are general aviation organizations that do not have an established\r\nlocation within Washington state, do not have a single Chapter that represents its\r\nmembership on a statewide basis, or which otherwise do not meet the criteria for Voting\r\nMembership, and are granted a Non-Voting Membership by a majority vote of the\r\nAlliance; and\r\n4. Associate Membership is Non-Voting Membership and may include, but is not limited to,\r\naviation-oriented organizations or businesses, aviation consultants, aviation educational\r\nentities, air museums, and higher education institutions that offer degree programs in\r\naviation-related fields of study and students.\r\ni WSDOT, “Aviation Economic Impact Study,” Executive Summary, 2012, p. iii','White Paper','','inherit','open','open','','65-revision-v1','','','2015-03-15 18:05:43','2015-03-16 01:05:43','',65,'http://03c1a29.netsolhost.com/wpdev/?p=108',0,'revision','',0),(109,1,'2015-03-15 18:17:15','2015-03-16 01:17:15','<h4 style=\"text-align: center;\">WSDOT Aviation Division serves in partnership with the Washington State Aviation Alliance Steering Committee</h4>\r\n<h3 style=\"text-align: center;\">Washington State Aviation Alliance (WSAA) White Paper</h3>\r\nAviation in Washington state contributes significantly to its economy, transportation system and\r\nquality of life. Airports, pilot and aircraft organizations and various different user groups have\r\nextensive interests in aviation including general aviation, commercial aviation, aerospace, aircraft\r\nmanufacturing and aviation safety. The statewide aviation system is crucial to its emergency and\r\ndisaster response efforts and enables a steady flow of commerce and tourism to many of its\r\ncommunities. In 2012, the Washington State Department of Transportation’s (WSDOT) Aviation\r\nEconomic Impact Study revealed that airports <strong>support 248,500 jobs, and generate nearly $51</strong>\r\n<strong> billion in economic output.<sup>i</sup></strong>\r\n\r\nThere is little question that the general aviation industry is facing serious challenges in today\'s\r\neconomic climate, a situation that may become worse depending on actions taken to balance\r\nbudgets and reduce spending. Many proposed actions could result in further adverse impacts to an\r\nalready depressed industry. While we in the industry recognize the importance of general aviation\r\nto the transportation system and its value to local and national economies, many do not have that\r\ninformation or share our view – which makes it important that we find ways to protect the industry\r\nand, where possible, promote its growth.\r\n\r\nA number of organizations have been created nationally to address these issues. And there is\r\nrecognition of a need for those of us in Washington’s aviation community to join forces in a\r\nsimilar way in an effort to protect and promote general aviation interests in the state. For this\r\nreason a small group of representatives from several aviation organizations met and developed\r\nplans for an organization that will serve that purpose.\r\n\r\nThis organization will be titled the Washington State Aviation Alliance (WSAA) and will be\r\ncreated as a 501(c)(6) nonprofit corporation. Purposes as stated in the adopted bylaws are:\r\n<ol type=\"A\">\r\n <li>To advocate for aviation in the state and bring together members of various aviation\r\nassociations to represent a collective voice for common goals.</li>\r\n <li>To promote airports as vital to our state’s economy and transportation system.</li>\r\n <li>To encourage aviation education and training opportunities throughout the state to\r\nfoster new generations of skilled workers for aviation jobs.</li>\r\n <li>To advocate for airport issues that are important to the state, region and\r\ncommunities they serve.</li>\r\n <li>To support aviation initiatives that bolster the state’s economy and transportation\r\nsystem.</li>\r\n <li>To communicate with decision makers about the importance of aviation.</li>\r\n <li>To propose initiatives and legislation that address aviation issues and promote the\r\nhealth of aviation in the state.</li>\r\n <li>To enable the exchange of ideas, information and experience between various\r\naviation user groups.</li>\r\n <li>To provide outreach to user groups and the public about relevant aviation issues and\r\ninitiatives.</li>\r\n <li>To take all other appropriate action in furtherance of such purposes; and consistent\r\nwith the above, to exercise all powers available to nonprofit corporations.</li>\r\n <li>To act as a resource for:\r\n<ol type=\"a\">\r\n <li>Major planning initiatives within Washington State, and</li>\r\n <li>Aviation issues affecting Washington State.</li>\r\n</ol>\r\n</li>\r\n</ol>\r\nThe WSAA mission statement is: The Washington State Aviation Alliance serves as a collective\r\nvoice for aviation and airport-related organizations to protect and promote aviation in the state of\r\nWashington.\r\n\r\nMembership in the alliance will consist of aviation organizations properly incorporated or\r\norganized in Washington state under four categories:\r\n<ol>\r\n <li>Voting Members are general aviation organizations properly incorporated or organized\r\nwithin Washington state that have an active membership and an established location(s),\r\nchapter(s), or appointed representative within the state of Washington, as approved by a\r\nmajority vote of the Alliance;</li>\r\n <li>Additional Voting Membership is granted to those Washington State Legislature-enacted\r\nOrganizations with an Aviation Component, including but not limited to the Washington\r\nState Department of Transportation (WSDOT) Aviation Division and the Washington\r\nPublic Ports Association (WPPA). The WSDOT Aviation Division director and the WPPA\r\nAviation Committee Chair are the preferred Voting Members, respectively, to the Alliance\r\nso long as WSDOT Aviation and/or WPPA members own or operate airports and to the\r\nextent that compliance with state ethics laws may require abstention from voting from time\r\nto time;</li>\r\n <li>Non-Voting Members are general aviation organizations that do not have an established\r\nlocation within Washington state, do not have a single Chapter that represents its\r\nmembership on a statewide basis, or which otherwise do not meet the criteria for Voting\r\nMembership, and are granted a Non-Voting Membership by a majority vote of the\r\nAlliance; and</li>\r\n <li>Associate Membership is Non-Voting Membership and may include, but is not limited to,\r\naviation-oriented organizations or businesses, aviation consultants, aviation educational\r\nentities, air museums, and higher education institutions that offer degree programs in\r\naviation-related fields of study and students.</li>\r\n</ol>\r\n<sup>i</sup> WSDOT, “Aviation Economic Impact Study,” Executive Summary, 2012, p. iii','White Paper','','inherit','open','open','','65-revision-v1','','','2015-03-15 18:17:15','2015-03-16 01:17:15','',65,'http://03c1a29.netsolhost.com/wpdev/?p=109',0,'revision','',0),(110,1,'2015-03-15 18:22:17','2015-03-16 01:22:17','','Aviation Alliance Brochure updated Mar 4 2015','','inherit','open','open','','aviation-alliance-brochure-updated-mar-4-2015','','','2015-03-15 18:26:18','2015-03-16 01:26:18','',69,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/Aviation-Alliance-Brochure-updated-Mar-4-2015.pdf',0,'attachment','application/pdf',0),(111,1,'2015-03-15 18:22:20','2015-03-16 01:22:20','','Umbrella of Strength - 24Feb2015','','inherit','open','open','','umbrella-of-strength-24feb2015','','','2015-03-15 18:28:05','2015-03-16 01:28:05','',67,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/Umbrella-of-Strength-24Feb2015.pdf',0,'attachment','application/pdf',0),(112,1,'2015-03-15 18:22:24','2015-03-16 01:22:24','','WSAA Bylaws REVISED - 25Feb2015','','inherit','open','open','','wsaa-bylaws-revised-25feb2015','','','2015-03-15 18:22:24','2015-03-16 01:22:24','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WSAA-Bylaws-REVISED-25Feb2015.pdf',0,'attachment','application/pdf',0),(113,1,'2015-03-15 18:22:26','2015-03-16 01:22:26','','WSAA Mission Statement - 5Dec2014','','inherit','open','open','','wsaa-mission-statement-5dec2014','','','2015-03-15 18:22:26','2015-03-16 01:22:26','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WSAA-Mission-Statement-5Dec2014.pdf',0,'attachment','application/pdf',0),(114,1,'2015-03-15 18:22:28','2015-03-16 01:22:28','','WSAA White Paper FINAL - 2Jan2015','','inherit','open','open','','wsaa-white-paper-final-2jan2015','','','2015-03-15 18:22:28','2015-03-16 01:22:28','',0,'http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/WSAA-White-Paper-FINAL-2Jan2015.pdf',0,'attachment','application/pdf',0),(115,1,'2015-03-15 18:26:56','2015-03-16 01:26:56','<a href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/Aviation-Alliance-Brochure-updated-Mar-4-2015.pdf\" target=\"_blank\">Aviation Alliance Brochure updated Mar 4 2015</a>','Brochure','','inherit','open','open','','69-autosave-v1','','','2015-03-15 18:26:56','2015-03-16 01:26:56','',69,'http://03c1a29.netsolhost.com/wpdev/?p=115',0,'revision','',0),(120,1,'2015-03-15 18:59:54','2015-03-16 01:59:54','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/Aviation-Alliance-Brochure-updated-Mar-4-2015.pdf\"]','Brochure','','inherit','open','open','','69-revision-v1','','','2015-03-15 18:59:54','2015-03-16 01:59:54','',69,'http://03c1a29.netsolhost.com/wpdev/?p=120',0,'revision','',0),(116,1,'2015-03-15 18:27:16','2015-03-16 01:27:16','<a href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/Aviation-Alliance-Brochure-updated-Mar-4-2015.pdf\" target=\"_blank\">Aviation Alliance Brochure updated Mar 4 2015</a>','Brochure','','inherit','open','open','','69-revision-v1','','','2015-03-15 18:27:16','2015-03-16 01:27:16','',69,'http://03c1a29.netsolhost.com/wpdev/?p=116',0,'revision','',0),(117,1,'2015-03-15 18:53:08','2015-03-16 01:53:08','<a title=\"Umbrella of Strength\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/Umbrella-of-Strength-24Feb2015.pdf\" target=\"_blank\">Umbrella of Strength - 24Feb2015</a>\n\n \n\n ','Umbrella of Strength','','inherit','open','open','','67-autosave-v1','','','2015-03-15 18:53:08','2015-03-16 01:53:08','',67,'http://03c1a29.netsolhost.com/wpdev/?p=117',0,'revision','',0),(119,1,'2015-03-15 18:57:05','2015-03-16 01:57:05','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/Umbrella-of-Strength-24Feb2015.pdf\"]','Umbrella of Strength','','inherit','open','open','','67-revision-v1','','','2015-03-15 18:57:05','2015-03-16 01:57:05','',67,'http://03c1a29.netsolhost.com/wpdev/?p=119',0,'revision','',0),(118,1,'2015-03-15 18:29:02','2015-03-16 01:29:02','<a title=\"Umbrella of Strength\" href=\"http://03c1a29.netsolhost.com/wpdev/wp-content/uploads/2015/03/Umbrella-of-Strength-24Feb2015.pdf\" target=\"_blank\">Umbrella of Strength - 24Feb2015</a>','Umbrella of Strength','','inherit','open','open','','67-revision-v1','','','2015-03-15 18:29:02','2015-03-16 01:29:02','',67,'http://03c1a29.netsolhost.com/wpdev/?p=118',0,'revision','',0),(121,1,'2015-03-15 19:06:46','2015-03-16 02:06:46','<p>Your Name (required)<br />\r\n [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n [email* your-email] </p>\r\n\r\n<p>Subject<br />\r\n [text your-subject] </p>\r\n\r\n<p>Your Message<br />\r\n [textarea your-message] </p>\r\n\r\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <wordpress@03c1a29.netsolhost.com>\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Washington State Aviation Alliance (http://03c1a29.netsolhost.com/wpdev)\nrunamuk0@msn.com\nReply-To: [your-email]\n\n\n\n\n[your-subject]\nWashington State Aviation Alliance <wordpress@03c1a29.netsolhost.com>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Washington State Aviation Alliance (http://03c1a29.netsolhost.com/wpdev)\n[your-email]\nReply-To: runamuk0@msn.com\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.','Contact form 1','','publish','open','open','','contact-form-1','','','2015-03-15 19:31:33','2015-03-16 02:31:33','',0,'http://03c1a29.netsolhost.com/wpdev/?post_type=wpcf7_contact_form&p=121',0,'wpcf7_contact_form','',0),(122,1,'2015-03-15 19:32:05','2015-03-16 02:32:05','[contact-form-7 id=\"121\" title=\"Contact form 1\"]','Contact Us','','publish','closed','closed','','contact-us','','','2015-03-15 19:40:07','2015-03-16 02:40:07','',0,'http://03c1a29.netsolhost.com/wpdev/?page_id=122',0,'page','',0),(123,1,'2015-03-15 19:32:05','2015-03-16 02:32:05','\r\n\r\n[contact-form-7 id=\"121\" title=\"Contact form 1\"]','Contact Us','','inherit','open','open','','122-revision-v1','','','2015-03-15 19:32:05','2015-03-16 02:32:05','',122,'http://03c1a29.netsolhost.com/wpdev/?p=123',0,'revision','',0),(124,1,'2015-03-15 19:45:03','2015-03-16 02:45:03',' ','','','publish','closed','open','','124','','','2015-03-15 19:45:03','2015-03-16 02:45:03','',0,'http://03c1a29.netsolhost.com/wpdev/?p=124',13,'nav_menu_item','',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),(60,2,0),(46,2,0),(47,2,0),(48,2,0),(49,2,0),(73,2,0),(59,2,0),(78,2,0),(77,2,0),(76,2,0),(75,2,0),(74,2,0),(124,2,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL auto_increment, `term_id` bigint(20) unsigned NOT NULL default '0', `taxonomy` varchar(32) NOT NULL default '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL default '0', `count` bigint(20) NOT NULL default '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'nav_menu','',0,13); /*!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`), KEY `name` (`name`), KEY `slug` (`slug`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Main Menu','main-menu',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL auto_increment, `user_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','runamuk0'),(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,wp410_dfw'),(13,1,'show_welcome_panel','1'),(14,1,'wp_dashboard_quick_press_last_post_id','3'),(15,1,'session_tokens','a:2:{s:64:\"c2eed22db54fbb68800f5af86f3092b8e24a305a627c9a4620a9a8244cbd6ef0\";a:4:{s:10:\"expiration\";i:1427586500;s:2:\"ip\";s:12:\"75.172.4.146\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.89 Safari/537.36\";s:5:\"login\";i:1426376900;}s:64:\"ef33b5191fe50d98021655e9b8072e16d7966a80030e01e43ee0d2ea95d36682\";a:4:{s:10:\"expiration\";i:1427638779;s:2:\"ip\";s:12:\"75.172.4.146\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0\";s:5:\"login\";i:1426429179;}}'),(16,1,'wp_user-settings','hidetb=1&libraryContent=browse&editor=html&wplink=1'),(17,1,'wp_user-settings-time','1426471194'),(18,1,'wp_media_library_mode','list'),(19,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(20,1,'metaboxhidden_nav-menus','a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),(21,1,'nav_menu_recently_edited','2'),(22,1,'closedpostboxes_page','a:1:{i:0;s:12:\"sharing_meta\";}'),(23,1,'metaboxhidden_page','a:0:{}'),(24,1,'_mab_nag_notice2.15.5','1'); /*!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,'runamuk0','$P$B4RP3caLXMWxnB.KAnW8RyPbAU3rFo1','runamuk0','runamuk0@msn.com','','2014-08-13 15:26:49','',0,'runamuk0'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_03c1a29_1' -- 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-03-17 20:16:06