0byt3m1n1
Path:
/
data
/
23
/
3
/
25
/
72
/
3188561
/
meta
/
3561402
/
mysql.backup
/
[
Home
]
File: 1_0383c47_1.mysqlv110.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv110 Database: 1_0383c47_1 -- ------------------------------------------------------ -- Server version 5.0.91 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `comment_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL auto_increment, `comment_post_ID` bigint(20) unsigned NOT NULL default '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL default '', `comment_author_url` varchar(200) NOT NULL default '', `comment_author_IP` varchar(100) NOT NULL default '', `comment_date` datetime NOT NULL default '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL default '0', `comment_approved` varchar(20) NOT NULL default '1', `comment_agent` varchar(255) NOT NULL default '', `comment_type` varchar(20) NOT NULL default '', `comment_parent` bigint(20) unsigned NOT NULL default '0', `user_id` bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'Mr WordPress','','https://wordpress.org/','','2014-05-19 14:41:09','2014-05-19 14:41:09','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'post-trashed','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL auto_increment, `link_url` varchar(255) NOT NULL default '', `link_name` varchar(255) NOT NULL default '', `link_image` varchar(255) NOT NULL default '', `link_target` varchar(25) NOT NULL default '', `link_description` varchar(255) NOT NULL default '', `link_visible` varchar(20) NOT NULL default 'Y', `link_owner` bigint(20) unsigned NOT NULL default '1', `link_rating` int(11) NOT NULL default '0', `link_updated` datetime NOT NULL default '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL default '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL default '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL auto_increment, `option_name` varchar(64) NOT NULL default '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL default 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=516 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://brunoassociatesinc.com/wordpress1','yes'),(2,'blogname','wordpress1','yes'),(3,'blogdescription','','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','gaguilar@brunoassociatesinc.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'comment_moderation','0','yes'),(26,'moderation_notify','1','yes'),(27,'permalink_structure','/%postname%/','yes'),(28,'gzipcompression','0','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:10:{i:0;s:34:\"envato-wordpress-toolkit/index.php\";i:1;s:31:\"get-the-image/get-the-image.php\";i:2;s:19:\"jetpack/jetpack.php\";i:3;s:27:\"js_composer/js_composer.php\";i:4;s:23:\"revslider/revslider.php\";i:5;s:81:\"simple-follow-me-social-buttons-widget/simple-follow-me-social-buttons-widget.php\";i:6;s:51:\"u-design-woocommerce/u-design-woocommerce.class.php\";i:7;s:58:\"udesign-shortcode-insert-button/udesignShortcodeInsert.php\";i:8;s:27:\"wp-pagenavi/wp-pagenavi.php\";i:9;s:15:\"wp125/wp125.php\";}','yes'),(33,'home','http://brunoassociatesinc.com/wordpress1','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:2:{i:0;s:130:\"\\\\WDP\\DFS\\30\\8\\9\\9\\3047941998\\user\\sites\\3561402.site\\www\\wordpress1/wp-content/plugins/social-exchange-plugin/social-exchange.php\";i:1;s:0:\"\";}','no'),(41,'template','twentyfourteen','yes'),(42,'stylesheet','u-design','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','27916','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','posts','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:3:{i:2;a:3:{s:5:\"title\";s:15:\"For 45 years...\";s:4:\"text\";s:638:\"Bruno Associates has secured more than $600 million in grant funding, emerging as a foremost authority in grant procurement for municipalities and counties, public school districts, educational institutions and non-profit organizations. \r\n\r\nAmong some pretty stiff competition, Bruno Associates, Inc. remains one of the oldest, family-owned grant and public relations consulting firms in the state of New Jersey. Our reputation is built on commitment, consistent leadership and the success of our clients. \r\n\r\nOur stability and depth of experience combine to assist you to expand and develop in the future – fiscally and responsibly. \r\n\";s:6:\"filter\";b:1;}i:3;a:3:{s:5:\"title\";s:20:\"For Over 45 Years...\";s:4:\"text\";s:639:\"Bruno Associates has secured more than $600 million in grant funding, emerging as a foremost authority in grant procurement for municipalities and counties, public school districts, educational institutions, and non-profit organizations. \r\n\r\nAmong some pretty stiff competition, Bruno Associates, Inc. remains one of the oldest, family-owned grant and public relations consulting firms in the state of New Jersey. Our reputation is built on commitment, consistent leadership and the success of our clients. \r\n\r\nOur stability and depth of experience combine to assist you to expand and develop in the future – fiscally and responsibly. \r\n\";s:6:\"filter\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:0:{}','yes'),(82,'uninstall_plugins','a:1:{s:27:\"wp-pagenavi/wp-pagenavi.php\";s:14:\"__return_false\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','0','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'initial_db_version','27916','yes'),(89,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(90,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(91,'widget_recent-posts','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:4;a:3:{s:5:\"title\";s:10:\"Bruno News\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'sidebars_widgets','a:26:{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:1:{i:0;s:21:\"latest-posts-widget-2\";}s:9:\"sidebar-4\";a:1:{i:0;s:14:\"recent-posts-4\";}s:9:\"sidebar-5\";a:1:{i:0;s:6:\"text-2\";}s:24:\"home-page-before-content\";a:1:{i:0;s:16:\"sfmsb_settings-2\";}s:18:\"home-page-column-1\";a:2:{i:0;s:19:\"rev-slider-widget-2\";i:1;s:6:\"text-3\";}s:18:\"home-page-column-2\";a:0:{}s:18:\"home-page-column-3\";a:0:{}s:18:\"home-page-column-4\";a:0:{}s:29:\"home-page-after-content-row-1\";a:0:{}s:29:\"home-page-after-content-row-2\";a:0:{}s:20:\"bottom-widget-area-1\";a:0:{}s:20:\"bottom-widget-area-2\";a:0:{}s:20:\"bottom-widget-area-3\";a:0:{}s:20:\"bottom-widget-area-4\";a:0:{}s:10:\"sidebar-17\";a:0:{}s:10:\"sidebar-18\";a:0:{}s:10:\"sidebar-19\";a:0:{}s:10:\"sidebar-20\";a:0:{}s:10:\"sidebar-21\";a:0:{}s:10:\"sidebar-22\";a:0:{}s:10:\"sidebar-23\";a:0:{}s:21:\"top-area-social-media\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(96,'cron','a:8:{i:1406501998;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:1406515649;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:1406517112;a:1:{s:27:\"wp125classic_cron_ad_expiry\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1406531640;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1406559359;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:1406560984;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:1406573999;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(105,'_transient_random_seed','fb735cf6f2670e8cfb6665f44b82aeb9','yes'),(98,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-3.9.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-3.9.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-3.9.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-3.9.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"3.9.1\";s:7:\"version\";s:5:\"3.9.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.8\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1406492984;s:15:\"version_checked\";s:5:\"3.9.1\";s:12:\"translations\";a:0:{}}','yes'),(490,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1406476520','no'),(507,'_site_transient_timeout_theme_roots','1406494783','yes'),(508,'_site_transient_theme_roots','a:4:{s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";s:8:\"u-design\";s:7:\"/themes\";}','yes'),(388,'_site_transient_timeout_wporg_theme_feature_list','1406218269','yes'),(152,'pagenavi_options','a:15:{s:10:\"pages_text\";s:36:\"Page %CURRENT_PAGE% of %TOTAL_PAGES%\";s:12:\"current_text\";s:13:\"%PAGE_NUMBER%\";s:9:\"page_text\";s:13:\"%PAGE_NUMBER%\";s:10:\"first_text\";s:13:\"« First\";s:9:\"last_text\";s:12:\"Last »\";s:9:\"prev_text\";s:7:\"«\";s:9:\"next_text\";s:7:\"»\";s:12:\"dotleft_text\";s:3:\"...\";s:13:\"dotright_text\";s:3:\"...\";s:9:\"num_pages\";i:5;s:23:\"num_larger_page_numbers\";i:3;s:28:\"larger_page_numbers_multiple\";i:10;s:11:\"always_show\";b:0;s:16:\"use_pagenavi_css\";b:1;s:5:\"style\";i:1;}','yes'),(117,'can_compress_scripts','1','yes'),(108,'auth_key','6d+:tc*Le|Zwv#YmVZs)Dr)gcs{;h>,y.U;D;O2(`X/}c?;4rFaFYX,jN{uSM)@I','yes'),(109,'auth_salt','/mQX`$I*(;gxeY4r8k+5DOJJ2+&pvk*mYs`f:v&-f>14./Is,upDq$}I(]54!|[D','yes'),(110,'logged_in_key','Z+7GkA@_GS_7bZr!G)|7*:<=b8#7U4q$qEg@=)T/Lil#vyGTN4Cug4p=KosYz*e<','yes'),(111,'logged_in_salt','_%^OQ-y!o$|CgxgBNfFq&nDiYZ ~ ,ki^grc>EUFS3CD:&*CksJ]9S>bcA=&54yn','yes'),(112,'nonce_key','h6{gP.D|?8B]rh2knVRSvkVVaU?M ds^;&u=X!JxQ%V5/&;<7)2c*N0ufdR`W#AY','yes'),(113,'nonce_salt','?9$Gd?x3[6wk /AH%5:T5.oQ>^euy~$rXq1omL`>UvLC792pEqq+mVh!$w>$i#1f','yes'),(114,'_site_transient_timeout_browser_dff818a20cce160c9737bbc4bfb13949','1406559360','yes'),(115,'_site_transient_browser_dff818a20cce160c9737bbc4bfb13949','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:3:\"8.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:1;s:8:\"insecure\";b:0;}','yes'),(489,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1406519720','no'),(487,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1406519720','no'),(488,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Jul 2014 21:15:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"http://wordpress.org/?v=4.0-beta2-20140725\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.0 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Jul 2014 21:15:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s: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=3261\";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:374:\"WordPress 4.0 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more of what’s new in version 4.0, check out […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:1738:\"<p>WordPress 4.0 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-4.0-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more of what’s new in version 4.0, <a href=\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-1/\">check out the Beta 1 blog post</a>. Some of the changes in Beta 2 include:</p>\n<ul>\n<li>Further refinements for the the plugin installation and media library experiences.</li>\n<li>Updated TinyMCE, which now includes better indentation for lists and the restoration of the color picker.</li>\n<li>Cookies are now tied to a session internally, so if you have trouble logging in, <a href=\"https://core.trac.wordpress.org/ticket/20276\">#20276</a> may be the culprit.</li>\n<li>Various bug fixes (there were <a href=\"https://core.trac.wordpress.org/log?rev=29228&stop_rev=29060&limit=200\">nearly 170 changes</a> since last week).</li>\n</ul>\n<p>If you think you’ve found a bug, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"http://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"http://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.0\">everything we’ve fixed</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:20:\"WordPress 4.0 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Jul 2014 10:17:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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=3248\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.0 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.0, 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:\"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:4025:\"<p>WordPress 4.0 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.0, try the <a href=\"http://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.0-beta1.zip\">download the beta here</a> (zip).</p>\n<p>4.0 is due out next month, but to get there, we need your help testing what we’ve been working on:</p>\n<ul>\n<li><strong>Previews of <a href=\"http://codex.wordpress.org/Embeds\">embedding via URLs</a></strong> in the visual editor and the “Insert from URL” tab in the media modal. Try pasting a URL (such as a <a href=\"http://wordpress.tv/\">WordPress.tv</a> or YouTube video) onto its own line in the visual editor. (<a href=\"https://core.trac.wordpress.org/ticket/28195\">#28195</a>, <a href=\"https://core.trac.wordpress.org/ticket/15490\">#15490</a>)</li>\n<li>The <strong>Media Library</strong> now has a “grid” view in addition to the existing list view. Clicking on an item takes you into a modal where you can see a larger preview and edit information about that attachment, and you can navigate between items right from the modal without closing it. (<a href=\"https://core.trac.wordpress.org/ticket/24716\">#24716</a>)</li>\n<li>We’re freshening up the <strong>plugin install experience</strong>. You’ll see some early visual changes as well as more information when searching for plugins and viewing details. (<a href=\"https://core.trac.wordpress.org/ticket/28785\">#28785</a>, <a href=\"https://core.trac.wordpress.org/ticket/27440\">#27440</a>)</li>\n<li><strong>Selecting a language</strong> when you run the installation process. (<a href=\"https://core.trac.wordpress.org/ticket/28577\">#28577</a>)</li>\n<li>The <strong>editor</strong> intelligently resizes and its top and bottom bars pin when needed. Browsers don’t like to agree on where to put things like cursors, so if you find a bug here, please also let us know your browser and operating system. (<a href=\"https://core.trac.wordpress.org/ticket/28328\">#28328</a>)</li>\n<li>We’ve made some improvements to how your keyboard and cursor interact with <strong>TinyMCE views</strong> such as the gallery preview. Much like the editor resizing and scrolling improvements, knowing about your setup is particularly important for bug reports here. (<a href=\"https://core.trac.wordpress.org/ticket/28595\">#28595</a>)</li>\n<li><strong>Widgets in the Customizer</strong> are now loaded in a separate panel. (<a href=\"https://core.trac.wordpress.org/ticket/27406\">#27406</a>)</li>\n<li>We’ve also made some changes to some <strong>formatting</strong> functions, so if you see quotes curling in the wrong direction, please file a bug report.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"http://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=\"http://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.0\">everything we’ve fixed</a> so far.</p>\n<p><strong>Developers:</strong> Never fear, we haven’t forgotten you. There’s plenty for you, too – more on that in upcoming posts. In the meantime, check out the <a href=\"http://make.wordpress.org/core/2014/07/08/customizer-improvements-in-4-0/#customizer-panels\">API for panels in the Customizer</a>.</p>\n<p>Happy testing!</p>\n<p><em>Plugins, editor</em><br />\n<em>Media, things in between</em><br />\n<em>Please help look for bugs</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2014/07/wordpress-4-0-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:2;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 3.9.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2014/05/wordpress-3-9-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2014/05/wordpress-3-9-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, 08 May 2014 18:40:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s: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=3241\";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:385:\"After three weeks and more than 9 million downloads of WordPress 3.9, we’re pleased to announce that WordPress 3.9.1 is now available. This maintenance release fixes 34 bugs in 3.9, including numerous fixes for multisite networks, customizing widgets while previewing themes, and the updated visual editor. We’ve also made some improvements to the new audio/video […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:3077:\"<p>After three weeks and more than 9 million downloads of <a title=\"WordPress 3.9 “Smith”\" href=\"http://wordpress.org/news/2014/04/smith/\">WordPress 3.9</a>, we’re pleased to announce that WordPress 3.9.1 is now available.</p>\n<p>This maintenance release fixes 34 bugs in 3.9, including numerous fixes for multisite networks, customizing widgets while previewing themes, and the updated visual editor. We’ve also made some improvements to the new audio/video playlists feature and made some adjustments to improve performance. For a full list of changes, consult the <a href=\"https://core.trac.wordpress.org/query?milestone=3.9.1\">list of tickets</a> and the <a href=\"https://core.trac.wordpress.org/log/branches/3.9?rev=28353&stop_rev=28154\">changelog</a>.</p>\n<p>If you are one of the millions already running WordPress 3.9, we’ve started rolling out automatic background updates for 3.9.1. For sites <a href=\"http://wordpress.org/plugins/background-update-tester/\">that support them</a>, of course.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.9.1</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now.”</p>\n<p>Thanks to all of these fine individuals for contributing to 3.9.1: <a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"http://profiles.wordpress.org/ehg\">Chris Blower</a>, <a href=\"http://profiles.wordpress.org/jupiterwise\">Corey McKrill</a>, <a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"http://profiles.wordpress.org/feedmeastraycat\">feedmeastraycat</a>, <a href=\"http://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"http://profiles.wordpress.org/imath\">imath</a>, <a href=\"http://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/m_i_n\">m_i_n</a>, <a href=\"http://profiles.wordpress.org/clorith\">Marius Jensen</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, and <a href=\"http://profiles.wordpress.org/westonruter\">Weston Ruter</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:55:\"http://wordpress.org/news/2014/05/wordpress-3-9-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:3;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 3.9 “Smith”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/news/2014/04/smith/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wordpress.org/news/2014/04/smith/#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, 16 Apr 2014 18:33: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: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=3154\";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:411:\"Version 3.9 of WordPress, named “Smith” in honor of jazz organist Jimmy Smith, is available for download or update in your WordPress dashboard. This release features a number of refinements that we hope you’ll love. A smoother media editing experience Improved visual editing The updated visual editor has improved speed, accessibility, and mobile support. You can paste into the […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:23298:\"<p>Version 3.9 of WordPress, named “Smith” in honor of jazz organist <a href=\"http://en.wikipedia.org/wiki/Jimmy_Smith_(musician)\">Jimmy Smith</a>, is available <a href=\"http://wordpress.org/download/\">for download</a> or update in your WordPress dashboard. This release features a number of refinements that we hope you’ll love.</p>\n<embed src=\"//v0.wordpress.com/player.swf?v=1.03\" type=\"application/x-shockwave-flash\" width=\"640\" height=\"360\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\" flashvars=\"guid=sAiXhCfV&isDynamicSeeking=true\" title=\"\"></embed>\n<h2 class=\"about-headline-callout\" style=\"text-align: center\">A smoother media editing experience</h2>\n<div>\n<p><img class=\"alignright wp-image-3168\" src=\"//wordpress.org/news/files/2014/04/editor1-300x233.jpg\" alt=\"editor\" width=\"228\" height=\"177\" /></p>\n<h3>Improved visual editing</h3>\n<p>The updated visual editor has improved speed, accessibility, and mobile support. You can paste into the visual editor from your word processor without wasting time to clean up messy styling. (Yeah, we’re talking about you, Microsoft Word.)</p>\n</div>\n<div style=\"clear: both\"></div>\n<div>\n<p><img class=\"alignright wp-image-3170\" src=\"//wordpress.org/news/files/2014/04/image1-300x233.jpg\" alt=\"image\" width=\"228\" height=\"178\" /></p>\n<h3>Edit images easily</h3>\n<p>With quicker access to crop and rotation tools, it’s now much easier to edit your images while editing posts. You can also scale images directly in the editor to find just the right fit.</p>\n</div>\n<div style=\"clear: both\"></div>\n<div>\n<p><img class=\"alignright wp-image-3187\" src=\"//wordpress.org/news/files/2014/04/dragdrop1-300x233.jpg\" alt=\"dragdrop\" width=\"228\" height=\"178\" /></p>\n<h3>Drag and drop your images</h3>\n<p>Uploading your images is easier than ever. Just grab them from your desktop and drop them in the editor.</p>\n</div>\n<div style=\"clear: both\"></div>\n<hr />\n<h2 style=\"text-align: center\">Gallery previews</h2>\n<p><img class=\"aligncenter size-full wp-image-3169\" src=\"//wordpress.org/news/files/2014/04/gallery1.jpg\" alt=\"gallery\" width=\"980\" height=\"550\" /></p>\n<p>Galleries display a beautiful grid of images right in the editor, just like they do in your published post.</p>\n<hr />\n<h2 style=\"text-align: center\">Do more with audio and video</h2>\n\n<a href=\'http://wordpress.org/news/files/2014/04/AintMisbehavin.mp3\'>Ain\'t Misbehavin\'</a>\n<a href=\'http://wordpress.org/news/files/2014/04/DavenportBlues.mp3\'>Davenport Blues</a>\n<a href=\'http://wordpress.org/news/files/2014/04/JellyRollMorton-BuddyBoldensBlues.mp3\'>Buddy Bolden\'s Blues</a>\n<a href=\'http://wordpress.org/news/files/2014/04/Johnny_Hodges_Orchestra-Squaty_Roo-1941.mp3\'>Squaty Roo</a>\n<a href=\'http://wordpress.org/news/files/2014/04/Louisiana_Five-Dixie_Blues-1919.mp3\'>Dixie Blues</a>\n<a href=\'http://wordpress.org/news/files/2014/04/WolverineBlues.mp3\'>Wolverine Blues</a>\n\n<p>Images have galleries; now we’ve added simple audio and video playlists, so you can showcase your music and clips.</p>\n<hr />\n<h2 style=\"text-align: center\">Live widget and header previews</h2>\n<div style=\"width: 692px; max-width: 100%;\" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-3154-1\" width=\"692\" height=\"448\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//wordpress.org/news/files/2014/04/widgets.mp4?_=1\" /><a href=\"//wordpress.org/news/files/2014/04/widgets.mp4\">//wordpress.org/news/files/2014/04/widgets.mp4</a></video></div>\n<p>Add, edit, and rearrange your site’s widgets right in the theme customizer. No “save and surprise” — preview your changes live and only save them when you’re ready.</p>\n<p>The improved header image tool also lets you upload, crop, and manage headers while customizing your theme.</p>\n<hr />\n<h2 style=\"text-align: center\">Stunning new theme browser</h2>\n<p><img class=\"aligncenter size-full wp-image-3172\" src=\"//wordpress.org/news/files/2014/04/theme1.jpg\" alt=\"theme\" width=\"1003\" height=\"558\" /><br />\nLooking for a new theme should be easy and fun. Lose yourself in the boundless supply of free WordPress.org themes with the beautiful new theme browser.</p>\n<hr />\n<h2 style=\"text-align: center\">The Crew</h2>\n<p>This release was led by <a href=\"http://nacin.com/\">Andrew Nacin</a> and <a href=\"http://www.getsource.net/\">Mike Schroder</a>, with the help of these fine individuals. There are 267 contributors with props in this release, a new high:</p>\n<p><a href=\"http://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/kawauso\">Adam Harley</a>, <a href=\"http://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"http://profiles.wordpress.org/adelval\">adelval</a>, <a href=\"http://profiles.wordpress.org/ajay\">Ajay</a>, <a href=\"http://profiles.wordpress.org/akeda\">Akeda Bagus</a>, <a href=\"http://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"http://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"http://profiles.wordpress.org/aliso\">Alison Barrett</a>, <a href=\"http://profiles.wordpress.org/collinsinternet\">Allan Collins</a>, <a href=\"http://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"http://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/norcross\">Andrew Norcross</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"http://profiles.wordpress.org/andykeith\">Andy Keith</a>, <a href=\"http://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"http://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"http://profiles.wordpress.org/aubreypwd\">Aubrey Portwood</a>, <a href=\"http://profiles.wordpress.org/barry\">Barry</a>, <a href=\"http://profiles.wordpress.org/toszcze\">Bartosz Romanowski</a>, <a href=\"http://profiles.wordpress.org/bassgang\">bassgang</a>, <a href=\"http://profiles.wordpress.org/bcworkz\">bcworkz</a>, <a href=\"http://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"http://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"http://profiles.wordpress.org/bigdawggi\">bigdawggi</a>, <a href=\"http://profiles.wordpress.org/bobbravo2\">Bob Gregor</a>, <a href=\"http://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"http://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"http://profiles.wordpress.org/bradparbs\">bradparbs</a>, <a href=\"http://profiles.wordpress.org/bramd\">bramd</a>, <a href=\"http://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"http://profiles.wordpress.org/brasofilo\">brasofilo</a>, <a href=\"http://profiles.wordpress.org/bravokeyl\">bravokeyl</a>, <a href=\"http://profiles.wordpress.org/bpetty\">Bryan Petty</a>, <a href=\"http://profiles.wordpress.org/cgaffga\">cgaffga</a>, <a href=\"http://profiles.wordpress.org/chiragswadia\">Chirag Swadia</a>, <a href=\"http://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"http://profiles.wordpress.org/ehg\">Chris Blower</a>, <a href=\"http://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"http://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"http://profiles.wordpress.org/chrisscott\">Chris Scott</a>, <a href=\"http://profiles.wordpress.org/chriseverson\">chriseverson</a>, <a href=\"http://profiles.wordpress.org/chrisguitarguy\">chrisguitarguy</a>, <a href=\"http://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"http://profiles.wordpress.org/ciantic\">ciantic</a>, <a href=\"http://profiles.wordpress.org/antorome\">Comparativa de Bancos</a>, <a href=\"http://profiles.wordpress.org/cojennin\">Connor Jennings</a>, <a href=\"http://profiles.wordpress.org/corvannoorloos\">Cor van Noorloos</a>, <a href=\"http://profiles.wordpress.org/corphi\">Corphi</a>, <a href=\"http://profiles.wordpress.org/cramdesign\">cramdesign</a>, <a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"http://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"http://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"http://profiles.wordpress.org/koop\">Daryl Koopersmith</a>, <a href=\"http://profiles.wordpress.org/eightface\">Dave Kellam (eightface)</a>, <a href=\"http://profiles.wordpress.org/dpe415\">DaveE</a>, <a href=\"http://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"http://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"http://profiles.wordpress.org/davidmarichal\">David Marichal</a>, <a href=\"http://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"http://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"http://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"http://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"http://profiles.wordpress.org/drprotocols\">DrProtocols</a>, <a href=\"http://profiles.wordpress.org/dustyf\">Dustin Filippini</a>, <a href=\"http://profiles.wordpress.org/eatingrules\">eatingrules</a>, <a href=\"http://profiles.wordpress.org/plocha\">edik</a>, <a href=\"http://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"http://profiles.wordpress.org/enej\">enej</a>, <a href=\"http://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"http://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"http://profiles.wordpress.org/evarlese\">Erica Varlese</a>, <a href=\"http://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"http://profiles.wordpress.org/ejdanderson\">Evan Anderson</a>, <a href=\"http://profiles.wordpress.org/fahmiadib\">Fahmi Adib</a>, <a href=\"http://profiles.wordpress.org/fboender\">fboender</a>, <a href=\"http://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"http://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"http://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"http://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"http://profiles.wordpress.org/genkisan\">genkisan</a>, <a href=\"http://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"http://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"http://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"http://profiles.wordpress.org/vancoder\">Grant Mangham</a>, <a href=\"http://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"http://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"http://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"http://profiles.wordpress.org/hanni\">hanni</a>, <a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"http://profiles.wordpress.org/ippetkov\">ippetkov</a>, <a href=\"http://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"http://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"http://profiles.wordpress.org/jackreichert\">Jack Reichert</a>, <a href=\"http://profiles.wordpress.org/_jameslee\">jameslee</a>, <a href=\"http://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"http://profiles.wordpress.org/janrenn\">janrenn</a>, <a href=\"http://profiles.wordpress.org/jaycc\">JayCC</a>, <a href=\"http://profiles.wordpress.org/jeffsebring\">Jeff Sebring</a>, <a href=\"http://profiles.wordpress.org/jenmylo\">Jen Mylo</a>, <a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"http://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"http://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>, <a href=\"http://profiles.wordpress.org/jnielsendotnet\">jnielsendotnet</a>, <a href=\"http://profiles.wordpress.org/jartes\">Joan Artes</a>, <a href=\"http://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"http://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"http://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"http://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"http://profiles.wordpress.org/johnregan3\">John Regan</a>, <a href=\"http://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"http://profiles.wordpress.org/jond3r\">Jonas Bolinder (jond3r)</a>, <a href=\"http://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"http://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"http://profiles.wordpress.org/joshuaabenazer\">Joshua Abenazer</a>, <a href=\"http://profiles.wordpress.org/jstraitiff\">jstraitiff</a>, <a href=\"http://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"http://profiles.wordpress.org/kopepasah\">Justin Kopepasah</a>, <a href=\"http://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"http://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"http://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"http://profiles.wordpress.org/kasparsd\">Kaspars</a>, <a href=\"http://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"http://profiles.wordpress.org/kerikae\">kerikae</a>, <a href=\"http://profiles.wordpress.org/kworthington\">Kevin Worthington</a>, <a href=\"http://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"http://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"http://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"http://profiles.wordpress.org/klihelp\">klihelp</a>, <a href=\"http://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"http://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"http://profiles.wordpress.org/drozdz\">Krzysiek Drozdz</a>, <a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"http://profiles.wordpress.org/lpointet\">lpointet</a>, <a href=\"http://profiles.wordpress.org/ldebrouwer\">Luc De Brouwer</a>, <a href=\"http://profiles.wordpress.org/spmlucas\">Lucas Karpiuk</a>, <a href=\"http://profiles.wordpress.org/lkwdwrd\">Luke Woodward</a>, <a href=\"http://profiles.wordpress.org/mark8barnes\">Mark Barnes</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"http://profiles.wordpress.org/marventus\">Marventus</a>, <a href=\"http://profiles.wordpress.org/iammattthomas\">Matt (Thomas) Miklic</a>, <a href=\"http://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"http://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"http://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"http://profiles.wordpress.org/mdbitz\">Matthew Denton</a>, <a href=\"http://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"http://profiles.wordpress.org/mattonomics\">mattonomics</a>, <a href=\"http://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"http://profiles.wordpress.org/matveb\">Matías Ventura</a>, <a href=\"http://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"http://profiles.wordpress.org/mcadwell\">mcadwell</a>, <a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"http://profiles.wordpress.org/meloniq\">meloniq</a>, <a href=\"http://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"http://profiles.wordpress.org/michelwppi\">Michel - xiligroup dev</a>, <a href=\"http://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"http://profiles.wordpress.org/gradyetc\">Mike Burns</a>, <a href=\"http://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"http://profiles.wordpress.org/mikemanger\">Mike Manger</a>, <a href=\"http://profiles.wordpress.org/mikeschinkel\">Mike Schinkel</a>, <a href=\"http://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"http://profiles.wordpress.org/mikecorkum\">mikecorkum</a>, <a href=\"http://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>, <a href=\"http://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"http://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"http://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"http://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"http://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"http://profiles.wordpress.org/nendeb55\">nendeb55</a>, <a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"http://profiles.wordpress.org/nicolealleyinteractivecom\">Nicole Arnold</a>, <a href=\"http://profiles.wordpress.org/nikv\">Nikhil Vimal (NikV)</a>, <a href=\"http://profiles.wordpress.org/nivijah\">Nivi Jah</a>, <a href=\"http://profiles.wordpress.org/nofearinc\">nofearinc</a>, <a href=\"http://profiles.wordpress.org/nunomorgadinho\">Nuno Morgadinho</a>, <a href=\"http://profiles.wordpress.org/olivm\">olivM</a>, <a href=\"http://profiles.wordpress.org/jbkkd\">Omer Korner</a>, <a href=\"http://profiles.wordpress.org/originalexe\">OriginalEXE</a>, <a href=\"http://profiles.wordpress.org/oso96_2000\">oso96_2000</a>, <a href=\"http://profiles.wordpress.org/patricknami\">patricknami</a>, <a href=\"http://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"http://profiles.wordpress.org/djpaul\">Paul Gibbs</a>, <a href=\"http://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"http://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"http://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"http://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"http://profiles.wordpress.org/prettyboymp\">prettyboymp</a>, <a href=\"http://profiles.wordpress.org/raamdev\">Raam Dev</a>, <a href=\"http://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"http://profiles.wordpress.org/mauryaratan\">Ram Ratan Maurya</a>, <a href=\"http://profiles.wordpress.org/ramonchiara\">ramonchiara</a>, <a href=\"http://profiles.wordpress.org/ounziw\">Rescuework Support</a>, <a href=\"http://profiles.wordpress.org/rhyswynne\">Rhys Wynne</a>, <a href=\"http://profiles.wordpress.org/ricardocorreia\">Ricardo Correia</a>, <a href=\"http://profiles.wordpress.org/theorboman\">Richard Sweeney</a>, <a href=\"http://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"http://profiles.wordpress.org/richard2222\">richard2222</a>, <a href=\"http://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"http://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"http://profiles.wordpress.org/robmiller\">robmiller</a>, <a href=\"http://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"http://profiles.wordpress.org/romaimperator\">romaimperator</a>, <a href=\"http://profiles.wordpress.org/roothorick\">roothorick</a>, <a href=\"http://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"http://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"http://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"http://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"http://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"http://profiles.wordpress.org/sandyr\">Sandeep</a>, <a href=\"http://profiles.wordpress.org/scottlee\">Scott Lee</a>, <a href=\"http://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/greglone\">ScreenfeedFr</a>, <a href=\"http://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"http://profiles.wordpress.org/sdasse\">sdasse</a>, <a href=\"http://profiles.wordpress.org/bootsz\">Sean Butze</a>, <a href=\"http://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"http://profiles.wordpress.org/nessworthy\">Sean Nessworthy</a>, <a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"http://profiles.wordpress.org/shahpranaf\">shahpranaf</a>, <a href=\"http://profiles.wordpress.org/shaunandrews\">Shaun Andrews</a>, <a href=\"http://profiles.wordpress.org/shinichin\">ShinichiN</a>, <a href=\"http://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"http://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"http://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"http://profiles.wordpress.org/siobhyb\">Siobhan Bamber (siobhyb)</a>, <a href=\"http://profiles.wordpress.org/sirzooro\">sirzooro</a>, <a href=\"http://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"http://profiles.wordpress.org/sonjanyc\">sonjanyc</a>, <a href=\"http://profiles.wordpress.org/spencerfinnell\">Spencer Finnell</a>, <a href=\"http://profiles.wordpress.org/piontkowski\">Spencer Piontkowski</a>, <a href=\"http://profiles.wordpress.org/stephcook22\">stephcook22</a>, <a href=\"http://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"http://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"http://profiles.wordpress.org/sbruner\">Steve Bruner</a>, <a href=\"http://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"http://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"http://profiles.wordpress.org/tanner-m\">Tanner Moushey</a>, <a href=\"http://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"http://profiles.wordpress.org/tbrams\">tbrams</a>, <a href=\"http://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"http://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"http://profiles.wordpress.org/willmot\">Tom Willmot</a>, <a href=\"http://profiles.wordpress.org/topher1kenobe\">Topher</a>, <a href=\"http://profiles.wordpress.org/topquarky\">topquarky</a>, <a href=\"http://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"http://profiles.wordpress.org/toru\">Toru</a>, <a href=\"http://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"http://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"http://profiles.wordpress.org/undergroundnetwork\">undergroundnetwork</a>, <a href=\"http://profiles.wordpress.org/varunagw\">VarunAgw</a>, <a href=\"http://profiles.wordpress.org/wawco\">wawco</a>, <a href=\"http://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"http://profiles.wordpress.org/wokamoto\">wokamoto</a>, <a href=\"http://profiles.wordpress.org/xsonic\">xsonic</a>, <a href=\"http://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"http://profiles.wordpress.org/yurivictor\">Yuri Victor</a>, <a href=\"http://profiles.wordpress.org/zbtirrell\">Zach Tirrell</a>, and <a href=\"http://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>. Also thanks to <a href=\"http://michaelpick.wordpress.com/\">Michael Pick</a> for producing the release video.</p>\n<p>If you want to follow along or help out, check out <a href=\"http://make.wordpress.org/\">Make WordPress</a> and our <a href=\"http://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.0!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wordpress.org/news/2014/04/smith/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 3.9 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Apr 2014 09:47: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: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=3151\";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:356:\"The second release candidate for WordPress 3.9 is now available for testing. If you haven’t tested 3.9 yet, you’re running out of time! We made about five dozen changes since the first release candidate, and those changes are all helpfully summarized in our weekly post on the development blog. Probably the biggest fixes are to live […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:2273:\"<p>The second release candidate for WordPress 3.9 is now available for testing.</p>\n<p>If you haven’t tested 3.9 yet, you’re running out of time! We made about five dozen changes since the <a title=\"WordPress 3.9 Release Candidate\" href=\"//wordpress.org/news/2014/04/wordpress-3-9-release-candidate/\">first release candidate</a>, and those changes are all helpfully summarized <a href=\"//make.wordpress.org/core/?p=10237\">in our weekly post</a> on the development blog. Probably the biggest fixes are to live widget previews and the new theme browser, along with some extra TinyMCE compatibility and some RTL fixes.</p>\n<p><strong>Plugin authors:</strong> Could you test your plugins against 3.9, and if they’re compatible, make sure they are marked as tested up to 3.9? It only takes a few minutes and this really helps make launch easier. Be sure to follow along the core development blog; we’ve been posting <a href=\"//make.wordpress.org/core/tag/3-9-dev-notes/\">notes for developers for 3.9</a>. (For example: <a href=\"//make.wordpress.org/core/2014/04/15/html5-galleries-captions-in-wordpress-3-9/\">HTML5</a>, <a href=\"//make.wordpress.org/core/2014/04/14/symlinked-plugins-in-wordpress-3-9/\">symlinks</a>, <a href=\"//make.wordpress.org/core/2014/04/07/mysql-in-wordpress-3-9/\">MySQL</a>, <a href=\"//make.wordpress.org/core/2014/04/11/plupload-2-x-in-wordpress-3-9/\">Plupload</a>.)</p>\n<p>To test WordPress 3.9 RC2, try the <a href=\"//wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"//wordpress.org/wordpress-3.9-RC2.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 3.9, visit the nearly complete About screen in your dashboard (<strong><img src=\"//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) and also check out <a title=\"WordPress 3.9 Beta 1\" href=\"//wordpress.org/news/2014/03/wordpress-3-9-beta-1/\">the Beta 1 post</a>.</p>\n<p><em>This is for testing,</em><br />\n<em>so not recommended for<br />\nproduction sites—yet.</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:73:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 3.8.3 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2014/04/wordpress-3-8-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:59:\"http://wordpress.org/news/2014/04/wordpress-3-8-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:\"Mon, 14 Apr 2014 19:29: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: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=3145\";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:338:\"WordPress 3.8.3 is now available to fix a small but unfortunate bug in the WordPress 3.8.2 security release. The “Quick Draft” tool on the dashboard screen was broken in the 3.8.2 update. If you tried to use it, your draft would disappear and it wouldn’t save. While we doubt anyone was writing a novella using […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:2339:\"<p>WordPress 3.8.3 is now available to fix a small but unfortunate bug in the <a title=\"WordPress 3.8.2 Security Release\" href=\"http://wordpress.org/news/2014/04/wordpress-3-8-2/\">WordPress 3.8.2 security release</a>.</p>\n<p>The “Quick Draft” tool on the dashboard screen was broken in the 3.8.2 update. If you tried to use it, your draft would disappear and it wouldn’t save. While we doubt anyone was writing a novella using this tool, <em>any</em> loss of content is unacceptable to us.</p>\n<p>We recognize how much trust you place in us to safeguard your content, and we take this responsibility very seriously. We’re sorry we let you down.</p>\n<p>We’ve all lost words we’ve written before, like an email thanks to a cat on the keyboard or a term paper to a blue screen of death. Over the last few WordPress releases, we’ve made a number of improvements to features like autosaves and revisions. With revisions, an old edit can always be restored. We’re trying our hardest to save your content somewhere even if your power goes out or your browser crashes. We even monitor your internet connection and prevent you from hitting that “Publish” button at the exact moment the coffee shop Wi-Fi has a hiccup.</p>\n<p>It’s <em>possible</em> that the quick draft you lost last week is still in the database, and just hidden from view. As an added complication, these “discarded drafts” normally get deleted after seven days, and it’s already been six days since the release. If we were able to rescue your draft, you’ll see it on the “All Posts” screen after you update to 3.8.3. (We’ll also be pushing 3.8.3 out as a background update, so you may just see a draft appear.)</p>\n<p>So, if you tried to jot down a quick idea last week, I hope WordPress has recovered it for you. Maybe it’ll turn into that novella.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.8.3</a> or click “Update Now” on Dashboard → Updates.</p>\n<p><em>This affected version 3.7.2 as well, so we’re pushing a 3.7.3 to these installs, but we’d encourage you to update to the latest and greatest.</em></p>\n<hr />\n<p><em>Now for some good news:<br />\nWordPress 3.9 is near.<br />\nExpect it this week</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/04/wordpress-3-8-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:6;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 3.9 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.org/news/2014/04/wordpress-3-9-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:\"Tue, 08 Apr 2014 21:05: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: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=3129\";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:338:\"As teased earlier, the first release candidate for WordPress 3.9 is now available for testing! We hope to ship WordPress 3.9 next week, but we need your help to get there. If you haven’t tested 3.9 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.) To test WordPress 3.9 […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:2967:\"<p><a href=\"//wordpress.org/news/2014/04/wordpress-3-8-2/\">As teased earlier</a>, the first release candidate for WordPress 3.9 is now available for testing!</p>\n<p>We hope to ship WordPress 3.9 <em>next week</em>, but we need your help to get there. If you haven’t tested 3.9 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.)</p>\n<p>To test WordPress 3.9 RC1, try the <a href=\"//wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"//wordpress.org/wordpress-3.9-RC1.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 3.9, visit the work-in-progress About screen in your dashboard (<strong><img src=\"//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) and check out <a title=\"WordPress 3.9 Beta 1\" href=\"//wordpress.org/news/2014/03/wordpress-3-9-beta-1/\">the Beta 1 post</a>.</p>\n<p><strong>Think you’ve found a bug? </strong>Please post to the <a href=\"//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=\"//core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p><strong>If you’re a plugin author</strong>, there are two important changes in particular to be aware of:</p>\n<ul>\n<li>TinyMCE received a major update, to version 4.0. Any editor plugins written for TinyMCE 3.x might require some updates. (If things broke, we’d like to hear about them so we can make adjustments.) For more, see TinyMCE’s <a href=\"http://www.tinymce.com/wiki.php/Tutorial:Migration_guide_from_3.x\">migration guide</a> and <a href=\"http://www.tinymce.com/wiki.php/api4:index\">API documentation</a>, and the notes on the <a href=\"//make.wordpress.org/core/2014/01/18/tinymce-4-0-is-in-core/\">core development blog</a>.</li>\n<li>WordPress 3.9 now uses the MySQLi Improved extension for sites running PHP 5.5. Any plugins that made direct calls to <code>mysql_*</code> functions will experience some problems on these sites. For more information, see the notes on the <a href=\"//make.wordpress.org/core/2014/04/07/mysql-in-wordpress-3-9/\">core development blog</a>.</li>\n</ul>\n<p>Be sure to follow along the core development blog, where we will be continuing to post <a href=\"//make.wordpress.org/core/tag/3-9-dev-notes/\">notes for developers for 3.9</a>. (For example, read <a href=\"//make.wordpress.org/core/2014/03/27/masonry-in-wordpress-3-9/\">this</a> if you are using Masonry in your theme.) And please, please update your plugin’s <em>Tested up to</em> version in the readme to 3.9 before April 16.</p>\n<p><em>Release candidate<br />\nThis haiku’s the easy one<br />\n3.9 is near</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/news/2014/04/wordpress-3-9-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: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:32:\"WordPress 3.8.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:50:\"http://wordpress.org/news/2014/04/wordpress-3-8-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:59:\"http://wordpress.org/news/2014/04/wordpress-3-8-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:\"Tue, 08 Apr 2014 19:04: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: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=3124\";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:355:\"WordPress 3.8.2 is now available. This is an important security release for all previous versions and we strongly encourage you to update your sites immediately. This releases fixes a weakness that could let an attacker force their way into your site by forging authentication cookies. This was discovered and fixed by Jon Cave 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:2272:\"<p>WordPress 3.8.2 is now available. This is an important security release for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>This releases fixes a weakness that could let an attacker force their way into your site by forging authentication cookies. This was discovered and fixed by <a href=\"http://joncave.co.uk/\">Jon Cave</a> of the WordPress security team.</p>\n<p>It also contains a fix to prevent a user with the Contributor role from improperly publishing posts. Reported by <a href=\"http://edik.ch/\">edik</a>.</p>\n<p>This release also fixes nine bugs and contains three other security hardening changes:</p>\n<ul>\n<li>Pass along additional information when processing pingbacks to help hosts identify potentially abusive requests.</li>\n<li>Fix a low-impact SQL injection by trusted users. Reported by <a href=\"http://www.dxw.com/\">Tom Adams</a> of dxw.</li>\n<li>Prevent possible cross-domain scripting through Plupload, the third-party library WordPress uses for uploading files. Reported by <a href=\"http://szgru.website.pl/\">Szymon Gruszecki</a>.</li>\n</ul>\n<p>We appreciated <a href=\"http://codex.wordpress.org/FAQ_Security\">responsible disclosure</a> of these security issues directly to our security team. For more information on all of the changes, see the <a href=\"http://codex.wordpress.org/Version_3.8.2\">release notes</a> or consult <a href=\"https://core.trac.wordpress.org/log/branches/3.8?rev=28057&stop_rev=27024\">the list of changes</a>.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.8.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.8.2 within 12 hours. If you are still on WordPress 3.7.1, you will be updated to 3.7.2, which contains the same security fixes as 3.8.2. We don’t support older versions, so please update to 3.8.2 for the latest and greatest.</p>\n<p>Already testing WordPress 3.9? The first release candidate is <a href=\"https://wordpress.org/wordpress-3.9-RC1.zip\">now available</a> (zip) and it contains these security fixes. Look for a full announcement later today; we expect to release 3.9 next week.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/04/wordpress-3-8-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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 3.9 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-3/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 29 Mar 2014 13:15:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s: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=3106\";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:373:\"The third (and maybe last) beta of WordPress 3.9 is now available for download. Beta 3 includes more than 200 changes, including: New features like live widget previews and the new theme installer are now more ready for prime time, so check ‘em out. UI refinements when editing images and when working with media in the editor. We’ve also brought […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:2668:\"<p>The third (and maybe last) beta of WordPress 3.9 is now available for download.</p>\n<p>Beta 3 includes more than 200 <a href=\"https://core.trac.wordpress.org/log?rev=27850&stop_rev=27639&limit=300\">changes</a>, including:</p>\n<ul>\n<li>New features like live widget previews and the new theme installer are now more ready for prime time, so check ‘em out.</li>\n<li>UI refinements when editing images and when working with media in the editor. We’ve also brought back some of the advanced display settings for images.</li>\n<li>If you want to test out audio and video playlists, the links will appear in the media manager once you’ve uploaded an audio or video file.</li>\n<li>For theme developers, we’ve added HTML5 caption support (<a class=\"reopened ticket\" title=\"task (blessed): HTML5 captions (reopened)\" href=\"https://core.trac.wordpress.org/ticket/26642\">#26642</a>) to match the new gallery support (<a class=\"closed ticket\" title=\"enhancement: HTML5 Galleries (closed: fixed)\" href=\"https://core.trac.wordpress.org/ticket/26697\">#26697</a>).</li>\n<li>The formatting function that turns straight quotes into smart quotes (among other things) underwent some changes to drastically speed it up, so let us know if you see anything weird.</li>\n</ul>\n<p><strong>We need your help</strong>. We’re still aiming for an April release, 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/03/wordpress-3-9-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=\"http://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 3.9 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 3.9.</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 3.9, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.9-beta3.zip\">download the beta here</a> (zip).</p>\n<p><em>WordPress 3.9<br />\nLet’s make the date official<br />\nIt’s April 16</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 3.9 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Mar 2014 05:01:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s: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=3101\";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:309:\"WordPress 3.9 Beta 2 is now available for testing! We’ve made more than a hundred changes since Beta 1, but we still need your help if we’re going to hit our goal of an April release. For what to look out for, please head on over to the Beta 1 announcement post. Some of the changes in […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:1901:\"<p>WordPress 3.9 Beta 2 is now available for testing!</p>\n<p>We’ve made more than a hundred <a href=\"https://core.trac.wordpress.org/log?rev=27639&stop_rev=27500&limit=200\">changes</a> since Beta 1, but we still need your help if we’re going to hit our goal of an April release. For what to look out for, please head on over to <a href=\"https://wordpress.org/news/2014/03/wordpress-3-9-beta-1/\">the Beta 1 announcement post</a>. Some of the changes in Beta 2 include:</p>\n<ul>\n<li>Rendering of embedded audio and video players directly in the visual editor.</li>\n<li>Visual and functional improvements to the editor, the media manager, and theme installer.</li>\n<li>Various bug fixes to TinyMCE, the software behind the visual editor.</li>\n<li>Lots of fixes to widget management in the theme customizer.</li>\n</ul>\n<p>As always,<strong> if you think you’ve found a bug</strong>, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"http://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&group=component&milestone=3.9\">everything we’ve fixed</a> so far.</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 3.9, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.9-beta2.zip\">download the beta here</a> (zip).</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:31:\"http://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 27 Jul 2014 15:54:32 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:10:\"x-pingback\";s:36:\"http://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Fri, 18 Jul 2014 21:15:58 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911080210\";}','no'),(493,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1406519721','no'),(494,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1406476521','no'),(491,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1406519721','no'),(492,'_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:94:\"WordPress.tv: Lisa Ghisolf: A House with No Walls – Creating a Site Structure for the Future\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=36561\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"http://wordpress.tv/2014/07/27/lisa-ghisolf-a-house-with-no-walls-creating-a-site-structure-for-the-future/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:730:\"<div id=\"v-aEPJoMRa-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36561/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36561/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36561&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/07/27/lisa-ghisolf-a-house-with-no-walls-creating-a-site-structure-for-the-future/\"><img alt=\"Lisa Ghisolf: A House with No Walls – Creating a Site Structure for the Future\" src=\"http://videos.videopress.com/aEPJoMRa/video-1b85f1425e_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 27 Jul 2014 15:02:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:29:\"Matt: Blinkist Book Summaries\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=43944\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2014/07/blinkist-book-summaries/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:709:\"<p>I’ve been <a href=\"https://www.blinkist.com/\">enjoying a new-to-me app called Blinkist</a>, which is basically summaries of interesting non-fiction books. The summaries are really well-written, and I enjoy reading them as refreshers even when I’ve read an entire book already. Many business or non-fiction books I read would have been better as an article, and you can tell when a publisher has encouraged an author to pad the book a bit so they can sell it for more, and the Blinkist version often satisfies my curiosity there. And finally there’s some I read that just whet my appetite for more, and I end up ordering the full book. I ended up subscribing to the service for $50/yr.</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, 26 Jul 2014 16:02: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: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:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WordPress.tv: Sam Hotchkiss: Building and Managing Large Multisite Networks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=36571\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2014/07/26/sam-hotchkiss-building-and-managing-large-multisite-networks/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:698:\"<div id=\"v-hMBOtp6s-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36571/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36571/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36571&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/07/26/sam-hotchkiss-building-and-managing-large-multisite-networks/\"><img alt=\"Sam Hotchkiss: Building and Managing Large Multisite Networks\" src=\"http://videos.videopress.com/hMBOtp6s/video-b358470e1d_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Jul 2014 15:55:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WordPress.tv: John James Jacoby: Multisite and Multi-network\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=36550\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.tv/2014/07/26/john-james-jacoby-multisite-and-multi-network/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:668:\"<div id=\"v-U63XNagL-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36550/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36550/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36550&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/07/26/john-james-jacoby-multisite-and-multi-network/\"><img alt=\"John James Jacoby: Multisite and Multi-network\" src=\"http://videos.videopress.com/U63XNagL/video-47ac2c315b_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Jul 2014 15:42: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:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:105:\"WordPress.tv: Torsten Landsiedel, Frank Staude: Neu in WordPress – Wo finde ich Hilfe und Informationen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=36406\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2014/07/26/torsten-landsiedel-frank-staude-neu-in-wordpress-wo-finde-ich-hilfe-und-informationen/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:753:\"<div id=\"v-wyr9mh2X-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36406/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36406/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36406&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/07/26/torsten-landsiedel-frank-staude-neu-in-wordpress-wo-finde-ich-hilfe-und-informationen/\"><img alt=\"Torsten Landsiedel, Frank Staude: Neu in WordPress – Wo finde ich Hilfe und Informationen\" src=\"http://videos.videopress.com/wyr9mh2X/video-fbcac556b6_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Jul 2014 15:36: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:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:95:\"WPTavern: New WordPress Plugin By Pressware Provides An Easy Way To Insert Images Into A 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=27142\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:234:\"http://wptavern.com/new-wordpress-plugin-by-pressware-provides-an-easy-way-to-insert-images-into-a-widget?utm_source=rss&utm_medium=rss&utm_campaign=new-wordpress-plugin-by-pressware-provides-an-easy-way-to-insert-images-into-a-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4709:\"<p><a title=\"http://wordpress.org/plugins/pressware-image-widget/\" href=\"http://wordpress.org/plugins/pressware-image-widget/\">Pressware Image Widget</a> is a new plugin by Tom Mcfarlin, of <a title=\"http://pressware.co/\" href=\"http://pressware.co/\">Pressware, </a>that makes it really simple to add an image to a widget. While there are plenty of existing plugins that provide similar functionality, Pressware Image Widget stays close to the core of WordPress and is a no frills approach to the problem. The plugin is a result of a few projects Mcfarlin has worked on to provide clients an easy way to upload images through the media library into a widget.</p>\n<p>After installing and activating the plugin, you’ll need to browse to <strong>Appearance > Widgets</strong> and locate the Pressware Image Widget. Drag the widget to a sidebar of your choice. When you click the upload button, the same pop up window used for inserting an image into a post will appear. You can either use an image that already exist or upload a new image to the media library. The image will automatically be proportionate to the width of the sidebar.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/PresswareImageWidgetInaction.png\" rel=\"prettyphoto[27142]\"><img class=\"size-full wp-image-27168\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/PresswareImageWidgetInaction.png?resize=441%2C676\" alt=\"Assigning An Image To Pressware Image Widget\" /></a>Assigning An Image To Pressware Image Widget\n<p>You can use multiple instances of the widget to display multiple images on the front end of the site. You can tell which image is being used in the widget by its title.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/PresswareWidgetUsesImagetitles.png\" rel=\"prettyphoto[27142]\"><img class=\"size-full wp-image-27169\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/PresswareWidgetUsesImagetitles.png?resize=436%2C260\" alt=\"A Good Reason To Use Descriptive Image Titles\" /></a>A Good Reason To Use Descriptive Image Titles\n<p>One feature missing from the plugin that I’d find valuable is the ability to set a URL. This would make it easy to point people to a specific post using its featured image. Or, I could use a sidebar to highlight a collection of posts using images instead of text. Being able to set a URL for the image opens up more possibilities to use the widget.</p>\n<h2>The Business Model Behind Pressware Image Widget</h2>\n<p>The plugin is available for free on the <a title=\"http://wordpress.org/plugins/pressware-image-widget/\" href=\"http://wordpress.org/plugins/pressware-image-widget/\">WordPress plugin directory</a> but if you need support or want to access additional features, you’ll need to purchase the commercial version <a title=\"http://shop.pressware.co/image-widget/\" href=\"http://shop.pressware.co/image-widget/\">available on Pressware.co</a>. The pro version doesn’t have any distinctive features over the free one but that will change as Mcfarlin plans to release an update next month. Mcfarlin <a title=\"http://tommcfarlin.com/image-widget-wordpress/\" href=\"http://tommcfarlin.com/image-widget-wordpress/\">outlines the reasons</a> for two different versions and explains why having a free version will build brand awareness. However, he also mentions that the business model around the plugin is a bit of an experiment.</p>\n<blockquote><p>To be honest, it’s all a bit of an experiment to see how it goes, but that doesn’t change the fact that a significant amount of effort has gone into trying to create a well-architected, lightweight, easy-to-use plugin that helps users add images to their sidebar.</p>\n<p>Whether or not this particular approach will work is yet to be proven, so I’m eager to see it play out.</p></blockquote>\n<p>I asked Mcfarlin how he’ll decide which features are added to the free or commercial product. “<span id=\"mailbox-conversation\">In short, the plugin has a roadmap right now of a few more things to add. However, the majority of the features will be relegated to premium customers</span>“, Mcfarlin said. He plans on managing both products based on value. Despite being subjective, the more valuable features will be developed into the commercial product. Users of the commercial version are granted access to features first with an eventual delivery to the free version.</p>\n<p>Is this something you can see yourself using on client sites? If you decide to try out this plugin, let us know about your experience in the comments. Also, what features would you like to see added to Pressware Image Widget that you’d consider paying for?</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, 26 Jul 2014 05:00: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: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:80:\"WPTavern: WPWeekly Episode 155 – Facebook Groups, Selfies, and Heavy Analytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=27172&preview_id=27172\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:192:\"http://wptavern.com/wpweekly-episode-155-facebook-groups-selfies-and-heavy-analytics?utm_source=rss&utm_medium=rss&utm_campaign=wpweekly-episode-155-facebook-groups-selfies-and-heavy-analytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3137:\"<p>In this weeks short and sweet edition of WordPress weekly, we get you caught up on the news of the week. We share our reactions to Automattic’s new <a href=\"http://getselfies.com/\" title=\"http://getselfies.com/\">Selfies app</a> for Android and whether it’s a sign of things to come with the Gravatar mobile app.</p>\n<p>Heavy analytics ceases development but the code lives on. Outside of what Heavy Analytics offers, I’ve never seen a collection of analytics specifically catered to WordPress and BuddyPress. Hopefully, someone or a team picks up the reigns and continues development. Last but not least, we discuss the trend of theme shops dropping option frameworks in favor of using the customizer built into WordPress.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/heavy-analytics-for-wordpress-now-open-source-and-available-on-github\" title=\"http://wptavern.com/heavy-analytics-for-wordpress-now-open-source-and-available-on-github\">Heavy Analytics for WordPress Now Open Source and Available on GitHub</a><br />\n<a href=\"http://wptavern.com/wordpress-tv-seeks-bilingual-moderators-to-help-expand-international-coverage\" title=\"http://wptavern.com/wordpress-tv-seeks-bilingual-moderators-to-help-expand-international-coverage\">WordPress.tv Seeks Bilingual Moderators to Help Expand International Coverage</a><br />\n<a href=\"http://wptavern.com/wpcore-plugin-manager-adds-favoriting-and-custom-plugins-to-collections\" title=\"http://wptavern.com/wpcore-plugin-manager-adds-favoriting-and-custom-plugins-to-collections\">WPCore Plugin Manager Adds Favoriting and Custom Plugins to Collections</a><br />\n<a href=\"http://wptavern.com/gavickpro-abandons-theme-framework-in-favor-of-wordpress-customizer\" title=\"http://wptavern.com/gavickpro-abandons-theme-framework-in-favor-of-wordpress-customizer\">GavickPro Abandons Theme Framework in Favor of WordPress Customizer</a><br />\n<a href=\"http://wptavern.com/automattics-planned-gravatar-app-morphs-into-a-selfies-app-for-android\" title=\"http://wptavern.com/automattics-planned-gravatar-app-morphs-into-a-selfies-app-for-android\">Automattic’s Planned Gravatar App Morphs Into a Selfies App for Android</a><br />\n<a href=\"http://wptavern.com/a-facebook-group-dedicated-to-advanced-wordpress-topics\" title=\"http://wptavern.com/a-facebook-group-dedicated-to-advanced-wordpress-topics\">A Facebook Group Dedicated To Advanced WordPress Topics</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Friday, August 1st 3 P.M. Eastern – Crowdfunding Roundtable Discussion</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 #155:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Jul 2014 04:42:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:64:\"WPTavern: A Beautiful Way to Display Color Palettes in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=27151\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:172:\"http://wptavern.com/a-beautiful-way-to-display-color-palettes-in-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=a-beautiful-way-to-display-color-palettes-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3137:\"<p>Color palettes are fun way to explore colors for a concept, redesign, decoration ideas or home improvement projects. If you get excited when walking into a paint store, then you understand the small thrill of viewing colors together in coordinated palettes. Many design-oriented sites, such as <a href=\"http://www.colourlovers.com/\" target=\"_blank\">ColourLovers.com</a> or <a href=\"http://design-seeds.com/\" target=\"_blank\">Design Seeds</a>, are devoted entirely to the concept of creating pleasing color palettes.</p>\n<p><a href=\"http://wordpress.org/plugins/awesome-color-palettes/\" target=\"_blank\">Awesome Color Palettes</a> is a new plugin that makes it easy to display color palettes in WordPress content. The plugin allows users to create their own color palettes using a shortcode that passes a list of colors:</p>\n<p><code>[awe_palette colors=\"434858,5886c5,#f2674a,c6006d\"]</code></p>\n<p>The shortcode is not sensitive, so you can include the # or not; it doesn’t affect the output. Multiple shortcodes can be listed on the same post or page and will display as stacked palettes:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/colors-in-post.jpg\" rel=\"prettyphoto[27151]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/colors-in-post.jpg?resize=893%2C405\" alt=\"colors-in-post\" class=\"aligncenter size-full wp-image-27156\" /></a></p>\n<p>Including palettes in your posts lets you easily discuss color trends or ideas for a project in your article with interactive palettes to illustrate. Mouseover any palette to display its hexadecimal color codes:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/colors-mouseover.jpg\" rel=\"prettyphoto[27151]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/colors-mouseover.jpg?resize=893%2C216\" alt=\"colors-mouseover\" class=\"aligncenter size-full wp-image-27159\" /></a></p>\n<p>Check out a <a href=\"http://halgatewood.com/palettes/\" target=\"_blank\">live demo</a> of the palette display on the plugin author’s website. You can see how easy it would be to curate your own list of beautiful color combinations.</p>\n<p>The plugin’s author includes a template tag if you want to add palettes to your theme. You can also create an awesome-color-palette.php file and add it to your theme folder to create custom palettes for whatever you need.</p>\n<p>The palettes can handle up to 10 colors out of the box, but the CSS is very easily to edit, should you wish to include more or desire to change how they are displayed.</p>\n<p>Saving your color palettes on a third-party website allows you to share them with other people, but there’s always the chance that you could lose all of your palettes one day if the service goes away. This plugin gives you a way to easily backup all of your palettes to your WordPress site. It also makes color-related discussions on your site more interesting and could easily be used with portfolios. You can download <a href=\"http://wordpress.org/plugins/awesome-color-palettes/\" target=\"_blank\">Awesome Color Palettes</a> for free from WordPress.org.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Jul 2014 21:15:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:23:\"Matt: The Fermi Paradox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=43938\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://ma.tt/2014/07/the-fermi-paradox/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:216:\"<p>Do you know what the Fermi Paradox is? Take 20 minutes <a href=\"http://waitbutwhy.com/2014/05/fermi-paradox.html\">to read this article and I promise you’ll never look at the stars the same way again</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, 25 Jul 2014 18:02: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: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: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:60:\"WPTavern: GravityView Launches an App Based on Gravity Forms\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=27068\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:164:\"http://wptavern.com/gravityview-launches-an-app-based-on-gravity-forms?utm_source=rss&utm_medium=rss&utm_campaign=gravityview-launches-an-app-based-on-gravity-forms\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3743:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/gravity-view.jpg\" rel=\"prettyphoto[27068]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/gravity-view.jpg?resize=681%2C282\" alt=\"gravity-view\" class=\"aligncenter size-full wp-image-27113\" /></a></p>\n<p>WordPress developers <a href=\"https://katz.co/\" target=\"_blank\">Zack Katz</a> and <a href=\"http://tinygod.pt/\" target=\"_blank\">Luis Godinho</a> launched <a href=\"https://gravityview.co/\" target=\"_blank\">GravityView</a> this week, a new suite of products that makes it easy to display <a href=\"http://www.gravityforms.com/\" target=\"_blank\">Gravity Forms</a> entries on your site. The idea was born when Katz decided to rewrite his popular <a href=\"https://wordpress.org/plugins/gravity-forms-addons/\" target=\"_blank\">Gravity Forms Directory</a> plugin, which has received more than 87,000 downloads on WordPress.org.</p>\n<p>The new <a href=\"http://wptavern.com/gravityforms-1-8-beta-released-introduces-api\" target=\"_blank\">Gravity Forms API</a> enabled the duo to create their own templating system that allows users to edit Gravity Forms on the frontend of their websites. GravityView is launching with a number of preset views that can be customized to display profiles, resumes, a job board, an issues tracker, business listings, and more. The plugin packages a drag-and-drop UI which allows users to fine-tune the view layout, and add/remove field entries and widgets.</p>\n<p>I spoke with <a href=\"http://www.rocketgenius.com/\" target=\"_blank\">Carl Hancock</a>, creator of Gravity Forms, who said that the GravityView team asked for his input from the beginning. “We think it’s great for our ecosystem just like all the free 3rd party add-ons,” he said, but noted that this product goes beyond a simple add-on:</p>\n<blockquote><p>GravityView is more of an App for Gravity Forms than an add-on. We view Add-Ons as plugins that provide integration with 3rd party services or add simpler enhancements and features to Gravity Forms vs. more of an app that adds a wide array of functionality.</p></blockquote>\n<p>Viewing form entries on the frontend of a website has been one of Gravity Forms’ most requested features for a long time. Hancock has considered creating something along these lines in a much simpler form. “We did have plans to develop an add-on that allows you to display form entries on the front end of your site and we may still pursue that, but it would not go to the level that GravityView does,” Hancock said. For more functionality he would point customers to GravityView, in the same way he currently does for other third-party add-ons.</p>\n<p>“We encourage developers to create 3rd party add-ons because there are so many feature requests and 3rd party integration requests that it is just impossible for us to create them all in house,” Hancock said. In fact, the very existence of GravityView is the result of Gravity Forms’ developer-friendly architecture. “From the beginning we’ve designed things to be extremely extensible with a huge array of hooks, filters and a complete API,” Hancock said.</p>\n<p>Gravity Forms users can expect even more apps coming their way in the future.<strong> “I know there will definitely be other commercial plugins designed to work with Gravity Forms that are apps and not merely add-ons because that is precisely what we plan on doing ourselves,”</strong> Hancock told the Tavern. Building an API for Gravity Forms has helped spur the plugin on to further success, and <a href=\"https://gravityview.co/\" target=\"_blank\">GravityView</a> is just the beginning of a new wave of apps designed to work with it.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Jul 2014 17:38: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: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:50:\"WordPress.tv: Hilary Fosdal: No Regrets Web Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=36505\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.tv/2014/07/25/hilary-fosdal-no-regrets-web-design/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:648:\"<div id=\"v-D7fY3Nls-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36505/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36505/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36505&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/07/25/hilary-fosdal-no-regrets-web-design/\"><img alt=\"Hilary Fosdal: No Regrets Web Design\" src=\"http://videos.videopress.com/D7fY3Nls/video-f045c25777_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Jul 2014 15:30:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WordPress.tv: Konstantin Obenland: Der 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://wordpress.tv/?p=36368\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.tv/2014/07/25/konstantin-obenland-the-customizer-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:648:\"<div id=\"v-Vj3SN0bj-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36368/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36368/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36368&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/07/25/konstantin-obenland-the-customizer-3/\"><img alt=\"Konstantin Obenland: The Customizer\" src=\"http://videos.videopress.com/Vj3SN0bj/video-e6c2ad258d_scruberthumbnail_2.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Jul 2014 15:26:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:51:\"WordPress.tv: Tobias Schwarz: Keep Calm And Blog On\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=36408\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.tv/2014/07/25/tobias-schwarz-keep-calm-and-blog-on/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:650:\"<div id=\"v-wvKxU5bz-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36408/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36408/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36408&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/07/25/tobias-schwarz-keep-calm-and-blog-on/\"><img alt=\"Tobias Schwarz: Keep Calm And Blog On\" src=\"http://videos.videopress.com/wvKxU5bz/video-69c9383f99_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Jul 2014 15:20:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: WordPress.com Moves to Standardize Theme Support for Site Logos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=27070\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:180:\"http://wptavern.com/wordpress-com-moves-to-standardize-theme-support-for-logos?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-com-moves-to-standardize-theme-support-for-logos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3382:\"<p>WordPress.com <a href=\"http://en.blog.wordpress.com/2014/07/24/site-logo/\" target=\"_blank\">introduced</a> a new site logo feature today with the goal of standardizing the way themes present logo upload. When it comes to <a href=\"http://wptavern.com/wordpress-theme-shops-move-towards-preserving-data-portability\" target=\"_blank\">data portability</a>, you’re usually out of luck with logos. Ordinarily, when you change to a new theme, you lose your logo. Each theme developer has a different way of incorporating logo upload, but it’s not portable across themes.</p>\n<p>The new <a href=\"http://en.support.wordpress.com/site-logo/\" target=\"_blank\">site logo</a> feature allows you to optionally display the site’s title and tagline along with the logo, which will automatically appear on any of WordPress.com’s <a href=\"http://theme.wordpress.com/themes/features/site-logo/\" target=\"_blank\">supported themes</a>. All future themes will come with the site logo feature and WordPress.com developers are working to add support to previously released themes.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/site-logo.jpg\" rel=\"prettyphoto[27070]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/site-logo.jpg?resize=555%2C346\" alt=\"site-logo\" class=\"aligncenter size-full wp-image-27082\" /></a></p>\n<p>As WordPress.com moves to standardize theme support for site logos, the rest of the WordPress ecosystem may soon follow suit. The Jetpack team is <a href=\"https://twitter.com/kwight/status/492204961619398656\" target=\"_blank\">considering adding the site logos feature</a> into the mix after getting it running on WordPress.com, making it possible for self-hosted WordPress sites to enjoy logo portability. The availability of a standardized site logo plugin would improve data portability across the board, whether it comes through Jetpack or another community-supported plugin. It would also help theme developers everywhere to be more efficient when building products.</p>\n<p>Brian Krogsgard recently published a piece proposing that <a href=\"http://www.poststat.us/wordpress-com-jetpack-lead-way-toward-standardizing-custom-post-types/\" target=\"_blank\">WordPress.com and Jetpack should lead the way toward standardizing custom post types</a> so that users can easily move from theme to theme without losing data.</p>\n<blockquote><p>But if you have a post type for a portfolio, or testimonials, or staff bios, or something more generic, it could be a great thing to standardize so that different themes could support the same post type, which would result in better transitions for users from theme to theme.</p></blockquote>\n<p>Standardizing CPTs also helps theme developers create designs that can be used with any number of third-party extensions. Two plugins may use the same prefix to create testimonials and the user has the option the select the one he thinks is best.</p>\n<p>Standardizing theme support for logos is in that same vein. If you hope to be able to use this feature with self-hosted WordPress themes, keep an eye on <a href=\"https://github.com/Automattic/site-logo\" target=\"_blank\">Automattic’s site logos repo</a> to see where it goes. If theme developers can make it easier for users to move from theme to theme, they’re likely to stick with WordPress and redesign more often.</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, 25 Jul 2014 02:16:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:65:\"WPTavern: Hashcash.io Adds Support for Comabating BuddyPress Spam\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=27021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:174:\"http://wptavern.com/hashcash-io-adds-support-for-comabating-buddypress-spam?utm_source=rss&utm_medium=rss&utm_campaign=hashcash-io-adds-support-for-comabating-buddypress-spam\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4628:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/02/buddypress-wallpapers1.png\" rel=\"prettyphoto[27021]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/02/buddypress-wallpapers1.png?resize=800%2C450\" alt=\"buddypress-wallpapers\" class=\"aligncenter size-full wp-image-16156\" /></a></p>\n<p>It’s no secret that BuddyPress sites attract a serious amount of registration spam. Plugins such as <a href=\"http://wordpress.org/plugins/buddypress-recaptcha/\" target=\"_blank\">BuddyPress reCAPTCHA</a>, <a href=\"http://wordpress.org/plugins/bp-security-check/\" target=\"_blank\">BuddyPress Security Check</a>, <a href=\"http://wordpress.org/plugins/si-captcha-for-wordpress/\" target=\"_blank\">SI CAPTCHA Anti-Spam</a>, and <a href=\"https://github.com/pixeljar/BuddyPress-Honeypot\" target=\"_blank\">BuddyPress Honeypot</a> are either ineffective, inconvenient, or not well maintained. The often-recommended, though unfortunately named, <a href=\"http://wordpress.org/plugins/wangguard/\" target=\"_blank\">WangGuard</a> plugin is moderately successful at stopping BuddyPress spam, but is linked up to a commercial service.</p>\n<p>When a new plugin comes along with support for combating BuddyPress spam, community managers take note. This week we’ve been following the <a href=\"http://wptavern.com/hashcash-wordpress-plugin-makes-bots-and-spammers-work-for-you\" target=\"_blank\">Hashcash.io WordPress plugin</a>, which utilizes a unique approach to eliminating spam on registration, login, and comment forms. Pavel Karoukin, the project’s creator, has a <a href=\"http://wptavern.com/hashcash-io-reveals-strategy-for-capitalizing-on-spammers\" target=\"_blank\">strategy to capitalizing on spammers</a> by using the <a href=\"https://en.bitcoin.it/wiki/Proof_of_work\" target=\"_blank\">proof-of-work</a> concept in combination with open technologies to generate <a href=\"http://dogecoin.com/\" target=\"_blank\">Dogecoin</a> profits for site admins.</p>\n<p>In the latest 1.0.6 release of the Hashcash plugin, Karoukin <a href=\"https://github.com/hashcash/wordpress-hashcash/commit/a95d20e07f019c1e09c0b24f8e61b2587ca9122b\" target=\"_blank\">added support</a> for BuddyPress and sites that use <a href=\"http://diythemes.com/\" target=\"_blank\">Thesis</a> themes. The update adds the Hashcash unlock switch to the BuddyPress signup form, which uses a different registration process than the regular WordPress form.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/07/registration.jpg\" rel=\"prettyphoto[27021]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/07/registration.jpg?resize=956%2C792\" alt=\"registration\" class=\"aligncenter size-full wp-image-27046\" /></a></p>\n<p>The Hashcash plugin enables BuddyPress site admins to protect their registration forms in addition to login and comment forms. Keys for Hashcash.io are automatically generated within the WordPress admin, making it quick and easy to set up.</p>\n<p>Essentially, Hashcash.io stops spammers by forcing the user’s browser to do math. Hashcash plugin users have <a href=\"http://wptavern.com/hashcash-io-reveals-strategy-for-capitalizing-on-spammers#comment-57142\" target=\"_blank\">complained</a> about the painfully slow mobile experience. Karoukin is currently <a href=\"http://wptavern.com/hashcash-io-reveals-strategy-for-capitalizing-on-spammers#comment-57203\" target=\"_blank\">working on</a> an idea where calculations will be happening in the background, so that in most cases users will not be waiting on the browser. “Yesterday I brainstormed some ideas on how to make it even less painful for users (including mobile users.) The concept will stay the same, but UX will be different,” he <a href=\"http://wptavern.com/hashcash-io-reveals-strategy-for-capitalizing-on-spammers#comment-57185\" target=\"_blank\">said</a>.</p>\n<p>As far as BuddyPress spam-blocking plugins go, Hashcash is a fairly simple and relatively unobtrusive way to ensure that no bots register for your network. It also has excellent support for accessibility guidelines. The developer is very responsive to feedback and is continually evolving the plugin to become a truly painless solution on the human user end.</p>\n<p>If the project succeeds at reaching the critical mass required to make it profitable for website owners, BuddyPress site admins will be in a good position to capitalize on the steady onslaught of registration spam. In the meantime, the <a href=\"http://wordpress.org/plugins/hashcash/\" target=\"_blank\">Hashcash plugin</a> provides a decent method of deterring spam, even without the cash feature.</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, 24 Jul 2014 18:58:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:66:\"WPTavern: WPBeginner Reaches Funding Goal To Build Two New Schools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=27011\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:176:\"http://wptavern.com/wpbeginner-reaches-funding-goal-to-build-two-new-schools?utm_source=rss&utm_medium=rss&utm_campaign=wpbeginner-reaches-funding-goal-to-build-two-new-schools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1843:\"<p>Earlier this month, WPBeginner <a title=\"http://wptavern.com/wpbeginner-turns-5-celebrates-with-campaign-to-build-two-new-schools-in-guatemala\" href=\"http://wptavern.com/wpbeginner-turns-5-celebrates-with-campaign-to-build-two-new-schools-in-guatemala\">hosted a huge giveaway</a> to celebrate its 5th birthday. Alongside the giveaway, Syed Balkhi wanted to build two schools this year in Guatemala through the <a title=\"http://pencilsofpromise.org/\" href=\"http://pencilsofpromise.org/\">Pencils of Promise</a> charity. To do so, he needed $50,000. He ended up with $50,584. Once the schools are built, Balkhi will travel to Guatemala to take photos and videos.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/WPBeginner5thBDayFundingGoalReached.png\" rel=\"prettyphoto[27011]\"><img class=\"size-full wp-image-27016\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/WPBeginner5thBDayFundingGoalReached.png?resize=683%2C272\" alt=\"WPBeginner Funding Goal Reached\" /></a>WPBeginner Funding Goal Reached\n<p>When asked if he was surprised by how well the campaign did, Balkhi said, “Yes I was really surprised that we had such a good turn around from the community compared to last year.” I also asked him what he plans to do for next years charity event, “the goal for next year is to build 3 schools.”</p>\n<p>Three schools equals $75,000 which will require more companies to become platinum sponsors. However, Balkhi is not worried for two reasons. There will be more WordPress companies this time next year and existing ones will likely be larger.</p>\n<p>The event is becoming an annual tradition with each year promising to be bigger than the last. The success of this charitable event is another indication of how the WordPress community can rally together to support a great cause.</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, 24 Jul 2014 16:50: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: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:77:\"WPTavern: Brian Richards Leaves WebDevStudios To Work On WPSessions Full-Time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=26987\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:198:\"http://wptavern.com/brian-richards-leaves-webdevstudios-to-work-on-wpsessions-full-time?utm_source=rss&utm_medium=rss&utm_campaign=brian-richards-leaves-webdevstudios-to-work-on-wpsessions-full-time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5938:\"<p>After <a title=\"http://webdevstudios.com/2012/07/27/meet-brian-richards/\" href=\"http://webdevstudios.com/2012/07/27/meet-brian-richards/\">nearly two years</a> at WebDevStudios acting as a development lead, Brian Richards is stepping down to spend more time on his side project, <a title=\"http://wpsessions.com/\" href=\"http://wpsessions.com/\">WPSessions</a>. Richards is the lead developer of the <a title=\"http://wpstartbox.com/\" href=\"http://wpstartbox.com/\">Startbox theme framework</a> and is one of the organizers of <a title=\"http://2014.grandrapids.wordcamp.org/\" href=\"http://2014.grandrapids.wordcamp.org/\">WordCamp Grand Rapids</a> set to take place August 15-17, 2014.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2013/06/WPSessionsLogo.png\" rel=\"prettyphoto[26987]\"><img class=\"aligncenter size-full wp-image-7588\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2013/06/WPSessionsLogo.png?resize=316%2C77\" alt=\"WPSessions Logo\" /></a></p>\n<p>WPSessions was launched in 2013 and provides high quality content to help train the greater WordPress community. Richards pays presenters for their expertise and time to give high quality presentations on an ongoing basis. Since the launch, there have been sessions on <a title=\"http://wpsessions.com/sessions/good-wordcamp-presentations/\" href=\"http://wpsessions.com/sessions/good-wordcamp-presentations/\">how to be a better presenter at WordCamps</a>, <a title=\"http://wpsessions.com/sessions/working-with-buddypress/\" href=\"http://wpsessions.com/sessions/working-with-buddypress/\">working with BuddyPress</a>, and <a title=\"http://wpsessions.com/sessions/security-for-developers/\" href=\"http://wpsessions.com/sessions/security-for-developers/\">security for developers</a>.</p>\n<p>The success of the site has even surprised Richards, “I had no idea WPSessions would catch on like it has. I thought it would just be a fun little thing for me to do on the side and learn lots of cool things.” The site generates revenue by selling tickets to each session. The majority of sessions are priced at <strong>$30</strong>. However, the site offers a <a title=\"http://wpsessions.com/vip/\" href=\"http://wpsessions.com/vip/\">VIP membership</a> account that allows members to download the entire library of sessions, participate in the community, and learn directly from professionals. VIP membership is <strong>$24.75/mo</strong>, making it cheaper than purchasing tickets to each session.</p>\n<h2>A Chance To Win A Trip To WordCamp San Francisco 2014</h2>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/wps-give-away.jpg\" rel=\"prettyphoto[26987]\"><img class=\"size-full wp-image-27004\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/wps-give-away.jpg?resize=640%2C417\" alt=\"The Big WPSessions Giveaway\" /></a>The Big Giveaway\n<p>To thank VIP members that have supported the site, Richards is hosting an incredible give away. He will give one lucky VIP Member a $2,000 USD cash prize specifically so they can join him at <a title=\"http://2014.sf.wordcamp.org/\" href=\"http://2014.sf.wordcamp.org/\">WordCamp San Francisco 2014</a>. Richards describes his first time at WordCamp San Francisco as “beyond amazing” and wants to pass on the opportunity to someone else. He’ll also purchase three VIP’s a full-year membership to any other training site of their choice, up to $350 per membership.</p>\n<p>The giveaway is exclusively for VIP members. WPSessions has a maximum of 100 VIP accounts available. Richards told the Tavern, “only half of those are filled.” Even if all the VIP slots are filled, the odds of winning a prize are 1 in 25.</p>\n<p>The drawing takes place on <strong>August 1st</strong> but everyone who registers as a VIP Member <strong>by 11:59pm PST on July 31st, 2014</strong> is eligible to win.</p>\n<h2>The Future Of WPSessions</h2>\n<p>WPSessions continues to evolve and will soon offer courses. “So far, most presenters have been almost as excited about this as I am,” Richards said. The first of these courses is <em>Writing Your First Plugin</em> by <a title=\"https://pippinsplugins.com/\" href=\"https://pippinsplugins.com/\">Pippin Willamson</a>. In the future, a members only forum will be created to discuss courses, sessions, and client work. It will also be used to generate ideas and provide insight into what type of material members want to see. There’s also a members only discount section in the works.</p>\n<p>When asked what he thinks is his competition, Richards said, “I don’t know if I have any competition, to be honest. I think of WPSessions as more of a compliment to things like <a title=\"http://webdesign.com/\" href=\"http://webdesign.com/\">WebDesign.com</a>, <a title=\"http://bobwp.com/\" href=\"http://bobwp.com/\">BobWP</a>, <a title=\"http://www.wp101.com/\" href=\"http://www.wp101.com/\">WP101</a>, etc, not a competitor.” The site has the support of several thought leaders in the WordPress community such as <a title=\"http://chrislema.com/\" href=\"http://chrislema.com/\">Chris Lema</a>.</p>\n<blockquote><p>WPSessions has a simple focus – to educate you by bringing incredible talent together to focus on specific topics you need to know. They could charge much, much more, but their focus isn’t on money as much as it is education.</p></blockquote>\n<p>Richards left a senior position at one of the most well-known WordPress development firms to focus on WPSessions. Despite not making the same amount of income, he’s committed to making sure the site becomes the best education resource for new WordPress users and developers alike. What <a title=\"http://wptavern.com/introducing-wpsessions-by-brian-richards\" href=\"http://wptavern.com/introducing-wpsessions-by-brian-richards\">started out as an experiment</a> is turning into an opportunity for Richards to achieve one of his lifelong dreams.</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, 24 Jul 2014 15:21:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:56:\"WordPress.tv: Walter Ebert: Die .htaccess richtig nutzen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=36410\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wordpress.tv/2014/07/24/walter-ebert-die-htaccess-richtig-nutzen/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:659:\"<div id=\"v-ofFuu69U-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36410/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36410/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36410&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/07/24/walter-ebert-die-htaccess-richtig-nutzen/\"><img alt=\"Walter Ebert: Die .htaccess richtig nutzen\" src=\"http://videos.videopress.com/ofFuu69U/video-c53c964fd2_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Jul 2014 15:19:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:50:\"WordPress.tv: Josh Broton: You Don’t Need jQuery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=36424\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.tv/2014/07/24/josh-broton-you-dont-need-jquery-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:647:\"<div id=\"v-GgNWQ0sv-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36424/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36424/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36424&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/07/24/josh-broton-you-dont-need-jquery-2/\"><img alt=\"Josh Broton: You Don’t Need jQuery\" src=\"http://videos.videopress.com/GgNWQ0sv/video-28b27db95c_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Jul 2014 15:13:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:64:\"WordPress.tv: Dietrich Koch: Pages als Lieferanten für Widgets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=36353\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wordpress.tv/2014/07/24/dietrich-koch-pages-als-lieferanten-fu%cc%88r-widgets/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:680:\"<div id=\"v-7mVE3Qtk-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36353/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36353/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36353&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/07/24/dietrich-koch-pages-als-lieferanten-fu%cc%88r-widgets/\"><img alt=\"Dietrich Koch: Pages als Lieferanten für Widgets\" src=\"http://videos.videopress.com/7mVE3Qtk/video-05691cff58_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Jul 2014 15:10:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:21:\"Matt: Smaller Temples\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=43940\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2014/07/smaller-temples/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:528:\"<blockquote><p>What caused the problem with movie theaters is not Netflix, but YouTube. What is making the old temples crumble is not smaller temples, but it’s rather this kind of polytheism — you know, you make your own gods.</p></blockquote>\n<p>Paola Antonelli, a curator of the <a href=\"http://moma.org/\">MoMA</a> and apparently their first web designer, quoted in Megan Garber’s article <a href=\"http://www.theatlantic.com/magazine/archive/2014/07/the-most-modern-curator/372297/\">The Most Modern Curator</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, 24 Jul 2014 15:01: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: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: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:47:\"WP iPhone: Version 2.9 of WordPress for Android\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://android.wordpress.org/?p=1065\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://apps.wordpress.org/2014/06/06/version-2-9-of-wordpress-for-android/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3614:\"<p>The WordPress for Android 2.9 release is now available in the Google Play Store. This release includes some exciting new features, enhancements, and bug fixes.</p>\n<h2>Blog Discovery</h2>\n<p>Blog discovery is a new feature in the Reader that lets you:</p>\n<ul>\n<li>Find new blogs (based on recommendations).</li>\n<li>Preview a blog and read posts before following it.</li>\n<li>Manage your tags and blog subscriptions.</li>\n</ul>\n<p><a href=\"http://wpmobileapps.files.wordpress.com/2014/06/blog-discovery-feature2.gif?w=191\"><img class=\"aligncenter size-full wp-image-1059\" src=\"http://wpmobileapps.files.wordpress.com/2014/06/blog-discovery-feature.gif?w=720\" alt=\"blog-discovery-feature\" /></a></p>\n<h2>Publish Icon Button</h2>\n<p>We replaced the publish icon button with a contextual text button. Whether you’re saving a draft, publishing or scheduling a post, or updating one, this new button will display your action, depending on your current task.</p>\n\n<a href=\"http://apps.wordpress.org/?attachment_id=1064\"><img width=\"150\" height=\"75\" src=\"http://wpmobileapps.files.wordpress.com/2011/05/quick-photo-walkthrough.jpg?w=150&h=75\" class=\"attachment-thumbnail\" alt=\"How Quick Photo works.\" /></a>\n\n<h2>Faster Notifications and Stats Refresh</h2>\n<p>We updated the Notifications feature to use <a href=\"https://simperium.com/\">Simperium</a> technology, which will sync your notifications quickly and efficiently.</p>\n<p>We also know you love viewing your Stats, so we improved them to refresh faster than ever before.</p>\n<h2>Interface Improvements</h2>\n<ul>\n<li>Reintroduction of the refresh button in all refreshable views, along with the pull-to-refresh gesture.</li>\n<li>Pull-to-refresh tip bar has been replaced by a less aggressive, self-hiding message.</li>\n<li>Save dialog has been removed, and all posts are now auto-saved when you close the edit post view.</li>\n<li>Reblogging interface redesign in the Reader.</li>\n<li>Sharing image, video, text, or link via WordPress for Android now remembers the previous choice.</li>\n</ul>\n<h2>General Changes</h2>\n<ul>\n<li>Posts and pages auto-save feature has been improved.</li>\n<li>Fixed bugs related to statistics (only affecting Jetpack users) and image handling.</li>\n<li>Reader improvements to fill gaps in time between two syncs.</li>\n<li>As <a href=\"http://android.wordpress.org/2014/05/16/wordpress-for-android-no-longer-paying-the-gingerbread-tax/\">we announced earlier</a>, we dropped Android 2.3 support. Current (2.9) and later versions need Android 4.0 or later.</li>\n<li>New translations: Hebrew and Basque.</li>\n<li>SNI (Server Name Indication) support.</li>\n<li>Minor bug fixes.</li>\n</ul>\n<h2>What’s Next?</h2>\n<p>A big thanks to all of the contributors who worked on this release: <a href=\"https://github.com/beaucollins\">@beaucollins</a>, <a href=\"https://github.com/daniloercoli\">@daniloercoli</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/nbradbury\">@nbradbury</a>, <a href=\"https://github.com/roundhill\">@roundhill</a>, and <a href=\"https://github.com/sendhil\">@sendhil</a>! You can keep up with the development progress at <a href=\"http://make.wordpress.org/mobile\">http://make.wordpress.org/mobile</a> and can also follow the app on Twitter <a href=\"http://twitter.com/wpandroid\">@WPAndroid</a>. If you need support or want to send us suggestions, please visit <a href=\"http://android.forums.wordpress.org/\">our forums</a>.</p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=apps.wordpress.org&blog=62767514&post=1065&subd=wpmobileapps&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:\"Thu, 24 Jul 2014 12:15: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:6:\"Maxime\";s: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:70:\"WP iPhone: WordPress for Android: No Longer Paying the Gingerbread Tax\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://android.wordpress.org/?p=1037\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://apps.wordpress.org/2014/05/16/wordpress-for-android-no-longer-paying-the-gingerbread-tax/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2453:\"<p><img class=\"alignright wp-image-1055\" src=\"http://wpmobileapps.files.wordpress.com/2014/05/gingerbread-man11.png?w=200&h=200\" alt=\"gingerbread-man\" width=\"200\" height=\"200\" />Way back in 2011 Google released <a href=\"http://www.android.com/about/ice-cream-sandwich/\">Android 4.0</a> (“Ice Cream Sandwich”), a major update that substantially improved the platform both for developers and for end users. This left developers with a problem: how do they take advantage of all the new features without leaving users of older devices stranded?</p>\n<p>For most developers the answer has been to support both older and newer devices. This requires a <strong>lot</strong> of work, but it’s worth it when it means many more people can use your software.</p>\n<p>The downside is this approach slows development, resulting in longer delays between releases. It also means developers sometimes don’t take advantage of the latest Android features, because doing so requires more time and testing to make sure the app continues to work on older devices.</p>\n<p>We’ve followed this approach for quite a while with WordPress for Android, supporting everything from the latest devices to ones running Android 2.3 (“Gingerbread”). At the same time we’ve been seeing the usage of our app decline on Gingerbread, to the point that it’s now less than 10%.</p>\n<p>This means over 90% of our users are paying a “Gingerbread tax” – waiting longer for new versions and not seeing features that take advantage of their phones – so that we can continue supporting older devices.</p>\n<p>We’ve decided to abolish this tax. Starting with version 2.9 of WordPress for Android – due later this month – new versions will only support devices running Android 4.0 or later. If you’re using an older phone, the previous version of our app will still appear in Google Play and you’ll still be able to use it.</p>\n<p>We’ll be honest: our developers – including myself – are happy about this because it’ll make us more productive. But the thing we’re the happiest about is that it will result in a faster, smaller, better app for the large majority of our users.</p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=apps.wordpress.org&blog=62767514&post=1037&subd=wpmobileapps&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:\"Thu, 24 Jul 2014 12:15: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:\"Nick Bradbury\";s: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:36:\"WP iPhone: WordPress for Android 2.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://android.wordpress.org/?p=1017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://apps.wordpress.org/2014/05/01/wordpress-for-android-2-8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1898:\"<p>We’re pleased to bring you WordPress for Android Version 2.8, which offers the following improvements: </p>\n<h2><a class=\"anchor\" href=\"http://apps.wordpress.org/feed/#whats-new\" name=\"user-content-whats-new\"></a>What’s new</h2>\n<ul>\n<li>App startup time has been reduced, and the Statistics screen will load faster.</li>\n<li>The app is now available in Turkish, English (UK), and offers improved support for Traditional Chinese.</li>\n<li>Samsung users will now be able to use the app in multi-window.</li>\n<li>Notification and Comment screens have been reworked to enhance the user experience on small tablets.</li>\n</ul>\n<p>Check out the <a href=\"https://github.com/wordpress-mobile/WordPress-Android/issues?milestone=11&page=1&state=closed\">GitHub milestone</a> for more info.</p>\n<h2><a class=\"anchor\" href=\"http://apps.wordpress.org/feed/#download\" name=\"user-content-download\"></a>Download</h2>\n<p>Download it now from <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\">Google Play</a>.</p>\n<h2><a class=\"anchor\" href=\"http://apps.wordpress.org/feed/#thanks\" name=\"user-content-thanks\"></a>Thanks</h2>\n<p>A huge thank you to the contributors who helped make this release happen:<br />\n<a href=\"https://github.com/anirudh24seven\">@anirudh24seven</a>, <a href=\"https://github.com/daniloercoli\">@daniloercoli</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/mixpanelsteve\">@mixpanelsteve</a>, <a href=\"https://github.com/nbradbury\">@nbradbury</a>, <a href=\"https://github.com/roundhill\">@roundhill</a>, <a href=\"https://github.com/sendhil\">@sendhil</a></p>\n<p>Be sure to follow <a href=\"https://twitter.com/wpandroid\">WPAndroid</a> for all of the latest updates.</p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=apps.wordpress.org&blog=62767514&post=1017&subd=wpmobileapps&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:\"Thu, 24 Jul 2014 12:15: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:6:\"Maxime\";s: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:58:\"WP iPhone: Pull-to-Refresh and More Added in Latest Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://android.wordpress.org/?p=990\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://apps.wordpress.org/2014/04/03/pull-to-refresh-update/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2258:\"<p>The latest update of WordPress for Android is now available. Version 2.7 brings some great new features along with it. Read on to find out more!</p>\n<h2>Pull-to-Refresh</h2>\n<p><img class=\"alignnone size-full wp-image-991\" src=\"http://wpmobileapps.files.wordpress.com/2014/04/pull-to-refresh.gif?w=720\" alt=\"Pull to Refresh\" /><br />\nYou can now refresh content in the app by using the familiar pull-to-refresh gesture. Just swipe down on any screen in the app and you’ll get the freshest content available for that screen.</p>\n<h2>Performance Improvements</h2>\n<p>We also worked hard on making the app perform faster and more efficiently behind the scenes:</p>\n<ul>\n<li>Your stats have been optimized to load and scroll faster than ever before.</li>\n<li>Posts and Pages now support infinite scroll so you can easily load more content.</li>\n<li>Media upgrades let you see content faster and scroll more smoothly.</li>\n<li>We improved the post editor — it now uses less of your device’s memory when adding media to a post.</li>\n</ul>\n<h2>Much More</h2>\n<p>This release includes many more small enhancements and fixes. Curious what they are? Check out the <a href=\"https://github.com/wordpress-mobile/WordPress-Android/issues?milestone=9&page=1&state=closed\">GitHub milestone</a> for more info.</p>\n<p>Excited for the update? <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\">Download it now from Google Play</a>.</p>\n<h2>Contributor Thanks & What’s Next</h2>\n<p>We owe a big thanks to the contributors who helped make this release happen: <a href=\"http://github.com/nbradbury\">@nbradbury</a>, <a href=\"http://github.com/maxme\">@maxme</a>, <a href=\"http://github.com/roundhill\">@roundhill</a>, <a href=\"http://github.com/daniloercoli\">@daniloercoli</a> and <a href=\"http://github.com/aagam-shah\">@aagam-shah</a></p>\n<p>Up next, we want to focus on post drafts and even better media management.</p>\n<p>Be sure to follow <a href=\"http://twitter.com/wpandroid\">WPAndroid</a> for all of the latest updates.</p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=apps.wordpress.org&blog=62767514&post=990&subd=wpmobileapps&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:\"Thu, 24 Jul 2014 12:15: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:3:\"Dan\";s: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:66:\"WP iPhone: Now Available: New Reader, Easier Setup and Improved UI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://android.wordpress.org/?p=965\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://apps.wordpress.org/2014/01/30/2-6-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2816:\"<p><img class=\"alignnone size-full wp-image-966\" src=\"http://wpmobileapps.files.wordpress.com/2014/01/android261.png?w=720\" alt=\"WordPress for Android 2.6\" /></p>\n<p>The latest update to WordPress for Android includes a new reading and setup experience, as well as significant updates to the user interface. Here are some of the highlights of this release.</p>\n<h2>New Reader</h2>\n<p>The app Reader has been completely redesigned, and now provides a much-improved, native reading experience. You’ll definitely notice its speed — posts appear in a snap, and images fade in as they load. You can also view users that have commented or liked posts, as well as edit the list of tags that you follow. We’ve revamped the like, reblog, and comment interfaces to make it easier than ever to respond to posts that strike your fancy.</p>\n<h2>Redesigned Blog Setup</h2>\n<p>When signing in to the app or creating an account on WordPress.com, you’ll notice a brand new user interface that makes it super-simple to start blogging. If you keep multiple blogs on your account, they will all be automatically added for you. You can also hide whichever blogs you don’t wish to work on in the app.</p>\n<h2>UI Improvements</h2>\n<p>We’ve given the app a facelift, including a new color scheme, a refined navigation drawer layout, and sharp-looking lists in notifications, posts, pages and comments.</p>\n<p>You’ll also notice some changes to the post editor, with larger images and a new Post Settings area where you’ll manage post data such as status, post formats, and categories, among others. The post content area will now go full screen while you are editing, to give you maximum space to focus on your content. Give the app a try here:</p>\n<p>Download the update today from <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\">Google Play</a>.</p>\n<h2>What’s next?</h2>\n<p>A big thanks to all of the contributors who worked so hard on this release: <a href=\"https://github.com/aerych\">aerych</a>, <a href=\"https://github.com/daniloercoli\">daniloercoli</a>, <a href=\"https://github.com/Jason-Chen\">Jason-Chen</a>, <a href=\"https://github.com/maxme\">maxme</a>, <a href=\"https://github.com/nbradbury\">nbradbury</a> and <a href=\"https://github.com/roundhill\">roundhill</a>!</p>\n<p>The mobile team isn’t stopping here! We have pretty big plans for the months to come and the rest of 2014. You can keep up with the development progress over at <a href=\"http://make.wordpress.org/mobile\" rel=\"nofollow\">http://make.wordpress.org/mobile</a>. You can also follow the app on twitter <a href=\"http://twitter.com/wpandroid\">@WPAndroid</a>.</p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=apps.wordpress.org&blog=62767514&post=965&subd=wpmobileapps&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:\"Thu, 24 Jul 2014 12:15: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:3:\"Dan\";s: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:97:\"Post Status: WordPress.com and Jetpack should lead the way toward standardizing custom post types\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://www.poststat.us/?p=6957\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:206:\"http://www.poststat.us/wordpress-com-jetpack-lead-way-toward-standardizing-custom-post-types/?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-com-jetpack-lead-way-toward-standardizing-custom-post-types\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9394:\"<p><img class=\"aligncenter size-large wp-image-6958\" src=\"http://www.poststat.us/wp-content/uploads/2014/07/themefoundry-bailey-752x289.jpg\" alt=\"themefoundry-bailey\" width=\"752\" height=\"289\" /></p>\n<p>Two themes were released in the last few days by a couple of theme shops I hugely respect: <a href=\"https://thethemefoundry.com/wordpress-themes/bailey/\">Bailey by The Theme Foundry</a> (above) and <a href=\"https://array.is/themes/designer-wordpress-theme/\">Designer by Array</a> (below).</p>\n<p><img class=\"aligncenter size-large wp-image-6959\" src=\"http://www.poststat.us/wp-content/uploads/2014/07/array-designer-752x281.jpg\" alt=\"array-designer\" width=\"752\" height=\"281\" /></p>\n<p>Both themes are for portfolio websites, and both themes use a custom post type for the portfolio.</p>\n<p>What’s interesting, is that both themes are offering support for a common portfolio custom post type: the one on <a href=\"http://WordPress.com\">WordPress.com</a> and the one coming soon to <a href=\"http://jetpack.me/\">Jetpack</a> 3.1.</p>\n<p>For years we’ve been talking about the importance of not “locking in” users to CPTs bundled with themes. At some point, that gained decent adoption, but people still tended to just package the same code that was in their theme and put it in a separate plugin — a fine practice for sure. But it’s not a practice that makes it much easier to go from one portfolio theme to another; rather it’s a good way to be able to keep your content and support it with custom templates in some new theme.</p>\n<h3>What does it mean to standardize custom post types?</h3>\n<p>At its core, a custom post type requires a registration name. It’s common practice to prefix custom post type names, just like is best for any other WordPress thing. For example, if you have two eCommerce plugins installed (because people do strange things), it wouldn’t be ideal for both to register a post type named “product”, because a conflict could exist.</p>\n<p>However, for many things, standard post type names make for better portability between themes. If you’re running eCommerce, it’s pretty specific to a particular eCommerce plugin. But if you have a post type for a portfolio, or testimonials, or staff bios, or something more generic, it could be a great thing to standardize so that different themes could support the same post type, which would result in better transitions for users from theme to theme.</p>\n<h3>WordPress.com and Jetpack can lead the way</h3>\n<p>WordPress.com and Jetpack have a great opportunity on this front. WordPress.com has a ton of websites and is a significant player in the theme market; most WordPress.com theme makers also release their themes for self-hosted installs.</p>\n<p>As more WordPress.com themes begin to support more than blog-style content, WordPress.com is slowly enabling support for more custom post types. This means that WordPress.com — and Jetpack, it’s WordPress.org bridge — can lead the way in establishing some standardized custom post types for WordPress.</p>\n<p>Bailey and Designer are great examples of this in action. <a href=\"http://forefronttheme.com/\">Forefront</a>, a business theme by Automattic, also has support for testimonials, which would work for their self-hosted version as well.</p>\n<h3>Current support for standard custom post types</h3>\n<p>Currently, Jetpack and WordPress.com support four post types:</p>\n<ul>\n<li>Testimonials</li>\n<li>Food menus</li>\n<li>Comics</li>\n<li>Portfolios (coming in the next version)</li>\n</ul>\n<p>Really only portfolios and testimonials are mainstream styles of content. The other two were pretty theme specific add-ons, which Jetpack really just supported to aid transitions of .com users moving to .org.</p>\n<p>There are many common post types that Jetpack and WordPress.com could continue to enable, including but not limited to the following:<span id=\"more-6957\"></span></p>\n<ul>\n<li>Locations</li>\n<li>FAQs</li>\n<li>Services</li>\n<li>Staff / Bios</li>\n</ul>\n<p>There are many relatively common types of custom post types. And I’m beginning to think that some just don’t need prefixes, which would make them more transportable.</p>\n<p>This is the kind of common support that is easy to make global, or non-prefixed, and also easy for developers to opt out of. If, for some reason, a developer had a common CPT use case that wouldn’t work well ported elsewhere, they could still use a separate plugin with a prefixed post type, and theme users could account for that when they decide to use the theme.</p>\n<p>But for many common post types, I think not prefixing could be the way of the future; and I think Jetpack and WordPress.com are in a good place to support that.</p>\n<h3>What about metadata?</h3>\n<p>One of the concerns for this proposal is around meta data and custom fields. A custom post type often requires custom meta data fields to be registered, which are pretty core to the heart of the post type.</p>\n<p>Barring a more structured core <a title=\"The state of handling custom metadata in WordPress\" href=\"http://www.poststat.us/state-handling-custom-metadata-wordpress/\">meta data api</a>, this is a tricky issue. Different plugins name, store, and handle meta data much differently from one another, even if the field is relatively similar. For instance, a “job title” custom field could be handled many different ways from one implementation to the next, making common support for a custom field tough.</p>\n<p>I don’t really have the answer to this. Do we prioritize what is important to standardize versus what is not? So, is the post type important to save but the metadata not so? I don’t know, and I lean towards not believing that. So maybe this dream of mine is limited to the most basic of fields in CPTs, or maybe Jetpack could strong arm the custom field naming conventions too. I’m not sure.</p>\n<h3>Build for the majority</h3>\n<p>No matter how we determine the specifics of standardization, it’s important to remember that we work for the majority. We need to make this easy on the end user, and as seamless between different themes and plugins as possible. That’s why I like what The Theme Foundry and Array have done with their new themes. They are making their stuff “just work” whether their user is on .com, .org, or moves from one to the other. Or, you could even go from one of their themes to the other, and it will work.</p>\n<p>I talked to Jetpack team lead at Automattic, George Stephanis, and he says their reasons for the support are mostly practical:</p>\n<blockquote><p>The main reason that we’re shipping the CPTs that we are is for compatibility with WordPress.com. If there’s a CPT we use on WordPress.com, it’s going to be abstracted out of the theme it’s meant for, so that other themes can use it as well, so we try to get them shipped in Jetpack for users that want to move seamlessly between the self-hosted and WordPress.com ecosystems.</p></blockquote>\n<p>I talked to Mike McAlister about my concept, and he agrees as well:</p>\n<blockquote><p>I agree with this argument. If they [Jetpack] don’t, no one will and we continue down the road of non-standardization.</p></blockquote>\n<p>And I also asked Corey McKrill — developer at The Theme Foundry — about the details of their integration, and they took it a step further, by using the Jetpack CPT but not requiring it:</p>\n<blockquote>\n<p class=\"p1\">We believe the theme should “just work”, so we didn’t want it to require the full Jetpack plugin as a dependency. However, if the user does have Jetpack installed, the theme will use the code from the plugin, rather than the internal version. (We did something similar with the Infinite Scroll functionality in our Oxford theme.) And of course, in terms of content portability, if a user creates a portfolio with Bailey and then switches to a different theme, they can install Jetpack to continue having access to their projects.</p>\n</blockquote>\n<p class=\"p1\">Corey also makes the good point that this notion of building on plugin functionality isn’t limited to custom post types; they did the same for infinite scroll in Jetpack. It does make me a little nervous to have CPT registration in the theme; but since it’s not locking the user in, this decision does make life easier on the user and give the most flexibility.</p>\n<h3>More thinking to do</h3>\n<p>There are details to work out; perhaps we need to create some best practices and standards around registering common post types. I sort of like the concept of adding common names to the <a href=\"http://codex.wordpress.org/Function_Reference/register_post_type#Reserved_Post_Types\">reserved post types</a> list, but basically in the opposite sense — like recommended post type names.</p>\n<p>I don’t think this is a standard where there’s a huge role for WordPress core to play. I think it’s mostly a decision that can be made by the market, and the biggest players in it. Obviously, Jetpack carries huge weight, but they aren’t the only ones. I’m interested in what other theme and plugin makers think, and also what developers think about chaining functionality to plugins like this.</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, 24 Jul 2014 04:50:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:65:\"WPTavern: A Facebook Group Dedicated To Advanced WordPress 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=26954\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:174:\"http://wptavern.com/a-facebook-group-dedicated-to-advanced-wordpress-topics?utm_source=rss&utm_medium=rss&utm_campaign=a-facebook-group-dedicated-to-advanced-wordpress-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:2864:\"<p>Cloudways has <a title=\"http://www.cloudways.com/blog/advanced-wordpress-community/\" href=\"http://www.cloudways.com/blog/advanced-wordpress-community/\">a great article</a> profiling the <a title=\"http://www.facebook.com/groups/advancedwp\" href=\"http://www.facebook.com/groups/advancedwp\">Advanced WordPress Facebook group</a>. Written by Matt Cromwell, who is one of the group administrators, it explains how the group was formed and what its purpose is.</p>\n<blockquote><p>Being a web developer or a designer (or both) can be stand-alone job for some individuals. Even if you work in an office environment, you’re probably the only one in your department that does what you do. That’s why so many people look for interaction and a sense of community online in groups like the <a title=\"Advanced WordPress\" href=\"http://www.facebook.com/groups/advancedwp\" target=\"_blank\">Advanced WordPress</a> Facebook group.</p></blockquote>\n<p>In order to participate, you need to be approved by a moderator. Advanced WordPress is a closed group so posts will stay within the group. With over 20 administrators and 7,400 members, the discussions are lively and well moderated. I’ve been a member for a few months and have really enjoyed the variety of topics and conversations. I’ve even managed to help solve a few problems for people.</p>\n<p>There’s only one problem I have with the group. It’s hard to locate past discussions without having to wade through the entire archive to find them. Unlike a forum that contains a structured way of navigating past conversations, the Facebook group does not.</p>\n<h2>Other Places To Discuss Advanced WordPress Topics</h2>\n<p>If you’re looking for other places to hangout and discuss advanced WordPress topics, there is the <a title=\"http://lists.automattic.com/mailman/listinfo/wp-hackers/\" href=\"http://lists.automattic.com/mailman/listinfo/wp-hackers/\">WP Hackers Mailing list</a> which is still active and the <a title=\"http://wordpress.stackexchange.com/\" href=\"http://wordpress.stackexchange.com/\">WordPress Development section</a> of Stack Exchange. There’s also the <a title=\"http://www.reddit.com/r/Wordpress\" href=\"http://www.reddit.com/r/Wordpress\">WordPress subreddit</a>. I unsubscribed to the mailing list a few years ago due to the number of discussions that turned into arguments. However, it appears as though the list is populated with a new group of active members, so the number of <a title=\"http://en.wikipedia.org/wiki/Parkinson%27s_law_of_triviality\" href=\"http://en.wikipedia.org/wiki/Parkinson%27s_law_of_triviality\">bike shed arguments</a> may no longer be a problem.</p>\n<p>Are you a member of the WordPress Advanced Facebook group? If so, what sort of value have you obtained out of being a member? What other places exist to discuss advanced WordPress topics?</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, 23 Jul 2014 23:25: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: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:83:\"WPTavern: Automattic’s Planned Gravatar App Morphs Into a Selfies App for Android\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=26930\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:204:\"http://wptavern.com/automattics-planned-gravatar-app-morphs-into-a-selfies-app-for-android?utm_source=rss&utm_medium=rss&utm_campaign=automattics-planned-gravatar-app-morphs-into-a-selfies-app-for-android\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4003:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/selfies.jpg\" rel=\"prettyphoto[26930]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/selfies.jpg?resize=582%2C267\" alt=\"selfies\" class=\"aligncenter size-full wp-image-26965\" /></a></p>\n<p>Earlier this year, Automattic’s Toni Schneider <a href=\"http://wptavern.com/official-gravatar-mobile-app-in-the-works\" target=\"_blank\">asked</a> Gravatar users what platform should be first to receive the <a href=\"http://en.gravatar.com/\" target=\"_blank\">Gravatar</a> mobile app. No details on the purpose of the Gravatar app were revealed at the time but it turns out that the team has been busy developing a photo app.</p>\n<p>While working on the Gravatar app, they realized that people don’t want to change their gravatars every day, so they decided to put their efforts toward an app that is likely to be used more often. According to Schneider, the planned Gravatar app “morphed into a <a href=\"http://getselfies.com/\" target=\"_blank\">Selfies app</a>,” which is now <a href=\"http://getselfies.com/\" target=\"_blank\">available for Android</a> featuring the tagline “Put Your Selfie Out There.”</p>\n<blockquote><p>We noticed that taking pictures of ourselves to update our Gravatars was something we only wanted to do every month or so, but then we started taking selfies and sharing them with each other and that became a daily and very fun habit. So our Gravatar app morphed into a Selfies app, and it’s now ready for the world to play with!</p></blockquote>\n<p>The app was not built using the WordPress API or the WordPress.com API but is powered by a yet-to-be released Gravatar API, according to Automattic employee <a href=\"https://twitter.com/mkaz/status/492029879588642816\" target=\"_blank\">Marcus Kazmierczak</a>.</p>\n<p>For those who don’t have an Android device, the Selfie app opens with an invitation to take a selfie, which you can then filter and share to a public stream.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/selfie.png\" rel=\"prettyphoto[26930]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/selfie.png?resize=480%2C834\" alt=\"selfie\" class=\"aligncenter size-full wp-image-26984\" /></a></p>\n<p>Users can authenticate via Google in order to easily create an account. The Selfie app has a social aspect built in that allows users to post reactions as a caption or photo response, designed to create “mini stories.”</p>\n<p>The release post, titled “<a href=\"http://blog.gravatar.com/2014/07/23/something-funny-happened/\" target=\"_blank\">Something Funny Happened</a>” gives the impression that creation of the Selfies app was something akin to a happy accident. Automattic says the app is still in its infancy and has not yet confirmed when the intended Gravatar app will be available. Reaction has been <a href=\"https://twitter.com/dimensionmedia/status/492051146878365696\" target=\"_blank\">mixed</a>. While some see it as an interesting <a href=\"https://twitter.com/philhoyt/status/492053897092276224\" target=\"_blank\">experiment on mobile</a>, others wonder why Automattic is using its highly skilled talent to “<a href=\"https://twitter.com/Rarst/status/492020982174203904\" target=\"_blank\">democratize selfies</a>.”</p>\n<p><a href=\"http://getselfies.com/\" target=\"_blank\">Selfies</a> is an interesting choice for Automattic to release, as their app experiments are usually tightly integrated with its core products and services or built to showcase WordPress as an application framework. From the sidelines, this app appears to do neither, although it certainly has the fun factor built in. If you want to test the Selfies app, you can <a href=\"https://play.google.com/store/apps/details?id=com.automattic.selfies\" target=\"_blank\">download it</a> from Google Play and <a href=\"http://feedback.getselfies.com/\" target=\"_blank\">leave feedback on the app’s P2 blog</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Jul 2014 22:18:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:67:\"WPTavern: Hashcash.io Reveals Strategy for Capitalizing on Spammers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=26883\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:178:\"http://wptavern.com/hashcash-io-reveals-strategy-for-capitalizing-on-spammers?utm_source=rss&utm_medium=rss&utm_campaign=hashcash-io-reveals-strategy-for-capitalizing-on-spammers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5449:\"<p>Hashcash.io recently released a <a href=\"http://wptavern.com/hashcash-wordpress-plugin-makes-bots-and-spammers-work-for-you\" target=\"_blank\">WordPress plugin with a unique method of deterring spammers</a> that forces the user’s browser to solve math before unlocking login, registration and comment forms. The project site hints at a coming soon cash feature wherein users can “Make Bots Work For You.”</p>\n<p>This week Hashcash.io creator Pavel Karoukin <a href=\"http://blog.hashcash.io/2014/07/22/hashcash-io-updates/\" target=\"_blank\">elaborated</a> on plans to help users make some cash while stopping spammers. The cash feature will combine <a href=\"http://dogecoin.com/\" target=\"_blank\">Dogecoin</a> (an open source cryptocurrency), <a href=\"http://hashcash.org/\" target=\"_blank\">hashcash.org</a> and the <a href=\"https://en.bitcoin.it/wiki/Proof_of_work\" target=\"_blank\">proof-of-work concept</a>.</p>\n<blockquote><p>My idea was to bring what <a href=\"http://hashcash.org/\" target=\"_blank\">hashcash.org</a> offered for email spam to web applications, i.e. make it slightly expensive for a browser to submit an actual form by calculating proof of work. Except I wanted this proof of work to do something meaningful.</p></blockquote>\n<p>Karoukin first explored the idea of mining bitcoins with browsers but shortly thereafter GPUs took over the task and in-browser mining was no longer an option. “Later a new altcoin was introduced – Litecoin based on scrypt algorithm, which was harder to parallelize on the GPU,” he said. “That’s where I started looking into implementing miner into client-side Javascript.”</p>\n<p>Karoukin used <a href=\"https://github.com/kripken/emscripten\" target=\"_blank\">emscripten</a> to compile the scrypt version of <a href=\"https://en.bitcoin.it/wiki/Cpu_Miner\" target=\"_blank\">cpuminer</a> into <a href=\"http://asmjs.org/\" target=\"_blank\">asm.js</a> code, wrapped it in Web Workers and some API, and Hashcash.io was born. After using it on a few of his websites, he found that “100% of spam and bot-registered accounts were eliminated.”</p>\n<p>His concept of making bots work for you is an entirely new take on the problem of combating spam. It’s less about detecting spammers and more akin to the concept of <a href=\"http://en.wikipedia.org/wiki/Bandwidth_throttling\" target=\"_blank\">throttling</a>. “The idea is not to differentiate between bots or humans, but rather make posts cost money and time (i.e. wait until it is done.),” Karoukin <a href=\"http://wptavern.com/hashcash-wordpress-plugin-makes-bots-and-spammers-work-for-you#comment-56394\" target=\"_blank\">commented</a> on our recent article. “Think about it as a throttling rather than if () {} else {} thingy.”</p>\n<h3>The Problem With CAPTCHAs</h3>\n<p>CAPTCHAs have long been the impenetrable standard for sites that are serious about keeping spammers out, and are still used on many major sites such as Google and Yahoo. Unfortunately, internet users almost universally despise CAPTCHAs, especially reCAPTCHA. Karoukin notes that Google actually <a href=\"http://techcrunch.com/2012/03/29/google-now-using-recaptcha-to-decode-street-view-addresses/\" target=\"_blank\">uses you to service its own business objectives</a> by manipulating reCAPTCHAs to make you decode street numbers, digitize content for Google Books and the Google News archives.</p>\n<p>The Hashcash.io project turns this on its head and aims to saddle the burden of work onto the spammer, instead of actual human users. Karoukin hopes that website owners will one day be able to profit from the spammers that visit their websites:</p>\n<blockquote><p>So the grand vision of this project is to eventually make it possible for a website admin to get paid for each proof-of-work solved on his site. So even if spammers eventually start solving these, at least website admin will get paid. But for this to happen the pool needs to acquire a critical mass of websites using it to successfully generate shares in a reasonable amount of time. Right now this is not possible. And this is another reason there is nothing behind login form – there are no revenue as of now to share with website admins.</p></blockquote>\n<p>The project is still in the very early stages of development and Karoukin is currently working to create painless integration with Drupal, WordPress, Django, and jQuery. Once the project generates a single dogecoin at address <a href=\"https://dogechain.info/address/DMGQ5Ah5D7FSBL2uKiugwHQneGdugnvZfP\" target=\"_blank\">DMGQ5Ah5D7FSBL2uKiugwHQneGdugnvZfP</a>, Karoukin will start working on the next phase to include a dashboard and revenue sharing.</p>\n<p>Hashcash.io’s unique strategy of tackling comment spam may have a promising future if it is able to reach the critical mass required to make it profitable for website owners. Otherwise, it’s just another unjustifiable inconvenience on login, registration and comment forms.</p>\n<p>Karoukin needs more sites using it in order to get there, as well as feedback from developers. Find out more about the WordPress plugin in our <a href=\"http://wptavern.com/hashcash-wordpress-plugin-makes-bots-and-spammers-work-for-you\" target=\"_blank\">recent review</a> where Karoukin expounds on the finer points of the technology in the comments. Do you think the idea of making some cash while stopping spammers is a viable concept?</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, 23 Jul 2014 20:01: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: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:43:\"WP iPhone: WordPress for iOS 4.0.3 Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://wpiphone.wordpress.com/?p=1558\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://apps.wordpress.org/2014/05/17/wordpress-for-ios-4-0-3-released/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1231:\"<p><a href=\"https://itunes.apple.com/us/app/wordpress/id335703880\">WordPress for iOS 4.0.3</a> has been released and is available to download from the App Store.</p>\n<p>The major changes in this release are:<br />\n- Adjusted user interface for media management to allow for faster insertion of images.<br />\n- Improved accessibility of the stats interface.<br />\n- Launched live chat support on a limited rollout.<br />\n- Fixed many miscellaneous bugs.</p>\n<p>We are hard at work on the next major version of the app (4.1) where we will continue to overhaul media management along with improvements to the post editor.</p>\n<p>Many thanks to the contributors who worked on this release: <a href=\"https://github.com/aerych\">@aerych</a>, <a href=\"https://github.com/astralbodies\">@astralbodies</a>, <a href=\"https://github.com/irbrad\">@irbrad</a>, <a href=\"https://github.com/koke\">@koke</a>, <a href=\"https://github.com/sendhil\">@sendhil</a></p>\n<p>Have feedback? Leave a comment below or tweet us <a href=\"https://twitter.com/WordPressiOS\">@WordPressiOS</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=apps.wordpress.org&blog=62767514&post=1558&subd=wpmobileapps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Jul 2014 19:00:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Brad\";s: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:43:\"WP iPhone: WordPress for iOS 4.0.1 Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://wpiphone.wordpress.com/?p=1553\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://apps.wordpress.org/2014/04/08/wordpress-for-ios-4-0-1-released/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1771:\"<p>WordPress for iOS 4.0.1 is out and now available to download from the App Store.</p>\n<p>Some of the updates included are:</p>\n<ul>\n<li>Improved the performance of stats.</li>\n<li>Made the “Options” page easier to locate and access.</li>\n<li>Fixed a bug that caused the app to freeze when you tried to update a post’s settings.</li>\n<li>Fixed a bug that stopped you from moving the cursor to the end of a line.</li>\n<li>Fixed a bug that broke the UI when you inserted a link in the post editor.</li>\n<li>Fixed a bug that crashed the app when you added a featured image to a post.</li>\n<li>Increased the minimum required version of WordPress to 3.6.</li>\n<li>Fixed a bug that caused the post editor to malfunction if you inserted a link.</li>\n</ul>\n<h3>What’s Next?</h3>\n<p>We’re hard at work on the next major version of the app (4.1), where we’re working through your feedback to make big improvements to working with media. The post editor is getting better media management features, including the ability to easily attach media that’s already been uploaded to your blog. For a sneak peek, take a look <a>here</a>.</p>\n<p>A huge thanks to our contributors who worked on this release: <a href=\"https://github.com/itsaboutcode\">@itsaboutcode</a>, <a href=\"https://github.com/koke\">@koke</a>, <a href=\"https://github.com/astralbodies\">@astralbodies</a>, <a href=\"https://github.com/aerych\">@aerych</a>, <a href=\"https://github.com/sendhil\">@sendhil</a>.</p>\n<p>Have feedback? Leave a comment below or tweet us <a href=\"https://twitter.com/WordPressiOS\">@WordPressiOS</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=apps.wordpress.org&blog=62767514&post=1553&subd=wpmobileapps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Jul 2014 19:00: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:7:\"Sendhil\";s: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:41:\"WP iPhone: WordPress for iOS 4.0 Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://ios.wordpress.org/?p=1542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://apps.wordpress.org/2014/03/20/wordpress-for-ios-4-0-released/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2573:\"<h2><a href=\"https://wpmobileapps.files.wordpress.com/2014/03/stats-21.png\"><img class=\"aligncenter size-full wp-image-2066\" src=\"http://wpmobileapps.files.wordpress.com/2014/03/stats-21.png?w=720&h=480\" alt=\"stats-2\" width=\"720\" height=\"480\" /></a></h2>\n<h2>New and improved stats</h2>\n<p>WordPress for iOS 4.0 is out today and available to download from the App Store. For this release, we focused on improving a favorite feature among our users: stats. We’ve reimagined your stats view, converting it from a traditional web view to a completely native component. Simply put, your stats are now faster and more stable, and in time we’ll add more bells and whistles to make your stats more dynamic and even better. As this is a work-in-progress, you’re still able to access your old stats view, so you won’t miss out on anything.</p>\n<h2>What’s next</h2>\n<p>Our team is currently focused on <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?milestone=15&state=open\">4.0.1</a>, a janitorial/cleanup release that will focus on fixing bugs and making minor tweaks. Once finished, we’ll shift to 4.1, which will focus on media management within the app. We’re really excited about these upcoming changes and can’t wait to release them!</p>\n<p>A huge thanks to the contributors who worked on this release: <a href=\"https://github.com/aerych\">@aerych</a>, <a href=\"https://github.com/dannylaugrouw\">@dannylagrouw</a>, <a href=\"https://github.com/ric2z\">@ric2z</a>, <a href=\"https://github.com/roundhill\">@roundhill</a>, <a href=\"https://github.com/astralbodies\">@astralbodies</a>, <a href=\"https://github.com/sendhil\">@sendhil</a>, <a href=\"https://github.com/bummytime\">@bummytime</a>, <a href=\"https://github.com/irbrad\">@irbrad</a>, <a href=\"https://github.com/koke\">@koke</a>, <a href=\"https://github.com/maxme\">@maxme</a>, and <a href=\"https://github.com/itsaboutcode\">@itsaboutcode</a>.</p>\n<p>If you’d like to get involved with WordPress for iOS development, drop us a line at <a href=\"http://make.wordpress.org/mobile\">make.wordpress.org/mobile</a> and grab a copy of the code at <a href=\"http://github.com/wordpress-mobile/WordPress-iOS\">github.com/wordpress-mobile/WordPress-iOS</a>.</p>\n<p>Do you have feedback? Leave a comment below or tweet us <a href=\"https://twitter.com/WordPressiOS\">@WordPressiOS</a>.</p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=apps.wordpress.org&blog=62767514&post=1542&subd=wpmobileapps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Jul 2014 19:00: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:7:\"Sendhil\";s: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:36:\"Gravatar: Something funny happened\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.gravatar.com/?p=511\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blog.gravatar.com/2014/07/23/something-funny-happened/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1078:\"<p>On the way to building a <a href=\"http://blog.gravatar.com/2014/03/05/a-question-for-gravatar-users/\">Gravatar app</a>, we noticed that taking pictures of ourselves to update our Gravatars was something we only wanted to do every month or so, but then we started taking selfies and sharing them with each other and that became a daily and very fun habit. So our Gravatar app morphed into a <a href=\"http://getselfies.com/\">Selfies app</a>, and it’s now ready for the world to play with! You can read more <a href=\"http://getselfies.com/about/\">about the app</a> here. We hope you become one of the first brave souls to try it out, and let us know <a href=\"http://feedback.getselfies.com/\">what you think</a>.</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/gravatar.wordpress.com/511/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/gravatar.wordpress.com/511/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.gravatar.com&blog=1886259&post=511&subd=gravatar&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Jul 2014 18:41: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:14:\"Toni Schneider\";s: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:50:\"Joseph: Free 5 Day Trial of VaultPress via Jetpack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://josephscott.org/?p=10739\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://josephscott.org/archives/2014/07/free-5-day-trial-of-vaultpress-via-jetpack/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1072:\"<p>If you already have <a href=\"http://jetpack.me/\">Jetpack</a> on your <a href=\"http://wordpress.org/\">WordPress</a> site and connected to a <a href=\"https://wordpress.com/\">WordPress.com</a> account you are only moments away from starting a <a href=\"http://blog.vaultpress.com/2014/07/21/connect-through-jetpack-for-a-free-5-day-vaultpress-trial/\">free 5 day trial of VaultPress</a>.</p>\n<p><a href=\"https://josephscott.org/wp-content/uploads/2014/07/instantly-connect-through-jetpack.png\"><img src=\"https://josephscott.org/wp-content/uploads/2014/07/instantly-connect-through-jetpack-1024x425.png\" alt=\"instantly-connect-through-jetpack\" width=\"676\" height=\"280\" class=\"aligncenter size-large wp-image-10742\" /></a></p>\n<p>We’ve been looking at ways we could make it easier for people to start using <a href=\"http://vaultpress.com/\">VaultPress</a>, this is a big step in that direction.</p>\n<p>Details of the process are at the <a href=\"http://blog.vaultpress.com/2014/07/21/connect-through-jetpack-for-a-free-5-day-vaultpress-trial/\">VaultPress.com blog</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Jul 2014 17:25: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:12:\"Joseph Scott\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:51:\"WordPress.tv: James Barrett: Wireframing Essentials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=36513\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.tv/2014/07/23/james-barrett-wireframing-essentials/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:650:\"<div id=\"v-Dtzg6ENC-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36513/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36513/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36513&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/07/23/james-barrett-wireframing-essentials/\"><img alt=\"James Barrett: Wireframing Essentials\" src=\"http://videos.videopress.com/Dtzg6ENC/video-b1b08f0465_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Jul 2014 15:41: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:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WordPress.tv: Speed as a Feature – Getting a Handle on Page Load Time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=36564\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wordpress.tv/2014/07/23/speed-as-a-feature-getting-a-handle-on-page-load-time/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:705:\"<div id=\"v-y5zyFERo-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36564/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36564/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36564&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/07/23/speed-as-a-feature-getting-a-handle-on-page-load-time/\"><img alt=\"Zack Tollman: Speed as a Feature – Getting a Handle on Page Load Time\" src=\"http://videos.videopress.com/y5zyFERo/video-f76869fbea_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Jul 2014 15:35:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WordPress.tv: Joe Dolson: Accessibility Ready – Theming for a Larger Audience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=36547\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2014/07/23/joe-dolson-accessibility-ready-theming-for-a-larger-audience/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:706:\"<div id=\"v-GP0l52RK-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36547/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36547/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36547&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/07/23/joe-dolson-accessibility-ready-theming-for-a-larger-audience/\"><img alt=\"Joe Dolson: Accessibility Ready – Theming for a Larger Audience\" src=\"http://videos.videopress.com/GP0l52RK/video-a7c3d62367_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Jul 2014 15:26:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:23:\"Matt: Attention Minutes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=43942\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://ma.tt/2014/07/attention-minutes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:828:\"<p><a href=\"http://grist.org/\">Grist.org</a>, the environmental journalism non-profit I’m on the board of, <a href=\"http://www.knightfoundation.org/grants/201449104/\">has received a Knight Foundation grant to</a> “allow newsrooms to better measure audience engagement, beyond clicks and page views, by creating an open-source WordPress plugin that will measure ‘attention minutes’ to determine how long users are interacting with content.” I’m excited to see what they come up with, and that it will be open source, perhaps it’s something we can incorporate into <a href=\"http://jetpack.me/\">Jetpack</a> down the line. If hacking on that sort of thing and saving the planet is interesting to you, <a href=\"http://grist.org/jobs/#developer1\">Grist is hiring WordPress developers</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Jul 2014 12:30: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:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: 3 Things To Remember If You Start a Site About 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=26886\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:176:\"http://wptavern.com/3-things-to-remember-if-you-start-a-site-about-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=3-things-to-remember-if-you-start-a-site-about-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:6335:\"<p>Oli Dale has <a title=\"http://wplift.com/start-blog-wordpress-today\" href=\"http://wplift.com/start-blog-wordpress-today\">an article on WPLift</a> that describes what subject matter he’d focus on if he started a site devoted to WordPress today. Throughout the article, he mentions niches that are already well covered such as WordPress news and tutorials. He concludes the article suggesting that new sites about WordPress be narrowly focused on a niche, such as Church blogs or freelancing/product owners.</p>\n<h2>I’d Still Write About Whatever Interests Me</h2>\n<p>After reading his post, I started thinking about what I would write about if I started a WordPress site today. The more I think about it, the more I realize that I wouldn’t be able to limit myself to just one topic of interest. Writing about whatever interests me is what makes the process of blogging enjoyable. Over the years, I’ve learned that one of the hardest things to do is write about something I have no interest in.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/07/RepeatBananna.png\" rel=\"prettyphoto[26886]\"><img class=\"size-full wp-image-26905\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/07/RepeatBananna.png?resize=629%2C261\" alt=\"Repeat Bananna\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/sis/103725518/\">Sister72</a> – <a href=\"http://creativecommons.org/licenses/by/2.0/\">cc</a>\n<p>Before deciding on whether to start a new site about WordPress, consider whether you’ll be doing it for fun or for profit. This decision will help determine which types of content you write. It’s also easier to monetize a site up front rather than making the change at the height of the site’s success.</p>\n<p>When I launched the Tavern, it was a labor of love more so than an opportunity to make a buck. However, there came a time when the light bulb went off and I discovered I could combine my love for writing about WordPress and make money doing it. It also helped that I had the support of my audience to make that decision.</p>\n<h2>People Want To Know About The Business Of WordPress</h2>\n<p>For my day job, I read a lot of material about WordPress from all over the web. One of the topics I’ve noticed that people have an insatiable appetite for is the business of WordPress. Five to six years ago, there were <strong>fewer</strong> businesses and consultancy agencies around WordPress.</p>\n<p>Today, it feels like there are a ton of 1-5 person shops ready to grow their business and are looking for <a title=\"http://wpmentor.org/\" href=\"http://wpmentor.org/\">mentors</a> to provide the information they need to make informed decisions. The business of WordPress is definitely an area that could use more content written by experienced and professional consultants, agencies, and enterprise level companies.</p>\n<h2>Showcase Sites and Products That Give WordPress That WOW Factor</h2>\n<p>A very narrow niche that could be tapped into is showcasing websites or products that give WordPress that WOW factor. There are so many sites built with WordPress, that it would be nice to see a site devoted to the cream of the crop. Sure, there is the <a title=\"https://wordpress.org/showcase/\" href=\"https://wordpress.org/showcase/\">WordPress showcase</a> but it doesn’t tell you all of the juicy details that were involved in the making of the site. A site in this niche could focus on case studies, interviews with decision makers, etc.</p>\n<p>One of the reasons I think a site devoted to this niche could be successful is this feeling that WordPress has reached a point where it’s boring. We know that WordPress is used to build websites, large and small, and that it’s capable of doing much more.</p>\n<p>But there is not one site that I know of acting as a living archive that showcases how people are pushing the boundaries of the software. Common terms being used today to describe WordPress are, platform, application framework, and development framework. What does any of that mean and what are some concrete examples that define those terms?</p>\n<h2>Using WordPress For eCommerce Is Growing In Popularity</h2>\n<p>eCommerce is a WordPress vertical that continues to grow in popularity. I almost feel as though you could do no wrong by starting a website devoted to the eCommerce space. Although I haven’t come across one just yet, I wouldn’t be surprised if there are sites dedicated to the WooCommerce ecosystem. WooCommerce has turned into a cottage industry and there are always interesting things happening in the space. Not to mention there are plenty of affiliate program opportunities with several of the popular eCommerce systems.</p>\n<h2>Three Pieces Of Advice</h2>\n<p>WordPress as an open source software project is 11 years old. It’s used on nearly <a title=\"http://w3techs.com/\" href=\"http://w3techs.com/\">23% of the web</a>. There are plenty of podcasts, watering holes, and sites devoted to it. Don’t be discouraged by the fact that there may be one or more people covering a niche. Determine what sets you apart from everyone else and go for it. It’s possible to make a dent in the WordPress sphere of influence, <a title=\"http://chrislema.com/\" href=\"http://chrislema.com/\">Chris Lema</a> is living proof. In early 2012, <a title=\"http://chrislema.com/blogging-like-a-rockstar/\" href=\"http://chrislema.com/blogging-like-a-rockstar/\">Lema was an unknown</a> in the WordPress community. Thanks to his hard work, consistency, and ability to educate readers using the power of story telling, he’s become an influential voice. This is why I jokingly say he “<a title=\"https://twitter.com/jeffr0/status/438927771822080000\" href=\"https://twitter.com/jeffr0/status/438927771822080000\">came out of nowhere</a>“.</p>\n<p>If you decide to start your journey today, I have three pieces of advice. Be yourself, share your experiences so others can learn, and try to <a title=\"http://chrislema.com/help-others/\" href=\"http://chrislema.com/help-others/\">help others</a>. It’s amazing how far these three things can take you.</p>\n<p>What other verticals or topics are under exposed in the WordPress community? What additional types of content would you like to see on the Tavern?</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, 23 Jul 2014 06:31: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:\"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: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:41:\"Matt: Canvas Fingerprinting & AddThis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=43948\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://ma.tt/2014/07/canvas-fingerprinting-addthis/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:776:\"<p>Propublica has a piece on <code>canvas</code> fingerprinting done by the ad service that uses the trojan horse of sharing buttons, AddThis: <a href=\"http://www.propublica.org/article/meet-the-online-tracking-device-that-is-virtually-impossible-to-block\">Meet the Online Tracking Device That is Virtually Impossible to Block</a>. Regardless of the usefulness of this particular technique, which seems to not be effective enough to stick around, services like AddThis and ShareThis will always spy on and tag your audience when you use their widgets, and you should avoid them if you care about that sort of thing. That’s why we put <a href=\"http://jetpack.me/support/sharing/\">sharing buttons into Jetpack</a> that are much more privacy (and performance) friendly.</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, 22 Jul 2014 21:54:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:77:\"WPTavern: GavickPro Abandons Theme Framework in Favor of 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=26888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:198:\"http://wptavern.com/gavickpro-abandons-theme-framework-in-favor-of-wordpress-customizer?utm_source=rss&utm_medium=rss&utm_campaign=gavickpro-abandons-theme-framework-in-favor-of-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:3739:\"<p><a href=\"http://www.gavick.com/\" target=\"_blank\">GavickPro</a> is a unique theme shop that creates both Joomla and WordPress themes. Each theme they produce is developed for both platforms. The shop was first established in the Joomla community and then branched out into WordPress.</p>\n<p>Up until recently, every WordPress theme GavickPro created was based on the GavernWP Framework, which was designed to match its Joomla counterpart in functionality while providing WordPress-specific options. Consequently, the framework had a difficult time gaining traction and was confusing to WordPress users.</p>\n<p>Lee Batten, head of consumer support at GavickPro, <a href=\"http://www.gavick.com/blog/look-improving-wordpress-documentation/\" target=\"_blank\">announced</a> today that they will be abandoning the GavernWP Framework in favor of using the WordPress customizer:</p>\n<blockquote><p>The widget-heavy design of our themes made installation frustrating for inexperienced users. For this reason, we have decided to abandon the GavernWP Framework as the baseline for our future themes, and instead move away from frameworks altogether.</p></blockquote>\n<p>Batten said that the team will now opt for using the native customizer for handling options and settings in their future theme releases. “Things such as slideshow images, colors, backgrounds, fonts and more will be selectable within the theme customizer area of the WordPress backend with live changes visible as you make them, for a more comfortable and visual creation experience,” he said. The team will also be scaling back the number of widgets required to make their themes operational.</p>\n<h3>Perfetta: A Free Blogging Theme That Relies Solely on the Customizer</h3>\n<p>To demonstrate the new shift toward the customizer, GavickPro is releasing <a href=\"http://www.gavick.com/demo/wordpress/perfetta/\" target=\"_blank\">Perfetta</a>, a free WordPress blogging theme. Perfetta makes use of the customizer to provide an easy way to select fonts, colors, layouts, background images, and additional features.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/perfetta-theme.jpg\" rel=\"prettyphoto[26888]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/perfetta-theme.jpg?resize=934%2C438\" alt=\"perfetta-theme\" class=\"aligncenter size-full wp-image-26897\" /></a></p>\n<p>GavickPro is next in line to follow the folks at <a href=\"http://wptavern.com/themefurnace-relaunches-introduces-lifetime-club-membership\" target=\"_blank\">ThemeFurnace</a>, <a href=\"http://wptavern.com/okay-themes-pulls-out-of-themeforest-rebrands-as-array\" target=\"_blank\">Array</a>, and other theme shops in ditching custom options frameworks and betting heavy on the WordPress customizer. One of the major benefits to going this route is that themes utilizing the customizer don’t require as much documentation, as WordPress users are generally familiar with this feature.</p>\n<p>Customers have so far responded positively to the change. <strong>“Any proprietary framework seems rather clunky compared to the built-in WordPress customization system,”</strong> one commenter <a href=\"http://www.gavick.com/blog/look-improving-wordpress-documentation/#comment-1496749070\" target=\"_blank\">remarked</a> in response to the announcement. In this highly competitive WordPress theme market, it doesn’t matter how beautiful your theme designs are or how many pages of documentation you create. Customers will resist your product if it feels clunky to customize. The team at GavickPro will be completely revamping product documentation in the coming days to reflect the changes and to help users more easily customize their websites.</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, 22 Jul 2014 20:43:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:54:\"Post Status: The case for doing small website projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://www.poststat.us/?p=6945\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://www.poststat.us/small-web-projects/?utm_source=rss&utm_medium=rss&utm_campaign=small-web-projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14541:\"<p><img class=\"aligncenter size-large wp-image-6947\" src=\"http://www.poststat.us/wp-content/uploads/2014/07/small-web-projects-752x300.jpg\" alt=\"small-web-projects\" width=\"752\" height=\"300\" />Last week I posted about <a title=\"How much should a custom WordPress website cost?\" href=\"http://www.poststat.us/wordpress-website-cost/\">how much custom WordPress websites should cost</a>. If you read that post, you know that it depends. Generally the feedback was fantastic, but many readers took from that post that they should raise their prices.</p>\n<p>I disagree.</p>\n<p>I mentioned in the post that I’ve worked on web projects ranging from $1,000 to $100,000. What I didn’t note is that I’ve made just as much — or more — profit per hour on $1,000 websites as I have on much more expensive projects.</p>\n<h3>Revenue is not the same as profit</h3>\n<p>Projects that cost a lot of money can break you just as easily as they can make you. We should consider the value of our projects based on not only the revenue, but the profit potential.</p>\n<p>If I can perform a $1,000 project in 5 hours, including project management, I’ll do it. Every. Day.</p>\n<p>Who doesn’t want to make $200 an hour? That’s a pretty great rate. I would rather do ten of those projects versus one $10,000 project that gets out of hand and takes 400 hours — 10 full time weeks isn’t that crazy of a number — where I end up making $25 per hour. It’s obvious, right?</p>\n<p>Now think back to some of your projects. Have you created websites for $1,000? $3,000? $10,000? $30,000? More? And at what price point did you find yourself to be most profitable? What made it so?</p>\n<h3>Qualities of profitable (small) web projects</h3>\n<p>In the last post on pricing, I talked about the client multiplier for project management. It was mostly well received, and I got a lot of “Oh, man, I need to do that.”</p>\n<p>And that’s probably because people could relate to projects that get out of hand and end up being expensive.</p>\n<h4>Great Project management</h4>\n<p>So, project management is obviously a huge factor for making projects successful. But project management isn’t something that only the client can screw up. We — as consultants — can very easily bungle a project. And it’s our responsibility to make “easy” and “difficult” clients successful parts of our web projects.</p>\n<p>Either way, we need to make sure to keep project management a minimum. We can do this by automating tasks — check out <a href=\"http://www.poststat.us/category/planet/feed/“http://www.wpelevation.com/2014/06/episode-35-jennifer-bourn/“\">Jennifer Bourn’s interview on WP Elevation</a> for some great tips on this — and ensure our client isn’t going to require a lot of hand holding.</p>\n<p>For a $2,500 project, if you’re charging $100 per hour, keep project management to fewer than 5 of those 25 hours. If you can’t do that, charge more or turn down the project.</p>\n<h4>Onboarding</h4>\n<p>This morning I listened to the latest episode of Businessology — a fantastic podcast if you’re into posts like this — and they started their <a href=\"http://businessologyshow.biz/wordpress/the-power-of-onboarding/\">series on onboarding clients</a>.</p>\n<p>Onboarding clients well is hugely important. Unfortunately, it’s costly. It takes time, and if you don’t price the client until after you onboard them, then that’s sunk cost into your business.</p>\n<p>So you either need to price onboarding into every project that makes up for the projects you lose, or you need to charge for that time.</p>\n<p>Proper onboarding for small web projects can be pretty simple. Essentially, you need to “lay down the law” and set expectations very, very early. I’m going to use a $2,500 budget for my example onboarding. That could go something like this:<span id=\"more-6945\"></span></p>\n<blockquote><p>Hi,</p>\n<p>I’m really excited about the opportunity to help you for this project. Unfortunately, your budget is quite low for what you’re hoping to achieve, so we’ll need to do as much as we can for the limited amount of time we have. So, I’ll set some ground rules and you can let me know whether you are okay with these limitations:</p>\n<ul>\n<li>I require 50% down before we start and 50% once the work is complete. When you launch is up to you, but I’ll need final payment once development is complete.</li>\n<li>We will have a 1 hour kickoff. At this kickoff, I’ll expect you have some things ready for me to review. I’ll send you that list soon. We’ll talk on the phone and do a screenshare, and the call will be recorded.</li>\n<li>I will present the design to you in three to four days. We cannot delay this meeting. The presentation will be on the phone and will last about 30 minutes. You’ll have time to make requests for changes only. You’ll have to trust me for the overall direction the project is taking. If you choose you cannot accept the designs, you can cancel the remainder of the project and not be obligated for the second payment.</li>\n<li>We will perform the development within 2 weeks. Once we are done, we will deliver it to you via a staging website on our firm’s server, with the content you have pre-delivered to us as a base. You will then have 1 week to alter that content and request changes that are within the scope of the project.</li>\n<li>If you have not completed your end by that time, we’ll request the final payment and can deliver the database and files to a location of your choice.</li>\n<li>If you are ready for your website to launch at this stage, we’ll launch it for you on any pre-approved host (we have some we can’t work with), or we can send you the database and files so that you or your internal team can launch the new website.</li>\n<li>The final 50% of the payment is due before launch or file delivery. We cannot do either unless we’ve been paid for the finished work.</li>\n</ul>\n<p>I understand these may sound like tight restrictions. However, if we do this, I’ll be able to deliver a lot of value for your budget. If you’re not okay with this setup, we can alter it to fit something that works better for you and your organization, but we’ll need to adjust the budget to account for the changes.</p>\n<p>If this doesn’t work for you, then we understand completely and appreciate you contacting us anyway.</p>\n<p>Have a great day.</p></blockquote>\n<p>So what did we do here? We set the standard. This standard may change for you and your deliverables and the price may change, but you should be able to get the picture.</p>\n<h4>Authority</h4>\n<p>One thing I hope you noted is that the email (hopefully) has an air of authority attached. The client should know that they’re playing by our rules, unless they want to pay more. I’ll happily play by a client’s rules if they’re prepared to pay me to play that way.</p>\n<p>However, authority should not require rudeness or lack of respect. The goal is to establish authority while sounding like a considerate professional.</p>\n<h4>Get it in, get it out</h4>\n<p>Nothing is more costly than a project that drags on. Even if you don’t work on it as it drags on, the cost of it being on your books and not getting final payment is significant to the point of making it unprofitable.</p>\n<p>When working on a small project, it’s enormously important to make sure the client understands the limitations on the timeline. You must set a schedule, hold the client to it, and stick to it yourself.</p>\n<p>If you let a small project drag on, you’ll start to dislike it as a project, you’ll hate it being in your spreadsheet or other project traffic software, you’ll start to forget the details and scope, the client will lose patience and start demanding more, and it’ll drain your organization.</p>\n<p>If the client takes a long time to decide to work with you after initial contact, that’s a red flag. If the client has multiple stakeholders for approval in their organization, that’s a red flag. If the client clearly has poor assets and content on their current marketing materials (print or web), that’s a red flag.</p>\n<p>All of these things will affect your timeline. Adjust prices accordingly, even if it means you lose the job.</p>\n<p>Finally, do the job in the time you said it would take. Nothing good will come from delaying. Make sure you have the resources to complete the small project in the amount of time you said you would, and do it.</p>\n<h4>Manage Scope</h4>\n<p>Your agreement for the amount and kind of work you’re going to do for a small project is paramount. No loose ends are allowed, because if one falls through the cracks your profitability is gone. Be <em>very</em> careful to use your experience to your advantage here. Remember some of the same kinds of things as last time:</p>\n<ul>\n<li>Is there an existing site that needs content migration to the new site?</li>\n<li>Does the client have the ability to recognize “good” design from “bad” design.</li>\n<li>Do they want <em>you</em> and are ready to do what it takes to work with you, or are they just shopping for price?</li>\n<li>Is the proposed new website relatively small, and can the types of content be easily quantified? Do you already know how you’ll achieve the technical parts within budget? If not, either figure it out or charge more.</li>\n</ul>\n<p>There may be more things, but just be sure to look out for things that could affect your limited scope.</p>\n<p>And if changes come once papers have been signed, require signed change orders, even if you decide to do the change for free. I also learned this from Businessology, and Dan learned it from Happy Cog, if I recall correctly. This establishes to the client that changes are significant and deserve highlighting. It creates “scope change equity” if you will.</p>\n<h4>Don’t reinvent the wheel</h4>\n<p>For small web projects, you need to keep the tasks to those where you are not reinventing the wheel.</p>\n<p>Need an events calendar? Fine, but use a pre-built plugin that requires little to no custom development or design added. The same goes for any other type of content. Make sure you have the code in your own toolbox or know where to get it.</p>\n<p>With a 25 hour project, you don’t have much time for potential rabbit holes.</p>\n<p>The other way to not reinvent the wheel is to only target small websites within specific niches. I’ve done this myself. One of my friends is a political consultant. He asked me if I could help. I was wary, but I decided to help him. In the end, we decided to charge his clients $1,500 each and split it in half.</p>\n<p>So I accepted a job where I was only getting paid $750 per website. That’s ridiculous, you say. And you’re right. It is, if I didn’t take precautions.</p>\n<p>But in this case, I never spoke to a single client (he did all the direct contact since he was already advising them), and I built the same functionality and repeated it for 6 different websites. Then I customized the styles to fit the client’s brand, and we launched it on a single hosting platform, where the variables were known.</p>\n<p>So I was able to build websites for $750 that were quite respectable hourly rates for me.</p>\n<h4>Always be closing</h4>\n<p>My coworker, <a href=\"http://twitter.com/petemall\">Pete Mall</a>, always jokes (except he’s totally serious) by saying “ABC”. ABC stands for Always Be Closing. It’s purposefully not Always Be Selling.</p>\n<p>Selling is expensive, and closing is good. This is especially important for small web projects.</p>\n<p>If you only do small web projects, you need to be able to keep a steady stream of incoming clients, and you need processes for managing these relationships.</p>\n<p>If you’re looking for great people to learn from for managing projects like this, I definitely recommend <a href=\"http://mattreport.com/bill-erickson-wordpress-systemizing/\">learning from Bill Erickson</a>, who has done a lot of systemizing in this arena.</p>\n<h4>Do it for free</h4>\n<p>When you charge someone money for a website, the mindset changes: you are serving them, and you have an obligation to do so. There’s nothing wrong with this mindset. The problem is , even if the client is your friend, this person now values you for whatever you’re charging them.</p>\n<p>So let’s say you take this $2,500 sample project of ours and do it for $500 because you care about the website in question, or the stakeholder behind it. You may have just made a big mistake.</p>\n<p>If you quote them $500 for something worth $2,500, you just told them that your exceptional service is only worth $500.</p>\n<p>Instead, I learned a trick from <a href=\"http://danielmall.com/\">Dan Mall</a> (or I think it was Dan). What you should do is put the $2,500 price on the invoice, and then discount it to $500. Now their mindset has shifted, and know they are getting a great deal, and they are more likely to treat you like you deserve to be treated.</p>\n<p>My other note on this is that you could also do it for free.</p>\n<p>With certain non-profits or friends of mine, I’ve opted to do it this way. Now the expectations are that there are no expectations. I tell them I’ll do it for free and that I’m the decider and they can take it or leave it; and people don’t turn down free, no matter the limitations.</p>\n<p>If I do a project for free, I still like to say what my services are worth in similar situations. And when I do this, I typically strengthen my relationship and get a great testimonial (that are great for paying projects!) because they are so happy to receive my services.</p>\n<h3>Small projects aren’t bad</h3>\n<p>Small projects aren’t bad. Unprofitable ones are.</p>\n<p>When you’re quoting work, you may decide you just don’t want to do projects under a certain price — and that’s totally fine. I actually think that it’s generally easier to sell lower priced projects, and harder to manage them effectively. It’s just so much easier to use your buffer in small projects and go into the red. Whereas you have more room for error with large projects, but they are harder to sell.</p>\n<p>Personally, every now and then I want to be able to do a small project if it’s something I think I’ll enjoy or can have a great impact on.</p>\n<p>For these scenarios, it’s important that we don’t give away our services for less than they are worth, but it doesn’t mean that we have to say no.</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, 22 Jul 2014 18:24:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: WPCore Plugin Manager Adds Favoriting and Custom Plugins to Collections\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=26755\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:206:\"http://wptavern.com/wpcore-plugin-manager-adds-favoriting-and-custom-plugins-to-collections?utm_source=rss&utm_medium=rss&utm_campaign=wpcore-plugin-manager-adds-favoriting-and-custom-plugins-to-collections\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3443:\"<p>Last week we featured <a href=\"http://wptavern.com/wpcore-create-wordpress-plugin-collections-and-install-them-in-one-click\" target=\"_blank\">WPCore</a>, an <a href=\"http://wpcore.com/\" target=\"_blank\">app</a> created by Stuart Starr that allows you to create WordPress plugin collections and install them in one click. He renamed the app’s corresponding plugin in the official directory to <a href=\"http://wordpress.org/plugins/wpcore/\" target=\"_blank\">WPCore Plugin Manager</a> to avoid causing any confusion. The service has been so well received that Starr was motivated to expand the product roadmap, fix bugs, and add new features.</p>\n<h3>Favorite Collections</h3>\n<p>New users have added several new pages of collections that are helpful for building specific types of WordPress sites. <a href=\"http://wpcore.com/\" target=\"_blank\">WPCore</a> now allows you to favorite collections and view all of your favorites in one place.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/07/favorite-collections.jpg\" rel=\"prettyphoto[26755]\"><img class=\"aligncenter size-full wp-image-26864\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/07/favorite-collections.jpg?resize=971%2C310\" alt=\"favorite-collections\" /></a></p>\n<p>When browsing plugins in the app, you can now sort them by total downloads, rating, or last updated date. Plugin details pages have been updated to include a short description in addition to displaying collections where the plugin is included. You can also instantly add a plugin to any of your collections directly from the plugin details page.</p>\n<h3>Add Custom Plugins to Collections</h3>\n<p>The most exciting new feature of the app is the ability to add custom plugins hosted outside of WordPress.org. This greatly expands WPCore’s usefulness for developers who host their plugins on GitHub or elsewhere.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/add-custom-plugins.jpg\" rel=\"prettyphoto[26755]\"><img class=\"aligncenter size-full wp-image-26866\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/add-custom-plugins.jpg?resize=737%2C299\" alt=\"add-custom-plugins\" /></a></p>\n<p>Currently, collections that include a custom plugin are automatically set to private and cannot be made public. However, anyone with the key to a private collection can still use it and access the plugins included in it.</p>\n<p>Starr hopes that the app will continue to be easy to use while including protections for private collections used on client sites:</p>\n<blockquote><p>I specifically designed it so that the WordPress side of it would not require authentication in order to use a collection. This is because, like you, I have lots of different clients and I don’t want to authenticate my WPCore account from within their website admin panel. Why should one client see all of my collections?</p></blockquote>\n<p>To solve this problem, if you have collections that you want to remain completely private, Starr advises that you make sure the collection was never made public previously. If it was, it’s easy to delete it and recreate it as a private collection.</p>\n<p>Starr is dedicated to improving the service and is eager to receive feedback and feature requests from WPCore users. You can contact him on Twitter at <a href=\"https://twitter.com/wpcoreapp\" target=\"_blank\">@wpcoreapp</a> or via email: <a>hello@wpcore.com</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Jul 2014 18:03: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: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:77:\"WordPress.tv: Chris Koerner: How to Get Involved with the WordPress Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=36751\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://wordpress.tv/2014/07/22/chris-koerner-how-to-get-involved-with-the-wordpress-community-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:698:\"<div id=\"v-hqIV8J9m-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36751/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36751/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36751&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/07/22/chris-koerner-how-to-get-involved-with-the-wordpress-community-2/\"><img alt=\"Chris Koerner: How to Get Involved with the WordPress Community\" src=\"http://videos.videopress.com/hqIV8J9m/video-087e132617_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Jul 2014 15: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:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:72:\"WordPress.tv: Mike Hale: Content Calendars for WordPress: Tips and Tools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=36537\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://wordpress.tv/2014/07/22/mike-hale-content-calendars-for-wordpress-tips-and-tools/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:691:\"<div id=\"v-RQvrz2NE-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36537/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36537/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36537&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/07/22/mike-hale-content-calendars-for-wordpress-tips-and-tools/\"><img alt=\"Mike Hale: Content Calendars for WordPress: Tips and Tools\" src=\"http://videos.videopress.com/RQvrz2NE/video-516e365a82_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Jul 2014 15:09:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:60:\"WordPress.tv: Tracy Apps: How to Not Design Like a Developer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=36512\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.tv/2014/07/22/tracy-apps-how-to-not-design-like-a-developer/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:668:\"<div id=\"v-CMboZDoA-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36512/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36512/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36512&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/07/22/tracy-apps-how-to-not-design-like-a-developer/\"><img alt=\"Tracy Apps: How to Not Design Like a Developer\" src=\"http://videos.videopress.com/CMboZDoA/video-809fdfa949_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Jul 2014 07:22:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:58:\"WPTavern: What WPLift Learned From Not Moderating Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=26832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:160:\"http://wptavern.com/what-wplift-learned-from-not-moderating-comments?utm_source=rss&utm_medium=rss&utm_campaign=what-wplift-learned-from-not-moderating-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4165:\"<p>Oli Dale of WPLift, decided to leave comments open while having Akismet be the only anti-spam measure used. The result is 8,000 comments, most of which are spammy in nature. He sifted through 8,000 comments and <a title=\"http://wplift.com/wordpress-spam-comments\" href=\"http://wplift.com/wordpress-spam-comments\">published the results</a> where he outlines the various techniques spammers are using to try to get past the filters.</p>\n<p>One of the things Dale noticed was the amount of pingback/trackback spam the site received. He decided to disable the feature on past and future posts. He’s not the first to disable pingbacks and trackbacks. Several sites are turning the feature off since their usefulness has steadily declined and in some cases, can be used to <a title=\"http://wptavern.com/how-to-prevent-wordpress-from-participating-in-pingback-denial-of-service-attacks\" href=\"http://wptavern.com/how-to-prevent-wordpress-from-participating-in-pingback-denial-of-service-attacks\">generate a Distributed Denial of Service attack</a>. Earlier this year however, <a title=\"http://wptavern.com/akismet-update-adds-security-and-anti-spam-improvements\" href=\"http://wptavern.com/akismet-update-adds-security-and-anti-spam-improvements\">updates to Akismet were</a> added to help prevent this type of attack from occurring.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/07/SpamCaughtEveryHourByAkismet.png\" rel=\"prettyphoto[26832]\"><img class=\"size-full wp-image-26845\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/07/SpamCaughtEveryHourByAkismet.png?resize=469%2C194\" alt=\"Average Amount Of Spam Caught By Akismet Every Hour\" /></a>Average Amount Of Spam Caught By Akismet Every Hour\n<p>The results of his assessment are not surprising, especially to those who administer their spam queue on a daily basis. At the Tavern, we use Akismet while occasionally using the <a title=\"https://wordpress.org/plugins/cookies-for-comments/\" href=\"https://wordpress.org/plugins/cookies-for-comments/\">Cookies For Comments</a> plugin. Although Cookies for Comments has done a fantastic job of thwarting spam comments before they reach Akismet, some visitors have reported that they are unable to leave comments. Despite it being disabled for two months, I haven’t noticed an influx of spam into the queue.</p>\n<p>If managing the queue is one of your biggest concerns or time sucks, consider turning on the <a title=\"http://wptavern.com/have-you-turned-on-akismet-3-0s-silent-discard-feature\" href=\"http://wptavern.com/have-you-turned-on-akismet-3-0s-silent-discard-feature\">silent discard feature</a> within Akismet. Not only does this feature save you time, the <a title=\"http://blog.akismet.com/2014/04/23/theres-a-ninja-in-your-akismet/\" href=\"http://blog.akismet.com/2014/04/23/theres-a-ninja-in-your-akismet/\">folks at Akismet said</a> that <strong>“enabling the feature can result in significant reductions in your storage and resource usage requirements.” </strong></p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/04/akismet-discard-spam-feature.png\" rel=\"prettyphoto[26832]\"><img class=\"aligncenter size-full wp-image-21657\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/04/akismet-discard-spam-feature.png?resize=697%2C116\" alt=\"akismet discard spam feature\" /></a></p>\n<p>The longer I administer the Tavern, the more aggressive I become with approving comments. A few years ago, I might have approved comments with legitimate looking Gravatars, names, and URLs that say ‘<em>Great Job</em>‘ or ‘<em>Awesome list of themes</em>‘. Now, I send them to the trash without even thinking about it.</p>\n<p>Ultimately, the last line of defense for spam comments is you, or the person administering your website. Despite Akismet’s algorithms and its large user base, it’s not perfect and will likely always need the human element. By knowing what to look for and setting up your system to automatically discard comment spam, your site will be in a better position to battle against spammers, leaving you with more time to engage with your audience.</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, 22 Jul 2014 02:46:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: WordPress Zero Spam Plugin Packages David Walsh’s Anti-Spam Method\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=26812\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:194:\"http://wptavern.com/wordpress-zero-spam-plugin-packages-david-walshs-anti-spam-method?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-zero-spam-plugin-packages-david-walshs-anti-spam-method\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2596:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/army.jpg\" rel=\"prettyphoto[26812]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/army.jpg?resize=1024%2C494\" alt=\"army\" class=\"aligncenter size-full wp-image-26835\" /></a></p>\n<p><a href=\"http://wordpress.org/plugins/zero-spam/\" target=\"_blank\">WordPress Zero Spam</a> is the latest to join the ranks of anti-spam plugins fighting on the front lines of WordPress sites. The new plugin is based on a simple method created by Mozilla developer <a href=\"http://davidwalsh.name/\" target=\"_blank\">David Walsh</a>, whose popular tech blog gets regularly hammered by 8,000+ spam comments per day.</p>\n<p>In a recent tutorial titled <em><a href=\"http://davidwalsh.name/wordpress-comment-spam\" target=\"_blank\">How I Stopped WordPress Comment Spam</a></em>, Walsh explains his method which essentially relies on inserting a key client-side via JavaScript on form submission. He then adds a server-side key check with PHP. If the check fails, the comment is rejected.</p>\n<p>After two weeks of employing this method, Walsh claims to have brought his spam comments down to zero. <strong>“I went from over 8,000 per day to none. Better than Akismet, better than any plugin.”</strong> Inspired by Walsh’s success, web developer <a href=\"http://www.benmarshall.me/\" target=\"_blank\">Ben Marshall</a> packaged the method into a WordPress plugin with an enticing tagline: <em>“Just install, activate and say goodbye to spam.”</em></p>\n<p>WordPress Zero Spam is different from <a href=\"http://akismet.com/\" target=\"_blank\">Akismet</a>, the most often recommended spam blocking solution, in that it’s not a service dedicated to filtering spam. It simply checks for bots and discards spam comments at the door before they reach your site. The benefit here is that you are likely to have fewer spam comments and false positives to hunt through. Since it’s an open source plugin and not a service, WordPress Zero Spam is free for both personal and commercial use.</p>\n<p>The downside of this new plugin is that anyone without support for JavaScript will have their comments rejected. However, the percentage of actual commenters with JS turned off is likely to be infinitesimal compared to the number of bots trying to comment on your site. If you don’t mind the JavaScript requirement and want a simple solution with no options to configure, then <a href=\"http://wordpress.org/plugins/zero-spam/\" target=\"_blank\">WordPress Zero Spam</a> is a plugin that may work well for you.</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, 22 Jul 2014 01:20: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:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Tom McFarlin On The Differences Between A WordPress Developer and Implementor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=26796&preview_id=26796\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:218:\"http://wptavern.com/tom-mcfarlin-on-the-differences-between-a-wordpress-developer-and-implementor?utm_source=rss&utm_medium=rss&utm_campaign=tom-mcfarlin-on-the-differences-between-a-wordpress-developer-and-implementor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2296:\"<p>In a post recently published by Tom McFarlin, I learned about a new segment of <a title=\"http://tommcfarlin.com/wordpress-developers-programmer-implementer/\" href=\"http://tommcfarlin.com/wordpress-developers-programmer-implementer/\">WordPress developers called <em>implementors</em></a>.</p>\n<p>Implementors are generally described as those who look for and use existing solutions to solve problems. Developers on the other hand, approach problems from a different mindset. In a <a title=\"http://tommcfarlin.com/wordpress-developers-programmer-implementer/#comment-717010\" href=\"http://tommcfarlin.com/wordpress-developers-programmer-implementer/#comment-717010\">comment left on the post</a>, Julien Maury summarizes the two beautifully:</p>\n<blockquote><p>An implementor will say first “ok I’ll check if there’s some good plugins to do that” whereas a developer will say first “I’ll check if I can do it”.</p></blockquote>\n<p>In the early years of using WordPress, I learned enough to produce the infamous <a title=\"http://codex.wordpress.org/Common_WordPress_Errors#The_White_Screen_of_Death\" href=\"http://codex.wordpress.org/Common_WordPress_Errors#The_White_Screen_of_Death\">white screen of death</a>. I relied on plugins and themes to accomplish tasks for websites that I built. Just because I’m able to take existing pieces of a puzzle and put them together to make a complete WordPress website, doesn’t mean I’m a developer. However, the term implementor describes me quite well and has a nice ring to it.</p>\n<p>I think of developers as those who have the knowledge and skill set to invent solutions to problems. It’s a skill that I envy and respect. An implementor is a good way to differentiate yourself from developers without it sounding demeaning. Some of those who work with WordPress, such as <a title=\"http://smutek.net/\" href=\"http://smutek.net/\">Jimmy Smutek,</a> are already wearing the badge with honor.</p>\n<blockquote><p>Eventually, as my understanding and knowledge grows, maybe I’ll reach a place where I will confidently refer to myself as a developer but, for now, I’m proud to be an implementor and happy for the distinction.</p></blockquote>\n<p>Which term more aptly describes you, a WordPress implementer or developer?</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, 21 Jul 2014 22:25: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:\"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:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 27 Jul 2014 15:54:32 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"164311\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sun, 27 Jul 2014 15:30:16 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20130911080210\";}','no'),(461,'revslider-latest-version','4.5.95','yes'),(473,'widget_rev-slider-widget','a:2:{i:2;a:4:{s:16:\"rev_slider_title\";s:17:\"Bruno Associates \";s:10:\"rev_slider\";s:1:\"1\";s:19:\"rev_slider_homepage\";s:2:\"on\";s:16:\"rev_slider_pages\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(485,'_transient_timeout_settings_errors','1406499541','no'),(486,'_transient_settings_errors','a:1:{i:0;a:4:{s:7:\"setting\";s:7:\"general\";s:4:\"code\";s:16:\"settings_updated\";s:7:\"message\";s:15:\"Settings saved.\";s:4:\"type\";s:7:\"updated\";}}','no'),(413,'_site_transient_timeout_browser_376956767818a23f320b0ffbb60a9092','1406829577','yes'),(414,'_site_transient_browser_376956767818a23f320b0ffbb60a9092','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"31.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(416,'revslider_checktables','1','yes'),(417,'revslider-static-css','.tp-caption a {\ncolor:#ff7302;\ntext-shadow:none;\n-webkit-transition:all 0.2s ease-out;\n-moz-transition:all 0.2s ease-out;\n-o-transition:all 0.2s ease-out;\n-ms-transition:all 0.2s ease-out;\n}\n\n.tp-caption a:hover {\ncolor:#ffa902;\n}','yes'),(418,'revslider-update-check-short','1406468516','yes'),(419,'revslider-valid-notice','false','yes'),(428,'_site_transient_timeout_browser_a77ed9d4722e22c893fb36b24b3af33b','1406859338','yes'),(429,'_site_transient_browser_a77ed9d4722e22c893fb36b24b3af33b','a:9:{s:8:\"platform\";s:4:\"iPad\";s:4:\"name\";s:4:\"iPad\";s:7:\"version\";s:3:\"7.0\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(515,'_transient_doing_cron','1406578182.7870290279388427734375','yes'),(316,'widget_sfmsb_settings','a:2:{i:2;a:28:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:13:\"Follow Bruno:\";s:11:\"url_twitter\";s:35:\"https://twitter.com/BrunoAssociates\";s:14:\"enable_twitter\";i:1;s:12:\"url_facebook\";s:44:\"https://www.facebook.com/brunoassociatesinc#\";s:15:\"enable_facebook\";i:1;s:14:\"url_googleplus\";s:0:\"\";s:17:\"enable_googleplus\";i:0;s:8:\"url_feed\";s:0:\"\";s:11:\"enable_feed\";i:0;s:12:\"url_linkedin\";s:0:\"\";s:15:\"enable_linkedin\";i:0;s:13:\"url_pinterest\";s:0:\"\";s:16:\"enable_pinterest\";i:0;s:13:\"url_wordpress\";s:0:\"\";s:16:\"enable_wordpress\";i:0;s:10:\"url_github\";s:0:\"\";s:13:\"enable_github\";i:0;s:13:\"url_instagram\";s:0:\"\";s:16:\"enable_instagram\";i:0;s:11:\"url_youtube\";s:0:\"\";s:14:\"enable_youtube\";i:0;s:9:\"url_vimeo\";s:0:\"\";s:12:\"enable_vimeo\";i:0;s:4:\"size\";i:25;s:8:\"position\";s:5:\"under\";s:5:\"style\";s:6:\"square\";s:5:\"color\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(350,'theme_mods_twentytwelve','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1406209716;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:18:\"orphaned_widgets_1\";a:1:{i:0;s:14:\"recent-posts-4\";}s:18:\"orphaned_widgets_2\";a:1:{i:0;s:6:\"text-2\";}s:18:\"orphaned_widgets_3\";a:1:{i:0;s:16:\"sfmsb_settings-2\";}}}}','yes'),(320,'envato-wordpress-toolkit','a:2:{s:9:\"user_name\";s:10:\"Giowriter2\";s:7:\"api_key\";s:32:\"pwne68e2usoy2figxdr31jah67am2g0m\";}','yes'),(321,'_transient_timeout_Giowriter2_wp-list-themes','1406147447','no'),(322,'_transient_Giowriter2_wp-list-themes','O:8:\"stdClass\":1:{s:14:\"wp-list-themes\";a:3:{i:0;O:8:\"stdClass\":6:{s:7:\"item_id\";s:6:\"253220\";s:9:\"item_name\";s:24:\"U-Design WordPress Theme\";s:10:\"theme_name\";s:8:\"U-Design\";s:11:\"author_name\";s:5:\"Andon\";s:7:\"version\";s:6:\"2.4.11\";s:11:\"description\";s:636:\"A slick, powerful and clean theme U-Design provides an intuitive set of options to help you setup your WordPress site quickly and effectively. Flexibility is key and it has been optimized for SEO and speed. It is also responsive & mobile ready should you choose that option. The U-Design theme features include: unlimited colors, widgetized home page, over 500 fonts to choose from, WooCommerce Integration, it is also translation and multilingual ready, step by step documentation, exclusive U-Design support forum and a helpful community. Always up-to-date security and many new features are constantly added as the theme evolves.\";}i:1;O:8:\"stdClass\":6:{s:7:\"item_id\";s:7:\"3304024\";s:9:\"item_name\";s:50:\"Simplicity - eCommerce WordPress Theme, Responsive\";s:10:\"theme_name\";s:10:\"Simplicity\";s:11:\"author_name\";s:7:\"olegnax\";s:7:\"version\";s:3:\"2.0\";s:11:\"description\";s:171:\"This elegant and extremely flexible WordPress theme comes with responsive design, ready for retina and support such eCommerce plugins as: WooCommerce, JigoShop, eCommerce.\";}i:2;O:8:\"stdClass\":6:{s:7:\"item_id\";s:6:\"253220\";s:9:\"item_name\";s:24:\"U-Design WordPress Theme\";s:10:\"theme_name\";s:8:\"U-Design\";s:11:\"author_name\";s:5:\"Andon\";s:7:\"version\";s:6:\"2.4.11\";s:11:\"description\";s:636:\"A slick, powerful and clean theme U-Design provides an intuitive set of options to help you setup your WordPress site quickly and effectively. Flexibility is key and it has been optimized for SEO and speed. It is also responsive & mobile ready should you choose that option. The U-Design theme features include: unlimited colors, widgetized home page, over 500 fonts to choose from, WooCommerce Integration, it is also translation and multilingual ready, step by step documentation, exclusive U-Design support forum and a helpful community. Always up-to-date security and many new features are constantly added as the theme evolves.\";}}}','no'),(323,'_transient_timeout_item_253220','1406147447','no'),(324,'_transient_item_253220','O:8:\"stdClass\":1:{s:4:\"item\";O:8:\"stdClass\":14:{s:2:\"id\";s:6:\"253220\";s:4:\"item\";s:24:\"U-Design WordPress Theme\";s:3:\"url\";s:58:\"http://themeforest.net/item/udesign-wordpress-theme/253220\";s:4:\"user\";s:8:\"internq7\";s:9:\"thumbnail\";s:52:\"https://0.s3.envato.com/files/54607472/Thumbnail.jpg\";s:5:\"sales\";s:5:\"37579\";s:6:\"rating\";s:3:\"4.5\";s:14:\"rating_decimal\";s:4:\"4.64\";s:4:\"cost\";s:5:\"55.00\";s:11:\"uploaded_on\";s:30:\"Sat Jun 04 08:19:42 +1000 2011\";s:11:\"last_update\";s:30:\"Fri Jul 18 22:59:13 +1000 2014\";s:4:\"tags\";s:114:\"chinese, dutch, ecommerce, fluid, french, german, multilingual, portuguese, russian, seo, spanish, visual composer\";s:8:\"category\";s:28:\"wordpress/corporate/business\";s:16:\"live_preview_url\";s:81:\"https://0.s3.envato.com/files/85726982/Screenshots/01_Preview.__large_preview.jpg\";}}','no'),(325,'_transient_timeout_item_3304024','1406147447','no'),(326,'_transient_item_3304024','O:8:\"stdClass\":1:{s:4:\"item\";O:8:\"stdClass\":14:{s:2:\"id\";s:7:\"3304024\";s:4:\"item\";s:50:\"Simplicity - eCommerce WordPress Theme, Responsive\";s:3:\"url\";s:83:\"http://themeforest.net/item/simplicity-ecommerce-wordpress-theme-responsive/3304024\";s:4:\"user\";s:7:\"olegnax\";s:9:\"thumbnail\";s:48:\"https://0.s3.envato.com/files/54817252/thumb.jpg\";s:5:\"sales\";s:4:\"1009\";s:6:\"rating\";s:3:\"4.5\";s:14:\"rating_decimal\";s:4:\"4.41\";s:4:\"cost\";s:5:\"60.00\";s:11:\"uploaded_on\";s:30:\"Mon Oct 29 16:46:09 +1100 2012\";s:11:\"last_update\";s:30:\"Sat Jul 05 07:10:48 +1000 2014\";s:4:\"tags\";s:156:\"audio, business, corporate, e-commerce theme, flexible, jigoshop, multi color, portfolio, post type, responsive, retina, seo, unlimited colors, woo commerce\";s:8:\"category\";s:19:\"wordpress/ecommerce\";s:16:\"live_preview_url\";s:77:\"https://0.s3.envato.com/files/54817261/preview/00_preview.__large_preview.jpg\";}}','no'),(330,'safecss_rev','4','yes'),(345,'_site_transient_timeout_browser_e85e38fe5a9ad0b89f68dee14bdb9ebf','1406774571','yes'),(227,'sx_version','2.9.2','yes'),(228,'sx_active_campaigns','a:0:{}','yes'),(229,'sxdboptions','a:1:{s:10:\"sx-fb-page\";s:0:\"\";}','yes'),(231,'ssb_version','1.2.7','yes'),(232,'_transient_timeout_feed_2659d5e3293cdc81208bbe710d315ec7','1406098417','no'),(233,'_transient_feed_2659d5e3293cdc81208bbe710d315ec7','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:50:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"SlideDeck Web Slider » 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:24:\"http://www.slidedeck.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:42:\"SlideDeck - The Web\'s Most Powerful Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Jun 2014 19:21:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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:29:\"http://wordpress.org/?v=3.5.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:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"SlideDeck 2 – Now WPML compatible!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/Slidedeck/~3/KNpFZd1sEPI/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://www.slidedeck.com/blog/slidedeck-2-now-wpml-compatible/#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, 20 Nov 2013 01:13:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:12:\"Bugs & fixes\";s: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:14:\"News & Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"SlideDeck 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://www.slidedeck.com/?p=13187\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:345:\"We’re keeping it short and sweet this month, with a handy update that makes SlideDeck compatible with the awesome WPML translation plugin! Como se dice “Awesome”? Upgrading to SlideDeck version 2.3.6 brings you the ability to translate your Custom Content SlideDecks’ content into any of the languages supported by the...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Jason\";s: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:3517:\"<p><img class=\"aligncenter size-large wp-image-13190\" alt=\"SlideDeck 2 is now compatible with WPML!\" src=\"http://assets-slidedeck2.s3.amazonaws.com/wp-content/uploads/2013/11/sd2_wpml-580x319.png\" width=\"580\" height=\"319\" /></p>\n<p>We’re keeping it short and sweet this month, with a handy update that makes SlideDeck compatible with the awesome <a href=\"http://wpml.org/\" target=\"_blank\">WPML translation plugin</a>!</p>\n<h3>Como se dice “Awesome”?</h3>\n<p>Upgrading to SlideDeck version 2.3.6 brings you the ability to translate your Custom Content SlideDecks’ content into any of the languages supported by the WPML plugin, (turns out, there’s <em><strong>over 40 of them</strong>)!</em> And in case you were wondering: yes, this new feature is <strong>available for Personal, Professional and Developer tiers of SlideDeck 2.</strong></p>\n<p>So update your copy of SlideDeck 2 now, in one of these two ways:</p>\n<ol>\n<li>Update via your WordPress admin screen</li>\n<li><a href=\"http://dtelepathy.com/login\" target=\"_blank\">Log into your DT account</a>, and download the latest update</li>\n</ol>\n<p>If you have an expired license, not to worry! <strong>You can renew your license for 25% to 50% off the normal price.</strong> Renew your license today to get access to all the latest features and bugfixes, as well as support from the friendliest plugin developers around – us! <img src=\'http://assets-slidedeck2.s3.amazonaws.com/wp-includes/images/smilies/icon_wink.gif\' alt=\';)\' class=\'wp-smiley\' /> </p>\n<p style=\"text-align: center;\"><a href=\"http://www.dtelepathy.com/dte-directbuy?item_id=11843\" target=\"_blank\"><img class=\"aligncenter size-full wp-image-12962\" alt=\"Renew Now\" src=\"http://assets-slidedeck2.s3.amazonaws.com/wp-content/uploads/2013/05/sd22-upgrade-btn1.png\" width=\"276\" height=\"51\" /></a></p>\n<p style=\"text-align: center;\">\n<p style=\"text-align: left;\">\n<p style=\"text-align: left;\">Not using SlideDeck 2 Personal, Professional or Developer yet? What’re you waiting for?<strong><a href=\"http://slidedeck.com/pricing\"> Upgrade now</a>.</strong></p>\n<br/><br/><a href=\"http://www.slidedeck.com/pricing/?utm_source=feed_ad&utm_medium=banner&utm_campaign=sd_blog\"><img src=\"//s3.amazonaws.com/assets-slidedeck2/wp-content/themes/slidedeck2/images/sd-rss.jpg?931b93\" alt=\"Easily create AWESOME WordPress sliders - Get SlideDeck\" style=\"display:block;border:none;\"/></a><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=KNpFZd1sEPI:rIH6T84tHh0:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=KNpFZd1sEPI:rIH6T84tHh0:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=KNpFZd1sEPI:rIH6T84tHh0:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=KNpFZd1sEPI:rIH6T84tHh0:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=KNpFZd1sEPI:rIH6T84tHh0:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=KNpFZd1sEPI:rIH6T84tHh0:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=KNpFZd1sEPI:rIH6T84tHh0:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=KNpFZd1sEPI:rIH6T84tHh0:F7zBnMyn0Lo\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Slidedeck/~4/KNpFZd1sEPI\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://www.slidedeck.com/blog/slidedeck-2-now-wpml-compatible/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:\"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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://www.slidedeck.com/blog/slidedeck-2-now-wpml-compatible/\";s: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:51:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Important: Before you upgrade to WordPress 3.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:56:\"http://feedproxy.google.com/~r/Slidedeck/~3/bvvwxJaoN-g/\";s: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:85:\"http://www.slidedeck.com/blog/important-before-you-upgrade-to-wordpress-3-7/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Oct 2013 14:00:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:12:\"Bugs & fixes\";s: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:14:\"News & Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"SlideDeck 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://www.slidedeck.com/?p=13165\";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:324:\"…you’ll want to hold your horses: it turns out one of the changes to WordPress in version 3.7 changes how the plugin update notification system works – with the end result being SlideDeck 2 Personal, Professional and Developer users will never see the notification when we push out an update. SlideDeck...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Jason\";s: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:4851:\"<p><span style=\"line-height: 13px;\"><img class=\"alignright size-full wp-image-13170\" alt=\"Hold your horses before you update to WP 3.7\" src=\"http://assets-slidedeck2.s3.amazonaws.com/wp-content/uploads/2013/10/sd2_update_10182013-featured.jpg\" width=\"285\" height=\"180\" />…you’ll want to hold your horses: it t</span>urns out one of the changes to WordPress in version 3.7 changes how the plugin update notification system works – with the end result being<strong> SlideDeck 2 Personal, Professional and Developer</strong> users will never see the notification when we push out an update.</p>\n<h3>SlideDeck 2.3.4 to the rescue!</h3>\n<p>As soon as we realized this, we scrambled our elite Rapid Response Team (i.e. Jamie) to create a fix for you all. The good news is we have it – and it’s already live!</p>\n<p>Here’s what you should do.</p>\n<h3>If you’ve not yet upgraded to WP 3.7…</h3>\n<p><strong>Upgrade SlideDeck 2 first!</strong> Version 2.3.4 addresses this notification issue, and ensures that you’ll continue to get a heads-up when there are new versions of SlideDeck 2 available. There are two ways to do this – all Personal, Professional & Developer users should either:</p>\n<ul>\n<li>Go to the Plugins screen in your WordPress admin, and update SlideDeck 2 from there, <em>or</em></li>\n<li><a href=\"http://dtelepathy.com/login\" target=\"_blank\">Log into your DT account</a>, download the plugin .zip file and upload it to your WordPress site<em><br />\n</em></li>\n</ul>\n<h3>Ack! I already upgraded to WP 3.7! What should I do?</h3>\n<p><strong>Fear not!</strong> There’s help for you, dear lost soul. Simply follow these instructions in order to resolve the issue:</p>\n<ol>\n<li><span style=\"line-height: 13px;\">Deactivate all SlideDeck 2 plugins you have installed on your WordPress site</span></li>\n<li><a href=\"http://wordpress.org/extend/plugins/slidedeck2\" target=\"_blank\">Install SlideDeck 2 Lite</a> from the WordPress plugin repository</li>\n<li>Once installed, visit the “Addons” page in the plugin</li>\n<li>Install your addons</li>\n</ol>\n<p>This will download the latest version of the Personal, Professional or Developer tier addons from our servers to your WordPress site. And then you should be good to go!</p>\n<h3>What if my license is expired?</h3>\n<p>Don’t worry, we haven’t left you hanging! We’ve created a free patch that you can apply – <strong>we strongly recommend that you do this.</strong> If not, you may not receive notification of updates for <span style=\"text-decoration: underline;\">any</span> of your plugins. And that’d be bad, mmkay? Grab it from the link below:</p>\n<p><span style=\"color: #ff0000;\"><a href=\"https://s3.amazonaws.com/slidedeck-pro/2.3.4-update-patch/slidedeck-auto-upgrade.php\" target=\"_blank\">https://s3.amazonaws.com/<wbr></wbr>slidedeck-pro/2.3.4-update-<wbr></wbr>patch/slidedeck-auto-upgrade.<wbr></wbr>php</a><br />\n</span></p>\n<p>Just replace the file of the same name in slidedeck2-personal/lib/ with this one, and the update mechanism will continue to work as it did before WordPress 3.7.</p>\n<p><strong>While you’re at it, did you know you can get 25-50% off if you <a href=\"http://www.dtelepathy.com/dte-directbuy?item_id=11843\" target=\"_blank\">renew your license</a></strong>, and get another year’s worth of access to updates, support and new features?</p>\n<br/><br/><a href=\"http://www.slidedeck.com/pricing/?utm_source=feed_ad&utm_medium=banner&utm_campaign=sd_blog\"><img src=\"//s3.amazonaws.com/assets-slidedeck2/wp-content/themes/slidedeck2/images/sd-rss.jpg?931b93\" alt=\"Easily create AWESOME WordPress sliders - Get SlideDeck\" style=\"display:block;border:none;\"/></a><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=bvvwxJaoN-g:mLOOYTemdZg:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=bvvwxJaoN-g:mLOOYTemdZg:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=bvvwxJaoN-g:mLOOYTemdZg:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=bvvwxJaoN-g:mLOOYTemdZg:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=bvvwxJaoN-g:mLOOYTemdZg:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=bvvwxJaoN-g:mLOOYTemdZg:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=bvvwxJaoN-g:mLOOYTemdZg:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=bvvwxJaoN-g:mLOOYTemdZg:F7zBnMyn0Lo\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Slidedeck/~4/bvvwxJaoN-g\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://www.slidedeck.com/blog/important-before-you-upgrade-to-wordpress-3-7/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"14\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://www.slidedeck.com/blog/important-before-you-upgrade-to-wordpress-3-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:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Affiliates, Hurry for Chance to Earn up to 75% Commission!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/Slidedeck/~3/F679C9LsrDI/\";s: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:95:\"http://www.slidedeck.com/blog/affiliates-hurry-for-chance-to-earn-up-to-75-commission/#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, 28 Aug 2013 03:21:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:14:\"News & Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"SlideDeck 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://www.slidedeck.com/?p=13146\";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:304:\"NOTE: Our affiliate program is now closed. Thanks for your interest! We’re super excited about SlideDeck 2.3, and we want your help telling the world about it. So we wanted to make you a mafia offer–one you simply couldn’t refuse–we’re giving you the opportunity to earn up to 75% commission...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Morgan\";s: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:2952:\"<p dir=\"ltr\"><strong>NOTE: Our affiliate program is now closed. Thanks for your interest!</strong></p>\n<p dir=\"ltr\">We’re super excited about SlideDeck 2.3, and we want your help telling the world about it. So we wanted to make you a mafia offer–one you simply couldn’t refuse–we’re giving you the opportunity to earn <strong>up to 75% commission</strong> on every sale. All you have to do is post a new review of SlideDeck on your blog before September 15th, and we’ll upgrade you into our new affiliate tier, the one that lets you earn up to 75% commission—that’s as much as <strong>$112 for a single sale</strong>. But you have to hurry, because August is almost over.</p>\n<p dir=\"ltr\">To qualify for this offer:</p>\n<ul>\n<li>You must write a <strong>new</strong> review of SlideDeck 2.3.</li>\n<li>It must be published on your blog <strong>before October 1st.</strong></li>\n<li>And most importantly, you must <strong>be part of our affiliate program</strong>!</li>\n</ul>\n<p dir=\"ltr\"><strong><span style=\"color: #000000;\"><del>Just fill out this quick form to let us know you’ll be posting a new review of SlideDeck before September 15th. Once your post is up we’ll upgrade you into the 75% tier!</del> </span></strong></p>\n<p dir=\"ltr\">If you’re not an affiliate yet, what are you waiting for? It’s free, takes just 5 minutes to set up, and lets you earn commission on every copy of SlideDeck your visitors buy—now up to 75% thanks to the above offer. Join our affiliate program here.</p>\n<p> </p>\n<p dir=\"ltr\">\n<br/><br/><a href=\"http://www.slidedeck.com/pricing/?utm_source=feed_ad&utm_medium=banner&utm_campaign=sd_blog\"><img src=\"//s3.amazonaws.com/assets-slidedeck2/wp-content/themes/slidedeck2/images/sd-rss.jpg?931b93\" alt=\"Easily create AWESOME WordPress sliders - Get SlideDeck\" style=\"display:block;border:none;\"/></a><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=F679C9LsrDI:9XRnlvHrgtw:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=F679C9LsrDI:9XRnlvHrgtw:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=F679C9LsrDI:9XRnlvHrgtw:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=F679C9LsrDI:9XRnlvHrgtw:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=F679C9LsrDI:9XRnlvHrgtw:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=F679C9LsrDI:9XRnlvHrgtw:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=F679C9LsrDI:9XRnlvHrgtw:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=F679C9LsrDI:9XRnlvHrgtw:F7zBnMyn0Lo\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Slidedeck/~4/F679C9LsrDI\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://www.slidedeck.com/blog/affiliates-hurry-for-chance-to-earn-up-to-75-commission/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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://www.slidedeck.com/blog/affiliates-hurry-for-chance-to-earn-up-to-75-commission/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WordPress 3.6 making your SlideDecks cry? No problem!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/Slidedeck/~3/6o0QKQQ086Q/\";s: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:104:\"http://www.slidedeck.com/blog/news-updates/wordpress-3-6-making-your-slidedecks-cry-no-problem/#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, 02 Aug 2013 18:52: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:12:\"Bugs & fixes\";s: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:14:\"News & Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"SlideDeck 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://www.slidedeck.com/?p=13094\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"As happens from time-to-time, we’ve discovered that the WordPress 3.6 release causes issues with SlideDeck 2 – but fear not! We have you covered with the latest plugin update that we’ve just released. There, there – SlideDeck 2.3.3 makes it all better We’ve just pushed out a hotfix for SlideDeck...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Jason\";s: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:4132:\"<p><img class=\"wp-image-13097 alignleft\" alt=\"Please don\'t cry! SlideDeck 2.3.3 will make it all better.\" src=\"http://assets-slidedeck2.s3.amazonaws.com/wp-content/uploads/2013/08/update-cry.gif\" width=\"288\" height=\"216\" /></p>\n<p>As happens from time-to-time, we’ve discovered that the WordPress 3.6 release causes issues with SlideDeck 2 – but fear not! We have you covered with the latest plugin update that we’ve just released.</p>\n<h3>There, there – SlideDeck 2.3.3 makes it all better</h3>\n<p>We’ve just pushed out a hotfix for SlideDeck that addresses the issue caused by upgrading to WordPress 3.6. <span style=\"color: #3366ff;\"><strong>If you have a valid license, all you have to do is update to the latest version from your Plugins menu – easy!</strong></span></p>\n<p>If your license is expired, you’ll need to <a href=\"http://dtelepathy.com/dte-directbuy?item_id=11845\" target=\"_blank\">renew it</a> before you can grab the update – but don’t worry, it’s also easy! Renew now to instantly resume access to critical plugin updates like this one. <strong>Remember, Personal users get 25% off the regular price, and Professional and Developer tier users get 50% off when you renew!</strong></p>\n<p style=\"text-align: center;\"><a href=\"http://dtelepathy.com/dte-directbuy?item_id=11845\" target=\"_blank\"><img class=\"aligncenter size-full wp-image-12962\" alt=\"Renew Now\" src=\"http://assets-slidedeck2.s3.amazonaws.com/wp-content/uploads/2013/05/sd22-upgrade-btn1.png\" width=\"276\" height=\"51\" /></a></p>\n<p style=\"text-align: center;\"><em><a title=\"Licenses & Annual Renewals\" href=\"http://www.slidedeck.com/licenses-and-renewals/\" target=\"_blank\">Why do I need to renew?</a></em></p>\n<h3>Got it. What was the problem?</h3>\n<p>Basically, WordPress changed the way they were including jQuery, the javascript library that SlideDeck 2 uses not only for making the sliders work, but also a lot of the admin menus and interactions. To paraphrase the immortal words of <a href=\"http://www.youtube.com/watch?v=5G4HxrVx20A\" target=\"_blank\">Mr. Mackey</a>, “That’s bad, mmkay?”. From what we’re seeing, regular SlideDecks are unaffected, but <a title=\"Tutorial: Loading your SlideDecks via iframes (aka the almost-silver bullet)\" href=\"http://www.slidedeck.com/code-examples/tutorial-loading-your-slidedecks-via-iframes-aka-the-almost-silver-bullet/\">SlideDecks embedded using iFrames</a> stop working once you update to WP3.6. In both cases, the admin screens of SlideDeck likely won’t function correctly after you update WordPress.</p>\n<p><strong>Happy Friday, everyone! And do us a favor – spread the word, would you?</strong></p>\n<br/><br/><a href=\"http://www.slidedeck.com/pricing/?utm_source=feed_ad&utm_medium=banner&utm_campaign=sd_blog\"><img src=\"//s3.amazonaws.com/assets-slidedeck2/wp-content/themes/slidedeck2/images/sd-rss.jpg?931b93\" alt=\"Easily create AWESOME WordPress sliders - Get SlideDeck\" style=\"display:block;border:none;\"/></a><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=6o0QKQQ086Q:Pl0vJf3Sm-o:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=6o0QKQQ086Q:Pl0vJf3Sm-o:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=6o0QKQQ086Q:Pl0vJf3Sm-o:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=6o0QKQQ086Q:Pl0vJf3Sm-o:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=6o0QKQQ086Q:Pl0vJf3Sm-o:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=6o0QKQQ086Q:Pl0vJf3Sm-o:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=6o0QKQQ086Q:Pl0vJf3Sm-o:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=6o0QKQQ086Q:Pl0vJf3Sm-o:F7zBnMyn0Lo\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Slidedeck/~4/6o0QKQQ086Q\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://www.slidedeck.com/blog/news-updates/wordpress-3-6-making-your-slidedecks-cry-no-problem/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"13\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://www.slidedeck.com/blog/news-updates/wordpress-3-6-making-your-slidedecks-cry-no-problem/\";s: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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"Introducing SlideDeck 2.3 – With NextGen Gallery and Facebook 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://feedproxy.google.com/~r/Slidedeck/~3/nkaoKXdTv_w/\";s: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:\"http://www.slidedeck.com/blog/slidedeck-2-3-nextgen-gallery-facebook/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 Jul 2013 23:31:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:14:\"News & Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"SlideDeck 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://www.slidedeck.com/?p=13061\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"We’re excited to announce that SlideDeck 2.3 is here! The shiny new version of SlideDeck comes loaded with two of the most-requested features we’ve ever had: NextGen Gallery and Facebook Page support. We’re excited to launch these and believe that these new sources make SlideDeck more flexible and feature-rich than...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Morgan\";s: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:5296:\"<p dir=\"ltr\">We’re excited to announce that SlideDeck 2.3 is here! The shiny new version of SlideDeck comes loaded with two of the most-requested features we’ve ever had: NextGen Gallery and Facebook Page support. We’re excited to launch these and believe that these new sources make SlideDeck more flexible and feature-rich than ever before. You photographers among us will be thrilled with NextGen support. And if you run or manage a Facebook page you can now share your status updates with your website visitors. Both options are just a few clicks away with SlideDeck 2.3. Simply update your plugin and you’re good to go!</p>\n<h3 dir=\"ltr\">NextGen Gallery</h3>\n<p dir=\"ltr\">Why should you be excited by <a href=\"http://wordpress.org/plugins/nextgen-gallery/\">NextGen Gallery</a> support? With more than 6 million downloads, NextGen is the most popular WordPress gallery plugin in the world. Photographers in particular love it for the ability to upload, batch edit, group photos into galleries, and re-arrange photos into whatever order suits you most. Its power and flexibility has made it a favorite for WordPress photo management for a long time. Now you can get the best of both worlds: best in class photo management and best in class display through SlideDeck 2.3.</p>\n<p dir=\"ltr\">Accessing and using your NextGen content is easy with SlideDeck 2.3. It’s listed with the other Dynamic Content sources. Simply choose NextGen gallery, navigate to the images or album you want to add, and voila, NextGen images delivered in all their glory via SlideDeck.</p>\n<p dir=\"ltr\"><img class=\"aligncenter size-large wp-image-13066\" alt=\"NextGen Gallery Image Support\" src=\"http://assets-slidedeck2.s3.amazonaws.com/wp-content/uploads/2013/07/nextgen_tooltip-580x522.png\" width=\"580\" height=\"522\" /></p>\n<h3 dir=\"ltr\">Facebook Pages</h3>\n<p dir=\"ltr\">If you’re working with clients that have Facebook Pages, or you maintain one yourself, you’ll be glad to know that you can now import your Facebook Page posts into your SlideDeck. With the new feature, you can connect to any Facebook Page you manage and then specify whether to pull just your Page posts, or all posts on a Page into your SlideDeck.</p>\n<p dir=\"ltr\">This new feature is a great way to keep your website visitors aware of what’s happening on your Facebook Page. When your website visitors know you have an active Facebook Page they’ll be more interested in liking you and engaging with you on Facebook as well.</p>\n<p dir=\"ltr\" style=\"text-align: center;\"><img class=\"aligncenter wp-image-13067\" alt=\"Facebook Page Content Source for SlideDeck\" src=\"http://assets-slidedeck2.s3.amazonaws.com/wp-content/uploads/2013/07/facebook_tooltip.png\" width=\"402\" height=\"517\" /></p>\n<p dir=\"ltr\">One thing to note with Facebook is that after 60 days Facebook will automatically expire the token that grants SlideDeck access to the pages you manage. This means that every 60 days you’ll need to re-authenticate in order to keep your Facebook content fresh in SlideDeck. If you don’t authenticate once the token has expired we’ll continue to display the cache of Facebook posts in your deck, so you won’t have any blank slides. You will however notice that new posts aren’t appearing until you reauthenticate. You can manage this from the source configuration page in the SlideDeck Admin.</p>\n<h2 dir=\"ltr\">Enjoy the Summer of SlideDeck!</h2>\n<p dir=\"ltr\">We hope you’re enjoying the Summer of SlideDeck. With the addition of lazy loading, CSS editing, NextGen Gallery and Facebook, SlideDeck has made some major strides this summer. If you haven’t updated yet, you’re missing out! It’s just a couple of clicks away in the admin. If your license has expired <a href=\"http://dtelepathy.com/dte-directbuy?item_id=11845\">you can renew now</a> and get the new features immediately.</p>\n<p dir=\"ltr\">\n<br/><br/><a href=\"http://www.slidedeck.com/pricing/?utm_source=feed_ad&utm_medium=banner&utm_campaign=sd_blog\"><img src=\"//s3.amazonaws.com/assets-slidedeck2/wp-content/themes/slidedeck2/images/sd-rss.jpg?931b93\" alt=\"Easily create AWESOME WordPress sliders - Get SlideDeck\" style=\"display:block;border:none;\"/></a><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=nkaoKXdTv_w:QblyqTsTEog:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=nkaoKXdTv_w:QblyqTsTEog:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=nkaoKXdTv_w:QblyqTsTEog:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=nkaoKXdTv_w:QblyqTsTEog:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=nkaoKXdTv_w:QblyqTsTEog:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=nkaoKXdTv_w:QblyqTsTEog:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=nkaoKXdTv_w:QblyqTsTEog:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=nkaoKXdTv_w:QblyqTsTEog:F7zBnMyn0Lo\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Slidedeck/~4/nkaoKXdTv_w\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://www.slidedeck.com/blog/slidedeck-2-3-nextgen-gallery-facebook/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:\"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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://www.slidedeck.com/blog/slidedeck-2-3-nextgen-gallery-facebook/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"So long, and thanks for all the tweets! Twitter’s new API, and what it means for SlideDeck\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/Slidedeck/~3/mqC4vIIa8bI/\";s: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:126:\"http://www.slidedeck.com/blog/so-long-and-thanks-for-all-the-tweets-twitters-new-api-and-what-it-means-for-slidedeck/#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 Jun 2013 22:38:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://www.slidedeck.com/?p=12998\";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:305:\"All good things come to an end sometime, and unfortunately, the Twitter Content Source in SlideDeck 2 is no exception.Yesterday, Twitter finally retired version 1 of its API, which SlideDeck relies upon to enable you guys to pull your tweets into your sliders. This means that if you’re using the...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Jason\";s: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:3768:\"<p><img class=\"size-full wp-image-13003 alignright\" title=\"Bye bye, Twitter\" src=\"http://assets-slidedeck2.s3.amazonaws.com/wp-content/uploads/2013/06/features_image_unsub_best_practices.png\" alt=\"Bye bye, Twitter\" width=\"316\" height=\"202\" />All good things come to an end sometime, and unfortunately, the Twitter Content Source in SlideDeck 2 is no exception.Yesterday, Twitter finally <a href=\"https://dev.twitter.com/blog/api-v1-retirement-final-dates\" target=\"_blank\">retired version 1 of its API</a>, which SlideDeck relies upon to enable you guys to pull your tweets into your sliders. This means that if you’re using the Twitter content source for any of your sliders, you’re likely staring at a blank space on your page right now, and are full of questions, the most common of which I’m going to attempt to answer below.</p>\n<h3>Why not just use the new version of the API?</h3>\n<p>We’d love to, but there are new restrictions associated with V1.1 of the API, including: the requirement to regularly re-connect your Twitter account to your SlideDecks, and strict formatting of tweets, giving us less flexibility to style your tweets’ appearance within your SlideDeck Lenses.</p>\n<p>Both of these restrictions make Twitter pretty impractical for us to work with as a Content Source for SlideDeck, since they’d require you to manually babysit your Twitter sliders, and you’d have far less control over how they are visually presented on your site.</p>\n<h3>What alternatives do I have?</h3>\n<p>If you desperately need to embed your tweets into your website, <a href=\"https://twitter.com/settings/widgets/new\" target=\"_blank\">the official Twitter widget</a> is a decent option. We’re also currently searching for other viable plugins that will dovetail with SlideDeck, and will let you know as soon as we find any good candidates.</p>\n<h3>Will you ever bring Twitter support back to SlideDeck?</h3>\n<p>Well, it all depends -<strong> tell us in the comments how much you’d like us to explore re-integrating with Twitter in SlideDeck!</strong></p>\n<div style=\"width: 600px; margin: 0 auto; text-align: center;\">\n<p> </p>\n<noscript>&lt;a href=”http://polldaddy.com/poll/7178707/”&gt;How would you feel if Twitter support never returned to SlideDeck?&lt;/a&gt;</noscript>\n</div>\n<br/><br/><a href=\"http://www.slidedeck.com/pricing/?utm_source=feed_ad&utm_medium=banner&utm_campaign=sd_blog\"><img src=\"//s3.amazonaws.com/assets-slidedeck2/wp-content/themes/slidedeck2/images/sd-rss.jpg?931b93\" alt=\"Easily create AWESOME WordPress sliders - Get SlideDeck\" style=\"display:block;border:none;\"/></a><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=mqC4vIIa8bI:lYiUAvSizLs:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=mqC4vIIa8bI:lYiUAvSizLs:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=mqC4vIIa8bI:lYiUAvSizLs:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=mqC4vIIa8bI:lYiUAvSizLs:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=mqC4vIIa8bI:lYiUAvSizLs:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=mqC4vIIa8bI:lYiUAvSizLs:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=mqC4vIIa8bI:lYiUAvSizLs:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=mqC4vIIa8bI:lYiUAvSizLs:F7zBnMyn0Lo\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Slidedeck/~4/mqC4vIIa8bI\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"http://www.slidedeck.com/blog/so-long-and-thanks-for-all-the-tweets-twitters-new-api-and-what-it-means-for-slidedeck/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"24\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"http://www.slidedeck.com/blog/so-long-and-thanks-for-all-the-tweets-twitters-new-api-and-what-it-means-for-slidedeck/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"SlideDeck 2.2 update is here: massively faster loading & new CSS editor!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://feedproxy.google.com/~r/Slidedeck/~3/Kxnq7FqC0zU/\";s: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:108:\"http://www.slidedeck.com/blog/slidedeck-2-2-update-is-here-massively-faster-loading-new-css-editor/#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, 23 May 2013 00:53: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:14:\"News & Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"SlideDeck 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://www.slidedeck.com/?p=12955\";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:282:\"We’ve wrestled, debated, whiteboarded and coded a bunch of your most-requested new features for SlideDeck, but the one thing we all immediately agreed on is that you guys shouldn’t have to wait for us to create one big update in order to get your hands on them. So we decided...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Jason\";s: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:7670:\"<p><img class=\"aligncenter size-full wp-image-12970\" title=\"The Summer of SlideDeck is here!\" src=\"http://assets-slidedeck2.s3.amazonaws.com/wp-content/uploads/2013/05/summer-of-slidedeck-header.png\" alt=\"The Summer of SlideDeck is here!\" width=\"600\" height=\"271\" /></p>\n<p>We’ve wrestled, debated, whiteboarded and coded a bunch of <a href=\"http://www.slidedeck.com/blog/news-updates/slidedeck-2-2-is-coming-first-details-revealed/\">your most-requested new features for SlideDeck</a>, but the one thing we all immediately agreed on is that you guys shouldn’t have to wait for us to create one big update in order to get your hands on them. So we decided to do something a little different – this summer, we’re releasing the new features each month! We’re calling it the “Summer of SlideDeck” – mainly because it sounds cool, and not at all because we love belting out that <a href=\"http://www.slidedeck.com/blog/news-updates/slidedeck-2-2-is-coming-first-details-revealed/\" target=\"_blank\">similarly-titled Bryan Adams</a> song in the shower…</p>\n<p><strong>Each update is free for valid license holders</strong> – all you guys need to do is update to the latest version of the plugin via your WordPress admin. <span style=\"color: #000000;\">If your license is close to expiring, or has already expired, </span><strong><a href=\"http://dtelepathy.com/dte-directbuy?item_id=11845\" target=\"_blank\">you can renew now for 25 – 50% off!</a></strong></p>\n<p style=\"text-align: center;\"><a href=\"http://dtelepathy.com/dte-directbuy?item_id=11845\" target=\"_blank\"><img class=\"aligncenter size-full wp-image-12962\" title=\"sd22-upgrade-btn\" src=\"http://assets-slidedeck2.s3.amazonaws.com/wp-content/uploads/2013/05/sd22-upgrade-btn1.png\" alt=\"\" width=\"276\" height=\"51\" /></a></p>\n<p>In this month’s update, we’ve given SlideDeck a massive speed boost & a new CSS editor – learn more about them below!</p>\n<h3>Now loading up to 8x faster!</h3>\n<div class=\"slidedeck-link\"><a href=\"http://www.slidedeck.com/blog/slidedeck-2-2-update-is-here-massively-faster-loading-new-css-editor/#SlideDeck-12975\">Lazy Loading Example <small>[see the SlideDeck]</small></a></div>\n<p><em>Believe it or not, this example SlideDeck contains 50 images & videos – try it! (Thanks to <a href=\"http://instagram.com/iloveplaymo\" target=\"_blank\">Playmo</a> & <a href=\"http://youtube.com/fpsrussia\" target=\"_blank\">FPS Russia</a>)</em></p>\n<p>One of the most popular requests we’ve gotten from you guys is to make SlideDeck faster, and with good reason – what’s the use of putting 15 videos on the page, if it slows your users’ experience to a crawl? With the latest update, the slide content is only loaded on-demand (aka “lazy loaded”), meaning you can now build dozens of images and videos into your slider, without any impact on the page loading speed!</p>\n<h4>Implementing Lazy Loading</h4>\n<p>Here’s the best part – for the vast majority of you, all you need to do to put the pedal to the metal with your SlideDecks’ loading speed is update! <strong>This new feature will instantly be applied to all your existing SlideDecks!</strong></p>\n<p>If you’ve been pushing the envelope and creating your own Lenses, there are a couple of extra steps necessary, but fret not – we’re compiling a handy guide to implement lazy loading in custom Lenses. In the meantime, <a href=\"http://dtelepathy.zendesk.com\" target=\"_blank\">post a ticket in the support forum</a> for help with updating your Lenses.</p>\n<h4>FAQs</h4>\n<ol>\n<li><strong>I downloaded a premium lens <em>(Classic, Fashion, Half-Moon, Polarad, Titles, Leather)</em> and it does not show any images!</strong><br />\nThe problem here is likely that you’re on an older version of SlideDeck and are trying to use a lens that is lazy-loading compatible. The fix is simply to upgrade to the latest version.</li>\n<li><strong>Lazy Loading doesn’t work/doesn’t make a difference!</strong><br />\nThis is due to a premium lens that was not upgraded to a lazy-loading compatible version - just <a href=\"http://dtelepathy.com/login\" target=\"_blank\">log in</a> to your DT account to grab the latest version! Alternatively, you might be using a custom lens that was not adjusted to take advantage of Lazy Loading yet. Fret not! Let us know via the support forum, and we’ll help you out.</li>\n</ol>\n<div>There are bound to be questions, so keep them coming, and we’ll update this post as we get new ones that would be helpful to share.</div>\n<h3></h3>\n<h3>Make it yours with the new CSS editor</h3>\n<p><img class=\"aligncenter size-full wp-image-12960\" title=\"The new CSS Editor in SlideDeck 2.2\" src=\"http://assets-slidedeck2.s3.amazonaws.com/wp-content/uploads/2013/05/csseditor.png\" alt=\"The new CSS Editor in SlideDeck 2.2\" width=\"600\" height=\"360\" /></p>\n<p>Sometimes you just need to make a tiny adjustment to really get SlideDeck fitting in seamlessly with your theme, but that often means having to add a bunch of code either to your header, or even worse, to a specific page template. This is no longer necessary thanks to the new CSS Editor, available to Professional & Developer tier users! With this update, you can now enter CSS styles directly within the editing screen, and they’ll be applied to that particular SlideDeck. Better yet, you can still see the effect of your styles in the live preview area. Hassle-free styling is now within your reach – you’re welcome!</p>\n<h3>Next Month: Facebook + NextGen Gallery + more awesome</h3>\n<p>In addition to all this good stuff, we’ve been working on implementing support for two new Content Sources – Facebook Pages and NextGen Gallery! Keep ‘em peeled for more announcements on those. In the meantime, remember, you’ll need a valid license to get access to these awesome new features! If your license expires soon, or has already expired, <strong><a href=\"http://dtelepathy.com/dte-directbuy?item_id=11845\" target=\"_blank\">renew now</a></strong> to make sure you don’t miss them!</p>\n<p><strong>Have you tried out the new features yet? Are you excited for next month’s release? Let us know in the comments!</strong></p>\n<br/><br/><a href=\"http://www.slidedeck.com/pricing/?utm_source=feed_ad&utm_medium=banner&utm_campaign=sd_blog\"><img src=\"//s3.amazonaws.com/assets-slidedeck2/wp-content/themes/slidedeck2/images/sd-rss.jpg?931b93\" alt=\"Easily create AWESOME WordPress sliders - Get SlideDeck\" style=\"display:block;border:none;\"/></a><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=Kxnq7FqC0zU:d3Dtxz0biQM:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=Kxnq7FqC0zU:d3Dtxz0biQM:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=Kxnq7FqC0zU:d3Dtxz0biQM:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=Kxnq7FqC0zU:d3Dtxz0biQM:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=Kxnq7FqC0zU:d3Dtxz0biQM:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=Kxnq7FqC0zU:d3Dtxz0biQM:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=Kxnq7FqC0zU:d3Dtxz0biQM:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=Kxnq7FqC0zU:d3Dtxz0biQM:F7zBnMyn0Lo\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Slidedeck/~4/Kxnq7FqC0zU\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://www.slidedeck.com/blog/slidedeck-2-2-update-is-here-massively-faster-loading-new-css-editor/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"24\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://www.slidedeck.com/blog/slidedeck-2-2-update-is-here-massively-faster-loading-new-css-editor/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:51:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Firefox 20 update and SlideDeck.js – we’ve got you covered\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/Slidedeck/~3/fPbXq4n9Ns0/\";s: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:95:\"http://www.slidedeck.com/blog/firefox-20-update-and-slidedeck-js-weve-got-you-covered/#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, 05 Apr 2013 17:55: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:12:\"Bugs & fixes\";s: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:14:\"News & Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:13:\"Tips & Tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://www.slidedeck.com/?p=12916\";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:280:\"We’ve been hearing that the recent Firefox 20 release has beef with SlideDeck.js, but fear not! This is a bug we addressed a while ago, so if this issue is affecting you, all you need do is follow these handy instructions below to get them playing well together again: Go...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Jason\";s: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:3082:\"<p>We’ve been hearing that the recent Firefox 20 release has beef with SlideDeck.js, but fear not! This is a bug we addressed a while ago, so if this issue is affecting you, all you need do is follow these handy instructions below to get them playing well together again:</p>\n<ul>\n<li>Go to <a href=\"http://dtelepathy.com/login\" target=\"_blank\">http://dtelepathy.com/login</a>, and log into your account</li>\n<li>Click on the SlideDeck.js Developers’ Kit tile</li>\n</ul>\n<p><img class=\"aligncenter size-full wp-image-12917\" title=\"Click on the SlideDeck.js Developers Kit tile\" src=\"http://assets-slidedeck2.s3.amazonaws.com/wp-content/uploads/2013/04/dt_account.jpg\" alt=\"Click on the SlideDeck.js Developers Kit tile\" width=\"600\" height=\"221\" /></p>\n<ul>\n<li>Download the latest version of the kit (1.4.3)</li>\n<li>Now, to update your version of the SlideDeck Javascript library, simply upload the latest version of the file “<strong>slidedeck.jquer</strong><wbr><strong>y.js</strong>” to wherever you placed the previous version on your server, and overwrite your current copy of the file</wbr></li>\n</ul>\n<p><strong>Note: SlideDeck 1 PRO users should have received an email with update information and direct download links. If you are a SlideDeck 2 WordPress license owner, just update to the latest version.</strong></p>\n<p>That’s it, you’re done! Firefox 20 and SlideDeck.js should now be happy together like peas and carrots. <strong>If you’re still having trouble, definitely <a href=\"http://dtelepathy.zendesk.com\" target=\"_blank\">post a ticket</a> in our support forum, and we’ll be happy to help you out!</strong></p>\n<br/><br/><a href=\"http://www.slidedeck.com/pricing/?utm_source=feed_ad&utm_medium=banner&utm_campaign=sd_blog\"><img src=\"//s3.amazonaws.com/assets-slidedeck2/wp-content/themes/slidedeck2/images/sd-rss.jpg?931b93\" alt=\"Easily create AWESOME WordPress sliders - Get SlideDeck\" style=\"display:block;border:none;\"/></a><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=fPbXq4n9Ns0:lUVzAs1dbwU:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=fPbXq4n9Ns0:lUVzAs1dbwU:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=fPbXq4n9Ns0:lUVzAs1dbwU:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=fPbXq4n9Ns0:lUVzAs1dbwU:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=fPbXq4n9Ns0:lUVzAs1dbwU:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=fPbXq4n9Ns0:lUVzAs1dbwU:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=fPbXq4n9Ns0:lUVzAs1dbwU:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=fPbXq4n9Ns0:lUVzAs1dbwU:F7zBnMyn0Lo\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Slidedeck/~4/fPbXq4n9Ns0\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://www.slidedeck.com/blog/firefox-20-update-and-slidedeck-js-weve-got-you-covered/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"13\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://www.slidedeck.com/blog/firefox-20-update-and-slidedeck-js-weve-got-you-covered/\";s: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:66:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Introducing Profile from Organic Themes, featuring SlideDeck\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/Slidedeck/~3/XPvM056WsCU/\";s: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:72:\"http://www.slidedeck.com/blog/profile-organic-themes-slidedeck/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Apr 2013 17:30:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:14:\"News & Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"SlideDeck 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:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"organic 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:\"\";}i:4;a:5:{s:4:\"data\";s:13:\"profile theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:9:\"SlideDeck\";s: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:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:15:\"wordpress theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:16:\"wordpress themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://www.slidedeck.com/?p=12908\";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:308:\"The guys at Organic Themes make some great-looking WordPress themes. Their latest theme, Profile, is no exception. It makes for a great personal site for any designer, developer or solopreneur who wants to stand out on the Web. Profile is loaded with features, but in our (highly-biased) opinion, the best...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Morgan\";s: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:4153:\"<p dir=\"ltr\">The guys at Organic Themes make some great-looking WordPress themes. Their latest theme, <a href=\"http://www.organicthemes.com?affiliateid=66\">Profile</a>, is no exception. It makes for a great personal site for any designer, developer or solopreneur who wants to stand out on the Web. Profile is loaded with <a href=\"http://www.organicthemes.com/theme/profile-theme/\">features</a>, but in our (highly-biased) opinion, the best part of the theme is the integrated SlideDeck Lite slider. That’s right, any Profile theme user gets instant access to SlideDeck Lite and can deploy it in the theme in seconds. And to celebrate the new partnership, you can get <a href=\"http://www.organicthemes.com?affiliateid=66\">20% off of Profile right now</a>. Just use coupon code <strong>SD20PROMO</strong> at checkout.</p>\n<p dir=\"ltr\"><a href=\"http://www.organicthemes.com?affiliateid=66\"><img class=\"aligncenter size-large wp-image-12909\" title=\"Organic Profile Theme Demo\" src=\"http://assets-slidedeck2.s3.amazonaws.com/wp-content/uploads/2013/04/Organic-Profile-Theme-Demo-580x561.png\" alt=\"Organic Profile Theme \" width=\"580\" height=\"561\" /></a></p>\n<p dir=\"ltr\">SlideDeck Lite works great with Profile because you can use it to show off your work, pull in your latest Tweets, Flickr photos, blog posts and more. Plus you get the easy-to-use interface and powerful features right out of the box, activated and ready to rock the moment you install your theme.</p>\n<p dir=\"ltr\">In addition to SlideDeck Lite awesomeness, Profile is fully responsive, retina optimized, packed with helpful shortcodes, includes several page templates, portfolio options, social media icons and much more. The theme is fully compatible with WordPress 3.5, WooCommerce, and Gravity Forms.</p>\n<p dir=\"ltr\">We’re super-excited to work with the guys at Organic Themes. We believe design makes a difference, and it’s great to partner with people who are on the same page. If you’re looking for a great looking theme for your personal site, give Profile a try. You can <strong>save 20% on your purchase</strong> when you use the coupon code <strong>SD20PROMO</strong> at checkout. If you’re in the market for hosting, you can pick up the theme for free with a new hosting account. <a href=\"http://www.organicthemes.com/?affiliateid=66\">See their site for details</a>. And be sure to share a link with us if you spin one up with one of our SlideDecks!</p>\n<p dir=\"ltr\"><a href=\"http://www.organicthemes.com?affiliateid=66\" rel=\"attachment wp-att-12910\"><img class=\"aligncenter size-full wp-image-12910\" title=\"cta-btn-profile\" src=\"http://assets-slidedeck2.s3.amazonaws.com/wp-content/uploads/2013/04/cta-btn-profile.png\" alt=\"\" width=\"276\" height=\"51\" /></a></p>\n<br/><br/><a href=\"http://www.slidedeck.com/pricing/?utm_source=feed_ad&utm_medium=banner&utm_campaign=sd_blog\"><img src=\"//s3.amazonaws.com/assets-slidedeck2/wp-content/themes/slidedeck2/images/sd-rss.jpg?931b93\" alt=\"Easily create AWESOME WordPress sliders - Get SlideDeck\" style=\"display:block;border:none;\"/></a><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=XPvM056WsCU:DKkBH0dpS1Q:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=XPvM056WsCU:DKkBH0dpS1Q:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=XPvM056WsCU:DKkBH0dpS1Q:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=XPvM056WsCU:DKkBH0dpS1Q:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=XPvM056WsCU:DKkBH0dpS1Q:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=XPvM056WsCU:DKkBH0dpS1Q:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=XPvM056WsCU:DKkBH0dpS1Q:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=XPvM056WsCU:DKkBH0dpS1Q:F7zBnMyn0Lo\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Slidedeck/~4/XPvM056WsCU\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.slidedeck.com/blog/profile-organic-themes-slidedeck/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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://www.slidedeck.com/blog/profile-organic-themes-slidedeck/\";s: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:78:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"SlideDeck 2.2 is coming – first details revealed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/Slidedeck/~3/5Fp0HSsnM6A/\";s: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:99:\"http://www.slidedeck.com/blog/news-updates/slidedeck-2-2-is-coming-first-details-revealed/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Mar 2013 14:00: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:13:{i:0;a:5:{s:4:\"data\";s:14:\"News & Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"SlideDeck 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:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;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:5;a:5:{s:4:\"data\";s:8:\"renewals\";s: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:5:{s:4:\"data\";s:9:\"SlideDeck\";s: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:5:{s:4:\"data\";s:13:\"SlideDeck 2.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:\"\";}i:8;a:5:{s:4:\"data\";s:13:\"slidedeck 2.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:\"\";}i:9;a:5:{s:4:\"data\";s:18:\"SlideDeck Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:6:\"update\";s: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:5:{s:4:\"data\";s:7:\"updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:12;a:5:{s:4:\"data\";s:23:\"WordPress Slider 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:33:\"http://www.slidedeck.com/?p=12872\";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:277:\"One year and over 30 updates since we released SlideDeck 2, we’re excited and ready to announce the imminent arrival of SlideDeck 2.2! Always making it better Our goal with SlideDeck 2.2 is twofold: Make it easier to use and more powerful than ever Make it a lean and mean...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Jason\";s: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:5383:\"<p><img class=\"alignright size-full wp-image-12886\" title=\"SlideDeck 2.2 is coming! Are you ready?\" src=\"http://assets-slidedeck2.s3.amazonaws.com/wp-content/uploads/2013/03/sd22_is_coming_featured.jpg\" alt=\"SlideDeck 2.2 is coming! Are you ready?\" width=\"285\" height=\"180\" />One year and <em>over 30 updates</em> since we released SlideDeck 2, we’re excited and ready to announce <strong>the imminent arrival of SlideDeck 2.2!</strong></p>\n<h3>Always making it better</h3>\n<p>Our goal with SlideDeck 2.2 is twofold:</p>\n<ol>\n<li>Make it easier to use and more powerful than ever</li>\n<li>Make it a lean and mean fighting machine</li>\n</ol>\n<p>Over the past year we’ve collected usage data, feedback from your support tickets, your suggestions via our blog and surveys, and our own wish list to shape SlideDeck 2.2. So without further ado, here’s the proposed feature list!</p>\n<h3>Major Updates</h3>\n<ul>\n<li><strong>Lens builder/customization UI -</strong> Easily build and manage your own lenses. No more CSS wrangling to make your SlideDeck look just the way you want.</li>\n<li><strong>Minimal themes -</strong> Stripped down themes that work better with flat designs.</li>\n<li><strong>Lazy loading -</strong> Load as many slides as you want. SlideDeck loads them just in time.</li>\n<li><strong>Speed optimization -</strong> SlideDeck 2.2 is going to be blindingly fast and light on its toes.</li>\n<li><strong>Facebook pages, SoundCloud and Dropbox integration -</strong> More sources from popular Web services.</li>\n<li><strong>Visual options for iFrame & RESS parameters -</strong> Activate two of SlideDeck 2’s most powerful features – iFrame embedding and Responsive mode – without having to manually edit the shortcode.</li>\n<li><strong>Physics-based touch navigation -</strong> On a touchscreen, you can smoothly swipe and drag through your slides – the faster you swipe, the quicker they slide!</li>\n</ul>\n<h3>Additional Enhancements</h3>\n<ul>\n<li><strong>Documentation -</strong> Complete documentation for developers and end users (<a href=\"http://dtelepathy.zendesk.com/categories/20050993-SlideDeck-2-Codex\" target=\"_blank\">which we’ve already started!</a>).</li>\n<li><strong>Custom settings for inputs</strong> (e.g. # of seconds between slide transitions) – Fine tune your SlideDeck’s behavior with your own specific settings.</li>\n<li><strong>Infinite looping</strong> (vs. sliding back to #1) – No more sliding back through slides during a loop!</li>\n<li><strong>Left/center/right alignment options -</strong> Control the horizontal position of SlideDeck without special CSS and DIVs.</li>\n<li><strong>Multiple accounts from a single source</strong> (e.g. 2 YouTube channels) – Have two YouTube channels, Instagram or Twitter accounts? No worries.</li>\n<li><strong>Batch editing for custom content SlideDecks -</strong> Want to change the font of titles on all slides? Now it’s easy peasy.</li>\n<li><strong>WPML support/integration -</strong> Translate your SlideDeck content with WPML support.</li>\n<li><strong>More Google fonts -</strong> More webfont options from Google.</li>\n</ul>\n<p><strong>Of course, these are candidate features and some may not make the final cut,</strong> but we’re working hard to get them all in for the 2.2 release. There will be some feature differentiation across product tiers, and not all tiers will receive all of these features. Stay tuned for the official launch date and more details here on our blog.</p>\n<p>We’re excited! We think 2.2 will set a new standard for sliders and we hope you’ll agree. Remember, you’ll need to have an active license to get 2.2, as well as future updates and support. <a href=\"http://www.slidedeck.com/licenses-and-renewals/\">Read more about renewals here</a>.</p>\n<p><strong>What do you guys think of the upcoming features? Are there any that you’re particularly pumped for? Let us know in the comments!</strong></p>\n<br/><br/><a href=\"http://www.slidedeck.com/pricing/?utm_source=feed_ad&utm_medium=banner&utm_campaign=sd_blog\"><img src=\"//s3.amazonaws.com/assets-slidedeck2/wp-content/themes/slidedeck2/images/sd-rss.jpg?931b93\" alt=\"Easily create AWESOME WordPress sliders - Get SlideDeck\" style=\"display:block;border:none;\"/></a><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=5Fp0HSsnM6A:Yid_KAsbb8s:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=5Fp0HSsnM6A:Yid_KAsbb8s:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=5Fp0HSsnM6A:Yid_KAsbb8s:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=5Fp0HSsnM6A:Yid_KAsbb8s:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=5Fp0HSsnM6A:Yid_KAsbb8s:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=5Fp0HSsnM6A:Yid_KAsbb8s:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/Slidedeck?a=5Fp0HSsnM6A:Yid_KAsbb8s:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/Slidedeck?i=5Fp0HSsnM6A:Yid_KAsbb8s:F7zBnMyn0Lo\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/Slidedeck/~4/5Fp0HSsnM6A\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://www.slidedeck.com/blog/news-updates/slidedeck-2-2-is-coming-first-details-revealed/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"59\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://www.slidedeck.com/blog/news-updates/slidedeck-2-2-is-coming-first-details-revealed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:37:\"http://feeds.feedburner.com/Slidedeck\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:3:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:9:\"slidedeck\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:14:\"emailServiceId\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Slidedeck\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:18:\"feedburnerHostname\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://feedburner.google.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"Dj5bKzdJRCGCALw8JqTWSPwln/U\";s:13:\"last-modified\";s:29:\"Tue, 22 Jul 2014 18:46:20 GMT\";s:4:\"date\";s:29:\"Tue, 22 Jul 2014 18:52:15 GMT\";s:7:\"expires\";s:29:\"Tue, 22 Jul 2014 18:52:15 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";s:18:\"alternate-protocol\";s:7:\"80:quic\";}s:5:\"build\";s:14:\"20130911080210\";}','no'),(497,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1406519721','no'),(498,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1406476521','no'),(502,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2014/07/wordpress-4-0-beta-2/\'>WordPress 4.0 Beta 2</a> <span class=\"rss-date\">July 18, 2014</span><div class=\"rssSummary\">WordPress 4.0 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more of what’s new in version 4.0, check out […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wordpress.tv/2014/07/27/lisa-ghisolf-a-house-with-no-walls-creating-a-site-structure-for-the-future/\' title=\'\'>WordPress.tv: Lisa Ghisolf: A House with No Walls – Creating a Site Structure for the Future</a></li><li><a class=\'rsswidget\' href=\'http://ma.tt/2014/07/blinkist-book-summaries/\' title=\'I’ve been enjoying a new-to-me app called Blinkist, which is basically summaries of interesting non-fiction books. The summaries are really well-written, and I enjoy reading them as refreshers even when I’ve read an entire book already. Many business or non-fiction books I read would have been better as an article, and you can tell when a publisher has encou\'>Matt: Blinkist Book Summaries</a></li><li><a class=\'rsswidget\' href=\'http://wordpress.tv/2014/07/26/sam-hotchkiss-building-and-managing-large-multisite-networks/\' title=\'\'>WordPress.tv: Sam Hotchkiss: Building and Managing Large Multisite Networks</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'http://wordpress.org/plugins/wordfence/\' class=\'dashboard-news-plugin-link\'>Wordfence Security</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=wordfence&_wpnonce=eff67a82a8&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Wordfence Security\'>Install</a>)</span></li></ul></div>','no'),(495,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1406519721','no'),(496,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 27 Jul 2014 15:47: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: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:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"15@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2141@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WordPress SEO by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"8321@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the WordPress SEO plugin by Yoast.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"753@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"23862@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Supercharge your WordPress site with powerful features previously only available to WordPress.com users.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:20:\"MailPoet Newsletters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/plugins/wysija-newsletters/#post-32629\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Dec 2011 17:09:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"32629@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:\"Send newsletters, post notifications or autoresponders from WordPress easily, and 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:14:\"MailPoet Staff\";s: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:\"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:50:\"http://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:35:\"29832@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: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:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"132@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"arnee\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"18101@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:33:\"WooCommerce - excelling eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29860@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:21:\"WPtouch Mobile Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://wordpress.org/plugins/wptouch/#post-5468\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 May 2008 04:58:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"5468@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:63:\"Create a slick mobile WordPress website with just a few clicks.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"BraveNewCode Inc.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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: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:74:\"http://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:35:\"50539@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:148:\"Displays Google Analytics Reports and Real-Time Statistics in your Dashboard. Automatically inserts the tracking code in every page of your website.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"1169@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 10 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:11:\"Redirection\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/plugins/redirection/#post-2286\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Sep 2007 04:45:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2286@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:144:\"Redirection is a WordPress plugin to manage 301 redirections and keep track of 404 errors without requiring knowledge of Apache .htaccess files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"John Godley\";s: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:\"Google Maps Ready!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/plugins/google-maps-ready/#post-62478\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Jan 2014 10:47:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"62478@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:146:\"Display custom Google Maps. Set markers and locations with text, images, categories and links. Customize google map without any programming skills\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Google Maps 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:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:45:\"http://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 27 Jul 2014 15:54:33 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:\"Sun, 27 Jul 2014 16:22:27 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Sun, 27 Jul 2014 15:47:27 +0000\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911080210\";}','no'),(297,'stats_cache','a:2:{s:32:\"e3686a720c84ff2bfc9d53fd10b83611\";a:1:{i:1406499435;a:2:{i:0;a:4:{s:7:\"post_id\";s:1:\"0\";s:10:\"post_title\";s:9:\"Home page\";s:14:\"post_permalink\";s:41:\"http://brunoassociatesinc.com/wordpress1/\";s:5:\"views\";s:1:\"2\";}i:1;a:4:{s:7:\"post_id\";s:2:\"20\";s:10:\"post_title\";s:8:\"Services\";s:14:\"post_permalink\";s:50:\"http://brunoassociatesinc.com/wordpress1/services/\";s:5:\"views\";s:1:\"1\";}}}s:32:\"721b4a3c84d044af280405ff8da674d3\";a:1:{i:1406499435;a:0:{}}}','yes'),(499,'_transient_timeout_plugin_slugs','1406562922','no'),(500,'_transient_plugin_slugs','a:11:{i:0;s:19:\"akismet/akismet.php\";i:1;s:34:\"envato-wordpress-toolkit/index.php\";i:2;s:31:\"get-the-image/get-the-image.php\";i:3;s:19:\"jetpack/jetpack.php\";i:4;s:23:\"revslider/revslider.php\";i:5;s:81:\"simple-follow-me-social-buttons-widget/simple-follow-me-social-buttons-widget.php\";i:6;s:58:\"udesign-shortcode-insert-button/udesignShortcodeInsert.php\";i:7;s:51:\"u-design-woocommerce/u-design-woocommerce.class.php\";i:8;s:27:\"wp-pagenavi/wp-pagenavi.php\";i:9;s:15:\"wp125/wp125.php\";i:10;s:27:\"js_composer/js_composer.php\";}','no'),(185,'wpb_js_composer_templates_slashes_updated','yes','yes'),(135,'_transient_twentyfourteen_category_count','1','yes'),(136,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1405954613;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'),(329,'theme_mods_twentythirteen','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1406149047;s:4:\"data\";a:7:{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:18:\"orphaned_widgets_1\";a:0:{}s:18:\"orphaned_widgets_2\";a:1:{i:0;s:14:\"recent-posts-4\";}s:18:\"orphaned_widgets_3\";a:1:{i:0;s:6:\"text-2\";}s:18:\"orphaned_widgets_4\";a:1:{i:0;s:16:\"sfmsb_settings-2\";}}}}','yes'),(338,'theme_mods_u-design','a:6:{i:0;b:0;s:22:\"udesign_max_width_page\";s:2:\"no\";s:25:\"udesign_custom_width_page\";s:2:\"no\";s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:25;}s:34:\"udesign_custom_styles_use_css_file\";s:3:\"yes\";s:28:\"udesign_rand_ver_for_caching\";i:162;}','yes'),(137,'current_theme','U-Design','yes'),(138,'theme_mods_U-Design-WP-Theme/u-design','a:7:{i:0;b:0;s:34:\"udesign_custom_styles_use_css_file\";s:3:\"yes\";s:28:\"udesign_rand_ver_for_caching\";i:279;s:22:\"udesign_max_width_page\";s:2:\"no\";s:25:\"udesign_custom_width_page\";s:2:\"no\";s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:25;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1406147931;s:4:\"data\";a:25:{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:1:{i:0;s:21:\"latest-posts-widget-2\";}s:9:\"sidebar-4\";a:1:{i:0;s:14:\"recent-posts-4\";}s:9:\"sidebar-5\";a:0:{}s:24:\"home-page-before-content\";a:0:{}s:18:\"home-page-column-1\";a:1:{i:0;s:6:\"text-2\";}s:18:\"home-page-column-2\";a:0:{}s:18:\"home-page-column-3\";a:0:{}s:18:\"home-page-column-4\";a:0:{}s:29:\"home-page-after-content-row-1\";a:0:{}s:29:\"home-page-after-content-row-2\";a:0:{}s:20:\"bottom-widget-area-1\";a:0:{}s:20:\"bottom-widget-area-2\";a:0:{}s:20:\"bottom-widget-area-3\";a:0:{}s:20:\"bottom-widget-area-4\";a:0:{}s:10:\"sidebar-17\";a:0:{}s:10:\"sidebar-18\";a:0:{}s:10:\"sidebar-19\";a:0:{}s:10:\"sidebar-20\";a:0:{}s:10:\"sidebar-21\";a:0:{}s:10:\"sidebar-22\";a:0:{}s:10:\"sidebar-23\";a:0:{}s:21:\"top-area-social-media\";a:1:{i:0;s:16:\"sfmsb_settings-2\";}}}}','yes'),(139,'theme_switched','','yes'),(140,'udesign_options','a:322:{s:15:\"custom_logo_img\";s:96:\"http://brunoassociatesinc.com/wordpress1/wp-content/uploads/2014/07/BrunoLogo-e1405961353219.jpg\";s:15:\"top_area_height\";i:110;s:10:\"logo_width\";i:150;s:11:\"logo_height\";i:140;s:28:\"slogan_distance_from_the_top\";i:100;s:29:\"slogan_distance_from_the_left\";s:1:\"0\";s:16:\"slogan_font_size\";s:2:\"12\";s:21:\"top_page_phone_number\";s:12:\"973-249-6225\";s:13:\"enable_search\";s:3:\"yes\";s:13:\"page_peel_url\";s:0:\"\";s:12:\"feedback_url\";s:0:\"\";s:25:\"enable_prettyPhoto_script\";s:3:\"yes\";s:15:\"fixed_main_menu\";s:3:\"yes\";s:19:\"main_menu_alignment\";s:5:\"right\";s:16:\"default_thumb_on\";s:3:\"yes\";s:19:\"page_title_position\";s:9:\"position1\";s:13:\"pages_sidebar\";s:4:\"left\";s:15:\"pages_sidebar_2\";s:4:\"left\";s:15:\"pages_sidebar_3\";s:4:\"left\";s:15:\"pages_sidebar_4\";s:4:\"left\";s:15:\"pages_sidebar_5\";s:4:\"left\";s:15:\"pages_sidebar_6\";s:4:\"left\";s:15:\"pages_sidebar_7\";s:4:\"left\";s:15:\"pages_sidebar_8\";s:4:\"left\";s:15:\"sitemap_sidebar\";s:5:\"right\";s:18:\"global_theme_width\";s:3:\"960\";s:11:\"font_family\";s:7:\"Verdana\";s:9:\"font_size\";s:2:\"12\";s:19:\"top_nav_font_family\";s:7:\"Verdana\";s:17:\"top_nav_font_size\";s:2:\"14\";s:26:\"title_headings_font_family\";s:12:\"GeosansLight\";s:29:\"heading_font_size_coefficient\";s:3:\"1.0\";s:20:\"custom_colors_switch\";s:6:\"enable\";s:15:\"body_text_color\";s:6:\"333333\";s:15:\"main_link_color\";s:6:\"FE5E08\";s:21:\"main_link_color_hover\";s:6:\"333333\";s:19:\"main_headings_color\";s:6:\"374D37\";s:12:\"top_bg_color\";s:6:\"FBFBFB\";s:14:\"top_text_color\";s:6:\"999999\";s:18:\"top_nav_link_color\";s:6:\"999999\";s:25:\"top_nav_active_link_color\";s:6:\"F95A09\";s:24:\"top_nav_hover_link_color\";s:6:\"777777\";s:16:\"page_title_color\";s:6:\"333333\";s:19:\"page_title_bg_color\";s:6:\"FFFFFF\";s:15:\"header_bg_color\";s:6:\"FFFFFF\";s:15:\"main_content_bg\";s:6:\"FFFFFF\";s:18:\"widget_title_color\";s:6:\"333333\";s:17:\"widget_text_color\";s:6:\"333333\";s:15:\"widget_bg_color\";s:6:\"F8F8F8\";s:15:\"bottom_bg_color\";s:6:\"F5F5F5\";s:18:\"bottom_title_color\";s:6:\"FE5E08\";s:17:\"bottom_text_color\";s:6:\"333333\";s:17:\"bottom_link_color\";s:6:\"3D6E97\";s:23:\"bottom_hover_link_color\";s:6:\"000000\";s:15:\"footer_bg_color\";s:6:\"EAEAEA\";s:17:\"footer_text_color\";s:6:\"797979\";s:17:\"footer_link_color\";s:6:\"3D6E97\";s:23:\"footer_hover_link_color\";s:6:\"000000\";s:10:\"top_bg_img\";s:0:\"\";s:17:\"top_bg_img_repeat\";s:9:\"no-repeat\";s:30:\"top_bg_img_position_horizontal\";s:6:\"center\";s:28:\"top_bg_img_position_vertical\";s:3:\"top\";s:13:\"header_bg_img\";s:0:\"\";s:20:\"header_bg_img_repeat\";s:9:\"no-repeat\";s:33:\"header_bg_img_position_horizontal\";s:6:\"center\";s:31:\"header_bg_img_position_vertical\";s:3:\"top\";s:31:\"home_page_before_content_bg_img\";s:0:\"\";s:38:\"home_page_before_content_bg_img_repeat\";s:9:\"no-repeat\";s:51:\"home_page_before_content_bg_img_position_horizontal\";s:6:\"center\";s:49:\"home_page_before_content_bg_img_position_vertical\";s:3:\"top\";s:17:\"page_title_bg_img\";s:0:\"\";s:24:\"page_title_bg_img_repeat\";s:9:\"no-repeat\";s:37:\"page_title_bg_img_position_horizontal\";s:6:\"center\";s:35:\"page_title_bg_img_position_vertical\";s:3:\"top\";s:19:\"main_content_bg_img\";s:0:\"\";s:26:\"main_content_bg_img_repeat\";s:9:\"no-repeat\";s:39:\"main_content_bg_img_position_horizontal\";s:6:\"center\";s:37:\"main_content_bg_img_position_vertical\";s:3:\"top\";s:13:\"bottom_bg_img\";s:0:\"\";s:20:\"bottom_bg_img_repeat\";s:9:\"no-repeat\";s:33:\"bottom_bg_img_position_horizontal\";s:6:\"center\";s:31:\"bottom_bg_img_position_vertical\";s:3:\"top\";s:13:\"footer_bg_img\";s:0:\"\";s:20:\"footer_bg_img_repeat\";s:9:\"no-repeat\";s:33:\"footer_bg_img_position_horizontal\";s:6:\"center\";s:31:\"footer_bg_img_position_vertical\";s:3:\"top\";s:21:\"one_continuous_bg_img\";s:0:\"\";s:28:\"one_continuous_bg_img_repeat\";s:9:\"no-repeat\";s:41:\"one_continuous_bg_img_position_horizontal\";s:6:\"center\";s:39:\"one_continuous_bg_img_position_vertical\";s:3:\"top\";s:20:\"chosen_custom_colors\";s:0:\"\";s:31:\"chosen_custom_colors_admin_task\";s:0:\"\";s:14:\"current_slider\";s:1:\"8\";s:7:\"c1_sync\";s:3:\"yes\";s:19:\"c1_remove_3d_shadow\";s:3:\"yes\";s:7:\"c2_sync\";s:3:\"yes\";s:21:\"c2_text_transition_on\";s:3:\"yes\";s:14:\"no_slider_text\";s:4:\"Home\";s:20:\"rev_slider_shortcode\";s:0:\"\";s:25:\"portfolio_title_posistion\";s:5:\"below\";s:17:\"portfolio_sidebar\";s:4:\"left\";s:27:\"show_portfolio_postmetadata\";s:3:\"yes\";s:46:\"udesign_single_portfolio_postmetadata_location\";s:11:\"alignbottom\";s:23:\"show_portfolio_comments\";s:3:\"yes\";s:12:\"blog_sidebar\";s:5:\"right\";s:12:\"show_excerpt\";s:3:\"yes\";s:23:\"excerpt_length_in_words\";i:47;s:16:\"blog_button_text\";s:9:\"Read more\";s:27:\"exclude_portfolio_from_blog\";s:3:\"yes\";s:41:\"udesign_single_view_postmetadata_location\";s:11:\"alignbottom\";s:20:\"featured_image_width\";i:150;s:21:\"featured_image_height\";i:150;s:24:\"featured_image_alignment\";s:9:\"alignleft\";s:19:\"show_contact_fields\";s:3:\"yes\";s:19:\"contact_field_name1\";s:0:\"\";s:20:\"contact_field_value1\";s:0:\"\";s:19:\"contact_field_name2\";s:0:\"\";s:20:\"contact_field_value2\";s:0:\"\";s:19:\"contact_field_name3\";s:6:\"Phone:\";s:20:\"contact_field_value3\";s:0:\"\";s:19:\"contact_field_name4\";s:4:\"Fax:\";s:20:\"contact_field_value4\";s:0:\"\";s:19:\"contact_field_name5\";s:10:\"Toll Free:\";s:20:\"contact_field_value5\";s:0:\"\";s:19:\"contact_field_name6\";s:0:\"\";s:20:\"contact_field_value6\";s:0:\"\";s:19:\"contact_field_name7\";s:0:\"\";s:20:\"contact_field_value7\";s:0:\"\";s:15:\"contact_sidebar\";s:4:\"left\";s:17:\"email_receipients\";s:31:\"gaguilar@brunoassociatesinc.com\";s:19:\"recaptcha_publickey\";s:0:\"\";s:20:\"recaptcha_privatekey\";s:0:\"\";s:15:\"recaptcha_theme\";s:5:\"white\";s:14:\"recaptcha_lang\";s:2:\"en\";s:17:\"copyright_message\";s:46:\"© 2014 <strong>Bruno Associates Inc.</strong>\";s:18:\"affiliate_username\";s:0:\"\";s:26:\"show_entries_rss_in_footer\";s:3:\"yes\";s:27:\"show_comments_rss_in_footer\";s:3:\"yes\";s:16:\"google_analytics\";s:417:\"<script>\r\n (function(i,s,o,g,r,a,m){i[\'GoogleAnalyticsObject\']=r;i[r]=i[r]||function(){\r\n (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\r\n m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\r\n })(window,document,\'script\',\'//www.google-analytics.com/analytics.js\',\'ga\');\r\n\r\n ga(\'create\', \'UA-53240539-1\', \'auto\');\r\n ga(\'send\', \'pageview\');\r\n\r\n</script>\";s:17:\"enable_responsive\";s:3:\"yes\";s:19:\"responsive_logo_img\";s:0:\"\";s:22:\"responsive_logo_height\";i:150;s:15:\"responsive_menu\";s:17:\"responsive_menu_1\";s:40:\"responsive_disable_pretty_photo_at_width\";i:0;s:17:\"reset_to_defaults\";N;s:12:\"color_scheme\";s:1:\"1\";s:16:\"enable_page_peel\";N;s:15:\"enable_feedback\";N;s:23:\"feedback_position_fixed\";N;s:21:\"add_fixed_menu_shadow\";N;s:34:\"remove_fixed_menu_background_image\";N;s:35:\"remove_fixed_menu_on_mobile_devices\";N;s:22:\"show_menu_drop_shadows\";N;s:24:\"remove_border_under_menu\";N;s:33:\"disable_the_theme_update_notifier\";N;s:26:\"enable_udesign_schema_tags\";N;s:28:\"udesign_disable_img_cropping\";N;s:28:\"udesign_enable_retina_images\";N;s:24:\"enable_default_style_css\";N;s:21:\"home_page_col_1_fixed\";N;s:27:\"remove_default_page_sidebar\";N;s:22:\"show_comments_on_pages\";N;s:15:\"max_theme_width\";N;s:20:\"global_sidebar_width\";i:33;s:22:\"google_web_fonts_assoc\";a:0:{}s:17:\"cufon_fonts_assoc\";a:1:{s:26:\"title_headings_font_family\";s:12:\"GeosansLight\";}s:12:\"enable_cufon\";s:8:\"cufon-on\";s:25:\"saved_custom_colors_array\";a:0:{}s:27:\"one_continuous_bg_img_fixed\";N;s:40:\"one_continuous_bg_img_with_other_bg_imgs\";N;s:32:\"udesign_remove_horizontal_rulers\";N;s:14:\"gs_image_width\";i:940;s:15:\"gs_image_height\";i:400;s:12:\"gs_auto_play\";s:4:\"true\";s:21:\"gs_auto_play_duration\";d:2.3999999999999999;s:11:\"gs_grid_row\";i:4;s:14:\"gs_grid_column\";i:6;s:17:\"gs_tween_duration\";d:0.69999999999999996;s:14:\"gs_tween_delay\";d:0.02;s:13:\"gs_bar_status\";s:1:\"1\";s:19:\"gs_slides_order_str\";s:1:\"1\";s:18:\"gs_slide_img_url_1\";s:141:\"http://brunoassociatesinc.com/wordpress1/wp-content/themes/U-Design-WP-Theme/u-design/sliders/flashmo/grid_slider/photos/940x400_slide_01.jpg\";s:26:\"gs_slide_transition_flow_1\";s:3:\"out\";s:31:\"gs_slide_transition_direction_1\";s:4:\"left\";s:30:\"gs_slide_transition_rotation_1\";s:4:\"zero\";s:27:\"gs_slide_default_info_txt_1\";s:380:\"<p class=\"subtitle\">Slide title goes here</p><p><a href=\"http://brunoassociatesinc.com/wordpress1\" target=\"_blank\">Lorem ipsum dolor sit amet</a>, consectetur adipiscing elit. <span class=\"highlight\">Quisque at ante sit amet</span> erat laoreetfermentum. Quisque nec nisl. Nam scelerisque cursus dolor. Donec in. <span class=\"note\">This textfield supports HTML and CSS.</span></p>\";s:12:\"gs_no_js_img\";s:141:\"http://brunoassociatesinc.com/wordpress1/wp-content/themes/U-Design-WP-Theme/u-design/sliders/flashmo/grid_slider/photos/940x400_slide_01.jpg\";s:14:\"pm_image_width\";i:940;s:15:\"pm_image_height\";i:360;s:11:\"pm_segments\";i:7;s:13:\"pm_tween_time\";i:5;s:14:\"pm_tween_delay\";d:0.10000000000000001;s:13:\"pm_tween_type\";s:14:\"easeOutElastic\";s:13:\"pm_z_distance\";i:200;s:9:\"pm_expand\";i:10;s:18:\"pm_shadow_darkness\";i:100;s:11:\"pm_autoplay\";i:5;s:16:\"pm_text_distance\";i:25;s:18:\"pm_text_background\";s:6:\"B7B7B7\";s:14:\"pm_inner_color\";s:6:\"111111\";s:19:\"pm_slides_order_str\";s:1:\"1\";s:28:\"pm_slider_default_info_txt_1\";s:470:\"<headline>Description Text</headline>\r\n<break>special_break</break>\r\n<paragraph>Here you can add a description text for this slide.</paragraph>\r\n<break>special_break</break>\r\n<inline>This text will be loaded from an XML file and formatted with an external CSS file. You can also easily add special_break</inline>\r\n<a href=\"http://brunoassociatesinc.com/wordpress1\" target=\"_blank\">hyperlinks</a>\r\n<paragraph>. This one leads you to the home page, by the way.</paragraph>\";s:18:\"pm_slide_img_url_1\";s:132:\"http://brunoassociatesinc.com/wordpress1/wp-content/themes/U-Design-WP-Theme/u-design/sliders/piecemaker/images/940x360_slide_01.jpg\";s:12:\"pm_no_js_img\";s:132:\"http://brunoassociatesinc.com/wordpress1/wp-content/themes/U-Design-WP-Theme/u-design/sliders/piecemaker/images/940x360_slide_01.jpg\";s:15:\"pm2_image_width\";i:940;s:16:\"pm2_image_height\";i:360;s:16:\"pm2_loader_color\";s:6:\"333333\";s:20:\"pm2_inner_side_color\";s:6:\"222222\";s:12:\"pm2_autoplay\";i:10;s:17:\"pm2_field_of_view\";i:45;s:21:\"pm2_side_shadow_alpha\";d:0.80000000000000004;s:21:\"pm2_drop_shadow_alpha\";d:0.69999999999999996;s:24:\"pm2_drop_shadow_distance\";i:25;s:21:\"pm2_drop_shadow_scale\";d:0.94999999999999996;s:22:\"pm2_drop_shadow_blur_x\";i:40;s:22:\"pm2_drop_shadow_blur_y\";i:4;s:19:\"pm2_menu_distance_x\";i:20;s:19:\"pm2_menu_distance_y\";i:50;s:16:\"pm2_menu_color_1\";s:6:\"999999\";s:16:\"pm2_menu_color_2\";s:6:\"333333\";s:16:\"pm2_menu_color_3\";s:6:\"FFFFFF\";s:16:\"pm2_control_size\";i:100;s:20:\"pm2_control_distance\";i:20;s:19:\"pm2_control_color_1\";s:6:\"222222\";s:19:\"pm2_control_color_2\";s:6:\"FFFFFF\";s:17:\"pm2_control_alpha\";d:0.80000000000000004;s:22:\"pm2_control_alpha_over\";d:0.94999999999999996;s:14:\"pm2_controls_x\";i:450;s:14:\"pm2_controls_y\";i:280;s:18:\"pm2_controls_align\";s:6:\"center\";s:18:\"pm2_tooltip_height\";i:30;s:17:\"pm2_tooltip_color\";s:6:\"222222\";s:18:\"pm2_tooltip_text_y\";i:5;s:22:\"pm2_tooltip_text_style\";s:8:\"P-Italic\";s:22:\"pm2_tooltip_text_color\";s:6:\"FFFFFF\";s:23:\"pm2_tooltip_margin_left\";i:5;s:24:\"pm2_tooltip_margin_right\";i:7;s:26:\"pm2_tooltip_text_sharpness\";i:50;s:26:\"pm2_tooltip_text_thickness\";i:-100;s:14:\"pm2_info_width\";i:400;s:19:\"pm2_info_background\";s:6:\"FFFFFF\";s:25:\"pm2_info_background_alpha\";d:0.94999999999999996;s:15:\"pm2_info_margin\";i:15;s:18:\"pm2_info_sharpness\";i:0;s:18:\"pm2_info_thickness\";i:0;s:20:\"pm2_slides_order_str\";s:1:\"1\";s:16:\"pm2_slide_type_1\";s:5:\"image\";s:19:\"pm2_slide_img_url_1\";s:136:\"http://brunoassociatesinc.com/wordpress1/wp-content/themes/U-Design-WP-Theme/u-design/sliders/piecemaker_2/contents/940x360_slide_01.jpg\";s:21:\"pm2_slide_img_title_1\";s:5:\"Title\";s:20:\"pm2_slide_link_url_1\";s:0:\"\";s:23:\"pm2_slide_link_target_1\";s:4:\"self\";s:28:\"pm2_slide_default_info_txt_1\";s:415:\"<h2>New hot Features</h2>\r\n<p>The all new Piecemaker comes with lots of new features, making it even more slick.</p>\r\n<p>Just to mention a few - you can now specify unlimited transition styles, include your own SWF and Video files, add hyperlinks to images and info texts with all special characters.</p>\r\n<p>We also improved the navigation and the animation with animated shadows and pixel-perfect transitions.</p>\";s:20:\"pm2_flash_link_url_1\";s:0:\"\";s:20:\"pm2_video_link_url_1\";s:0:\"\";s:17:\"pm2_video_width_1\";s:3:\"910\";s:18:\"pm2_video_height_1\";s:3:\"365\";s:20:\"pm2_video_autoplay_1\";s:3:\"yes\";s:25:\"pm2_transitions_order_str\";s:1:\"1\";s:23:\"pm2_transition_pieces_1\";s:1:\"9\";s:21:\"pm2_transition_time_1\";s:3:\"1.2\";s:21:\"pm2_transition_type_1\";s:13:\"easeInOutBack\";s:22:\"pm2_transition_delay_1\";s:3:\"0.1\";s:18:\"pm2_depth_offset_1\";s:3:\"300\";s:19:\"pm2_cube_distance_1\";s:2:\"30\";s:13:\"pm2_no_js_img\";s:136:\"http://brunoassociatesinc.com/wordpress1/wp-content/themes/U-Design-WP-Theme/u-design/sliders/piecemaker_2/contents/940x360_slide_01.jpg\";s:19:\"c1_slides_order_str\";s:1:\"1\";s:18:\"c1_slide_img_url_1\";s:134:\"http://brunoassociatesinc.com/wordpress1/wp-content/themes/U-Design-WP-Theme/u-design/sliders/cycle/cycle1/images/914x374_slide_01.jpg\";s:20:\"c1_transition_type_1\";s:4:\"fade\";s:19:\"c1_slide_link_url_1\";s:0:\"\";s:22:\"c1_slide_link_target_1\";s:4:\"self\";s:24:\"c1_slide_image_alt_tag_1\";s:0:\"\";s:8:\"c1_speed\";i:1000;s:10:\"c1_timeout\";i:5000;s:19:\"c2_slides_order_str\";s:1:\"1\";s:18:\"c2_slide_img_url_1\";s:134:\"http://brunoassociatesinc.com/wordpress1/wp-content/themes/U-Design-WP-Theme/u-design/sliders/cycle/cycle2/images/476x287_slide_01.jpg\";s:20:\"c2_transition_type_1\";s:4:\"fade\";s:19:\"c2_slide_link_url_1\";s:0:\"\";s:22:\"c2_slide_link_target_1\";s:4:\"self\";s:24:\"c2_slide_image_alt_tag_1\";s:0:\"\";s:27:\"c2_slide_default_info_txt_1\";s:259:\"<h2>Title Goes Here...</h2>\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.</p>\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.</p>\";s:21:\"c2_slide_button_txt_1\";s:9:\"Read More\";s:23:\"c2_slide_button_style_1\";s:4:\"dark\";s:8:\"c2_speed\";i:1500;s:10:\"c2_timeout\";i:5000;s:13:\"c2_text_color\";s:6:\"333333\";s:19:\"c2_slider_text_size\";s:3:\"1.2\";s:26:\"c2_slider_text_line_height\";s:3:\"1.7\";s:19:\"c3_slides_order_str\";s:1:\"1\";s:18:\"c3_slide_img_url_1\";s:134:\"http://brunoassociatesinc.com/wordpress1/wp-content/themes/U-Design-WP-Theme/u-design/sliders/cycle/cycle3/images/940x430_slide_01.jpg\";s:19:\"c3_slide_link_url_1\";s:0:\"\";s:19:\"c3_slide_img2_url_1\";s:134:\"http://brunoassociatesinc.com/wordpress1/wp-content/themes/U-Design-WP-Theme/u-design/sliders/cycle/cycle3/images/940x430_slide_02.png\";s:22:\"c3_slide_link_target_1\";s:4:\"self\";s:24:\"c3_slide_image_alt_tag_1\";s:0:\"\";s:27:\"c3_slide_default_info_txt_1\";s:353:\"<div style=\"width:400px; height:100px; top:300px; left:220px; position:absolute; z-index:9999;\">\r\n <p style=\"text-align:left;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.</p>\r\n</div>\";s:10:\"c3_timeout\";i:5000;s:13:\"c3_text_color\";s:6:\"FFFFFF\";s:19:\"c3_slider_text_size\";s:3:\"1.2\";s:26:\"c3_slider_text_line_height\";s:3:\"1.7\";s:20:\"portfolio_categories\";s:0:\"\";s:34:\"show_portfolio_postmetadata_author\";N;s:32:\"show_portfolio_postmetadata_tags\";N;s:31:\"remove_single_portfolio_sidebar\";N;s:24:\"show_postmetadata_author\";N;s:22:\"show_postmetadata_tags\";N;s:23:\"show_archive_for_string\";N;s:32:\"show_comments_are_closed_message\";N;s:19:\"remove_blog_sidebar\";N;s:22:\"remove_archive_sidebar\";N;s:21:\"remove_single_sidebar\";N;s:33:\"display_post_image_in_single_post\";N;s:28:\"enable_custom_featured_image\";N;s:21:\"force_image_dimention\";N;s:22:\"remove_contact_sidebar\";N;s:15:\"NA_phone_format\";N;s:17:\"recaptcha_enabled\";s:2:\"no\";s:22:\"show_wp_link_in_footer\";N;s:27:\"show_udesign_affiliate_link\";N;s:21:\"udesign_sticky_footer\";N;s:29:\"responsive_remove_slider_area\";N;s:35:\"responsive_remove_bg_images_960-720\";N;s:24:\"responsive_pinch_to_zoom\";N;s:25:\"show_udesign_action_hooks\";N;}','yes'),(149,'recently_activated','a:2:{s:15:\"flare/flare.php\";i:1406055546;s:42:\"social-exchange-plugin/social-exchange.php\";i:1406055525;}','yes'),(501,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1406519722','no'),(141,'udesign-notifier-cache','<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<notifier>\n <latest>2.4.11</latest>\n <changelog>\n<![CDATA[\n\n<h4>Version 2.4.11 - Updated: 18.07.2014</h4>\n<ul>\n <li>Updated : Revolution slider to latest v4.5.95</li>\n <li>Fixed : Small issue with the Yoast WordPress SEO plugin\'s \"Enable Breadcrumbs\" option related to the theme</li>\n</ul>\n<h4>Version 2.4.10 - Updated: 10.07.2014</h4>\n<ul>\n <li>Updated : compatibility with latest update of \"Get the Image\" plugin (v1.0.0)</li>\n <li>Updated : flickrRSS plugin (v5.3.1)</li>\n</ul>\n<h4>Version 2.4.9 - Updated: 08.07.2014</h4>\n<ul>\n <li>Updated : Revolution slider to latest v4.5.9</li>\n <li>Updated : \"U-Design WooCommerce Integration\" plugin (v2.1.5)</li>\n <li>Updated : flickrRSS plugin (v5.3)</li>\n <li>Updated : Envato WordPress Toolkit plugin (v1.6.3)</li>\n <li>Updated : Expandable buttons\' images to accomodate longer text</li>\n</ul>\n<h4>Version 2.4.8 - Updated: 24.06.2014</h4>\n<ul>\n <li>Updated : Revolution slider to latest v4.5.5</li>\n <li>Fixed : Small issue with search page layout</li>\n <li>Fixed : Small glitch with the Visual Composer carousel/slider left and right arrows</li>\n</ul>\n<h4>Version 2.4.7 - Updated: 14.06.2014</h4>\n<ul>\n <li>Updated : Revolution slider to latest v4.5.3</li>\n <li>Updated : Visual Composer plugin to latest v4.2.3</li>\n</ul>\n<h4>Version 2.4.6 - Updated: 06.06.2014</h4>\n<ul>\n <li>Updated : Revolution slider to latest v4.5.01 SkyWood</li>\n <li>Updated : Visual Composer plugin to latest v4.2.2</li>\n</ul>\n<h4>Version 2.4.5 - Updated: 28.05.2014</h4>\n<ul>\n <li>Added : Structured data markup for Schema.org</li>\n <li>Added : 6 new Google fonts, also added \"Time New Roman\" to generic websafe fonts</li>\n <li>Updated : Visual Composer plugin to latest v4.2.1</li>\n <li>Fixed : Minor issue with postmetadata box display in IE8</li>\n</ul>\n<h4>Version 2.4.2 - Updated: 23.04.2014</h4>\n<ul>\n <li>Added : An option to center the main menu</li>\n <li>Updated : Visual Composer plugin to latest v4.1.2 (WordPress 3.9 compatibility)</li>\n <li>Updated : Revolution slider to latest v4.3.6</li>\n <li>Fixed : Minor issue with Google Web Fonts option</li>\n <li>Fixed : Minor bug with Cycle 1 slider</li>\n</ul>\n<h4>Version 2.4.1 - Updated: 09.04.2014</h4>\n<ul>\n <li>Updated : Visual Composer plugin to latest version (WordPress 3.9 compatibility)</li>\n <li>Updated : Revolution slider to latest version</li>\n <li>Updated : \"U-Design Shortcode Insert Button\" plugin to v.1.0.8 (WordPress 3.9 compatibility)</li>\n <li>Fixed : CSS3 Media Query compatibility for IE8</li>\n <li>Fixed : Comments width in site widths greater than 960px</li>\n <li>Fixed : Minor bug with theme\'s \"Content Block\" when used with Visual Composer</li>\n <li>Fixed : Minor issue with main content background of WooCommerce Shop page when assigned as home page</li>\n</ul>\n<h4>Version 2.4.0 - Updated: 20.03.2014</h4>\n<ul>\n <li>Added : Visual Composer: Page Builder for WordPress plugin by WPBakery (CodeCanyon)</li>\n <li>Updated : Revolution slider to latest version</li>\n <li>Updated : TGM Plugin Activation script</li>\n <li>Updated : Theme\'s Documentation</li>\n <li>Updated : Accordion Title section background image and respective Accordion.psd</li>\n <li>Fixed : Default \"Mystery Man\" avatar in comments</li>\n</ul>\n<h4>Version 2.3.1 - Updated: 27.02.2014</h4>\n<ul>\n <li>Added : A new set of customizable flat buttons with shortcodes</li>\n <li>Added : An option to add title description to pages or posts</li>\n <li>Added : An option to remove sidebar from default pages</li>\n <li>Added : Same page anchor links smooth scrolling</li>\n <li>Added : Persian translation courtesy of Hamed (WPTranslate.ir)</li>\n <li>Updated : Revolution slider to latest version</li>\n <li>Updated : \"U-Design WooCommerce Integration\" plugin</li>\n <li>Updated : \"U-Design Shortcode Insert Button\" plugin to v.1.0.7. Added the flat button shortcode</li>\n <li>Updated : All button shortcodes support for center alignment</li>\n <li>Fixed : Revolution slider showing on Search results page</li>\n <li>Fixed : Small \"U-Design\" options page improvements</li>\n</ul>\n<h4>Version 2.3.0 - Updated: 04.02.2014 (<a title=\"Release Notes and Update Instructions for v.2.3.0\" href=\"http://dreamthemedesign.com/u-design-support/discussion/19383/whats-new-in-u-design-2.3.0/p1\" target=\"_blank\">Release Notes and Update Instructions for v.2.3.0</a>)</h4>\n<ul>\n <li>Added : Maximum width with Fluid layout option</li>\n <li>Added : An option to set the global theme and sidebar widths</li>\n <li>Added : Options to set the global theme and sidebar widths as well as maximum fluid width on per page basis</li>\n <li>Added : Content Block with Parallax background option and maximum width option</li>\n <li>Added : An option to disable prettyPhoto in responsive mode based on specific device/browser width</li>\n <li>Added : A custom field to allow revolution slider instance to be added to any page or post</li>\n <li>Added : Front end only Romanian Translation - credits to Robert Ivan (seoserv.net)</li>\n <li>Added : An option to remove the background image of the \"Stay-On-Top\" menu</li>\n <li>Added : An option to disable \"Stay-On-Top\" Menu on Mobile Devices only</li>\n <li>Added : An option to remove the horizontal ruler lines that are enabled by default for some sections</li>\n <li>Added : RTL (Right To Left) support</li>\n <li>Updated : Revolution Slider to latest version</li>\n <li>Updated : Tabs can be linked to specific tab</li>\n <li>Updated : \"U-Design Shortcode Insert Button\" plugin to v.1.0.6. Added content block with Parallax option</li>\n <li>Updated : Replaced all instances of image uploaders in the theme with the new WordPress Media Uploader</li>\n <li>Updated : The theme update notifier script</li>\n <li>Fixed : \"Stay-On-Top\" Main Menu being fully transparent under certain conditions</li>\n <li>Fixed : Title element to work with \'WordPress SEO\' plugin for title rewrites</li>\n <li>Fixed : Minor bug with Accordion Toggle +/- graphic</li>\n <li>Fixed : Responsive Menu 1 label is now localized for translations</li>\n</ul>\n<h4>Version 2.2.0 - Updated: 04.12.2013 (<a title=\"Release Notes and Update Instructions for v.2.2.0\" href=\"http://dreamthemedesign.com/u-design-support/discussion/18391/whats-new-in-u-design-2.2.0/p1\" target=\"_blank\">Release Notes and Update Instructions for v.2.2.0</a>)</h4>\n<ul>\n <li>Added : Action Hooks throughout all sections of the theme for easy access and customization</li>\n <li>Added : An option to add a shadow to the \"Stay-On-Top\" menu</li>\n <li>Added : An option to enable pinch-to-zoom on mobile devices in responsive mode</li>\n <li>Added : Support for Yoast breadcrumbs</li>\n <li>Added : An option for \"Comments are closed\" message</li>\n <li>Added : An option to specify the single post view postmetadata location</li>\n <li>Added : An option to set \"sticky\" footer</li>\n <li>Updated : Revolution Slider update to latest version</li>\n <li>Updated : \"U-Design Shortcode Insert Button\" plugin</li>\n <li>Updated : Optimized all the Cycle sliders\' scripts</li>\n <li>Updated : Image cropping script</li>\n <li>Updated : jQuery Cycle Plugin to latest version</li>\n <li>Updated : Default Search widget look and feel</li>\n <li>Fixed : \"U-Design Shortcode Insert Button\" plugin glitch with round buttons shortcode</li>\n <li>Fixed : Small glitch with \"Stay-On-Top\" menu option</li>\n <li>Fixed : Bug with \"U-Design: Custom Categories\" widget dropdown option</li>\n <li>Fixed : BuddyPress page title fix</li>\n <li>Fixed : Small glitch with search results page with pagination</li>\n <li>Fixed : WooCommerce single product page glitch in IE8 regarding \'css3-mediaqueries.js\'</li>\n <li>Fixed : Small bug with Cycle 1 plugin image loading in some browsers</li>\n</ul>\n<h4>Version 2.1.0 - Updated: 20.09.2013 (<a title=\"Release Notes and Update Instructions for v.2.1.0\" href=\"http://dreamthemedesign.com/u-design-support/discussion/16960/whats-new-in-u-design-2.1.0/p1\" target=\"_blank\">Release Notes and Update Instructions for v.2.1.0</a>)</h4>\n<ul>\n <li>Added : An option for \"Stay-On-Top\" Main Menu</li>\n <li>Added : Retina Option for cropped images</li>\n <li>Added : An option for crop alignment for Portfolio thumbnail images</li>\n <li>Updated : Revolution Slider update to latest version</li>\n <li>Updated : Replaced TimThumb with WordPress native image cropping engine</li>\n <li>Updated : \"U-Design WooCommerce Integration\" plugin</li>\n <li>Updated : PSD File to contain pinterest icon</li>\n <li>Updated : reCAPTCHA script</li>\n <li>Updated : Hover effect for framed images that are linked</li>\n <li>Fixed : Glitch with 1/3 and 2/3 column widths in percentages</li>\n <li>Fixed : An issue with page title when set to \"Position 2\" for pages that are set as home page</li>\n</ul>\n<h4>Version 2.0.1 - Updated: 21.07.2013</h4>\n<ul>\n <li>Added : 12 new Google fonts</li>\n <li>Added : Tumblr and Blogspot icons to social icons</li>\n <li>Added : Pagination to author page</li>\n <li>Updated : Revolution Slider update to latest version</li>\n <li>Updated : \"U-Design WooCommerce Integration\" plugin</li>\n <li>Updated : WPML 2.9+ supports wildcards now in config-wpml.xml</li>\n <li>Updated : Main menu source scripts</li>\n <li>Updated : Russian Translation</li>\n <li>Fixed : An issue with the link option in Cycle 3 when viewed in IE10</li>\n <li>Fixed : Glitch with blog page template when assigned as home page</li>\n <li>Fixed : Glitch with proper image sizing in IE8</li>\n <li>Fixed : Continuous Background Image in IE7 and IE8</li>\n <li>Fixed : \"Responsive Menu 1\" missing arrow in mobile browsers</li>\n</ul>\n<h4>Version 2.0.0 - Updated: 23.04.2013</h4>\n<ul>\n <li>Added : Responsive Layout support</li>\n <li>Updated : Revolution Slider update to latest version</li>\n <li>Updated : \"U-Design WooCommerce Integration\" plugin</li>\n <li>Updated : \"U-Design Shortcode Insert Button\" plugin</li>\n <li>Updated : Performance improvements (JavaScripts now placed before closing body tag)</li>\n <li>Updated : Rewrite of theme\'s custom image frames markup</li>\n <li>Updated : Isotope script to latest version</li>\n <li>Updated : French Translation</li>\n <li>Updated : WPML support for Revolution Slider translation</li>\n <li>Fixed : Compatibility issue with Portfolio Sorting by Tags only if PHP < 2.5.9</li>\n</ul>\n<h4>Version 1.9.1 - Updated: 11.02.2013</h4>\n<ul>\n <li>Added : 62 new Google fonts</li>\n <li>Updated : Revolution Slider update to version 2.2.4 (<a href=\"http://www.youtube.com/watch?v=BLFEs7b2UNo\" rel=\"noindex nofollow\" target=\"_blank\">UPDATE INSTRUCTIONS</a>)</li>\n <li>Updated : Dutch Translation</li>\n <li>Fixed : home page slider area custom backgrounds bug when Revolution Slider used</li>\n <li>Fixed : compatibility with UberMenu related to z-index</li>\n <li>Fixed : admin area post filtering by category</li>\n</ul>\n<h4>Version 1.9.0 - Updated: 29.01.2013 (<a title=\"Release Notes and Update Instructions\" href=\"http://dreamthemedesign.com/u-design-support/discussion/11172/whats-new-in-u-design-version-1.9.0/p1\" target=\"_blank\">Release Notes and Update Instructions</a>)</h4>\n<ul>\n <li>Added : Revolution Slider</li>\n <li>Added : WooCommerce Integration</li>\n <li>Added : Swedish Translation courtesy of Ola Walfridsson ( http://www.facebook.com/ola.walfridsson )</li>\n <li>Added : Instagram icon to social icons</li>\n <li>Updated : prettyPhoto script to latest version 3.1.5</li>\n <li>Updated : Theme\'s Documentation</li>\n <li>Updated : Timthumb script update</li>\n <li>Fixed : \"more\" tag issue on Blog pages</li>\n <li>Fixed : z-index related issue between the logo and menu in some cases</li>\n <li>Fixed : a small search results formatting issue</li>\n</ul>\n<h4>Version 1.8.0 - Updated: 10.10.2012 (<a title=\"Release Notes and Update Instructions\" href=\"http://dreamthemedesign.com/u-design-support/discussion/8939/u-design-version-1.8.0-has-been-released/p1\" target=\"_blank\">Release Notes and Update Instructions</a>)</h4>\n<ul>\n <li>Added : 54 new Google fonts</li>\n <li>Added : Sortable Portfolio for all four Portfolio page templates (Filter by Category/Tags, sort by alpha and/or ascending/descending)</li>\n <li>Added : An option to choose the position of the page title, as well as to remove it</li>\n <li>Added : An option to choose the position of the main navigation menu</li>\n <li>Added : An option to remove the sidebar in the theme\'s Contact Page</li>\n <li>Added : Chinese Traditional (zh_tw) Translation courtesy of Sylvia Ho</li>\n <li>Added : Danish Translation courtesy of Nikolaj Mackowski ( http://www.vagtformidlingen.dk/ )</li>\n <li>Added : Polish Translation courtesy of Elzbieta Wozniak ( http://gaztec.pl/ )</li>\n <li>Added : Portuguese (Brazil) Translation courtesy of Lord Marcio Moreira ( http://acas.com.br/ )</li>\n <li>Added : Turkish Translation courtesy of Web Tasarim PRO ( http://www.webtasarimpro.com/ )</li>\n <li>Added : Yelp icon to social icons</li>\n <li>Added : Yahoo icon to social icons</li>\n <li>Added : Option to add ThemeForest affiliate link in the footer</li>\n <li>Updated : Performance improvements related to loading the custom styles</li>\n <li>Updated : Removed the \"Loading\" text from the Flashmo slider preloader</li>\n <li>Updated : Theme\'s Documentation</li>\n <li>Fixed : WPML compatibility with the theme\'s Portfolio pages</li>\n <li>Fixed : Searchbox left margin issue</li>\n <li>Fixed : Image Frame Shadow</li>\n</ul>\n<h4>Version 1.7.0 - Updated: 12.07.2012</h4>\n<ul>\n <li style=\"color:red; font-weight:bold;\">Updated : IMPORTANT SECURITY UPDATE: Completely removed \"Uploadify\" script <a title=\"More Information with special update instructions\" href=\"http://dreamthemedesign.com/u-design-support/discussion/7035/important-security-update\" target=\"_blank\">(More Information)</a></li>\n <li>Added : Option for Percentage Based Column Layouts (\"General Options\")</li>\n <li>Fixed : Issue with Theme Update Notification and child themes</li>\n <li>Fixed : Sitemap page template missing a string for translations</li>\n</ul>\n<h4>Version 1.6.1 - Updated: 05.07.2012</h4>\n<ul>\n <li>Updated : Security updates</li>\n <li>Updated : Theme Update Notifier script</li>\n</ul>\n<h4>Version 1.6.0 - Updated: 12.06.2012</h4>\n<ul>\n <li>Added : 58 new Google fonts</li>\n <li>Added : Option to remove the sidebar from Portfolio Single Post View pages</li>\n <li>Added : An option to disable TimThumb script for cropping images (added under \"General Options\")</li>\n <li>Added : Greek Translation courtesy of George Girtsou ( http://automatismosweb.gr/ )</li>\n <li>Updated : Provided more space/width of the \"Back to Top\" link area in footer</li>\n <li>Updated : TimThumb script update</li>\n <li>Fixed : Accordion Styling when used in Sidebar</li>\n <li>Fixed : Cufón font selection saving issue when Google fonts are disabled in the theme\'s \"Font Settings\" section</li>\n <li>Fixed : \'Comfortaa\' font issue when selected as Google Font</li>\n</ul>\n<h4>Version 1.5.1 - Updated: 14.02.2012</h4>\n<ul>\n <li>Fixed : Small bug in v1.5.0 affecting excerpts</li>\n</ul>\n<h4>Version 1.5.0 - Updated: 12.02.2012</h4>\n<ul>\n <li>Added : 130 new Google fonts</li>\n <li>Added : Ability to enable comments section in Full-width page template</li>\n <li>Added : Ability to use shortcodes in the footer \"Copyright Message\" area</li>\n <li>Added : g+ button (googleplus-icon.png) and a Skype button (skype-icon.png) to the social icons</li>\n <li>Added : Image Gallery on Portfolio Page to order the images so that they follow the order set by the integer fields in the Insert / Upload Media Gallery dialog</li>\n <li>Added : Cycle sliders images\' \"alt\" tags can now be specified for each slide</li>\n <li>Added : A link relation attribute for Portfolio thumbnails</li>\n <li>Added : Serbian Translation courtesy of Draganche Golubac</li>\n <li>Updated : Spanish Translation courtesy of Vicent Llopis ( http://www.elpatiodigital.com )</li>\n <li>Updated : Dutch Translation courtesy of Jeroen van Beusekom ( http://leefretail.nl/ )</li>\n <li>Updated : TimThumb script update</li>\n <li>Updated : \"U-Design Shortcode Insert Button\" plugin</li>\n <li>Updated : Google Analytics code option adjustment</li>\n <li>Updated : Author page changed the author name to the author\'s \"Display Name\" setup from the Profile page</li>\n <li>Updated : \"Uploadify\" script</li>\n <li>Fixed : Redirect in \"U-Design: Login Form\" widget</li>\n <li>Fixed : Google fonts for SSL</li>\n</ul>\n<h4>Version 1.4.2 - Updated: 27.12.2011</h4>\n<ul>\n <li>Fixed : Layout issues with the latest Google Chrome release (16.0.912.63)</li>\n <li>Updated : Timthumb script update</li>\n</ul>\n<h4>Version 1.4.1 - Updated: 01.12.2011</h4>\n<ul>\n <li>Added : 29 new Google fonts</li>\n <li>Added : Author page (author.php)</li>\n <li>Updated : Changed the post\'s author link to now link to the author\'s page</li>\n <li>Updated : Timthumb script update</li>\n <li>Updated : Monthly archive date format in the title, removed the comma between the month and year</li>\n <li>Fixed : WordPress 3.3 compatibility</li>\n</ul>\n<h4>Version 1.4.0 - Updated: 14.11.2011</h4>\n<ul>\n <li>Added : An option to Portfolio section to not link adjacent items in a category as gallery</li>\n <li>Added : An option to include all the images attached to a single post to the Portfolio</li>\n <li>Added : 43 new Google fonts</li>\n <li>Added : YouTube icon to the \"Social_Icons_and_Arrows.psd\"</li>\n <li>Added : In the \"Blog page\" template, display the page\'s content if provided, above the Blog posts</li>\n <li>Added : Russian Translation courtesy of <a target=\"_blank\" href=\"http://makebestphoto.ru\">Marina Barayeva</a></li>\n <li>Added : French Translation courtesy of <a target=\"_blank\" href=\"http://themeforest.net/user/idmuse/profile\">Suzanne Roy</a></li>\n <li>Updated : Native WP Gallery thumbs formatting</li>\n <li>Updated : Some typos in the Documentation</li>\n <li>Updated : Piecemaker 2 default text adjustment</li>\n <li>Fixed : Portfolio item title attribute being truncated by prettyPhoto in longer strings</li>\n <li>Fixed : Removed the forced font-family definition for Table content</li>\n <li>Fixed : Full-width Single Post View Page to have the comments section also span full-width</li>\n <li>Fixed : Force long unbroken strings to fold on new line in Comments</li>\n <li>Fixed : Remove shortcodes from search results</li>\n <li>Fixed : Display issue with Tabs in IE7</li>\n <li>Fixed : \"Read more\" at the end of Blog posts when not necessary</li>\n <li>Fixed : Cycle 1 padding alignment when frame is disabled</li>\n <li>Fixed : Cycle 2 slider text area unordered lists not taking the specified font size</li>\n <li>Fixed : Missing strings in \'sitemap.php\' for translations</li>\n</ul>\n<h4>Version 1.3.2 - Updated: 25.09.2011</h4>\n<ul>\n <li>Added : Automatic insertion of \'rel\' attribute for prettyPhoto to all images, (*.mov), (*.swf), YouTube and iFrame links in the content</li>\n <li>Added : Option to display the Post Image on the Single Post View page</li>\n <li>Fixed : Shortcode empty paragraph insertion which causes problems with column alignment</li>\n <li>Fixed : The \'Continuous Background Image\' being cut-off by footer on very short pages</li>\n</ul>\n<h4>Version 1.3.1 - Updated: 20.09.2011</h4>\n<ul>\n <li>Updated : Dutch translation</li>\n <li>Fixed : Featured Image not showing up in Archive pages (\"archive.php\")</li>\n <li>Fixed : Text typo in the backend under the theme\'s \"Blog Section\"</li>\n</ul>\n<h4>Version 1.3.0 - Updated: 19.09.2011</h4>\n<ul>\n <li>Added : Option to customize the post image size and alignment that is shown on the Blog and Archive pages and optionally to use the \"Featured Image\" for that</li>\n <li>Added : Option to remove the sidebar from Blog, Archive and Single Post View pages independently, basically to have them as full-width pages</li>\n <li>Added : Option to remove the border line located under the menu (Option added to the theme\'s \"General Options\" section)</li>\n <li>Added : Option under the \"Custom Colors -> One Continuous Background Image\" to have the background image fixed position (not scrollable) and also to allow background images from other sections to be shown over that background image as well, good for layered layouts</li>\n <li>Added : Option to disable the theme\'s update notification</li>\n <li>Added : 15 new Google fonts</li>\n <li>Added : Autostop option for Cycle 3 slider. Ability to end slideshow after the last slide</li>\n <li>Updated : Small Layout change for single view post. Moved the single view post title in the place of the post category at the top</li>\n <li>Updated : prettyPhoto script to the latest version to date (v3.1.3)</li>\n <li>Updated : jQuery Form Validation scripts used in the Contact page template form</li>\n <li>Updated : Optimized script loading (cleaned up unnecessary script loading)</li>\n <li>Fixed : A small bug with Cycle 3 slider when there is only one slide which contains unordered list in its text layer</li>\n <li>Fixed : Piecemaker 2 slider, \"No JavaScript\" image replacement width and height issue</li>\n <li>Fixed : IE7-8 Cycle3 transparency problem</li>\n <li>Fixed : qTranslate related issue with Portfolio section</li>\n</ul>\n<h4>Version 1.2.1 - Updated: 24.08.2011</h4>\n<ul>\n <li>Added : 16 new Google fonts</li>\n <li>Added : The option to add/remove the string \"Archive for the \'...\' Category\" from the category archive title. This options is located in the theme\'s \"Blog Section\"</li>\n <li>Updated : WP Function used for Date formatting</li>\n <li>Updated : Dutch translation</li>\n <li>Updated : Timthumb script update</li>\n <li>Updated : When \"No Slider\" option is selected with no title specified, collapse the space otherwise designated for the title</li>\n</ul>\n<h4>Version 1.2.0 - Updated: 04.08.2011</h4>\n<ul>\n <li>Added : Four additional page templates with their own widgetized sidebars and an option for left/right positioning</li>\n <li>Added : Option to add one large background image across all sections under the Custom Colors section</li>\n <li>Added : 44 new Google fonts</li>\n <li>Added : \"portfolio_item_link_target\" custom field for portfolio link items to go along with \"portfolio_item_link\"</li>\n <li>Added : \"Read more\" (link) shortcode to the \"U-Design Shortcode Insert Button\" plugin</li>\n <li>Added : An option under theme\'s \"General Options\" to enable the use of \'style.css\' for adding custom CSS from \"Appearance -> Edit\" section. Also needed for child theme</li>\n <li>Added : An Option to show/hide Post Tags for the Blog posts</li>\n <li>Added : An Option to show/hide Post Tags for the Portfolio single-view posts</li>\n <li>Added : WPML xml file to enable theme options translation</li>\n <li>Updated : Timthumb script security update</li>\n <li>Updated : Moved the \"Help\" section to the top in the theme\'s options page</li>\n <li>Updated : \"U-Design: Recent Posts\" widget to append \"...\" at the end of the post excerpt</li>\n <li>Fixed : Resolved an issue with the \"Tabs\" shortcode and floating elements used as tab content</li>\n <li>Fixed : WP Query reset was added to the \'sitemap.php\'</li>\n <li>Fixed : Search box focus text color was updated to match top area text color when custom colors are used</li>\n <li>Fixed : Formatting with subscript and superscript related to the css reset</li>\n</ul>\n<h4>Version 1.1.2 - Updated: 27.06.2011</h4>\n<ul>\n <li>Added : The option to have the \"Feedback\" button fixed (to not scroll with the page)</li>\n <li>Added : German Translation courtesy of <a target=\"_blank\" href=\"http://themeforest.net/user/SiGa/profile\">Silvia</a></li>\n <li>Updated : Compatibility to PHP 5.3.6</li>\n <li>Fixed: Related to \"U-Design Shortcode Insert Button\" plugin. Added the missing ... show_thumbs=\"1\" ... to the \"U-Design: Recent Posts\" widget shortcode.</li>\n</ul>\n<h4>Version 1.1.1 - Updated: 20.06.2011</h4>\n<ul>\n <li>Updated : Timthumb script</li>\n <li>Updated : Sitemap page templates\' strings are included for translation now</li>\n <li>Updated : Made the single view post title H1 tag</li>\n <li>Fixed : Heading mismatch for post comments template</li>\n</ul>\n<h4>Version 1.1.0 - Updated: 12.06.2011</h4>\n<ul>\n <li>Added : \'Top Area Social Media\' Widget Area. A widget area positioned in the top right corner of the site designated for social media links and icons</li>\n <li>Added : 19 New Google Fonts</li>\n <li>Added : Portfolio custom field \'portfolio_item_link\' which allows to link directly from the thumbnail to another page or site rather than display a preview item</li>\n <li>Fixed : Full-width widget bug experienced in some cases on home page</li>\n <li>Fixed : Heading mismatch for post comments template</li>\n</ul>\n<h4>Version 1.0.1 - Updated: 07.06.2011</h4>\n<ul>\n <li>Added : The options: \"Bottom Area Background Image\" and \"Footer Background Image\" under theme\'s \"Custom Colors\"</li>\n <li>Added : A link to the theme\'s Support Forum under the \"Help\" section</li>\n <li>Fixed : Changed cursor behaviour to \'default\' for top natigation menu items that are not links</li>\n</ul>\n\n<h4>Version 1.0.0 - Released: 04.06.2011</h4>\n<ul>\n <li>Initial theme version.</li>\n</ul>\n]]>\n </changelog>\n</notifier>','yes'),(142,'udesign-notifier-cache-last-updated','1406492986','yes'),(335,'_site_transient_timeout_browser_e9f300f19f357ad75ac947d80c491c75','1406753826','yes'),(336,'_site_transient_browser_e9f300f19f357ad75ac947d80c491c75','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:3:\"7.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:1;s:8:\"insecure\";b:1;}','yes'),(167,'_site_transient_timeout_envato-wordpress-toolkit/index.php_new_v','1405977565','yes'),(168,'_site_transient_envato-wordpress-toolkit/index.php_new_version','1.6.3','yes'),(154,'wp125_ad_orientation','2c','yes'),(155,'wp125_num_slots','6','yes'),(156,'wp125_ad_order','normal','yes'),(157,'wp125_buyad_url','','yes'),(158,'wp125_disable_default_style','','yes'),(159,'wp125_widget_title','Ads','yes'),(160,'wp125_dofollow','','yes'),(161,'wp125_emailonexp','gaguilar@brunoassociatesinc.com','yes'),(162,'wp125_daysbeforeexp','3','yes'),(163,'wp125_defaultad','http://brunoassociatesinc.com/wordpress1/wp-content/plugins/wp125/youradhere.jpg','yes'),(164,'wp125_db_version','1.33673','yes'),(169,'_site_transient_timeout_envato-wordpress-toolkit/index.php_githu','1405977565','yes'),(170,'_site_transient_envato-wordpress-toolkit/index.php_github_data','O:8:\"stdClass\":69:{s:2:\"id\";i:2558893;s:4:\"name\";s:24:\"envato-wordpress-toolkit\";s:9:\"full_name\";s:31:\"envato/envato-wordpress-toolkit\";s:5:\"owner\";O:8:\"stdClass\":17:{s:5:\"login\";s:6:\"envato\";s:2:\"id\";i:14786;s:10:\"avatar_url\";s:46:\"https://avatars.githubusercontent.com/u/14786?\";s:11:\"gravatar_id\";s:32:\"c1ad027efed3efea605708ae63b25be0\";s:3:\"url\";s:35:\"https://api.github.com/users/envato\";s:8:\"html_url\";s:25:\"https://github.com/envato\";s:13:\"followers_url\";s:45:\"https://api.github.com/users/envato/followers\";s:13:\"following_url\";s:58:\"https://api.github.com/users/envato/following{/other_user}\";s:9:\"gists_url\";s:51:\"https://api.github.com/users/envato/gists{/gist_id}\";s:11:\"starred_url\";s:58:\"https://api.github.com/users/envato/starred{/owner}{/repo}\";s:17:\"subscriptions_url\";s:49:\"https://api.github.com/users/envato/subscriptions\";s:17:\"organizations_url\";s:40:\"https://api.github.com/users/envato/orgs\";s:9:\"repos_url\";s:41:\"https://api.github.com/users/envato/repos\";s:10:\"events_url\";s:52:\"https://api.github.com/users/envato/events{/privacy}\";s:19:\"received_events_url\";s:51:\"https://api.github.com/users/envato/received_events\";s:4:\"type\";s:12:\"Organization\";s:10:\"site_admin\";b:0;}s:7:\"private\";b:0;s:8:\"html_url\";s:50:\"https://github.com/envato/envato-wordpress-toolkit\";s:11:\"description\";s:53:\"WordPress Toolkit for Envato Marketplace hosted items\";s:4:\"fork\";b:0;s:3:\"url\";s:60:\"https://api.github.com/repos/envato/envato-wordpress-toolkit\";s:9:\"forks_url\";s:66:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/forks\";s:8:\"keys_url\";s:74:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/keys{/key_id}\";s:17:\"collaborators_url\";s:89:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/collaborators{/collaborator}\";s:9:\"teams_url\";s:66:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/teams\";s:9:\"hooks_url\";s:66:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/hooks\";s:16:\"issue_events_url\";s:83:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/issues/events{/number}\";s:10:\"events_url\";s:67:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/events\";s:13:\"assignees_url\";s:77:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/assignees{/user}\";s:12:\"branches_url\";s:78:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/branches{/branch}\";s:8:\"tags_url\";s:65:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/tags\";s:9:\"blobs_url\";s:76:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/blobs{/sha}\";s:12:\"git_tags_url\";s:75:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/tags{/sha}\";s:12:\"git_refs_url\";s:75:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/refs{/sha}\";s:9:\"trees_url\";s:76:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/trees{/sha}\";s:12:\"statuses_url\";s:75:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/statuses/{sha}\";s:13:\"languages_url\";s:70:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/languages\";s:14:\"stargazers_url\";s:71:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/stargazers\";s:16:\"contributors_url\";s:73:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/contributors\";s:15:\"subscribers_url\";s:72:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/subscribers\";s:16:\"subscription_url\";s:73:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/subscription\";s:11:\"commits_url\";s:74:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/commits{/sha}\";s:15:\"git_commits_url\";s:78:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/commits{/sha}\";s:12:\"comments_url\";s:78:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/comments{/number}\";s:17:\"issue_comment_url\";s:85:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/issues/comments/{number}\";s:12:\"contents_url\";s:77:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/contents/{+path}\";s:11:\"compare_url\";s:84:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/compare/{base}...{head}\";s:10:\"merges_url\";s:67:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/merges\";s:11:\"archive_url\";s:83:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/{archive_format}{/ref}\";s:13:\"downloads_url\";s:70:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/downloads\";s:10:\"issues_url\";s:76:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/issues{/number}\";s:9:\"pulls_url\";s:75:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/pulls{/number}\";s:14:\"milestones_url\";s:80:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/milestones{/number}\";s:17:\"notifications_url\";s:100:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/notifications{?since,all,participating}\";s:10:\"labels_url\";s:74:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/labels{/name}\";s:12:\"releases_url\";s:74:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/releases{/id}\";s:10:\"created_at\";s:20:\"2011-10-11T22:58:26Z\";s:10:\"updated_at\";s:20:\"2014-07-18T08:40:51Z\";s:9:\"pushed_at\";s:20:\"2014-05-13T02:09:12Z\";s:7:\"git_url\";s:52:\"git://github.com/envato/envato-wordpress-toolkit.git\";s:7:\"ssh_url\";s:50:\"git@github.com:envato/envato-wordpress-toolkit.git\";s:9:\"clone_url\";s:54:\"https://github.com/envato/envato-wordpress-toolkit.git\";s:7:\"svn_url\";s:50:\"https://github.com/envato/envato-wordpress-toolkit\";s:8:\"homepage\";s:0:\"\";s:4:\"size\";i:462;s:16:\"stargazers_count\";i:125;s:14:\"watchers_count\";i:125;s:8:\"language\";s:3:\"PHP\";s:10:\"has_issues\";b:1;s:13:\"has_downloads\";b:1;s:8:\"has_wiki\";b:1;s:11:\"forks_count\";i:48;s:10:\"mirror_url\";N;s:17:\"open_issues_count\";i:12;s:5:\"forks\";i:48;s:11:\"open_issues\";i:12;s:8:\"watchers\";i:125;s:14:\"default_branch\";s:6:\"master\";s:12:\"organization\";O:8:\"stdClass\":17:{s:5:\"login\";s:6:\"envato\";s:2:\"id\";i:14786;s:10:\"avatar_url\";s:46:\"https://avatars.githubusercontent.com/u/14786?\";s:11:\"gravatar_id\";s:32:\"c1ad027efed3efea605708ae63b25be0\";s:3:\"url\";s:35:\"https://api.github.com/users/envato\";s:8:\"html_url\";s:25:\"https://github.com/envato\";s:13:\"followers_url\";s:45:\"https://api.github.com/users/envato/followers\";s:13:\"following_url\";s:58:\"https://api.github.com/users/envato/following{/other_user}\";s:9:\"gists_url\";s:51:\"https://api.github.com/users/envato/gists{/gist_id}\";s:11:\"starred_url\";s:58:\"https://api.github.com/users/envato/starred{/owner}{/repo}\";s:17:\"subscriptions_url\";s:49:\"https://api.github.com/users/envato/subscriptions\";s:17:\"organizations_url\";s:40:\"https://api.github.com/users/envato/orgs\";s:9:\"repos_url\";s:41:\"https://api.github.com/users/envato/repos\";s:10:\"events_url\";s:52:\"https://api.github.com/users/envato/events{/privacy}\";s:19:\"received_events_url\";s:51:\"https://api.github.com/users/envato/received_events\";s:4:\"type\";s:12:\"Organization\";s:10:\"site_admin\";b:0;}s:13:\"network_count\";i:48;s:17:\"subscribers_count\";i:53;}','yes'),(221,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:25;}}','yes'),(389,'_site_transient_wporg_theme_feature_list','a:4:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(400,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1406224163','yes'),(401,'_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:\"4463\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"2778\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"2683\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2196\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2110\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"1756\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1553\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1513\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1465\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1449\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1401\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"1340\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1308\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1157\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1116\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1096\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:3:\"999\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:3:\"955\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:3:\"955\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"789\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"782\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"781\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"769\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"766\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"703\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"678\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"662\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"651\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"619\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"610\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"592\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"583\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"579\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"579\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"568\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"532\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"525\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"524\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"510\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"507\";}}','yes'),(184,'wpb_js_composer_license_activation_notified','yes','yes'),(186,'wpb_js_templates','a:1:{i:0;a:2:{s:4:\"name\";s:0:\"\";s:8:\"template\";s:0:\"\";}}','yes'),(346,'_site_transient_browser_e85e38fe5a9ad0b89f68dee14bdb9ebf','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"5.1.9\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(191,'widget_latest-posts-widget','a:2:{i:2;a:12:{s:5:\"title\";s:10:\"Bruno News\";s:9:\"num_posts\";s:1:\"5\";s:11:\"post_offset\";s:1:\"0\";s:15:\"num_words_limit\";s:2:\"13\";s:11:\"category_id\";s:1:\"0\";s:16:\"show_date_author\";N;s:14:\"show_more_link\";s:1:\"1\";s:14:\"more_link_text\";s:9:\"Read more\";s:11:\"show_thumbs\";s:1:\"1\";s:18:\"thumb_frame_shadow\";s:1:\"1\";s:16:\"post_thumb_width\";i:60;s:17:\"post_thumb_height\";i:60;}s:12:\"_multiwidget\";i:1;}','yes'),(190,'category_children','a:0:{}','yes'),(234,'_transient_timeout_feed_mod_2659d5e3293cdc81208bbe710d315ec7','1406098417','no'),(235,'_transient_feed_mod_2659d5e3293cdc81208bbe710d315ec7','1406055217','no'),(236,'_transient_timeout_feed_64dbab9abada642274767b8685db2bcd','1406098417','no'),(237,'_transient_feed_64dbab9abada642274767b8685db2bcd','a:3:{s:3:\"url\";s:45:\"http://feeds.feedburner.com/digital-telepathy\";s:8:\"feed_url\";s:42:\"http://www.dtelepathy.com/?wpsc_action=rss\";s:5:\"build\";s:14:\"20130911080210\";}','no'),(238,'_transient_timeout_feed_mod_64dbab9abada642274767b8685db2bcd','1406098417','no'),(239,'_transient_feed_mod_64dbab9abada642274767b8685db2bcd','1406055217','no'),(240,'_transient_timeout_feed_c47994bc07398e0c07623e35f4246d8c','1406098417','no'),(241,'_transient_feed_c47994bc07398e0c07623e35f4246d8c','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:2:\" \";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:22:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"User Experience (UX) & Web Design Agency – San Diego – San Francisco\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://www.dtelepathy.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: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"WP e-Commerce\";s:7:\"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:18:{i:0;a:6:{s:4:\"data\";s:6:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"Hello Bar Solo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://www.dtelepathy.com/products-page/products/hello-bar-solo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"<p><strong>Hello Bar Solo<br /> </strong>Self-hosted JavaScript Library</p> \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://www.dtelepathy.com/products-page/products/hello-bar-solo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://base.google.com/ns/1.0\";a:2:{s:5:\"price\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"$29.00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"image_link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://www.dtelepathy.com/wp-content/uploads/2011/12/hellobar-logo.jpeg\";s: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:6:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"SlideDeck 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://www.dtelepathy.com/products-page/products/slidedeck2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://www.dtelepathy.com/products-page/products/slidedeck2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://base.google.com/ns/1.0\";a:2:{s:5:\"price\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\" from $49.00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"image_link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://www.dtelepathy.com/wp-content/uploads/2012/02/slidedeck-logo.png\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:6:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"SlideDeck jQuery Developer Kit (Single Site License)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.dtelepathy.com/products-page/products/slidedeck-developer-kit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://www.dtelepathy.com/products-page/products/slidedeck-developer-kit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://base.google.com/ns/1.0\";a:2:{s:5:\"price\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\" from $49.00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"image_link\";a:1:{i:0;a:5:{s:4:\"data\";s: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:6:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"SlideDeck jQuery Developer Kit Theme Bundle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.dtelepathy.com/products-page/products/slidedeck-jquery-developer-kit-theme-bundle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"<p><strong>SlideDeck Theme Bundle<br /> </strong><em> Requires SlideDeck.js Pro Developer Kit</em></p> \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://www.dtelepathy.com/products-page/products/slidedeck-jquery-developer-kit-theme-bundle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://base.google.com/ns/1.0\";a:2:{s:5:\"price\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"$49.00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"image_link\";a:1:{i:0;a:5:{s:4:\"data\";s: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:6:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"Hello Bar Solo Commercial License\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://www.dtelepathy.com/products-page/products/hello-bar-solo-commercial\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"<p><strong>Hello Bar Solo</strong><br /> <em>Commercial License</em></p> \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://www.dtelepathy.com/products-page/products/hello-bar-solo-commercial\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://base.google.com/ns/1.0\";a:2:{s:5:\"price\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"$299.00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"image_link\";a:1:{i:0;a:5:{s:4:\"data\";s: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:6:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"Arrrows\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.dtelepathy.com/products-page/products/arrrows\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"<p><strong>Arrrows Font Bundle<br /> </strong>Font, Vector Pack, Icon Set</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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://www.dtelepathy.com/products-page/products/arrrows\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://base.google.com/ns/1.0\";a:2:{s:5:\"price\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"$29.00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"image_link\";a:1:{i:0;a:5:{s:4:\"data\";s: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:6:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Lens: Titles &#8211; SlideDeck 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://www.dtelepathy.com/products-page/products/slidedeck-2-lens-titles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"<p><strong>Lens: Titles - <strong>SlideDeck 2</strong><br /> </strong><em> Requires SlideDeck 2 WordPress Plugin<br /> </em></p> \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://www.dtelepathy.com/products-page/products/slidedeck-2-lens-titles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://base.google.com/ns/1.0\";a:2:{s:5:\"price\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"$9.00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"image_link\";a:1:{i:0;a:5:{s:4:\"data\";s: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:6:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Lens: Leather &#8211; SlideDeck 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://www.dtelepathy.com/products-page/products/slidedeck-2-lens-leather\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"<p><strong>Lens: Leather - <strong>SlideDeck 2</strong><br /> </strong><em> Requires SlideDeck 2 WordPress Plugin</em></p> \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://www.dtelepathy.com/products-page/products/slidedeck-2-lens-leather\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://base.google.com/ns/1.0\";a:2:{s:5:\"price\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"$9.00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"image_link\";a:1:{i:0;a:5:{s:4:\"data\";s: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:6:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Lens: Polarad &#8211; SlideDeck 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://www.dtelepathy.com/products-page/products/slidedeck-2-lens-polarad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"<p><strong>Lens: Polarad - <strong>SlideDeck 2</strong><br /> </strong><em> Requires SlideDeck 2 WordPress Plugin</em></p> \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://www.dtelepathy.com/products-page/products/slidedeck-2-lens-polarad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://base.google.com/ns/1.0\";a:2:{s:5:\"price\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"$14.00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"image_link\";a:1:{i:0;a:5:{s:4:\"data\";s: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:6:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Lens: Fashion &#8211; SlideDeck 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://www.dtelepathy.com/products-page/products/slidedeck-2-lens-fashion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"<p><strong>Lens: Fashion - <strong>SlideDeck 2</strong><br /> </strong><em> Requires SlideDeck 2 WordPress Plugin</em></p> \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://www.dtelepathy.com/products-page/products/slidedeck-2-lens-fashion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://base.google.com/ns/1.0\";a:2:{s:5:\"price\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"$9.00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"image_link\";a:1:{i:0;a:5:{s:4:\"data\";s: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:10;a:6:{s:4:\"data\";s:6:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Lens: Classic &#8211; SlideDeck 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://www.dtelepathy.com/products-page/products/slidedeck-2-lens-classic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"<p><strong>Lens: Classic - <strong>SlideDeck 2</strong><br /> </strong><em> Requires SlideDeck 2 WordPress Plugin</em></p> \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://www.dtelepathy.com/products-page/products/slidedeck-2-lens-classic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://base.google.com/ns/1.0\";a:2:{s:5:\"price\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"$14.00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"image_link\";a:1:{i:0;a:5:{s:4:\"data\";s: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:11;a:6:{s:4:\"data\";s:6:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"Lens: Half Moon &#8211; SlideDeck 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://www.dtelepathy.com/products-page/products/slidedeck-2-lens-half-moon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"<p><strong>Lens: Half Moon - <strong>SlideDeck 2</strong><br /> </strong><em> Requires SlideDeck 2 WordPress Plugin</em></p> \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://www.dtelepathy.com/products-page/products/slidedeck-2-lens-half-moon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://base.google.com/ns/1.0\";a:2:{s:5:\"price\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"$9.00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"image_link\";a:1:{i:0;a:5:{s:4:\"data\";s: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:12;a:6:{s:4:\"data\";s:6:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Lens Bundle 2 &#8211; SlideDeck 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://www.dtelepathy.com/products-page/products/slidedeck-2-lens-bundle-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:194:\"<p><strong>Lens Bundle 2 - <strong>SlideDeck 2</strong><br /> </strong>Includes the following lenses:<br /> Titles, Leather and Polarad</p><p><em>Requires SlideDeck 2 WordPress Plugin</em></p> \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://www.dtelepathy.com/products-page/products/slidedeck-2-lens-bundle-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:29:\"http://base.google.com/ns/1.0\";a:2:{s:5:\"price\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"$24.00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"image_link\";a:1:{i:0;a:5:{s:4:\"data\";s: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:13;a:6:{s:4:\"data\";s:6:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Lens Bundle 1 &#8211; SlideDeck 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://www.dtelepathy.com/products-page/products/slidedeck-2-lens-bundle-1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:198:\"<p><strong>Lens Bundle 1 - <strong>SlideDeck 2</strong><br /> </strong>Includes the following lenses:<br /> Fashion, Classic and Half Moon</p><p><em> Requires SlideDeck 2 WordPress Plugin</em></p> \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://www.dtelepathy.com/products-page/products/slidedeck-2-lens-bundle-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:29:\"http://base.google.com/ns/1.0\";a:2:{s:5:\"price\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"$24.00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"image_link\";a:1:{i:0;a:5:{s:4:\"data\";s: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:14;a:6:{s:4:\"data\";s:6:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"SlideDeck 2 Lite\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://www.dtelepathy.com/products-page/products/slidedeck-2-lite\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"<p>SlideDeck 2 Lite</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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://www.dtelepathy.com/products-page/products/slidedeck-2-lite\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://base.google.com/ns/1.0\";a:2:{s:5:\"price\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"$0.00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"image_link\";a:1:{i:0;a:5:{s:4:\"data\";s: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:15;a:6:{s:4:\"data\";s:6:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Flare\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.dtelepathy.com/products-page/products/flare\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"<p>Flare</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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://www.dtelepathy.com/products-page/products/flare\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://base.google.com/ns/1.0\";a:2:{s:5:\"price\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"$0.00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"image_link\";a:1:{i:0;a:5:{s:4:\"data\";s: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:16;a:6:{s:4:\"data\";s:6:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"SlideDeck 2 License Renewal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.dtelepathy.com/products-page/products/slidedeck-2-license-renewal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://www.dtelepathy.com/products-page/products/slidedeck-2-license-renewal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://base.google.com/ns/1.0\";a:2:{s:5:\"price\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\" from $36.00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"image_link\";a:1:{i:0;a:5:{s:4:\"data\";s: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:17;a:6:{s:4:\"data\";s:6:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Impress Site Deposit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://www.dtelepathy.com/products-page/products/impress-site-deposit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://www.dtelepathy.com/products-page/products/impress-site-deposit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://base.google.com/ns/1.0\";a:2:{s:5:\"price\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"$1,000.00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"image_link\";a:1:{i:0;a:5:{s:4:\"data\";s: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:26:\"http://www.dtelepathy.com/\";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:20:{s:6:\"server\";s:5:\"nginx\";s:12:\"content-type\";s:30:\"application/xml; charset=UTF-8\";s:12:\"x-powered-by\";s:21:\"PHP/5.3.5-1ubuntu7.11\";s:10:\"set-cookie\";a:2:{i:0;s:44:\"PHPSESSID=s3ed3oq3on70kffjan4f7d26h6; path=/\";i:1;s:166:\"wpsc_customer_cookie_41453efc0ccf101909b75566fce6f820=1892447%7C1406224396%7Cf48e51e578f0f7b6bb7db1f3cc923eee; expires=Thu, 24-Jul-2014 17:53:16 GMT; path=/; httponly\";}s:7:\"expires\";s:29:\"Thu, 19 Nov 1981 08:52:00 GMT\";s:13:\"cache-control\";s:62:\"no-store, no-cache, must-revalidate, post-check=0, pre-check=0\";s:6:\"pragma\";s:8:\"no-cache\";s:10:\"x-pingback\";s:36:\"http://www.dtelepathy.com/xmlrpc.php\";s:13:\"x-w3tc-minify\";s:2:\"On\";s:4:\"link\";s:48:\"<http://www.dtelepathy.com/?p=99>; rel=shortlink\";s:19:\"content-disposition\";s:46:\"inline; filename=\"E-Commerce_Product_List.rss\"\";s:11:\"x-cacheable\";s:19:\"YES:Pragma override\";s:14:\"content-length\";s:4:\"9563\";s:13:\"accept-ranges\";s:5:\"bytes\";s:4:\"date\";s:29:\"Tue, 22 Jul 2014 18:52:15 GMT\";s:9:\"x-varnish\";s:21:\"2147637417 2147630815\";s:3:\"age\";s:4:\"3538\";s:3:\"via\";s:11:\"1.1 varnish\";s:10:\"connection\";s:5:\"close\";s:7:\"x-cache\";s:3:\"HIT\";}s:5:\"build\";s:14:\"20130911080210\";}','no'),(242,'_transient_timeout_feed_mod_c47994bc07398e0c07623e35f4246d8c','1406098417','no'),(243,'_transient_feed_mod_c47994bc07398e0c07623e35f4246d8c','1406055217','no'),(247,'jetpack_activated','1','yes'),(248,'jetpack_options','a:11:{s:7:\"version\";s:16:\"3.0.2:1406055561\";s:11:\"old_version\";s:16:\"3.0.2:1406055561\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:-48;s:2:\"id\";i:71667314;s:10:\"blog_token\";s:65:\"wc13EDsP7h5q$nI4tba!s0CEuoI&AUe4.yHzbX55eL^LzJwXOf^oN5I9(9MEhJubc\";s:6:\"public\";i:1;s:11:\"user_tokens\";a:1:{i:1;s:67:\"#gc1y)vbbMmmozohK5eubfykd!6%ye)8.aGUJxJYW6WQU#a7SIu%Y3!W51O9$OQQ).1\";}s:11:\"master_user\";i:1;s:14:\"last_heartbeat\";i:1406468533;s:21:\"publicize_connections\";a:1:{s:7:\"twitter\";a:1:{i:8058805;a:9:{s:7:\"user_id\";i:1;s:8:\"provider\";s:13:\"twitter:38869\";s:6:\"issued\";s:19:\"2014-07-22 18:59:45\";s:7:\"expires\";s:19:\"0000-00-00 00:00:00\";s:11:\"external_id\";s:10:\"2669575728\";s:13:\"external_name\";s:15:\"BrunoAssociates\";s:16:\"external_display\";s:16:\"@BrunoAssociates\";s:4:\"type\";s:6:\"access\";s:15:\"connection_data\";a:5:{s:2:\"id\";s:7:\"8058805\";s:8:\"token_id\";s:7:\"8058305\";s:7:\"blog_id\";s:8:\"71667314\";s:7:\"user_id\";s:1:\"0\";s:4:\"meta\";a:1:{s:16:\"external_user_id\";i:1;}}}}}}','yes'),(250,'jetpack_log','a:2:{i:0;a:4:{s:4:\"time\";i:1406055576;s:7:\"user_id\";i:1;s:7:\"blog_id\";b:0;s:4:\"code\";s:8:\"register\";}i:1;a:4:{s:4:\"time\";i:1406055595;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:71667314;s:4:\"code\";s:9:\"authorize\";}}','no'),(254,'jetpack_active_modules','a:21:{i:0;s:10:\"vaultpress\";i:1;s:18:\"after-the-deadline\";i:3;s:10:\"custom-css\";i:5;s:21:\"enhanced-distribution\";i:7;s:10:\"sharedaddy\";i:9;s:13:\"subscriptions\";i:11;s:19:\"gravatar-hovercards\";i:13;s:10:\"shortcodes\";i:15;s:5:\"notes\";i:17;s:7:\"widgets\";i:19;s:8:\"json-api\";i:21;s:5:\"latex\";i:23;s:10:\"omnisearch\";i:25;s:16:\"gplus-authorship\";i:27;s:10:\"shortlinks\";i:29;s:18:\"verification-tools\";i:31;s:9:\"publicize\";i:33;s:13:\"post-by-email\";i:35;s:12:\"contact-form\";i:37;s:5:\"stats\";i:39;s:17:\"widget-visibility\";}','yes'),(466,'_transient_timeout_jetpack_https_test','1406554932','no'),(467,'_transient_jetpack_https_test','1','no'),(256,'stats_options','a:7:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:7:\"blog_id\";i:71667314;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:0;s:7:\"version\";s:1:\"9\";}','yes'),(257,'sharing-options','a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:8:\"official\";s:13:\"sharing_label\";b:0;s:10:\"open_links\";s:3:\"new\";s:4:\"show\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";}s:6:\"custom\";a:0:{}}}','yes'),(260,'sharing-services','a:2:{s:7:\"visible\";a:0:{}s:6:\"hidden\";a:5:{i:0;s:7:\"twitter\";i:1;s:8:\"facebook\";i:2;s:8:\"linkedin\";i:3;s:5:\"email\";i:4;s:5:\"print\";}}','yes'),(261,'sharedaddy_disable_resources','0','yes'),(262,'jetpack-twitter-cards-site-tag','BrunoAssociates','yes'),(510,'_transient_timeout_wpcom_subscribers_total','1406501743','no'),(511,'_transient_wpcom_subscribers_total','a:2:{s:6:\"status\";s:7:\"success\";s:5:\"value\";i:0;}','no'),(265,'widget_twitter_timeline','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(349,'_site_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1406492985;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes'),(514,'rewrite_rules','a:68:{s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s: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:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'),(351,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1406492985;s:7:\"checked\";a:4:{s:14:\"twentyfourteen\";s:3:\"1.1\";s:14:\"twentythirteen\";s:3:\"1.2\";s:12:\"twentytwelve\";s:3:\"1.4\";s:8:\"u-design\";s:6:\"2.4.11\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `post_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=245 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,4,'_wp_attached_file','2014/07/BrunoLogo-e1405961353219.jpg'),(3,4,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:140;s:4:\"file\";s:36:\"2014/07/BrunoLogo-e1405961353219.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"BrunoLogo-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:21:\"BrunoLogo-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"BrunoLogo-1024x958.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:958;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:\"\";}}'),(4,4,'_edit_lock','1405961225:1'),(5,4,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1091;s:6:\"height\";i:1021;s:4:\"file\";s:13:\"BrunoLogo.jpg\";}}'),(6,4,'_edit_last','1'),(7,2,'_wp_trash_meta_status','publish'),(8,2,'_wp_trash_meta_time','1405961711'),(9,10,'_edit_last','1'),(10,10,'_edit_lock','1406056080:1'),(11,10,'_thumbnail_id','4'),(12,10,'_wp_page_template','page-Blog.php'),(13,10,'_wpb_vc_js_status','false'),(14,10,'_wpb_vc_js_interface_version','2'),(15,10,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(16,8,'_edit_lock','1405962449:1'),(17,1,'_wp_trash_meta_status','publish'),(18,1,'_wp_trash_meta_time','1405962599'),(19,1,'_wp_trash_meta_comments_status','a:1:{i:1;s:1:\"1\";}'),(20,13,'_edit_last','1'),(24,8,'_wp_trash_meta_status','draft'),(23,13,'_edit_lock','1406474241:1'),(25,8,'_wp_trash_meta_time','1405962677'),(31,18,'_edit_lock','1406145696:1'),(30,18,'_edit_last','1'),(32,18,'_wp_page_template','page-FullWidth.php'),(33,18,'_wpb_vc_js_status','false'),(34,18,'_wpb_vc_js_interface_version','2'),(35,18,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(36,20,'_edit_last','1'),(37,20,'_edit_lock','1406473000:1'),(38,20,'_wp_page_template','page-FullWidth.php'),(39,20,'_wpb_vc_js_status','false'),(40,20,'_wpb_vc_js_interface_version','2'),(41,20,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(42,22,'_edit_last','1'),(43,22,'_edit_lock','1406053057:1'),(44,22,'_wp_page_template','page-Contact.php'),(45,22,'_wpb_vc_js_status','false'),(46,22,'_wpb_vc_js_interface_version','2'),(47,22,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(48,24,'_menu_item_type','custom'),(49,24,'_menu_item_menu_item_parent','0'),(50,24,'_menu_item_object_id','24'),(51,24,'_menu_item_object','custom'),(52,24,'_menu_item_target',''),(53,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(54,24,'_menu_item_xfn',''),(55,24,'_menu_item_url','http://brunoassociatesinc.com/wordpress1/'),(95,29,'_flare_twitter_via',''),(57,25,'_menu_item_type','post_type'),(58,25,'_menu_item_menu_item_parent','0'),(59,25,'_menu_item_object_id','22'),(60,25,'_menu_item_object','page'),(61,25,'_menu_item_target',''),(62,25,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(63,25,'_menu_item_xfn',''),(64,25,'_menu_item_url',''),(66,26,'_menu_item_type','post_type'),(67,26,'_menu_item_menu_item_parent','0'),(68,26,'_menu_item_object_id','10'),(69,26,'_menu_item_object','page'),(70,26,'_menu_item_target',''),(71,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(72,26,'_menu_item_xfn',''),(73,26,'_menu_item_url',''),(75,27,'_menu_item_type','post_type'),(76,27,'_menu_item_menu_item_parent','0'),(77,27,'_menu_item_object_id','20'),(78,27,'_menu_item_object','page'),(79,27,'_menu_item_target',''),(80,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(81,27,'_menu_item_xfn',''),(82,27,'_menu_item_url',''),(94,29,'_flare_mode','easy'),(84,28,'_menu_item_type','post_type'),(85,28,'_menu_item_menu_item_parent','0'),(86,28,'_menu_item_object_id','18'),(87,28,'_menu_item_object','page'),(88,28,'_menu_item_target',''),(89,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(90,28,'_menu_item_xfn','httpbrunoassociatesinccomwordpress1teamceo-john'),(91,28,'_menu_item_url',''),(93,29,'_flare_color','#00aced'),(96,29,'_flare_twitter_tailoring',''),(97,30,'_flare_color','#0b59aa'),(98,30,'_flare_mode','easy'),(99,30,'_flare_facebook_verb','like'),(100,32,'_edit_last','1'),(101,32,'_edit_lock','1406144908:1'),(102,32,'_wp_page_template','page-FullWidth.php'),(103,32,'_wpas_done_all','1'),(104,32,'_wpb_vc_js_status','false'),(105,32,'_wpb_vc_js_interface_version','2'),(106,32,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(216,52,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(215,52,'_menu_item_target',''),(214,52,'_menu_item_object','page'),(213,52,'_menu_item_object_id','32'),(212,52,'_menu_item_menu_item_parent','28'),(211,52,'_menu_item_type','post_type'),(117,35,'_edit_last','1'),(118,35,'_edit_lock','1406145373:1'),(119,35,'_wp_page_template','page-FullWidth.php'),(120,35,'_wpas_done_all','1'),(121,35,'_wpb_vc_js_status','false'),(122,35,'_wpb_vc_js_interface_version','2'),(123,35,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(124,37,'_edit_last','1'),(125,37,'_edit_lock','1406144486:1'),(126,37,'_wp_page_template','page-FullWidth.php'),(127,37,'_wpas_done_all','1'),(128,37,'_wpb_vc_js_status','false'),(129,37,'_wpb_vc_js_interface_version','2'),(130,37,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(131,39,'_edit_last','1'),(132,39,'_edit_lock','1406144461:1'),(133,39,'_wp_page_template','page-FullWidth.php'),(134,39,'_wpas_done_all','1'),(135,39,'_wpb_vc_js_status','false'),(136,39,'_wpb_vc_js_interface_version','2'),(137,39,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(138,41,'_edit_last','1'),(139,41,'_edit_lock','1406146208:1'),(140,41,'_wp_page_template','page-FullWidth.php'),(141,41,'_wpas_done_all','1'),(142,41,'_wpb_vc_js_status','false'),(143,41,'_wpb_vc_js_interface_version','2'),(144,41,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(145,43,'_edit_last','1'),(146,43,'_edit_lock','1406144566:1'),(147,43,'_wp_page_template','page-FullWidth.php'),(148,43,'_wpas_done_all','1'),(149,43,'_wpb_vc_js_status','false'),(150,43,'_wpb_vc_js_interface_version','2'),(151,43,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(152,45,'_menu_item_type','post_type'),(153,45,'_menu_item_menu_item_parent','28'),(154,45,'_menu_item_object_id','43'),(155,45,'_menu_item_object','page'),(156,45,'_menu_item_target',''),(157,45,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(158,45,'_menu_item_xfn',''),(159,45,'_menu_item_url',''),(210,45,'_wpas_done_all','1'),(161,46,'_menu_item_type','post_type'),(162,46,'_menu_item_menu_item_parent','28'),(163,46,'_menu_item_object_id','41'),(164,46,'_menu_item_object','page'),(165,46,'_menu_item_target',''),(166,46,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(167,46,'_menu_item_xfn',''),(168,46,'_menu_item_url',''),(209,46,'_wpas_done_all','1'),(170,47,'_menu_item_type','post_type'),(171,47,'_menu_item_menu_item_parent','28'),(172,47,'_menu_item_object_id','39'),(173,47,'_menu_item_object','page'),(174,47,'_menu_item_target',''),(175,47,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(176,47,'_menu_item_xfn',''),(177,47,'_menu_item_url',''),(207,47,'_wpas_done_all','1'),(179,48,'_menu_item_type','post_type'),(180,48,'_menu_item_menu_item_parent','28'),(181,48,'_menu_item_object_id','37'),(182,48,'_menu_item_object','page'),(183,48,'_menu_item_target',''),(184,48,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(185,48,'_menu_item_xfn',''),(186,48,'_menu_item_url',''),(208,48,'_wpas_done_all','1'),(188,49,'_menu_item_type','post_type'),(189,49,'_menu_item_menu_item_parent','28'),(190,49,'_menu_item_object_id','35'),(191,49,'_menu_item_object','page'),(192,49,'_menu_item_target',''),(193,49,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(194,49,'_menu_item_xfn',''),(195,49,'_menu_item_url',''),(206,49,'_wpas_done_all','1'),(197,50,'_menu_item_type','post_type'),(198,50,'_menu_item_menu_item_parent','0'),(199,50,'_menu_item_object_id','32'),(200,50,'_menu_item_object','page'),(201,50,'_menu_item_target',''),(202,50,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(203,50,'_menu_item_xfn',''),(204,50,'_menu_item_url',''),(205,50,'_menu_item_orphaned','1406144629'),(217,52,'_menu_item_xfn',''),(218,52,'_menu_item_url',''),(220,52,'_wpas_done_all','1'),(230,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:849;s:6:\"height\";i:565;s:4:\"file\";s:37:\"2014/07/iStock_000017434296_Small.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"iStock_000017434296_Small-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:37:\"iStock_000017434296_Small-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3X\";s:7:\"caption\";s:218:\"Rear view of the teens sitting in the classroom and raising hands to answer on the question.\n\n[url=http://www.istockphoto.com/search/lightbox/9786738][img]http://img830.imageshack.us/img830/1561/groupsk.jpg[/img][/url]\";s:17:\"created_timestamp\";i:1308402328;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:62:\"Group of teenagers sitting in the classroom with raised hands.\";}}'),(229,64,'_wp_attached_file','2014/07/iStock_000017434296_Small.jpg'),(231,65,'_wp_attached_file','2014/07/iStock_000023428487Small.jpg'),(232,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:563;s:4:\"file\";s:36:\"2014/07/iStock_000023428487Small.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"iStock_000023428487Small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"iStock_000023428487Small-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;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:10:\"New Jersey\";}}'),(233,66,'_wp_attached_file','2014/07/iStock_000027108609Small.jpg'),(234,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:849;s:6:\"height\";i:565;s:4:\"file\";s:36:\"2014/07/iStock_000027108609Small.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"iStock_000027108609Small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"iStock_000027108609Small-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1378366813;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"300\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.3\";s:5:\"title\";s:0:\"\";}}'),(235,20,'slide_template','default'),(236,77,'_wp_attached_file','2014/07/iStock_000012267621Small.jpg'),(237,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:36:\"2014/07/iStock_000012267621Small.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"iStock_000012267621Small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"iStock_000012267621Small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"E-510\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";i:1256820285;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"52\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:7:\"On duty\";}}'),(238,78,'_wp_attached_file','2014/07/iStock_000024866731Small.jpg'),(239,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:849;s:6:\"height\";i:565;s:4:\"file\";s:36:\"2014/07/iStock_000024866731Small.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"iStock_000024866731Small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"iStock_000024866731Small-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:7.0999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 50D\";s:7:\"caption\";s:65:\"Tablet PC shows latest news on screen, which lying on work place.\";s:17:\"created_timestamp\";i:1353848020;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"42\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:23:\"News on digital tablet.\";s:14:\"resized_images\";a:2:{i:0;s:9:\"570x172_c\";i:1;s:7:\"60x60_c\";}}}'),(240,13,'_thumbnail_id','78'),(241,79,'_wp_attached_file','2014/07/iStock_000019853509Small.jpg'),(242,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:932;s:6:\"height\";i:515;s:4:\"file\";s:36:\"2014/07/iStock_000019853509Small.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"iStock_000019853509Small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"iStock_000019853509Small-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:18;s:6:\"credit\";s:12:\"Marek Uliasz\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:59:\"nonprofit - isolated word in vintage letterpress wood type\";s:17:\"created_timestamp\";i:1333387315;s:9:\"copyright\";s:12:\"Marek Uliasz\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:34:\"nonprofit word in letterpress type\";}}'),(243,80,'_wp_attached_file','2014/07/iStock_000026323085Small.jpg'),(244,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:851;s:6:\"height\";i:564;s:4:\"file\";s:36:\"2014/07/iStock_000026323085Small.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"iStock_000026323085Small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"iStock_000026323085Small-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:11;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1372158479;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";}}'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `post_author` bigint(20) unsigned NOT NULL default '0', `post_date` datetime NOT NULL default '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL default 'publish', `comment_status` varchar(20) NOT NULL default 'open', `ping_status` varchar(20) NOT NULL default 'open', `post_password` varchar(20) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL default '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content_filtered` 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=81 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2014-05-19 14:41:09','2014-05-19 14:41:09','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','trash','open','open','','hello-world','','','2014-07-21 17:09:59','2014-07-21 17:09:59','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=1',0,'post','',1),(2,1,'2014-05-19 14:41:09','2014-05-19 14:41:09','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://brunoassociatesinc.com/wordpress1wordpress1/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','trash','open','open','','sample-page','','','2014-07-21 16:55:11','2014-07-21 16:55:11','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/?page_id=2',0,'page','',0),(3,1,'2014-07-21 14:56:00','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2014-07-21 14:56:00','0000-00-00 00:00:00','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=3',0,'post','',0),(4,1,'2014-07-21 14:57:12','2014-07-21 14:57:12','','BrunoLogo','','inherit','open','open','','brunologo','','','2014-07-21 14:57:12','2014-07-21 14:57:12','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/wp-content/uploads/2014/07/BrunoLogo.jpg',0,'attachment','image/jpeg',0),(5,1,'2014-07-21 15:23:04','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2014-07-21 15:23:04','0000-00-00 00:00:00','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=5',0,'post','',0),(6,1,'2014-07-21 16:42:18','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2014-07-21 16:42:18','0000-00-00 00:00:00','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/?page_id=6',0,'page','',0),(7,1,'2014-07-21 16:55:11','2014-07-21 16:55:11','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://brunoassociatesinc.com/wordpress1wordpress1/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','open','open','','2-revision-v1','','','2014-07-21 16:55:11','2014-07-21 16:55:11','',2,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=7',0,'revision','',0),(8,1,'2014-07-21 16:57:03','2014-07-21 16:57:03','','Auto Draft','','trash','open','open','','auto-draft','','','2014-07-21 17:11:17','2014-07-21 17:11:17','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/?page_id=8',0,'page','',0),(9,1,'2014-07-21 16:57:03','2014-07-21 16:57:03','','Auto Draft','','inherit','open','open','','8-revision-v1','','','2014-07-21 16:57:03','2014-07-21 16:57:03','',8,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=9',0,'revision','',0),(10,1,'2014-07-21 17:07:50','2014-07-21 17:07:50','<h4>Bruno Associates Inc. Announces Our Latest Awarded Grants</h4>','News','','publish','open','open','','news','','','2014-07-21 17:11:38','2014-07-21 17:11:38','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/?page_id=10',0,'page','',0),(11,1,'2014-07-21 17:01:42','2014-07-21 17:01:42','<h4>Bruno Associates Inc. Announces Our Latest Awarded Grants</h4>\r\n \r\n\r\n ','News','','inherit','open','open','','10-revision-v1','','','2014-07-21 17:01:42','2014-07-21 17:01:42','',10,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=11',0,'revision','',0),(15,1,'2014-07-21 17:11:38','2014-07-21 17:11:38','<h4>Bruno Associates Inc. Announces Our Latest Awarded Grants</h4>','News','','inherit','open','open','','10-revision-v1','','','2014-07-21 17:11:38','2014-07-21 17:11:38','',10,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=15',0,'revision','',0),(12,1,'2014-07-21 17:09:59','2014-07-21 17:09:59','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','inherit','open','open','','1-revision-v1','','','2014-07-21 17:09:59','2014-07-21 17:09:59','',1,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=12',0,'revision','',0),(13,1,'2014-07-21 17:10:48','2014-07-21 17:10:48','<h4>Bruno Associates - Awarded Grants</h4>\r\n<ul>\r\n <li>Borough of Mt. Arlington awarded $142,080 through the Hazard Mitigation Grant Program – Energy Allocation Initiative.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of North Bergen awarded $250,000 through the Hazard Mitigation Grant Program – Energy Allocation Initiative.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of Belleville Police Department receives three SUVs from the Port Authority of NY/NJ Vehicle Donation Program.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of Brick awarded $32,000 by NJDOT Urban Gateway Grant Program for cleanup of marsh lands, as a result of Hurricane Sandy.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>City of Clifton awarded $1,350,656 by Department of Homeland Security for the hiring of fire fighters.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Garfield BOE awarded $306,422 in construction and energy savings through the PSE&G Direct Install Program.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Irvington BOE awarded $10,000 for new library books at the Florence Avenue and University Middle Schools through the Laura Bush Foundation.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Irvington BOE awarded $17,750 for new musical instruments through the Mr. Holland Opus Foundation.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of North Bergen receives $210,000 from NJDOT Local Aid Infrastructure Fund for emergency signal replacement.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Borough of Rutherford awarded $125,000 NJDOT Safe Streets to Transit, Pedestrian Access to Station Square.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Borough of Rutherford awarded $36,575 from Homeland Security, Assistance to Firefighters for Personal Protective Equipment.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Town of Secaucus awarded $20,000 by NJDCA’s Recreation of Individuals with Disabilities for their Secaucus Summer Camp program.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>West New York BOE receives $44,500 from USDA Food and Nutrition Services, Farm to School Grant</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of North Bergen receives $46,750 NJ Transit 5310 Bus Program</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of Irvington receives $136,821 NJDOH AIDS Grant.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Town of Guttenberg awarded $22,429 from the Department of Agriculture’s Summer Food Program.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>City of Clifton awarded $250,000 through the Hazard Mitigation Grant program – Energy Allocation Initiative.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>City of Clifton awarded $348,300 from Department of Homeland Security Assistance to Firefighters Program for Personal Protective Equipment.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>City of Clifton awarded $250,000 from NJDOT for Curie Avenue Street Improvement Project.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>City of Clifton awarded $60,300 from NJDEP for new trees and equipment.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>City of Clifton awarded $249,000 for multiple Tennis Court Improvement Projects through Passaic County Open Space.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of Brick awarded $15,000 for Windward Beach Dream Playground through KaBoom Let’s Play Construction Grant Program.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of Belleville awarded $150,000 for Plasoen Playground Rehabilitation Project.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of Belleville awarded $32,000 for Rout 7 Cleanup Project through the NJDOT.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of Belleville awarded $128,250 through the Hazard Mitigation Grant Program for Flood Control Improvements along Main Street.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of Belleville awarded $31,215 from the NJDEP for debris removal and restoration of the stream bank along the Second River.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of Guttenberg awarded $132,583 Hazard Mitigation Grant Program – Energy Allocation Initiative 75k Lifeline/Life Safety Program installation of generation at the Anna L. Klein School.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of Irvington awarded $180,432 for Fire SCBA Equipments through the Department of Homeland Security.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of Irvington awarded $10,000 through American Water Environmental Grant Program for Shade Tree Reforestation Project.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of Irvington awarded $228,000 from NJDOT Street Resurfacing Project.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Borough of Mount Arlington awarded $225,000 from NJDOT for Succasunna Road Street Improvement Project.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Town of Secaucus awarded $24,000 from the NJDEP Recreational Trails Grant Program for the Mill Creek Point Trail Connection.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Town of West New York awarded $20,000 from the DCA for the West New York Integrated Youth Recreation Program.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Belleville BOE awarded $150,000 from the NJDOE IIS Competitive Grant Program for Instructional Improvements for Teachers.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Belleville BOE awarded $13,132 from Toshiba America Foundation for Environmental Science Research.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of Irvington awarded $10,000 from Sustainable Jersey for the Irvington Safe Park Program.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of North Bergen awarded $400,000 for 76th Street Little League Field Improvements.</li>\r\n</ul>\r\n ','Funded Programs through July 2014','','publish','open','open','','july-2014-funded-programs','','','2014-07-22 17:53:01','2014-07-22 17:53:01','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=13',0,'post','',0),(14,1,'2014-07-21 17:10:48','2014-07-21 17:10:48','','July 2014 -- Funded Programs','','inherit','open','open','','13-revision-v1','','','2014-07-21 17:10:48','2014-07-21 17:10:48','',13,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=14',0,'revision','',0),(18,1,'2014-07-22 17:57:29','2014-07-22 17:57:29','','Team','','publish','open','open','','team','','','2014-07-22 18:21:26','2014-07-22 18:21:26','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/?page_id=18',0,'page','',0),(19,1,'2014-07-22 17:57:29','2014-07-22 17:57:29','','Team','','inherit','open','open','','18-revision-v1','','','2014-07-22 17:57:29','2014-07-22 17:57:29','',18,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=19',0,'revision','',0),(20,1,'2014-07-22 17:58:06','2014-07-22 17:58:06','<span style=\"color: #008000;\">[one_third]GOVERNMENT[/one_third] [one_third]EDUCATION[/one_third] [one_third_last] NON-PROFITS[/one_third_last]</span>\r\n\r\n[divider]\r\n\r\n[one_third]Bruno Associates Inc. helps municipalities and counties in the state of New Jersey receive the funds they deserve. We work hard to find every possible funding source for our clients—from street paving to equipment for your police force—no stone is left unturned.[/one_third] [one_third]Education is is the foundation of a successful society. That is why we get every possible dollar available to help public school districts give their children the best possible education[/one_third] [one_third_last]There are many funding sources for non-profits that help enhance the community around them. Bruno Associates, Inc. has the experience and knows where to look for the funding that will help you help others.[/one_third_last]','Services','','publish','open','open','','services','','','2014-07-27 14:48:48','2014-07-27 14:48:48','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/?page_id=20',0,'page','',0),(21,1,'2014-07-22 17:58:06','2014-07-22 17:58:06','','Services','','inherit','open','open','','20-revision-v1','','','2014-07-22 17:58:06','2014-07-22 17:58:06','',20,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=21',0,'revision','',0),(22,1,'2014-07-22 17:58:55','2014-07-22 17:58:55','','Contact','','publish','open','open','','contact','','','2014-07-22 17:58:55','2014-07-22 17:58:55','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/?page_id=22',0,'page','',0),(23,1,'2014-07-22 17:58:55','2014-07-22 17:58:55','','Contact','','inherit','open','open','','22-revision-v1','','','2014-07-22 17:58:55','2014-07-22 17:58:55','',22,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=23',0,'revision','',0),(24,1,'2014-07-22 18:06:39','2014-07-22 18:06:39','','Home','','publish','open','open','','home','','','2014-07-24 14:02:53','2014-07-24 14:02:53','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=24',1,'nav_menu_item','',0),(25,1,'2014-07-22 18:06:39','2014-07-22 18:06:39',' ','','','publish','open','open','','25','','','2014-07-24 14:02:53','2014-07-24 14:02:53','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=25',11,'nav_menu_item','',0),(26,1,'2014-07-22 18:06:39','2014-07-22 18:06:39',' ','','','publish','open','open','','26','','','2014-07-24 14:02:53','2014-07-24 14:02:53','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=26',10,'nav_menu_item','',0),(27,1,'2014-07-22 18:06:39','2014-07-22 18:06:39',' ','','','publish','open','open','','27','','','2014-07-24 14:02:53','2014-07-24 14:02:53','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=27',2,'nav_menu_item','',0),(28,1,'2014-07-22 18:06:39','2014-07-22 18:06:39',' ','','','publish','open','open','','28','','','2014-07-24 14:02:53','2014-07-24 14:02:53','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=28',3,'nav_menu_item','',0),(29,1,'2014-07-22 18:53:27','2014-07-22 18:53:27','','twitter','','publish','open','open','','twitter','','','2014-07-22 18:53:27','2014-07-22 18:53:27','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/?flare=twitter',1,'flare','',0),(30,1,'2014-07-22 18:53:27','2014-07-22 18:53:27','','facebook','','publish','open','open','','facebook','','','2014-07-22 18:53:27','2014-07-22 18:53:27','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/?flare=facebook',2,'flare','',0),(31,1,'2014-07-23 19:14:10','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2014-07-23 19:14:10','0000-00-00 00:00:00','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/?page_id=31',0,'page','',0),(32,1,'2014-07-23 19:18:20','2014-07-23 19:18:20','<h4>Chris Brown - President</h4>\r\nSince taking on a position of leadership in 2011, Christopher has helped solidify the vision of service that inspired Mr. Bruno to create this company. This vision has led to growth for Bruno Associates, Inc. and its many clients.\r\n\r\nOver the past five years, Christopher has compiled an excellent record of service and has secured over $50 million in grant funding for his clients. With such valuable writing and administrative skills, Christopher has simultaneously managed company affairs while developing strategic plans and writing successful grant applications for nearly every client of Bruno Associates, Inc. He has vast experience with the needs of municipalities, boards of education, MUAs and non-profit organizations. He is very knowledgeable and has successfully written grants for fire prevention, law enforcement, environmental and green issues, green acres, open space, hazard mitigation programs, transportation, health programs, educational and literacy programs, housing and development, and recreation. He has quickly developed a sound base of contacts within funding organizations who respect his grasp of the grant process and his insight when it comes to fulfilling clients\' needs.\r\n\r\nChristopher is a graduate of Widener University with a Bachelor of Science degree in business and is highly qualified to teach Special Education in the public and private educational systems in New Jersey.','President - Chris Brown','','publish','open','closed','','president','','','2014-07-23 19:48:27','2014-07-23 19:48:27','',18,'http://brunoassociatesinc.com/wordpress1wordpress1/?page_id=32',2,'page','',0),(33,1,'2014-07-23 19:18:20','2014-07-23 19:18:20','<h4>Chris Brown - President</h4>\r\nSince taking on a position of leadership in 2011, Christopher has helped solidify the vision of service that inspired Mr. Bruno to create this company. This vision has led to growth for Bruno Associates, Inc. and its many clients.\r\n\r\nOver the past five years, Christopher has compiled an excellent record of service and has secured over $50 million in grant funding for his clients. With such valuable writing and administrative skills, Christopher has simultaneously managed company affairs while developing strategic plans and writing successful grant applications for nearly every client of Bruno Associates, Inc. He has vast experience with the needs of municipalities, boards of education, MUAs and non-profit organizations. He is very knowledgeable and has successfully written grants for fire prevention, law enforcement, environmental and green issues, green acres, open space, hazard mitigation programs, transportation, health programs, educational and literacy programs, housing and development, and recreation. He has quickly developed a sound base of contacts within funding organizations who respect his grasp of the grant process and his insight when it comes to fulfilling clients\' needs.\r\n\r\nChristopher is a graduate of Widener University with a Bachelor of Science degree in business and is highly qualified to teach Special Education in the public and private educational systems in New Jersey.','President','','inherit','open','open','','32-revision-v1','','','2014-07-23 19:18:20','2014-07-23 19:18:20','',32,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=33',0,'revision','',0),(17,1,'2014-07-22 17:50:42','2014-07-22 17:50:42','<h4>Bruno Associates - Awarded Grants</h4>\r\n<ul>\r\n <li>Borough of Mt. Arlington awarded $142,080 through the Hazard Mitigation Grant Program – Energy Allocation Initiative.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of North Bergen awarded $250,000 through the Hazard Mitigation Grant Program – Energy Allocation Initiative.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of Belleville Police Department receives three SUVs from the Port Authority of NY/NJ Vehicle Donation Program.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of Brick awarded $32,000 by NJDOT Urban Gateway Grant Program for cleanup of marsh lands, as a result of Hurricane Sandy.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>City of Clifton awarded $1,350,656 by Department of Homeland Security for the hiring of fire fighters.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Garfield BOE awarded $306,422 in construction and energy savings through the PSE&G Direct Install Program.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Irvington BOE awarded $10,000 for new library books at the Florence Avenue and University Middle Schools through the Laura Bush Foundation.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Irvington BOE awarded $17,750 for new musical instruments through the Mr. Holland Opus Foundation.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of North Bergen receives $210,000 from NJDOT Local Aid Infrastructure Fund for emergency signal replacement.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Borough of Rutherford awarded $125,000 NJDOT Safe Streets to Transit, Pedestrian Access to Station Square.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Borough of Rutherford awarded $36,575 from Homeland Security, Assistance to Firefighters for Personal Protective Equipment.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Town of Secaucus awarded $20,000 by NJDCA’s Recreation of Individuals with Disabilities for their Secaucus Summer Camp program.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>West New York BOE receives $44,500 from USDA Food and Nutrition Services, Farm to School Grant</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of North Bergen receives $46,750 NJ Transit 5310 Bus Program</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of Irvington receives $136,821 NJDOH AIDS Grant.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Town of Guttenberg awarded $22,429 from the Department of Agriculture’s Summer Food Program.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>City of Clifton awarded $250,000 through the Hazard Mitigation Grant program – Energy Allocation Initiative.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>City of Clifton awarded $348,300 from Department of Homeland Security Assistance to Firefighters Program for Personal Protective Equipment.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>City of Clifton awarded $250,000 from NJDOT for Curie Avenue Street Improvement Project.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>City of Clifton awarded $60,300 from NJDEP for new trees and equipment.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>City of Clifton awarded $249,000 for multiple Tennis Court Improvement Projects through Passaic County Open Space.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of Brick awarded $15,000 for Windward Beach Dream Playground through KaBoom Let’s Play Construction Grant Program.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of Belleville awarded $150,000 for Plasoen Playground Rehabilitation Project.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of Belleville awarded $32,000 for Rout 7 Cleanup Project through the NJDOT.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of Belleville awarded $128,250 through the Hazard Mitigation Grant Program for Flood Control Improvements along Main Street.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of Belleville awarded $31,215 from the NJDEP for debris removal and restoration of the stream bank along the Second River.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of Guttenberg awarded $132,583 Hazard Mitigation Grant Program – Energy Allocation Initiative 75k Lifeline/Life Safety Program installation of generation at the Anna L. Klein School.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of Irvington awarded $180,432 for Fire SCBA Equipments through the Department of Homeland Security.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of Irvington awarded $10,000 through American Water Environmental Grant Program for Shade Tree Reforestation Project.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of Irvington awarded $228,000 from NJDOT Street Resurfacing Project.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Borough of Mount Arlington awarded $225,000 from NJDOT for Succasunna Road Street Improvement Project.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Town of Secaucus awarded $24,000 from the NJDEP Recreational Trails Grant Program for the Mill Creek Point Trail Connection.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Town of West New York awarded $20,000 from the DCA for the West New York Integrated Youth Recreation Program.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Belleville BOE awarded $150,000 from the NJDOE IIS Competitive Grant Program for Instructional Improvements for Teachers.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Belleville BOE awarded $13,132 from Toshiba America Foundation for Environmental Science Research.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of Irvington awarded $10,000 from Sustainable Jersey for the Irvington Safe Park Program.</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>Township of North Bergen awarded $400,000 for 76th Street Little League Field Improvements.</li>\r\n</ul>\r\n ','Funded Programs through July 2014','','inherit','open','open','','13-revision-v1','','','2014-07-22 17:50:42','2014-07-22 17:50:42','',13,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=17',0,'revision','',0),(51,1,'2014-07-23 19:48:27','2014-07-23 19:48:27','<h4>Chris Brown - President</h4>\r\nSince taking on a position of leadership in 2011, Christopher has helped solidify the vision of service that inspired Mr. Bruno to create this company. This vision has led to growth for Bruno Associates, Inc. and its many clients.\r\n\r\nOver the past five years, Christopher has compiled an excellent record of service and has secured over $50 million in grant funding for his clients. With such valuable writing and administrative skills, Christopher has simultaneously managed company affairs while developing strategic plans and writing successful grant applications for nearly every client of Bruno Associates, Inc. He has vast experience with the needs of municipalities, boards of education, MUAs and non-profit organizations. He is very knowledgeable and has successfully written grants for fire prevention, law enforcement, environmental and green issues, green acres, open space, hazard mitigation programs, transportation, health programs, educational and literacy programs, housing and development, and recreation. He has quickly developed a sound base of contacts within funding organizations who respect his grasp of the grant process and his insight when it comes to fulfilling clients\' needs.\r\n\r\nChristopher is a graduate of Widener University with a Bachelor of Science degree in business and is highly qualified to teach Special Education in the public and private educational systems in New Jersey.','President - Chris Brown','','inherit','open','open','','32-revision-v1','','','2014-07-23 19:48:27','2014-07-23 19:48:27','',32,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=51',0,'revision','',0),(35,1,'2014-07-23 19:35:24','2014-07-23 19:35:24','<h4>CEO - John Bruno</h4>','CEO - John Bruno','','publish','open','closed','','ceo-john-bruno','','','2014-07-23 19:42:11','2014-07-23 19:42:11','',18,'http://brunoassociatesinc.com/wordpress1wordpress1/?page_id=35',1,'page','',0),(36,1,'2014-07-23 19:35:24','2014-07-23 19:35:24','<h4>CEO - John Bruno</h4>','CEO - John Bruno','','inherit','open','open','','35-revision-v1','','','2014-07-23 19:35:24','2014-07-23 19:35:24','',35,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=36',0,'revision','',0),(37,1,'2014-07-23 19:36:24','2014-07-23 19:36:24','<h4>Nate Burroughs</h4>','Nate Burroughs','','publish','open','closed','','nate-burroughs','','','2014-07-23 19:41:25','2014-07-23 19:41:25','',18,'http://brunoassociatesinc.com/wordpress1wordpress1/?page_id=37',4,'page','',0),(38,1,'2014-07-23 19:36:24','2014-07-23 19:36:24','<h4>Nate Burroughs</h4>','Nate Burroughs','','inherit','open','open','','37-revision-v1','','','2014-07-23 19:36:24','2014-07-23 19:36:24','',37,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=38',0,'revision','',0),(39,1,'2014-07-23 19:37:43','2014-07-23 19:37:43','<h4>CFO - Melissa Spatucci</h4>\r\n \r\n\r\n ','CFO - Melissa Spatucci','','publish','closed','closed','','cfo-melissa-spatucci','','','2014-07-23 19:41:00','2014-07-23 19:41:00','',18,'http://brunoassociatesinc.com/wordpress1wordpress1/?page_id=39',3,'page','',0),(40,1,'2014-07-23 19:37:43','2014-07-23 19:37:43','<h4>CFO - Melissa Spatucci</h4>\r\n \r\n\r\n ','CFO - Melissa Spatucci','','inherit','open','open','','39-revision-v1','','','2014-07-23 19:37:43','2014-07-23 19:37:43','',39,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=40',0,'revision','',0),(41,1,'2014-07-23 19:38:36','2014-07-23 19:38:36','<h4>Patricia Lyon</h4>\r\nPatricia Lyon joined Bruno Associates after retiring from 39 years in the field of education. In her career, Ms. Lyon has served as a teacher, principal, and school district administrator in New Jersey, New York, and Virginia. Her last 16 years in the field of education were with the Mount Vernon City School District where she was the Grants Administrator for eight of those years.\r\n\r\nHer responsibilities, in addition to overseeing $18 million dollars in grant funds annually, included writing grant applications and increasing the funding resources of the district. Ms. Lyon has secured Federal, State, and foundation funding for safe schools, foreign language, bilingual and ESL, adult education, technology, career studies, music, and after school programs. Her diverse background in the field of education has led to her deep understanding of the needs of children and youth, teachers, support staff, and administrators and she prides herself in being able to meet those needs through the acquisition of grant funding.','Patricia Lyon','','publish','open','closed','','patricia-lyon','','','2014-07-23 20:12:12','2014-07-23 20:12:12','',18,'http://brunoassociatesinc.com/wordpress1wordpress1/?page_id=41',6,'page','',0),(42,1,'2014-07-23 19:38:36','2014-07-23 19:38:36','<h4>Patricia Lyon</h4>','Patricia Lyon','','inherit','open','open','','41-revision-v1','','','2014-07-23 19:38:36','2014-07-23 19:38:36','',41,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=42',0,'revision','',0),(43,1,'2014-07-23 19:39:18','2014-07-23 19:39:18','<h4>Giovanna Aguilar</h4>','Giovanna Aguilar','','publish','open','closed','','giovanna-aguilar','','','2014-07-23 19:42:46','2014-07-23 19:42:46','',18,'http://brunoassociatesinc.com/wordpress1wordpress1/?page_id=43',5,'page','',0),(44,1,'2014-07-23 19:39:18','2014-07-23 19:39:18','<h4>Giovanna Aguilar</h4>','Giovanna Aguilar','','inherit','open','open','','43-revision-v1','','','2014-07-23 19:39:18','2014-07-23 19:39:18','',43,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=44',0,'revision','',0),(45,1,'2014-07-23 19:47:35','2014-07-23 19:47:35',' ','','','publish','open','open','','45','','','2014-07-24 14:02:53','2014-07-24 14:02:53','',18,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=45',9,'nav_menu_item','',0),(46,1,'2014-07-23 19:47:35','2014-07-23 19:47:35',' ','','','publish','open','open','','46','','','2014-07-24 14:02:53','2014-07-24 14:02:53','',18,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=46',8,'nav_menu_item','',0),(47,1,'2014-07-23 19:47:35','2014-07-23 19:47:35',' ','','','publish','open','open','','47','','','2014-07-24 14:02:53','2014-07-24 14:02:53','',18,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=47',6,'nav_menu_item','',0),(48,1,'2014-07-23 19:47:35','2014-07-23 19:47:35',' ','','','publish','open','open','','48','','','2014-07-24 14:02:53','2014-07-24 14:02:53','',18,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=48',7,'nav_menu_item','',0),(49,1,'2014-07-23 19:47:35','2014-07-23 19:47:35',' ','','','publish','open','open','','49','','','2014-07-24 14:02:53','2014-07-24 14:02:53','',18,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=49',4,'nav_menu_item','',0),(50,1,'2014-07-23 19:43:49','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2014-07-23 19:43:49','0000-00-00 00:00:00','',18,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=50',1,'nav_menu_item','',0),(52,1,'2014-07-23 19:50:30','2014-07-23 19:50:30',' ','','','publish','open','open','','52','','','2014-07-24 14:02:53','2014-07-24 14:02:53','',18,'http://brunoassociatesinc.com/wordpress1wordpress1/?p=52',5,'nav_menu_item','',0),(53,1,'2014-07-23 20:12:12','2014-07-23 20:12:12','<h4>Patricia Lyon</h4>\r\nPatricia Lyon joined Bruno Associates after retiring from 39 years in the field of education. In her career, Ms. Lyon has served as a teacher, principal, and school district administrator in New Jersey, New York, and Virginia. Her last 16 years in the field of education were with the Mount Vernon City School District where she was the Grants Administrator for eight of those years.\r\n\r\nHer responsibilities, in addition to overseeing $18 million dollars in grant funds annually, included writing grant applications and increasing the funding resources of the district. Ms. Lyon has secured Federal, State, and foundation funding for safe schools, foreign language, bilingual and ESL, adult education, technology, career studies, music, and after school programs. Her diverse background in the field of education has led to her deep understanding of the needs of children and youth, teachers, support staff, and administrators and she prides herself in being able to meet those needs through the acquisition of grant funding.','Patricia Lyon','','inherit','open','open','','41-revision-v1','','','2014-07-23 20:12:12','2014-07-23 20:12:12','',41,'http://brunoassociatesinc.com/wordpress1wordpress1/41-revision-v1/',0,'revision','',0),(54,1,'2014-07-27 14:46:17','2014-07-27 14:46:17','<strong><span style=\"color: #008000;\">[one_third]GOVERNMENT[/one_third] [one_third]EDUCATION[/one_third] [one_third_last] NON-PROFITS[/one_third_last]</span></strong>\n\n[divider]\n\n[one_third]Bruno Associates Inc. helps municipalities and counties in the state of New Jersey receive the funds they deserve. We work hard to find every possible funding source for our clients—from street paving to equipment for your police force—no stone is left unturned.[/one_third] [one_third]Education is is the foundation of a successful society. That is why we get every possible dollar available to help public school districts give their children the best possible education[/one_third] [one_third_last]There are many funding sources for non-profits that help enhance the community around them. Bruno Associates, Inc. has the experience and knows where to look for the funding that will help you help others.[/one_third_last]','Services','','inherit','open','open','','20-autosave-v1','','','2014-07-27 14:46:17','2014-07-27 14:46:17','',20,'http://brunoassociatesinc.com/wordpress1wordpress1/20-autosave-v1/',0,'revision','',0),(55,1,'2014-07-24 14:15:11','2014-07-24 14:15:11','[one_third]Government[/one_third] [one_third]Education[/one_third] [one_third_last]Non-Profits[/one_third_last]\r\n\r\n[divider]\r\n\r\n[one_third]\r\n\r\nBruno Associates Inc. helps municipalities and counties through out the state receive the funds they deserve. We work hard to find every possible funding soure for our clients from street paving to equipment for your police force, no stone is left unturned.[/one_third] [one_third]Education is one of the most important aspects of a successful society, and once obtained can never be taken away. That is why we get every possible dollar available to help school districts give their children the best possible education[/one_third] [one_third_last]There are many funding sources for non-profits that help enhance the community around them. Bruno Associates, Inc. has the experience and knows where to look for the funding that will help you help others.[/one_third_last]','Services','','inherit','open','open','','20-revision-v1','','','2014-07-24 14:15:11','2014-07-24 14:15:11','',20,'http://brunoassociatesinc.com/wordpress1wordpress1/20-revision-v1/',0,'revision','',0),(56,1,'2014-07-24 14:15:55','2014-07-24 14:15:55','[one_third]Government[/one_third] [one_third]Education[/one_third] [one_third_last]Non-Profits[/one_third_last]\r\n\r\n[divider]\r\n\r\n[one_third]Bruno Associates Inc. helps municipalities and counties through out the state receive the funds they deserve. We work hard to find every possible funding soure for our clients from street paving to equipment for your police force, no stone is left unturned.[/one_third] [one_third]Education is one of the most important aspects of a successful society, and once obtained can never be taken away. That is why we get every possible dollar available to help school districts give their children the best possible education[/one_third] [one_third_last]There are many funding sources for non-profits that help enhance the community around them. Bruno Associates, Inc. has the experience and knows where to look for the funding that will help you help others.[/one_third_last]','Services','','inherit','open','open','','20-revision-v1','','','2014-07-24 14:15:55','2014-07-24 14:15:55','',20,'http://brunoassociatesinc.com/wordpress1wordpress1/20-revision-v1/',0,'revision','',0),(58,1,'2014-07-24 14:18:43','2014-07-24 14:18:43','<h5>[one_third]Government[/one_third] [one_third]Education[/one_third] [one_third_last]Non-Profits[/one_third_last][divider]</h5>\r\n[one_third]Bruno Associates Inc. helps municipalities and counties through out the state receive the funds they deserve. We work hard to find every possible funding soure for our clients from street paving to equipment for your police force, no stone is left unturned.[/one_third] [one_third]Education is one of the most important aspects of a successful society, and once obtained can never be taken away. That is why we get every possible dollar available to help school districts give their children the best possible education[/one_third] [one_third_last]There are many funding sources for non-profits that help enhance the community around them. Bruno Associates, Inc. has the experience and knows where to look for the funding that will help you help others.[/one_third_last]','Services','','inherit','open','open','','20-revision-v1','','','2014-07-24 14:18:43','2014-07-24 14:18:43','',20,'http://brunoassociatesinc.com/wordpress1wordpress1/20-revision-v1/',0,'revision','',0),(57,1,'2014-07-24 14:17:48','2014-07-24 14:17:48','<h5>[one_third]Government[/one_third] [one_third]Education[/one_third] [one_third_last]Non-Profits[/one_third_last]</h5>\r\n[divider]\r\n\r\n[one_third]Bruno Associates Inc. helps municipalities and counties through out the state receive the funds they deserve. We work hard to find every possible funding soure for our clients from street paving to equipment for your police force, no stone is left unturned.[/one_third] [one_third]Education is one of the most important aspects of a successful society, and once obtained can never be taken away. That is why we get every possible dollar available to help school districts give their children the best possible education[/one_third] [one_third_last]There are many funding sources for non-profits that help enhance the community around them. Bruno Associates, Inc. has the experience and knows where to look for the funding that will help you help others.[/one_third_last]','Services','','inherit','open','open','','20-revision-v1','','','2014-07-24 14:17:48','2014-07-24 14:17:48','',20,'http://brunoassociatesinc.com/wordpress1wordpress1/20-revision-v1/',0,'revision','',0),(59,1,'2014-07-24 14:20:13','2014-07-24 14:20:13','<h5>[one_third]Government[/one_third] [one_third]Education[/one_third] [one_third_last]Non-Profits[/one_third_last]</h5>\r\n[divider]\r\n\r\n[one_third]Bruno Associates Inc. helps municipalities and counties through out the state receive the funds they deserve. We work hard to find every possible funding soure for our clients from street paving to equipment for your police force, no stone is left unturned.[/one_third] [one_third]Education is one of the most important aspects of a successful society, and once obtained can never be taken away. That is why we get every possible dollar available to help school districts give their children the best possible education[/one_third] [one_third_last]There are many funding sources for non-profits that help enhance the community around them. Bruno Associates, Inc. has the experience and knows where to look for the funding that will help you help others.[/one_third_last]','Services','','inherit','open','open','','20-revision-v1','','','2014-07-24 14:20:13','2014-07-24 14:20:13','',20,'http://brunoassociatesinc.com/wordpress1wordpress1/20-revision-v1/',0,'revision','',0),(67,1,'2014-07-27 14:29:49','2014-07-27 14:29:49','<h4>[one_third]Government[/one_third] [one_third]Education[/one_third] [one_third_last]Non-Profits[/one_third_last]</h4>\r\n[divider]\r\n\r\n[one_third]Bruno Associates Inc. helps municipalities and counties through out the state receive the funds they deserve. We work hard to find every possible funding soure for our clients from street paving to equipment for your police force, no stone is left unturned.[/one_third] [one_third]Education is one of the most important aspects of a successful society, and once obtained can never be taken away. That is why we get every possible dollar available to help school districts give their children the best possible education[/one_third] [one_third_last]There are many funding sources for non-profits that help enhance the community around them. Bruno Associates, Inc. has the experience and knows where to look for the funding that will help you help others.[/one_third_last]','Services','','inherit','open','open','','20-revision-v1','','','2014-07-27 14:29:49','2014-07-27 14:29:49','',20,'http://brunoassociatesinc.com/wordpress1wordpress1/20-revision-v1/',0,'revision','',0),(65,1,'2014-07-27 13:45:44','2014-07-27 13:45:44','','New Jersey','New Jersey and USA','inherit','open','open','','new-jersey','','','2014-07-27 13:45:44','2014-07-27 13:45:44','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/wp-content/uploads/2014/07/iStock_000023428487Small.jpg',0,'attachment','image/jpeg',0),(66,1,'2014-07-27 13:45:46','2014-07-27 13:45:46','','NJ Government','','inherit','open','open','','istock_000027108609small','','','2014-07-27 13:45:46','2014-07-27 13:45:46','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/wp-content/uploads/2014/07/iStock_000027108609Small.jpg',0,'attachment','image/jpeg',0),(64,1,'2014-07-27 13:45:41','2014-07-27 13:45:41','Students in a classroom. ','Education','','inherit','open','open','','group-of-teenagers-sitting-in-the-classroom-with-raised-hands','','','2014-07-27 13:45:41','2014-07-27 13:45:41','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/wp-content/uploads/2014/07/iStock_000017434296_Small.jpg',0,'attachment','image/jpeg',0),(68,1,'2014-07-27 14:31:07','2014-07-27 14:31:07','<h4>[one_third]Government[/one_third] [one_third]Education[/one_third][one_third_last]Non-Profits[/one_third_last]</h4>\r\n[divider]\r\n\r\n[one_third]Bruno Associates Inc. helps municipalities and counties through out the state receive the funds they deserve. We work hard to find every possible funding soure for our clients from street paving to equipment for your police force, no stone is left unturned.[/one_third] [one_third]Education is one of the most important aspects of a successful society, and once obtained can never be taken away. That is why we get every possible dollar available to help school districts give their children the best possible education[/one_third] [one_third_last]There are many funding sources for non-profits that help enhance the community around them. Bruno Associates, Inc. has the experience and knows where to look for the funding that will help you help others.[/one_third_last]','Services','','inherit','open','open','','20-revision-v1','','','2014-07-27 14:31:07','2014-07-27 14:31:07','',20,'http://brunoassociatesinc.com/wordpress1wordpress1/20-revision-v1/',0,'revision','',0),(76,1,'2014-07-27 14:47:18','2014-07-27 14:47:18','<span style=\"color: #008000;\">[one_third]GOVERNMENT[/one_third] [one_third]EDUCATION[/one_third] [one_third_last] NON-PROFITS[/one_third_last]</span>\r\n\r\n[divider]\r\n\r\n[one_third]Bruno Associates Inc. helps municipalities and counties in the state of New Jersey receive the funds they deserve. We work hard to find every possible funding source for our clients—from street paving to equipment for your police force—no stone is left unturned.[/one_third] [one_third]Education is is the foundation of a successful society. That is why we get every possible dollar available to help public school districts give their children the best possible education[/one_third] [one_third_last]There are many funding sources for non-profits that help enhance the community around them. Bruno Associates, Inc. has the experience and knows where to look for the funding that will help you help others.[/one_third_last]','Services','','inherit','open','open','','20-revision-v1','','','2014-07-27 14:47:18','2014-07-27 14:47:18','',20,'http://brunoassociatesinc.com/wordpress1wordpress1/20-revision-v1/',0,'revision','',0),(71,1,'2014-07-27 14:34:46','2014-07-27 14:34:46','[one_third]GOVERNMENT[/one_third] [one_third]EDUCATION[/one_third] [one_third_last] NON-PROFITS[/one_third_last]\r\n\r\n[divider]\r\n\r\n[one_third]Bruno Associates Inc. helps municipalities and counties through out the state receive the funds they deserve. We work hard to find every possible funding soure for our clients from street paving to equipment for your police force, no stone is left unturned.[/one_third] [one_third]Education is one of the most important aspects of a successful society, and once obtained can never be taken away. That is why we get every possible dollar available to help school districts give their children the best possible education[/one_third] [one_third_last]There are many funding sources for non-profits that help enhance the community around them. Bruno Associates, Inc. has the experience and knows where to look for the funding that will help you help others.[/one_third_last]','Services','','inherit','open','open','','20-revision-v1','','','2014-07-27 14:34:46','2014-07-27 14:34:46','',20,'http://brunoassociatesinc.com/wordpress1wordpress1/20-revision-v1/',0,'revision','',0),(69,1,'2014-07-27 14:32:50','2014-07-27 14:32:50','<h4>[one_third]GOVERNMENT[/one_third] [one_third]EDUCATION[/one_third] [one_third_last]NON-PROFITS[/one_third_last]</h4>\r\n \r\n<h4>[divider]</h4>\r\n[one_third]Bruno Associates Inc. helps municipalities and counties through out the state receive the funds they deserve. We work hard to find every possible funding soure for our clients from street paving to equipment for your police force, no stone is left unturned.[/one_third] [one_third]Education is one of the most important aspects of a successful society, and once obtained can never be taken away. That is why we get every possible dollar available to help school districts give their children the best possible education[/one_third] [one_third_last]There are many funding sources for non-profits that help enhance the community around them. Bruno Associates, Inc. has the experience and knows where to look for the funding that will help you help others.[/one_third_last]','Services','','inherit','open','open','','20-revision-v1','','','2014-07-27 14:32:50','2014-07-27 14:32:50','',20,'http://brunoassociatesinc.com/wordpress1wordpress1/20-revision-v1/',0,'revision','',0),(70,1,'2014-07-27 14:34:19','2014-07-27 14:34:19','<h4>[one_third]GOVERNMENT[/one_third] [one_third]EDUCATION[/one_third] [one_third_last] NON-PROFITS[/one_third_last]</h4>\r\n \r\n<h4>[divider]</h4>\r\n[one_third]Bruno Associates Inc. helps municipalities and counties through out the state receive the funds they deserve. We work hard to find every possible funding soure for our clients from street paving to equipment for your police force, no stone is left unturned.[/one_third] [one_third]Education is one of the most important aspects of a successful society, and once obtained can never be taken away. That is why we get every possible dollar available to help school districts give their children the best possible education[/one_third] [one_third_last]There are many funding sources for non-profits that help enhance the community around them. Bruno Associates, Inc. has the experience and knows where to look for the funding that will help you help others.[/one_third_last]','Services','','inherit','open','open','','20-revision-v1','','','2014-07-27 14:34:19','2014-07-27 14:34:19','',20,'http://brunoassociatesinc.com/wordpress1wordpress1/20-revision-v1/',0,'revision','',0),(72,1,'2014-07-27 14:37:42','2014-07-27 14:37:42','<h4>[one_third]GOVERNMENT[/one_third] [one_third]EDUCATION[/one_third] [one_third_last] NON-PROFITS[/one_third_last]</h4>\r\n[divider]\r\n\r\n[one_third]Bruno Associates Inc. helps municipalities and counties throughout the state receive the funds they deserve. We work hard to find every possible funding soure for our clients from street paving to equipment for your police force, no stone is left unturned.[/one_third] [one_third]Education is one of the most important aspects of a successful society, and once obtained can never be taken away. That is why we get every possible dollar available to help school districts give their children the best possible education[/one_third] [one_third_last]There are many funding sources for non-profits that help enhance the community around them. Bruno Associates, Inc. has the experience and knows where to look for the funding that will help you help others.[/one_third_last]','Services','','inherit','open','open','','20-revision-v1','','','2014-07-27 14:37:42','2014-07-27 14:37:42','',20,'http://brunoassociatesinc.com/wordpress1wordpress1/20-revision-v1/',0,'revision','',0),(73,1,'2014-07-27 14:38:13','2014-07-27 14:38:13','<strong><span style=\"color: #008000;\">[one_third]GOVERNMENT[/one_third] [one_third]EDUCATION[/one_third] [one_third_last] NON-PROFITS[/one_third_last]</span></strong>\r\n\r\n[divider]\r\n\r\n[one_third]Bruno Associates Inc. helps municipalities and counties throughout the state receive the funds they deserve. We work hard to find every possible funding soure for our clients from street paving to equipment for your police force, no stone is left unturned.[/one_third] [one_third]Education is one of the most important aspects of a successful society, and once obtained can never be taken away. That is why we get every possible dollar available to help school districts give their children the best possible education[/one_third] [one_third_last]There are many funding sources for non-profits that help enhance the community around them. Bruno Associates, Inc. has the experience and knows where to look for the funding that will help you help others.[/one_third_last]','Services','','inherit','open','open','','20-revision-v1','','','2014-07-27 14:38:13','2014-07-27 14:38:13','',20,'http://brunoassociatesinc.com/wordpress1wordpress1/20-revision-v1/',0,'revision','',0),(75,1,'2014-07-27 14:45:12','2014-07-27 14:45:12','<strong><span style=\"color: #008000;\">[one_third]GOVERNMENT[/one_third] [one_third]EDUCATION[/one_third] [one_third_last] NON-PROFITS[/one_third_last]</span></strong>\r\n\r\n[divider]\r\n\r\n[one_third]Bruno Associates Inc. helps municipalities and counties in the state of New Jersey receive the funds they deserve. We work hard to find every possible funding source for our clients—from street paving to equipment for your police force—no stone is left unturned.[/one_third] [one_third]Education is is the foundation to a successful society. That is why we get every possible dollar available to help public school districts give their children the best possible education[/one_third] [one_third_last]There are many funding sources for non-profits that help enhance the community around them. Bruno Associates, Inc. has the experience and knows where to look for the funding that will help you help others.[/one_third_last]','Services','','inherit','open','open','','20-revision-v1','','','2014-07-27 14:45:12','2014-07-27 14:45:12','',20,'http://brunoassociatesinc.com/wordpress1wordpress1/20-revision-v1/',0,'revision','',0),(74,1,'2014-07-27 14:42:55','2014-07-27 14:42:55','<strong><span style=\"color: #008000;\">[one_third]GOVERNMENT[/one_third] [one_third]EDUCATION[/one_third] [one_third_last] NON-PROFITS[/one_third_last]</span></strong>\r\n\r\n[divider]\r\n\r\n[one_third]Bruno Associates Inc. helps municipalities and counties in the state of New Jersey receive the funds they deserve. We work hard to find every possible funding source for our clients—from street paving to equipment for your police force—no stone is left unturned.[/one_third] [one_third]Education is one of the most important aspects of a successful society, and once obtained can never be taken away. That is why we get every possible dollar available to help school districts give their children the best possible education[/one_third] [one_third_last]There are many funding sources for non-profits that help enhance the community around them. Bruno Associates, Inc. has the experience and knows where to look for the funding that will help you help others.[/one_third_last]','Services','','inherit','open','open','','20-revision-v1','','','2014-07-27 14:42:55','2014-07-27 14:42:55','',20,'http://brunoassociatesinc.com/wordpress1wordpress1/20-revision-v1/',0,'revision','',0),(77,1,'2014-07-27 15:03:11','2014-07-27 15:03:11','','Police','','inherit','open','open','','on-duty','','','2014-07-27 15:03:11','2014-07-27 15:03:11','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/wp-content/uploads/2014/07/iStock_000012267621Small.jpg',0,'attachment','image/jpeg',0),(78,1,'2014-07-27 15:10:47','2014-07-27 15:10:47','','News on digital tablet.','','inherit','open','open','','news-on-digital-tablet','','','2014-07-27 15:10:47','2014-07-27 15:10:47','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/wp-content/uploads/2014/07/iStock_000024866731Small.jpg',0,'attachment','image/jpeg',0),(79,1,'2014-07-27 15:50:16','2014-07-27 15:50:16','nonprofit - isolated word in vintage letterpress wood type','nonprofit word in letterpress type','','inherit','open','open','','nonprofit-word-in-letterpress-type','','','2014-07-27 15:50:16','2014-07-27 15:50:16','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/wp-content/uploads/2014/07/iStock_000019853509Small.jpg',0,'attachment','image/jpeg',0),(80,1,'2014-07-27 15:52:47','2014-07-27 15:52:47','','iStock_000026323085Small','','inherit','open','open','','istock_000026323085small','','','2014-07-27 15:52:47','2014-07-27 15:52:47','',0,'http://brunoassociatesinc.com/wordpress1wordpress1/wp-content/uploads/2014/07/iStock_000026323085Small.jpg',0,'attachment','image/jpeg',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_css` -- DROP TABLE IF EXISTS `wp_revslider_css`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_revslider_css` ( `id` int(9) NOT NULL auto_increment, `handle` text NOT NULL, `settings` text, `hover` text, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=48 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_revslider_css` -- LOCK TABLES `wp_revslider_css` WRITE; /*!40000 ALTER TABLE `wp_revslider_css` DISABLE KEYS */; INSERT INTO `wp_revslider_css` VALUES (1,'.tp-caption.medium_grey',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\",\"white-space\":\"nowrap\"}'),(2,'.tp-caption.small_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(3,'.tp-caption.medium_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(4,'.tp-caption.large_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(5,'.tp-caption.very_large_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"}'),(6,'.tp-caption.very_big_white',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#000\"}'),(7,'.tp-caption.very_big_black',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#fff\"}'),(8,'.tp-caption.modern_medium_fat',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(9,'.tp-caption.modern_medium_fat_white',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(10,'.tp-caption.modern_medium_light',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(11,'.tp-caption.modern_big_bluebg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\",\"letter-spacing\":\"0\"}'),(12,'.tp-caption.modern_big_redbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\",\"letter-spacing\":\"0\"}'),(13,'.tp-caption.modern_small_text_dark',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#555\",\"text-shadow\":\"none\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(14,'.tp-caption.boxshadow',NULL,NULL,'{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"}'),(15,'.tp-caption.black',NULL,NULL,'{\"color\":\"#000\",\"text-shadow\":\"none\"}'),(16,'.tp-caption.noshadow',NULL,NULL,'{\"text-shadow\":\"none\"}'),(17,'.tp-caption.thinheadline_dark',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(18,'.tp-caption.thintext_dark',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(19,'.tp-caption.largeblackbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(20,'.tp-caption.largepinkbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(21,'.tp-caption.largewhitebg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(22,'.tp-caption.largegreenbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(23,'.tp-caption.excerpt',NULL,NULL,'{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"padding\":\"1px 4px 0px 4px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(24,'.tp-caption.large_bold_grey',NULL,NULL,'{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(25,'.tp-caption.medium_thin_grey',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(26,'.tp-caption.small_thin_grey',NULL,NULL,'{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(27,'.tp-caption.lightgrey_divider',NULL,NULL,'{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(28,'.tp-caption.large_bold_darkblue',NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(29,'.tp-caption.medium_bg_darkblue',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(30,'.tp-caption.medium_bold_red',NULL,NULL,'{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(31,'.tp-caption.medium_light_red',NULL,NULL,'{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(32,'.tp-caption.medium_bg_red',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(33,'.tp-caption.medium_bold_orange',NULL,NULL,'{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(34,'.tp-caption.medium_bg_orange',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(35,'.tp-caption.grassfloor',NULL,NULL,'{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"width\":\"4000px\",\"height\":\"150px\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(36,'.tp-caption.large_bold_white',NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(37,'.tp-caption.medium_light_white',NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(38,'.tp-caption.mediumlarge_light_white',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(39,'.tp-caption.mediumlarge_light_white_center',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(40,'.tp-caption.medium_bg_asbestos',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(41,'.tp-caption.medium_light_black',NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(42,'.tp-caption.large_bold_black',NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(43,'.tp-caption.mediumlarge_light_darkblue',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(44,'.tp-caption.small_light_white',NULL,NULL,'{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(45,'.tp-caption.roundedimage',NULL,NULL,'{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(46,'.tp-caption.large_bg_black',NULL,NULL,'{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(47,'.tp-caption.mediumwhitebg',NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"text-shadow\":\"none\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'); /*!40000 ALTER TABLE `wp_revslider_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_layer_animations` -- DROP TABLE IF EXISTS `wp_revslider_layer_animations`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_revslider_layer_animations` ( `id` int(9) NOT NULL auto_increment, `handle` text NOT NULL, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_revslider_layer_animations` -- LOCK TABLES `wp_revslider_layer_animations` WRITE; /*!40000 ALTER TABLE `wp_revslider_layer_animations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_layer_animations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_settings` -- DROP TABLE IF EXISTS `wp_revslider_settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_revslider_settings` ( `id` int(9) NOT NULL auto_increment, `general` text NOT NULL, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_revslider_settings` -- LOCK TABLES `wp_revslider_settings` WRITE; /*!40000 ALTER TABLE `wp_revslider_settings` DISABLE KEYS */; INSERT INTO `wp_revslider_settings` VALUES (1,'a:1:{s:13:\"use_hammer_js\";s:2:\"on\";}',''); /*!40000 ALTER TABLE `wp_revslider_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_sliders` -- DROP TABLE IF EXISTS `wp_revslider_sliders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_revslider_sliders` ( `id` int(9) NOT NULL auto_increment, `title` tinytext NOT NULL, `alias` tinytext, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_revslider_sliders` -- LOCK TABLES `wp_revslider_sliders` WRITE; /*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */; INSERT INTO `wp_revslider_sliders` VALUES (1,'Home','Home','{\"title\":\"Home\",\"alias\":\"Home\",\"shortcode\":\"[rev_slider Home]\",\"source_type\":\"gallery\",\"post_types\":\"post\",\"post_category\":\"category_1\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"slider_template_id\":\"\",\"posts_list\":\"\",\"slider_type\":\"fullwidth\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"fullscreen_min_height\":\"\",\"full_screen_align_force\":\"off\",\"auto_height\":\"off\",\"force_full_width\":\"off\",\"width\":\"855\",\"height\":\"560\",\"responsitive_w1\":\"940\",\"responsitive_sw1\":\"770\",\"responsitive_w2\":\"780\",\"responsitive_sw2\":\"500\",\"responsitive_w3\":\"510\",\"responsitive_sw3\":\"310\",\"responsitive_w4\":\"0\",\"responsitive_sw4\":\"0\",\"responsitive_w5\":\"0\",\"responsitive_sw5\":\"0\",\"responsitive_w6\":\"0\",\"responsitive_sw6\":\"0\",\"delay\":\"9000\",\"shuffle\":\"off\",\"lazy_load\":\"off\",\"use_wpml\":\"off\",\"enable_static_layers\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":0,\"stop_at_slide\":2,\"position\":\"center\",\"margin_top\":0,\"margin_bottom\":0,\"margin_left\":0,\"margin_right\":0,\"shadow_type\":\"2\",\"show_timerbar\":\"top\",\"padding\":0,\"background_color\":\"#E9E9E9\",\"background_dotted_overlay\":\"none\",\"show_background_image\":\"false\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_bg_freeze\":\"off\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"stop_on_hover\":\"on\",\"keyboard_navigation\":\"off\",\"navigation_style\":\"round\",\"navigaion_type\":\"bullet\",\"navigation_arrows\":\"solo\",\"navigaion_always_on\":\"false\",\"hide_thumbs\":200,\"navigaion_align_hor\":\"center\",\"navigaion_align_vert\":\"bottom\",\"navigaion_offset_hor\":\"0\",\"navigaion_offset_vert\":20,\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":20,\"leftarrow_offset_vert\":0,\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":20,\"rightarrow_offset_vert\":0,\"thumb_width\":100,\"thumb_height\":50,\"thumb_amount\":5,\"touchenabled\":\"on\",\"swipe_velocity\":0.7,\"swipe_min_touches\":1,\"swipe_max_touches\":1,\"drag_block_vertical\":\"false\",\"disable_on_mobile\":\"off\",\"hide_slider_under\":0,\"hide_defined_layers_under\":0,\"hide_all_layers_under\":0,\"hide_arrows_on_mobile\":\"off\",\"hide_bullets_on_mobile\":\"off\",\"hide_thumbs_on_mobile\":\"off\",\"hide_thumbs_under_resolution\":0,\"hide_thumbs_delay_mobile\":1500,\"loop_slide\":\"loop\",\"start_with_slide\":\"1\",\"first_transition_type\":\"fade\",\"first_transition_duration\":300,\"first_transition_slot_amount\":7,\"reset_transitions\":\"\",\"reset_transition_duration\":0,\"0\":\"Execute settings on all slides\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"template\":\"false\"}'); /*!40000 ALTER TABLE `wp_revslider_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_slides` -- DROP TABLE IF EXISTS `wp_revslider_slides`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_revslider_slides` ( `id` int(9) NOT NULL auto_increment, `slider_id` int(9) NOT NULL, `slide_order` int(11) NOT NULL, `params` text NOT NULL, `layers` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_revslider_slides` -- LOCK TABLES `wp_revslider_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */; INSERT INTO `wp_revslider_slides` VALUES (1,1,1,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/brunoassociatesinc.com\\/wordpress1\\/wp-content\\/uploads\\/2014\\/07\\/iStock_000017434296_Small.jpg\",\"image_id\":\"64\",\"title\":\"Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"random\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":300,\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\",\"0\":\"Remove\"}','[{\"text\":\"Education is the foundation of a successful society\",\"type\":\"text\",\"left\":143,\"top\":212,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"normal\",\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"medium_bg_asbestos\",\"time\":500,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":681,\"height\":36,\"serial\":\"0\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\"}]'),(2,1,2,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/brunoassociatesinc.com\\/wordpress1\\/wp-content\\/uploads\\/2014\\/07\\/iStock_000023428487Small.jpg\",\"image_id\":\"65\"}',''),(3,1,3,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/brunoassociatesinc.com\\/wordpress1\\/wp-content\\/uploads\\/2014\\/07\\/iStock_000027108609Small.jpg\",\"image_id\":\"66\"}',''),(4,1,4,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/brunoassociatesinc.com\\/wordpress1\\/wp-content\\/uploads\\/2014\\/07\\/iStock_000012267621Small.jpg\",\"image_id\":\"77\"}',''); /*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_static_slides` -- DROP TABLE IF EXISTS `wp_revslider_static_slides`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_revslider_static_slides` ( `id` int(9) NOT NULL auto_increment, `slider_id` int(9) NOT NULL, `params` text NOT NULL, `layers` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_revslider_static_slides` -- LOCK TABLES `wp_revslider_static_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_static_slides` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_static_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL default '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL default '0', `term_order` int(11) NOT NULL default '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0),(13,1,0),(13,2,0),(13,3,0),(13,4,0),(13,5,0),(13,6,0),(13,7,0),(13,8,0),(13,9,0),(13,10,0),(13,11,0),(13,12,0),(13,13,0),(13,14,0),(13,15,0),(13,16,0),(13,17,0),(13,18,0),(13,19,0),(13,20,0),(13,21,0),(13,22,0),(13,23,0),(13,24,0),(24,25,0),(27,25,0),(28,25,0),(26,25,0),(25,25,0),(52,25,0),(49,25,0),(47,25,0),(48,25,0),(46,25,0),(45,25,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=26 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'post_tag','',0,1),(3,3,'post_tag','',0,1),(4,4,'post_tag','',0,1),(5,5,'post_tag','',0,1),(6,6,'post_tag','',0,1),(7,7,'post_tag','',0,1),(8,8,'post_tag','',0,1),(9,9,'post_tag','',0,1),(10,10,'post_tag','',0,1),(11,11,'post_tag','',0,1),(12,12,'post_tag','',0,1),(13,13,'post_tag','',0,1),(14,14,'post_tag','',0,1),(15,15,'post_tag','',0,1),(16,16,'post_tag','',0,1),(17,17,'post_tag','',0,1),(18,18,'post_tag','',0,1),(19,19,'post_tag','',0,1),(20,20,'post_tag','',0,1),(21,21,'post_tag','',0,1),(22,22,'post_tag','',0,1),(23,23,'post_tag','',0,1),(24,24,'post_tag','',0,1),(25,25,'nav_menu','',0,11); /*!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=26 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,'new jersey','new-jersey',0),(3,'NJ','nj',0),(4,'Education','education',0),(5,'municipalities','municipalities',0),(6,'grants','grants',0),(7,'public school districts','public-school-districts',0),(8,'NJDOT','njdot',0),(9,'Port Authority NY/NJ','port-authority-nynj',0),(10,'North Bergen','north-bergen',0),(11,'WNY','wny',0),(12,'West New York','west-new-york',0),(13,'Belleville','belleville',0),(14,'Arlington','arlington',0),(15,'Clifton','clifton',0),(16,'Garfield','garfield',0),(17,'Guttenberg','guttenberg',0),(18,'Secaucus','secaucus',0),(19,'Rutherford','rutherford',0),(20,'Board of Education','board-of-education',0),(21,'USDA Food Nutrition Services','usda-food-nutrition-services',0),(22,'Farm School Grant','farm-school-grant',0),(23,'Homeland Security','homeland-security',0),(24,'Assistance to Firefighters for Personal Protective Equipment','assistance-to-firefighters-for-personal-protective-equipment',0),(25,'Menu 1','menu-1',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=27 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','brunoassociates'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp350_media,wp360_revisions,wp360_locks,wp390_widgets'),(13,1,'show_welcome_panel','0'),(14,1,'default_password_nag',''),(15,1,'wp_dashboard_quick_press_last_post_id','3'),(16,1,'closedpostboxes_toplevel_page_udesign_options_page','a:9:{i:0;s:31:\"udesign-general-options-metabox\";i:1;s:30:\"udesign-layout-options-metabox\";i:2;s:29:\"udesign-font-settings-metabox\";i:3;s:29:\"udesign-custom-colors-metabox\";i:4;s:41:\"udesign-portfolio-section-options-metabox\";i:5;s:36:\"udesign-blog-section-options-metabox\";i:6;s:36:\"udesign-contact_page-options-metabox\";i:7;s:30:\"udesign-footer-options-metabox\";i:8;s:34:\"udesign-responsive-options-metabox\";}'),(22,1,'managenav-menuscolumnshidden','a:2:{i:0;s:11:\"css-classes\";i:1;s:11:\"description\";}'),(17,1,'metaboxhidden_toplevel_page_udesign_options_page','a:1:{i:0;s:32:\"udesign-advanced-options-metabox\";}'),(18,1,'udesign_hidden_metaboxes_by_default','a:1:{i:0;s:32:\"udesign-advanced-options-metabox\";}'),(19,1,'wp_user-settings','libraryContent=browse&hidetb=1'),(20,1,'wp_user-settings-time','1405962099'),(23,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(24,1,'nav_menu_recently_edited','25'),(26,1,'tgmpa_dismissed_notice_tgmpa','1'),(25,1,'closedpostboxes_nav-menus','a:0:{}'); /*!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,'brunoassociates','dcc977595e4ac3773e7b00ce63ea6127','brunoassociates','gaguilar@brunoassociatesinc.com','','2014-05-19 14:41:09','',0,'brunoassociates'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wp125_ads` -- DROP TABLE IF EXISTS `wp_wp125_ads`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_wp125_ads` ( `id` int(12) NOT NULL auto_increment, `slot` int(2) NOT NULL, `name` text NOT NULL, `clicks` int(7) NOT NULL, `start_date` varchar(12) NOT NULL, `end_date` varchar(12) NOT NULL, `status` int(1) NOT NULL, `target` text NOT NULL, `image_url` text NOT NULL, `pre_exp_email` int(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_wp125_ads` -- LOCK TABLES `wp_wp125_ads` WRITE; /*!40000 ALTER TABLE `wp_wp125_ads` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wp125_ads` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_0383c47_1' -- DELIMITER ;; DELIMITER ; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2014-07-28 20:26:19