0byt3m1n1
Path:
/
data
/
17
/
1
/
60
/
59
/
1712059
/
meta
/
1847625
/
mysql.backup
/
[
Home
]
File: 1_02c86bf_0.mysqlcluster5.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster5 Database: 1_02c86bf_0 -- ------------------------------------------------------ -- Server version 5.6.37-82.2-56-log /*!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_ai1ec_event_category_meta` -- DROP TABLE IF EXISTS `wp_ai1ec_event_category_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_ai1ec_event_category_meta` ( `term_id` bigint(20) NOT NULL, `term_color` varchar(255) NOT NULL, `term_image` varchar(254) DEFAULT NULL, PRIMARY KEY (`term_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_ai1ec_event_category_meta` -- LOCK TABLES `wp_ai1ec_event_category_meta` WRITE; /*!40000 ALTER TABLE `wp_ai1ec_event_category_meta` DISABLE KEYS */; INSERT INTO `wp_ai1ec_event_category_meta` VALUES (53,'',''),(56,'',''),(59,'',''),(62,'',''); /*!40000 ALTER TABLE `wp_ai1ec_event_category_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ai1ec_event_instances` -- DROP TABLE IF EXISTS `wp_ai1ec_event_instances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_ai1ec_event_instances` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `post_id` bigint(20) NOT NULL, `start` int(10) unsigned NOT NULL, `end` int(10) unsigned NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `evt_instance` (`post_id`,`start`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_ai1ec_event_instances` -- LOCK TABLES `wp_ai1ec_event_instances` WRITE; /*!40000 ALTER TABLE `wp_ai1ec_event_instances` DISABLE KEYS */; INSERT INTO `wp_ai1ec_event_instances` VALUES (1,320,1466548200,1466559000); /*!40000 ALTER TABLE `wp_ai1ec_event_instances` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ai1ec_events` -- DROP TABLE IF EXISTS `wp_ai1ec_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_ai1ec_events` ( `post_id` bigint(20) NOT NULL, `start` int(10) unsigned NOT NULL, `end` int(10) unsigned DEFAULT NULL, `timezone_name` varchar(50) DEFAULT NULL, `allday` tinyint(1) NOT NULL, `instant_event` tinyint(1) NOT NULL DEFAULT '0', `recurrence_rules` longtext, `exception_rules` longtext, `recurrence_dates` longtext, `exception_dates` longtext, `venue` varchar(255) DEFAULT NULL, `country` varchar(255) DEFAULT NULL, `address` varchar(255) DEFAULT NULL, `city` varchar(255) DEFAULT NULL, `province` varchar(255) DEFAULT NULL, `postal_code` varchar(32) DEFAULT NULL, `show_map` tinyint(1) DEFAULT NULL, `contact_name` varchar(255) DEFAULT NULL, `contact_phone` varchar(32) DEFAULT NULL, `contact_email` varchar(128) DEFAULT NULL, `contact_url` varchar(255) DEFAULT NULL, `cost` varchar(255) DEFAULT NULL, `ticket_url` varchar(255) DEFAULT NULL, `ical_feed_url` varchar(255) DEFAULT NULL, `ical_source_url` varchar(255) DEFAULT NULL, `ical_organizer` varchar(255) DEFAULT NULL, `ical_contact` varchar(255) DEFAULT NULL, `ical_uid` varchar(255) DEFAULT NULL, `show_coordinates` tinyint(1) DEFAULT NULL, `latitude` decimal(20,15) DEFAULT NULL, `longitude` decimal(20,15) DEFAULT NULL, `force_regenerate` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`post_id`), KEY `feed_source` (`ical_feed_url`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_ai1ec_events` -- LOCK TABLES `wp_ai1ec_events` WRITE; /*!40000 ALTER TABLE `wp_ai1ec_events` DISABLE KEYS */; INSERT INTO `wp_ai1ec_events` VALUES (320,1466548200,1466559000,'America/New_York',0,0,NULL,NULL,NULL,NULL,'Proper West','United States','54 W 39th St, New York, NY 10018, USA','New York','New York','10018',0,'Life Preservers Project & Women in eDiscovery','','shana@lifepreserversproject.org','','a:2:{s:4:\"cost\";s:6:\"$25.00\";s:7:\"is_free\";b:0;}','https://www.eventbrite.com/e/7th-annual-life-preservers-project-fun-raiser-tickets-22462365540',NULL,NULL,NULL,NULL,'ai1ec-320@www.lifepreserversproject.org/wordpress1',1,40.752395000000000,-73.984768000000000,0); /*!40000 ALTER TABLE `wp_ai1ec_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cftemail_forms` -- DROP TABLE IF EXISTS `wp_cftemail_forms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cftemail_forms` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `form_name` varchar(250) NOT NULL DEFAULT '', `form_structure` mediumtext, `fp_from_email` varchar(250) NOT NULL DEFAULT '', `fp_destination_emails` text, `fp_subject` varchar(250) NOT NULL DEFAULT '', `fp_inc_additional_info` varchar(10) NOT NULL DEFAULT '', `fp_return_page` varchar(250) NOT NULL DEFAULT '', `fp_message` text, `fp_emailformat` varchar(10) NOT NULL DEFAULT '', `cu_enable_copy_to_user` varchar(10) NOT NULL DEFAULT '', `cu_user_email_field` varchar(250) NOT NULL DEFAULT '', `cu_subject` varchar(250) NOT NULL DEFAULT '', `cu_message` text, `cu_emailformat` varchar(10) NOT NULL DEFAULT '', `fp_emailfrommethod` varchar(10) NOT NULL DEFAULT '', `vs_use_validation` varchar(10) NOT NULL DEFAULT '', `vs_text_is_required` varchar(250) NOT NULL DEFAULT '', `vs_text_is_email` varchar(250) NOT NULL DEFAULT '', `vs_text_datemmddyyyy` varchar(250) NOT NULL DEFAULT '', `vs_text_dateddmmyyyy` varchar(250) NOT NULL DEFAULT '', `vs_text_number` varchar(250) NOT NULL DEFAULT '', `vs_text_digits` varchar(250) NOT NULL DEFAULT '', `vs_text_max` varchar(250) NOT NULL DEFAULT '', `vs_text_min` varchar(250) NOT NULL DEFAULT '', `vs_text_submitbtn` varchar(250) NOT NULL DEFAULT '', `vs_text_previousbtn` varchar(250) NOT NULL DEFAULT '', `vs_text_nextbtn` varchar(250) NOT NULL DEFAULT '', `rep_enable` varchar(10) NOT NULL DEFAULT '', `rep_days` varchar(10) NOT NULL DEFAULT '', `rep_hour` varchar(10) NOT NULL DEFAULT '', `rep_emails` text, `rep_subject` text, `rep_emailformat` varchar(10) NOT NULL DEFAULT '', `rep_message` text, `cv_enable_captcha` varchar(20) NOT NULL DEFAULT '', `cv_width` varchar(20) NOT NULL DEFAULT '', `cv_height` varchar(20) NOT NULL DEFAULT '', `cv_chars` varchar(20) NOT NULL DEFAULT '', `cv_font` varchar(20) NOT NULL DEFAULT '', `cv_min_font_size` varchar(20) NOT NULL DEFAULT '', `cv_max_font_size` varchar(20) NOT NULL DEFAULT '', `cv_noise` varchar(20) NOT NULL DEFAULT '', `cv_noise_length` varchar(20) NOT NULL DEFAULT '', `cv_background` varchar(20) NOT NULL DEFAULT '', `cv_border` varchar(20) NOT NULL DEFAULT '', `cv_text_enter_valid_captcha` varchar(200) NOT NULL DEFAULT '', UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cftemail_forms` -- LOCK TABLES `wp_cftemail_forms` WRITE; /*!40000 ALTER TABLE `wp_cftemail_forms` DISABLE KEYS */; INSERT INTO `wp_cftemail_forms` VALUES (1,'Form 1','[[{\"name\":\"fieldname1\",\"index\":0,\"title\":\"First Name\",\"shortlabel\":\"\",\"size\":\"medium\",\"required\":true,\"predefinedClick\":false,\"ftype\":\"ftext\",\"userhelp\":\"\",\"userhelpTooltip\":false,\"csslayout\":\"\",\"predefined\":\"\",\"minlength\":\"\",\"maxlength\":\"\",\"equalTo\":\"\"},{\"name\":\"fieldname2\",\"index\":1,\"title\":\"Last Name\",\"shortlabel\":\"Last Name\",\"required\":true,\"ftype\":\"ftext\",\"userhelp\":\"\",\"userhelpTooltip\":false,\"csslayout\":\"\",\"predefined\":\"\",\"predefinedClick\":false,\"size\":\"medium\",\"minlength\":\"\",\"maxlength\":\"\",\"equalTo\":\"\"},{\"name\":\"email\",\"index\":2,\"title\":\"Email\",\"ftype\":\"femail\",\"userhelp\":\"\",\"csslayout\":\"\",\"required\":true,\"predefined\":\"\",\"size\":\"medium\",\"shortlabel\":\"\",\"userhelpTooltip\":false,\"predefinedClick\":false,\"equalTo\":\"\"}],[{\"title\":\"Stay in the Know\",\"description\":\"Join our mailing list to learn about upcoming art shows, fundraisers and other events.\",\"formlayout\":\"top_aligned\"}]]','shana1369@gmail.com','shana1369@gmail.com','New contact has subscribed','true','http://www.lifepreserversproject.org/wordpress1','The following contact has been added. \r\n\r\n<%INFO%>\r\n\r\n','text','true','email','You\'ve been added to our list','Thank you for joining our mailing list. We\'ll make sure to let you know of all our upcoming events. \r\n\r\nBest Regards,\r\nLife Preservers Project','html','fixed','true','This field is required.','Please enter a valid email address.','Please enter a valid date with this format(mm/dd/yyyy)','Please enter a valid date with this format(dd/mm/yyyy)','Please enter a valid number.','Please enter only digits.','Please enter a value less than or equal to %0%.','Please enter a value greater than or equal to %0%.','Submit','Previous','Next','no','1','0','','Submissions report...','text','Attached you will find the data from the form submissions.','true','180','65','5','font-1.ttf','25','35','190','4','ffffff','000000','Please enter a valid captcha code.'); /*!40000 ALTER TABLE `wp_cftemail_forms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cftemail_messages` -- DROP TABLE IF EXISTS `wp_cftemail_messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cftemail_messages` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `formid` int(11) NOT NULL, `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ipaddr` varchar(32) NOT NULL DEFAULT '', `notifyto` varchar(250) NOT NULL DEFAULT '', `data` mediumtext, `posted_data` mediumtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cftemail_messages` -- LOCK TABLES `wp_cftemail_messages` WRITE; /*!40000 ALTER TABLE `wp_cftemail_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cftemail_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 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 */; INSERT INTO `wp_commentmeta` VALUES (3,2,'_wp_trash_meta_status','0'),(6,2,'_wp_trash_meta_time','1463452329'); /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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 COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci 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 COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 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 (2,8,'Kimbery Clapper','Amicone73155@gmail.com','http://www.stocktalk.no/User.asp?UserID=124521','85.222.44.46','2016-04-28 16:22:04','2016-04-28 16:22:04','Specifics us forget those who have DVR or TIVO Digital Recorders. With this system, acquire guaranteed income and MLM success. Novelty motorbike text. 100 woven organic.',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci 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) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=51377 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://www.lifepreserversproject.org/wordpress1','yes'),(2,'home','http://www.lifepreserversproject.org/wordpress1','yes'),(3,'blogname','Life Preservers Project','yes'),(4,'blogdescription','Helping to preserve lives through art','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','shana1369@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:7:{i:0;s:39:\"column-shortcodes/column-shortcodes.php\";i:1;s:33:\"duplicate-post/duplicate-post.php\";i:2;s:19:\"jetpack/jetpack.php\";i:3;s:39:\"simple-embed-code/simple-code-embed.php\";i:4;s:43:\"the-events-calendar/the-events-calendar.php\";i:5;s:37:\"tinymce-advanced/tinymce-advanced.php\";i:6;s:42:\"wp-call-to-action-widget/wp-cta-widget.php\";}','yes'),(33,'category_base','','yes'),(34,'ping_sites','http://rpc.pingomatic.com/','yes'),(35,'comment_max_links','2','yes'),(36,'gmt_offset','0','yes'),(37,'default_email_category','1','yes'),(38,'recently_edited','a:5:{i:0;s:107:\"\\\\WDP\\DFS\\42\\0\\7\\8\\4244955870\\user\\sites\\1847625.site\\www\\wordpress1/wp-content/plugins/akismet/akismet.php\";i:1;s:104:\"\\\\WDP\\DFS\\42\\0\\7\\8\\4244955870\\user\\sites\\1847625.site\\www\\wordpress1/wp-content/themes/premier/style.css\";i:2;s:103:\"\\\\WDP\\DFS\\42\\0\\7\\8\\4244955870\\user\\sites\\1847625.site\\www\\wordpress1/wp-content/themes/premier/page.php\";i:3;s:108:\"\\\\WDP\\DFS\\42\\0\\7\\8\\4244955870\\user\\sites\\1847625.site\\www\\wordpress1/wp-content/themes/premier/functions.php\";i:4;s:109:\"\\\\WDP\\DFS\\42\\0\\7\\8\\4244955870\\user\\sites\\1847625.site\\www\\wordpress1/wp-content/themes/premier/inc/socmed.php\";}','no'),(39,'template','premier','yes'),(40,'stylesheet','premier','yes'),(41,'comment_whitelist','1','yes'),(42,'blacklist_keys','','no'),(43,'comment_registration','0','yes'),(44,'html_type','text/html','yes'),(45,'use_trackback','0','yes'),(46,'default_role','subscriber','yes'),(47,'db_version','36686','yes'),(48,'uploads_use_yearmonth_folders','1','yes'),(49,'upload_path','','yes'),(50,'blog_public','1','yes'),(51,'default_link_category','2','yes'),(52,'show_on_front','page','yes'),(53,'tag_base','','yes'),(54,'show_avatars','1','yes'),(55,'avatar_rating','G','yes'),(56,'upload_url_path','','yes'),(57,'thumbnail_size_w','150','yes'),(58,'thumbnail_size_h','150','yes'),(59,'thumbnail_crop','1','yes'),(60,'medium_size_w','300','yes'),(61,'medium_size_h','300','yes'),(62,'avatar_default','mystery','yes'),(63,'large_size_w','1024','yes'),(64,'large_size_h','1024','yes'),(65,'image_default_link_type','','yes'),(66,'image_default_size','','yes'),(67,'image_default_align','','yes'),(68,'close_comments_for_old_posts','0','yes'),(69,'close_comments_days_old','14','yes'),(70,'thread_comments','1','yes'),(71,'thread_comments_depth','5','yes'),(72,'page_comments','0','yes'),(73,'comments_per_page','50','yes'),(74,'default_comments_page','newest','yes'),(75,'comment_order','asc','yes'),(76,'sticky_posts','a:0:{}','yes'),(77,'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'),(78,'widget_text','a:3:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:15:\"Make a Donation\";s:4:\"text\";s:482:\"<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\">\r\n<input type=\"hidden\" name=\"cmd\" value=\"_s-xclick\">\r\n<input type=\"hidden\" name=\"hosted_button_id\" value=\"AJLBK8QTPXUBJ\">\r\n<input type=\"image\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" border=\"0\" name=\"submit\" alt=\"PayPal - The safer, easier way to pay online!\">\r\n<img alt=\"\" border=\"0\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\">\r\n</form>\";s:6:\"filter\";b:0;s:10:\"conditions\";a:2:{s:6:\"action\";s:4:\"hide\";s:5:\"rules\";a:2:{i:0;a:3:{s:5:\"major\";s:4:\"page\";s:5:\"minor\";s:1:\"2\";s:12:\"has_children\";b:0;}i:1;a:3:{s:5:\"major\";s:4:\"page\";s:5:\"minor\";s:3:\"404\";s:12:\"has_children\";b:0;}}}}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'uninstall_plugins','a:0:{}','no'),(81,'timezone_string','','yes'),(82,'page_for_posts','0','yes'),(83,'page_on_front','2','yes'),(84,'default_post_format','0','yes'),(85,'link_manager_enabled','0','yes'),(86,'finished_splitting_shared_terms','1','yes'),(87,'site_icon','10','yes'),(88,'medium_large_size_w','0','yes'),(89,'medium_large_size_h','0','yes'),(90,'initial_db_version','35700','yes'),(91,'wp_user_roles','a:6:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:110:{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:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:16:\"read_ai1ec_event\";b:1;s:16:\"edit_ai1ec_event\";b:1;s:17:\"edit_ai1ec_events\";b:1;s:24:\"edit_others_ai1ec_events\";b:1;s:25:\"edit_private_ai1ec_events\";b:1;s:27:\"edit_published_ai1ec_events\";b:1;s:18:\"delete_ai1ec_event\";b:1;s:19:\"delete_ai1ec_events\";b:1;s:26:\"delete_others_ai1ec_events\";b:1;s:29:\"delete_published_ai1ec_events\";b:1;s:27:\"delete_private_ai1ec_events\";b:1;s:20:\"publish_ai1ec_events\";b:1;s:25:\"read_private_ai1ec_events\";b:1;s:24:\"manage_events_categories\";b:1;s:18:\"manage_ai1ec_feeds\";b:1;s:19:\"switch_ai1ec_themes\";b:1;s:20:\"manage_ai1ec_options\";b:1;s:16:\"manage_sendpress\";b:1;s:10:\"copy_posts\";b:1;s:25:\"read_private_tribe_events\";b:1;s:17:\"edit_tribe_events\";b:1;s:24:\"edit_others_tribe_events\";b:1;s:25:\"edit_private_tribe_events\";b:1;s:27:\"edit_published_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:26:\"delete_others_tribe_events\";b:1;s:27:\"delete_private_tribe_events\";b:1;s:29:\"delete_published_tribe_events\";b:1;s:20:\"publish_tribe_events\";b:1;s:25:\"read_private_tribe_venues\";b:1;s:17:\"edit_tribe_venues\";b:1;s:24:\"edit_others_tribe_venues\";b:1;s:25:\"edit_private_tribe_venues\";b:1;s:27:\"edit_published_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:26:\"delete_others_tribe_venues\";b:1;s:27:\"delete_private_tribe_venues\";b:1;s:29:\"delete_published_tribe_venues\";b:1;s:20:\"publish_tribe_venues\";b:1;s:29:\"read_private_tribe_organizers\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:28:\"edit_others_tribe_organizers\";b:1;s:29:\"edit_private_tribe_organizers\";b:1;s:31:\"edit_published_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";b:1;s:30:\"delete_others_tribe_organizers\";b:1;s:31:\"delete_private_tribe_organizers\";b:1;s:33:\"delete_published_tribe_organizers\";b:1;s:24:\"publish_tribe_organizers\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:80:{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:16:\"read_ai1ec_event\";b:1;s:16:\"edit_ai1ec_event\";b:1;s:17:\"edit_ai1ec_events\";b:1;s:24:\"edit_others_ai1ec_events\";b:1;s:25:\"edit_private_ai1ec_events\";b:1;s:27:\"edit_published_ai1ec_events\";b:1;s:18:\"delete_ai1ec_event\";b:1;s:19:\"delete_ai1ec_events\";b:1;s:26:\"delete_others_ai1ec_events\";b:1;s:29:\"delete_published_ai1ec_events\";b:1;s:27:\"delete_private_ai1ec_events\";b:1;s:20:\"publish_ai1ec_events\";b:1;s:25:\"read_private_ai1ec_events\";b:1;s:24:\"manage_events_categories\";b:1;s:18:\"manage_ai1ec_feeds\";b:1;s:10:\"copy_posts\";b:1;s:25:\"read_private_tribe_events\";b:1;s:17:\"edit_tribe_events\";b:1;s:24:\"edit_others_tribe_events\";b:1;s:25:\"edit_private_tribe_events\";b:1;s:27:\"edit_published_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:26:\"delete_others_tribe_events\";b:1;s:27:\"delete_private_tribe_events\";b:1;s:29:\"delete_published_tribe_events\";b:1;s:20:\"publish_tribe_events\";b:1;s:25:\"read_private_tribe_venues\";b:1;s:17:\"edit_tribe_venues\";b:1;s:24:\"edit_others_tribe_venues\";b:1;s:25:\"edit_private_tribe_venues\";b:1;s:27:\"edit_published_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:26:\"delete_others_tribe_venues\";b:1;s:27:\"delete_private_tribe_venues\";b:1;s:29:\"delete_published_tribe_venues\";b:1;s:20:\"publish_tribe_venues\";b:1;s:29:\"read_private_tribe_organizers\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:28:\"edit_others_tribe_organizers\";b:1;s:29:\"edit_private_tribe_organizers\";b:1;s:31:\"edit_published_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";b:1;s:30:\"delete_others_tribe_organizers\";b:1;s:31:\"delete_private_tribe_organizers\";b:1;s:33:\"delete_published_tribe_organizers\";b:1;s:24:\"publish_tribe_organizers\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:40:{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:16:\"read_ai1ec_event\";b:1;s:16:\"edit_ai1ec_event\";b:1;s:17:\"edit_ai1ec_events\";b:1;s:24:\"edit_others_ai1ec_events\";b:1;s:25:\"edit_private_ai1ec_events\";b:1;s:27:\"edit_published_ai1ec_events\";b:1;s:18:\"delete_ai1ec_event\";b:1;s:19:\"delete_ai1ec_events\";b:1;s:26:\"delete_others_ai1ec_events\";b:1;s:29:\"delete_published_ai1ec_events\";b:1;s:27:\"delete_private_ai1ec_events\";b:1;s:20:\"publish_ai1ec_events\";b:1;s:25:\"read_private_ai1ec_events\";b:1;s:24:\"manage_events_categories\";b:1;s:18:\"manage_ai1ec_feeds\";b:1;s:17:\"edit_tribe_events\";b:1;s:27:\"edit_published_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:29:\"delete_published_tribe_events\";b:1;s:20:\"publish_tribe_events\";b:1;s:17:\"edit_tribe_venues\";b:1;s:27:\"edit_published_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:29:\"delete_published_tribe_venues\";b:1;s:20:\"publish_tribe_venues\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:31:\"edit_published_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";b:1;s:33:\"delete_published_tribe_organizers\";b:1;s:24:\"publish_tribe_organizers\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:11:{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:17:\"edit_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:17:\"edit_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";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;}}s:21:\"ai1ec_event_assistant\";a:2:{s:4:\"name\";s:17:\"Event Contributor\";s:12:\"capabilities\";a:7:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_ai1ec_events\";b:1;s:17:\"read_ai1ec_events\";b:1;s:19:\"delete_ai1ec_events\";b:1;s:27:\"edit_published_ai1ec_events\";b:1;s:29:\"delete_published_ai1ec_events\";b:1;}}}','yes'),(92,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(94,'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'),(95,'widget_archives','a:2:{i:4;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'sidebars_widgets','a:10:{s:16:\"acmeblog-sidebar\";a:5:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:12:\"categories-2\";i:4;s:6:\"meta-2\";}s:19:\"wp_inactive_widgets\";a:2:{i:0;s:10:\"calendar-3\";i:1;s:10:\"archives-4\";}s:9:\"sidebar-1\";a:4:{i:0;s:8:\"search-2\";i:1;s:6:\"text-2\";i:2;s:26:\"tribe-events-list-widget-4\";i:3;s:18:\"twitter_timeline-3\";}s:19:\"woocommerce_sidebar\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:11:\"left_column\";a:0:{}s:13:\"center_column\";a:0:{}s:12:\"right_column\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_calendar','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),(101,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'cron','a:10:{i:1465491535;a:1:{s:21:\"sendpress_cron_action\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1465491779;a:1:{s:40:\"jetpack_display_posts_widget_cron_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"minutes_10\";s:4:\"args\";a:0:{}s:8:\"interval\";i:600;}}}i:1465493107;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:1465502368;a:1:{s:28:\"sendpress_notification_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1465515187;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1465515197;a:1:{s:24:\"jp_purge_transients_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1465525130;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:1465533096;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:1465570692;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;}}}s:7:\"version\";i:2;}','yes'),(184,'recently_activated','a:0:{}','yes'),(194,'jetpack_options','a:10:{s:7:\"version\";s:16:\"4.0.3:1464326130\";s:11:\"old_version\";s:16:\"4.0.2:1461358727\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:2:\"id\";i:107598782;s:6:\"public\";i:1;s:9:\"jumpstart\";s:19:\"jumpstart_activated\";s:11:\"master_user\";i:1;s:14:\"last_heartbeat\";i:1465429237;s:20:\"sync_bulk_reindexing\";b:1;}','yes'),(197,'jetpack_activated','1','yes'),(200,'jetpack_file_data','a:1:{s:5:\"4.0.3\";a:49:{s:32:\"31e5b9ae08b62c2b0cd8a7792242298b\";a:14:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:89:\"Check your spelling, style, and grammar with the After the Deadline proofreading service.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";}s:32:\"3f41b2d629265b5de8108b463abbe8e2\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:63:\"Transform standard image galleries into full-screen slideshows.\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";}s:32:\"c6ebb418dde302de09600a6025370583\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:79:\"Let readers comment with WordPress.com, Twitter, Facebook, or Google+ accounts.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";}s:32:\"836f9485669e1bbb02920cb474730df0\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:44:\"Insert a contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";}s:32:\"ea3970eebf8aac55fc3eca5dca0e0157\";a:14:{s:4:\"name\";s:20:\"Custom Content Types\";s:11:\"description\";s:92:\"Organize and display different types of content on your site, separate from posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";}s:32:\"d2bb05ccad3d8789df40ca3abb97336c\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:57:\"Customize your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";}s:32:\"a2064eec5b9c7e0d816af71dee7a715f\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"53a4ec755022ef3953699734c343da02\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";}s:32:\"72fecb67ee6704ba0a33e0225316ad06\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"d56e2886185a9eace719cc57d46770df\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";}s:32:\"e391e760617bd0e0736550e34a73d7fe\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"2e345370766346c616b3c5046e817720\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:46:\"Add support for infinite scroll to your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";}s:32:\"bd69edbf134de5fae8fdcf2e70a45b56\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:69:\"Allow applications to securely access your content through the cloud.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";}s:32:\"8110b7a4423aaa619dfa46b8843e10d1\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:85:\"Use LaTeX markup language in posts and pages for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";}s:32:\"fd7e85d3b4887fa6b6f997d6592c1f33\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:70:\"Give visitors an easy way to show their appreciation for your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";}s:32:\"c5dfef41fad5bcdcaae8e315e5cfc420\";a:14:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:76:\"Manage all your sites from a centralized place, https://wordpress.com/sites.\";s:14:\"jumpstart_desc\";s:151:\"Helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";s:25:\"additional_search_queries\";s:26:\"manage, management, remote\";}s:32:\"fd6dc399b92bce76013427e3107c314f\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:51:\"Write posts or pages in plain-text Markdown syntax.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";}s:32:\"c49a35b6482b0426cb07ad28ecf5d7df\";a:14:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:64:\"Optimize your site with a mobile-friendly theme for smartphones.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";}s:32:\"b42e38f6fafd2e4104ebe5bf39b4be47\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"771cfeeba0d3d23ec344d5e781fb0ae2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"54f0661d27c814fc8bde39580181d939\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"46c4c413b5c72bbd3c3dbd14ff8f8adc\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"9ea52fa25783e5ceeb6bfaed3268e64e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:25:\"Reports on site downtime.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";}s:32:\"cfcaafd0fcad087899d715e0b877474d\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:84:\"Receive notification of site activity via the admin toolbar and your Mobile devices.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";}s:32:\"0d18bfa69bec61550c1d813ce64149b0\";a:14:{s:4:\"name\";s:10:\"Omnisearch\";s:11:\"description\";s:66:\"Search your entire database from a single field in your Dashboard.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"16\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:6:\"search\";}s:32:\"3f0a11e23118f0788d424b646a6d465f\";a:14:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:27:\"Speed up images and photos.\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:44:\"Recommended, Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";}s:32:\"e37cfbcb72323fb1fe8255a2edb4d738\";a:14:{s:4:\"name\";s:13:\"Post by Email\";s:11:\"description\";s:58:\"Publish posts by email, using any device and email client.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";}s:32:\"728290d131a480bfe7b9e405d7cd925f\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:28:\"Prevent brute force attacks.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:65:\"security, secure, protection, botnet, brute force, protect, login\";}s:32:\"f9ce784babbbf4dcca99b8cd2ceb420c\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:30:\"Automatically promote content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:107:\"facebook, twitter, google+, googleplus, google, path, tumblr, linkedin, social, tweet, connections, sharing\";}s:32:\"052c03877dd3d296a71531cb07ad939a\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"52edecb2a75222e75b2dce4356a4efce\";a:14:{s:4:\"name\";s:13:\"Related Posts\";s:11:\"description\";s:24:\"Display similar content.\";s:14:\"jumpstart_desc\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";}s:32:\"8b059cb50a66b717f1ec842e736b858c\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:32:\"Visitors can share your content.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:141:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, google+, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";}s:32:\"a6d2394329871857401255533a9873f7\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:77:\"Embed content from YouTube, Vimeo, SlideShare, and more, no coding necessary.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:251:\"shortcodes, shortcode, embeds, media, bandcamp, blip.tv, dailymotion, digg, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";}s:32:\"21496e2897ea5f81605e2f2ac3beb921\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:56:\"Enable WP.me-powered shortlinks for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";}s:32:\"e2a54a5d7879a4162709e6ffb540dd08\";a:14:{s:4:\"name\";s:9:\"Site Icon\";s:11:\"description\";s:29:\"Add a site icon to your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:24:\"favicon, icon, site icon\";}s:32:\"f5c537bc304f55b29c1a87e30be0cd24\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:75:\"Creates sitemaps to allow your site to be easily indexed by search engines.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";}s:32:\"59a23643437358a9b557f1d1e20ab040\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"6a90f97c3194cfca5671728eaaeaf15e\";a:14:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"description\";s:27:\"Secure user authentication.\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:31:\"Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";}s:32:\"b65604e920392e2f7134b646760b75e8\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:35:\"Collect traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";}s:32:\"23a586dd7ead00e69ec53eb32ef740e4\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:88:\"Allow users to subscribe to your posts and comments and receive notifications via email.\";s:14:\"jumpstart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";}s:32:\"1d978b8d84d2f378fe1a702a67633b6d\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"b3b983461d7f3d27322a3551ed8a9405\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:73:\"Display your image galleries in a variety of sleek, graphic arrangements.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";}s:32:\"d924e5b05722b0e104448543598f54c0\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"36741583b10c521997e563ad8e1e8b77\";a:14:{s:4:\"name\";s:12:\"Data Backups\";s:11:\"description\";s:27:\"Daily or real-time backups.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:20:\"Performance-Security\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";}s:32:\"2b9b44f09b5459617d68dd82ee17002a\";a:14:{s:4:\"name\";s:17:\"Site Verification\";s:11:\"description\";s:77:\"Verify your site or domain with Google Search Console, Pinterest, and others.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";}s:32:\"5ab4c0db7c42e10e646342da0274c491\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:68:\"Upload and embed videos right on your site. (Subscription required.)\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopress\";}s:32:\"60a1d3aa38bc0fe1039e59dd60888543\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:57:\"Specify which widgets appear on which pages of your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";}s:32:\"174ed3416476c2cb9ff5b0f671280b15\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:79:\"Add images, Twitter streams, your site’s RSS links, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";}s:32:\"28b931a1db19bd24869bd54b14e733d5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}}}','yes'),(203,'jetpack_available_modules','a:1:{s:5:\"4.0.3\";a:37:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:6:\"manage\";s:3:\"3.4\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"omnisearch\";s:3:\"2.3\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:9:\"site-icon\";s:3:\"3.2\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";}}','yes'),(209,'jetpack_security_report','a:0:{}','yes'),(227,'_transient_twentysixteen_categories','1','yes'),(239,'theme_mods_twentysixteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1456281131;s:4:\"data\";a:2:{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\";}}}}','yes'),(242,'current_theme','Premier','yes'),(245,'theme_mods_premier','a:20:{i:0;b:0;s:12:\"header_image\";s:117:\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/cropped-shutterstock_82710673_rendered.jpg\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:127;s:3:\"url\";s:117:\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/cropped-shutterstock_82710673_rendered.jpg\";s:13:\"thumbnail_url\";s:117:\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/cropped-shutterstock_82710673_rendered.jpg\";s:6:\"height\";i:492;s:5:\"width\";i:1440;}s:22:\"premier_global_favicon\";s:105:\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/cropped-2013frontpageimage.jpg\";s:28:\"telnumber_textbox_header_one\";s:0:\"\";s:7:\"twitter\";s:35:\"https://twitter.com/lifepreserversp\";s:8:\"facebook\";s:62:\"https://www.facebook.com/Life-Preservers-Project-311309400200/\";s:25:\"homepage_promotional_bool\";b:0;s:14:\"copyright_text\";s:30:\"©2016 Life Preservers Project\";s:19:\"hide_footer_widgets\";s:1:\"1\";s:16:\"background_color\";s:6:\"eeeeee\";s:12:\"premier_logo\";s:106:\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Life_Preservers_Project_250.png\";s:20:\"premier_color_scheme\";s:3:\"Red\";s:20:\"homepage_slider_show\";b:0;s:15:\"font_site_title\";s:9:\"Open Sans\";s:9:\"font_body\";s:5:\"Arimo\";s:17:\"font_body_display\";s:1:\"1\";s:12:\"font_headers\";s:11:\"Droid Serif\";s:20:\"font_headers_display\";s:1:\"1\";s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:50;}}','yes'),(248,'theme_switched','','yes'),(266,'category_children','a:0:{}','yes'),(413,'_transient_twentyfifteen_categories','1','yes'),(430,'theme_mods_acmeblog','a:3:{i:0;b:0;s:22:\"acmeblog_theme_options\";a:9:{s:20:\"acmeblog-header-logo\";s:104:\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Lifepreserversweblogo2013.gif\";s:30:\"acmeblog-header-id-display-opt\";s:9:\"logo-only\";s:18:\"acmeblog-show-date\";b:0;s:21:\"acmeblog-facebook-url\";s:62:\"https://www.facebook.com/Life-Preservers-Project-311309400200/\";s:20:\"acmeblog-twitter-url\";s:23:\"http://@lifepreserversp\";s:22:\"acmeblog-enable-social\";b:1;s:23:\"acmeblog-default-layout\";s:9:\"fullwidth\";s:23:\"acmeblog-sidebar-layout\";s:10:\"no-sidebar\";s:24:\"acmeblog-show-breadcrumb\";b:1;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1456525716;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:16:\"acmeblog-sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(431,'widget_acmeblog_author','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(443,'jetpack_site_icon_url','http://i2.wp.com/www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/cropped-2013frontpageimage.jpg?fit=512%2C512','yes'),(545,'_transient_acmeblog_categories','1','yes'),(670,'widget_enlightenment-custom-query','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(673,'theme_mods_enlightenment','a:5:{i:0;b:0;s:16:\"header_textcolor\";s:6:\"ffffff\";s:12:\"header_image\";s:109:\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/shutterstock_82710673_rendered.jpg\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:97;s:3:\"url\";s:109:\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/shutterstock_82710673_rendered.jpg\";s:13:\"thumbnail_url\";s:109:\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/shutterstock_82710673_rendered.jpg\";s:6:\"height\";i:960;s:5:\"width\";i:1440;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1456533947;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:16:\"acmeblog-sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-1\";a:1:{i:0;s:8:\"search-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(676,'theme_switched_via_customizer','','yes'),(719,'jetpack_log','a:15:{i:0;a:4:{s:4:\"time\";i:1456529271;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:1456529569;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:107598782;s:4:\"code\";s:9:\"authorize\";}i:2;a:5:{s:4:\"time\";i:1456529621;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:107598782;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:6:\"manage\";}i:3;a:5:{s:4:\"time\";i:1456529621;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:107598782;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:10:\"sharedaddy\";}i:4;a:5:{s:4:\"time\";i:1456529621;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:107598782;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:13:\"subscriptions\";}i:5;a:5:{s:4:\"time\";i:1456529621;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:107598782;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:19:\"gravatar-hovercards\";}i:6;a:5:{s:4:\"time\";i:1456529621;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:107598782;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:12:\"contact-form\";}i:7;a:5:{s:4:\"time\";i:1456529621;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:107598782;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:8:\"carousel\";}i:8;a:5:{s:4:\"time\";i:1456529621;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:107598782;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:6:\"photon\";}i:9;a:5:{s:4:\"time\";i:1456529622;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:107598782;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:13:\"related-posts\";}i:10;a:5:{s:4:\"time\";i:1456529623;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:107598782;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:3:\"sso\";}i:11;a:5:{s:4:\"time\";i:1456532088;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:107598782;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:13:\"tiled-gallery\";}i:12;a:5:{s:4:\"time\";i:1456532119;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:107598782;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:10:\"videopress\";}i:13;a:5:{s:4:\"time\";i:1456532135;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:107598782;s:4:\"code\";s:10:\"deactivate\";s:4:\"data\";s:10:\"videopress\";}i:14;a:5:{s:4:\"time\";i:1456532157;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:107598782;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:9:\"minileven\";}}','no'),(722,'jetpack_private_options','a:3:{s:8:\"register\";s:76:\"AAQNvLvGVSk7uSRddItbB5meMYeXxPaw:k4R22PeUNebfcmym4WK08e8filgAFpiW:1456529871\";s:10:\"blog_token\";s:65:\"MGD3r(Eu$jvufxADbG5ogW&0yWjQHAqo.q#AlEOBJb@59CzJIbJE6jXmViUkw0)n2\";s:11:\"user_tokens\";a:1:{i:1;s:67:\"3K1rcu8AvmuXX*E6TwnNOm18#mztpUZ%.h88xTSDBqn8TipyLWk0^1LiIGFo4!eVN.1\";}}','yes'),(730,'jetpack_unique_connection','a:3:{s:9:\"connected\";i:1;s:12:\"disconnected\";i:0;s:7:\"version\";s:5:\"3.6.1\";}','yes'),(733,'jetpack_active_modules','a:29:{i:0;s:18:\"after-the-deadline\";i:1;s:12:\"contact-form\";i:2;s:20:\"custom-content-types\";i:3;s:10:\"custom-css\";i:4;s:21:\"enhanced-distribution\";i:5;s:19:\"gravatar-hovercards\";i:6;s:8:\"json-api\";i:7;s:5:\"latex\";i:8;s:5:\"notes\";i:9;s:10:\"omnisearch\";i:10;s:13:\"post-by-email\";i:11;s:7:\"protect\";i:12;s:9:\"publicize\";i:13;s:10:\"sharedaddy\";i:14;s:10:\"shortcodes\";i:15;s:10:\"shortlinks\";i:16;s:8:\"sitemaps\";i:17;s:5:\"stats\";i:18;s:13:\"subscriptions\";i:20;s:18:\"verification-tools\";i:21;s:17:\"widget-visibility\";i:22;s:7:\"widgets\";i:23;s:6:\"manage\";i:24;s:8:\"carousel\";i:25;s:6:\"photon\";i:26;s:13:\"related-posts\";i:27;s:3:\"sso\";i:28;s:13:\"tiled-gallery\";i:29;s:9:\"minileven\";}','yes'),(736,'jetpack_portfolio','0','yes'),(749,'widget_blog_subscription','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(752,'widget_facebook-likebox','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(755,'widget_wpcom-goodreads','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(758,'widget_googleplus-badge','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(761,'widget_grofile','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(764,'widget_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(767,'widget_rss_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(770,'widget_wpcom_social_media_icons_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(773,'widget_twitter_timeline','a:3:{i:3;a:9:{s:5:\"title\";s:9:\"Tweet Us!\";s:5:\"width\";s:0:\"\";s:6:\"height\";i:400;s:11:\"tweet-limit\";i:3;s:9:\"widget-id\";s:18:\"703391975672844289\";s:10:\"link-color\";s:7:\"#f96e5b\";s:12:\"border-color\";s:7:\"#e8e8e8\";s:5:\"theme\";s:5:\"light\";s:6:\"chrome\";a:3:{i:0;s:8:\"noheader\";i:1;s:8:\"nofooter\";i:2;s:11:\"transparent\";}}i:5;a:9:{s:5:\"title\";s:24:\"Check out Our Twitterers\";s:5:\"width\";s:0:\"\";s:6:\"height\";i:400;s:11:\"tweet-limit\";i:3;s:9:\"widget-id\";s:18:\"703391975672844289\";s:10:\"link-color\";s:7:\"#f96e5b\";s:12:\"border-color\";s:7:\"#e8e8e8\";s:5:\"theme\";s:5:\"light\";s:6:\"chrome\";a:1:{i:0;s:8:\"noheader\";}}s:12:\"_multiwidget\";i:1;}','yes'),(776,'widget_jetpack_display_posts_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(782,'jetpack_protect_key','38405859a451959cb6f27ef1d0741624c748d266','yes'),(785,'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:107598782;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:1;s:7:\"version\";s:1:\"9\";}','yes'),(803,'trusted_ip_header','O:8:\"stdClass\":3:{s:14:\"trusted_header\";s:11:\"REMOTE_ADDR\";s:8:\"segments\";i:1;s:7:\"reverse\";b:0;}','yes'),(811,'sharing-options','a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:4:\"icon\";s:13:\"sharing_label\";s:14:\"Tell the World\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:5:{i:0;s:5:\"index\";i:1;s:4:\"post\";i:2;s:4:\"page\";i:3;s:10:\"attachment\";i:4;s:12:\"tribe_events\";}s:6:\"custom\";a:0:{}}}','yes'),(814,'sharing-services','a:2:{s:7:\"visible\";a:5:{i:0;s:8:\"linkedin\";i:1;s:7:\"twitter\";i:2;s:8:\"facebook\";i:3;s:13:\"google-plus-1\";i:4;s:5:\"email\";}s:6:\"hidden\";a:0:{}}','yes'),(824,'carousel_background_color','white','yes'),(827,'carousel_display_exif','1','yes'),(877,'stats_cache','a:2:{s:32:\"560654955d1b06ebd13dccd9107b1193\";a:1:{i:1465472032;a:1:{i:0;a:4:{s:7:\"post_id\";s:1:\"0\";s:10:\"post_title\";s:9:\"Home page\";s:14:\"post_permalink\";s:48:\"http://www.lifepreserversproject.org/wordpress1/\";s:5:\"views\";s:1:\"1\";}}}s:32:\"4de947c91613821148ca35341be5196e\";a:1:{i:1465472032;a:0:{}}}','yes'),(884,'jetpack_protect_whitelist','a:0:{}','yes'),(886,'sharedaddy_disable_resources','0','yes'),(889,'jetpack-twitter-cards-site-tag','lifepreserversp','yes'),(904,'widget_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(920,'WPLANG','','yes'),(938,'enlightenment_theme_options','a:102:{s:15:\"navbar_position\";s:9:\"fixed-top\";s:17:\"navbar_background\";s:7:\"default\";s:11:\"navbar_size\";s:5:\"large\";s:13:\"shrink_navbar\";s:1:\"1\";s:16:\"blog_header_text\";s:13:\"From The Blog\";s:23:\"blog_header_description\";s:0:\"\";s:22:\"thumbnail_header_image\";b:0;s:20:\"thumbnails_crop_flag\";b:0;s:15:\"thumbnails_size\";s:5:\"large\";s:9:\"post_meta\";a:2:{s:4:\"date\";s:1:\"1\";s:8:\"category\";s:1:\"1\";}s:14:\"portfolio_meta\";a:5:{s:6:\"author\";b:1;s:4:\"date\";b:1;s:12:\"project_type\";b:1;s:8:\"comments\";b:1;s:9:\"edit_link\";b:1;}s:15:\"enable_lightbox\";s:1:\"1\";s:15:\"lightbox_script\";s:8:\"colorbox\";s:15:\"posts_nav_style\";s:8:\"infinite\";s:16:\"posts_nav_labels\";s:11:\"older/newer\";s:16:\"copyright_notice\";s:20:\"© %year% %sitename%\";s:17:\"theme_credit_link\";b:0;s:18:\"author_credit_link\";b:0;s:21:\"wordpress_credit_link\";b:0;s:11:\"page_design\";s:5:\"boxed\";s:10:\"custom_css\";s:0:\"\";s:10:\"link_color\";s:7:\"#428bca\";s:16:\"link_hover_color\";s:7:\"#2a6496\";s:17:\"brand_font_family\";s:9:\"Open Sans\";s:15:\"brand_font_size\";i:24;s:16:\"brand_font_style\";s:3:\"300\";s:16:\"brand_font_color\";s:4:\"#555\";s:17:\"brand_hover_color\";s:7:\"#5e5e5e\";s:22:\"menu_items_font_family\";s:9:\"Open Sans\";s:20:\"menu_items_font_size\";i:14;s:21:\"menu_items_font_style\";s:3:\"400\";s:21:\"menu_items_font_color\";s:4:\"#555\";s:22:\"menu_items_hover_color\";s:7:\"#428bca\";s:23:\"page_header_font_family\";s:9:\"Open Sans\";s:21:\"page_header_font_size\";i:40;s:22:\"page_header_font_style\";s:3:\"300\";s:22:\"page_header_font_color\";s:4:\"#777\";s:23:\"entry_title_font_family\";s:9:\"Open Sans\";s:21:\"entry_title_font_size\";i:32;s:22:\"entry_title_font_style\";s:3:\"700\";s:22:\"entry_title_font_color\";s:4:\"#333\";s:30:\"teaser_entry_title_font_family\";s:9:\"Open Sans\";s:28:\"teaser_entry_title_font_size\";i:20;s:29:\"teaser_entry_title_font_style\";s:3:\"700\";s:29:\"teaser_entry_title_font_color\";s:4:\"#333\";s:30:\"single_entry_title_font_family\";s:9:\"Open Sans\";s:28:\"single_entry_title_font_size\";i:36;s:29:\"single_entry_title_font_style\";s:3:\"700\";s:29:\"single_entry_title_font_color\";s:4:\"#333\";s:23:\"entry_title_hover_color\";s:7:\"#428bca\";s:22:\"entry_meta_font_family\";s:9:\"Open Sans\";s:20:\"entry_meta_font_size\";i:13;s:21:\"entry_meta_font_style\";s:3:\"300\";s:21:\"entry_meta_font_color\";s:4:\"#999\";s:21:\"entry_meta_link_color\";s:4:\"#456\";s:27:\"entry_meta_link_hover_color\";s:7:\"#428bca\";s:25:\"entry_content_font_family\";s:9:\"Open Sans\";s:23:\"entry_content_font_size\";i:16;s:24:\"entry_content_font_style\";s:3:\"400\";s:24:\"entry_content_font_color\";s:4:\"#333\";s:25:\"entry_summary_font_family\";s:9:\"Open Sans\";s:23:\"entry_summary_font_size\";i:14;s:24:\"entry_summary_font_style\";s:3:\"400\";s:24:\"entry_summary_font_color\";s:4:\"#333\";s:24:\"widget_title_font_family\";s:9:\"Open Sans\";s:22:\"widget_title_font_size\";i:24;s:23:\"widget_title_font_style\";s:3:\"700\";s:23:\"widget_title_font_color\";s:4:\"#333\";s:26:\"widget_content_font_family\";s:9:\"Open Sans\";s:24:\"widget_content_font_size\";i:14;s:25:\"widget_content_font_style\";s:3:\"400\";s:25:\"widget_content_font_color\";s:4:\"#555\";s:17:\"widget_link_color\";s:7:\"#428bca\";s:23:\"widget_link_hover_color\";s:7:\"#2a6496\";s:23:\"footer_text_font_family\";s:9:\"Open Sans\";s:21:\"footer_text_font_size\";i:14;s:22:\"footer_text_font_style\";s:3:\"400\";s:22:\"footer_text_font_color\";s:4:\"#555\";s:17:\"footer_link_color\";s:7:\"#428bca\";s:23:\"footer_link_hover_color\";s:7:\"#2a6496\";s:15:\"page_header_tag\";s:2:\"h1\";s:22:\"single_page_header_tag\";s:3:\"div\";s:15:\"entry_title_tag\";s:2:\"h2\";s:22:\"teaser_entry_title_tag\";s:2:\"h2\";s:22:\"single_entry_title_tag\";s:2:\"h1\";s:18:\"comments_title_tag\";s:2:\"h2\";s:16:\"widget_title_tag\";s:2:\"h3\";s:17:\"post_meta[author]\";b:0;s:15:\"post_meta[date]\";b:0;s:19:\"post_meta[category]\";b:0;s:19:\"post_meta[comments]\";b:0;s:20:\"post_meta[edit_link]\";b:0;s:22:\"portfolio_meta[author]\";b:0;s:20:\"portfolio_meta[date]\";b:0;s:28:\"portfolio_meta[project_type]\";b:0;s:24:\"portfolio_meta[comments]\";b:0;s:25:\"portfolio_meta[edit_link]\";b:0;s:4:\"logo\";a:6:{s:5:\"image\";i:7;s:5:\"width\";i:300;s:6:\"height\";i:75;s:17:\"insert_site_title\";b:1;s:9:\"hide_text\";b:1;s:9:\"crop_flag\";b:0;}s:23:\"logo[insert_site_title]\";b:0;s:15:\"logo[hide_text]\";b:0;s:7:\"layouts\";a:14:{s:8:\"error404\";s:10:\"full-width\";s:6:\"search\";s:15:\"content-sidebar\";s:4:\"blog\";s:15:\"content-sidebar\";s:4:\"post\";s:15:\"content-sidebar\";s:4:\"page\";s:10:\"full-width\";s:6:\"author\";s:15:\"content-sidebar\";s:4:\"date\";s:15:\"content-sidebar\";s:25:\"jetpack-portfolio-archive\";s:15:\"content-sidebar\";s:10:\"attachment\";s:15:\"content-sidebar\";s:17:\"jetpack-portfolio\";s:15:\"content-sidebar\";s:8:\"category\";s:15:\"content-sidebar\";s:8:\"post_tag\";s:15:\"content-sidebar\";s:22:\"jetpack-portfolio-type\";s:15:\"content-sidebar\";s:21:\"jetpack-portfolio-tag\";s:15:\"content-sidebar\";}s:14:\"template_hooks\";a:1:{s:8:\"error404\";a:13:{s:20:\"enlightenment_header\";a:2:{i:0;s:27:\"enlightenment_site_branding\";i:1;s:11:\"wp_nav_menu\";}s:28:\"enlightenment_before_content\";a:0:{}s:21:\"enlightenment_content\";a:1:{i:0;s:22:\"enlightenment_the_loop\";}s:26:\"enlightenment_entry_header\";a:0:{}s:27:\"enlightenment_entry_content\";a:2:{i:0;s:18:\"the_post_thumbnail\";i:1;s:11:\"the_content\";}s:26:\"enlightenment_entry_footer\";a:0:{}s:32:\"enlightenment_after_entry_footer\";a:0:{}s:32:\"enlightenment_after_entries_list\";a:1:{i:0;s:23:\"enlightenment_posts_nav\";}s:34:\"enlightenment_before_comments_list\";a:0:{}s:22:\"enlightenment_comments\";a:0:{}s:33:\"enlightenment_after_comments_list\";a:0:{}s:28:\"enlightenment_after_comments\";a:0:{}s:20:\"enlightenment_footer\";a:2:{i:0;s:30:\"enlightenment_copyright_notice\";i:1;s:26:\"enlightenment_credit_links\";}}}}','yes'),(955,'widget_widget_contact_info','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(958,'widget_top-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(959,'_transient_enlightenment_categories','1','yes'),(977,'safecss_rev','1','yes'),(1052,'ecwd_old_events','0','yes'),(1054,'ecwd_settings_general','a:8:{s:13:\"save_settings\";i:1;s:11:\"date_format\";s:5:\"m-d-y\";s:11:\"time_format\";s:3:\"H:i\";s:11:\"week_starts\";s:1:\"0\";s:11:\"events_slug\";s:6:\"events\";s:10:\"event_slug\";s:5:\"event\";s:9:\"cpt_order\";s:9:\"post_name\";s:15:\"events_in_popup\";s:1:\"1\";}','yes'),(1057,'widget_ecwd_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1060,'ecwd_slug_changed','0','yes'),(1063,'ecwd_single_slug','event','yes'),(1066,'ecwd_slug','events','yes'),(1069,'ecwd_cpt_setup','1','yes'),(1075,'ecwd_settings','','yes'),(1078,'activation_page_option','ok','yes'),(1084,'ecwd_admin_notice','a:1:{s:19:\"ecwd_new_year_promo\";a:2:{s:5:\"start\";s:10:\"12/31/2015\";s:3:\"int\";i:0;}}','yes'),(1231,'ecwd_event_category_children','a:0:{}','yes'),(1411,'tribe_events_calendar_options','a:37:{s:14:\"schema-version\";s:5:\"4.1.4\";s:27:\"recurring_events_are_hidden\";s:6:\"hidden\";s:21:\"previous_ecp_versions\";a:5:{i:0;s:1:\"0\";i:1;s:5:\"4.0.6\";i:2;s:7:\"4.1.1.1\";i:3;s:5:\"4.1.2\";i:4;s:5:\"4.1.3\";}s:18:\"latest_ecp_version\";s:5:\"4.1.4\";s:19:\"last-update-message\";s:5:\"4.1.3\";s:11:\"donate-link\";b:0;s:12:\"postsPerPage\";s:1:\"3\";s:17:\"liveFiltersUpdate\";b:0;s:12:\"showComments\";b:0;s:20:\"showEventsInMainLoop\";b:1;s:10:\"eventsSlug\";s:6:\"events\";s:15:\"singleEventSlug\";s:5:\"event\";s:14:\"multiDayCutoff\";s:5:\"00:00\";s:21:\"defaultCurrencySymbol\";s:1:\"$\";s:23:\"reverseCurrencyPosition\";b:0;s:15:\"embedGoogleMaps\";b:1;s:19:\"embedGoogleMapsZoom\";s:2:\"10\";s:11:\"debugEvents\";b:0;s:26:\"tribe_events_timezone_mode\";s:5:\"event\";s:32:\"tribe_events_timezones_show_zone\";b:1;s:13:\"earliest_date\";s:19:\"2016-06-21 18:30:00\";s:11:\"latest_date\";s:19:\"2016-06-21 22:00:00\";s:16:\"stylesheetOption\";s:5:\"tribe\";s:19:\"tribeEventsTemplate\";s:0:\"\";s:16:\"tribeEnableViews\";a:1:{i:0;s:4:\"list\";}s:10:\"viewOption\";s:4:\"list\";s:20:\"tribeDisableTribeBar\";b:1;s:16:\"monthEventAmount\";s:1:\"3\";s:23:\"enable_month_view_cache\";b:0;s:18:\"dateWithYearFormat\";s:6:\"F j, Y\";s:21:\"dateWithoutYearFormat\";s:3:\"F j\";s:18:\"monthAndYearFormat\";s:3:\"F Y\";s:17:\"dateTimeSeparator\";s:3:\" @ \";s:18:\"timeRangeSeparator\";s:3:\" - \";s:16:\"datepickerFormat\";s:1:\"1\";s:21:\"tribeEventsBeforeHTML\";s:0:\"\";s:20:\"tribeEventsAfterHTML\";s:0:\"\";}','yes'),(1414,'widget_tribe-events-list-widget','a:3:{i:3;a:3:{s:5:\"title\";s:20:\"Join Us for an Event\";s:5:\"limit\";s:1:\"3\";s:18:\"no_upcoming_events\";b:0;}i:4;a:3:{s:5:\"title\";s:15:\"Upcoming Events\";s:5:\"limit\";s:1:\"3\";s:18:\"no_upcoming_events\";s:1:\"1\";}s:12:\"_multiwidget\";i:1;}','yes'),(1417,'tribe_last_save_post','1510698517','yes'),(1426,'tribe_events_cat_children','a:0:{}','yes'),(1529,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:50;}}','yes'),(1562,'tadv_settings','a:6:{s:9:\"toolbar_1\";s:134:\"bold,italic,underline,blockquote,bullist,numlist,alignleft,aligncenter,alignright,link,unlink,table,fullscreen,undo,redo,wp_adv,anchor\";s:9:\"toolbar_2\";s:133:\"formatselect,alignjustify,strikethrough,outdent,indent,pastetext,removeformat,charmap,wp_more,emoticons,forecolor,superscript,wp_help\";s:9:\"toolbar_3\";s:0:\"\";s:9:\"toolbar_4\";s:0:\"\";s:7:\"options\";s:27:\"advlist,contextmenu,menubar\";s:7:\"plugins\";s:119:\"anchor,code,insertdatetime,nonbreaking,print,searchreplace,table,visualblocks,visualchars,emoticons,advlist,contextmenu\";}','yes'),(1565,'tadv_admin_settings','a:2:{s:7:\"options\";s:0:\"\";s:16:\"disabled_plugins\";s:0:\"\";}','yes'),(1568,'tadv_version','4000','yes'),(1816,'tiled_galleries','1','yes'),(1895,'ai1ec_db_version','be37a85f4105c9e49c69f4cfa3d3c2918d046fe1','no'),(1898,'ai1ec_category_meta_ported','1','no'),(1901,'ai1ec_current_theme','a:5:{s:9:\"theme_dir\";s:140:\"\\\\WDP\\DFS\\42\\0\\7\\8\\4244955870\\user\\sites\\1847625.site\\www\\wordpress1\\wp-content\\plugins\\all-in-one-event-calendar\\public\\themes-ai1ec\\vortex\";s:10:\"theme_root\";s:133:\"\\\\WDP\\DFS\\42\\0\\7\\8\\4244955870\\user\\sites\\1847625.site\\www\\wordpress1\\wp-content\\plugins\\all-in-one-event-calendar\\public\\themes-ai1ec\";s:9:\"theme_url\";s:119:\"http://www.lifepreserversproject.org/wordpress1/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex\";s:10:\"stylesheet\";s:6:\"vortex\";s:6:\"legacy\";b:0;}','yes'),(1904,'ai1ec_force_flush_rewrite_rules','','yes'),(1910,'ai1ec_clean_twig_cache','','yes'),(1913,'ai1ec_less_variables','a:43:{s:14:\"bodyBackground\";a:3:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:5:\"color\";}s:9:\"textColor\";a:3:{s:5:\"value\";s:7:\"#333333\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:5:\"color\";}s:10:\"textEmboss\";a:3:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:5:\"color\";}s:9:\"linkColor\";a:3:{s:5:\"value\";s:7:\"#3d6b99\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:5:\"color\";}s:14:\"linkColorHover\";a:3:{s:5:\"value\";s:7:\"#335980\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:5:\"color\";}s:14:\"baseFontFamily\";a:3:{s:5:\"value\";s:46:\"\"Helvetica Neue\", Helvetica, Arial, sans-serif\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:4:\"font\";}s:12:\"baseFontSize\";a:3:{s:5:\"value\";s:4:\"13px\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:4:\"size\";}s:15:\"tableBackground\";a:3:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:5:\"table\";s:4:\"type\";s:5:\"color\";}s:20:\"tableLabelBackground\";a:3:{s:5:\"value\";s:7:\"#f5f5f5\";s:3:\"tab\";s:5:\"table\";s:4:\"type\";s:5:\"color\";}s:14:\"tableLabelText\";a:3:{s:5:\"value\";s:7:\"#9e9e9e\";s:3:\"tab\";s:5:\"table\";s:4:\"type\";s:5:\"color\";}s:20:\"btnPrimaryBackground\";a:3:{s:5:\"value\";s:7:\"#6dbb4f\";s:3:\"tab\";s:7:\"buttons\";s:4:\"type\";s:5:\"color\";}s:13:\"btnBackground\";a:3:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:7:\"buttons\";s:4:\"type\";s:5:\"color\";}s:9:\"btnBorder\";a:3:{s:5:\"value\";s:7:\"#cccccc\";s:3:\"tab\";s:7:\"buttons\";s:4:\"type\";s:5:\"color\";}s:12:\"btnTextColor\";a:3:{s:5:\"value\";s:7:\"#333333\";s:3:\"tab\";s:7:\"buttons\";s:4:\"type\";s:5:\"color\";}s:9:\"inputText\";a:3:{s:5:\"value\";s:4:\"#555\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";}s:15:\"inputBackground\";a:3:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";}s:11:\"inputBorder\";a:3:{s:5:\"value\";s:7:\"#cccccc\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";}s:16:\"inputBorderFocus\";a:3:{s:5:\"value\";s:20:\"rgba(82,168,236,0.8)\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";}s:23:\"inputDisabledBackground\";a:3:{s:5:\"value\";s:7:\"#eeeeee\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";}s:10:\"labelColor\";a:3:{s:5:\"value\";s:7:\"#aaaaaa\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";}s:18:\"dropdownBackground\";a:3:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";}s:14:\"dropdownBorder\";a:3:{s:5:\"value\";s:16:\"rgba(0,0,0,0.15)\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";}s:17:\"dropdownLinkColor\";a:3:{s:5:\"value\";s:7:\"#333333\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";}s:22:\"dropdownLinkColorHover\";a:3:{s:5:\"value\";s:7:\"#262626\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";}s:27:\"dropdownLinkBackgroundHover\";a:3:{s:5:\"value\";s:7:\"#f5f5f5\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";}s:15:\"placeholderText\";a:3:{s:5:\"value\";s:7:\"#999999\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";}s:10:\"todayColor\";a:3:{s:5:\"value\";s:7:\"#ffffdd\";s:3:\"tab\";s:8:\"calendar\";s:4:\"type\";s:5:\"color\";}s:25:\"alldayBadgeGradientMiddle\";a:3:{s:5:\"value\";s:7:\"#3d6b99\";s:3:\"tab\";s:8:\"calendar\";s:4:\"type\";s:5:\"color\";}s:16:\"eventImageShadow\";a:3:{s:5:\"value\";s:15:\"rgba(0,0,0,0.4)\";s:3:\"tab\";s:8:\"calendar\";s:4:\"type\";s:5:\"color\";}s:17:\"eventDefaultColor\";a:3:{s:5:\"value\";s:7:\"#3d6b99\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";}s:22:\"eventDefaultColorHover\";a:3:{s:5:\"value\";s:7:\"#335980\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";}s:19:\"eventStubAllDayText\";a:3:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";}s:25:\"eventStubAllDayTextShadow\";a:3:{s:5:\"value\";s:15:\"rgba(0,0,0,0.4)\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";}s:11:\"eventBorder\";a:3:{s:5:\"value\";s:7:\"#cccccc\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";}s:15:\"eventBackground\";a:3:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";}s:19:\"eventTimeBackground\";a:3:{s:5:\"value\";s:7:\"#eeeeee\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";}s:9:\"eventText\";a:3:{s:5:\"value\";s:7:\"#333333\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";}s:23:\"monthViewDateBackground\";a:3:{s:5:\"value\";s:7:\"#eaf4ff\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";}s:21:\"dayViewNowMarkerColor\";a:3:{s:5:\"value\";s:7:\"#f2c539\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";}s:21:\"agendaDateTitleBorder\";a:3:{s:5:\"value\";s:7:\"#6689AC\";s:3:\"tab\";s:6:\"agenda\";s:4:\"type\";s:5:\"color\";}s:25:\"agendaDateTitleBackground\";a:3:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:6:\"agenda\";s:4:\"type\";s:5:\"color\";}s:20:\"agendaDateBackground\";a:3:{s:5:\"value\";s:7:\"#f2f2f2\";s:3:\"tab\";s:6:\"agenda\";s:4:\"type\";s:5:\"color\";}s:21:\"agendaTodayBackground\";a:3:{s:5:\"value\";s:7:\"#f4f4bf\";s:3:\"tab\";s:6:\"agenda\";s:4:\"type\";s:5:\"color\";}}','yes'),(1916,'calendarjsupdated','1','no'),(1919,'jswidgetupdated','0','no'),(1922,'ai1ec_scheduler_hooks','a:3:{s:5:\"hooks\";a:1:{s:24:\"ai1ec_purge_events_cache\";a:5:{s:4:\"hook\";s:24:\"ai1ec_purge_events_cache\";s:9:\"timestamp\";i:1456591986;s:7:\"version\";s:1:\"0\";s:10:\"recurrence\";s:11:\"every_10800\";s:4:\"freq\";s:2:\"3h\";}}s:5:\"freqs\";a:1:{i:10800;a:3:{s:4:\"hash\";s:11:\"every_10800\";s:4:\"name\";N;s:7:\"seconds\";i:10800;}}s:7:\"version\";s:6:\"2.3.10\";}','yes'),(1925,'ai1ec_settings','a:54:{s:31:\"enabling_ticket_invitation_page\";a:4:{s:5:\"value\";s:51:\"dashboard_page_all-in-one-event-calendar-invitation\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";}s:9:\"ai1ec_api\";a:4:{s:5:\"value\";b:0;s:4:\"type\";s:7:\"boolean\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";}s:16:\"ai1ec_db_version\";a:4:{s:5:\"value\";b:0;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";}s:10:\"feeds_page\";a:4:{s:5:\"value\";s:48:\"ai1ec_event_page_all-in-one-event-calendar-feeds\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";}s:13:\"settings_page\";a:4:{s:5:\"value\";s:51:\"ai1ec_event_page_all-in-one-event-calendar-settings\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";}s:19:\"less_variables_page\";a:4:{s:5:\"value\";s:51:\"ai1ec_event_page_all-in-one-event-calendar-edit-css\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";}s:17:\"input_date_format\";a:5:{s:5:\"value\";s:2:\"us\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:4:{s:5:\"class\";s:6:\"select\";s:3:\"tab\";s:14:\"editing-events\";s:5:\"label\";s:26:\"Input dates in this format\";s:7:\"options\";a:4:{i:0;a:2:{s:4:\"text\";s:18:\"Default (d/m/yyyy)\";s:5:\"value\";s:3:\"def\";}i:1;a:2:{s:4:\"text\";s:13:\"US (m/d/yyyy)\";s:5:\"value\";s:2:\"us\";}i:2;a:2:{s:4:\"text\";s:19:\"ISO 8601 (yyyy-m-d)\";s:5:\"value\";s:3:\"iso\";}i:3;a:2:{s:4:\"text\";s:17:\"Dotted (m.d.yyyy)\";s:5:\"value\";s:3:\"dot\";}}}}s:15:\"plugins_options\";a:4:{s:5:\"value\";a:0:{}s:4:\"type\";s:5:\"array\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";}s:17:\"ticketing_message\";a:4:{s:5:\"value\";b:0;s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";}s:15:\"ticketing_token\";a:4:{s:5:\"value\";s:0:\"\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";}s:17:\"ticketing_enabled\";a:4:{s:5:\"value\";b:0;s:4:\"type\";s:7:\"boolean\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";}s:21:\"ticketing_calendar_id\";a:4:{s:5:\"value\";i:0;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";}s:16:\"calendar_page_id\";a:5:{s:5:\"value\";i:316;s:4:\"type\";s:5:\"mixed\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:4:{s:5:\"class\";s:22:\"calendar-page-selector\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:13:\"Calendar page\";}}s:14:\"week_start_day\";a:5:{s:5:\"value\";i:0;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:5:{s:5:\"class\";s:6:\"select\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:14:\"Week starts on\";s:7:\"options\";s:12:\"get_weekdays\";}}s:13:\"enabled_views\";a:5:{s:5:\"value\";a:4:{s:6:\"agenda\";a:5:{s:7:\"enabled\";b:1;s:7:\"default\";b:1;s:14:\"enabled_mobile\";b:1;s:14:\"default_mobile\";b:1;s:8:\"longname\";a:6:{i:0;s:6:\"Agenda\";i:1;s:6:\"Agenda\";s:8:\"singular\";s:6:\"Agenda\";s:6:\"plural\";s:6:\"Agenda\";s:7:\"context\";N;s:6:\"domain\";s:25:\"all-in-one-event-calendar\";}}s:6:\"oneday\";a:5:{s:7:\"enabled\";b:1;s:7:\"default\";b:0;s:14:\"enabled_mobile\";b:1;s:14:\"default_mobile\";b:0;s:8:\"longname\";a:6:{i:0;s:3:\"Day\";i:1;s:3:\"Day\";s:8:\"singular\";s:3:\"Day\";s:6:\"plural\";s:3:\"Day\";s:7:\"context\";N;s:6:\"domain\";s:25:\"all-in-one-event-calendar\";}}s:5:\"month\";a:5:{s:7:\"enabled\";b:1;s:7:\"default\";b:0;s:14:\"enabled_mobile\";b:1;s:14:\"default_mobile\";b:0;s:8:\"longname\";a:6:{i:0;s:5:\"Month\";i:1;s:5:\"Month\";s:8:\"singular\";s:5:\"Month\";s:6:\"plural\";s:5:\"Month\";s:7:\"context\";N;s:6:\"domain\";s:25:\"all-in-one-event-calendar\";}}s:4:\"week\";a:5:{s:7:\"enabled\";b:1;s:7:\"default\";b:0;s:14:\"enabled_mobile\";b:1;s:14:\"default_mobile\";b:0;s:8:\"longname\";a:6:{i:0;s:4:\"Week\";i:1;s:4:\"Week\";s:8:\"singular\";s:4:\"Week\";s:6:\"plural\";s:4:\"Week\";s:7:\"context\";N;s:6:\"domain\";s:25:\"all-in-one-event-calendar\";}}}s:4:\"type\";s:5:\"array\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:4:{s:5:\"class\";s:13:\"enabled-views\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:15:\"Available views\";}}s:15:\"timezone_string\";a:5:{s:5:\"value\";s:0:\"\";s:4:\"type\";s:9:\"wp_option\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:5:{s:5:\"class\";s:6:\"select\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:8:\"Timezone\";s:7:\"options\";s:33:\"Ai1ec_Date_Timezone:get_timezones\";}}s:23:\"default_tags_categories\";a:5:{s:5:\"value\";a:2:{s:10:\"categories\";a:0:{}s:4:\"tags\";a:0:{}}s:4:\"type\";s:5:\"array\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:5:{s:5:\"class\";s:15:\"tags-categories\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:28:\"Preselected calendar filters\";s:4:\"help\";s:80:\"To clear, hold ⌘/<abbr class=\"initialism\">CTRL</abbr> and click selection.\";}}s:10:\"exact_date\";a:5:{s:5:\"value\";s:8:\"2/1/2016\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:5:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:38:\"Default calendar start date (optional)\";s:4:\"type\";s:4:\"date\";}}s:22:\"agenda_events_per_page\";a:5:{s:5:\"value\";i:3;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:25:\"Agenda pages show at most\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:6:\"events\";s:9:\"validator\";s:7:\"numeric\";}}s:19:\"week_view_starts_at\";a:5:{s:5:\"value\";i:8;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:23:\"Week/Day view starts at\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:3:\"hrs\";s:9:\"validator\";s:7:\"numeric\";}}s:17:\"week_view_ends_at\";a:5:{s:5:\"value\";i:24;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:21:\"Week/Day view ends at\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:3:\"hrs\";s:9:\"validator\";s:7:\"numeric\";}}s:15:\"month_word_wrap\";a:5:{s:5:\"value\";b:1;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:52:\"<strong>Word-wrap event stubs</strong> in Month view\";s:4:\"help\";s:46:\"Only applies to events that span a single day.\";}}s:30:\"agenda_include_entire_last_day\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:246:\"In <span class=\"ai1ec-tooltip-toggle\"\n data-original-title=\"These include Agenda view,\n the Upcoming Events widget, and some extended views.\">\n Agenda-like views</span>, <strong>include all events\n from last day shown</strong>\";}}s:22:\"agenda_events_expanded\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:56:\"Keep all events <strong>expanded</strong> in Agenda view\";}}s:25:\"show_year_in_agenda_dates\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:50:\"<strong>Show year</strong> in calendar date labels\";}}s:22:\"show_location_in_title\";a:5:{s:5:\"value\";b:1;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:64:\"<strong>Show location in event titles</strong> in calendar views\";}}s:19:\"exclude_from_search\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:51:\"<strong>Exclude</strong> events from search results\";}}s:29:\"turn_off_subscription_buttons\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:108:\"Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views \";}}s:27:\"disable_get_calendar_button\";a:5:{s:5:\"value\";b:1;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:50:\"Hide <strong>Get a Timely Calendar</strong> button\";}}s:23:\"hide_maps_until_clicked\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:48:\" Hide <strong>Google Maps</strong> until clicked\";}}s:17:\"affix_filter_menu\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:80:\" <strong>Affix filter menu</strong> to top of window when it scrolls out of view\";s:4:\"help\";s:57:\"Only applies to first visible calendar found on the page.\";}}s:24:\"affix_vertical_offset_md\";a:5:{s:5:\"value\";i:0;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:39:\"Offset affixed filter bar vertically by\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:6:\"pixels\";s:9:\"validator\";s:7:\"numeric\";}}s:24:\"affix_vertical_offset_lg\";a:5:{s:5:\"value\";i:0;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:100:\"<i class=\"ai1ec-fa ai1ec-fa-lg ai1ec-fa-fw ai1ec-fa-desktop\"></i> Wide screens only (≥ 1200px)\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:6:\"pixels\";s:9:\"validator\";s:7:\"numeric\";}}s:24:\"affix_vertical_offset_sm\";a:5:{s:5:\"value\";i:0;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:87:\"<i class=\"ai1ec-fa ai1ec-fa-lg ai1ec-fa-fw ai1ec-fa-tablet\"></i> Tablets only (< 980px)\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:6:\"pixels\";s:9:\"validator\";s:7:\"numeric\";}}s:24:\"affix_vertical_offset_xs\";a:5:{s:5:\"value\";i:0;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:86:\"<i class=\"ai1ec-fa ai1ec-fa-lg ai1ec-fa-fw ai1ec-fa-mobile\"></i> Phones only (< 768px)\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:6:\"pixels\";s:9:\"validator\";s:7:\"numeric\";}}s:38:\"strict_compatibility_content_filtering\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:38:\"Strict compatibility content filtering\";}}s:19:\"hide_featured_image\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:61:\" <strong>Hide featured image</strong> from event details page\";s:4:\"help\";s:77:\"Select this option if your theme already displays each post\'s featured image.\";}}s:14:\"input_24h_time\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:3:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"editing-events\";s:5:\"label\";s:46:\" Use <strong>24h time</strong> in time pickers\";}}s:22:\"disable_autocompletion\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:3:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"editing-events\";s:5:\"label\";s:54:\"<strong>Disable address autocomplete</strong> function\";}}s:18:\"geo_region_biasing\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:3:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"editing-events\";s:5:\"label\";s:104:\"Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function \";}}s:24:\"show_create_event_button\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"editing-events\";s:5:\"label\";s:92:\" Show the old <strong>Post Your Event</strong> button above the calendar to privileged users\";s:4:\"help\";s:144:\"Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>.\";}}s:9:\"embedding\";a:5:{s:5:\"value\";N;s:4:\"type\";s:4:\"html\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:3:{s:5:\"class\";s:4:\"html\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:14:\"embedded-views\";}}s:21:\"calendar_css_selector\";a:5:{s:5:\"value\";s:0:\"\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:6:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:8:\"advanced\";s:5:\"label\";s:35:\"Move calendar into this DOM element\";s:4:\"type\";s:6:\"normal\";s:4:\"help\";s:470:\"Optional. Use this JavaScript-based shortcut to place the\n calendar a DOM element other than the usual page content container\n if you are unable to create an appropriate page template\n for the calendar page. To use, enter a\n <a target=\"_blank\" href=\"http://api.jquery.com/category/selectors/\">\n jQuery selector</a> that evaluates to a single DOM element.\n Any existing markup found within the target will be replaced\n by the calendar.\";}}s:22:\"skip_in_the_loop_check\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:8:\"advanced\";s:5:\"label\";s:98:\"<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output\";s:4:\"help\";s:225:\"Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise.\";}}s:24:\"disable_gzip_compression\";a:5:{s:5:\"value\";b:1;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:8:\"advanced\";s:5:\"label\";s:42:\"Disable <strong>gzip</strong> compression.\";s:4:\"help\";s:217:\"Use this option if calendar is unresponsive. <a href=\"http://support.time.ly/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)\";}}s:28:\"ai1ec_use_frontend_rendering\";a:5:{s:5:\"value\";b:1;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:8:\"advanced\";s:5:\"label\";s:23:\"Use frontend rendering.\";s:4:\"help\";s:85:\"Renders calendar views on the client rather than the server; can improve performance.\";}}s:16:\"cache_dynamic_js\";a:5:{s:5:\"value\";b:1;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:8:\"advanced\";s:5:\"label\";s:22:\"Use advanced JS cache.\";s:4:\"help\";s:59:\"Cache dynamically generated JS files. Improves performance.\";}}s:18:\"render_css_as_link\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:8:\"advanced\";s:5:\"label\";s:94:\"<strong>Link CSS</strong> in <code><head></code> section when file cache is unavailable.\";s:4:\"help\";s:123:\"Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline.\";}}s:15:\"edit_robots_txt\";a:5:{s:5:\"value\";s:0:\"\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:8:{s:5:\"class\";s:8:\"textarea\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:8:\"advanced\";s:5:\"label\";s:48:\"Current <strong>robots.txt</strong> on this site\";s:4:\"type\";s:6:\"normal\";s:4:\"rows\";i:6;s:8:\"readonly\";s:8:\"readonly\";s:4:\"help\";s:444:\"The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n <code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n protocol, is a convention for cooperating web crawlers and other web robots\n about accessing all or part of a website that is otherwise publicly viewable.\n You can change it manually by editing <code>robots.txt</code> in your root WordPress directory.\";}}s:16:\"allow_statistics\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:8:\"advanced\";s:5:\"label\";s:183:\"<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"http://time.ly/event-search-calendar\" target=\"_blank\">Learn more »</a>)\";}}s:14:\"legacy_options\";a:4:{s:5:\"value\";N;s:4:\"type\";s:14:\"legacy_options\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";}s:13:\"ics_cron_freq\";a:4:{s:5:\"value\";s:6:\"hourly\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";}s:10:\"twig_cache\";a:5:{s:5:\"value\";s:126:\"\\\\WDP\\DFS\\42\\0\\7\\8\\4244955870\\user\\sites\\1847625.site\\www\\wordpress1\\wp-content\\plugins\\all-in-one-event-calendar\\cache\\\\twig\\\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:4:{s:5:\"class\";s:5:\"cache\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:5:\"cache\";s:5:\"label\";s:41:\"Templates cache improves site performance\";}}s:28:\"always_use_calendar_timezone\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.3.10\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:53:\"Display events in <strong>calendar time zone</strong>\";s:4:\"help\";s:131:\"If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page.\";}}}','yes'),(1927,'widget_ai1ec_agenda_widget','a:2:{i:2;a:11:{s:5:\"title\";s:15:\"Upcoming Events\";s:15:\"events_per_page\";i:3;s:13:\"days_per_page\";i:10;s:16:\"events_seek_type\";s:6:\"events\";s:22:\"show_subscribe_buttons\";b:1;s:20:\"show_calendar_button\";b:1;s:21:\"hide_on_calendar_page\";b:1;s:12:\"limit_by_cat\";b:0;s:7:\"cat_ids\";a:0:{}s:12:\"limit_by_tag\";b:0;s:7:\"tag_ids\";a:0:{}}s:12:\"_multiwidget\";i:1;}','yes'),(1930,'ai1ec_admin','a:4:{s:9:\"_messages\";a:0:{}s:3:\"all\";a:0:{}s:21:\"network_admin_notices\";a:0:{}s:13:\"admin_notices\";a:0:{}}','no'),(1937,'ai1ec_robots_txt','a:2:{s:12:\"is_installed\";b:1;s:7:\"page_id\";i:316;}','no'),(1946,'_ai1ec_review','a:1:{s:12:\"release_date\";s:10:\"1456592323\";}','no'),(1973,'events_categories_children','a:0:{}','yes'),(2077,'cp_cfte_last_verified','2016-02-27 19:46:41','yes'),(2107,'wp_mobile_excerpt','0','yes'),(2110,'wp_mobile_featured_images','1','yes'),(2113,'wp_mobile_app_promos','0','yes'),(2144,'email-subscribers','2.9','yes'),(2159,'wp_sendpress_subscribers_tracker_db_version','1.2','yes'),(2162,'wp_sendpress_subscribers_url_db_version','1.1','yes'),(2165,'wp_sendpress_url_db_version','1.1','yes'),(2171,'sendpress_options','a:47:{s:12:\"install_date\";i:1456603135;s:14:\"widget_options\";a:3:{s:8:\"load_css\";s:1:\"1\";s:9:\"load_ajax\";s:1:\"1\";s:22:\"load_scripts_in_footer\";i:0;}s:11:\"pro_plugins\";a:1:{s:11:\"setup_value\";b:0;}s:20:\"notification_options\";a:19:{s:5:\"email\";s:31:\"shana@lifepreserversproject.org\";s:20:\"notifications-enable\";b:1;s:10:\"subscribed\";s:1:\"0\";s:12:\"unsubscribed\";s:1:\"0\";s:14:\"send-to-admins\";b:1;s:14:\"enable-hipchat\";b:0;s:11:\"hipchat-api\";s:0:\"\";s:12:\"hipchat-room\";s:0:\"\";s:25:\"post-notifications-enable\";b:0;s:25:\"post-notification-subject\";s:0:\"\";s:4:\"name\";s:0:\"\";s:32:\"notifications-subscribed-instant\";b:0;s:30:\"notifications-subscribed-daily\";b:0;s:31:\"notifications-subscribed-weekly\";b:0;s:32:\"notifications-subscribed-monthly\";b:0;s:34:\"notifications-unsubscribed-instant\";b:0;s:32:\"notifications-unsubscribed-daily\";b:0;s:33:\"notifications-unsubscribed-weekly\";b:0;s:34:\"notifications-unsubscribed-monthly\";b:0;}s:11:\"socialicons\";a:2:{s:8:\"Facebook\";s:62:\"https://www.facebook.com/Life-Preservers-Project-311309400200/\";s:7:\"Twitter\";s:35:\"https://twitter.com/lifepreserversp\";}s:10:\"sendmethod\";s:24:\"SendPress_Sender_Website\";s:16:\"send_optin_email\";s:3:\"yes\";s:9:\"try-theme\";s:3:\"yes\";s:12:\"confirm-page\";s:6:\"custom\";s:11:\"manage-page\";s:6:\"custom\";s:15:\"cron_send_count\";s:3:\"100\";s:14:\"emails-per-day\";s:4:\"1000\";s:15:\"emails-per-hour\";s:3:\"100\";s:14:\"queue-per-call\";s:4:\"1000\";s:7:\"version\";s:8:\"1.7.4.20\";s:7:\"canspam\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:8:\"facebook\";s:0:\"\";s:7:\"twitter\";s:0:\"\";s:9:\"fromemail\";s:31:\"shana@lifepreserversproject.org\";s:8:\"fromname\";s:14:\"Shana Pederson\";s:13:\"email-charset\";s:5:\"UTF-8\";s:14:\"email-encoding\";s:4:\"8bit\";s:9:\"testemail\";s:26:\"maribel.rivera06@gmail.com\";s:15:\"phpmailer_error\";s:0:\"\";s:15:\"last_test_debug\";s:0:\"\";s:24:\"website-hosting-provider\";b:0;s:9:\"gmailuser\";s:0:\"\";s:9:\"gmailpass\";s:0:\"\";s:12:\"no_cron_send\";s:5:\"false\";s:10:\"socialsize\";s:5:\"large\";s:13:\"optin_subject\";s:53:\"Please respond to join the *|SITE:TITLE|* email list.\";s:15:\"confirm-page-id\";s:3:\"404\";s:29:\"confirm-notification-template\";s:1:\"0\";s:14:\"manage-page-id\";s:1:\"2\";s:14:\"allow_tracking\";s:2:\"no\";s:8:\"feedback\";s:2:\"no\";s:13:\"old_permalink\";b:0;s:11:\"skip_mailto\";b:0;s:26:\"enable_email_template_edit\";b:0;s:9:\"show_logs\";b:0;s:12:\"wped_sending\";b:0;s:20:\"prerelease_templates\";s:2:\"no\";s:13:\"sync-per-call\";s:3:\"250\";s:17:\"autocron-per-call\";s:2:\"25\";s:15:\"wpcron-per-call\";s:2:\"25\";s:13:\"queue-history\";s:1:\"7\";}','yes'),(2174,'widget_sendpress-forms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2177,'widget_sendpress-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2183,'wp_sendpress_autoresponders_db_version','1.1','yes'),(2186,'sendpress_base_settings','a:3:{s:11:\"update-info\";s:4:\"show\";s:7:\"version\";s:8:\"1.7.4.20\";s:13:\"system-emails\";a:1:{i:0;s:6:\"opt_in\";}}','yes'),(2261,'sendpress_sender_settings','a:1:{s:9:\"sendpress\";s:88:\"Aka2X8+VWpmqeQznDxwL2u+QDPK1JfXTLtaL2HwDO5fEQebVrT14/5ofD/WoOFgUfB0i12ocr5zk4DLFtKccIg==\";}','yes'),(2587,'duplicate_post_copyexcerpt','1','yes'),(2590,'duplicate_post_copyattachments','0','yes'),(2593,'duplicate_post_copychildren','0','yes'),(2596,'duplicate_post_copystatus','0','yes'),(2599,'duplicate_post_taxonomies_blacklist','a:0:{}','yes'),(2602,'duplicate_post_show_row','1','yes'),(2605,'duplicate_post_show_adminbar','1','yes'),(2608,'duplicate_post_show_submitbox','1','yes'),(2611,'duplicate_post_version','2.6','yes'),(3062,'jetpack_protect_blocked_attempts','47','yes'),(20529,'widget_wp-call-to-action-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(27661,'artiss_code_embed','a:5:{s:13:\"opening_ident\";s:1:\"%\";s:13:\"keyword_ident\";s:4:\"CODE\";s:13:\"closing_ident\";s:1:\"%\";s:5:\"debug\";s:0:\"\";s:8:\"excerpts\";s:0:\"\";}','yes'),(27718,'rewrite_rules','a:189:{s:40:\"(?:event)/([^/]+)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:56:\"index.php?tribe_events=$matches[1]&eventDate=$matches[2]\";s:28:\"(?:event)/([^/]+)/(?:all)/?$\";s:74:\"index.php?tribe_events=$matches[1]&post_type=tribe_events&eventDisplay=all\";s:45:\"(?:event)/([^/]+)/(\\d{4}-\\d{2}-\\d{2})/ical/?$\";s:63:\"index.php?tribe_events=$matches[1]&eventDate=$matches[2]&ical=1\";s:25:\"(?:event)/([^/]+)/ical/?$\";s:56:\"index.php?ical=1&name=$matches[1]&post_type=tribe_events\";s:28:\"(?:events)/(?:page)/(\\d+)/?$\";s:68:\"index.php?post_type=tribe_events&eventDisplay=list&paged=$matches[1]\";s:38:\"(?:events)/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?post_type=tribe_events&eventDisplay=list&feed=$matches[1]\";s:23:\"(?:events)/(?:month)/?$\";s:51:\"index.php?post_type=tribe_events&eventDisplay=month\";s:37:\"(?:events)/(?:list)/(?:page)/(\\d+)/?$\";s:68:\"index.php?post_type=tribe_events&eventDisplay=list&paged=$matches[1]\";s:22:\"(?:events)/(?:list)/?$\";s:50:\"index.php?post_type=tribe_events&eventDisplay=list\";s:23:\"(?:events)/(?:today)/?$\";s:49:\"index.php?post_type=tribe_events&eventDisplay=day\";s:27:\"(?:events)/(\\d{4}-\\d{2})/?$\";s:73:\"index.php?post_type=tribe_events&eventDisplay=month&eventDate=$matches[1]\";s:33:\"(?:events)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:71:\"index.php?post_type=tribe_events&eventDisplay=day&eventDate=$matches[1]\";s:13:\"(?:events)/?$\";s:53:\"index.php?post_type=tribe_events&eventDisplay=default\";s:18:\"(?:events)/ical/?$\";s:39:\"index.php?post_type=tribe_events&ical=1\";s:38:\"(?:events)/(\\d{4}-\\d{2}-\\d{2})/ical/?$\";s:78:\"index.php?post_type=tribe_events&ical=1&eventDisplay=day&eventDate=$matches[1]\";s:60:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:page)/(\\d+)/?$\";s:97:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list&paged=$matches[2]\";s:55:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:month)/?$\";s:80:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=month\";s:69:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:list)/(?:page)/(\\d+)/?$\";s:97:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list&paged=$matches[2]\";s:54:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:list)/?$\";s:79:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list\";s:55:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:today)/?$\";s:78:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=day\";s:73:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:day)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:100:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=day&eventDate=$matches[2]\";s:59:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(\\d{4}-\\d{2})/?$\";s:102:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=month&eventDate=$matches[2]\";s:65:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:100:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=day&eventDate=$matches[2]\";s:50:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/feed/?$\";s:89:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list&feed=rss2\";s:50:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/ical/?$\";s:68:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&ical=1\";s:75:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:78:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&feed=$matches[2]\";s:45:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/?$\";s:79:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list\";s:44:\"(?:events)/(?:tag)/([^/]+)/(?:page)/(\\d+)/?$\";s:84:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list&paged=$matches[2]\";s:39:\"(?:events)/(?:tag)/([^/]+)/(?:month)/?$\";s:67:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=month\";s:53:\"(?:events)/(?:tag)/([^/]+)/(?:list)/(?:page)/(\\d+)/?$\";s:84:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list&paged=$matches[2]\";s:38:\"(?:events)/(?:tag)/([^/]+)/(?:list)/?$\";s:66:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list\";s:39:\"(?:events)/(?:tag)/([^/]+)/(?:today)/?$\";s:65:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=day\";s:57:\"(?:events)/(?:tag)/([^/]+)/(?:day)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:87:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=day&eventDate=$matches[2]\";s:43:\"(?:events)/(?:tag)/([^/]+)/(\\d{4}-\\d{2})/?$\";s:89:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=month&eventDate=$matches[2]\";s:49:\"(?:events)/(?:tag)/([^/]+)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:87:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=day&eventDate=$matches[2]\";s:34:\"(?:events)/(?:tag)/([^/]+)/feed/?$\";s:76:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list&feed=rss2\";s:34:\"(?:events)/(?:tag)/([^/]+)/ical/?$\";s:55:\"index.php?post_type=tribe_events&tag=$matches[1]&ical=1\";s:59:\"(?:events)/(?:tag)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:65:\"index.php?post_type=tribe_events&tag=$matches[1]&feed=$matches[2]\";s:29:\"(?:events)/(?:tag)/([^/]+)/?$\";s:66:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:8:\"event/?$\";s:32:\"index.php?post_type=tribe_events\";s:38:\"event/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=tribe_events&feed=$matches[1]\";s:33:\"event/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=tribe_events&feed=$matches[1]\";s:25:\"event/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=tribe_events&paged=$matches[1]\";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:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";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:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";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:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";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:33:\"event/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"event/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"event/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"event/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"event/([^/]+)/embed/?$\";s:45:\"index.php?tribe_events=$matches[1]&embed=true\";s:26:\"event/([^/]+)/trackback/?$\";s:39:\"index.php?tribe_events=$matches[1]&tb=1\";s:46:\"event/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?tribe_events=$matches[1]&feed=$matches[2]\";s:41:\"event/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?tribe_events=$matches[1]&feed=$matches[2]\";s:34:\"event/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?tribe_events=$matches[1]&paged=$matches[2]\";s:41:\"event/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?tribe_events=$matches[1]&cpage=$matches[2]\";s:30:\"event/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?tribe_events=$matches[1]&page=$matches[2]\";s:22:\"event/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"event/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"event/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"event/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"venue/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"venue/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"venue/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"venue/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"venue/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"venue/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"venue/([^/]+)/embed/?$\";s:44:\"index.php?tribe_venue=$matches[1]&embed=true\";s:26:\"venue/([^/]+)/trackback/?$\";s:38:\"index.php?tribe_venue=$matches[1]&tb=1\";s:34:\"venue/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tribe_venue=$matches[1]&paged=$matches[2]\";s:41:\"venue/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tribe_venue=$matches[1]&cpage=$matches[2]\";s:30:\"venue/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?tribe_venue=$matches[1]&page=$matches[2]\";s:22:\"venue/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"venue/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"venue/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"venue/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"venue/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"venue/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"organizer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"organizer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"organizer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"organizer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"organizer/([^/]+)/embed/?$\";s:48:\"index.php?tribe_organizer=$matches[1]&embed=true\";s:30:\"organizer/([^/]+)/trackback/?$\";s:42:\"index.php?tribe_organizer=$matches[1]&tb=1\";s:38:\"organizer/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?tribe_organizer=$matches[1]&paged=$matches[2]\";s:45:\"organizer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?tribe_organizer=$matches[1]&cpage=$matches[2]\";s:34:\"organizer/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?tribe_organizer=$matches[1]&page=$matches[2]\";s:26:\"organizer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"organizer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"organizer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"organizer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:54:\"events/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?tribe_events_cat=$matches[1]&feed=$matches[2]\";s:49:\"events/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?tribe_events_cat=$matches[1]&feed=$matches[2]\";s:30:\"events/category/(.+?)/embed/?$\";s:49:\"index.php?tribe_events_cat=$matches[1]&embed=true\";s:42:\"events/category/(.+?)/page/?([0-9]{1,})/?$\";s:56:\"index.php?tribe_events_cat=$matches[1]&paged=$matches[2]\";s:24:\"events/category/(.+?)/?$\";s:38:\"index.php?tribe_events_cat=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=2&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";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:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";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:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";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:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";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:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";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:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$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:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";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:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(35807,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:19:\"shana1369@gmail.com\";s:7:\"version\";s:5:\"4.4.3\";s:9:\"timestamp\";i:1462568301;}','yes'),(38822,'_transient_timeout_spnl-background-weekly','1463593532','no'),(38825,'_transient_spnl-background-weekly','a:1:{s:7:\"runtime\";s:21:\"May 11, 2016, 5:45 pm\";}','no'),(41478,'_site_transient_timeout_browser_d69aa478a72ecd3a99c77af6fcf6b917','1464017150','yes'),(41481,'_site_transient_browser_d69aa478a72ecd3a99c77af6fcf6b917','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"50.0.2661.102\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(41547,'_transient_timeout_tribe_plugin_upgrade_notice-b3d151b8','1463538738','no'),(41550,'_transient_tribe_plugin_upgrade_notice-b3d151b8','','no'),(41559,'icit_performance_profiler','a:4:{s:15:\"basic_frequency\";s:1:\"1\";s:18:\"advanced_frequency\";s:1:\"1\";s:13:\"request_types\";a:3:{s:5:\"front\";s:2:\"on\";s:4:\"cron\";s:2:\"on\";s:4:\"ajax\";s:2:\"on\";}s:16:\"database_version\";i:2;}','yes'),(41697,'_transient_timeout_spnl-background-daily','1463519487','no'),(41700,'_transient_spnl-background-daily','a:1:{s:7:\"runtime\";s:21:\"May 16, 2016, 9:11 pm\";}','no'),(41862,'_site_transient_timeout_browser_d5e89cbe306f1381072e40a9b25f9495','1464054270','yes'),(41865,'_site_transient_browser_d5e89cbe306f1381072e40a9b25f9495','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"50.0.2661.94\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(41889,'db_upgraded','','yes'),(41892,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.5.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.5.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.5.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.5.2\";s:7:\"version\";s:5:\"4.5.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1465491224;s:15:\"version_checked\";s:5:\"4.5.2\";s:12:\"translations\";a:0:{}}','yes'),(41895,'can_compress_scripts','1','yes'),(43598,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1463692276','yes'),(43601,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5862\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3630\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3598\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3109\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2782\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2346\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2205\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2088\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"2032\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"2007\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1982\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1929\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1863\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1676\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1641\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1568\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1530\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1371\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1304\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1285\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1218\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1103\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1082\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:4:\"1005\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"981\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"970\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"912\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"912\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"908\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"899\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"898\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"832\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"820\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"790\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"778\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"763\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"756\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"752\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"746\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"745\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"742\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"741\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"703\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"694\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"689\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"683\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"683\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"680\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"661\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"652\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"646\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"642\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"614\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"611\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"599\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"597\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"595\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"593\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"588\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"579\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"569\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"567\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"562\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"551\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"551\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"536\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"534\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"517\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"516\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"515\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"506\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"506\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"503\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"501\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"482\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"464\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"456\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"454\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"449\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"448\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"440\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"439\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"425\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"422\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"422\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"421\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"418\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"417\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"408\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"408\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"404\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"403\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"402\";}s:6:\"paypal\";a:3:{s:4:\"name\";s:6:\"paypal\";s:4:\"slug\";s:6:\"paypal\";s:5:\"count\";s:3:\"398\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"397\";}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";s:3:\"396\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"392\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"391\";}s:8:\"linkedin\";a:3:{s:4:\"name\";s:8:\"linkedin\";s:4:\"slug\";s:8:\"linkedin\";s:5:\"count\";s:3:\"389\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"389\";}}','yes'),(50353,'_transient_timeout_jetpack_https_test','1465515636','no'),(50354,'_transient_jetpack_https_test','1','no'),(50449,'_transient_timeout_jpp_li_b9eeb3409e39b9c27003843795b3437c','1465472066','no'),(50450,'_transient_jpp_li_b9eeb3409e39b9c27003843795b3437c','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:61:\"{\"trusted_header\":\"REMOTE_ADDR\",\"segments\":1,\"reverse\":false}\";s:17:\"seconds_remaining\";i:60;s:16:\"blocked_attempts\";s:2:\"47\";s:6:\"expire\";i:1465472066;}','no'),(50451,'_transient_timeout_jpp_headers_updated_recently','1465558406','no'),(50452,'_transient_jpp_headers_updated_recently','1','no'),(50453,'_site_transient_timeout_browser_05c967648ed278db9d721973a6c75fee','1466076807','yes'),(50454,'_site_transient_browser_05c967648ed278db9d721973a6c75fee','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"50.0.2661.102\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(50455,'_transient_timeout_feed_0d102f2a1f4d6bc90eb8c6ffe18e56ed','1465515219','no'),(50456,'_transient_feed_0d102f2a1f4d6bc90eb8c6ffe18e56ed','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"The Events Calendar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://theeventscalendar.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:47:\"WordPress event plugins for people who kick ass\";s: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, 09 Jun 2016 10:25: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: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:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:33:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Release: The Events Calendar 4.2 + premium add-ons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://theeventscalendar.com/release-the-events-calendar-4-2-premium-add-ons/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Jun 2016 15:33: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:1:{i:0;a:5:{s:4:\"data\";s:13:\"Release Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1121758\";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:593:\"<p>It’s official: The Events Calendar 4.2 has hit the shelves and is now available for your sites. We previewed the major features included in this release and made release candidates available ahead of time, but now the real deal is out in the wild and we’re stoked for you to have it. This is a…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-the-events-calendar-4-2-premium-add-ons/\">Release: The Events Calendar 4.2 + premium add-ons</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Geoff\";s: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:13506:\"<p>It’s official: <strong>The Events Calendar 4.2</strong> has hit the shelves and is now available for your sites. We <a href=\"https://theeventscalendar.com/a-look-at-whats-coming-in-our-4-2-release/\">previewed the major features</a> included in this release and made <a href=\"https://theeventscalendar.com/the-events-calendar-4-2-release-candidate-now-available\">release candidates</a> available ahead of time, but now the real deal is out in the wild and we’re stoked for you to have it.</p>\n<p>This is a major update and, as such, we do strongly recommend that you test the latest versions of all our plugins in a safe development environment before installing them on a live site. New features means new code and <strong>we urge you to test everything out since there could be breaking changes</strong>. We expect smooth sailing, but those of you with who have used snippets, template overrides or core customizations to the calendar will definitely want to test in advance. And, of course, please do <a href=\"https://codex.wordpress.org/WordPress_Backups\">backup your database and files</a> as you would do with any other WordPress update.</p>\n<p>So, what can you expect in this release? On to the changelogs!</p>\n<ul>\n<li><a href=\"#tec\">The Events Calendar 4.2</a></li>\n<li><a href=\"#ecp\">Events Calendar PRO 4.2</a></li>\n<li><a href=\"#comm\">Community Events 3.2</a></li>\n<li><a href=\"#comm-tix\">Community Tickets 4.2</a></li>\n<li><a href=\"#eb\">Eventbrite Tickets 4.2</a></li>\n<li><a href=\"#facebook\">Facebook Events 4.2</a></li>\n<li><a href=\"#filter\">Filter Bar 4.2</a></li>\n<li><a href=\"#ical\">iCal Importer 4.2</a> (and 4.2.0.1)</li>\n<li><a href=\"#et\">Event Tickets 4.2</a></li>\n<li><a href=\"#etp\">Event Tickets Plus 4.2</a></li>\n</ul>\n<hr />\n<h3 id=\"#tec\">The Events Calendar 4.2</h3>\n<ul>\n<li><strong>Feature</strong> – Added Google Maps API key field in the Settings tab to avoid map timeouts and errors on larger sites (Thanks to Yan for reporting this!)</li>\n<li><strong>Feature</strong> – Added support for featured image, multiple organizers, excerpt and more custom fields in the .csv file import function for events (Thank you to Graphic Designer for posting on Uservoice!)</li>\n<li><strong>Feature</strong> – Added support for featured image, description, map details and more custom fields in the .csv file import function for venues</li>\n<li><strong>Feature</strong> – Added support for featured image and description in the .csv file import function for organizers (Thank you to Rebecca for posting on UserVoice!)</li>\n<li><strong>Feature</strong> – Added an oEmbed template for events</li>\n<li><strong>Feature</strong> – Improve performance of a query used to determine if there are free/uncosted events (Thank you @fabianmarz for the pull request!)</li>\n<li><strong>Feature</strong> – Added support for attaching custom post types to events</li>\n<li><strong>Tweak</strong> – Improved filtering of the <kbd>tribe_event_featured_image()</kbd> function (Cheers to @fabianmarz!)</li>\n<li><strong>Tweak</strong> – Add an encoding class for the CSV importer to prevent non utf8 characters from preventing imports (Thanks to @screenrage for the report!)</li>\n<li><strong>Tweak</strong> – Improved our JSON-LD output to ensure consistency (Props to @garrettjohnson and Lars!)</li>\n<li><strong>Tweak</strong> – Language files in the <kbd>wp-content/languages/plugins</kbd> path will be loaded before attempting to load internal language files (Thank you to user @aafhhl for bringing this to our attention!)</li>\n<li><strong>Tweak</strong> – Switch to HTTPS for the “Powered by The Events Calendar” link (Thank you Cynthia for reporting this!)</li>\n<li><strong>Tweak</strong> – Improved filterability of calendar excerpts by introducing the new <kbd>tribe_events_get_the_excerpt</kbd> filter hook</li>\n<li><strong>Tweak</strong> – Improved filtering of organizer details when importing by CSV (Props to @Geir for bringing this up!)</li>\n<li><strong>Tweak</strong> – Adjustments for single event view in Twenty Fifteen theme</li>\n<li><strong>Tweak</strong> – Improved performance of query used to test for events without any cost</li>\n<li><strong>Tweak</strong> – Added missing semicolon to a laquo (Props to mwender on GitHub for the fix!)</li>\n<li><strong>Tweak</strong> – Improve the “stickiness” of CSV import column mappings (Thank you @jamesgol!)</li>\n<li><strong>Tweak</strong> – Consistency of JSON-LD markup improved (Cheers to @garrettjohnson for the help!)</li>\n<li><strong>Tweak</strong> – Avoid notice-level errors when working with WP CLI on a site where The Events Calendar is also active (Thanks to @sun)</li>\n<li><strong>Tweak</strong> – Corrected the spelling of timezone in the CSV Importer’s event field</li>\n<li><strong>Tweak</strong> – Updated venue and organizer templates to use the new architecture for attaching custom post types to events</li>\n<li><strong>Tweak</strong> – Move plugin CSS to PostCSS</li>\n<li><strong>Deprecated</strong> – <kbd>Tribe__Events__PUE__Checker</kbd>, <kbd>Tribe__Events__PUE__Plugin_Info</kbd>, & <kbd>Tribe__Events__PUE__Utility</kbd> classes are deprecated and are replaced by <kbd>Tribe__PUE__Checker</kbd>, <kbd>Tribe__PUE__Plugin_Info</kbd>, & <kbd>Tribe__PUE__Utility</kbd></li>\n<li><strong>Fixed</strong> – Changed the use of <kbd>have_posts()</kbd> in the maybe iCal links for the main views that could cause an infinite loop</li>\n<li><strong>Accessibility</strong> – Focus styles added for search fields</li>\n<li><strong>Accessibility</strong> – Add ARIA labels for Month/Day/List sub nav</li>\n<li><strong>Accessibility</strong> – Add ARIA label for events footer sub nav heading</li>\n</ul>\n<hr />\n<h3 id=\"#ecp\">Events Calendar PRO 4.2</h3>\n<ul>\n<li><strong>Tweak</strong> – Advanced List Widget shows the month instead of the day of the week in the date icon when the event is not in the current month</li>\n<li><strong>Tweak</strong> – Improved our JSON-LD output to ensure consistency (Props to @garrettjohnson!)</li>\n<li><strong>Tweak</strong> – Language files in the <kbd>wp-content/languages/plugins</kbd> path will be loaded before attempting to load internal language files (Thank you to user @aafhhl for bringing this to our attention!)</li>\n<li><strong>Tweak</strong> – Move plugin CSS to PostCSS</li>\n<li><strong>Fix</strong> – Tooltip not was not rendering properly for date recurrence (Thank you @Maciej for reporting this issue!)</li>\n</ul>\n<hr />\n<h3 id=\"#comm\">Community Events 4.2</h3>\n<ul>\n<li><strong>Tweak</strong> – Language files in the <kbd>wp-content/languages/plugins</kbd> path will be loaded before attempting to load internal language files (Thank you to user @aafhhl for bringing this to our attention!)</li>\n<li><strong>Tweak</strong> – Move plugin CSS to PostCSS</li>\n<li><strong>Tweak</strong> – Adjusted text directing people to the new user primer</li>\n<li><strong>Tweak</strong> – Updated venue and organizer templates to use the new architecture for attaching custom post types to events</li>\n</ul>\n<hr />\n<h3 id=\"#comm-tix\">Community Tickets 4.2</h3>\n<ul>\n<li><strong>Tweak</strong> – Language files in the <kbd>wp-content/languages/plugins</kbd> path will be loaded before attempting to load internal language files (Thank you to user @aafhhl for bringing this to our attention!)</li>\n<li><strong>Tweak</strong> – Move plugin CSS to PostCSS</li>\n</ul>\n<hr />\n<h3 id=\"#eb\">Eventbrite Tickets 4.2</h3>\n<ul>\n<li><strong>Tweak</strong> – Language files in the <kbd>wp-content/languages/plugins</kbd> path will be loaded before attempting to load internal language files (Thank you to user @aafhhl for bringing this to our attention!)</li>\n<li><strong>Tweak</strong> – Move plugin CSS to PostCSS</li>\n<li><strong>Fix</strong> – Resolved issue where venues not being registered with Eventbrite due to missing latitude and longitude data</li>\n</ul>\n<hr />\n<h3 id=\"#facebook\">Facebook Events 4.2</h3>\n<ul>\n<li><strong>Tweak</strong> – Language files in the <kbd>wp-content/languages/plugins</kbd> path will be loaded before attempting to load internal language files (Thank you to user @aafhhl for bringing this to our attention!)</li>\n<li><strong>Tweak</strong> – Move plugin CSS to PostCSS</li>\n</ul>\n<hr />\n<h3 id=\"#filter\">Filter Bar 4.2</h3>\n<ul>\n<li><strong>Feature</strong> – Allows users to filter using venue geolocation information: City, State and Country (Cheers to Don Hollen for suggesting this on UserVoice!)</li>\n<li><strong>Tweak</strong> – Language files in the <kbd>wp-content/languages/plugins</kbd> path will be loaded before attempting to load internal language files (Thank you to user @aafhhl for bringing this to our attention!)</li>\n<li><strong>Tweak</strong> – Move plugin CSS to PostCSS</li>\n</ul>\n<hr />\n<h3 id=\"#ical\">iCal Importer 4.2</h3>\n<ul>\n<li><strong>Tweak</strong> – Language files in the <kbd>wp-content/languages/plugins</kbd> path will be loaded before attempting to load internal language files (Thank you to user @aafhhl for bringing this to our attention!)</li>\n<li><strong>Tweak</strong> – Move plugin CSS to PostCSS</li>\n<li><strong>Fix</strong> – Added location import function from iCal file if present; imported events that come with an address or coordinates defined location will now have that carried over to the event (Thanks Oystein for reporting this!)</li>\n</ul>\n<p>Please note that we noticed an issue with iCal Importer immediately after releasing 4.2 and have release 4.2.0.1 to patch up the minor issue:</p>\n<ul>\n<li><strong>Fix</strong> – Resolves a problem with the 4.2 build which meant not all of the changes were actually available</li>\n</ul>\n<hr />\n<h3 id=\"#et\">Event Tickets 4.2</h3>\n<ul>\n<li><strong>Feature</strong> – Add a shortcode listing those upcoming events the user has indicated they will attend</li>\n<li><strong>Feature</strong> – Make it possible to disable the ticket form for logged out users</li>\n<li><strong>Feature</strong> – Authenticated Attendees can control their RSVP on Events</li>\n<li><strong>Tweak</strong> – Language files in the <kbd>wp-content/languages/plugins</kbd> path will be loaded before attempting to load internal language files (Thank you to user @aafhhl for bringing this to our attention!)</li>\n<li><strong>Tweak</strong> – Add messaging on the RSVP form when tickets are not yet or are no longer on sale (Props to @masteradhoc on GitHub for this change!)</li>\n<li><strong>Tweak</strong> – Improved our JSON-LD output to include tickets (Big thanks to Lars for reporting this!)</li>\n<li><strong>Tweak</strong> – Record the user ID associated with the creation of new attendee records</li>\n<li><strong>Tweak</strong> – Fixed translation domain on a few strings (Thank you @TEME for reporting the issue!)</li>\n<li><strong>Tweak</strong> – Move plugin CSS to PostCSS</li>\n<li><strong>Tweak</strong> – Fix padding/spacing for RSVP form on single event page in Twenty Fifteen</li>\n<li><strong>Tweak</strong> – Updated plugin description on admin plugin page</li>\n<li><strong>Fix</strong> – Target specific input fields when check for remaining tickets to help with theme compatibility issues such as Avada (Thanks to Michael C!)</li>\n<li><strong>Fix</strong> – Corrects capabilities test in relation to editing tickets (Props to @bokorir!)</li>\n</ul>\n<hr />\n<h3 id=\"#etp\">Event Tickets Plus 4.2</h3>\n<ul>\n<li><strong>Feature</strong> – Authenticated attendees now can edit meta fields created by the event admin</li>\n<li><strong>Feature</strong> – Global stock support added to the Easy Digital Downloads integration (Thank you @dimitrilongo for the report!)</li>\n<li><strong>Feature</strong> – Added RSVP and WooCommerce tickets import via .csv file (Thank you Quakely for submitting this idea on UserVoice!)</li>\n<li><strong>Tweak</strong> – Added event tickets unique ID generation to have human-readable event ticket identification hashes across events (Thanks to Matt Broffman for submitting this idea on UserVoice!)</li>\n<li><strong>Tweak</strong> – Language files in the <kbd>wp-content/languages/plugins</kbd> path will be loaded before attempting to load internal language files (Thank you to user @aafhhl for bringing this to our attention!)</li>\n<li><strong>Tweak</strong> – Added messaging about ticket availability to the EDD, Shopp, WooCommerce, and WPEC ticket forms (Props to @masteradhoc on GitHub for this change!)</li>\n<li><strong>Tweak</strong> – Record the user ID associated with the creation of new attendee records</li>\n<li><strong>Tweak</strong> – Updated plugin description on admin plugin page</li>\n<li><strong>Tweak</strong> – Move plugin CSS to PostCSS</li>\n<li><strong>Fix</strong> – Prevent Fatals when GD Library is not active on the server (Thanks to @jamesgol for fixing the bug)</li>\n</ul>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-the-events-calendar-4-2-premium-add-ons/\">Release: The Events Calendar 4.2 + premium add-ons</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</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:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:36:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"Things to be aware of in version 4.2 of The Events Calendar, Event Tickets, and premium add-ons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"https://theeventscalendar.com/things-to-be-aware-of-in-version-4-2-of-the-events-calendar-event-tickets-and-premium-add-ons/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Jun 2016 15:13:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Products\";s: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:13:\"Release Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1122928\";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:706:\"<p>1. Oembed for events You can now get a beautiful embed of an event just by adding the URL to a post. Check it out! Super pumped to see oEmbed support coming to our @TheEventsCal plugins! pic.twitter.com/TL9Ezhu07Y — Reid Peifer (@reidpeifer) June 1, 2016 2. New options for authenticated users With the additions of RSVPs…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/things-to-be-aware-of-in-version-4-2-of-the-events-calendar-event-tickets-and-premium-add-ons/\">Things to be aware of in version 4.2 of The Events Calendar, Event Tickets, and premium add-ons</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Zach\";s: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:14344:\"<h3>1. Oembed for events</h3>\n<p>You can now get a beautiful embed of an event just by adding the URL to a post. Check it out!</p>\n<blockquote class=\"twitter-tweet\" data-width=\"500\"><p lang=\"en\" dir=\"ltr\">Super pumped to see oEmbed support coming to our <a href=\"https://twitter.com/TheEventsCal\">@TheEventsCal</a> plugins! <a href=\"https://t.co/TL9Ezhu07Y\">pic.twitter.com/TL9Ezhu07Y</a></p>\n<p>— Reid Peifer (@reidpeifer) <a href=\"https://twitter.com/reidpeifer/status/738089658752471040\">June 1, 2016</a></p></blockquote>\n<p><script async src=\"//platform.twitter.com/widgets.js\" charset=\"utf-8\"></script></p>\n<h3>2. New options for authenticated users</h3>\n<p>With the additions of RSVPs and custom fields, we have had a lot of requests for the ability to allow users to make direct updates. As such, we have a few new options for authenticated users.</p>\n<h4>See list of tickets and RSVPs for each event</h4>\n<p>A logged in user can now see any tickets they purchased or RSVPs they’ve made for a given event.</p>\n<h4>Embed event list with a shortcode</h4>\n<p>Admins have the option of using a new shortcode to embed a list of all events a user has tickets or RSVPs for- perfect for adding to existing member pages.</p>\n<h4>Change RSVP</h4>\n<p>People change their minds, and now our software supports that. We wanted this feature from the beginning and we are very happy it’s in place now.</p>\n<h4>Edit attendee fields</h4>\n<p>Selling t-shirts along with your tickets? Sometimes people don’t get their sizes right on the first attempt, but now that’s easy for them to fix. </p>\n<h3>3. Improved CSV importer</h3>\n<p>We have been slowly expanding the capabilities of our CSV importer over the past few releases (and we aren’t done yet). Our big focus here was to reach a point where every field for an event can be imported. We also added more field options for venues and organizers. Most exciting of all though, you can now setup your RSVPs and tickets via a CSV import.</p>\n<h3>4. Linked post types</h3>\n<p>Added simplified support for attaching custom post types to events. This isn’t a user facing feature, but it will make customizations to the product much easier. Additionally, we are using this system to improve the way venues and organizers function with events. This is critical groundwork for new ideas we hope to deliver later this year or in 2017.</p>\n<h3>5. Google Maps API key field</h3>\n<p>Google started rate limiting requests without an API key. For high traffic websites, this was becoming a significant problem. Now those sites can add an API key and keep their maps looking spiffy.</p>\n<h3>6. Accessibility changes</h3>\n<p>When <a href=\"https://trishasalas.com\">Trisha Salas</a> joined our team a couple months ago, we hoped we could leverage her extensive background with accessibility to improve our products. She jumped at the challenge and with this release we are bringing the first of many accessibility improvements. Hopefully screen readers will sound better with these changes. More information around these efforts will be shared in a subsequent blog post. Stay tuned!</p>\n<h3>7. Filter Bar: venue locations</h3>\n<p>You can now filter your events by state, province, city, and country. If you have a lot of events across large geographical areas, this is going to help your visitors a great deal!</p>\n<h3>8. A few bug fixes and tweaks</h3>\n<p>As always, we try to make a bunch of small adjustments to make everything just a little bit better. Check out <a href=\"/release-the-events-calendar-4-2-premium-add-ons/\">the full release notes</a> for all the details about every little adjustment we made this time.</p>\n<h3>9. New actions</h3>\n<h4>The Events Calendar</h4>\n<ul>\n<li><samp>tribe_events_link_post</samp></li>\n<li><samp>tribe_events_unlink_post</samp></li>\n<li><samp>tribe_events_linked_post_new_form</samp></li>\n<li><samp>tribe_location_table_top</samp></li>\n<li><samp>tribe_venue_table_top</samp></li>\n<li><samp>tribe_linked_post_table_top</samp></li>\n<li><samp>tribe_after_organizer_details</samp></li>\n<li><samp>tribe_after_linked_post_details</samp></li>\n<li><samp>tribe_events_embed_before_the_event_feature_image</samp></li>\n<li><samp>tribe_events_embed_after_the_event_feature_image</samp></li>\n<li><samp>tribe_events_embed_before_the_event_title</samp></li>\n<li><samp>tribe_events_embed_after_the_event_title</samp></li>\n<li><samp>tribe_events_embed_before_the_content</samp></li>\n<li><samp>tribe_events_embed_after_the_content</samp></li>\n<li><samp>tribe_events_embed_before_the_event_footer</samp></li>\n<li><samp>tribe_events_embed_after_the_event_footer</samp></li>\n<li><samp>tribe_events_embed_before_the_cost_value</samp></li>\n<li><samp>tribe_events_embed_after_the_cost_value</samp></li>\n<li><samp>tribe_events_embed_before_the_event_meta</samp></li>\n<li><samp>tribe_events_embed_after_the_event_meta</samp></li>\n<li><samp>tribe_events_embed_before_the_event_cost</samp></li>\n<li><samp>tribe_events_embed_after_the_event_cost</samp></li>\n<li><samp>tribe_events_embed_before_the_event_schedule_details</samp></li>\n<li><samp>tribe_events_embed_after_the_event_schedule_details</samp></li>\n<li><samp>tribe_events_embed_before_the_event_venue</samp></li>\n<li><samp>tribe_events_embed_after_the_event_venue</samp></li>\n</ul>\n<h4>Event Tickets</h4>\n<ul>\n<li><samp>tribe_tickets_plugin_failed_to_load</samp></li>\n<li><samp>tribe_tickets_plugin_loaded</samp></li>\n<li><samp>event_tickets_rsvp_attendee_created</samp></li>\n<li><samp>event_tickets_attendee_update</samp></li>\n<li><samp>event_tickets_after_attendees_update</samp></li>\n<li><samp>tribe_tickets_pre_get_template_part</samp></li>\n<li><samp>tribe_tickets_before_get_template_part</samp></li>\n<li><samp>tribe_tickets_after_get_template_part</samp></li>\n<li><samp>tribe_tickets_post_get_template_part</samp></li>\n<li><samp>event_tickets_orders_rsvp_attendee_contents</samp></li>\n</ul>\n<h4>Event Tickets Plus</h4>\n<ul>\n<li><samp>event_ticket_edd_attendee_created</samp></li>\n<li><samp>event_tickets_shopp_attendee_created</samp></li>\n<li><samp>event_tickets_wpec_attendee_created</samp></li>\n<li><samp>event_ticket_woo_attendee_created</samp></li>\n<li><samp>event_tickets_edd_tickets_purchased_inventory_recorded</samp></li>\n</ul>\n<h3>10. New filters</h3>\n<h4>The Events Calendar</h4>\n<ul>\n<li><samp>tribe_events_cost_utils_uncosted_events_expiry</samp></li>\n<li><samp>tribe_events_import_type_titles_map</samp></li>\n<li><samp>tribe_events_import_options_rows</samp></li>\n<li><samp>tribe_events_import_options_default_selected</samp></li>\n<li><samp>tribe_event_import_{$import_type}_column_names</samp></li>\n<li><samp>tribe_events_importer_venue_column_names</samp></li>\n<li><samp>tribe_events_importer_organizer_column_names</samp></li>\n<li><samp>tribe_events_import_{$type}_importer</samp></li>\n<li><samp>tribe_events_csv_import_organizer_fields</samp></li>\n<li><samp>tribe_events_importer_venue_array</samp></li>\n<li><samp>tribe_import_default_encode_status_non_saved</samp></li>\n<li><samp>tribe_import_default_encode_status</samp></li>\n<li><samp>tribe_import_encoding_status</samp></li>\n<li><samp>tribe_events_register_default_linked_post_types</samp></li>\n<li><samp>tribe_events_linked_post_type_args</samp></li>\n<li><samp>tribe_events_linked_post_type_container</samp></li>\n<li><samp>tribe_events_linked_post_id_field_index</samp></li>\n<li><samp>tribe_events_linked_post_name_field_index</samp></li>\n<li><samp>tribe_events_has_linked_posts</samp></li>\n<li><samp>tribe_events_get_linked_posts</samp></li>\n<li><samp>tribe_events_has_linked_posts_by_post_type</samp></li>\n<li><samp>tribe_events_get_linked_posts_by_post_type</samp></li>\n<li><samp>tribe_events_linked_post_create_{$linked_post_type}</samp></li>\n<li><samp>tribe_events_linked_post_create</samp></li>\n<li><samp>tribe_events_saved_linked_post_dropdown_my_optgroup</samp></li>\n<li><samp>tribe_events_saved_linked_post_dropdown_optgroup</samp></li>\n<li><samp>tribe_events_linked_post_meta_box_section</samp></li>\n<li><samp>tribe_events_multiple_linked_post_template</samp></li>\n<li><samp>tribe_events_linked_post_default</samp></li>\n<li><samp>tribe_display_event_linked_post_dropdown_id</samp></li>\n<li><samp>tribe_events_tribe_organizer_new_form_fields</samp></li>\n<li><samp>tribe_events_tribe_venue_new_form_fields</samp></li>\n<li><samp>tribe_events_linked_post_meta_box_title</samp></li>\n<li><samp>tribe_event_featured_image_size</samp></li>\n<li><samp>tribe_event_featured_image_link</samp></li>\n<li><samp>tribe_events_get_the_excerpt</samp></li>\n<li><samp>tribe_events_venue_single_line_address_parts</samp></li>\n<li><samp>tribe_events_get_venue_single_line_address</samp></li>\n</ul>\n<h4>Event Tickets</h4>\n<ul>\n<li><samp>tribe_events_tickets_attendees_table_attendee_id_column</samp></li>\n<li><samp>tribe_tickets_json_ld_low_inventory_level</samp></li>\n<li><samp>tribe_json_ld_offer_object</samp></li>\n<li><samp>event_tickets_embed_buy_button_text</samp></li>\n<li><samp>event_tickets_embed_buy_button</samp></li>\n<li><samp>tribe_tickets_shortcodes_attendee_list_name</samp></li>\n<li><samp>event_tickets_availability_slug</samp></li>\n<li><samp>event_tickets_availability_slug_by_collection</samp></li>\n<li><samp>event_tickets_unvailable_message</samp></li>\n<li><samp>tribe_tickets_ticket_login_url</samp></li>\n<li><samp>event_tickets_rewrite_slug_orders_page</samp></li>\n<li><samp>event_tickets_rsvp_options</samp></li>\n<li><samp>event_tickets_is_rsvp_restricted</samp></li>\n<li><samp>tribe_tickets_settings_systems_supporting_login_requirements</samp></li>\n<li><samp>tribe_tickets_get_template_part_templates</samp></li>\n<li><samp>tribe_tickets_get_template_part_path</samp></li>\n<li><samp>tribe_tickets_get_template_part_path_{$template}</samp></li>\n<li><samp>tribe_tickets_get_template_part_content</samp></li>\n</ul>\n<h4>Event Tickets Plus</h4>\n<ul>\n<li><samp>tribe_tickets_plus_edd_global_stock_cart_error</samp></li>\n<li><samp>tribe_tickets_plus_edd_global_stock_cart_error</samp></li>\n<li><samp>tribe_tickets_edd_enable_global_stock</samp></li>\n<li><samp>event_tickets_plus_is_meta_field_restricted</samp></li>\n<li><samp>event_tickets_plus_is_meta_restricted</samp></li>\n</ul>\n<h3>11. Newly deprecated code</h3>\n<p>To support the increased flexibility with the linked post changes, we have some filters and methods that will be changing.</p>\n<p>The filters <samp>tribe_events_saved_organizers_dropdown_my_optgroup</samp> and <samp>tribe_events_saved_organizers_dropdown_optgroup</samp> will be replaced with <samp>tribe_events_saved_linked_post_dropdown_my_optgroup</samp> and <samp>tribe_events_saved_linked_post_dropdown_optgroup</samp> respectively. The new filters apply to any linked post type. The post type itself is passed as the second parameter to the filters. This immediately applies to venues and organizers.</p>\n<p>The <samp>Tribe__Events__Main::saved_venues_dropdown()</samp> and <samp>Tribe__Events__Main::saved_organizers_dropdown()</samp> methods will be replaced with the <samp>Tribe__Events__Linked_Posts::saved_linked_post_dropdown()</samp> method. An import note here is that the second parameter for those methods (<samp>$name</samp>) no longer has any effect on the field name. The post type itself is passed as the first parameter to this new method.</p>\n<p>The <samp>Tribe__Tickets__Main::inject_tickets_json_ld()</samp> method has been refactored out and the <samp>Tribe__Tickets__JSON_LD__Order</samp> class has taken over these responsibilities. This both adds improved LSON-LD support and further simplifies the bloated <samp>Tribe__Tickets__Main</samp> class.</p>\n<h3>12. Removed action and filters</h3>\n<h4>The Events Calendar</h4>\n<p>Removed <samp>tribe_venue_table_top</samp> action.</p>\n<p>Removed the following filters:</p>\n<ul>\n<li><samp>tribe_events_multiple_organizer_template</samp></li>\n<li><samp>tribe_events_saved_venues_dropdown_my_optgroup</samp></li>\n<li><samp>tribe_events_saved_venues_dropdown_optgroup</samp></li>\n<li><samp>tribe_puc_request_info_query_args-{slug}</samp></li>\n<li><samp>tribe_puc_request_info_options-{slug}</samp></li>\n<li><samp>tribe_puc_request_info_result-{slug}</samp></li>\n<li><samp>tribe_google_data_markup_json</samp></li>\n</ul>\n<h4>Events Calendar PRO</h4>\n<p>Removed <samp>tribe_google_data_markup_json</samp> filter.</p>\n<h4>Event Tickets</h4>\n<p>Removed <samp>tribe_events_tickets_google_event_data_offer</samp> filter.</p>\n<h3>13. Updated views</h3>\n<p>We definitely want you to be aware of updated views, particularly those of you who have used <a href=\"https://theeventscalendar.com/knowledgebase/themers-guide/\">template overrides</a> in the past. We’ve updated markup in the following templates, so please do be sure to check your custom work against what’s new in 4.1 and test things out in a safe development environment to avoid any critical breakages.</p>\n<h4>Events Calendar PRO</h4>\n<ul>\n<li><samp>widgets/modules/single-event.php</samp></li>\n</ul>\n<h4>Event Tickets</h4>\n<ul>\n<li><samp>rsvp.php</samp></li>\n<li><samp>orders-link.php</samp></li>\n<li><samp>orders-rsvp.php</samp></li>\n<li><samp>orders.php</samp></li>\n</ul>\n<h4>Event Tickets Plus</h4>\n<ul>\n<li><samp>wootickets/tickets.php</samp></li>\n<li><samp>shopptickets/tickets.php</samp></li>\n<li><samp>meta/text.php</samp></li>\n<li><samp>meta/select.php</samp></li>\n<li><samp>meta/radio.php</samp></li>\n<li><samp>meta/checkbox.php</samp></li>\n<li><samp>meta/number.php</samp></li>\n<li><samp>eddtickets/tickets.php</samp></li>\n<li><samp>tickets-plus/orders-edit-meta.php</samp></li>\n<li><samp>tickets-plus/orders-tickets.php</samp></li>\n<li><samp>login-to-purchase.php</samp></li>\n<li><samp>wpectickets/tickets.php</samp></li>\n</ul>\n<h4>Community Events</h4>\n<ul>\n<li><samp>modules/venue.php</samp></li>\n<li><samp>modules/organizer-multiple.php</samp></li>\n<li><samp>modules/organizer.php</samp></li>\n</ul>\n<p>Thanks for your continued support! We have makes your sites much better and your jobs way easier.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/things-to-be-aware-of-in-version-4-2-of-the-events-calendar-event-tickets-and-premium-add-ons/\">Things to be aware of in version 4.2 of The Events Calendar, Event Tickets, and premium add-ons</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</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:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Kiss One More Plugin Fee Goodbye\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://theeventscalendar.com/stripe-payment-gateway-free-for-woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Jun 2016 19:56: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:5:{i:0;a:5:{s:4:\"data\";s:8:\"Articles\";s: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:18:\"Event Tickets Plus\";s: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:6:\"Stripe\";s: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:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:19:\"WooCommerce Tickets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1123446\";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:601:\"<p>Ticket sellers have a new reason to celebrate. Back in February, WooCommerce announced that their Stripe Payment Gateway was transitioning from a paid WooCommerce extension to a free add-on. Previously priced at $79 for a single license, you can now get the add-on for $0 (no matter how many sites you want to install it on) directly…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/stripe-payment-gateway-free-for-woocommerce/\">Kiss One More Plugin Fee Goodbye</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jen Jamar\";s: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:4602:\"<p>Ticket sellers have a new reason to celebrate.</p>\n<p>Back in February, WooCommerce announced that <a href=\"https://www.woothemes.com/products/stripe/\" target=\"_blank\">their Stripe Payment Gateway</a> was transitioning from a paid WooCommerce extension to a free add-on. Previously priced at $79 for a single license, you can now get the add-on for <strong>$0</strong> (no matter how many sites you want to install it on) <a href=\"https://wordpress.org/plugins/woocommerce-gateway-stripe/\" target=\"_blank\">directly from the WordPress.org repository</a>.</p>\n<h2>Good News for Event Tickets Plus Users</h2>\n<p>That’s good news for our <a href=\"https://theeventscalendar.com/product/wordpress-event-tickets-plus/\">Event Tickets Plus</a> customers. Event Tickets Plus works with WooCommerce (as well as other major eCommerce platforms) to help you sell tickets to your events by utilizing great features like payment gateways and coupons. By <a href=\"https://theeventscalendar.com/strategies-to-nail-event-registration-process/\">keeping the event registration process on your site</a> instead of sending users to a 3rd party ticket seller, you retain full control of the ticket purchase experience.</p>\n<p>The Stripe plugin extends WooCommerce, providing a way for you to accept payments online for your events. Stripe allows you to accept a variety of payment methods on your WordPress site, including Visa, MasterCard, American Express, Discover, JCB, Diners Club cards, and even Bitcoin. When paired with Event Tickets Plus, you’re able to power ticket sales on individual posts, pages, and event listings.</p>\n<h2>Extra Excitement for Global Users</h2>\n<p>Stripe has been steadily expanding its services beyond the US and Europe. While it still has a way to go before it can be called a truly global option for accepting payments, that’s a goal under active development. In fact, they have several beta tests running for businesses across the globe.</p>\n<p><strong>Open Stripe Betas</strong></p>\n<ul>\n<li><a href=\"https://dashboard.stripe.com/register?country=AT\" target=\"_blank\">Austria</a></li>\n<li><a href=\"https://dashboard.stripe.com/register?country=BE\" target=\"_blank\">Belgium</a></li>\n<li><a href=\"https://dashboard.stripe.com/register?country=FR\" target=\"_blank\">France</a></li>\n<li><a href=\"https://dashboard.stripe.com/register?country=DE\" target=\"_blank\">Germany</a></li>\n<li><a href=\"https://dashboard.stripe.com/register?country=IT\" target=\"_blank\">Italy</a></li>\n<li><a href=\"https://dashboard.stripe.com/register?country=JA\" target=\"_blank\">Japan</a></li>\n<li><a href=\"https://dashboard.stripe.com/register?country=LU\" target=\"_blank\">Luxembourg</a></li>\n<li><a href=\"https://dashboard.stripe.com/register?country=NL\" target=\"_blank\">The Netherlands</a></li>\n<li><a href=\"https://dashboard.stripe.com/register?country=ES\" target=\"_blank\">Spain</a></li>\n<li><a href=\"https://dashboard.stripe.com/register?country=SG\" target=\"_blank\">Singapore</a></li>\n</ul>\n<p><strong>Private Stripe Betas</strong></p>\n<ul>\n<li>Brazil</li>\n<li>Mexico</li>\n<li>Portugal</li>\n<li>Hong Kong</li>\n<li>Switzerland</li>\n</ul>\n<p>If you’re based in one of the countries where a private Stripe beta is happening and you’d like to join their test, you can <a href=\"https://stripe.com/global\" target=\"_blank\">contact Stripe to request an invite</a>.</p>\n<h2>Upgrading to Event Tickets Plus</h2>\n<p>If you’re already using our <a href=\"https://theeventscalendar.com/product/wordpress-event-tickets/\">free Event Tickets RSVP plugin</a> and want to start selling tickets using Stripe and WooCommerce on your site, it’s easy to upgrade to <a href=\"https://theeventscalendar.com/product/wordpress-event-tickets-plus/\">Event Tickets Plus</a>. Once you’ve purchased Event Tickets Plus, we’ll walk you through installation and set up step-by-step in <a href=\"https://theeventscalendar.com/knowledgebase/new-user-primer-event-tickets/\">our New User Primer</a>. If you have more specific questions, we’ve got you covered with an <a href=\"https://theeventscalendar.com/knowledgebase/plugin/event-tickets-plus/\">extensive </a>knowledgebase of tutorials or you can hit us up directly in <a href=\"https://theeventscalendar.com/support/forums/forum/_welcome/pre-sales-questions/\">our pre-sales forum</a>.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/stripe-payment-gateway-free-for-woocommerce/\">Kiss One More Plugin Fee Goodbye</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</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:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:36:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"The Events Calendar 4.2 Release Candidate Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://theeventscalendar.com/the-events-calendar-4-2-release-candidate-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jun 2016 19:59: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:20:\"News & Announcements\";s: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:10:\"Quick Peek\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1121715\";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:634:\"<p>We’ve been working hard on the The Events Calendar 4.2, including updates to all of our premium add-ons. You already know about the features we’re stoked to release, but we also want to let you know that the release candidates for the updates are now available for testing. As a reminder, release candidates are different…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/the-events-calendar-4-2-release-candidate-now-available/\">The Events Calendar 4.2 Release Candidate Now Available</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Geoff\";s: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:2222:\"<p>We’ve been working hard on the <strong>The Events Calendar 4.2</strong>, including updates to all of our premium add-ons. You already know about <a href=\"https://theeventscalendar.com/a-look-at-whats-coming-in-our-4-2-release/\">the features we’re stoked to release</a>, but we also want to let you know that the release candidates for the updates are now available for testing.</p>\n<p>As a reminder, release candidates are different from what will be officially released but are solid enough that we like to make them available for developers like yourself to test them ahead of release. This gives you an opportunity to preview the new features in advance, but also to test the updates in a safe development environment to make sure everything works smoothly for you before the official release is available and before deploying anything to a live, production site. We made a lot of changes in 4.2 and, as such, there is the chance of breaking changes to be introduced, especially for those of you who have made customizations to the calendar. This is an unofficial release and we’re making it available for you to prepare for what’s coming up.</p>\n<p>You can access the release candidate for The Events Calendar 4.2 and all our other premium plugins by logging into your account and visiting the <a href=\"/my-account/downloads/\">My Downloads section of your account</a>. They are listed at the very bottom of the screen under the “Early Access” heading.</p>\n<p>Again, we strongly urge caution and care when testing new, unofficial releases. <strong>Please backup your files and test with safety.</strong> We will be sure to publish our release notes once the official versions ship and document all of our changes there.</p>\n<p>We really hope you are as excited as we are about 4.2 and that this release candidate gives you a good idea of what to expect when the release officially ships.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/the-events-calendar-4-2-release-candidate-now-available/\">The Events Calendar 4.2 Release Candidate Now Available</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</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:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:39:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Celebrating One Thousand 5-Star Reviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://theeventscalendar.com/celebrating-one-thousand-5-star-reviews/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 May 2016 22:51:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:20:\"News & Announcements\";s: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:10:\"milestones\";s: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:7:\"reviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1119397\";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:625:\"<p>Today we crossed into new territory with The Events Calendar – over one thousand 5-star reviews. Our reputation is something we work hard to maintain. That’s why our support team carves out dedicated time each week to answer questions on the WordPress.org support forums, review new feature suggestions on User Voice, and respond to every user…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/celebrating-one-thousand-5-star-reviews/\">Celebrating One Thousand 5-Star Reviews</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jen Jamar\";s: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:3679:\"<p>Today we crossed into new territory with The Events Calendar – <strong>over one thousand 5-star reviews</strong>.</p>\n<p><img class=\"aligncenter wp-image-1119470 size-medium\" src=\"https://theeventscalendar.com/content/uploads/2016/05/Screen-Shot-2016-05-26-at-4.24.26-PM-300x271.png\" alt=\"Screenshot of 5 star review milestone for The Events Calendar\" width=\"300\" height=\"271\" srcset=\"https://theeventscalendar.com/content/uploads/2016/05/Screen-Shot-2016-05-26-at-4.24.26-PM-300x271.png 300w, https://theeventscalendar.com/content/uploads/2016/05/Screen-Shot-2016-05-26-at-4.24.26-PM-94x85.png 94w, https://theeventscalendar.com/content/uploads/2016/05/Screen-Shot-2016-05-26-at-4.24.26-PM-430x389.png 430w, https://theeventscalendar.com/content/uploads/2016/05/Screen-Shot-2016-05-26-at-4.24.26-PM.png 546w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>Our reputation is something we work hard to maintain. That’s why our support team carves out dedicated time each week to answer questions on the <a href=\"https://wordpress.org/support/plugin/the-events-calendar\" target=\"_blank\">WordPress.org support forums</a>, review <a href=\"https://tribe.uservoice.com/forums/195723-feature-ideas\" target=\"_blank\">new feature suggestions</a> on User Voice, and respond <a href=\"https://wordpress.org/support/view/plugin-reviews/the-events-calendar\" target=\"_blank\">to every user review we receive</a>.</p>\n<p>To us, our star rating is much more than a vanity metric – it’s one of the primary ways we receive feedback about the quality of our plugins and our support. Your reviews motivate us to keep up the good work while also giving us insights into areas where we still have room for improvement.</p>\n<p>Rob LaGatta, our Operations Manager, was super stoked to see us cross this threshold.</p>\n<blockquote><p>When I started working with The Events Calendar back in 2011, the idea that we’d ever have 1,000 different voices giving 5-star praise was a pipe dream. I’m seriously proud of the Products team for building this level of trust with the community, and thankful to everyone who has taken the time to write a review (whether 5 stars or not).</p></blockquote>\n<p>Thanks for keepin’ it real and keeping us humble.</p>\n<h2>Bring On The Celebration!</h2>\n<p>To celebrate hitting this milestone, we’re running some sweet coupon deals for <a href=\"https://theeventscalendar.com/products/\">our premium plugins</a> this weekend only.</p>\n<ul>\n<li>Spend up to $99 and save 10% with code: <strong>FiveStars10</strong></li>\n<li>Spend $100-$199 and save 15% with code: <strong>FiveStars15</strong></li>\n<li>Spend $200-$299 and save 20% with code: <strong>FiveStars20</strong></li>\n<li>Spend $300+ and save 30% with code: <strong>FiveStars30</strong></li>\n</ul>\n<p><em>These coupons expire Monday, May 30th. Coupons are valid on all regular price plugins and may not be combined with other promotions, renewals, or bundles.</em></p>\n<h2>Save Big On Renewals</h2>\n<p>Renew your existing license now and <strong>save 30% </strong>on a full year of premium support and feature updates. You can <a href=\"https://theeventscalendar.com/knowledgebase/renewing-your-license/\">renew right from your license key page</a>.</p>\n<h2>Keep The Feedback Comin’</h2>\n<p>Help us keep making awesome – we welcome your feedback on all of our plugins and appreciate your continued support.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/celebrating-one-thousand-5-star-reviews/\">Celebrating One Thousand 5-Star Reviews</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</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:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:33:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"A look at what’s coming in our 4.2 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:72:\"https://theeventscalendar.com/a-look-at-whats-coming-in-our-4-2-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2016 11:27: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:10:\"Quick Peek\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1116400\";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:619:\"<p>The Events Calendar 4.2 is just around the corner and we’re packing in some pretty awesome features that we can’t wait to get into your hands. It’s hard for us to keep quiet about what’s coming, so here’s a sneak peak into the things we’re most excited about in this release. oEmbed for Events You know…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/a-look-at-whats-coming-in-our-4-2-release/\">A look at what’s coming in our 4.2 release</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Geoff\";s: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:4393:\"<p>The Events Calendar 4.2 is just around the corner and we’re packing in some pretty awesome features that we can’t wait to get into your hands. It’s hard for us to keep quiet about what’s coming, so here’s a sneak peak into the things we’re most excited about in this release.</p>\n<h3>oEmbed for Events</h3>\n<p>You know that handy little thing in WordPress where you paste a YouTube URL into the post editor and the video auto-magically embeds itself? Well, we’re doing the exact same thing for events!</p>\n<p>This new feature will allow you to take the URL for any of your events, paste it into WordPress content editor, and display your event in record time.</p>\n<p><img class=\"alignnone size-full wp-image-1116594\" src=\"https://theeventscalendar.com/content/uploads/2016/05/blog-42-preview.gif\" alt=\"blog-42-preview\" width=\"958\" height=\"513\" /></p>\n<h3>Registered Attendees can manage their information</h3>\n<p>Event Tickets is great. You create RSVPs. People RSVP. Then the event happens.</p>\n<p>But what if your guests want to change their RSVP prior to the event? You could “refund” someone’s RSVP or ticket reservation manually, but that’s a royal pain. This new feature will allow those who have registered for your event to edit and update their RSVP and ticket information, including:</p>\n<ul>\n<li><strong>RSVP status.</strong> If someone has previously RSVP’d for your event, they can now log in and change that status from “Going” to “Not Going” on the fly.</li>\n<li><strong>Registration information.</strong> We recently rolled out a feature for requesting <a href=\"https://theeventscalendar.com/knowledgebase/collecting-attendee-information/\">additional information</a> from a guest during registration. Now, guests can edit that information after it has been recorded!</li>\n</ul>\n<p>We’re very excited about this one because we can already hear the sound of event coordinators, administrators and promoters rejoicing.</p>\n<h3></h3>\n<h3>Import events with ease</h3>\n<p>Our <a href=\"https://theeventscalendar.com/knowledgebase/using-the-events-calendars-csv-importer/\">CSV Importer</a> is a simple, quick way to import a ton of event data into your calendar in bulk. While it is not a new feature in and of itself, we have rolled some new capabilities into it that will make importing events even nicer.</p>\n<p>For example, the CSV Importer will now remember your previously imported fields and will offer them as options the next time you do an import. We know that having to reset those on every import was a tedious task and now this will cut some time and effort on the process.</p>\n<p>What, you want another example? Well, the big news is this: <strong>tickets and RSVPs are now supported</strong>! That’s right: you will finally be able to import tickets to your existing events without having to manually re-create them.</p>\n<h3>Accessibility for the win</h3>\n<p>Making The Events Calendar more accessible to those with disabilities (no matter what they are) is something that’s always in the back of our minds when coming up with new features or refining older ones. In this release, we’ve made a number of updates that improve the overall experience of the calendar for just this reason:</p>\n<ul>\n<li>\n<p class=\"p1\"><span class=\"s1\"><strong>Focus styles on calendar search fields.</strong> The way we present a fields that is in focus will now be much more prominent and easy to spot than it was in past versions.</span></p>\n</li>\n<li>\n<p class=\"p1\"><strong><span class=\"s1\">Navigational improvements. </span></strong><span class=\"s1\">The pagination between past and upcoming events will employ clearly defined ARIA labels for much greater ease in navigating the calendar.</span></p>\n</li>\n</ul>\n<h3>Wrapping Up</h3>\n<p>We sure hope you’re as excited as we are about what’s ahead for The Events Calendar, Event Tickets and our entire suite of premium plugins. Our sleeves are rolled up as we put the finishing touches on these and we cannot wait to release them.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/a-look-at-whats-coming-in-our-4-2-release/\">A look at what’s coming in our 4.2 release</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</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:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:33:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Release: The Events Calendar 4.1.4 and premium add-ons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://theeventscalendar.com/release-the-events-calendar-4-1-4-and-premium-add-ons/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 May 2016 18:57:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Release Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1116444\";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:641:\"<p>We just released The Events Calendar 4.1.4 and it’s ready for your updating enjoyment. We’re excited about this release because, while it is minor, it marks the last in a series of maintenance releases before we gear up for The Events Calendar 4.2…but more on that later. ? So what’s new in this release? Let’s…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-the-events-calendar-4-1-4-and-premium-add-ons/\">Release: The Events Calendar 4.1.4 and premium add-ons</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Geoff\";s: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:4040:\"<p>We just released <strong>The Events Calendar 4.1.4</strong> and it’s ready for your updating enjoyment. We’re excited about this release because, while it is minor, it marks the last in a series of maintenance releases before we gear up for The Events Calendar 4.2…but more on that later. <img src=\"https://s.w.org/images/core/emoji/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n<p>So what’s new in this release? Let’s take a look.</p>\n<ul>\n<li><a href=\"#tec\">The Events Calendar 4.1.4</a></li>\n<li><a href=\"#ecp\">Events Calendar PRO 4.1.3</a></li>\n<li><a href=\"#comm\">Community Events 4.1.2</a></li>\n<li><a href=\"#commtix\">Community Tickets 4.1.1</a></li>\n<li><a href=\"#et\">Event Tickets 4.1.4</a></li>\n<li><a href=\"#etp\">Event Tickets Plus 4.1.3</a></li>\n<li><a href=\"#ebt\">Eventbrite Tickets 4.1.3</a></li>\n</ul>\n<p>The following plugins have no changes and remain at their existing version numbers:</p>\n<ul>\n<li>Facebook Events 4.1</li>\n<li>Filter Bar 4.1</li>\n<li>iCal Importer 4.1.2</li>\n</ul>\n<p>As always, we do strongly recommend that you use caution when updating the plugins, just like you would with any other WordPress update. We consider these minor updates and expect smooth sailing for those of you already running 4.1 or above, but please do <a href=\"https://codex.wordpress.org/WordPress_Backups\">backup your database and files</a> to be on the safe side, especially if you have made customizations to any of the calendar’s core files.</p>\n<hr />\n<h3 id=\"#tec\">The Events Calendar 4.1.4</h3>\n<ul>\n<li><strong>Fix:</strong> Improve accuracy of list view pagination after switching from month view</li>\n<li><strong>Tweak:</strong> Give the multi-organizer form ‘sticky’ properties so values persist even if the submission is initially rejected</li>\n<li><strong>Tweak:</strong> Resolved minor CSS issues in the welcome page</li>\n</ul>\n<hr />\n<h3 id=\"ecp\">Events Calendar PRO 4.1.3</h3>\n<ul>\n<li><strong>Fix:</strong> Resolved minor incompatibilities with the Safari browser</li>\n<li><strong>Fix:</strong> Fixed issue where legacy recurrence description fields were not migrated to the new recurrence data structure introduced in 3.12 (props to publiclife on the forums for reporting this!)</li>\n<li><strong>Tweak:</strong> restored section heading for Additional Fields</li>\n</ul>\n<hr />\n<h3 id=\"comm\">Community Events 4.1.2</h3>\n<ul>\n<li><strong>Fix:</strong> Make the fields within the organizer section of the event submission form sticky</li>\n</ul>\n<hr />\n<h3 id=\"commtix\">Community Tickets 4.1.1</h3>\n<ul>\n<li><strong>Fix:</strong> Default to preventing organizers from deleting tickets when sales have been made</li>\n</ul>\n<hr />\n<h3 id=\"et\">Event Tickets 4.1.4</h3>\n<ul>\n<li><strong>Fix:</strong> Improve email attendees integration with Community Events Tickets</li>\n<li><strong>Fix:</strong> Remove unneeded plugin settings when Event Tickets is operating without The Events Calendar</li>\n<li><strong>Tweak:</strong> Setting to opt out of the frontend attendee list now automatically hidden if the attendee list is also hidden</li>\n<li><strong>Tweak:</strong> Make the visibility of the delete ticket link filterable</li>\n</ul>\n<hr />\n<h3 id=\"etp\">Event Tickets Plus 4.1.3</h3>\n<ul>\n<li><strong>Fix:</strong> Automatically restock ticket inventory when an attendee is deleted (WooCommerce implementation)</li>\n<li><strong>Fix:</strong> Improve counting of deleted attendee records</li>\n<li><strong>Fix:</strong> Make the meta.php available as a template override</li>\n</ul>\n<hr />\n<h3 id=\"ebt\">Eventbrite Tickets 4.1.3</h3>\n<ul>\n<li><strong>Tweak:</strong> Improve reporting of errors when connections to eventbrite.com fail</li>\n</ul>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-the-events-calendar-4-1-4-and-premium-add-ons/\">Release: The Events Calendar 4.1.4 and premium add-ons</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</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:\"\";}}}}}i:7;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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"What Harry Potter Teaches Us About Evaluating WordPress Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://theeventscalendar.com/evaluating-wordpress-plugins/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 21:53: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:8:\"Articles\";s: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:15:\"Premium Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:16:\"WordPress Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:13:\"wordpress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1115750\";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:670:\"<p>“Plugins are, in my not so humble opinion, our most inexhaustible source of magic.” Ok, Dumbledore didn’t really say that, but it’s still true. And when it comes to evaluating WordPress plugins, Harry Potter offers some valuable lessons to help avoid future headaches. Evaluating WordPress Plugins: Choose Your Wand Wisely Diagon Alley makes choosing a wand look…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/evaluating-wordpress-plugins/\">What Harry Potter Teaches Us About Evaluating WordPress Plugins</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jen Jamar\";s: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:12557:\"<p>“<em>Plugins are, in my not so humble opinion, our most inexhaustible source of magic.</em>”</p>\n<p>Ok, Dumbledore didn’t really say that, but it’s still true. And when it comes to evaluating WordPress plugins, Harry Potter offers some valuable lessons to help avoid future headaches.</p>\n<h2>Evaluating WordPress Plugins: Choose Your Wand Wisely</h2>\n<p>Diagon Alley makes choosing a wand look easy – you simply show up at Olivander’s and let the wand choose you. With over 44,000 free plugins available in the .org repository along with thousands of paid plugins available on other sites, selecting a plugin takes a little more work.</p>\n<p>Even though I’m still waiting for my owl to arrive, I’ve taken away a few lessons from Harry Potter to help you evaluate plugins for your site.</p>\n<h3>The Sorting Hat</h3>\n<p>When first-year students arrive at Hogwarts, the Sorting Hat magically determines which house they belong to based on their ambitions, strengths, and personality.</p>\n<p>There’s no magic sorting hat for plugins. <em>(If there were, The Events Calendar would totally be in Gryffindor.) </em>Instead, you’ll have to evaluate the reputation of plugin authors and directories on your own. WordPress.org makes this easier by prominently showcasing the star rating for each plugin in their directory, along with public user reviews.</p>\n<p><img class=\"aligncenter size-large wp-image-1116127\" src=\"https://theeventscalendar.com/content/uploads/2016/05/WordPress.org-Review-Tab-665x434.jpg\" alt=\"The WordPress.org review tab shows plugin ratings and reviews\" width=\"665\" height=\"434\" srcset=\"https://theeventscalendar.com/content/uploads/2016/05/WordPress.org-Review-Tab-665x434.jpg 665w, https://theeventscalendar.com/content/uploads/2016/05/WordPress.org-Review-Tab-130x85.jpg 130w, https://theeventscalendar.com/content/uploads/2016/05/WordPress.org-Review-Tab-300x196.jpg 300w, https://theeventscalendar.com/content/uploads/2016/05/WordPress.org-Review-Tab-768x502.jpg 768w, https://theeventscalendar.com/content/uploads/2016/05/WordPress.org-Review-Tab-430x281.jpg 430w, https://theeventscalendar.com/content/uploads/2016/05/WordPress.org-Review-Tab-645x421.jpg 645w, https://theeventscalendar.com/content/uploads/2016/05/WordPress.org-Review-Tab.jpg 1000w\" sizes=\"(max-width: 665px) 100vw, 665px\" /></p>\n<p>For premium plugins, you can look at testimonials and showcases on the developer’s website. Look for organizations similar to yours to see how they’re using the features available in the plugin.</p>\n<p><img class=\"aligncenter size-large wp-image-1116128\" src=\"https://theeventscalendar.com/content/uploads/2016/05/Plugin-user-showcase-665x345.jpg\" alt=\"Premium plugin user showcase\" width=\"665\" height=\"345\" srcset=\"https://theeventscalendar.com/content/uploads/2016/05/Plugin-user-showcase-665x345.jpg 665w, https://theeventscalendar.com/content/uploads/2016/05/Plugin-user-showcase-140x73.jpg 140w, https://theeventscalendar.com/content/uploads/2016/05/Plugin-user-showcase-300x156.jpg 300w, https://theeventscalendar.com/content/uploads/2016/05/Plugin-user-showcase-768x399.jpg 768w, https://theeventscalendar.com/content/uploads/2016/05/Plugin-user-showcase-430x223.jpg 430w, https://theeventscalendar.com/content/uploads/2016/05/Plugin-user-showcase-645x335.jpg 645w, https://theeventscalendar.com/content/uploads/2016/05/Plugin-user-showcase.jpg 1000w\" sizes=\"(max-width: 665px) 100vw, 665px\" /></p>\n<h3>Room of Requirement</h3>\n<p>The Room of Requirement is a special room on the 7th floor of Hogwarts that appears when someone is in great need of it and contains exactly what that individual needs at that time. If that room existed for your website, what plugin functionality would you find in there?</p>\n<p>Compatibility is a big factor. WordPress.org features a handy compatibility vote feature that allows users to rate whether or not a plugin works based on each version number.</p>\n<p><img class=\"aligncenter size-full wp-image-1116132\" src=\"https://theeventscalendar.com/content/uploads/2016/05/Plugin-Compatibility.jpg\" alt=\"Plugin compatibility rating on WordPress.org\" width=\"494\" height=\"380\" srcset=\"https://theeventscalendar.com/content/uploads/2016/05/Plugin-Compatibility.jpg 494w, https://theeventscalendar.com/content/uploads/2016/05/Plugin-Compatibility-111x85.jpg 111w, https://theeventscalendar.com/content/uploads/2016/05/Plugin-Compatibility-300x231.jpg 300w, https://theeventscalendar.com/content/uploads/2016/05/Plugin-Compatibility-430x331.jpg 430w\" sizes=\"(max-width: 494px) 100vw, 494px\" /></p>\n<p>Plugin descriptions and FAQs can also help you quickly determine whether or not a particular plugin will meet your needs. For example, recurring events is a feature we offer in <a href=\"https://theeventscalendar.com/product/wordpress-events-calendar-pro/\">Events Calendar PRO</a>, a premium add-on to The Events Calendar. We make it clear in <a href=\"https://wordpress.org/plugins/the-events-calendar/\" target=\"_blank\">our free calendar plugin description</a> and our FAQ that if you need that particular functionality, you’ll need to purchase a premium plugin license.</p>\n<h3><img class=\"aligncenter size-large wp-image-1116139\" src=\"https://theeventscalendar.com/content/uploads/2016/05/WordPress.org-FAQ-recurring-events-665x525.jpg\" alt=\"WordPress.org FAQ on recurring events\" width=\"665\" height=\"525\" srcset=\"https://theeventscalendar.com/content/uploads/2016/05/WordPress.org-FAQ-recurring-events-665x525.jpg 665w, https://theeventscalendar.com/content/uploads/2016/05/WordPress.org-FAQ-recurring-events-108x85.jpg 108w, https://theeventscalendar.com/content/uploads/2016/05/WordPress.org-FAQ-recurring-events-300x237.jpg 300w, https://theeventscalendar.com/content/uploads/2016/05/WordPress.org-FAQ-recurring-events-768x606.jpg 768w, https://theeventscalendar.com/content/uploads/2016/05/WordPress.org-FAQ-recurring-events-430x339.jpg 430w, https://theeventscalendar.com/content/uploads/2016/05/WordPress.org-FAQ-recurring-events-645x509.jpg 645w, https://theeventscalendar.com/content/uploads/2016/05/WordPress.org-FAQ-recurring-events.jpg 1000w\" sizes=\"(max-width: 665px) 100vw, 665px\" /></h3>\n<h3>Quidditch Tryouts</h3>\n<p>You’ll never catch the golden snitch if your plugins drag down your site. That’s why performance is always a big consideration when evaluating WordPress plugins.</p>\n<p>Running too many plugins can increase page load times on your site. Other performance issues can crop up in the form of plugin conflicts and outdated code.</p>\n<p>To stay at the top of your game, choose plugins with a clean code base that minimize bloat. Don’t forget to deactivate and delete any plugins you’re not currently using.</p>\n<h3>Spell Books</h3>\n<p>Hermione was the first one in her class to master the Wingardium Leviosa levitation charm because she had already studied the spell book. Plugins have their own spell books for muggles, commonly referred to as user guides, knowledgebase articles, and tutorials.</p>\n<p>A reliable developer understands that proper documentation supports users while installing, setting up, and customizing the features of a plugin. In the WordPress.org directory, you can find our <a href=\"https://wordpress.org/plugins/the-events-calendar/developers/\" target=\"_blank\">Developer Log listed under the Developers tab</a>.</p>\n<p><img class=\"aligncenter size-large wp-image-1116142\" src=\"https://theeventscalendar.com/content/uploads/2016/05/Development-log-for-The-Events-Calendar-665x473.jpg\" alt=\"Documentation and development log for The Events Calendar by Modern Tribe\" width=\"665\" height=\"473\" srcset=\"https://theeventscalendar.com/content/uploads/2016/05/Development-log-for-The-Events-Calendar-665x473.jpg 665w, https://theeventscalendar.com/content/uploads/2016/05/Development-log-for-The-Events-Calendar-120x85.jpg 120w, https://theeventscalendar.com/content/uploads/2016/05/Development-log-for-The-Events-Calendar-300x213.jpg 300w, https://theeventscalendar.com/content/uploads/2016/05/Development-log-for-The-Events-Calendar-768x546.jpg 768w, https://theeventscalendar.com/content/uploads/2016/05/Development-log-for-The-Events-Calendar-430x306.jpg 430w, https://theeventscalendar.com/content/uploads/2016/05/Development-log-for-The-Events-Calendar-645x459.jpg 645w, https://theeventscalendar.com/content/uploads/2016/05/Development-log-for-The-Events-Calendar.jpg 1000w\" sizes=\"(max-width: 665px) 100vw, 665px\" /></p>\n<p>For paid plugins, most developers have a section similar to ours dedicated to support and documentation.</p>\n<p><img class=\"aligncenter size-large wp-image-1116145\" src=\"https://theeventscalendar.com/content/uploads/2016/05/Premium-Support-Documentation-665x438.jpg\" alt=\"Premium Support Documentation for The Events Calendar by Modern Tribe\" width=\"665\" height=\"438\" srcset=\"https://theeventscalendar.com/content/uploads/2016/05/Premium-Support-Documentation-665x438.jpg 665w, https://theeventscalendar.com/content/uploads/2016/05/Premium-Support-Documentation-129x85.jpg 129w, https://theeventscalendar.com/content/uploads/2016/05/Premium-Support-Documentation-300x198.jpg 300w, https://theeventscalendar.com/content/uploads/2016/05/Premium-Support-Documentation-768x506.jpg 768w, https://theeventscalendar.com/content/uploads/2016/05/Premium-Support-Documentation-430x283.jpg 430w, https://theeventscalendar.com/content/uploads/2016/05/Premium-Support-Documentation-645x425.jpg 645w, https://theeventscalendar.com/content/uploads/2016/05/Premium-Support-Documentation.jpg 1000w\" sizes=\"(max-width: 665px) 100vw, 665px\" /></p>\n<h3>Defense Against the Dark Arts</h3>\n<p>Maintenance, stability, and support are all important factors to consider when evaluating WordPress plugins. You shouldn’t have to build a secret army to defend against the dark arts – the plugin developer should do that for you.</p>\n<p>The best plugins have regular releases to address bug reports and other fixes needed to maintain the security and integrity of the code. These releases should be well-documented so you can easily tell which maintenance release addresses a given issue.</p>\n<p>The <a href=\"https://wordpress.org/plugins/the-events-calendar/changelog/\" target=\"_blank\">changelog tab on WordPress.org</a> provides insight on when a plugin was last updated and what changes were made. Look for plugins that have been updated at least within the past year, if not more frequently.</p>\n<p><img class=\"aligncenter size-large wp-image-1116149\" src=\"https://theeventscalendar.com/content/uploads/2016/05/Changelog-for-The-Events-Calendar-665x391.jpg\" alt=\"Changelog for The Events Calendar on WordPress.org\" width=\"665\" height=\"391\" srcset=\"https://theeventscalendar.com/content/uploads/2016/05/Changelog-for-The-Events-Calendar-665x391.jpg 665w, https://theeventscalendar.com/content/uploads/2016/05/Changelog-for-The-Events-Calendar-140x82.jpg 140w, https://theeventscalendar.com/content/uploads/2016/05/Changelog-for-The-Events-Calendar-300x176.jpg 300w, https://theeventscalendar.com/content/uploads/2016/05/Changelog-for-The-Events-Calendar-768x452.jpg 768w, https://theeventscalendar.com/content/uploads/2016/05/Changelog-for-The-Events-Calendar-430x253.jpg 430w, https://theeventscalendar.com/content/uploads/2016/05/Changelog-for-The-Events-Calendar-645x379.jpg 645w, https://theeventscalendar.com/content/uploads/2016/05/Changelog-for-The-Events-Calendar.jpg 1000w\" sizes=\"(max-width: 665px) 100vw, 665px\" /></p>\n<p> </p>\n<p>You can check out the Support tab to see how responsive the plugin authors are to bug reports and other user issues. Keep in mind that some developers offer support through a separate forum, so you may need to also check out their website to gauge responsiveness to support inquiries.</p>\n<h2>Mischief Managed</h2>\n<p>One last piece of advice from Harry Potter before you try out new plugins on your site – use your dev site or staging site as your own personal Marauders Map to see what changes happen as you test out a new plugin. Having a chance to play around with the features and see what happens before pushing it out to your live site will help ensure smooth sailing during installation.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/evaluating-wordpress-plugins/\">What Harry Potter Teaches Us About Evaluating WordPress Plugins</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</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:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"How To Choose The Perfect Event Date\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://theeventscalendar.com/choosing-the-perfect-event-date/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 May 2016 14:50: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:8:\"Articles\";s: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:15:\"event marketing\";s: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:\"event planning\";s: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:15:\"events calendar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1109436\";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:574:\"<p>When it comes to event planning, selecting a date for your event is about much more than the venue availability. So how do you choose the perfect event date? Picking your date is one of the first steps in the event planning process. After establishing your event goals and objectives, you’ll want to spend some…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/choosing-the-perfect-event-date/\">How To Choose The Perfect Event Date</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jen Jamar\";s: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:5473:\"<p>When it comes to event planning, selecting a date for your event is about much more than the venue availability. So how do you choose the perfect event date?</p>\n<p>Picking your date is one of the first steps in the event planning process. After <a href=\"https://theeventscalendar.com/defining-event-goals-and-objectives/\">establishing your event goals and objectives</a>, you’ll want to spend some time researching potential dates to ensure the ones on your shortlist align with your overall event strategy.</p>\n<h2>Consider The Season</h2>\n<p>If you’re hosting an outdoor ski trip, it’s pretty obvious you’ll want to schedule it during the snowy season. But seasonality isn’t only about the weather. You’ll also want to consider other seasonal factors that can impact event attendance:</p>\n<ul>\n<li>Holidays</li>\n<li>Sports Schedules</li>\n<li>Weather</li>\n<li>School Calendar</li>\n<li>Niche/Hobby Seasonality</li>\n</ul>\n<p>Depending on the type of event you’re hosting, these seasons may help narrow down your ideal dates or eliminate potential dates from your shortlist. Let’s use the school calendar as an example. If you’re hosting a fundraising event for the PTA, you’ll want to choose a date when school is in session instead of during summer break when school activities aren’t top of mind.</p>\n<h2>Eliminate Dates With High Competition</h2>\n<p>Researching events within your industry can help eliminate dates when your competitors are also lobbying for your attendees’ attention. Take a look at community calendars in your area and make note of any events that share the same target audience as your own. Then evaluate how much weight to give each competing event when selecting your own date. Factors to consider:</p>\n<ul>\n<li>Event Size</li>\n<li>Event Location</li>\n<li>Audience Overlap</li>\n<li>Past Event Attendance</li>\n</ul>\n<p>If you’re an animal rescue group planning an adoption event on the west side of the metro and another rescue group is planning an adoption event on the east side, the odds are good there won’t be much audience conflict between the two events.</p>\n<p>Conversely, if you’re organizing a marathon that attracts people from all over the state, planning your event the same day as another race might force your audience to choose between the two, lowering the overall attendance for both.</p>\n<h2>Factor In Holidays & Public Events</h2>\n<p>Unless your event relates to the holiday itself, both religious and public holidays are usually poor choices for scheduling your event unless there is a compelling reason to do so. Labor Day is a case in point – many people like to enjoy the long weekend, so a business workshop might not be the best fit for that date. A winter camping expo, however, might be exactly the type of family-friendly event that your audience would love to attend in their free time over the holiday weekend.</p>\n<p>Public events such as elections, city-wide celebrations, and local festivals are also dates to avoid. Not only will you lose some attendees that wish to focus on those other events, but you’ll also have a harder time competing for media attention.</p>\n<h2>Pay Attention To Significant Dates</h2>\n<p>Your event can benefit from aligning itself with a date significant to your attendees. International celebration days, awareness months, and anniversaries can provide tremendous marketing opportunities for your event. Media coverage and official public support are often easier to get when your event is part of a larger topic, such as a Little Free Library building workshop or a book drive during national literacy month.</p>\n<h2>Know Your Prime Days Of The Week</h2>\n<p>When selecting which day of the week to host your event, consider the “prime days” your audience is likely to attend. For business-related events, this is typically Wednesday, Thursday, or Friday – days where people are focused on business but do not significantly interrupt the work week. For consumer-targeted or social events, evenings and weekends are a popular choice.</p>\n<p>Another consideration when choosing your event date is the typical routines of your audience. If you offer yoga classes for school-age children, it doesn’t make sense to pick a weekday morning when those kids are already in school. Instead, you may focus on offering a selection of weekend classes, reserving special weekday classes only for school holidays.</p>\n<h2>Next Steps: Announcing Your Date</h2>\n<p>Once you’ve done your homework and used our tips to choose the perfect event date, don’t forget the most important step – announcing it to your attendees! Add it to <a href=\"https://theeventscalendar.com/product/wordpress-events-calendar/\">the events calendar on your website</a>, share the event date announcement <a href=\"https://theeventscalendar.com/critical-attendee-emails-for-every-event/\">with your mailing list</a>, and <a href=\"https://theeventscalendar.com/4-killer-ways-to-use-facebook-for-event-marketing/\">begin marketing</a> to potential attendees.</p>\n<p><em>Have other tips to share? Let us know in the comments!</em></p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/choosing-the-perfect-event-date/\">How To Choose The Perfect Event Date</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</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:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:33:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Release: The Events Calendar 4.1.3 and premium add-ons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://theeventscalendar.com/release-the-events-calendar-4-1-3-and-premium-add-ons/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 28 Apr 2016 19:21: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Release Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1107277\";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:608:\"<p>We’ve been on a bug-squashing quest. And, for those of you using our iCal Importer plugin, we dedicate this release to you because we focused a majority of our exterminating efforts there to address a number of issues that have been reported in the forums. This one goes out to you, my friends! We really…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-the-events-calendar-4-1-3-and-premium-add-ons/\">Release: The Events Calendar 4.1.3 and premium add-ons</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Geoff\";s: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:5959:\"<p>We’ve been on a bug-squashing quest. And, for those of you using our <a href=\"https://theeventscalendar.com/product/ical-importer/\">iCal Importer plugin</a>, we dedicate this release to you because we focused a majority of our exterminating efforts there to address a number of issues that have been reported in the forums. This one goes out to you, my friends!</p>\n<p>We really appreciate all the help and patience in the forums as we knocked out this release. In case you’re curious, we are also hard at work on our next major release and hope to have The Events Calendar 4.2 in your hands very, very soon. There will be awesome new features in there and we will definitely keep you posted as we make progress.</p>\n<p>In the meantime, here’s what is new in this release:</p>\n<ul>\n<li><a href=\"#tec\">The Events Calendar 4.1.3</a></li>\n<li><a href=\"#et\">Event Tickets 4.1.3</a></li>\n<li><a href=\"#eb\">Eventbrite Tickets 4.1.2</a></li>\n<li><a href=\"#ical\">iCal Importer 4.1.2</a></li>\n</ul>\n<p>The following plugins did not update and remain at the same version number:</p>\n<ul>\n<li>Events Calendar PRO 4.1.2</li>\n<li>Community Events 4.1.1</li>\n<li>Community Tickets 4.1</li>\n<li>Event Tickets Plus 4.1.2</li>\n<li>Facebook Events 4.1</li>\n<li>Filter Bar 4.1</li>\n</ul>\n<p>We always like to remind you to use caution when updating plugins. We expect a smooth update for anyone running The Events Calendar or Event Tickets 4.1 or greater. Still, it’s worth <a href=\"https://codex.wordpress.org/WordPress_Backups\">backing up</a> your site and database with this release as you would any other WordPress theme or plugin update. This is especially true for anyone who has made customizations to any of our plugins.</p>\n<hr />\n<h3>The Events Calendar 4.1.3</h3>\n<ul>\n<li><strong>Fix:</strong> Month View single days are now ordered as follows: sticky events, ongoing multi-day events, all day events, then start time. In other words, all events should be ordered as you’d expect when viewing events in Month View.</li>\n<li><strong>Fix:</strong> Updated the compatibility of CSV importer with WordPress 4.5 due to a change in the `post_status` filter. This will help prevent some of the errors you may have seen when importing events using a CSV file.</li>\n<li><strong>Tweak:</strong> Added new event names for AJAX success to the List, Month, and Day views to help The Events Calendar’s compatibility with our other premium plugins.</li>\n</ul>\n<hr />\n<h3>Event Tickets 4.1.3</h3>\n<ul>\n<li><strong>Tweak:</strong> Added back the purchaser name and email address to the attendee reports for all tickets. We had inadvertently removed those in a previous release. #facepalm</li>\n<li><strong>Tweak:</strong> Fixed an error where tickets on custom post types would not save or display on the front end. That was annoying to anyone trying to create RSVPs or tickets on anything other than a default page or post.</li>\n</ul>\n<hr />\n<h3>Eventbrite Tickets 4.1.2</h3>\n<ul>\n<li><strong>Fix:</strong> Resolved an issue that prevented an event’s venues from being imported into Eventbrite on sync. We were missing the latitude and longitude data that was needed but it’s there now and moving venues from WordPress to Eventbrite as it should.</li>\n</ul>\n<hr />\n<h3>iCal Importer 4.1.2</h3>\n<p>This is where we spent a bulk of our bug extermination efforts in this release. Here’s what we fixed and changed to make the plugin work a lot smoother:</p>\n<ul>\n<li><strong>Tweak: </strong>Changed the wording of the setting that allows you to update events that have already been imported on a previous import. Recurring <strong>import</strong> makes a lot more sense than recurring <strong>event</strong> given what the setting actually does.</li>\n<li><strong>Tweak:</strong> Added clarity around limited support for recurring events. There are some instances where importing a recurring/repeating event is simply not possible based on the provided iCal feed and so we spelled this out a little more in the instructions.</li>\n<li><strong>Tweak:</strong> Added a nicely structured header to the requests that come in during an import. This cleans up some rare edge cases where imports were rejected because of mismatched information.</li>\n<li><strong>Tweak:</strong> Removed use of the `date_default_timezone_set` function. It’s used in so many other plugins and themes that it was creating some conflicts where it might be used inconsistently.</li>\n<li><strong>Tweak:</strong> We now make use of the dismissible notice API introduced in WP 4.2. That’s awesome because who likes seeing the same notice over and over again, right?</li>\n<li><strong>Fix:</strong> Added a few more exceptions to the import process to account for iCal files that are inconsistent with other iCal files. In other words, we do a better job of matching up mismatched information on multiple feeds.</li>\n<li><strong>Fix:</strong> Squashed an issue where some events were importing with a start date of December 31, 1969. This was bad, unless you wanted to import events from the Woodstock era. Groovy.</li>\n<li><strong>Fix:</strong> Resolved an issue where all-day events would occasionally display as multiday events when imported. This had to do with the balance between timezones and the setting for what time a date cuts off in the plugin settings.</li>\n<li><strong>Fix:</strong> Cleaned up an issue where multiday events times would import in the incorrect timezone.</li>\n<li><strong>Fix:</strong> Tackled an inconsistency with how some timezones would be imported, which caused events to be placed in the wrong timezone.</li>\n</ul>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-the-events-calendar-4-1-3-and-premium-add-ons/\">Release: The Events Calendar 4.1.3 and premium add-ons</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</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: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:35:\"https://theeventscalendar.com/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:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 09 Jun 2016 11:33:39 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:12:\"x-powered-by\";s:21:\"PHP/5.4.33-1~dotdeb.1\";s:4:\"vary\";s:6:\"Cookie\";s:4:\"etag\";s:34:\"\"4e94b6cef155d02704482ef5a8605771\"\";s:12:\"x-robots-tag\";s:15:\"noindex, follow\";s:4:\"link\";s:66:\"<https://theeventscalendar.com/wp-json/>; rel=\"https://api.w.org/\"\";s:13:\"last-modified\";s:29:\"Thu, 09 Jun 2016 10:41:42 GMT\";s:13:\"cache-control\";s:29:\"max-age=3600, must-revalidate\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(50457,'_transient_timeout_feed_mod_0d102f2a1f4d6bc90eb8c6ffe18e56ed','1465515219','no'),(50458,'_transient_feed_mod_0d102f2a1f4d6bc90eb8c6ffe18e56ed','1465472019','no'),(50459,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1465515232','no'),(50460,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 19:22:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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:40:\"https://wordpress.org/?v=4.6-alpha-37658\";s:7:\"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:36:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.5.2 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2016/05/wordpress-4-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 19:17: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: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:34:\"https://wordpress.org/news/?p=4290\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:381:\"WordPress 4.5.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.5.1 and earlier are affected by a SOME vulnerability through Plupload, the third-party library WordPress uses for uploading files. WordPress versions 4.2 through 4.5.1 are vulnerable to reflected XSS […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:1669:\"<p>WordPress 4.5.2 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.5.1 and earlier are affected by a <abbr title=\"Same-Origin Method Execution\">SOME</abbr> vulnerability through Plupload, the third-party library WordPress uses for uploading files. WordPress versions 4.2 through 4.5.1 are vulnerable to reflected XSS using specially crafted URIs through MediaElement.js, the third-party library used for media players. MediaElement.js and Plupload have also released updates fixing these issues.</p>\n<p>Both issues were analyzed and reported by Mario Heiderich, Masato Kinugawa, and Filedescriptor from <a href=\"https://cure53.de/\">Cure53</a>. Thanks to the team for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>, and to the Plupload and MediaElement.js teams for working closely with us to coördinate and fix these issues.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.5.2</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.5.2.</p>\n<p>Additionally, there are multiple widely publicized vulnerabilities in the ImageMagick image processing library, which is used by a number of hosts and is supported in WordPress. For our current response to these issues, see <a href=\"https://make.wordpress.org/core/2016/05/06/imagemagick-vulnerability-information/\">this post on the core development blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:36:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 4.5.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:71:\"https://wordpress.org/news/2016/04/wordpress-4-5-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2016 18:58:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/news/?p=4269\";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:358:\"After about six million downloads of WordPress 4.5, we are pleased to announce the immediate availability of WordPress 4.5.1, a maintenance release. This release fixes 12 bugs, chief among them a singular class issue that broke sites based on the Twenty Eleven theme, an incompatibility between certain Chrome versions and the visual editor, and an […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Adam Silverstein\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2134:\"<p>After about six million downloads of WordPress 4.5, we are pleased to announce the immediate availability of WordPress 4.5.1, a maintenance release.</p>\n<p>This release fixes 12 bugs, chief among them a singular class issue that broke sites based on the Twenty Eleven theme, an incompatibility between certain Chrome versions and the visual editor, and an Imagick bug that could break media uploads. This maintenance release fixes a total of 12 bugs in Version 4.5. <span style=\"line-height: 1.5\">For more information, see the </span><a style=\"line-height: 1.5\" href=\"https://codex.wordpress.org/Version_4.5.1\">release notes</a><span style=\"line-height: 1.5\"> or consult the </span><a style=\"line-height: 1.5\" href=\"https://core.trac.wordpress.org/log/branches/4.5?rev=37295&stop_rev=37182\">list of changes</a><span style=\"line-height: 1.5\">.</span></p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.5.1</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.5.1.</p>\n<p>Thanks to everyone who contributed to 4.5.1:</p>\n<p><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gblsm\">gblsm</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, and <a href=\"https://profiles.wordpress.org/WiZZarD_\">Pieter</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:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:36:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"WordPress 4.5 “Coleman”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/news/2016/04/coleman/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 12 Apr 2016 19:15: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/news/?p=4203\";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:383:\"Version 4.5 of WordPress, named “Coleman” in honor of jazz saxophonist Coleman Hawkins, is available for download or update in your WordPress dashboard. New features in 4.5 help streamline your workflow, whether you’re writing or building your site. Editing Improvements Inline Linking Stay focused on your writing with a less distracting interface that keeps you 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:13:\"Mike Schroder\";s: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:26690:\"<p>Version 4.5 of WordPress, named “Coleman” in honor of jazz saxophonist Coleman Hawkins, is available for download or update in your WordPress dashboard. New features in 4.5 help streamline your workflow, whether you’re writing or building your site.</p>\n<p><iframe width=\'692\' height=\'388\' src=\'https://videopress.com/embed/scFdjVo6?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2 style=\"text-align: center\">Editing Improvements</h2>\n<p><img class=\"aligncenter size-full wp-image-4220\" src=\"https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks.png\" alt=\"illustration-short-inlinelinks\" width=\"1000\" height=\"400\" srcset=\"https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks.png 1000w, https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks-300x120.png 300w, https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks-768x307.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<h3>Inline Linking</h3>\n<p>Stay focused on your writing with a less distracting interface that keeps you in place and allows you to easily link to your content.</p>\n<p><img class=\"aligncenter size-full wp-image-4265\" src=\"https://wordpress.org/news/files/2016/04/editing-shortcuts-big.gif\" alt=\"editing-shortcuts-big\" width=\"960\" height=\"576\" /></p>\n<h3>Formatting Shortcuts</h3>\n<p>Do you enjoy using formatting shortcuts for lists and headings? Now they’re even more useful, with horizontal lines and <code><code></code>.</p>\n<hr />\n<h2 style=\"text-align: center\">Customization Improvements</h2>\n<p><img class=\"aligncenter size-full wp-image-4221\" src=\"https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview.png\" alt=\"illustration-short-responsive-preview\" width=\"1000\" height=\"400\" srcset=\"https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview.png 1000w, https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview-300x120.png 300w, https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview-768x307.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<h3>Live Responsive Previews</h3>\n<p>Make sure your site looks great on all screens! Preview mobile, tablet, and desktop views directly in the customizer.</p>\n<p><img class=\"aligncenter wp-image-4239 size-full\" src=\"https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace.png\" width=\"1000\" height=\"440\" srcset=\"https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace.png 1000w, https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace-300x132.png 300w, https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace-768x338.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<h3>Custom Logos</h3>\n<p>Themes can now support logos for your business or brand. Try it out with Twenty Sixteen and Twenty Fifteen in the Site Identity section of the customizer.</p>\n<hr />\n<h2 style=\"text-align: center\">Under the Hood</h2>\n<div class=\"under-the-hood three-col\">\n<div class=\"col\">\n<h3>Smart Image Resizing</h3>\n<p>Generated images now load up to 50% faster with no noticeable quality loss. <a href=\"https://make.wordpress.org/core/2016/03/12/performance-improvements-for-images-in-wordpress-4-5/\">It’s really cool</a>.</p>\n</div>\n<div class=\"col\">\n<h3>Selective Refresh</h3>\n<p>The customizer now supports a <a href=\"https://make.wordpress.org/core/2016/02/16/selective-refresh-in-the-customizer/\">comprehensive framework</a> for rendering parts of the preview without rewriting your PHP code in JavaScript.</p>\n</div>\n<div class=\"col\">\n<h3>Script Loader Improvements</h3>\n<p>Better support has been added for script header/footer dependencies. New <code><a href=\"https://make.wordpress.org/core/2016/03/08/enhanced-script-loader-in-wordpress-4-5/\">wp_add_inline_script()</a></code> enables adding extra code to registered scripts.</p>\n<h3>Better Embed Templates</h3>\n<p>Embed templates have been split into parts and can be <a href=\"https://make.wordpress.org/core/2016/03/11/embeds-changes-in-wordpress-4-5/\">directly overridden by themes</a> via the template hierarchy.</p>\n<h3>JavaScript Library Updates</h3>\n<p>jQuery 1.12.3, jQuery Migrate 1.4.0, Backbone 1.2.3, and Underscore 1.8.3 are bundled.</p>\n</div>\n</div>\n<div class=\"under-the-hood two-col\"></div>\n<hr />\n<h2 style=\"text-align: center\">The Crew</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/mikeschroder\"><img src=\"https://www.gravatar.com/avatar/76424a001dc6b3ebb4faca0c567800c4?d=mm&s=180&r=G\" alt=\"Mike Schroder\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"https://getsource.net\">Mike Schroder</a>, backed up by <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a> as Release Deputy, <a href=\"https://choycedesign.com/\">Mel Choyce</a> as Release Design Lead, and the help of these fine individuals. There are <span style=\"font-weight: 400\">298</span> contributors with props in this release. Pull up some Coleman Hawkins on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/mercime\">@mercime</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/uglyrobot\">Aaron Edwards</a>, <a href=\"https://profiles.wordpress.org/ahockley\">Aaron Hockley</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abiralneupane\">Abiral Neupane</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/aidanlane\">aidanlane</a>, <a href=\"https://profiles.wordpress.org/ambrosey\">Alice Brosey</a>, <a href=\"https://profiles.wordpress.org/arush\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rockwell15\">Andrew Rockwell</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/apaliku\">apaliku</a>, <a href=\"https://profiles.wordpress.org/aramzs\">Aram Zucker-Scharff</a>, <a href=\"https://profiles.wordpress.org/ashmatadeen\">ash.matadeen</a>, <a href=\"https://profiles.wordpress.org/bappidgreat\">Ashok Kumar Nath</a>, <a href=\"https://profiles.wordpress.org/bandonrandon\">BandonRandon</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/berengerzyla\">berengerzyla</a>, <a href=\"https://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"https://profiles.wordpress.org/thisisit\">Bhushan S. Jawle</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/williamsba1\">Brad Williams</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/thebrandonallen\">Brandon Allen</a>, <a href=\"https://profiles.wordpress.org/bhubbard\">Brandon Hubbard</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/borgesbruno\">Bruno Borges</a>, <a href=\"https://profiles.wordpress.org/chmac\">Callum Macdonald</a>, <a href=\"https://profiles.wordpress.org/camikaos\">Cami Kaos</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/mackensen\">Charles Fulton</a>, <a href=\"https://profiles.wordpress.org/chetanchauhan\">Chetan Chauhan</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrico\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff</a>, <a href=\"https://profiles.wordpress.org/chris_dev\">Chris Mok</a>, <a href=\"https://profiles.wordpress.org/christophherr\">christophherr</a>, <a href=\"https://profiles.wordpress.org/ckoerner\">ckoerner</a>, <a href=\"https://profiles.wordpress.org/claudiosanches\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/compute\">Compute</a>, <a href=\"https://profiles.wordpress.org/coreymcollins\">coreymcollins</a>, <a href=\"https://profiles.wordpress.org/d4z_c0nf\">d4z_c0nf</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/danhgilmore\">danhgilmore</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/scarinessreported\">Daniel Bailey</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/diddledan\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/danielpataki\">danielpataki</a>, <a href=\"https://profiles.wordpress.org/dvankooten\">Danny van Kooten</a>, <a href=\"https://profiles.wordpress.org/thewanderingbrit\">Dave Clements</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dbrumbaugh10up\">David Brumbaugh</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dnewton\">David Newton</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dossy\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/dotancohen\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/drebbitsweb\">Dreb Bits</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/duaneblake\">duaneblake</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/codex-m\">Emerson Maningo</a>, <a href=\"https://profiles.wordpress.org/enej\">enej</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericdaams\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/faishal\">faishal</a>, <a href=\"https://profiles.wordpress.org/fantasyworld\">fantasyworld</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/finnj\">finnj</a>, <a href=\"https://profiles.wordpress.org/firebird75\">firebird75</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/fusillicode\">fusillicode</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gblsm\">gblsm</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/garusky\">Giuseppe Mamone</a>, <a href=\"https://profiles.wordpress.org/jubstuff\">Giustino Borzacchiello</a>, <a href=\"https://profiles.wordpress.org/grantpalin\">Grant Palin</a>, <a href=\"https://profiles.wordpress.org/groovecoder\">groovecoder</a>, <a href=\"https://profiles.wordpress.org/wido\">Guido Scialfa</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/iamntz\">Ionut Staicu</a>, <a href=\"https://profiles.wordpress.org/ivankristianto\">Ivan Kristianto</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/jamesdigioia\">James DiGioia</a>, <a href=\"https://profiles.wordpress.org/jason_the_adams\">Jason</a>, <a href=\"https://profiles.wordpress.org/jaspermdegroot\">Jasper de Groot</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeffpyebrookcom\">Jeffrey Schutzman</a>, <a href=\"https://profiles.wordpress.org/jmdodd\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/ardathksheyna\">Jess G.</a>, <a href=\"https://profiles.wordpress.org/boluda\">Joan Boluda</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelerr\">joelerr</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnnypea\">JohnnyPea</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/keraweb\">Jory Hogeveen</a>, <a href=\"https://profiles.wordpress.org/joefusco\">Joseph Fusco</a>, <a href=\"https://profiles.wordpress.org/joshlevinson\">Josh Levinson</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/jrchamp\">jrchamp</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/katieburch\">katieburch</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kiranpotphode\">Kiran Potphode</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kouratoras\">Konstantinos Kouratoras</a>, <a href=\"https://profiles.wordpress.org/krissiev\">KrissieV</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leemon\">leemon</a>, <a href=\"https://profiles.wordpress.org/layotte\">Lew Ayotte</a>, <a href=\"https://profiles.wordpress.org/liamdempsey\">Liam Dempsey</a>, <a href=\"https://profiles.wordpress.org/luan-ramos\">Luan Ramos</a>, <a href=\"https://profiles.wordpress.org/luciole135\">luciole135</a>, <a href=\"https://profiles.wordpress.org/lpawlik\">Lukas Pawlik</a>, <a href=\"https://profiles.wordpress.org/latz\">Lutz Schröer</a>, <a href=\"https://profiles.wordpress.org/madvic\">madvic</a>, <a href=\"https://profiles.wordpress.org/marcochiesi\">Marco Chiesi</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/mark8barnes\">Mark Barnes</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/gitlost\">Martin Burke</a>, <a href=\"https://profiles.wordpress.org/mattfelten\">Matt Felten</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattgeri\">MattGeri</a>, <a href=\"https://profiles.wordpress.org/maweder\">maweder</a>, <a href=\"https://profiles.wordpress.org/mayukojpn\">Mayo Moriyama</a>, <a href=\"https://profiles.wordpress.org/mcapybara\">mcapybara</a>, <a href=\"https://profiles.wordpress.org/mehulkaklotar\">Mehul Kaklotar</a>, <a href=\"https://profiles.wordpress.org/meitar\">Meitar</a>, <a href=\"https://profiles.wordpress.org/mensmaximus\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/micropat\">micropat</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Mika Epstein</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/usermrpapa\">Mr Papa</a>, <a href=\"https://profiles.wordpress.org/mwidmann\">mwidmann</a>, <a href=\"https://profiles.wordpress.org/nexurium\">nexurium</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/nicdford\">Nic Ford</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey </a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/ninos-ego\">Ninos</a>, <a href=\"https://profiles.wordpress.org/oaron\">oaron</a>, <a href=\"https://profiles.wordpress.org/overclokk\">overclokk</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/obrienlabs\">Pat O\'Brien</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/perezlabs\">Perez Labs</a>, <a href=\"https://profiles.wordpress.org/gungeekatx\">Pete Nelson</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/cadeyrn\">petermolnar</a>, <a href=\"https://profiles.wordpress.org/walbo\">Petter Walbø Johnsgård</a>, <a href=\"https://profiles.wordpress.org/wizzard_\">Pieter</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/ptahdunbar\">Pirate Dunbar</a>, <a href=\"https://profiles.wordpress.org/prettyboymp\">prettyboymp</a>, <a href=\"https://profiles.wordpress.org/profforg\">Profforg</a>, <a href=\"https://profiles.wordpress.org/programmin\">programmin</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rahalaboulfeth\">rahal.aboulfeth</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/lamosty\">Rastislav Lamos</a>, <a href=\"https://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/ritteshpatel\">Ritesh Patel</a>, <a href=\"https://profiles.wordpress.org/rob\">rob</a>, <a href=\"https://profiles.wordpress.org/rogerhub\">Roger Chen</a>, <a href=\"https://profiles.wordpress.org/romsocial\">RomSocial</a>, <a href=\"https://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sagarjadhav\">Sagar Jadhav</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla\">salvoaranzulla</a>, <a href=\"https://profiles.wordpress.org/samhotchkiss\">Sam Hotchkiss</a>, <a href=\"https://profiles.wordpress.org/rosso99\">Sara Rosso</a>, <a href=\"https://profiles.wordpress.org/sarciszewski\">Scott Arciszewski</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scottbrownconsulting\">scottbrownconsulting</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergejmueller\">Sergej Müller</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shamess\">Shane</a>, <a href=\"https://profiles.wordpress.org/shinichin\">Shinichi Nishikawa</a>, <a href=\"https://profiles.wordpress.org/sidati\">Sidati</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/aargh-a-knot\">sky</a>, <a href=\"https://profiles.wordpress.org/slushman\">slushman</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/stephanethomas\">stephanethomas</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/charlestonsw\">Store Locator Plus</a>, <a href=\"https://profiles.wordpress.org/subharanjan\">Subharanjan</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/tacoverdo\">Taco Verdonschot</a>, <a href=\"https://profiles.wordpress.org/tahteche\">tahteche</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/takayukister\">Takayuki Miyoshi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/themiked\">theMikeD</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timplunkett\">timplunkett</a>, <a href=\"https://profiles.wordpress.org/tmuikku\">tmuikku</a>, <a href=\"https://profiles.wordpress.org/skithund\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/rilwis\">Tran Ngoc Tuan Anh</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/vhomenko\">vhomenko</a>, <a href=\"https://profiles.wordpress.org/virgodesign\">virgodesign</a>, <a href=\"https://profiles.wordpress.org/vladolaru\">vlad.olaru</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/vtieu\">vtieu</a>, <a href=\"https://profiles.wordpress.org/webaware\">webaware</a>, <a href=\"https://profiles.wordpress.org/wesleye\">Wesley Elfring</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wisdmlabs\">WisdmLabs</a>, <a href=\"https://profiles.wordpress.org/wpdelighter\">WP Delighter</a>, <a href=\"https://profiles.wordpress.org/wp-architect\">wp-architect</a>, <a href=\"https://profiles.wordpress.org/xavortm\">xavortm</a>, <a href=\"https://profiles.wordpress.org/yetanotherdaniel\">yetAnotherDaniel</a>, and <a href=\"https://profiles.wordpress.org/zinigor\">zinigor</a>.\n<p> </p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video and <a href=\"https://jacklenox.com\">Jack Lenox</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided translations for the release. WordPress 4.5 comes fully translated into 44 languages and the release video has been translated into 32 languages!</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.6!</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:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:39:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 4.5 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2016/04/wordpress-4-5-rc2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Apr 2016 05:14:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/news/?p=4186\";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:350:\"The second release candidate for WordPress 4.5 is now available. We’ve made 91 changes since the first release candidate. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on Tuesday, April 12, but we need your help […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Mike Schroder\";s: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:3044:\"<p>The second release candidate for WordPress 4.5 is now available.</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&mode=stop_on_copy&rev=37171&stop_rev=37078&limit=120&verbose=on\">91 changes</a> since the first release candidate. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on <strong>Tuesday, April 12</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.5 yet, now is the time!</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.5, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.5-RC2.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.5 and update your plugin’s <em>Tested up to</em> version in the readme to 4.5. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p><strong>Polyglots</strong>, strings are now hard frozen, including the About Page, so you are clear to translate!</p>\n<p>A few changes of note since the first release candidate:</p>\n<ul>\n<li>Normalized non-slashing of data in the REST API infrastructure. If you use the REST API infrastructure, <a href=\"https://make.wordpress.org/core/2016/04/06/rest-api-slashed-data-in-wordpress-4-4-and-4-5/\">check out the post on this change</a>.</li>\n<li>Customizer settings for widget instances get registered a bit later to give a chance for the widget instances themselves to be registered first. See <a href=\"https://core.trac.wordpress.org/ticket/36431\">#36431</a> for details.</li>\n<li>Fixed various cropping issues in the Custom Logo feature and Twenty Fifteen / Twenty Sixteen themes.</li>\n</ul>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where you can find the <a href=\"https://make.wordpress.org/core/2016/03/30/wordpress-4-5-field-guide/\">Field Guide for 4.5</a>.</p>\n<p><em>It’s great fun to test</em><br />\n<em>Enjoyment in another</em><br />\n<em>Release Candidate</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:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:33:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Contributor Weekend: Global WordPress Translation Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wordpress.org/news/2016/04/contributor-weekend-global-wordpress-translation-day/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 07 Apr 2016 21:04:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4191\";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:378:\"Global WordPress Translation Day is a one-day contributor initiative organised by the WordPress project’s Polyglots team that is dedicated to helping new contributors who would like to translate WordPress in one of the 160 languages WordPress is available in. Global WordPress Translation Day will be on Sunday, April 24th, starting at 0:00 UTC and will go on for […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Josepha\";s: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:3069:\"<p class=\"p1\"><span class=\"s1\">Global WordPress Translation Day is a one-day contributor initiative organised </span><span class=\"s1\">by the WordPress project’s </span><span class=\"s1\"> <a href=\"https://make.wordpress.org/polyglots\"><span class=\"s2\">Polyglots team</span></a> that is dedicated to helping new contributors who would like to translate WordPress in one of the 160 languages WordPress is available in.</span></p>\n<p class=\"p1\"><span class=\"s1\">Global WordPress Translation Day will be on Sunday, April 24th, starting at 0:00 UTC and will go on for 24 hours covering all time zones.</span></p>\n<p class=\"p3\"><span class=\"s1\"><b>What are we doing?</b></span></p>\n<ul class=\"ul1\">\n<li class=\"li1\"><span class=\"s1\"><span class=\"s1\">Live training: A 24h live streaming of tutorials about translating WordPress in different languages and making your code translatable (30min/1h sessions in different languages including a general instruction and specifics for that particular language). The </span></span><span class=\"s1\">internationalization </span>sessions will be in English. The sessions will be presented by some of the most experienced WordPress translators and internationalization experts. The Schedule can be found on the website.</li>\n<li class=\"li1\"><span class=\"s1\">Local translation contributor days: Groups of contributors gather at different locations and work face to face.</span></li>\n<li class=\"li1\"><span class=\"s1\">Local remote translation contributor days: Current translation teams dedicate time and get involved remotely to do orientation for their potential contributors or work with their current translation teams on translating as many strings as they can.</span></li>\n</ul>\n<p class=\"p1\"><span class=\"s1\">If you organise a local meetup, why not organise a contributor day for translating in your language?</span></p>\n<p class=\"p3\"><span class=\"s1\"><b>Join us! Read about the initiative and </b><a href=\"https://make.wordpress.org/polyglots/2016/03/02/wordpress-global-translation-day-april-24th-2016/\"><span class=\"s3\"><b>sign up as an organiser</b></span></a><b>.</b></span></p>\n<p class=\"p3\"><span class=\"s1\"><b>Can I get involved if I only speak English?</b></span></p>\n<p class=\"p1\"><span class=\"s1\">Yes! Even if you only speak English, it would be great to get involved and check out some of the English locale variants – English as spoken in the United Kingdom, Canada, New Zealand, Australia, South Africa. English has many variants across the globe and you can learn about the differences and why it’s important that users have the option to choose a variant during some of our sessions. And if you’re in a funky mood, you can give translating the interface into Emoji a try! Yes, we have a WordPress in Emoji locale!</span></p>\n<p class=\"p3\"><span class=\"s1\"><b>Questions?</b></span></p>\n<p class=\"p1\"><span class=\"s1\">The polyglots team and the event organisers hang out in <a href=\"http://wordpress.slack.com/messages/polyglots/\">#Polyglots in Slack</a>. They will gladly help you out.</span></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:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:39:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.5 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2016/03/wordpress-4-5-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Mar 2016 03:50:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/news/?p=4165\";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:344:\"The release candidate for WordPress 4.5 is now available. We’ve made 49 changes since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on Tuesday, April 12, but we need your help […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Mike Schroder\";s: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:2251:\"<p>The release candidate for WordPress 4.5 is now available.</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&mode=stop_on_copy&rev=37077&stop_rev=37026&limit=120&verbose=on\">49 changes</a> since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on <strong>Tuesday, April 12</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.5 yet, now is the time!</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.5, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.5-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.5 and update your plugin’s <em>Tested up to</em> version in the readme to 4.5 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we’ll continue to post <a href=\"https://make.wordpress.org/core/tag/dev-notes+4-5/\">notes for developers</a> for 4.5.</p>\n<p><em>Free as in Freedom</em><br />\n<em>It is WordPress 4.5</em><br />\n<em>Also free as in beer</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:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2016 04:30: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:4:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s: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:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4155\";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.5 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, 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:13:\"Mike Schroder\";s: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:3392:\"<p>WordPress 4.5 Beta 4 is now available!</p>\n<p>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.5, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta4.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\">Beta 3</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-5+dev-notes/\">in-depth field guides on make/core</a>. This is the final <a href=\"https://make.wordpress.org/core/version-4-5-project-schedule/\">planned beta</a> of WordPress 4.5, with a release candidate scheduled for next week.</p>\n<p>Some of the changes in Beta 4 include:</p>\n<ul>\n<li>Add support for oEmbed <strong>moments and timelines from Twitter</strong> (<a href=\"https://core.trac.wordpress.org/ticket/36197\">#36197</a>).</li>\n<li>More changes to better support <strong>HHVM with Imagick</strong>.<strong> </strong>Please test with HHVM setups and resizing/rotating images (<a href=\"https://core.trac.wordpress.org/ticket/35973\">#35973</a>).</li>\n<li>Tightened up the <strong>Inline Link</strong> feature (<a href=\"https://core.trac.wordpress.org/ticket/33301\">#33301</a>, <a href=\"https://core.trac.wordpress.org/ticket/30468\">#30468</a>).</li>\n<li>Support <code><hr></code> <strong>editor shortcut</strong> with 3 or more dashes (<code>---</code>); no spaces. To give more time to study the best shortcuts for users, text patterns for bold and italic have been removed and won’t ship with for 4.5 (<a href=\"https://core.trac.wordpress.org/ticket/33300\">#33300</a>).</li>\n<li>Fixes for <strong>SSL with Responsive Images</strong>. Please test with SSL, especially on sites with mixed http/https setups (<a href=\"https://core.trac.wordpress.org/ticket/34945\">#34945</a>).</li>\n<li>Allow rewrite rules to work in nested <strong>WordPress installations on IIS</strong> (<a href=\"https://core.trac.wordpress.org/ticket/35558\">#35558</a>).</li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log/?action=stop_on_copy&mode=stop_on_copy&rev=37025&stop_rev=36932&limit=200&verbose=on\">almost 100 changes</a> during the last week.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">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/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p class=\"p1\"><em>Llegamos al fin</em><br />\n<em>del tiempo pa’ beta</em><br />\n<em>¡Pruébalo Ahora!</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:\"\";}}}}}i:7;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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/03/wordpress-4-5-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Mar 2016 06:59:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s: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:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4128\";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.5 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, 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:13:\"Mike Schroder\";s: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:3631:\"<p>WordPress 4.5 Beta 3 is now available!</p>\n<p>This software is still in development<strong>,</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.5, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta3.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-5+dev-notes/\">in-depth field guides on make/core</a>. Some of the fixes in Beta 3 include:</p>\n<ul>\n<li>Many <strong>Theme Logo Support</strong> (<a href=\"https://core.trac.wordpress.org/ticket/33755\">#33755</a>) fixes, including support for bundled Twenty Fifteen (<a href=\"https://core.trac.wordpress.org/ticket/35944\">#35944</a>).</li>\n<li>Add <strong>Responsive Preview</strong> to theme install previewer (<a href=\"https://core.trac.wordpress.org/ticket/36017\">#36017</a>).</li>\n<li>Support <strong>Imagick in HHVM</strong> (<a href=\"https://core.trac.wordpress.org/ticket/35973\">#35973</a>).</li>\n<li><strong>Whitelist IPTC, XMP, and EXIF profiles</strong> from <code>strip_meta()</code> to maintain authorship, copyright, license, and image orientation (<a href=\"https://core.trac.wordpress.org/ticket/28634\">#28634</a>).</li>\n<li>Support <strong>Windows shares/DFS roots</strong> in <code>wp_normalize_path()</code> (<a href=\"https://core.trac.wordpress.org/ticket/35996\">#35996</a>).</li>\n<li><span class=\"s1\">New installs default to <strong>generating secret keys and salts locally</strong> instead of relying on the <span class=\"s2\">WordPress.org</span> API. Please test installing WP in situations where it can’t connect to the internet <span class=\"s1\">(like on a ?, ✈️, or ?) </span></span><span class=\"s1\">(<a href=\"https://core.trac.wordpress.org/ticket/35290\">#35290</a>).</span></li>\n<li>OPTIONS requests to REST API should <strong>return Allow header</strong> (<a href=\"https://core.trac.wordpress.org/ticket/35975\">#35975</a>).</li>\n<li>Upgrade twemoji.js to version 2 (<a href=\"https://core.trac.wordpress.org/ticket/36059\">#36059</a>) and add extra IE11 compatibility (<a href=\"https://core.trac.wordpress.org/ticket/35977\">#35977</a>) for <strong>Emoji</strong>.</li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log/?action=stop_on_copy&mode=stop_on_copy&rev=36931&stop_rev=36814&limit=200&verbose=on\">more than 100 changes</a> during the last week.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">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/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p class=\"p1\"><em><span class=\"s1\">Beta one, two, three<br />\n</span><span class=\"s1\">so many bugs have been fixed<br />\n</span><span class=\"s2\">Closer now; four, five.</span></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:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/03/wordpress-4-5-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Mar 2016 04:55: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:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/news/?p=4116\";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.5 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, 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:13:\"Mike Schroder\";s: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:2370:\"<p>WordPress 4.5 Beta 2 is now available!</p>\n<p>This software is still in development<strong>,</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.5, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta2.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1 blog post</a>. Some of the fixes in Beta 2 include:</p>\n<ul>\n<li>Added <a href=\"https://core.trac.wordpress.org/ticket/33300\">Horizontal Rule (HR) editing shortcut</a> and <a href=\"https://core.trac.wordpress.org/ticket/28612\">dismissible “Paste as Text” notice</a> in <strong>TinyMCE</strong>.</li>\n<li><strong>Selective Refresh</strong> support is <a href=\"https://core.trac.wordpress.org/changeset/36797\">enabled for core themes titles and taglines</a>, which allows shift-click to focus on controls and PHP filters to apply in the preview.</li>\n<li>Resolved a fatal error on <strong>image upload</strong> when ImageMagick could not complete stripping meta during resize (<a href=\"https://core.trac.wordpress.org/ticket/33642\">#33642</a>).</li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log/?action=stop_on_copy&mode=stop_on_copy&rev=36813&stop_rev=36701&limit=200&verbose=on\">just over 100 changes</a> in the last week.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">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/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p><em>It’s peer pressure time</em><br />\n<em>Testing: all cool kids do it</em><br />\n<em>Help find ALL the 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:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:33:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Contributor Weekend: One-Hour 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2016/02/contributor-weekend-one-hour-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Feb 2016 19:36:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4112\";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:349:\"It’s time for our second global contributor weekend, and this time we’re focusing on the video team. For this month’s challenge, in honor of it being our second month, you have two options for how you can participate! The challenge for this month overall is to work with at least one hour worth of WordCamp video, which […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jen\";s: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:2590:\"<p>It’s time for our second global contributor weekend, and this time we’re focusing on the <a href=\"https://make.wordpress.org/tv\">video team</a>. For this month’s challenge, in honor of it being our second month, you have two options for how you can participate! The challenge for this month overall is to work with at least one hour worth of WordCamp video, which you can do by either creating subtitles or editing the video file in preparation for upload to <a href=\"http://WordPress.tv\">WordPress.tv</a>.</p>\n<p>One of the great things about contributing to the video team is that you get to learn so much, since all the work basically involves watching WordCamp presentation videos. Subtitling is a doubly important need, as it is needed to make all those WordCamp videos accessible to people who are deaf or hard of hearing and can’t listen to the audio track, as well as making it possible for the videos to be consumed (in some cases after subtitle translation) by people who speak different languages.</p>\n<p>The challenge will last from Saturday, February 27, 2016 through Sunday, February 28, 2016, and the results will be reviewed afterward by members of the video team. If you enjoy the challenge, the video team would be very excited to welcome you into their ranks! Interested? <a href=\"https://wp.me/P6onIa-28D\">Here’s how to participate</a>.</p>\n<h3>What About Last Month?</h3>\n<p>In January, the inaugural contributor weekend was focused on the support forums. That challenge had 73 participants, including 10 people who provided 20 or more correct answers to open support threads, thereby winning the challenge. Congratulations to Harris Anastasiadis, Ahmad Awais, Takis Bouyouris, Phil Erb, Eric Gunawan, Jackie McBride, Diana Nichols, Kostas Nicolacopoulos, Juhi Saxena, and Sarah Semark! To them and to everyone else who participated, thank you <strong>so much</strong> for your efforts. Every answer helps, and over the course of this contributor weekend, these amazing volunteers responded to <strong>800 support threads</strong>. The support forums queue of requests with no replies went from 28 pages to 7 pages — that was an incredible success, of which every participant was a part!</p>\n<p>So head on over to see how to <a href=\"https://wp.me/P6onIa-28D\">get involved with the one-hour video challenge</a> this weekend, and help us make next month’s post just as impressive! <img src=\"https://s.w.org/images/core/emoji/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 09 Jun 2016 11:33:52 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Fri, 06 May 2016 19:22:48 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(50461,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1465515232','no'),(50462,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1465472032','no'),(50463,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1465515233','no'),(50464,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WordPress.tv Blog: How to create child themes and multi-lingual blogs – Featured on 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.wordpress.tv/?p=414\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"http://blog.wordpress.tv/2016/06/08/how-to-create-child-themes-and-multi-lingual-blogs-featured-on-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2153:\"<h2 class=\"video-title\">Corinne Welsh: My First Child Theme</h2>\n<p>Corrine Welsh explains how to get started with themes in WordPress, starting with a case study: why, why then, and why not sooner. From there she looks at the structure of a theme and walks through the steps of building a child theme. You may leave inspired to roll up your sleeves and get your hands dirty in theming after this great talk.</p>\n<div id=\"v-6oXMxwGi-1\" class=\"video-player\">\n</div>\n<p>From <a href=\"http://wordpress.tv/event/wordcamp-london-2016/\">WordCamp London 2016</a></p>\n<h2 class=\"video-title\">Maciej Pilarski: How To Make Your WordPress Website Multilingual</h2>\n<p>In this presentation Maciej Pilarski goes into detail on how to easily and quickly create a traditional multilingual website or eCommerce store. He also compares most popular multilingual plugins and also shows how this can be done without using any plugins, as well as discusses the benefits to your business of going global and how this can be done in minutes.</p>\n<div id=\"v-K21BXW6Y-1\" class=\"video-player\">\n</div>\n<p>From <a href=\"http://wordpress.tv/event/wordcamp-london-2016/\">WordCamp London 2016</a></p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptvblog.wordpress.com/414/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptvblog.wordpress.com/414/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.wordpress.tv&blog=5310177&post=414&subd=wptvblog&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://blog.wordpress.tv/2016/06/08/how-to-create-child-themes-and-multi-lingual-blogs-featured-on-wordpress-tv/\"><img alt=\"Corinne Welsh: My First Child Theme\" src=\"http://videos.videopress.com/6oXMxwGi/video-b0595a6e44_std.original.jpg\" width=\"160\" height=\"120\" /></a></div><div><a href=\"http://blog.wordpress.tv/2016/06/08/how-to-create-child-themes-and-multi-lingual-blogs-featured-on-wordpress-tv/\"><img alt=\"Maciej Pilarski: How to Make your WordPress Website Multilingual\" src=\"http://videos.videopress.com/K21BXW6Y/video-c5c8665f72_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, 08 Jun 2016 01:46:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Jerry Bates\";s: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:50:\"WP Mobile Apps: WordPress for Android: Version 5.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3403\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://apps.wordpress.com/2016/06/01/wordpress-for-android-version-5-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3183:\"<p>Hello WordPress users! <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\" target=\"_blank\">Version 5.4 of the WordPress for Android app</a> is now available in the Google Play Store.</p>\n<h1>Gravatar update</h1>\n<p>Did you just take a great selfie? You can update your Gravatar from the app on the <em>Me</em> screen. Tap your profile picture, and follow the prompts to take a new photo or pick an image from your device’s photo library.</p>\n<div id=\"v-a5lLmHSc-1\" class=\"video-player\">\n</div>\n<h1>Smart Lock for Passwords integration</h1>\n<p>Signing in with a WordPress.com account is easier than ever with Smart Lock for Passwords, the Google password manager. If you signed in to your account on your computer using Google’s Chrome browser, the username and password fields will be automatically pre-filled when you open the app — you can even manage several identities.</p>\n<p><img class=\"alignnone wp-image-3404 size-large\" src=\"https://apps.files.wordpress.com/2016/05/screenshot-2016-05-04_12-08-06-614.png?w=614&h=1024\" alt=\"screenshot-2016-05-04_12.08.06.614\" width=\"614\" height=\"1024\" /></p>\n<h1>Other Changes</h1>\n<p>Version 5.4 also comes with a few other fixes:</p>\n<ul>\n<li>Fixed comment previews with images in the Comment List screen.</li>\n<li>Fixed an issue with tag display in the Reader.</li>\n<li>Fixed a problem sometimes removed the <em>Themes</em> option after sign-in.</li>\n</ul>\n<p>You can track our development progress for the next release by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-Android/milestones/5.5\">our 5.5 milestone on GitHub</a>.</p>\n<h1>Beta</h1>\n<p>Do you like keeping up with what’s new in the app? Do you enjoy testing new stuff before anyone else? Our testers have access to beta versions with updates shipped directly through Google Play. The beta versions may have new features, new fixes — and possibly new bugs! Testers make it possible for us to improve the overall app experience, and offer us invaluable development feedback.</p>\n<p>Want to become a tester? <a href=\"https://play.google.com/apps/testing/org.wordpress.android\">Opt-in</a>!</p>\n<h1>Thank you</h1>\n<p>Thanks to our GitHub contributors: <a href=\"https://github.com/aerych\">@aerych</a>, <a href=\"https://github.com/aforcier\">@aforcier</a>, <a href=\"https://github.com/daniloercoli\">@daniloercoli</a>, <a href=\"https://github.com/hypest\">@hypest</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/mzorz\">@mzorz</a>, <a href=\"https://github.com/nbradbury\">@nbradbury</a>, <a href=\"https://github.com/oguzkocer\">@oguzkocer</a>, <a href=\"https://github.com/roundhill\">@roundhill</a>, and <a href=\"https://github.com/tonyr59h\">@tonyr59h</a>.</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3403&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"https://apps.wordpress.com/2016/06/01/wordpress-for-android-version-5-4/\"><img alt=\"gravatar\" src=\"https://videos.files.wordpress.com/a5lLmHSc/gravatar_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Jun 2016 11:53:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:83:\"WPTavern: WordCamp Incubator Program to Launch in Indonesia, Zimbabwe, and Colombia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=55034\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://wptavern.com/wordcamp-incubator-program-to-launch-in-indonesia-zimbabwe-and-columbia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2932:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/flags.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/flags.jpg?resize=1020%2C500\" alt=\"flags\" class=\"aligncenter size-full wp-image-16697\" /></a></p>\n<p>After receiving <a href=\"http://wptavern.com/wordcamp-incubator-program-receives-182-applications-narrows-candidates-to-16-communities\" target=\"_blank\">182 applications from cities all over the world</a>, the WordPress Community Team has selected three locations for the WordCamp Incubator program:</p>\n<ul>\n<li>Denpasar, Indonesia</li>\n<li>Harare, Zimbabwe</li>\n<li>Medellín, Colombia</li>\n</ul>\n<p>Representatives from the thirteen other short-listed locations are encouraged to organize a local WordPress meetup and will have the help of Community Team mentors as needed.</p>\n<p>Thanks to the addition of a new volunteer deputy from the Community Team, the program will move forward with three locations, instead of having to scale back to two, as previously anticipated. Each event has been assigned a deputy who will meet bi-weekly with the local team to mentor the new WordCamp organizers.</p>\n<p>Andrea Middleton outlined in the <a href=\"https://make.wordpress.org/community/2016/05/25/wordcamp-incubator-locations-announcement/\" target=\"_blank\">announcement</a> how the team plans to proceed with getting these events off the ground.</p>\n<p>“Denpasar, Harare, and Medellín will work with their respective deputies to start a monthly WordPress meetup group or add their existing meetup group to the chapter account program,” Middleton said. “Once the local WordPress user group is meeting regularly, each team will work on finding a venue, setting a date, recruiting speakers, and spreading the word about the upcoming WordCamp.”</p>\n<p>In order to take the pressure off the new organizers, the Community team will assist them in scheduling and finding speakers. The events will be 100% funded by the global sponsorship grant so organizers can focus on community building without the pressure of fundraising. Middleton said they are aiming for no more than three non-local speakers at each event, which she anticipates will happen in the last quarter of 2016.</p>\n<p>The challenge with the Incubator program is to ensure these events are a launching point and not just a flash in the pan. Middleton and the community team deputies are working to establish these emerging communities so that they continue to grow organically after the events conclude.</p>\n<p>“The goal for these events is to organize an easily reproducible, one-day, one-track event with about 50-75 attendees,” Middleton said. “Hopefully by the end of the organizing/incubating experience, members of the local community will feel confident that they can organize an annual WordCamp independently in the years to come.”</p>\n<div id=\"epoch-width-sniffer\"></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, 31 May 2016 05:12: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: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:31:\"Donncha: WordPress is thirteen!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"http://z9.io/?p=89499890\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://z9.io/2016/05/27/wordpress-is-thirteen/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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>You could have knocked me over with a feather today when I read <a href=\"https://ma.tt/2016/05/wordpress-is-a-teenager/\">Matt’s post</a> announcing that WordPress was celebrating a birthday!</p>\n<p>It didn’t seem so long ago that we were working on b2++, hacking the multiuser bits in and doing all sorts of crazy things with it.</p>\n<p>Now I’m “typing” this on a mobile phone by swiping my finger across a virtual keyboard. Back then the closest to this that I could imagine would be some sort of SMS integration!</p>\n<p>WordPress today is unrecognisable from what it was back then, especially if you use the slick Calypso interface.</p>\n<p>I’m looking forward to seeing what the next few years bring.</p>\n\n<p><strong>Related Posts</strong><ul><li> <a href=\"http://z9.io/2013/08/02/like-a-dog-and-his-ball/\" rel=\"bookmark\" title=\"Permanent Link: Like a dog and his ball\">Like a dog and his ball</a></li><li> <a href=\"http://z9.io/2009/01/28/wordpress-mu-27/\" rel=\"bookmark\" title=\"Permanent Link: WordPress MU 2.7\">WordPress MU 2.7</a></li><li> <a href=\"http://z9.io/2008/09/02/wordpress-mu-261/\" rel=\"bookmark\" title=\"Permanent Link: WordPress MU 2.6.1\">WordPress MU 2.6.1</a></li></ul></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2016 22:57: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:7:\"Donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:44:\"Post Status: WordPress.org — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24730\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://poststatus.com/wordpress-org-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3592:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p><span>In this episode, Joe and Brian discuss the structure and function of the WordPress.org website, which is the hub of the WordPress project. From the actual software distribution, to discussions about the project, to support, and buying swag: it all happens from WordPress.org. We break down what’s what and what we think you should know.</span></p>\n<p><!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/38479.mp3\">https://audio.simplecast.com/38479.mp3</a><br />\n<a href=\"http://audio.simplecast.com/38479.mp3\">Direct Download</a></p>\n<h3>Notes</h3>\n<p>Who owns WordPress.org?<br />\nWho works on WordPress.org<br />\nHow WordPress.org distributes software updates</p>\n<h3>Different Sections of WordPress.org Navigation</h3>\n<ul>\n<li>Showcase</li>\n<li>WordPress theme directory — and reviews — and commercial themes</li>\n<li>WordPress plugin directory — and reviews</li>\n<li>Mobile — Redirects to .com</li>\n<li>Support Forums / Codex “documentation”</li>\n<li>Make WordPress (Get Involved)</li>\n<li>About (many sub pages and also project structure)</li>\n<li>Blog</li>\n<li>Hosting</li>\n<li>Download (button — in future to be <a href=\"https://make.wordpress.org/meta/2016/02/29/get-wordpress-improving-the-path-to-wordpress/\">Get WordPress</a>)</li>\n</ul>\n<h3>Other Sections</h3>\n<ul>\n<li><a href=\"https://core.trac.wordpress.org/\">core.trac.wordpress.org</a></li>\n<li><a href=\"https://developer.wordpress.org/\">developer.wordpress.org</a></li>\n<li><a href=\"https://mercantile.wordpress.org/\">mercantile.wordpress.org</a></li>\n<li><a href=\"http://jobs.wordpress.net/\">jobs.wordpress.net</a></li>\n<li><a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a></li>\n<li><a href=\"https://wordpress.org/ideas/\">Ideas</a></li>\n</ul>\n<h3>Other Linked Sites</h3>\n<ul>\n<li><a href=\"https://central.wordcamp.org/\">WordCamp</a></li>\n<li><a href=\"http://wordpress.tv/\">WordPress.tv</a></li>\n<li><a href=\"https://buddypress.org/\">BuddyPress</a></li>\n<li><a href=\"https://bbpress.org/\">bbPress</a></li>\n<li><a href=\"https://wordpress.com/\">WordPress.com</a></li>\n<li><a href=\"https://ma.tt/\">ma.tt</a></li>\n</ul>\n<h3>Active Projects for Improving</h3>\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/tag/helphub/\">Helphub</a></li>\n<li>Handbooks (theme), plugin published</li>\n<li>Plugin directory</li>\n</ul>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/\">Blog for WordPress.org projects</a></li>\n</ul>\n<h3>Sponsor</h3>\n<p><span>This episode is sponsored by Gravity Forms. <a href=\"http://www.gravityforms.com/\">Gravity Forms</a> makes the best web forms on the planet. Over a million WordPress sites are already using Gravity Forms. Is yours? For more information, check out their <a href=\"http://www.gravityforms.com/\">website</a> and thank you to Gravity Forms for being a Post Status partner. </span><b> </b></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2016 19:18: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:\"Katie Richards\";s: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:60:\"WPTavern: Jetpack 4.0.3 Patches a Critical XSS Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=55036\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/jetpack-4-0-3-patches-a-critical-xss-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2266:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/jetpack-logo.gif\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/jetpack-logo.gif?resize=700%2C276\" alt=\"jetpack-logo\" class=\"aligncenter size-full wp-image-27470\" /></a></p>\n<p><a href=\"https://jetpack.com/2016/05/27/jetpack-4-0-3-critical-security-update/\" target=\"_blank\">Jetpack 4.0.3 is a security release</a> that contains an important fix for a critical vulnerability that has been present in the plugin since version 2.0, released in 2012. According to Jetpack team member Sam Hotchkiss, a stored XSS vulnerability was found in the way that some Jetpack shortcodes are processed, which allows an attacker to insert JavaScript into comments to hijack a visitor’s browser.</p>\n<p>This particular bug is similar to one <a href=\"https://blog.sucuri.net/2016/05/security-advisory-stored-xss-bbpress-2.html\" target=\"_blank\">recently found and patched in bbPress</a>.</p>\n<p>“Similar issues may exist in other plugins, and it’s a good reminder about the power of regular expressions to create issues when parsing data,” Hotchkiss said.</p>\n<p>The Jetpack team has been working with the WordPress security team to push out point releases for all vulnerable branches of the plugin’s codebase, which includes all versions following 2.0. They are using WordPress’ core automatic update system, so all sites that have not explicitly opted out will receive the security update.</p>\n<p>“Fortunately, we have no evidence of this being used in the wild,” Hotchkiss said. “However, now that this update is public, it’s just a matter of time before someone attempts to exploit it.” The Jetpack team is advising users to update as soon as possible, as the update also fixes any potential exploits that may have already been put in place.</p>\n<p>The team credits Marc-Alexandre Montpas from <a href=\"https://sucuri.net/\" target=\"_blank\">Sucuri</a> for finding the bug and disclosing it responsibly. Users will be notified about the security release via email, but those who have Akismet and/or VaultPress installed have already been protected since the first reporting of the vulnerability.</p>\n<div id=\"epoch-width-sniffer\"></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, 27 May 2016 01:05:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Post Status: Growing a lifestyle business without losing the lifestyle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24644\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://poststatus.com/growing-lifestyle-business/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8760:\"<p><em><strong>Editor’s Note</strong>: This is a guest post by Nate Wright. Nate is a WordPress developer and solopreneur. He runs <a href=\"http://themeofthecrop.com\">Theme of The Crop</a>, a niche WordPress theme company geared toward restaurant websites. You can learn more about Nate on his <a href=\"https://poststatus.com/profiles/nate-wright/\">Post Status profile</a> and follow him on <a href=\"https://twitter.com/natewr\">Twitter</a>.</em></p>\n<hr />\n<p>Here’s a scenario you’re probably familiar with: a friend or family member, not terribly tech-savvy, approaches you with an idea. Why don’t you build Facebook for clowns? What about Uber for sandwiches?</p>\n<p>Their ideas are often a little better than these. Sometimes they’re worse. But in my case the conversation always gets to the same point in the end.</p>\n<p>You can build stuff on the internet. Why aren’t you shooting for the stars? Don’t you want to be rich like Zuckerberg?</p>\n<p>Right now some of you may be thinking: yes I do! This post isn’t for you.</p>\n<p>This is for those of you who cringe at the thought of your days filling up with hiring and training staff, conducting meetings, or filling out paperwork. Those of you who don’t want to live the big siloed life of a CEO. Who dove into the WordPress market because you wanted to build things yourself. For yourself.</p>\n<h3>The rockstars and the rest of us</h3>\n<p>It’s hard to find someone more widely admired among WordPress developers — and more deserving of that admiration — than <a href=\"https://pippinsplugins.com/about/\">Pippin Williamson</a>. So when he <a href=\"https://pippinsplugins.com/control-give-grow/\">described his evolution</a> from staunch go-it-aloner to team leader, many of us sat up and listened.</p>\n<p>The <a href=\"https://pippinsplugins.com/control-give-grow/#comments\">comments</a> in response to that post exhibit a common mix of anxiety, frustration and hope for us go-it-aloners, who have carved out small (and not so small) niches in the WordPress world.</p>\n<p>We’re overstretched and under resourced. We lack good marketing strategies. And we can see that growth will come from transforming our businesses into larger enterprises.</p>\n<p>But then we start thinking about what that means. The hiring. The firing. The training. The meetings. The paperwork. <i>The liability</i>.</p>\n<p>‘I don’t want to be the next Zuckerberg,’ you may think. Then, hopefully, you’ll laugh at the absurdity. But really, you may think, ‘I don’t even want to be the next <a href=\"http://carlhancock.com/\">Carl Hancock</a> or <a href=\"https://yoast.com/author/joost/\">Joost de Valk</a>.’</p>\n<p>Let me be honest with you. I’ll stop putting words in your mouth and put them in mine.</p>\n<p>I have a lifestyle business. No, I don’t sell lifestyle products. I have a business <em>tailored to my lifestyle</em>.</p>\n<p>I have a business that allows to me to take lunch when I want, finish the day when I want, go on holiday when I want, write the code that I want. That’s my job perk. That’s my killer bonus. No, that’s my Shangri-La.</p>\n<p>When people tell you to hire early or scale quickly, they’re right that giving up control can be liberating. But it can also be encumbering. It brings new responsibilities at the same time that it releases you from old ones.</p>\n<p>Whether or not growing your team is right for you will depend on your temperament, your appetite and the kind of lifestyle you want.</p>\n<h3>Being a little fish in a big pond</h3>\n<p>But let’s be honest. You took a chance on the WordPress market because you saw a window of opportunity. That window may be closing.</p>\n<p>In the last few years we’ve seen a lot of consolidation. The theme market exploded, <a href=\"http://inside.envato.com/envato-stories-muhammad-haris-themefusion-2/\">made millions for a few</a>, and then caused a gold rush which <a href=\"http://scottbolinger.com/wordpress-theme-business/\">saturated the market and pushed out small operators</a>.</p>\n<p>At the same time, two big traditional distribution channels dried up: the official <a href=\"https://wordpress.org/themes/\">WordPress.org theme repository</a>, which has a huge backlog of themes awaiting approval, and <a href=\"https://theme.wordpress.com/\">Automattic’s marketplace</a>, which is closed to new entrants.</p>\n<p>We’re also seeing more traditional investment in WordPress properties. The big one is the <a href=\"http://recode.net/2014/05/05/wordpress-parent-automattic-has-raised-160-million-now-valued-at-1-16-billion-post-money/\">$160 million raised by Automattic</a> and Automattic’s subsequent <a href=\"https://poststatus.com/automattic-acquired-woocommerce-woothemes/\">acquisition of WooThemes</a>. Many actors are moving more aggressively to leverage or retain their market position. Syed Balkhi is on a buying and building spree (<a href=\"http://enviragallery.com/about-us/\">1</a>, <a href=\"http://optinmonster.com/about/\">2</a>, <a href=\"https://wpforms.com/say-hello-to-wpforms/\">3</a>, <a href=\"http://wptavern.com/syed-balkhi-acquires-google-analytics-by-yoast-renames-to-monsterinsights\">4</a>). Ninja Forms did a <a href=\"https://ninjaforms.com/releasing-three/\">ground-up rebuild</a>. Pippin’s shedding non-essential products (<a href=\"https://pippinsplugins.com/easy-content-types-acquired/\">1</a>, <a href=\"https://pippinsplugins.com/nikhil-vimal-adopts-front-end-registration-and-login-forms-plugin/\">2</a>) and <a href=\"https://pippinsplugins.com/selfish/\">purging some third-party addons</a>.</p>\n<p>The ecosystem looks increasingly unfriendly to us go-it-aloners. Automattic was the first to go big. Given exclusive commercial access to the WordPress trademark, it carved out its own space and split WordPress down the middle. Now the other half — the WordPress for the rest of us — is going big too.</p>\n<p>The nice thing about being a small operator is that you only need a tiny sliver of the pie. But as the size of the market has grown, it’s become more difficult to attract attention. Showing up with a good product isn’t enough.</p>\n<h3>Going it alone, together</h3>\n<p>My lifestyle business is working well for me. Revenue keeps inching up. Slowly.</p>\n<p>But it might not make it in a different kind of WordPress space. I’ve been thinking a lot about that lately. And I bet you have too.</p>\n<p>Where’s the market going? What am I willing to trade to survive? Which headaches are <a href=\"http://www.codeinwp.com/blog/transparency-report-14/\">worth changing direction for</a> and which headaches aren’t?</p>\n<p>Here are some of the ideas I’ve been tossing around:</p>\n<h3>Contractors</h3>\n<p>Hiring out. I could scale up or down easily, depending on how well it goes. But it’s tough to manage quality when juggling vendors.</p>\n<p>And what would I contract? I’d like to shed my bumbling efforts in marketing and traffic generation. But that seems like precisely the kind of job full of jackals who don’t know what they’re doing.</p>\n<p>Ok, that’s harsh. I’ll just say: I worry it’d be a headache to manage it well.</p>\n<p>Theme development seems the most plausible, since there’s a large body of talented, hungry themers washing up from the stormy seas of ThemeForest. But it may be the least valuable since the market is being swallowed up by a few big themes.</p>\n<h3>Commissions</h3>\n<p>Affiliate marketing is already working for me. A little. I could go further and recruit theme or plugin developers to sell from my site on commission.</p>\n<p>Then I’m saddled with support for products I didn’t build. Can I maintain quality? Can I drive enough traffic to be an attractive outlet for them? Will I end up with all of the headaches I wanted to avoid?</p>\n<h3>Partnerships</h3>\n<p>Maybe I’ll trade in my king-of-the-hill cap and bring on partners. Not employees. Genuine partners with overlapping skill sets. Instead of being a go-it-aloner we can be two or three go-it-aloners going it alone together!</p>\n<p>Or maybe that’s just a terrible way to run a business.</p>\n<h3>Alliances</h3>\n<p>There are a lot of us out there. Independent themers looking to expand beyond ThemeForest or give up on the old freemium approach of the official repository. Plugin developers looking for a new home or seeking out themes that will integrate with their plugins.</p>\n<p>We could probably do something special if we made stronger alliances. Combined to build to stronger platforms for our products.</p>\n<p>But that sounds like a lot of project management. Isn’t that what we were hoping to avoid?</p>\n<p>I don’t know. I’m going to go write some code.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 May 2016 18:10:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Nate Wright\";s: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:46:\"WP Mobile Apps: WordPress for iOS: Version 6.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://apps.wordpress.com/?p=3416\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://apps.wordpress.com/2016/05/25/wordpress-for-ios-version-6-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:3021:\"<p>Hi there, WordPress users! <a href=\"https://itunes.apple.com/us/app/wordpress/id335703880?mt=8&uo=6&at=&ct=\">Version 6.2 of the WordPress for iOS app</a> is now available in the App Store.</p>\n<h1>What’s New:</h1>\n<p><strong>Sharing just got easier!</strong> Post content from apps to your WordPress.com site with a new Share extension. Also, share a post right from your editor’s preview screen.</p>\n\n<a href=\"https://apps.wordpress.com/img_2229_2/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/05/img_2229_2.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"IMG_2229_2\" /></a>\n<a href=\"https://apps.wordpress.com/img_2230/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/05/img_2230.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"IMG_2230\" /></a>\n\n<p><strong>Improved clipboard support: </strong>Working with images? You can now copy and paste single images in your editor.</p>\n<p><strong>Login with ease:</strong> We improved error messages for self-hosted users.</p>\n<p><strong>Enhancements:</strong> Because “good” is not enough! Here’s the full <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aclosed+is%3Aissue+milestone%3A6.2+label%3A%22%5BType%5D+Enhancement%22\">list of enhancements</a>.</p>\n<p><strong>Bugs, be gone!</strong> We zapped bugs that prevented images from rendering properly and caused backspaces to misbehave. You can see the full list of bug fixes <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aclosed+is%3Aissue+milestone%3A6.1+label%3A%22%5BType%5D+Bug%22\">here</a>!</p>\n<h1>Thank You</h1>\n<p>Thanks to all of the contributors who worked on this release:<br />\n<a href=\"https://github.com/aerych\">@aerych</a>, <a href=\"https://github.com/akirk\">@akirk</a>, <a href=\"https://github.com/alexcurylo\">@alexcurylo</a>, <a href=\"https://github.com/astralbodies\">@astralbodies</a>, <a href=\"https://github.com/diegoreymendez\">@diegoreymendez</a>, <a href=\"https://github.com/frosty\">@frosty</a>, <a href=\"https://github.com/jleandroperez\">@jleandroperez</a>, <a href=\"https://github.com/koke\">@koke</a>, <a href=\"https://github.com/kurzee\">@kurzee</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/nheagy\">@nheagy</a>, <a href=\"https://github.com/rachelmcr\">@rachelmcr</a>, <a href=\"https://github.com/sendhil\">@sendhil</a>, <a href=\"https://github.com/mattmiklic\">@mattmiklic</a> and <a href=\"https://github.com/SergioEstevao\">@SergioEstevao</a>.</p>\n<p>You can track the development progress for the next update by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?utf8=✓&q=is%3Aissue+milestone%3A6.3+\" target=\"_blank\">our 6.3 milestone on GitHub</a>. Until next time!</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3416&subd=apps&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, 25 May 2016 06:05:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"diegoreymendez\";s: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:43:\"WPTavern: In Case You Missed It – Issue 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=55015&preview_id=55015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/in-case-you-missed-it-issue-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8011:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png\" rel=\"attachment wp-att-50955\"><img class=\"size-full wp-image-50955\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?resize=676%2C292\" alt=\"In Case You Missed It Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Chris Lema Launches Beyond Good</h2>\n<p>Chris Lema has launched a new site called <a href=\"http://beyondgood.com/\">Beyond Good </a>that provides insight, tips, and methodologies for leading employees to become better than good. If it’s anything like his other sites, it’s sure to be a hit in the WordPress community.</p>\n<h2>Remote Jobs, a Remote Worker Specific Jobs Board</h2>\n<p>Chris Wallace and the team at Lift have launched <a href=\"https://remotejobs.com/\">Remote Jobs</a>, a jobs board specifically catered to remote workers. According to Wallace, “The site exists to help others find remote jobs that connect them with their passions in life.” Check out the site as there’s already a decent listing of opportunities available for remote workers.</p>\n<h2>Why .Blog is Worth $19M</h2>\n<p>Matt Mullenweg participated in a <a href=\"http://venturebeat.com/2016/05/12/the-creator-of-wordpress-on-why-blog-was-worth-19-million/\">phone interview with VentureBeat</a>. The first question in the interview asks why the .blog domain is worth $19M.</p>\n<blockquote><p>Well, the domain business is actually a really good business because you can sell a domain and people use it and keep it forever. So, if you look at like a Verisign, or people who have TLDs, it’s actually an incredible business.</p>\n<p>We really wanted .blog to be open, and some of the other applications for .blog were closed, including Google — so, let’s say for example, only Blogger could have a .blog domain. And we thought that .blog should be open to everyone, even if they’re not using WordPress.</p>\n<p>I gotta be honest though, it was a stressful auction.</p></blockquote>\n<p>There are other tidbits of information included in the interview that I highly encourage you to read. If I were Google, I’d be upset as .blog is the perfect complimentary domain for Blogger.</p>\n<h2>Drupal Association Gives Community Member a Lifetime Ban</h2>\n<p>DrupalCon New Orleans took place last week and during the event, several speakers <a href=\"https://www.drupal.org/node/2729687\">experienced online harassment</a> in the form of derogatory racist, homophobic, and misogynistic comments and images from an anonymous Twitter account. Upon further investigation by community members and the Drupal Association technical and event staff, the harassment was tracked to an attendee at the event.</p>\n<blockquote><p>This person was then confronted by members of the Drupal Association staff and the Community Working Group. They were asked to leave the event and informed that they have been banned from attending any future DrupalCons as well as any events produced by the Drupal Association, in accordance with the <a href=\"https://events.drupal.org/neworleans2016/code-conduct\" rel=\"nofollow\">DrupalCon Code of Conduct</a>, which states, ‘We do not tolerate harassment of conference participants in any form.’ Shortly after the person left the conference, the account from which the harassing tweets were made was deleted.</p></blockquote>\n<p>This is an excellent example of why Codes of Conduct exist for events. By the way, check out the <a href=\"https://plan.wordcamp.org/code-of-conduct/\">Code of Conduct</a> that’s in place for every WordCamp. If you experience harassment of any kind at a WordCamp, please tell event staff.</p>\n<h2>Plans Published to Upgrade WordPress Support Forums</h2>\n<p>Jennifer Dodd published a <a href=\"https://make.wordpress.org/meta/2016/05/19/wordpress-org-forums-upgrade/\">detailed plan</a> for migrating the WordPress.org support forums from bbPress 1.x to 2.x. The project is a huge undertaking and involves moving massive amounts of data. If all goes according to plan, the support forums will be on bbPress 2.x by the end of the year. I’m sure a lot of support forum volunteers are stoked to hear this news.</p>\n<h2>What NOT to Name a WordPress Theme</h2>\n<p>This tweet by Ryan Sullivan gave me a good laugh.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I\'d strongly consider rebranding. <a href=\"https://t.co/9MeevJTlPq\">pic.twitter.com/9MeevJTlPq</a></p>\n<p>— Ryan D. Sullivan (@ryandonsullivan) <a href=\"https://twitter.com/ryandonsullivan/status/733120690816065536\">May 19, 2016</a></p></blockquote>\n<p></p>\n<h2>Tom McFarlin on Improving the WordPress Plugin UX</h2>\n<p>Tom McFarlin published a <a href=\"https://tommcfarlin.com/wordpress-plugin-user-experience-2/\">great article</a> that offers ideas on how plugin developers can improve the WordPress plugin user experience. His first suggestion is a key reason I think GravityForms became successful.</p>\n<blockquote><p>Try to make sure that your project tightly integrates with the core WordPress user interface.</p></blockquote>\n<p>When I witnessed GravityForms for the first time in 2009, I loved how it integrated into the WordPress backend as if it were a part of the core software. Fast forward to 2016 and plugins that tie into a service are experimenting with overlay interfaces that replace WordPress’. The most recent example I recall is WP Forms <a href=\"http://wptavern.com/wpforms-aims-to-be-the-most-beginner-friendly-forms-plugin-for-wordpress\">that I reviewed</a> earlier this year.</p>\n<p>In my review, I specifically noted that the interface the developers used allowed me to focus on creating forms. It doesn’t seem like it’s a WordPress core feature and it didn’t have too. While the advice McFarlin gives is likely accurate for most cases, there are plugins that benefit from having a unique user interface different from WordPress’.</p>\n<h2>Don’t Edit Core</h2>\n<p>This comic <a href=\"http://www.commitstrip.com/en/2016/05/17/coder-dilemma-9-the-upgrade/\">created by CommitStrip</a> made me smile.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Coder Dilemma #9 – The Upgrade<br /> <a href=\"https://t.co/2Tu2l1tgYX\">https://t.co/2Tu2l1tgYX</a> <a href=\"https://t.co/xnMr2VdYWv\">pic.twitter.com/xnMr2VdYWv</a></p>\n<p>— CommitStrip (@CommitStrip) <a href=\"https://twitter.com/CommitStrip/status/732505464768843776\">May 17, 2016</a></p></blockquote>\n<p></p>\n<h2>Wapuu Tattoo!</h2>\n<p>In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don’t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project. WordCamp St. Louis 2016, took place last weekend and one of the attendees had a Wapuu tattoo! Wapuu looks good everywhere, including human skin!</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Wapuu has been sighted at <a href=\"https://twitter.com/hashtag/wcstl?src=hash\">#wcstl</a> <a href=\"https://twitter.com/hashtag/wordpress?src=hash\">#wordpress</a> <a href=\"https://twitter.com/hashtag/wapuu?src=hash\">#wapuu</a> <a href=\"https://t.co/4HYlp6GI0S\">pic.twitter.com/4HYlp6GI0S</a></p>\n<p>— Nile Flores (@blondishnet) <a href=\"https://twitter.com/blondishnet/status/731504592668758017\">May 14, 2016</a></p></blockquote>\n<p></p>\n<p>That’s it for issue nine. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id=\"epoch-width-sniffer\"></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, 20 May 2016 22:30: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: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:83:\"WPTavern: WordPress Meta Team Publishes Prototypes of The Plugin Directory Redesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=55006\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/wordpress-meta-team-publishes-prototypes-of-the-plugin-directory-redesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3713:\"<p>In early 2015, the WordPress.org Meta team <a href=\"http://wptavern.com/wordpress-plugin-directory-launches-new-design\">redesigned</a> the <a href=\"https://wordpress.org/plugins/\">WordPress plugin directory</a> and added a number of new features. In an effort to iterate on the page’s layout, the Meta Team has <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/\">published prototypes</a> of a new design for the <a href=\"http://codepen.io/mapk/full/jqxqbo/\">plugin directory’s home</a> and <a href=\"http://codepen.io/mapk/full/KzGQKv/\">search results pages</a>.</p>\n<p>The prototypes are inspired by <a href=\"https://get.wp.com/\">Get WordPress</a>, a landing page that provides key information about the WordPress project at a glance.</p>\n<p>There are a few things to keep in mind while looking at these prototypes. The first is that plugin information displayed on the page is inaccurate. Second, the Pro and Light classifications are for design purposes only. Third, links at the bottom will point to their corresponding pages.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PluginDirectoryMockup1.png\"><img class=\"size-full wp-image-55007\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PluginDirectoryMockup1.png?resize=1025%2C2753\" alt=\"WordPress Plugin Directory Homepage Protoype\" /></a>WordPress Plugin Directory Homepage Protoype\n<p>Unlike the current design, the prototype displays far less information. Authors, Last Updated, Compatibility, and Active Installs are absent from the homepage view. Initial feedback <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/#comment-8151\">highlights the concern</a> that too much information has been stripped away.</p>\n<p>In response to a comment on the announcement post, Samuel Sidler, <span class=\"st\">Apollo Team Lead at Automattic and contributor to the Meta team</span>, <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/#comment-8154\">explains</a> why he doesn’t think the information is useful to users.</p>\n<blockquote><p>Author, as you said, is only really useful for insiders. The latter two, meanwhile, are already taken into account in the search results. If a plugin doesn’t have a recent compatible version, it will move down the list. If it’s too old, it won’t get shown at all (which is the case today).</p>\n<p>Active installs is more interesting, but we account for it weighting search results as-is. I actually find it refreshing to <em>not</em> show the active installs as it allows for less-popular plugins to get more downloads. Users will be less likely to click the popular plugins (outside of familiar names) and more likely to find the plugin they actually need.</p></blockquote>\n<p>Another commenter suggests <a href=\"https://profiles.wordpress.org/awakensolutions/\">creating a simple/advanced view. </a>By default, the page could display a simplistic design while giving power users an option for more details.</p>\n<p>“Just like <a href=\"https://wordpress.org/about/philosophy/\" rel=\"nofollow\">WordPress core</a>, we strive to design for the majority and build features for the 80%,” Sidler said in response to the comment. “An ‘advanced’ view doesn’t meet that requirement, in my eyes.”</p>\n<p>The Meta team is iterating quickly and will soon publish a prototype of the plugin details page. If you have feedback on the plugin homepage and search result prototypes, please leave a comment on <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/\">the announcement post</a>.</p>\n<div id=\"epoch-width-sniffer\"></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, 20 May 2016 20:19:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: WPWeekly Episode 235 – Interview with James Giroux Envato’s WordPress Evangelist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=55000&preview_id=55000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wptavern.com/wpweekly-episode-235-interview-with-james-giroux-envatos-wordpress-evangelist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1298:\"<p>In this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"https://jamesgiroux.ca/\">James Giroux</a>, Envato’s WordPress evangelist. We discuss a number of topics including what he’s accomplished since taking over the position in January, the item support policy change, and author driven pricing.</p>\n<p>We also find out what his favorite part of the job is and what he enjoys most about his role at Envato. Last but not least, we discover what the company is doing to shorten the length of time it takes to get through the review queue.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, June 1st 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #235:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></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, 19 May 2016 19:18: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: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:60:\"WPTavern: BuddyPress Launches Style Modules Trial Initiative\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54954\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/buddypress-launches-style-modules-trial-initiative\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3960:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/customize-posts.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/customize-posts.jpg?resize=1024%2C583\" alt=\"photo credit: Paintbrush - (license)\" class=\"size-full wp-image-54351\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/93249705@N03/13067171403\">Paintbrush</a> – <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p>BuddyPress core developer <a href=\"https://twitter.com/hnla\" target=\"_blank\">Hugo Ashmore</a> announced a new trial initiative this week that aims to create a library of CSS and JavaScript snippets to help users customize their communities. The <a href=\"https://bpdevel.wordpress.com/2016/05/11/buddypress-style-modules/\" target=\"_blank\">Style Modules</a> project will aggregate community-submitted code that enhances BuddyPress components in a plug-and-play manner.</p>\n<p>Developers who want to contribute to the project can submit their modules by creating a ticket on <a href=\"https://buddypress.trac.wordpress.org/newticket\" target=\"_blank\">BP trac</a> and attaching a zip file that includes the CSS/JS files, a readme.md, and a screenshot.</p>\n<p>Users who want to add a module will need to create a /style-modules/ directory and then unzip the module inside it. The next step requires the user to copy functions from the module’s readme file to their theme’s functions.php file, a step which provides a significant hurdle for a non-technical BuddyPress community manager.</p>\n<p>“Initially this is a trial to see whether we get sufficient interest in the concept to continue and develop further, perhaps enhancing the loading process with enqueueing of files based on directory scanning and loading of files as an array but run from the core theme compat class, removing the need for users to copy the loading functions to their functions file,” Ashmore said.</p>\n<p>The project’s GitHub repository includes <a href=\"https://github.com/buddypress/style-modules/wiki/Style-Modules-Listings\">an example module</a> that re-styles the members list into a grid layout. Other example ideas Ashmore suggested include a new look for profile entries, a different presentation for the activity posting form, or something as simple as changing the font size for the activity stream.</p>\n<p>The experimental initiative will test the waters to see if the BuddyPress community will chip in to provide enough modules to make this a real library. The support policy stated in the proposal doesn’t offer much incentive for module authors to submit their work:</p>\n<blockquote><p>Provision of modules and use of them is entirely the discretion of the authors and users, while BP will run some basic checks on the module BP does not guarantee that the modules will work in all given situations or installs, or accept any liability in their use. Support for a module remains the responsibility of the author to ensure the continued effectiveness of the module with updates to themes, WP or BP.</p></blockquote>\n<p>Historically, BuddyPress has struggled to present itself as an easily customizable solution for communities. <a href=\"http://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/\" target=\"_blank\">Theme compatibility</a>, introduced in April 2013, made it easier to use BP with any theme, but unless you purchase a theme specifically designed for the plugin, its default output is rather generic and in need of heavy styling.</p>\n<p>The <a href=\"https://bpdevel.wordpress.com/2016/05/11/buddypress-style-modules/\" target=\"_blank\">BuddyPress Style Modules</a> concept is an attempt to make it easier for community managers to enhance BP components with different looks, but the project will need to provide a compelling reason for developers to contribute modules and continue to maintain them.</p>\n<div id=\"epoch-width-sniffer\"></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, 19 May 2016 02:34:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:62:\"WPTavern: The .blog Domain Extension Is Now Open to Registrars\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54971\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wptavern.com/the-blog-domain-extension-is-now-open-to-registrars\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2083:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg?resize=960%2C521\" alt=\"photo credit: Luis Llerena\" class=\"size-full wp-image-54799\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/3ZHG0XOIT6\">Luis Llerena</a>\n<p>Today marks a moment in internet history, as the very first .blog domain is now operational on WordPress.com. Knock Knock, WHOIS There, a subsidiary of Automattic, launched <a href=\"https://nic.blog/\" target=\"_blank\">Nic.blog</a> today to begin getting registrars to sign up to sell the new TLD.</p>\n<p>Automattic <a href=\"http://wptavern.com/automattic-to-oversee-the-sale-and-registration-of-top-level-blog-domains\" target=\"_blank\">won the rights to oversee the sale and registration of the .blog domain</a> in 2015 via a bidding process that is estimated to have closed around $20 million. The domain extension is so new that Twitter doesn’t yet support it as a valid link, but Automattic expects to activate 250,000 new names in 2016.</p>\n<p>According to the new nic.blog information site, registrars that sign up to sell .blog domains will be able to participate in an incentive partnership model that rewards a higher volume of sales:</p>\n<blockquote><p>Pricing will be in the standard range for new gTLDs, with premium names available in several tiers. High margins for registrars will be guaranteed by an incentive model, rewarding sales above a certain baseline. Final terms will be published in the coming weeks.</p></blockquote>\n<p>Automattic is opening up the .blog TLD to registrars around the world and companies can sign up on nic.blog to learn more about the requirements. Individuals who are interested in purchasing a .blog domain should review the tentative <a href=\"https://nic.blog/launch-plan/\" target=\"_blank\">launch plan</a> published today. Registration will be open to trademark owners during the Sunrise period starting in August 2016, followed by a Landrush period in October.</p>\n<div id=\"epoch-width-sniffer\"></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, 18 May 2016 23:26:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:87:\"WPTavern: After Eight Years, Thematic Theme’s Lead Developers Discontinue the Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54967\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/after-eight-years-thematic-themes-lead-developers-discontinue-the-project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3812:\"<p>Gene Robinson, lead developer of the Thematic WordPress theme, has <a href=\"http://thematictheme.com/2016/05/15/thematic-retrospective/\">announced</a> that the project will no longer be developed. Thematic <a href=\"https://wordpress.org/themes/thematic/\">was last updated</a> in 2013 and is actively installed on more than 4K sites. Users are advised to migrate to a different theme as updates will no longer be released. As WordPress core evolves, sites using Thematic may develop incompatibilities.</p>\n<h2>Continuing The Legacy with a Different Name</h2>\n<p>Although development on Thematic is discontinuing, Robinson has forked the project and renamed it to <a href=\"http://d.eciduo.us\">Deciduous. </a>The project picks up where Thematic leaves off. Those interested in continuing development can <a href=\"https://github.com/emhr/Deciduous\">follow it on GitHub</a> where pull requests are welcomed. Robinson is also seeking links to other projects that are derivative of Thematic.</p>\n<h2>Where to Get Support for Thematic</h2>\n<p>Users who need support are advised to post on the <a href=\"https://wordpress.org/support/theme/thematic\">WordPress.org support forums</a> for the Thematic theme, “The support forums on the Thematic website are shutting down due to the lack of community involvement, moderation, and developer feedback,” Robinson said. “Hopefully the greater WordPress support community will be able to help you find a resolution.”</p>\n<h2>A Look Back</h2>\n<p>The years 2008-2009 is an interesting time frame in WordPress’ history. A number of commercial theme and plugin companies, WordPress-centric sites, and projects were launched. Among these was the <a href=\"https://web.archive.org/web/20080611165821/http://themeshaper.com/thematic-for-wordpress/\">Thematic theme</a> by Ian Stewart, theme Wrangler for Automattic. Thematic was more than just a theme, it was an opportunity for Stewart to learn how WordPress’ theme system works.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/ThematicThemePreview.png\"><img class=\"size-full wp-image-54981\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/ThematicThemePreview.png?resize=951%2C740\" alt=\"Thematic Theme Preview from WordPress.org\" /></a>Preview of Thematic from WordPress.org\n<p>He regularly shared his knowledge with the community through <a href=\"https://themeshaper.com/\">ThemeShaper.com</a>, a site now owned by Automattic that features contributions from other members of the theme team. It was the wild west of theme development in 2008 and any person who regularly shared theme development techniques became an influential member of the community.</p>\n<p>Two years after launching Thematic, Stewart <a href=\"https://themeshaper.com/2010/03/04/ian-stewart-joined-automattic/\">joined Automattic</a> as a theme wrangler.</p>\n<blockquote><p>What can I say besides awesome, awesome, awesome? The enormous opportunity for learning and improvement; all the super-talented, friendly people; the chance to work on so many really, really cool projects—it’s almost unbelievable. This is a dream job for me.</p></blockquote>\n<p>The hiring allowed him to make available all of his commercial child themes built on the Thematic framework available free of charge to the community.</p>\n<h2>Did You Learn From Thematic?</h2>\n<p>It’s bittersweet and slightly nostalgic to see the theme come to an end. When I launched the Tavern in 2009, I regularly linked to tutorials and articles published by Stewart. I’m almost certain Thematic and its creator helped out a number of budding theme developers between 2008-2011. Let us know in the comments if you used Thematic for any projects or what you learned from its code.</p>\n<div id=\"epoch-width-sniffer\"></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, 18 May 2016 20:45: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: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:58:\"Post Status: WordPress as a Headless CMS — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24518\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://poststatus.com/wordpress-headless-cms-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2870:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p><span>Joe and Brian discuss WordPress as a Headless CMS. They talk about what a Headless CMS is, WordPress’s strengths and weaknesses as a Headless CMS, popular frameworks to utilize, and offer up example websites to check out.</span></p>\n<p><a href=\"https://audio.simplecast.com/37861.mp3\">https://audio.simplecast.com/37861.mp3</a><br />\n<a href=\"http://audio.simplecast.com/37861.mp3\">Direct Download</a></p>\n<h3>Examples</h3>\n<ul>\n<li><a href=\"https://www.guggenheim.org/\">The Guggenheim</a></li>\n<li><a href=\"https://adayofrest.hm/boston-2016/\">A Day of Rest Boston</a></li>\n<li><a href=\"https://ustwo.com/\">ustwo</a></li>\n<li><a href=\"http://skaled.com/\">Skaled</a></li>\n<li><a href=\"http://tri.be/\">Modern Tribe</a></li>\n</ul>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://angularjs.org/\">Angular</a></li>\n<li><a href=\"https://facebook.github.io/react/\">React</a></li>\n<li><a href=\"http://blog.scalac.io/2016/02/16/react-vs-angular-2.html\">React vs Angular 2</a></li>\n<li><a href=\"https://getmoxied.net/lean/\">Lean, an Agular for WordPress framework</a></li>\n<li><a href=\"https://pantheon.io/decoupled-cms\">Decoupled CMS</a></li>\n<li><a href=\"https://css-tricks.com/what-is-a-headless-cms/\">What is a Headless CMS?</a></li>\n<li><a href=\"http://petya.in/we-need-to-talk-about-the-rest-api-the-non-developer-guide-to-the-future-of-wordpress/\">We Need to Talk about the REST API</a></li>\n<li><a href=\"https://make.wordpress.org/core/2016/05/16/rest-api-authentication-broker/\">Introducing the REST API Authentication Broker</a></li>\n<li><a href=\"https://hmn.md/2016/01/14/introducing-our-wordpress-rest-api-white-paper/\">Human Made’s REST API White Paper</a></li>\n</ul>\n<h3>Sponsor</h3>\n<p><span>Today’s show is sponsored by </span><a href=\"http://optinmonster.com\"><span>OptinMonster</span></a><span>. OptinMonster allows you to convert visitors into subscribers. You can easily create & A/B test beautiful lead capture forms without a developer. They recently released </span><a href=\"http://optinmonster.com/introducing-optinmonster-3-0-taking-your-conversion-optimization-to-the-next-level/\"><span>OptinMonster 3.0</span></a><span>, with an all new builder interface and other great features.</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 17:47: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:14:\"Katie Richards\";s: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:87:\"WPTavern: Take Granular Control of WordPress’ Update System with Easy Updates Manager\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54952\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wptavern.com/take-granular-control-of-wordpress-update-system-with-easy-updates-manager\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3933:\"<p>When <a href=\"https://wordpress.org/news/2013/10/basie/\">WordPress 3.7 “Basie”</a> was released in 2013, it brought automatic updates to the masses. By default, WordPress automatically updates to point releases. Using <a href=\"https://codex.wordpress.org/Configuring_Automatic_Background_Updates\">additional constants</a> within wp-config.php, you can configure WordPress to automatically update themes, plugins, and major releases.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerFeaturedImage.png\"><img class=\"aligncenter size-full wp-image-54958\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerFeaturedImage.png?resize=650%2C207\" alt=\"Easy Update Manager Featured Image\" /></a></p>\n<p>If you want granular control over the WordPress update system without touching code, check out <a href=\"https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/\">Easy Updates Manager</a>. Easy Updates Manager is a free plugin that’s active on more than 70k sites. It’s maintained by <a href=\"https://profiles.wordpress.org/kidsguide/\">Matthew</a>, <a href=\"https://profiles.wordpress.org/ronalfy/\">Ronald Huereca</a>, <a href=\"https://profiles.wordpress.org/roary86/\">Roary Tubbs</a>, and <a href=\"https://profiles.wordpress.org/bigwing/\">BigWing Interactive</a>.</p>\n<h2>Countless Number of Configurations Available</h2>\n<p>Once activated, you’ll find the options page by browsing to Dashboard > Update Options. There are two different interfaces for configuring updates. The first includes a number of toggle switches that disable/enable updates. The second is a traditional screen with radial buttons.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerDashboard.png\"><img class=\"size-full wp-image-54959\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerDashboard.png?resize=1025%2C432\" alt=\"Easy Update Manager Dashboard\" /></a>Easy Updates Manager Dashboard\n<p>Traditional settings page for Easy Updates Manager.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerGeneralSettings.png\"><img class=\"size-full wp-image-54960\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerGeneralSettings.png?resize=566%2C480\" alt=\"Easy Update Manager General Settings\" /></a>Easy Updates Manager General Settings\n<p>One of the highlights of Easy Updates Manager is the ability to enable automatic updates for individual themes and plugins. It’s a convenient way to update themes and plugins that rarely cause issues. There’s also a built-in logging feature that when enabled creates a new table in the database. It logs the username, update type, version, action, status, and date.</p>\n<p>Logging is listed as a beta feature and should be used at your own risk. It also may not work with all commercial themes and plugins. Here’s what the log looks like after I updated three plugins.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerLogs.png\"><img class=\"size-full wp-image-54961\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerLogs.png?resize=1025%2C350\" alt=\"Easy Update Management Log\" /></a>Easy Updates Management Log\n<p>Easy Updates Manager also includes the ability to exclude users from manipulating the plugin’s settings. The plugin contains additional features that I encourage you to explore by using it on a test site.</p>\n<p>Thanks to the number of options available, users have a countless number of update configurations to choose from. I tested the plugin on WordPress 4.6 alpha and it works as expected. You can <a href=\"https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/\">download it for free</a> from the WordPress plugin directory.</p>\n<div id=\"epoch-width-sniffer\"></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, 18 May 2016 07:17:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:91:\"WPTavern: WordPress 4.6 Improves the Accessibility of the Tag and Category Management Pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54910\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://wptavern.com/wordpress-4-6-improves-the-accessibility-of-the-tag-and-category-management-pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2775:\"<p>Among the improvements coming in WordPress 4.6 are <a href=\"https://make.wordpress.org/core/2016/05/16/categories-and-tags-screens-changes/\">accessibility enhancements</a> to the Category and Tag management pages. The flow of each page has been changed so that the visual order of elements match the tab order. This allows those who navigate with keyboards to access the Add New Tag or Add New Category area first.</p>\n<p>Andrea Fercia, WordPress core committer and a member of the accessibility team, explains why the changes matter, “For accessibility, the visual order should always match the tab order. The main functionality in a page should just be the first thing in the source markup and other parts of the user interface should never be ‘skipped’.”</p>\n<p>The following image shows the tab order of elements on the Tag management screen in WordPress 4.5. In order to reach the Add New Tag section, you need to tab through a number of checkboxes, each tag in the tag cloud, and various quick edit links. This is a time-consuming and frustrating process.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress45TagManagementPage.png\"><img class=\"size-full wp-image-54944\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress45TagManagementPage.png?resize=1025%2C806\" alt=\"WordPress 4.5 Tag Management Element Order\" /></a>WordPress 4.5 Tag Management Element Order\n<p>In WordPress 4.6, the Add New Tag section is the first visual element as well as the first section accessed when pressing the tab key.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress46TagManagementScreen.png\"><img class=\"size-full wp-image-54945\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress46TagManagementScreen.png?resize=1025%2C792\" alt=\"WordPress 4.6 Tag Management Screen\" /></a>WordPress 4.6 Tag Management Screen\n<p>The new flow is more logical and provides consistency between the tag and category management screens, “From an accessibility point of view, the content structure and organization will be easier to understand and navigate,” Fercia said.</p>\n<p>WordPress theme and plugin authors who have added custom functionality to these screens are advised to double-check their code against the bleeding edge version of WordPress 4.6. There’s also an <a href=\"https://core.trac.wordpress.org/ticket/35664\">in-depth ticket</a> where developers and users can see how the team reached a consensus to implement the changes. If you have any questions or concerns please leave a comment on the <a href=\"https://make.wordpress.org/core/2016/05/16/categories-and-tags-screens-changes/\">announcement post</a>.</p>\n<div id=\"epoch-width-sniffer\"></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, 17 May 2016 19:30:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:75:\"WPTavern: New Plugin Uses BuddyPress Email API to Send bbPress Forum Emails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54863\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/new-plugin-uses-buddypress-email-api-to-send-bbpress-forum-emails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3011:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-bbpress.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-bbpress.jpg?resize=1025%2C493\" alt=\"buddypress-bbpress\" class=\"aligncenter size-full wp-image-30982\" /></a></p>\n<p><a href=\"http://wptavern.com/buddypress-2-5-0-released-features-customizable-emails-and-support-for-emoji\" target=\"_blank\">BuddyPress 2.5</a>, released in March, introduced customizable emails via a new <a href=\"http://wptavern.com/buddypress-2-5-will-add-customizable-emails-via-a-new-bp-email-api\" target=\"_blank\">BP Email API</a>. This new feature allows community managers to easily edit BuddyPress-generated emails in the admin and make design changes in the customizer.</p>\n<p>It didn’t take long for developers to think of bringing this same customizability to bbPress emails. <a href=\"https://profiles.wordpress.org/thebrandonallen/\" target=\"_blank\">Brandon Allen</a> has just released <a href=\"https://wordpress.org/plugins/bp-emails-for-bbp/\" target=\"_blank\">BP Emails for BBP</a>, a plugin that sends forum and topic subscription emails using the new BP Email API.</p>\n<p>Once installed, administrators will find templates for new forum topics and topic replies under the same Emails menu item with the 16 customizable BuddyPress core emails.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/buddypress-bbpress-emails.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/buddypress-bbpress-emails.png?resize=1025%2C305\" alt=\"buddypress-bbpress-emails\" class=\"aligncenter size-full wp-image-54878\" /></a></p>\n<p>Allen noted that the plugin sends emails differently than bbPress, which puts every subscriber email in the BCC field and sends one email. Instead, it sends a separate email to each subscriber, which Allen said may improve deliverability given that some email providers look unfavorably on emails with large BCC fields.</p>\n<p>I tested the plugin and found that it works as advertised for customizing and sending bbPress emails. There are no settings to configure. It simply adds the same functionality that users now expect from BuddyPress core emails with all the same customization options.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/bbpress-subscription-email.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/bbpress-subscription-email.png?resize=1025%2C500\" alt=\"bbpress-subscription-email\" class=\"aligncenter size-full wp-image-54929\" /></a></p>\n<p><a href=\"https://wordpress.org/plugins/bp-emails-for-bbp/\" target=\"_blank\">BP Emails for BBP</a> is available on WordPress.org. It does not work with bbPress alone but requires both bbPress 2.5+ and BuddyPress 2.5+ to be active. With the help of this plugin, a community manager can brand all the email communications generated by the site so that the design and wording is consistent across both plugins.</p>\n<div id=\"epoch-width-sniffer\"></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, 17 May 2016 05:32:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:60:\"WPTavern: BuddyPress 2.6 to Introduce New API for Navigation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54803\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/buddypress-2-6-to-introduce-new-api-for-navigation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2401:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png?resize=839%2C398\" alt=\"buddypress-logo-blue\" class=\"aligncenter size-full wp-image-30655\" /></a></p>\n<p>In an exceptionally well-documented <a href=\"https://buddypress.trac.wordpress.org/changeset/10745/\" target=\"_blank\">commit message</a>, BuddyPress lead developer Boone Gorges introduced a new API to manage single item navigation, thanks to contributions from core developers Mathieu Viet and Raymond Hoh. Gorges summarized the changes to how BuddyPress will handle navigation in the upcoming 2.6 release:</p>\n<blockquote><p>The new BP_Core_Nav overhauls the way that BuddyPress registers, stores, and renders navigation items. Navigations are now component-specific, eliminating the potential for confusion and conflict between navigation items with similar names in different components, and opening the possibility of generating navs for separate objects of the same type on a single pageload.</p></blockquote>\n<p>The previous navigation system used bp_nav and bp_options_nav, global properties that managed nav and subnav across all of BuddyPress’ components. Developers had a difficult time extending navigation and sometimes ended up stepping on each other’s toes when adding similar navigation items.</p>\n<p>“The new system eliminates most of these problems, by removing direct access to the underlying navigation data, while providing a full-fledged API for accessing and modifying that data,” Gorges said.</p>\n<p>Although the new API ensures backward compatibility with the legacy bp_nav and bp_options_nav, plugin developers whose extensions depend on these methods will want to update their code. With the exception of certain configurations running PHP 5.2.x, most plugins should work the same as before.</p>\n<p>However, Gorges’ <a href=\"https://buddypress.trac.wordpress.org/changeset/10745/\" target=\"_blank\">commit message</a> details a handful of small ways that the new API may break backward compatibility in a few rare instances. BuddyPress plugin developers will want to review these ahead of the upcoming 2.6 release. Beta 1 is just one week away from release on May 25 and the official release is targeted for June 15.</p>\n<div id=\"epoch-width-sniffer\"></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, 17 May 2016 05:06:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Wes Bos Launches Free React.js + Redux Online Course\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54903\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/wes-bos-launches-free-react-js-redux-online-course\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3193:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/react-redux-course.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/react-redux-course.png?resize=1025%2C465\" alt=\"react-redux-course\" class=\"aligncenter size-full wp-image-54916\" /></a></p>\n<p><a href=\"http://wesbos.com/\" target=\"_blank\">Wes Bos</a>, a developer and educator known for his high quality video tutorials, has just launched a free online course for building JavaScript apps with <a href=\"https://facebook.github.io/react/\" target=\"_blank\">React.js</a> and <a href=\"http://redux.js.org/\" target=\"_blank\">Redux</a>. The 2.5 hour <a href=\"https://learnredux.com/\" target=\"_blank\">Learn Redux</a> course includes 20 videos that guide developers through building an example ‘Reduxstagram’ app to present the core ideas behind Redux.</p>\n<p>To get the most out of Learn Redux, students should have a decent foundation of React and ES6. Bos recommends those who are not comfortable with React to start with his <a href=\"https://reactforbeginners.com/\" target=\"_blank\">React for Beginners</a> course.</p>\n<p>After you sign up, you’ll receive an email with a link to the starter files and access to the videos. The example app uses Webpack to bundle ES6 modules into a single JavaScript file, so the course begins with a video on using NPM and Webpack to set up a local development environment. Learn Redux includes:</p>\n<ul>\n<li>Access to all 20 videos</li>\n<li>All starter files</li>\n<li>Webpack Build Templates</li>\n<li>Stepped and finished solutions</li>\n</ul>\n<p>Bos spent more than 100 hours producing this series in partnership with <a href=\"https://getsentry.com/welcome/\" target=\"_blank\">Sentry</a> as a sponsor. Anyone who signs up receives a $50 Sentry credit.</p>\n<p>After Calypso was announced, Bos, who describes himself as “a huge WordPress fan,” wrote a <a href=\"http://wesbos.com/wordpress-calypso-react/\" target=\"_blank\">post</a> dispelling rumors that WordPress was ditching PHP and being rewritten in Node.js. He also urged WordPress developers to learn JavaScript.</p>\n<p>“This is thunder in the distance as to what is to come in WordPress,” Bos said. “Much of the theme writing I do is already in JavaScript – I often use WordPress as just an API to get data out of, and then use frameworks like Angular, React, Google Maps or jQuery to display that data. I’m not building an entire website in a JavaScript framework, but much of the interactive view layer of these sites is moving into JavaScript frameworks.”</p>\n<p>If you want to be ready to dive into the next generation of WordPress site and application development with knowledge of one of the most popular JS frameworks, the free <a href=\"https://learnredux.com/\" target=\"_blank\">Learn Redux</a> course offers all the tools necessary for getting started with React.js, Redux, and React Router.</p>\n<p>“Our trusty PHP template files aren’t going anywhere anytime soon, but I’ll bet you dollars to donuts you’ll be writing a lot more JavaScript in your WordPress sites in the years to come,” Bos said.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2016 21:50:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:134:\"WPTavern: Daniel Bachhuber Discusses WP-CLI, the WP REST API, and the Challenges of Contributing to Open Source on Roots Radio Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"http://wptavern.com/daniel-bachhuber-discusses-wp-cli-the-wp-rest-api-and-the-challenges-of-contributing-to-open-source-on-roots-radio-podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7828:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/daniel-bachhuber.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/daniel-bachhuber.jpg?resize=300%2C300\" alt=\"daniel-bachhuber\" class=\"alignright size-medium wp-image-54898\" /></a><a href=\"https://danielbachhuber.com/\" target=\"_blank\">Daniel Bachhuber</a>, maintainer of the <a href=\"http://wp-cli.org/\" target=\"_blank\">WP-CLI</a> project and a contributing developer to the <a href=\"http://v2.wp-api.org/\" target=\"_blank\">WP REST API</a>, joined Chris Carr and Austin Pray on a recent episode of the <a href=\"https://roots.io/podcast/ep13/\" target=\"_blank\">Roots Radio podcast</a>. Bachhuber discussed his recent experience crowdfunding his work on “<a href=\"https://wp-cli.org/restful/\" target=\"_blank\">A More RESTful WP-CLI</a>” as well as the challenges he’s encountered as a contributor to various open source projects over the years.</p>\n<p>In the first part of the episode, Bachhuber shared how he spent the 283 hours of time that the WordPress community funded to advance the WP-CLI and WP REST API projects. The funding gave him the opportunity to dedicate time split between the two projects. Bachhuber put in approximately 95 hours towards the REST API in January and February but the bulk of the hours went towards making WP-CLI more friendly for developers who work with the REST API.</p>\n<p>“WordPress developers are going to be putting a lot of time now towards writing REST endpoints that expose their functionality to the world, and it would be really nice if WP-CLI interoperated nicely with that and allowed you to use that functionality at the command line without having to separately write your own WP-CLI commands,” Bachhuber said.</p>\n<p>He discussed the challenge of scoping out this broad goal and what he learned about crowdfunding during the process.</p>\n<p>“The RESTful WP-CLI kickstarter project was intentionally ambitious, because I’m a guy who has big ideas and likes to do big things,” Bachhuber said. “There are some things I feel really happy that I’ve been able to ship and produce so far, and there are other features that, for one reason or another, I haven’t quite been able to execute yet and that’s a bit frustrating.</p>\n<p>“It’s a whole different ball game trying to manage the expectations of your Kickstarter backers than it is a single client. I’ve got 107 clients that I have to make happy,” he said.</p>\n<p>Nevertheless, Bachhuber said he was able to get the issue backlog for WP-CLI down to less than 60 issues and the dedicated time has allowed him to resolve old issues that have “languished since the dawn of time.”</p>\n<p>As part of the rewards offered for contributors to the crowdfunding campaign, Bachhuber offered his time consulting with individuals and organizations, which he found to be easier than traditional physical swag rewards.</p>\n<p>“I’m really glad that I chose [consulting] over having to give out physical swag, because it’s very difficult to procure and ship to everyone, particularly when you have international backers,” he said. “Even though I’ve spent a lot of my time fulfilling the rewards and talking with people and having calls with them and meeting up with them in person, it’s a much easier effort to manage than sending 100 coffee mugs across the world.”</p>\n<p>When asked if he’d do it again, Bachhuber said yes but emphasized that spending this much time on an open source project only works if you keep a healthy balance with other aspects of life.</p>\n<p>“I think it’s really important that if you’re contributing to open source projects on a regular basis or even maintaining them, that you balance your time between that and other things,” he said. “It’s really easy to get burned out on said open source project if you spend 100% of your time on it for a whole month or six months.</p>\n<p>“I was pretty intentional to say that the money I was raising was going to cover my involvement with the project for six months, a certain number of hours, and that it was going to be a part-time thing. That was a really healthy way to approach it. I think I would have gotten burned out if I had just tried to dive into it, crank it out, and move on to the next thing,” Bachhuber said.</p>\n<h3>The Emotional Challenges of Working on Open Source Projects</h3>\n<p>During the course of the interview Bachhuber was asked to share his feelings on what he referred to as “the kerfuffle with the REST API” that happened in February. The REST API team had written a merge proposal in September 2015 that recommended merging the API in two parts – the infrastructure in 4.4 and the posts, comments, terms, and users endpoints in 4.5 or 4.6. After partially executing on that proposal, the team held a status chat to discuss the plan moving forward.</p>\n<p>Bachhuber said that the discussion became “a very emotionally fraught event” after Matt Mullenweg said the project needed feature parity with the WordPress admin before any of the endpoints could be considered for merge. After putting hundreds of hours into the project alongside a handful of dedicated contributors who were already spread thin, he found this new requirement was a difficult pill to swallow.</p>\n<p>“For better or for worse, as a maintainer or even a participant of an open source project, you have to have a thick skin and realize that all the time the decisions that are made are not about you – they are about the project,” Bachhuber said. “Even if you are personally offended by the decision, it doesn’t matter because it isn’t about you. It’s really difficult to deal with emotionally.”</p>\n<p>Bachhuber’s years of contributing to and maintaing open source projects has taught him a few things about managing stress and conflict that <a href=\"https://2016.europe.wordcamp.org/session/my-condolences-youre-now-the-maintainer-of-a-popular-open-source-project/\" target=\"_blank\">he plans to share at WordCamp Europe</a> in a talk titled, “My condolences, You’re now the maintainer of a popular OS project.”</p>\n<p>“I find a lot of joy in maintaining open source projects,” Bachhuber said. “I also have to actively work to address the emotional side of the equation to make sure I’m in a healthy space to continue maintaining the project and the project is not affecting me personally. It’s taken me years to come to a point where I’m comfortable with that.”</p>\n<p>In the case of the WP REST API, Bachhuber has come to a place where he can compartmentalize his emotional reactions and responses to the differing opinions.</p>\n<p>“I’ve come to a point now where I care but I don’t care,” he said. “I care in the sense that I’d still love to see those endpoints go into core and see the fruits of our labors realized. I don’t care because I’m not emotionally attached to that happening on any particular time frame. I honestly would rather it happen when it’s ready to happen over prematurely, and I realize I might not be the best qualified person to make that decision.”</p>\n<p>In the remainder of the episode, Bachhuber and Carr discuss React, Redux, Karma, Enzyme, and other tools for testing and developing with the REST API. Check out the recording of the episode on <a href=\"https://roots.io/podcast/ep13/\" target=\"_blank\">Roots Radio</a> for more details about Bachhuber’s work on WP-CLI and his crowdfunding experience.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2016 06:03:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:102:\"WPTavern: The WordPress.org Recommended Hosting Page is Revamped, Features Flywheel for the First 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=54822\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"http://wptavern.com/the-wordpress-org-recommended-hosting-page-is-revamped-features-flywheel-for-the-first-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:8235:\"<p>DreamHost, Flywheel, and SiteGround have joined Bluehost on WordPress.org’s new <a href=\"https://wordpress.org/hosting/\">recommended hosting</a> page. In mid 2015, Matt Mullenweg, co-founder of the open source WordPress project, <a href=\"http://wptavern.com/the-recommended-hosting-page-on-wordpress-org-starts-over-from-scratch\">announced</a> the page would be revamped. To have a chance at being listed webhosting companies needed to fill out a 40-question survey.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/RecommendedHostsPage.png\"><img class=\"size-full wp-image-54844\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/RecommendedHostsPage.png?resize=790%2C642\" alt=\"2016 Recommended Hosts Page\" /></a>2016 Recommended Hosts Page\n<p>This is Flywheel’s first time on the page. <a href=\"https://getflywheel.com/\">Flywheel</a>, launched in 2013, is a managed WordPress hosting company with an emphasis towards designers and agencies. I asked Dusty Davidson, c<span class=\"team__role\">o-Founder and CEO of Flywheel</span>, what it means to be included on the page. “We’re obviously excited to be included, and think it really reflects on the work we’ve done to create a great experience for WordPress users,” he<span class=\"team__role\"> said. </span></p>\n<p>The recommended webhosting page on WordPress.org is incredibly lucrative. Based on conversations I’ve had with employees of hosts listed, it can generate millions of dollars in revenue. I asked Davidson what impact this will have on his company, “<span class=\"team__role\">I’m sure it will undoubtedly send a good deal of traffic, but honestly we’re just humbled and excited to be recognized,” he said. </span></p>\n<h2>A New Round of Controversy</h2>\n<p>Over the years, companies have come and gone from the recommended hosting page. However, Bluehost in particular has consistently appeared on the list, including the most recent iteration. Bluehost is owned by <a href=\"http://www.endurance.com/\">Endurance International Group</a> who <a href=\"http://www.prweb.com/releases/2014/05/prweb11874425.htm\">invested in Automattic</a> in 2014. Because Mullenweg is the CEO of Automattic and controls who is listed on the page, it’s easy to see why it regularly generates controversy.</p>\n<p>Kevin Ohashi of ReviewSignal.com, <a href=\"http://reviewsignal.com/blog/2016/05/12/wordpress-org-updates-hosting-recommendations-nobody-knows-selection-criteria/\">criticized the lack of transparency</a> regarding the process for how hosts.</p>\n<blockquote><p>Who is responsible for this revamp? What were the selection criteria? How often will it be updated? Will existing companies be continuously re-evaluated?</p></blockquote>\n<p>These are important questions to ask and there are no publicly documented answers. In a follow up post, <a href=\"http://reviewsignal.com/blog/2016/05/13/wordpress-org-hosting-recommendations-listing-criteria/\">Ohashi investigated</a> what criteria needs to be met for being listed on the page. The post contains a number of screenshots of his private conversation with <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, who has volunteered for the WordPress project for 12 years and has worked at Automattic for five years.</p>\n<p>Huff was directly related to the project and influenced who was chosen thanks to his involvement on the WordPress Support Team. Within the conversation, he shares details of the process and mentions that no money exchanged hands. Early in the conversation, Ohashi tells Huff that he wants to learn and publish how the process works. However, Huff had no idea that everything he said would be made public.</p>\n<p>“I was invited to what sounded like a friendly chat over direct message from a concerned community member, after he was referred to me by a friend,” Huff said. “At no point was it clarified or even implied that anything discussed would be made public.”</p>\n<p><del>Conversations held in a private matter should remain private unless given permission to publish them, something I discovered the hard way.</del> Unfortunately, the post comes across as a public interrogation of Huff. I asked Huff, who was shaken by the experience, how it has affected him moving forward as it relates to the WordPress project.</p>\n<p>“I’d be lying if I said my feelings weren’t at least shaken by the experience, especially considering how polite he was to my friend and how hostile he was towards me apparently just because I work for Automattic, but this isn’t the first time that has happened to me and I don’t expect it to be the last,” he said.</p>\n<p>“There’s an usually prevalent negative bias against Automatticians who contribute to WordPress.”</p>\n<h2>Mullenweg Provides Clarification</h2>\n<p>Mullenweg <a href=\"http://reviewsignal.com/blog/2016/05/13/wordpress-org-hosting-recommendations-listing-criteria/#comment-1011\">commented on the post</a> where he not only sticks up for Huff, but answers some of the controversial questions raised by Ohashi. Mullenweg explains how the applicants were chosen, how the criteria is weighted, who makes the final decisions, and how much money is involved. Here is his comment in full.</p>\n<blockquote><p>‘I would like to see some transparency in the process’</p>\n<p>As stated on the page, the listing is completely arbitrary. The process was: There was a survey, four applicants were chosen, and the page was updated. That might repeat later in the year, or the process might change.</p>\n<p>‘how criteria are weighted’</p>\n<p>There is no criteria or weighting. It ultimately is one person’s opinion. Information that is important is reflected in the questions asked in the survey, but that is not everything that is taken into account. (I have looked at this site in the past, for example.)</p>\n<p>‘who is making the decisions’</p>\n<p>I am. James helped in sorting through the many submissions that came in, doing additional research, and digging on finalists, but ultimately the decision was mine. You can and should blame me fully for any issues you have with it. I appreciate James’ help in this go-round, but he will not be involved at all with any future updates. (So, please leave him alone.)</p>\n<p>‘how much money is involved’</p>\n<p>There was no money involved. Obviously being listed on the page is hugely valuable and impacts the listed (or unlisted) businesses a great deal. This is why I take full responsibility for the listing, now and in the future — I have been fortunate to be extraordinarily successful and no financial or business consideration any of the applicants could offer matters to me. A host could offer $100,000,000 to be listed on the page for 1 day, and I would say no.</p></blockquote>\n<p>It’s unfortunate that the information in Mullenweg’s comment is not published in an official post announcing the changes to the recommended hosting page. If an official post was published that included the same information in his comment, it’s possible it would have eliminated most of the confusion, uncertainty, and doubt surrounding it.</p>\n<h2>Should WordPress.org Have a Recommended Hosting Page?</h2>\n<p>Due to the investments EIG has made in Automattic, Mullenweg’s role at the company, and him making the final decisions, there will always be a potential conflict of interest despite taking full responsibility of the page and the processes associated with it.</p>\n<p>Should WordPress.org have a recommended hosting page? What if the page was replaced with information people could use to make informed decisions on choosing a host? It would eliminate potential conflicts of interest and if there was a host Mullenweg felt strongly about, he could label it as a partner of the project. This would make it clear that any financial connection with the company is a business relationship.</p>\n<p>Are you hosting with any of the companies listed on the recommended hosting page? If so, tell us about your experience in the comments.</p>\n<div id=\"epoch-width-sniffer\"></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, 14 May 2016 16:39:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: WordPress Accessibility Team Seeks Testers Using Speech Recognition Technology\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54829\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wptavern.com/wordpress-accessibility-team-seeks-testers-using-speech-recognition-technology\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2791:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/glasses.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/glasses.jpg?resize=1024%2C562\" alt=\"photo credit: Let\'s Read - (license)\" class=\"size-full wp-image-54851\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/42788859@N00/320216939\">Let’s Read</a> – <a href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/\">(license)</a>\n<p>The World Health Organization estimates that <a href=\"http://www.who.int/mediacentre/factsheets/fs282/en/\" target=\"_blank\">285 million people</a> worldwide are living with some form of visual impairment and 39 million of those are estimated to be blind. Many people with low vision depend on speech recognition technology to navigate the web and communicate their thoughts. This type of software also assists people who have carpal tunnel, RSI (Repetitive Stress Injuries) and/or limited mobility in their hands and arms.</p>\n<p>Rian Rietveld and the Accessibility team are working to improve the experience of using WordPress with speech recognition software, such as <a href=\"http://www.nuance.com/dragon/index.htm\" target=\"_blank\">Dragon Naturally Speaking</a> (widely considered as one of the best for desktop use.) In particular, <a href=\"https://core.trac.wordpress.org/ticket/23562\" target=\"_blank\">the task of adding media to a post has a number of obstacles</a> that make it nearly impossible for those using speech recognition software.</p>\n<p>Rietveld <a href=\"https://make.wordpress.org/accessibility/2016/05/13/20th-wordpress-accessibility-test-add-media-with-speech-recognition-software/\" target=\"_blank\">posted three tests</a> to the Accessibility team’s blog today, inviting those who use <a href=\"http://www.nuance.com/dragon/index.htm\" target=\"_blank\">Dragon Naturally Speaking</a> or other assistive technology to help the contributors determine the roadblocks that need to be removed for adding media. These tests include actions like adding media, editing attachment details, and creating a gallery.</p>\n<p>If you use WordPress with assistive technology for speech recognition, completing these tests and offering your feedback is one way to get involved as a contributor. You don’t necessarily have to use Dragon Naturally Speaking, as there are many newer alternatives such as Windows Speech Recognition (Cortana) and Chrome’s speech recognition powered by Google Speech to Text. Testers can report their experiences, along with the assistive technology/browser/OS, in the comments on Rietveld’s <a href=\"https://make.wordpress.org/accessibility/2016/05/13/20th-wordpress-accessibility-test-add-media-with-speech-recognition-software/\" target=\"_blank\">post</a>.</p>\n<div id=\"epoch-width-sniffer\"></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, 13 May 2016 22:40:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:73:\"WPTavern: Happytables Pivots to Provide Restaurant Analytics and Insights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=41046\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/happytables-pivots-to-provide-restaurant-analytics-and-insights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5302:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/happy-tables.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/happy-tables.jpg?resize=1000%2C608\" alt=\"happy-tables\" class=\"aligncenter size-full wp-image-54835\" /></a></p>\n<p><a href=\"http://www.happytables.com/\" target=\"_blank\">Happytables</a> is changing from being a platform that hosts restaurant websites to one that provides analytics and insights by tapping into apps that restaurants are already using to promote their businesses. The company uses WordPress as a command center for the application that communicates with various restaurant-tech APIs to deliver information to the dashboard in realtime.</p>\n<p>“We started with the website builder a while back,” Founder and CEO Noel Tock said. “It’s been a great ride, but we realized two things: 1) Website builders have become a race to the bottom with regards to revenue as well as extremely competitive, and 2) From our many conversations with restaurants, their challenges have become much larger; consolidating data and insights from all the products they now use.”</p>\n<p>One of the Happytables beta restaurants in London uses 14 different applications to manage its sales, operations, and marketing, and Tock says this trend is only growing.</p>\n<p>“The centre of gravity is shifting from the Point of Sale to a very fragmented collection of siloed products (reservations, online ordering, staff scheduling/wages, loyalty, waitlist, social, etc.),” Tock said. “Becoming that 30,000 foot view whilst generating actionable insights across the portfolio of applications is the challenge we’ve taken on with the new Happytables.”</p>\n<p>The first installation of the new Happytables was set up for <a href=\"http://whyteandbrown.com/\" target=\"_blank\">Whyte & Brown</a> in London where the team is focusing their beta testing. The application currently aggregates data from POS (Point of Sale) and Social, but Tock says this will rapidly evolve to providing various insights from POS and Labor, such as revenue forecasting, employee performance, and breakfast/lunch/dinner performance.</p>\n<p>“It’s been very exciting working towards actionable insights, whereby we can tell a waiter that he/she was underselling a certain product or category compared to their colleagues, or that a particular employee performs a lot better on lunch then on dinner,” Tock said.</p>\n<p>Below you can see an example of Happytables’ latest kitchen dashboard, using the team view as opposed to the individual employee recommendations/suggestions view.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/Happytables_kitchen_dashboard.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/Happytables_kitchen_dashboard.png?resize=1025%2C731\" alt=\"Happytables_kitchen_dashboard\" class=\"aligncenter size-full wp-image-54833\" /></a></p>\n<p>The new Happytables uses WordPress as a backend and the WP REST API and ReactJS on the frontend. Although the development team still uses WordPress as one of its core technologies, the infrastructure is a bit more complicated.</p>\n<p>“It’s not pure WordPress for the data storage,” CTO Aaron Jorbin said. “In fact, very little of it is actually stored inside WordPress. It is used to store some information about the restaurant and manage requests to third parties where we fetch the data and then store it in DynamoDB.”</p>\n<p>The screenshots in this post show the WordPress theme in full screen mode, but Jorbin said the restaurant staff never interact with wp-admin. Restaurant operators use the app to view all the realtime information coming in so that they can make better decisions about how they run their businesses.</p>\n<p>Happytables is still hosting its customers from its first iteration as a website builder, but Tock said most are not good candidates for the beta.</p>\n<p>“The infrastructure is quite different now as we’re capturing different types of data (previously web content, now largely transactional data),” he said. “Our customers on the website builder platform came from all walks of life, so there’s not many who fit the ideal beta candidate (using Micros/Aloha as POS, based in London, run a multiunit restaurant, etc.).</p>\n<p>“We’re just looking to see how we can fit this into the larger Happytables model downstream,” Tock said. “If we’re going to implement so many API’s, there’s also value in tying those back to the website.”</p>\n<p>Not many aspects of the new infrastructure have been open sourced yet, as the team has been moving fast. Tock said they hope to make some of their code public further down the road after it’s been tested.</p>\n<p>“Once we’re past testing/beta, I’m sure a number of features will become more mature tools and move into their own public repo if they are of that sort of benefit,” he said. The new infrastructure is one of the many exciting ways that the WP REST API is being used to bring a host of information into WordPress from various third party applications and tie it all together in a useful way.</p>\n<div id=\"epoch-width-sniffer\"></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, 13 May 2016 19:45: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: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:19:\"Matt: Mom on Tinder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://ma.tt/2016/05/mom-on-tinder/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:227:\"<p>If you’re looking for a fun Friday read, <a href=\"http://www.gq.com/story/my-mom-ran-my-tinder\">check out this story of a young GQ writer who gave control of his Tinder account to his Mom</a>. It’s adorkable.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 16:35:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:89:\"WPTavern: GitLab Courts Disgruntled GitHub Customers with Response to Recent Pricing Hike\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wptavern.com/gitlab-courts-disgruntled-github-customers-with-response-to-recent-pricing-hike\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5016:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/gitlab.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/gitlab.png?resize=1025%2C371\" alt=\"gitlab\" class=\"aligncenter size-full wp-image-50741\" /></a></p>\n<p>Yesterday GitHub <a href=\"http://wptavern.com/github-introduces-unlimited-private-repositories-hikes-prices-for-organizations\" target=\"_blank\">announced</a> pricing changes that give all paid plans unlimited repositories and change plans to a pricing-per-user model. Individual developers are the most likely customers to benefit from the changes, but many organizations will see an exponential increase in pricing.</p>\n<p>GitLab, a competitor in the Git repository hosting space, immediately addressed disgruntled GitHub customers with a <a href=\"https://about.gitlab.com/2016/05/11/git-repository-pricing/\" target=\"_blank\">pricing comparison</a> on the company’s blog. Co-founder and CEO <a href=\"https://twitter.com/sytses\" target=\"_blank\">Sid Sijbrandij</a> noted that the three main players in this space, GitHub, Bitbucket, and GitLab, all offer unlimited private repositories but that it doesn’t cost companies more to host additional repositories for a given user.</p>\n<p>Sijbrandij attributes the change to the increase in the <a href=\"https://www.sequoiacap.com/article/build-us-microservices/\" target=\"_blank\">microservices model</a>, a development approach that breaks software down into smaller, related pieces that communicate with one another via APIs.</p>\n<p>“As more and more developers, teams, and organizations seek out the advantages of microservices, they’ll need more repositories to support this new code structure,” Sijbrandij said. “Basically, the more microservices you have the more repositories you’ll need. That is why it is not surprising that GitHub has announced free private repositories.”</p>\n<p>Sijbrandij referenced several examples where GitHub’s pricing changes hit open source organizations hard, including <a href=\"https://github.com/edx/\" target=\"_blank\">Open edX</a>, a non-profit with a large number of contributors, which <a href=\"https://news.ycombinator.com/item?id=11674530\" target=\"_blank\">posted</a> the following on Hacker News:</p>\n<blockquote><p>I work for a non-profit open source organization that <a href=\"https://github.com/edx/\" target=\"_blank\">collaborates on github</a>. We have lots of people who aren’t employees, but have signed a contributor agreement with our organization and contribute changes to our software. Our bill will go up from $200/month to over $2000/month with this new pricing. We can afford it (it’s still a small fraction of our AWS bill) but it will force us to look at other alternatives. Github’s code review tools are already pretty mediocre compared to other tools like gerrit, and we’ve long since moved off of GitHub issue tracking due to lack of features compared to JIRA.</p></blockquote>\n<p>Sijbrandij emphasized that the team at GitLab believes “everyone can contribute,” a mission which drives GitLab.com’s pricing structure to offer unlimited private repositories, unlimited contributors, and unlimited CI runners for free. The on-premises solution, which includes enterprise features and support, is what keeps the lights on at the company. GitLab.com, the free, hosted version, runs the same enterprise edition software but is, by Sijbrandij’s own admission, still <a href=\"https://gitlab.com/gitlab-com/operations/issues/42\" target=\"_blank\">struggling with sluggish performance</a>.</p>\n<p>Earlier this year when open source project maintainers <a href=\"http://wptavern.com/open-source-project-maintainers-confront-github-with-open-letter-on-issue-management\" target=\"_blank\">confronted GitHub with an open letter on issue management</a>, GitLab differentiated itself by <a href=\"http://wptavern.com/gitlab-courts-open-source-project-maintainers-with-response-to-dear-github-letter\" target=\"_blank\">responding</a> to the situation with a new initiative focused on “making GitLab the best place for big open source projects.”</p>\n<p>Nearly a month later, <a href=\"http://wptavern.com/github-responds-to-letter-from-open-source-project-maintainers\" target=\"_blank\">GitHub finally responded</a> with an apology to open source project maintainers and a promise to address their concerns with a steady string of changes.</p>\n<p>GitHub has not given any indication of reversing its recent decision to change its pricing structure. However, with competitors like GitLab putting on the heat, GitHub may be forced to make some changes to its paid plans. At the very least, it could inspire the company to address concerns about organizations having to pay for inactive users and perhaps spur GitHub to offer customers the ability to distinguish between collaborators on open source projects and users who simply need access to private repositories.</p>\n<div id=\"epoch-width-sniffer\"></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, 13 May 2016 02:33:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:106:\"WPTavern: How Authors With Plugins in the Official Directory Can Use Tags to Get a Moderator’s Attention\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54441\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"http://wptavern.com/how-authors-with-plugins-in-the-official-directory-can-use-tags-to-get-a-moderators-attention\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2627:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/05/WordPressAdviceForNewUsers.png\"><img class=\"size-full wp-image-44085\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/05/WordPressAdviceForNewUsers.png?resize=612%2C237\" alt=\"WordPress Advice For New Users\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/99329675@N02/11064947983\">What You Need To Know About Food Poisoning</a> – <a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">(license)</a>\n<p>It’s almost inevitable that as a WordPress plugin gains popularity, it will receive a bad review. How plugin authors handle and respond to bad reviews is crucial, especially in a public forum. Mika Epstein, who helps review plugins before they’re added to the directory and is a dedicated support forum volunteer, <a href=\"https://make.wordpress.org/plugins/2016/05/03/handling-bad-reviews/\">gives advice </a>on how to handle and respond to bad reviews.</p>\n<p>Bad reviews are classified as those written as spam, trolling, emotional blackmail for support, and those that should have been a support post. Since the plugin review system is powered by bbPress, plugin authors can add tags to reviews in order to draw a moderator’s attention. The tags include:</p>\n<ul>\n<li><strong>Modlook</strong> – This tag notifies moderators that a particular thread needs their attention. If you think a review is spam, don’t respond to it. Instead, add the Modlook and Spam tags and let a moderator decide if the review should be deleted.</li>\n<li><strong>Sockpuppet</strong> – If you suspect a review is part of a spamming campaign where a group of people are marking a plugin as one or five stars, apply the sockpuppet and modlook tags to the review.</li>\n<li><strong>Wrongplugin</strong> – Add the wrongplugin tag to the review if you believe it’s for a different plugin. The team can move the review to the appropriate place.</li>\n<li><strong>Pluginmod</strong> – Add this tag to a review if you need an administrator’s attention. This usually results in the team performing a full review of your plugin. If it’s determined that it breaks any of <a href=\"https://wordpress.org/plugins/about/guidelines/\">the guidelines</a>, it will be removed until they’re fixed.</li>\n</ul>\n<p>Developers who host plugins in the official directory should make note of these tags and use them when necessary. The tag system is generally unknown to the public but it’s a great way for moderators to keep on top of the forums and reviews.</p>\n<div id=\"epoch-width-sniffer\"></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, 13 May 2016 01:06: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: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:76:\"WPTavern: WPWeekly Episode 234 – All Things WordCamp with Andrea Middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54807&preview_id=54807\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/wpweekly-episode-234-all-things-wordcamp-with-andrea-middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2896:\"<p>In this episode of WordPress Weekly, Marcus Couch and I are joined by <a href=\"https://thethingwiththestuff.wordpress.com/\">Andrea Middleton</a>, who works at Automattic as a Community Organizer for the WordPress open source project. We discuss a number of topics including, updates to the WordCamp Central website, the <a href=\"https://make.wordpress.org/community/2016/03/02/transitioning-to-wordpress-community-support/\">for-profit subsidiary</a>, and the experimental <a href=\"http://wptavern.com/wordpress-to-launch-experimental-wordcamp-incubator-program\">WordCamp incubator program</a>.</p>\n<p>At the conclusion of our interview with Middleton, Mendel Kurland, GoDaddy’s Evangelist, joined us to describe his experiences attending DrupalCons. DrupalCons are events similar to WordCamps but on a larger scale. He tells us what the similarities and differences are and the unique things they do that he’d like to see WordCamps adopt. We close out the show with Marcus’ plugin picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordpress-4-5-2-patches-two-security-vulnerabilities\">WordPress 4.5.2 Patches Two Security Vulnerabilities</a><br />\n<a href=\"http://wptavern.com/automattic-is-protecting-its-woo-woothemes-and-woocommerce-trademarks\">Automattic is Protecting its Woo, WooThemes, and WooCommerce Trademarks</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/disable-core-update-email/\">Disable WordPress Core Update Email</a> allows used to disable the default notification email sent by WordPress after an automatic core update is applied.</p>\n<p><a href=\"https://wordpress.org/plugins/downgrade/\">Downgrade </a>enables users to easily downgrade WordPress to an earlier version. It’s a handy diagnostics tool that helps determine if a new WordPress release is the cause of errors.</p>\n<p><a href=\"https://wordpress.org/plugins/woo-customer-insight\">Woo Customer Insight </a>provides greater insight into what visitors are doing on your sites. It allows you to see the pages your customers are visiting, where they’re clicking, the time spent on the different pages, and more.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 18th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #234:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></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, 12 May 2016 23:23:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matt: .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:22:\"https://ma.tt/?p=46554\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://ma.tt/2016/05/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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:858:\"<p>It’s now public that Automattic is the company behind Knock Knock Whois There LLC, the registry for the new .blog TLD. (And a great pun.) We wanted to stay stealth while in the bidding process and afterward in order not to draw too much attention, but nonetheless the cost of the .blog auction got up there (people are <a href=\"http://www.theregister.co.uk/2015/02/13/who_just_bought_dotblog_for_30m/\">estimating around $20M</a>). I’m excited we won and think that it will be both an amazing business going forward and give lots of folks an opportunity to have a fantastic domain name in a new namespace and with an easy-to-say TLD. <a href=\"https://dotblog.wordpress.com/\">You can sign up to be first in line to reserve a domain here</a>. If you have a trademark you can get in August, and then October for the “land rush.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2016 19:23: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Automattic to Oversee the Sale and Registration of Top-Level .Blog Domains\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54788\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/automattic-to-oversee-the-sale-and-registration-of-top-level-blog-domains\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2974:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg?resize=960%2C521\" alt=\"photo credit: Luis Llerena\" class=\"size-full wp-image-54799\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/3ZHG0XOIT6\">Luis Llerena</a>\n<p>Automattic <a href=\"https://en.blog.wordpress.com/2016/05/12/coming-soon-new-blog-domains-for-websites/\" target=\"_blank\">announced</a> today that it will begin offering top-level .blog domain registration starting in August 2016. The .blog domain extension will be available to both WordPress and non-WordPress sites.</p>\n<p>According to <a href=\"https://twitter.com/markarms\" target=\"_blank\">Mark Armstrong</a>, an Automattic subsidiary is exclusively managing the registration of .blog domains and will be offering it for purchase through WordPress.com and other domain registrars.</p>\n<p>“Automattic subsidiary Knock Knock Whois There LLC, in partnership with the domain company Primer Nivel, won the rights to the .blog domain in 2015 through an auction process overseen by the Internet Corporation for Assigned Names and Numbers (ICANN), the non profit organization that oversees namespaces of the internet,” Armstrong said.</p>\n<p>In an <a href=\"https://ma.tt/2016/05/blog/\" target=\"_blank\">announcement</a> on his blog, Automattic CEO Matt Mullenweg said they used the Knock Knock Whois There LLC company name to “stay stealth while in the bidding process,” which closed around $19 million.</p>\n<p>Although WordPress.com is currently providing the registration information site at <a href=\"https://dotblog.wordpress.com/\" target=\"_blank\">dotblog.wordpress.com</a>, Armstrong said that the company is using <a href=\"http://www.nominet.uk/\" target=\"_blank\">Nominet</a> (the backend registry provider for .UK) to provide the technical infrastructure for managing the domain extension.</p>\n<p>Registration for .blog domains will be offered in a phased approach during the second half of 2016, according to the following estimated timeframe:</p>\n<ul>\n<li><strong>Sunrise (August):</strong> Trademark owners will be able to register .blog domains associated with their brands</li>\n<li><strong>Landrush (October):</strong> Before .blog becomes available to the public, domains may be registered during the landrush period on an application basis.</li>\n<li><strong>General Availability (November):</strong> Automattic plans to begin offering .blog domains to the general public before the end of the year.</li>\n</ul>\n<p>With the exclusive rights to manage the sale of millions of .blog domains, Automattic has the opportunity to promote WordPress.com as a potential host for new registrants. The company hasn’t finalized the price but Armstrong said it will be “in the standard range for new top-level domains with some premium pricing for higher-value names.”</p>\n<div id=\"epoch-width-sniffer\"></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, 12 May 2016 18:19:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:78:\"WPTavern: Critical Vulnerabilities Found in PhpStorm, Immediate Update Advised\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54770\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/critical-vulnerabilities-found-in-phpstorm-immediate-update-advised\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2128:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/phpstorm-wp-feature.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/phpstorm-wp-feature.jpg?resize=1025%2C471\" alt=\"phpstorm-wp-feature\" class=\"aligncenter size-full wp-image-30739\" /></a></p>\n<p>JetBrains <a href=\"http://blog.jetbrains.com/blog/2016/05/11/security-update-for-intellij-based-ides-v2016-1-and-older-versions/\" target=\"_blank\">announced</a> today that it has released a security update for PhpStorm and all of its other IntelliJ-based IDEs due to a set of critical vulnerabilities:</p>\n<blockquote><p>The cross-site request forgery (CSRF) flaw in the IDE’s built-in webserver allowed an attacker to access local file system from a malicious web page without user consent.</p>\n<p>Over-permissive CORS settings allowed attackers to use a malicious website in order to access various internal API endpoints, gain access to data saved by the IDE, and gather various meta-information like IDE version or open a project.</p></blockquote>\n<p>PhpStorm is by far <a href=\"http://www.sitepoint.com/best-php-ide-2014-survey-results/\" target=\"_blank\">the most favored IDE for PHP developers</a>. It’s also widely used among WordPress developers, especially since <a href=\"http://wptavern.com/phpstorm-8-released-with-full-wordpress-support\" target=\"_blank\">version 8 added official support for WordPress</a>.</p>\n<p>The update issued today patches the critical vulnerabilities inside the underlying IntelliJ platform that powers nearly a dozen popular IDEs. Installing the update is as easy as selecting ‘Check for Updates’ inside the IDE. Alternatively, customers can download the most recent version from JetBrains.com and the <a href=\"http://blog.jetbrains.com/blog/2016/05/11/security-update-for-intellij-based-ides-v2016-1-and-older-versions/\" target=\"_blank\">security announcement</a> includes links to download older versions.</p>\n<p>Although the JetBrains security team is not aware of these vulnerabilities having been exploited, immediate update is recommended.</p>\n<div id=\"epoch-width-sniffer\"></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, 11 May 2016 22:26:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: GitHub Introduces Unlimited Private Repositories, Hikes Prices for Organizations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54746\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wptavern.com/github-introduces-unlimited-private-repositories-hikes-prices-for-organizations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7590:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg?resize=857%2C400\" alt=\"github-octocat\" class=\"aligncenter size-full wp-image-42456\" /></a></p>\n<p>GitHub has been inundated with negative feedback after <a href=\"https://github.com/blog/2164-introducing-unlimited-private-repositories\" target=\"_blank\">announcing a major change to its pricing</a> today. All paid plans now include unlimited private repositories, but there’s a catch. The new pricing structure requires GitHub.com organizations to purchase a seat for each user. At $9 per user/month, collaborating on private repositories is now far more costly than the legacy plans which started at $25/month for 10 repositories and unlimited members.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/github-pricing.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/github-pricing.png?resize=1025%2C392\" alt=\"github-pricing\" class=\"aligncenter size-full wp-image-54756\" /></a></p>\n<p>The change is good news for individual developers with paid accounts, as they are no longer charged on a per-repository basis. However, many owners of organizations are finding the new pricing to be untenable and are actively considering alternatives. For comparison, Bitbucket offers unlimited private repositories and <a href=\"https://bitbucket.org/product/pricing\" target=\"_blank\">charges $1/user/month</a>. Unlimited users caps out at $200/month.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/Krogsgard\">@Krogsgard</a> EDD org alone will go from $25 per month to $592 per month <a href=\"https://twitter.com/github\">@github</a></p>\n<p>— Pippinsplugins (@pippinsplugins) <a href=\"https://twitter.com/pippinsplugins/status/730396802638176257\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p>While unlimited private repositories is an exciting benefit that enables developers to make their code more modular, it isn’t a benefit that every organization needs.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/github\">@github</a> Terrible news. I work on an open-source organization >100 devs. We have 2 private repos for internal projects. $900+ vs $25 really!?</p>\n<p>— João Ventura (@jcnventura) <a href=\"https://twitter.com/jcnventura/status/730319187667759104\">May 11, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/williamsba\">@williamsba</a> ours jumped to $1,204 :-( <a href=\"https://twitter.com/github\">@github</a></p>\n<p>— Tom Willmot (@tomwillmot) <a href=\"https://twitter.com/tomwillmot/status/730391291691995136\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p><a href=\"https://easydigitaldownloads.com/\" target=\"_blank\">Easy Digital Downloads</a> creator Pippin Williamson <a href=\"http://www.twitlonger.com/show/n_1solvjd\" target=\"_blank\">explained</a> why he is frustrated with what amounts to a 2,276% increase in costs for his organization:</p>\n<blockquote><p>I actually have no problems with the pricing for new organizations. It’s their space and they provide a huge number of valuable tools. It is absolutely worth it.</p>\n<p>The problem I have is the drastic increase for existing customers. It’s largely the principal of increasing a customer’s cost by 2,276% without giving them any additional value.</p>\n<p>The value that Github provides me and my team does not change at all with the new pricing, only what I pay per month.</p></blockquote>\n<p>Samuel “Otto” Wood <a href=\"http://www.twitlonger.com/show/n_1solviv\" target=\"_blank\">contends</a> that GitHub’s $9/user/month is a reasonable price to pay for having all the functionality of GitHub hosted for an organization but that the alternative of building your own is far more economical.</p>\n<blockquote><p>A “private” repo is, you know, private. On your own server. Git is, after all, decentralized. You could plop a normal git repo on any private VPS you like in a matter of under an hour. If you’re collaborating with a small group of like 5 people, then coordination is not really a big deal that I’d pay $45 a month to use GitHub for it. You can use any tooling you like, make any website you like. You could probably reproduce the important parts of GitHub that you need for your private setup using WordPress in like a day or two. </p>\n<p>It just seems to me that any advantages of using GitHub at all seem largely nullified by using private repos. Yes, collaboration and using the same toolset you are used to, I get that. But here you’re falling prey to vendor lock-in once again. You’re used to it, you like it, you’re afraid of change, pay up. Simple. </p>\n<p>The advantage of open source software is the freedom to say “up yours” and build your own version instead. Git is open source. Think about it. A $15 a month VPS could easily fit your needs for both privacy and collaboration.</p></blockquote>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/github\">@github</a> found a way to be more expensive than the datacenter that runs my app. Seriously, what\'s happening at <a href=\"https://twitter.com/github\">@github</a> ???</p>\n<p>— Adilson Carvalho (@lcadilson) <a href=\"https://twitter.com/lcadilson/status/730405070819471361\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p>GitHub has established itself as the de facto code collaboration site by offering free hosting for public, open source repositories. However, the emphasis on “social coding” no longer extends to private repositories as organization owners will have little incentive to add more collaborators under the new pricing structure. It discourages organizations from adding users to be bug reporters or third-party collaborators. Teams and agencies hit hardest by the changes are now examining competitors like Bitbucket and self-hosted GitLab.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Today is for <a href=\"https://twitter.com/gitlab\">@gitlab</a> what 2007 was for <a href=\"https://twitter.com/WordPress\">@WordPress</a>. If code is poetry, Gitlab is your library. Own your code like you own your content. ❤️</p>\n<p>— John James Jacoby (@JJJ) <a href=\"https://twitter.com/JJJ/status/730417868047790080\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p>Organization owners will not be forced onto the new pricing plans immediately and GitHub promises to give a year’s notice before mandating a switch to the new plans:</p>\n<blockquote><p>We want everyone to have a plan with unlimited private repositories, but don’t worry—you are welcome to stay on your current plan while you evaluate the new cost structure and understand how to best manage your organization members and their private repository access. And while we’re currently not enforcing a timeline to move, rest assured that you’ll have at least 12 months notice before any mandated change to your plan.</p></blockquote>\n<p>While many individual developers will see lower monthly prices and even prorated credits on their accounts, the exponential cost increase for GitHub’s largest customers may cause a mass exodus to the company’s more affordable competitors. Are you moving your organization off of GitHub? Let us know in the comments.</p>\n<div id=\"epoch-width-sniffer\"></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, 11 May 2016 19:27:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:66:\"WPTavern: Affinity: A Free WordPress Wedding Theme from Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54688\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wptavern.com/affinity-a-free-wordpress-wedding-theme-from-automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3832:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity.png?resize=800%2C471\" alt=\"affinity\" class=\"aligncenter size-full wp-image-54691\" /></a></p>\n<p>Affinity is the latest addition to WordPress.com’s small collection of <a href=\"https://wordpress.com/themes/search/wedding/\" target=\"_blank\">themes created specifically for weddings</a>. This highly customizable, elegant theme was designed by <a href=\"http://carolinemoore.net/\" target=\"_blank\">Caroline Moore</a> with weddings and family announcements in mind.</p>\n<p>Affinity is a one-page theme with support for five different panels. Each panel’s content can be assigned in the customizer under Theme Options by selecting a page from a drop-down.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/panel.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/panel.png?resize=660%2C231\" alt=\"panel\" class=\"aligncenter size-full wp-image-54717\" /></a></p>\n<p>With the customizable panel approach users are not locked into providing content for sections they don’t need. Single posts and pages support full screen featured images that, if used as a panel, become the background of that section. Affinity offers the option to set the header image opacity to create better contrast with header text. Users can also enable or disable scrolling on the header and front-page featured images.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-home-page.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-home-page.png?resize=200%2C474\" alt=\"affinity-home-page\" class=\"alignright size-full wp-image-54693\" /></a></p>\n<p>Affinity includes support for a sidebar widget area and three optional widget areas in the footer. If widgets are added to the sidebar, the one-column layout becomes a two-column layout. It also has a fullwidth page template for removing the sidebar on select pages.</p>\n<p>The different panels give users ample space for adding photos, links to registries, personal stories, info about the bridal party, and anything else related to the event. Affinity includes a Guestbook page template with a special format for displaying visitors’ comments. Turning the Guestbook on is as easy as setting the page template and making sure that comments are enabled.</p>\n<p>Another unique feature of the theme is its post intro area that displays beneath the headline before the first paragraph. It pulls content from the excerpt field and post authors can use it to capture readers’ attention with a quick summary or highlight.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-post-intro.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-post-intro.png?resize=660%2C328\" alt=\"affinity-post-intro\" class=\"aligncenter size-full wp-image-54729\" /></a></p>\n<p>Check out the <a href=\"https://affinitydemo.wordpress.com/\" target=\"_blank\">live demo</a> to see the theme in action. It shows an example of panels that display quotes, an RSVP form, event details, and an engagement story.</p>\n<p>Since no wedding or family announcement is the same, Affinity’s multi-panel approach offers flexibility for many different types of uses. If you’re creating a wedding website and are not finding enough customization options with a hosted service, this theme makes it quick and easy to set it up with WordPress. It’s not yet available on WordPress.org, but you can download a copy for your self-hosted site for free from the sidebar of its <a href=\"https://wordpress.com/themes/affinity\" target=\"_blank\">homepage on WordPress.com</a>.</p>\n<div id=\"epoch-width-sniffer\"></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, 11 May 2016 06:52:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:77:\"WPTavern: Help WPCampus Gather Data on How Schools and Campuses Use 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=54650\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/help-wpcampus-gather-data-on-how-schools-and-campuses-use-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:1247:\"<p>The organizers of <a href=\"https://2016.wpcampus.org/\">WPCampus</a> are <a href=\"https://www.surveymonkey.com/r/wpcampus05-2016\">seeking feedback</a> via a survey on how schools and campuses utilize WordPress in their environments. The survey consists of five sections:</p>\n<ul>\n<li>How Do You Use WordPress on Campus</li>\n<li>Site Demographics, Traffic, and Data</li>\n<li>Plugins, Themes, and Features</li>\n<li>Security, Performance, and Hosting</li>\n<li>Your Team Structure & Workflows</li>\n</ul>\n<p>There are a couple of perks for those who fill out the survey. Respondents will receive an anonymized version of the complete data set. Those who complete four or more sections will be entered into a drawing to win a free ticket to the conference and will receive a $5 Starbucks or Amazon Gift card.</p>\n<p>Answer the questions that you know and skip the ones you don’t. The team needs as much data as possible to provide a clearer picture of WordPress’ use in higher education. If you know someone or an organization that uses WordPress in higher education, please <a href=\"https://www.surveymonkey.com/r/wpcampus05-2016\">share the survey</a> with them. The survey closes on May 27th.</p>\n<div id=\"epoch-width-sniffer\"></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, 11 May 2016 03:21:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:73:\"WPTavern: What Do You Think of the Recommended Plugins Page 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=54437\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/what-do-you-think-of-the-recommended-plugins-page-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:3913:\"<p>In late 2014, <a href=\"http://wptavern.com/wordpress-4-1-to-introduce-plugin-recommendations\">WordPress 4.1 added</a> a Recommended Plugins tab that takes into account the plugins you have installed and suggests plugins based on which ones are commonly used together. After nearly a year and a half since it was added, I asked the <a href=\"https://twitter.com/wptavern/status/727578470415532032\">Tavern’s Twitter followers</a> if they have ever installed plugins recommended by WordPress.</p>\n<p>I was surprised to discover that some people don’t know the tab exists.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> There\'s a \"Recommended\" tab?!?</p>\n<p>— Joe Taiabjee (@joetek) <a href=\"https://twitter.com/joetek/status/727581218414407681\">May 3, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> I\'ve just noticed the Recommended tab. It seems to show those plugins with most Active Installs. Interesting, but a bit \'hidden\'</p>\n<p>— Alejandro Vargas S. (@Alejandro_V_S) <a href=\"https://twitter.com/Alejandro_V_S/status/727836820159930369\">May 4, 2016</a></p></blockquote>\n<p></p>\n<p>Steve Brown says the recommendations are useful.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> yep :) very useful feature indeed</p>\n<p>— Steve Brown (@stevna) <a href=\"https://twitter.com/stevna/status/727681984504287232\">May 4, 2016</a></p></blockquote>\n<p></p>\n<p>Some people view the page as an opportunity for Automattic to advertise its plugins while others don’t trust the recommendations.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> I have no needs for the Automattic plugins that are almost only being recommended there</p>\n<p>— Marko Heijnen (@markoheijnen) <a href=\"https://twitter.com/markoheijnen/status/727624592399998976\">May 3, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> Once. However 10 of the plugins recommended on page 1 are untested with my version of WP. So wouldnt rely on the recommendations</p>\n<p>— WPin.me (@wp_in) <a href=\"https://twitter.com/wp_in/status/727725233843671040\">May 4, 2016</a></p></blockquote>\n<p></p>\n<p>When I viewed the recommended plugins page in 2014, the results displayed plugins that weren’t updated in years.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/RecommendedPluginsTab.png\"><img class=\"size-full wp-image-35318\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/RecommendedPluginsTab.png?resize=1025%2C527\" alt=\"Plugins Recommended To Me Based on Data of Sites with Similar Plugins Installed\" /></a>Plugins Recommended To Me Based on Data of Sites with Similar Plugins Installed\n<p>Today, the page displays more relevant results with recently updated plugins. On the first page of results for WP Tavern, only one plugin from Automattic is recommended. The second page of results doesn’t list any plugins authored by Automattic.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/2016RecommendedPlugins.png\"><img class=\"size-full wp-image-54616\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/2016RecommendedPlugins.png?resize=1025%2C514\" alt=\"Recommended Plugins in 2016\" /></a>Recommended Plugin Results in 2016\n<p>To help determine how useful the recommended plugins page is, I’d like you to take this short survey. Results will be displayed on Tuesday, May 17th. In addition to the survey, you can leave your feedback in the comments.</p>\n<div class=\"pd-embed\" type=\"type\"></div>\n<p></p>\n<div id=\"epoch-width-sniffer\"></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, 11 May 2016 03:19:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:81:\"WPTavern: Automattic is Protecting its Woo, WooThemes, and WooCommerce Trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54645\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/automattic-is-protecting-its-woo-woothemes-and-woocommerce-trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6735:\"<p>When <a href=\"http://wptavern.com/automattic-acquires-woocommerce\">Automattic acquired WooThemes in 2015</a>, it gained employees, plugins, themes, and the company’s trademarks. These trademarks include, standard character marks, logos, and specific graphics such as the Verified WooExpert badges. One of the responsibilities of a trademark owner is to protect it from infringement.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/VerifiedWooExpertServicemark.png\"><img class=\"size-full wp-image-54702\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/VerifiedWooExpertServicemark.png?resize=1025%2C621\" alt=\"Verified WooExpert Service Mark\" /></a>Verified WooExpert Service Mark\n<p>WooGPL is a service that provides customers with commercial themes, plugins, and extensions for WooCommerce at a discounted rate. In March, Automattic <a href=\"https://woogpl.com/woogpl-is-closing/\">sent Billy Ablett</a>, owner of <a href=\"https://woogpl.com\">WooGPL</a>, the following notice that informs him that his domain infringes the Woo and WooCommerce trademarks.</p>\n<blockquote><p>I’m writing to you on behalf of Automattic Inc. regarding your use of the Woo and WooCommerce trademarks.</p>\n<p>As you may know, Automattic owns the Woo, WooCommerce, and WooThemes brands, as well as the associated trademarks. We recently learned of https://woogpl.com, which actively makes use of our registered trademarks in both its name and promotion. We are very concerned that your use of Woo and WooCommerce will create confusion by communicating that your WooCommerce products are endorsed by or associated with Automattic, when in fact it is not.</p>\n<p>While Automattic appreciates that you are providing products that build on WooCommerce open source software, that fact does not authorize you to use Woo, WooThemes or WooCommerce trademarks.</p>\n<p>To minimize user confusion and to protect our own intellectual property, we unfortunately must insist that you take prompt steps to change your domain name to something that doesn’t include ‘Woo’ in the prefix, and change your product descriptions to avoid confusion and potentially misleading consumers to believe they are purchasing our products. An example of this would be: WooCommerce Email Customiser Pro would need to be changed to Email Customiser Pro for WooCommerce.</p>\n<p>For more information, please see our <a href=\"https://www.woothemes.com/style-guide/#sg-trademarks\">Trademark Guidelines</a>.</p>\n<p>While we are appreciative that you have included a disclaimer on your site, unfortunately this would not be sufficient and we would still insist that the domain name and product names be changed.</p></blockquote>\n<p>While it’s not the sole reason <a href=\"https://woogpl.com/woogpl-is-closing/\">WooGPL is shutting down</a>, the notice provides a convenient opportunity to rebrand to <a href=\"https://www.gplkit.com/\">GPL Kit</a>, something the company was already planning to do.</p>\n<p>“We would have eventually closed down WooGPL due to GPL Kit however, it would have been great to close it down on our terms when the time was right,” Daniel, who is part of the GPL Kit team told the Tavern.</p>\n<p>Daniel says that when he started WooGPL there wasn’t a trademark registered with the Woo character mark until October of 2015.</p>\n<p>A search of the United States Patent and Trademark Office for Woo contains over 1K results. However, this is the only character mark for Woo that I found. The filing date is October 22nd, 2015 and is in the approval process.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WooCharacterMark.png\"><img class=\"size-full wp-image-54703\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WooCharacterMark.png?resize=1003%2C557\" alt=\"Woo Character Mark\" /></a>Woo Character Mark\n<h2>When You Should Ask For Permission</h2>\n<p>WooThemes has a <a href=\"https://www.woothemes.com/style-guide/#sg-trademarks\">style guide</a> on its site that explains how the brand is used and has details on when Woo™, WooCommerce®, and WooThemes® names, logos, and related icons collectively known as Woo Marks can be used without permission. The following chart provides some examples.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PermissionChartForWooTrademarks.png\"><img class=\"size-full wp-image-54704\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PermissionChartForWooTrademarks.png?resize=1010%2C814\" alt=\"Examples of When You Do and Don\'t Need Permission\" /></a>Examples of When You Do and Don’t Need Permission\n<p>If you’re in doubt, you can email Automattic’s trademark team <a href=\"mailto:trademarks@automattic.com\">trademarks @ automattic.com</a> to receive clarification.</p>\n<h2>Woo’s at Risk?</h2>\n<p>There are quite a few businesses in the WordPress ecosystem that use Woo in their name and domain. <a href=\"http://www.woorockets.com/\">WooRockets</a> is a WooCommerce theme shop while <a href=\"http://wooassist.com/\">WooAssist</a> provides support and maintenance for store owners.</p>\n<p>I reached out to both companies to determine if Automattic sent them the same notice it sent to WooGPL. While I didn’t receive a response from WooRockets, John Gamour of WooAssist provided the Tavern with the following statement:</p>\n<blockquote><p>No, we haven’t been contacted by Automattic about that. It would be dissapointing if we were asked to change our name as our founder Nicholas Jones reached out to WooThemes before starting Wooassist and they gave the OK. We have also worked with Matt Cohen and James Koster on a project and nothing was ever mentioned about our name.</p></blockquote>\n<p>I tried to get in touch with Paul Sieminski, legal counsel for Automattic, to learn what the criteria is for violating the trademarks, who’s at risk, and how long they have enforced the marks but he could not be reached for comment.</p>\n<h2>Better to be Safe Than Sorry</h2>\n<p>As WooGPL discovered, adding a disclaimer to the bottom of your sites may not be enough. Considering the cost and potential impacts of re branding a company or product, it’s important to know as soon as possible if you’re infringing a company’s trademarks.</p>\n<p>Business owners in the WooCommerce and WooThemes ecosystem should double-check the <a href=\"https://www.woothemes.com/style-guide/#sg-trademarks\">style guide</a> to make sure you’re not violating any guidelines. Owners can also take a proactive step and contact Automattic’s trademark team to determine if your business meets the requirements.</p>\n<div id=\"epoch-width-sniffer\"></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, 10 May 2016 20:21:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: WooCommerce Releases Storefront 2.0 with Major Improvements to Mobile Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54641\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/woocommerce-releases-storefront-2-0-with-major-improvements-to-mobile-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:3509:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-update.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-update.png?resize=1025%2C451\" alt=\"storefront-update\" class=\"aligncenter size-full wp-image-54669\" /></a></p>\n<p><a href=\"https://wordpress.org/themes/storefront/\" target=\"_blank\">Storefront</a>, the official WooCommerce theme built to work seamlessly with the plugin, has just passed the <a href=\"https://www.woothemes.com/2016/05/storefront-2-0-release/\" target=\"_blank\">2.0 milestone</a>. This release introduces a new “best sellers” section to the homepage and adds compatibility with the upcoming WooCommerce 2.6’s tabbed “My Account” section and the average rating widget.</p>\n<p>The most important update in Storefront 2.0 is the redesigned mobile experience. According to <a href=\"http://resources.mobify.com/50-mobile-commerce-stats.html\" target=\"_blank\">Mobify</a>, 30% of mobile shoppers will abandon a transaction if the experience is not optimized for mobile. <a href=\"http://www.themobileplaybook.com/\" target=\"_blank\">Google’s Mobile Playbook</a> says that not having a mobile optimized website is like closing your store one day each week. To keep pace with the expectations of mobile buyers, WooCommerce has drastically reduced Storefront’s mobile header height by 60% and has added the search, shopping cart, and account links to a sticky bottom menu for easy access.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-mobile-home.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-mobile-home.png?resize=799%2C697\" alt=\"storefront-mobile-home\" class=\"aligncenter size-full wp-image-54671\" /></a></p>\n<p>Storefront 2.0 includes many design improvements that make the theme cleaner and more flexible. This update removes Helvetica in favor of Source Sans, which WooCommerce says gives them access to a wider variety of weights they can use to “provide greater depth and cohesion.” Other notable design changes include:</p>\n<ul>\n<li>Borders have been largely removed so that pages don’t feel quite so broken up.</li>\n<li>The breadcrumb and the main navigation are now wrapped in their own content regions, cementing them as unique components.</li>\n<li>Product reviews and comments tweaked to make them cleaner and more scannable.</li>\n<li>Blog post meta has been redesigned to include the author Gravatar.</li>\n<li>Softer design treatment for tables with colors based on the main background color.</li>\n<li>oEmbeds have been styled to match the rest of Storefront (including typography, padding, colors).</li>\n<li>Integrated WordPress 4.5’s custom logo feature so users can add a logo without using a plugin.</li>\n</ul>\n<p><a href=\"https://wordpress.org/themes/storefront/\" target=\"_blank\">Storefront</a> is active on more than 50,000 websites. There are nearly a dozen free themes on WordPress.org that use it as a parent theme and another dozen commercial themes on WooThemes.com. If you use a heavily customized Storefront child theme, you may want to test its compatibility with the 2.0 update on a development site to ensure that there are no visual surprises. If you have any ideas or recommendations for updates to Storefront, you can leave feedback on the theme’s <a href=\"http://ideas.woothemes.com/forums/275029-storefront\" target=\"_blank\">idea board</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 May 2016 22:23:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:54:\"WPTavern: Timber 1.0 Is Now Available on WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54396\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wptavern.com/timber-1-0-is-now-available-on-wordpress-org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5932:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/timber.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/timber.png?resize=1025%2C405\" alt=\"timber\" class=\"aligncenter size-full wp-image-54630\" /></a></p>\n<p>Last week the creators of <a href=\"https://wordpress.org/plugins/timber-library/\" target=\"_blank\">Timber</a>, the plugin that enables WordPress theme developers to write HTML using the <a href=\"http://twig.sensiolabs.org/\" target=\"_blank\">Twig Template Engine</a>, released version 1.0 on WordPress.org. The plugin is active on more than 10,000 websites where theme authors have elected to keep PHP files separate from HTML. Timber is built on DRY and MVC principles to solve the problem stated in its unofficial tagline: <em>“Because WordPress is awesome, but the_loop isn’t.”</em></p>\n<p>Over the past four years, the open source project has evolved from being a starter theme to a plugin that can be added to existing themes. It is now used on <a href=\"http://upstatement.com/timber/#showcase\" target=\"_blank\">thousands of websites</a> and has 83 <a href=\"https://github.com/timber/timber/graphs/contributors\" target=\"_blank\">contributors</a> listed on GitHub.</p>\n<p>“In 2012 I was getting more into WordPress after doing lots of JS development with <a href=\"http://handlebarsjs.com/\" target=\"_blank\">Handlebars</a> (a JS templating language),” Timber creator Jared Novack said. “I went to WordCamp Providence to learn more about state-of-the-art WordPress ways. I remember thinking: ‘This is great, but I really miss the cleanliness of Handlebars — I wish someone would make something like that for WordPress.’ That’s when I realized, I was that someone.”</p>\n<p>Novack was playing around with <a href=\"http://www.smarty.net/\" target=\"_blank\">Smarty</a> and <a href=\"https://mustache.github.io/\" target=\"_blank\">Mustache</a> before he finally discovered Fabien Potencier’s <a href=\"http://twig.sensiolabs.org/\" target=\"_blank\">Twig project</a>.</p>\n<p>“The syntax felt so natural I almost didn’t need to read the docs (don’t worry, I did),” he said. “I realized what I needed was a way to marry Twig and WordPress, and thus: Timber was born.”</p>\n<p>At that time Novack’s company, <a href=\"https://upstatement.com/\" target=\"_blank\">Upstatement</a>, was beginning development on a big new project for Random House to enable their marketers to generate unique sites from a library of templates. This client project became Timber’s first test case.</p>\n<p>“Originally, Timber was a parent theme, like _s. But after we completed the Random House project, I realized I wanted to apply Timber functionality to existing sites,” Novack said. “I converted it into a plugin that could be employed on existing themes which is the form it takes today.”</p>\n<p>The plugin allows designers skilled with HTML and CSS to create themes without having extensive knowledge of PHP and WordPress functions. Timber successfully powers sites like Michael Bloomberg’s <a href=\"https://www.thetrace.org/\" target=\"_blank\">The Trace</a>, <a href=\"http://everytown.org/\" target=\"_blank\">Everytown for Gun Safety</a>, <a href=\"https://www.hoteltonight.com/\" target=\"_blank\">Hotel Tonight</a>, and the <a href=\"http://harvardlawreview.org/\" target=\"_blank\">Harvard Law Review</a>.</p>\n<h3>Timber 1.0 Puts the Project on the Path of Stability</h3>\n<p>As of Timber 1.0, developers can now include the project as a plugin or require it as a <a href=\"https://packagist.org/packages/timber/timber\" target=\"_blank\">Composer dependency</a>.</p>\n<p>“The big news is that 1.0 represents a maturing of the platform — developers can use Timber and Twig with confidence that they’re building on top of a stable and universal platform,” Novack said.</p>\n<p>This release sheds years of deprecated functions and methods dating back to the project’s early days in 2013. Novack said that technical and documentation debt were the biggest hurdles in getting to 1.0.</p>\n<p>“In hindsight it’s so easy to build stuff, but so hard to build a complete system,” he said. “When Timber started it was just for me and the documentation could just live in my head. I’d add and improve stuff and then live with some of the quirks.”</p>\n<p>As the project and its contributors grew, Novack found it difficult to keep up with the growing codebase while running his company. Bringing it to a place of maturity with up-to-date automated testing and documentation took nearly a year.</p>\n<p>“Backwards compatibility was also a major challenge,” Novack said. “As ideas and new code got submitted, development slowed as every decision might have implications for existing users. We would deprecate features, but I was hesitant to remove things that I knew were mistakes, but that people were using.”</p>\n<p>Developers are encouraged to read the <a href=\"https://github.com/timber/timber/wiki/1.0-Upgrade-Guide\" target=\"_blank\">1.0 Upgrade Guide</a>, as there may be additional steps required depending on how Timber is being used. This release adds a few new features but the most important change is the bulk removal of older sections of the codebase. The upgrade guide outlines all of the object properties and static methods that will need to be updated so that nothing breaks. In the future, Timber-powered themes will be easier to maintain, with fewer quirks and better-documented features.</p>\n<p>“The key learning for me is that the ultimate ‘killer feature’ is stability and predictability,” Novack said. “When everything is organized cleanly and developers can use the things that they would intuitively expect — that’s success.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 May 2016 17:52:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:49:\"Post Status: WordPress Security — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24378\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://poststatus.com/wordpress-security-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p><span>Security — in WordPress core, distributed plugins and themes, and in our custom code — is a constant battle. It’s important to be vigilant with our security practices, from the perspective of managing our websites and when writing code. In this episode, Joe and Brian discuss the nature of WordPress security, best practices for writing secure code, and dig into various situations WordPress developers and site owners may run into.</span></p>\n<a href=\"https://audio.simplecast.com/37301.mp3\">https://audio.simplecast.com/37301.mp3</a>\n<p><a href=\"http://audio.simplecast.com/37301.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"http://codex.wordpress.org/Hardening_WordPress\">Hardening WordPress</a></li>\n<li><a href=\"https://wordpress.org/about/security/\">About WordPress Security</a></li>\n<li><a href=\"https://make.wordpress.org/themes/2015/05/19/a-guide-to-writing-secure-themes-part-1-introduction/\">A Guide to Writing Secure Themes</a></li>\n<li><a href=\"http://ben.lobaugh.net/uploads/writing-secure-plugins-and-themes/#/\">Writing Secure Plugins & Themes</a> by Ben Lobaugh</li>\n<li><a href=\"https://codex.wordpress.org/Class_Reference/wpdb\">$wpdb</a></li>\n<li><a href=\"https://wpvulndb.com/\">WP Scan</a></li>\n<li><a href=\"https://blog.sucuri.net/2015/03/understanding-wordpress-plugin-vulnerabilities.html\">Understanding Vulnerabilities</a></li>\n</ul>\n<h3>Sponsor: Pagely</h3>\n<p><a href=\"https://pagely.com\"><span>Pagely</span></a><span> offers best in class managed WordPress hosting, powered by the Amazon Cloud, the Internet’s most reliable infrastructure. Post Status is proudly hosted by Pagely. Thank you to </span><a href=\"https://pagely.com\"><span>Pagely</span></a><span> for being a Post Status partner.</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 May 2016 01:01: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:\"Katie Richards\";s: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:26:\"Matt: Apple and Podcasting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46548\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2016/05/apple-and-podcasting/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:557:\"<p><a href=\"https://marco.org/2016/05/07/apple-role-in-podcasting\">Marco Arment has a great take on how the decentralized nature of podcasting is a feature</a>, not a bug, and Apple being more proactive there would be harmful to the ecosystem. As an aside, since I’ve been in Houston more recently, which means driving a lot, I’ve been really loving his app <a href=\"https://overcast.fm/\">Overcast</a> and I opted in to the optional paid subscription for it. I just need to get in more of a habit of listening to podcasts outside of Houston.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 08 May 2016 14:17: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WPTavern: VersionPress 3.0 Adds New Search Feature, Bulk Undo, and Commit Tracking per Environment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54530\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://wptavern.com/versionpress-3-0-adds-new-search-feature-bulk-undo-and-commit-tracking-per-environment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3843:\"<p><a href=\"https://blog.versionpress.net/2016/04/versionpress-3-0-released/\" target=\"_blank\">VersionPress 3.0</a>, released this week, is the first version since the plugin <a href=\"http://wptavern.com/versionpress-transitions-into-a-free-open-source-project\" target=\"_blank\">became a free, open source project</a>. Creators Borek Bernard and Jan Voráček, who originally attempted to crowdfund the project and then <a href=\"http://wptavern.com/versionpress-raises-400k-in-seed-funding\" target=\"_blank\">raised $400,000 in seed funding</a>, <a href=\"http://wptavern.com/versionpress-transitions-into-a-free-open-source-project\" target=\"_blank\">announced</a> last month that they are transitioning to a public development model.</p>\n<p>The team’s goal with this release was to polish up the experience of using VersionPress in the default WordPress installation while adding more useful features. However, it is not yet ready for use in production, according to Bernard.</p>\n<p>“We’re still keeping VersionPress in the <a href=\"http://docs.versionpress.net/en/getting-started/about-eap\" target=\"_blank\">“early access” period</a>, because of the third party plugins integration story but on simpler sites, VersionPress already shines,” he said.</p>\n<p>One of the most notable new features in VersionPress 3.0 is the plugin’s ability to track commits with the environment where they were created. Users can view changes in the admin and easily see if they were pushed to the staging or production environment.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/commit-tracking-in-environment.gif\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/commit-tracking-in-environment.gif?resize=725%2C347\" alt=\"commit-tracking-in-environment\" class=\"aligncenter size-full wp-image-54599\" /></a></p>\n<p>Version 3.0 also adds searching capabilities for filtering commits by author, date, commit message, and WordPress action. This release also includes a new bulk undo feature for commits and many improvements to the core versioning engine.</p>\n<h3>VersionPress 4.0 to Focus on Support for 3rd Party Plugins</h3>\n<p>One of the reasons the VersionPress team decided to go with a public development model was to mitigate the plugin’s conflicts with third-party themes and plugins. This was only possible if the opened up the codebase for contribution from other developers.</p>\n<p>“While we had most of the WordPress core covered pretty well, there was still this huge ecosystem of WordPress plugins and themes that could cause trouble to VersionPress in million different ways,” Borek said. “In the long run, the project had to turn into OSS should it be successful, and, fortunately, we met investors who understood this and supported our vision.”</p>\n<p>Borek and the team plan to focus on adding support for complex third party plugins in version 4.0, tentatively scheduled for mid-2016. One commenter on the post mentioned that a lack of WooCommerce support is a major thing holding him back from using VersionPress on projects. Borek confirmed that WooCommerce is high on their list of plugins they want to support.</p>\n<p>“Our goal remains the same: to take all the incredibly powerful functionality of Git and package it so that every WordPress user can use it,” Borek said.</p>\n<p>Since most site owners interested in this plugin are not running vanilla installations of WordPress, support for third party plugins will be a major leap forward for the project with the potential to greatly expand its user base. Check out VersionPress’ <a href=\"http://docs.versionpress.net/en/release-notes/roadmap\" target=\"_blank\">roadmap</a> to follow along with its progress and see what’s next.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 22:04:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:62:\"WPTavern: WordPress 4.5.2 Patches Two Security Vulnerabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54594\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/wordpress-4-5-2-patches-two-security-vulnerabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1441:\"<p>The WordPress core team has <a href=\"https://wordpress.org/news/2016/05/wordpress-4-5-2/\">released WordPress 4.5.2</a> which patches two security vulnerabilities in WordPress versions 4.5.1 and below. The first is a <a href=\"http://www.benhayak.com/2015/06/same-origin-method-execution-some.html\">SOME vulnerability</a> (Same-Origin Method Execution) in Plupload, the third-party library WordPress uses for uploading files. The second is a reflected cross-site-scripting vulnerability in MediaElement.js, the third-party library used for media players.</p>\n<p>Auto updates are rolling out to sites but if you don’t want to wait, browse to Dashboard > Updates and click the Update Now button. Mario Heiderich, Masato Kinugawa, and Filedescriptor of <a href=\"https://cure53.de/\">Cure53</a> are credited with <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsibly disclosing</a> the vulnerabilities.</p>\n<p>In addition to the release, the core team has <a href=\"https://make.wordpress.org/core/2016/05/06/imagemagick-vulnerability-information/\">published a post</a> concerning the <a href=\"https://imagetragick.com/\">multiple vulnerabilities</a> discovered in ImageMagick, a popular image processing script used on thousands of webhosting servers. The post describes how WordPress is affected and what the team is doing to mitigate issues.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 20:01:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:97:\"WPTavern: Laravel Releases Valet, a Minimalist Development Environment with Support for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54580\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://wptavern.com/laravel-releases-valet-a-minimalist-development-environment-with-support-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3404:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/valet-parking.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/valet-parking.jpg?resize=900%2C520\" alt=\"photo credit: Valet Parking, Las Vegas, NV - (license)\" class=\"size-full wp-image-54589\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/55151301@N00/175606346\">Valet Parking, Las Vegas, NV</a> – <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p><a href=\"https://laravel.com/\" target=\"_blank\">Laravel</a>, the open source MVC PHP framework created for application development, has just released <a href=\"https://laravel.com/docs/5.2/valet\" target=\"_blank\">Valet</a>, a minimalist development environment for Mac. It uses just 7mb of RAM, because it doesn’t include Vagrant, Apache, Nginx, or a /etc/hosts file. Here’s how it works:</p>\n<blockquote><p>Laravel Valet configures your Mac to always run PHP’s built-in web server in the background when your machine starts. Then, using DnsMasq, Valet proxies all requests on the *.dev domain to point to sites installed on your local machine.\n</p></blockquote>\n<p>Valet supports Laravel, Lumen, Statamic, Craft, Jigsaw, and even has a driver for WordPress. It’s handy if you just need a simple, fast development environment without virtualization. Developers can also share sites publicly via local tunnels. It’s as easy as navigating to the site’s directory in the terminal and running the <code>valet share</code> command, which generates a publicly accessible URL.</p>\n<p><a href=\"https://wppusher.com/\" target=\"_blank\">WP Pusher</a> founder Peter Suhm, who is active in both the Laravel and WordPress communities, wrote a <a href=\"http://blog.wppusher.com/a-minimalist-development-environment-for-wordpress-with-laravel-valet/\" target=\"_blank\">tutorial</a> for setting up Valet for WordPress development.</p>\n<p>“For larger apps, I generally prefer my development environment to be very similar to production,” Suhm said. “Vagrant and Docker are great for that. Valet is great for all those quick and dirty WordPress installations you need, just to test something or quickly work on an idea. If you don’t need anything else besides PHP 7 and a database, Valet is a great setup.”</p>\n<p>Since it doesn’t require a ton of dependencies, Valet is quick to set up and doesn’t require any configuration. Developers don’t even need to make Valet aware that their app is WordPress – you can simply drop WordPress core files into a folder on your machine and then access the site in your browser.</p>\n<p>If you’re looking for a new lightweight development environment or just a quick way to do some PHP 7 testing for WordPress plugins, Valet may fit nicely into your workflow. You can install it using <a href=\"http://brew.sh/\" target=\"_blank\">Homebrew</a>. View the <a href=\"https://laravel.com/docs/5.2/valet#installation\" target=\"_blank\">docs</a> for installation and site setup or follow along with Suhm’s <a href=\"http://blog.wppusher.com/a-minimalist-development-environment-for-wordpress-with-laravel-valet/\" target=\"_blank\">tutorial</a>.</p>\n<p>To see a quick demo of Valet in action, check out the two-minute introduction video created by Adam Wathan:</p>\n<div class=\"embed-wrap\"></div>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 18:44:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:79:\"WPTavern: WordPress 4.6 to Drop Open Sans in the Admin in Favor of System Fonts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54507\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/wordpress-4-6-to-drop-open-sans-in-the-admin-in-favor-of-system-fonts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2130:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/system-fonts-firefox-osx.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/system-fonts-firefox-osx.png?resize=1025%2C450\" alt=\"system-fonts-firefox-osx\" class=\"aligncenter size-full wp-image-54575\" /></a></p>\n<p>WordPress 4.6 will bid farewell to Open Sans in the admin in favor of using system fonts. Open Sans, which loads from Google Fonts as an external resource, has been in use in the admin since 2013.</p>\n<p>“At the time of introduction in 3.8, there were not good system fonts common to all platforms at the time,” WordPress lead developer <a href=\"http://helenhousandi.com/\" target=\"_blank\">Helen Hou-Sandí</a> said in her <a href=\"https://core.trac.wordpress.org/changeset/37361\" target=\"_blank\">commit</a> message. “In the years since, Windows, Android, OS X, iOS, Firefox OS, and various flavors of Linux have all gotten their own (good) system UI fonts.”</p>\n<p>Now that the admin doesn’t have to load fonts from Google, it should feel faster and will provide a better experience for developers who are working offline.</p>\n<p>Dropping Open Sans originated as part of the <a href=\"https://make.wordpress.org/core/features/font-natively/\" target=\"_blank\">Font Natively</a> feature project led by WordPress designer <a href=\"https://mattmiklic.com/\" target=\"_blank\">Matt Miklic</a>, Mark Uraine, and Helen Hou-Sandí. The project page provides screenshots for the WP admin with Open Sans in Firefox on OSX vs the admin with system fonts, but the team noted that they are in need of more screenshots from different environments.</p>\n<p>Anytime that WordPress can shed a third-party dependency while improving the experience in the admin is a win for everyone. The commit comes early in the release cycle in order to get more people testing for misalignments and any other issues. Feel free to report any bugs you experience with the change, as work is still ongoing on the <a href=\"https://core.trac.wordpress.org/ticket/36753\" target=\"_blank\">ticket</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 20:50:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:68:\"WPTavern: Ninja Forms Update Patches Critical Security Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54556\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wptavern.com/ninja-forms-update-patches-critical-security-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4325:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaFormsFeaturedImage.png\"><img class=\"aligncenter size-full wp-image-40019\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaFormsFeaturedImage.png?resize=840%2C273\" alt=\"Ninja Forms Featured Image\" /></a><a href=\"https://wordpress.org/plugins/ninja-forms/\">Ninja Forms</a>, a popular plugin active on more than 500K websites, released an update 48 hours ago that addresses a critical security vulnerability. Wordfence <a href=\"https://www.wordfence.com/blog/2016/05/ninja-forms-shell-upload-vulnerability-high-risk/\">is reporting</a> that Ninja Forms versions 2.9.36 to 2.9.42 contain multiple security vulnerabilities.</p>\n<p>One of the vulnerabilities allows an attacker to upload and execute code remotely on WordPress sites. The only information needed to exploit the vulnerability is the URL of the target site that’s using a form powered by an affected version of Ninja Forms.</p>\n<p>Kevin Stover, CTO of Ninja Forms, explains to the Tavern how they discovered the vulnerabilities:</p>\n<blockquote><p>About two weeks ago, we were contacted by a security researcher, James Golovich, regarding a file upload issue within Ninja Forms. He demonstrated that it was possible to upload an arbitrary file using some test code that hadn’t been removed during our build process.</p>\n<p>We realised that the test code had accidentally been utilised in other areas of the plugin, and we immediately began working on a fix. While the issue was being patched, we reached out to the devs at the <a href=\"http://wordpress.org/\" target=\"_blank\" rel=\"noreferrer\">WordPress.org</a> repo and began the processes of preparing for auto updating users of the affected versions.</p>\n<p>Once the patch had been tested, we pushed version 2.9.43 and .1 versions of 2.9.36 – 2.9.42. Shortly after, <a href=\"http://wordpress.org/\" target=\"_blank\" rel=\"noreferrer\">WordPress.org</a> began pushing out automatic updates.</p></blockquote>\n<p>As to why there wasn’t a post published immediately on the official <a href=\"https://ninjaforms.com/blog/\">Ninja Forms blog</a> announcing the update, “We didn’t want to go public with the vulnerability until our users had time to update, both to the newest version and the .1 versions,” Stover said.</p>\n<p>“James Golovich’s responsible disclosure gave us time to fix the issue and for our users to update to safe versions before disclosing the vulnerability on his site,” he said. The company has since <a href=\"https://ninjaforms.com/important-security-update-always-hurt-ones-love/\">published a blog post </a>concerning the update.</p>\n<p>Working with the WordPress security team, automatic updates started rolling out on Tuesday, May 3rd. If automatic plugin updates are disabled, you’re highly encouraged to update manually to 2.9.45 as soon as possible. The Ninja Forms team is also working with a number of large webhosts to ensure as many sites as possible are updated.</p>\n<p>Wordfence is not detecting wide-spread exploitation but this could change in the next few days as details of the exploit emerge.</p>\n<p>When it comes to security vulnerabilities, the ability to upload and execute code remotely is about as severe as it gets. Golovich is credited with <a href=\"http://www.pritect.net/blog/ninja-forms-2-9-42-critical-security-vulnerabilities\">responsibly disclosing</a> the vulnerability to the Ninja Forms team. He also provides technical details of each vulnerability, most of which are in the Ninja Forms 3.0 code base.</p>\n<p>According to Golovich, the most vulnerable code is a proof of concept:</p>\n<blockquote><p>The following vulnerable code was, according to Kyle Johnson of the WP Ninjas team ‘not a live feature of Ninja Forms, but was more of a proof of concept for a future free feature.’ Unfortunately, even proof of concept code that is accessible is still vulnerable to attack. This is the most critical vulnerability here because it potentially allows an attacker to execute arbitrary php code on a site.</p></blockquote>\n<p>Users should update as soon as possible as it’s only a matter of time before tools are created that can easily take advantage of the exploit.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 20:46:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:65:\"WPTavern: WordPress.org Support Forums Adds Accessibility Section\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54472\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wptavern.com/wordpress-org-support-forums-adds-accessibility-section\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3619:\"<p>Earlier this year, the WordPress project made a huge move by <a href=\"http://wptavern.com/wordpress-adopts-accessibility-coding-standards-for-all-new-and-updated-code\">adopting accessibility coding standards</a> for new and updated code. If you’re struggling to meet <a href=\"https://www.w3.org/WAI/intro/wcag\">WCAG 2.0 guidelines</a> in your WordPress projects and need help, check out the new <a href=\"https://wordpress.org/support/forum/accessibility\">Accessibility section</a> in the WordPress.org support forums.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WPAccessibilitySupport.png\"><img class=\"size-full wp-image-54551\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WPAccessibilitySupport.png?resize=1025%2C487\" alt=\"WordPress Accessibility Support\" /></a>WordPress Accessibility Support\n<p>Amanda Rush, who helps WordPress developers make their themes and plugins accessible, says the forum is the result of a conversation with a support team member at WordCamp Atlanta.</p>\n<p>“I <span class=\"message_body\">mentioned that part of what makes the job difficult when it comes to making WordPress accessible is stopping during our work to answer occasional questions.<br />\n</span></p>\n<p>“Most of the time the answer is not a quick one, because in the case of screen reader users, you have to first find out how well they can use their tech, how familiar they are with WordPress itself, and if neither of those chances are high, you spend time giving them a crash course in either one or both, and then answer their question,” <span class=\"message_body\">Rush said. </span></p>\n<p>Most of the people on the <a href=\"https://make.wordpress.org/accessibility/\">WordPress Accessibility team</a> are volunteers with full-time jobs which limits their ability to provide one-on-one support. Many of the support queries come through email or direct messages to individuals on the team. The forum enables everyone to participate in the support process.</p>\n<p>“If people ask their questions publicly, I or others not necessarily on the Accessibility Team can answer, and the answers are then public,” Rush said.</p>\n<p>“We have a pattern library on GitHub, which we all contribute to when we have time. But there are all kinds of solutions being passed around on Twitter and spread across other people’s GitHub accounts. So if someone asks a question like that, we can either point to something in specific cases, which is most of them, there’s probably already a specific solution that someone’s built, and we can link to that,” Rush told the Tavern.</p>\n<p>The accessibility support forum also comes with a side benefit, “W<span class=\"message_body\">e don’t have to say no all the time when people ask for support, or what looks like all the time to some people. Everyone can help each other </span><span class=\"message_body\">out and Google has a public resource,” Rush said.<br />\n</span></p>\n<p>The support forum comes at a time where accessibility is an increasingly important part of web development. For example, the European Union <a href=\"http://europa.eu/rapid/press-release_IP-16-1654_en.htm\">recently agreed to new rules</a> that will make public sector websites and apps more accessible.</p>\n<p>If you have any questions related to accessibility, you can post them on the forum. If you have experience and knowledge in the accessibility field, consider answering questions as it’s a great way to contribute to the WordPress project.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 20:13: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: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:110:\"WPTavern: Font Awesome CDN Now in Beta, Loads Icons Asynchronously with Automatic Accessibility Best Practices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"http://wptavern.com/font-awesome-cdn-now-in-beta-loads-icons-asynchronously-with-automatic-accessibility-best-practices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2903:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome.png?resize=1025%2C326\" alt=\"font-awesome\" class=\"aligncenter size-full wp-image-54532\" /></a></p>\n<p><a href=\"https://fortawesome.github.io/Font-Awesome/\" target=\"_blank\">Font Awesome</a>, the open source vector icon collection used by more than 300 plugins on WordPress.org and many free and commercial themes, <a href=\"https://articles.fortawesome.com/announcing-font-awesome-cdn-81773e0b301f#.egol888o7\" target=\"_blank\">announced the beta release of its new CDN</a>. Developers can now add a single line of code to bring the icons and CSS toolkit into their projects.</p>\n<p>The icon files and CSS are hosted by <a href=\"https://www.maxcdn.com/\" target=\"_blank\">MaxCDN</a>, which serves a cached version that loads quickly on websites that use Font Awesome. The CDN uses <a href=\"https://github.com/typekit/webfontloader\" target=\"_blank\">Web Font Loader</a>, which was co-developed by Google and Typekit, to load the icons asynchronously. This also gives developers <a href=\"https://github.com/typekit/webfontloader#events\" target=\"_blank\">CSS and JavaScript events</a> to hook into on loading.</p>\n<p><a href=\"http://wptavern.com/font-awesome-4-6-0-adds-new-accessibility-icons-category\" target=\"_blank\">FontAwesome 4.6 added a new accessibility icon category</a> and the new CDN helps to automate outputting the correct markup. If the icon you’re using has semantic meaning, including an accurate title attribute with the inline icon will trigger Font Awesome’s JS to do the rest.</p>\n<p>Font Awesome requires an email address from those want to use the CDN so it can issue a unique embed code for each. Developers also have the option to register a Font Awesome CDN account to keep track of sites and apps where they are using the icons, and manage multiple embed codes. Once logged in, you can enable or disable auto-accessibility, asynchronous icon loading, easy updates to newer Font Awesome versions, and CSS or JS embed.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome-account.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome-account.png?resize=1025%2C865\" alt=\"font-awesome-account\" class=\"aligncenter size-full wp-image-54543\" /></a></p>\n<p>One of the most convenient reasons to use the CDN is to simplify updates. WordPress plugin and theme developers do not have to bump versions or push any code to use the latest version. Font Awesome version changes can be triggered on an individual basis for each embed code in a developer’s account dashboard. Check out the instructions at <a href=\"https://cdn.fontawesome.com/\" target=\"_blank\">cdn.fontawesome.com</a> to get your project hooked up.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 18:09:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:50:\"WP Mobile Apps: WordPress for Android: Version 5.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3352\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://apps.wordpress.com/2016/05/05/wordpress-for-android-version-5-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:3203:\"<p>Hello WordPress users! <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\" target=\"_blank\">Version 5.3 of the WordPress for Android app</a> is now available in the Google Play Store.</p>\n<h1>Account Settings and App Settings</h1>\n<p>We split the old Account Settings into two distinct screens: Account Settings for everything related to your account, and App Settings for everything specific to the App, like the interface language, PIN lock, and Analytics opt-out.</p>\n<p><img class=\"alignnone size-full wp-image-3354\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_15-43-50-172.png?w=640\" alt=\"screenshot-2016-04-04_15.43.50.172\" /></p>\n<h1>Delete WordPress.com site</h1>\n<p>With 5.3, you can now export your content (posts, pages, and settings) by email and delete your WordPress.com site from the app.</p>\n<p><img class=\"alignnone size-full wp-image-3356\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_15-45-34-504.png?w=640\" alt=\"screenshot-2016-04-04_15.45.34.504\" /></p>\n<h1>Other Changes</h1>\n<p>Version 5.3 also comes with a few other enhancements:</p>\n<ul>\n<li>New styling of the action bar in the Reader.</li>\n<li>If you made changes to a post, you’ll see a confirmation blink on <strong>Blog Posts</strong> when returning to the <strong>My site</strong> screen.</li>\n<li>Better styling of the Post and Page Preview screen.</li>\n<li>An updated support tool reduces crashes.</li>\n</ul>\n\n<a href=\"https://apps.wordpress.com/2016/05/05/wordpress-for-android-version-5-3/screenshot-2016-04-04_15-59-35-639/\"><img width=\"84\" height=\"150\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_15-59-35-639.png?w=84&h=150\" class=\"attachment-thumbnail size-thumbnail\" alt=\"screenshot-2016-04-04_15.59.35.639\" /></a>\n<a href=\"https://apps.wordpress.com/2016/05/05/wordpress-for-android-version-5-3/screenshot-2016-04-04_16-01-41-971/\"><img width=\"84\" height=\"150\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_16-01-41-971.png?w=84&h=150\" class=\"attachment-thumbnail size-thumbnail\" alt=\"screenshot-2016-04-04_16.01.41.971\" /></a>\n\n<p>We’re working hard on new features for the next version — you can track our development progress for the next release by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-Android/milestones/5.4\">our 5.4 milestone on GitHub</a>.</p>\n<h1>Thank you</h1>\n<p>Thanks to our contributors: <a href=\"https://github.com/aforcier\">@aforcier</a>, <a href=\"https://github.com/daniloercoli\">@daniloercoli</a>, <a href=\"https://github.com/hypest\">@hypest</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/mzorz\">@mzorz</a>, <a href=\"https://github.com/nbradbury\">@nbradbury</a>, <a href=\"https://github.com/oguzkocer\">@oguzkocer</a>, <a href=\"https://github.com/rishabh7m\">@rishabh7m</a>, <a href=\"https://github.com/roundhill\">@roundhill</a>, and <a href=\"https://github.com/tonyr59h\">@tonyr59h</a>.</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3352&subd=apps&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, 05 May 2016 08:57:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:65:\"WPTavern: WPWeekly Episode 233 – Recap of WordCamp Chicago 2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54518&preview_id=54518\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wptavern.com/wpweekly-episode-233-recap-of-wordcamp-chicago-2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2903:\"<p>On this episode of WordPress Weekly, I describe my experience attending WordCamp Chicago 2016 this past weekend. Marcus Couch and I then discuss the news of the week including a new tool that helps WordCamp organizers create customized name badges.</p>\n<p>We also have a lengthy discussion on the freemium business model and how it’s affecting users of themes and plugins downloaded from the official directories. Last but not least, we talk about WooCommerce Connect, a new SaaS tool from Automattic that has a tight relationship with Jetpack.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordcamp-organizers-get-new-tool-for-creating-personalized-wordcamp-badges\">WordCamp Organizers Get New Tool for Creating Personalized WordCamp Badges</a><br />\n<a href=\"http://wptavern.com/wordpress-is-now-100-translated-into-marathi\">WordPress is Now 100% Translated Into Marathi</a><br />\n<a href=\"http://wptavern.com/templatic-hacked-files-and-databases-compromised\">Templatic Hacked, Files and Databases Compromised</a><br />\n<a href=\"http://wptavern.com/wordpress-theme-review-team-votes-on-new-guidelines-to-ban-obtrusive-upselling\">WordPress Theme Review Team Votes on New Guidelines to Ban Obtrusive Upselling</a><br />\n<a href=\"http://wptavern.com/automattic-introduces-woocommerce-connect-hosted-components-for-e-commerce\">Automattic Introduces WooCommerce Connect, Hosted Components for E-Commerce</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/rss-feed-canceller/\">RSS Feed Canceller </a>provides more control over your RSS feed. You can turn it on or off per post and control whether or not a post is excluded from the feed.</p>\n<p><a href=\"https://wordpress.org/plugins/tld-woocommerce-downloadable-product-update-emails/\">TLD WooCommerce Downloadable Product Update Emails</a> is a simple plugin that notifies customers who purchased a downloadable product via email that there’s an update available.</p>\n<p><a href=\"https://wordpress.org/plugins/inline-click-to-tweet/\">Inline Click To Tweet</a> allows authors to highlight text from within the visual editor and make it tweetable by clicking within the post or page.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 11th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #233:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 08:46:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: WordCamp Chicago 2016 Was a Deep Dish of Fun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54453\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wptavern.com/wordcamp-chicago-2016-was-a-deep-dish-of-fun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5547:\"<p><a href=\"https://2016.chicago.wordcamp.org/\">WordCamp Chicago 2016</a> was held at University Center in the heart of Chicago, IL, where more than 300 attendees spent the weekend learning about WordPress. The event was organized by Ryan Erwin and a <a href=\"https://2016.chicago.wordcamp.org/organizers/\">team of volunteers. </a></p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/JJJWCChicago2016.jpg\"><img class=\"size-full wp-image-54500\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/JJJWCChicago2016.jpg?resize=1024%2C768\" alt=\"John James Jacoby talking about bbPress and BuddyPress\" /></a>John James Jacoby talking about bbPress and BuddyPress\n<p>Tracks were split up into three separate rooms limiting the amount of background noise during sessions. Giving attendees a schedule is handled differently at most camps. Some provide a paper schedule while others put it on the back of the name badge.</p>\n<p>At WordCamp Chicago, schedule boards were displayed outside each room that corresponded with a track number. This made it easier for attendees to determine if they wanted to stay in the room for the next session.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016Schedule.jpg\"><img class=\"size-full wp-image-54501\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016Schedule.jpg?resize=1024%2C1365\" alt=\"Schedule Board Outside The Room Hosting Track 1\" /></a>Schedule Board Outside The Room Hosting Track 1\n<p>WordCamps are a great way to stress test a venue’s network but the WiFi at WordCamp Chicago was flawless. I didn’t experience any issues and it remained fast throughout the event. I didn’t stick around for lunch as there are plenty of lunch options available within walking distance of the venue.</p>\n<h2>The After Party</h2>\n<p>Most WordCamps host an after party at a restaurant, bar, or other establishment away from the venue. WordCamp Chicago’s after party was held at the venue. It included, non-alcoholic and alcoholic drinks, food, and card games on each table. It was fun mingling and networking with people without having to compete with blaring music or a loud atmosphere.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016AfterParty.jpg\"><img class=\"size-full wp-image-54503\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016AfterParty.jpg?resize=1024%2C768\" alt=\"WordCamp Chicago 2016 After Party\" /></a>WordCamp Chicago 2016 After Party\n<p>Out of all the sessions I attended, my favorite is <a href=\"https://2016.chicago.wordcamp.org/session/disastrous-deals-to-profitable-projects-comparing-my-best-and-worst-client-experiences/\">by Kyle Maurer,</a> who shared experiences and advice from <a href=\"http://realbigmarketing.com/\">building client websites</a> over the years.</p>\n<p>One of the biggest pieces of advice he shared is to build direct relationships with clients. No one is going to fight your battles as much as you and third-parties are unlikely to stick their neck out. Managing direct relationships leads to trust, referrals, and being rehired to do additional work.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/KyleMaurerSlideWCChicago2016.jpg\"><img class=\"size-full wp-image-54504\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/KyleMaurerSlideWCChicago2016.jpg?resize=1024%2C768\" alt=\"A Slide from Kyle Maurer\'s Presentation\" /></a>A Slide from Kyle Maurer’s Presentation\n<p>His session contains a lot of great information and I highly encourage you to watch it when it’s published on WordPress.tv.</p>\n<h2>WordCamps Offer a Lot of Value For The Price</h2>\n<p>Throughout the event, I spoke to a number of people and noted the following. Many attendees said they received more value than expected paying $40 a ticket. Some have spent hundreds of dollars on conference tickets and didn’t enjoy themselves or come away with nearly as much information.</p>\n<p>I discovered a number of attendees are part of one or more WordPress meetup groups. According to Meetup.com, there are at least <a href=\"http://www.meetup.com/find/?allMeetups=false&keywords=Chicago+WordPress&radius=25&userFreeform=chicago+I&mcId=c60601&change=yes&sort=recommended&eventFilter=mysugg\">four WordPress groups </a>with hundreds of members spread throughout the Chicago area. It’s a strong indication that the WordPress community in Chicago is thriving and supportive of each other.</p>\n<h2>WordCamp Chicago in 2017</h2>\n<p>It was a pleasure attending WordCamp Chicago and making new friends. I especially enjoyed speaking to WordPress Weekly listeners and getting their feedback. Also for those wondering, I satisfied my craving for deep-dish pizza via <a href=\"http://www.loumalnatis.com/arizona-phoenix\">Lou Malnati’s</a>. The pizza tastes better than I remembered. If you’re ever in the Chicago area, you have to try Lou Malnati’s pizza.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/TheLou.jpg\"><img class=\"size-full wp-image-54505\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/TheLou.jpg?resize=1024%2C768\" alt=\"The Lou!\" /></a>The Lou!\n<p>Everyone involved with WordCamp Chicago 2016 did a great job. If you didn’t get a chance to attend this year, don’t worry. After taking a break for a few weeks, the organizing team plans to begin organizing WordCamp Chicago 2017.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 03:00:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 09 Jun 2016 11:33:53 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"224575\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Thu, 09 Jun 2016 11:15:19 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(50465,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1465515233','no'),(50466,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1465472033','no'),(50467,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1465515234','no'),(50468,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Jun 2016 11:22: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Really Simple CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2009 02:17: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"9542@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:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 23:17: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"363@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:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Lester Chan\";s: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:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s: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:138:\"The Wordfence WordPress security plugin provides free enterprise-class WordPress security, protecting your website from hacks and malware.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2009 18:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"12073@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:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:35:\"Google Analytics by MonsterInsights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2316@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"Connect Google Analytics with WordPress by adding your Google Analytics tracking code. Get the stats that matter.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Syed Balkhi\";s: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:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 23 Aug 2008 14:38:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"6743@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:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Alex Mills (Viper007Bond)\";s: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:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"25254@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Customise WordPress with powerful, professional and intuitive fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2082@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s: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:114:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast SEO plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2572@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:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s: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:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s: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:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s: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 14 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s: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:15;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Duplicate Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 05 Dec 2007 17:40: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:\"2646@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:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Lopo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s: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:17;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 May 2008 22:11:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"5790@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:18;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s: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:107:\"Increase your traffic, view your stats, speed up your site, and protect yourself from hackers with 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s: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:150:\"The most downloaded plugin for WordPress (almost 30 million downloads). Use All in One SEO Pack to automatically optimize your site for Search Engines\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:20;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Apr 2013 10:36:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"51888@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:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Disable Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2011 04:42:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26907@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:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Samir Shah\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WP Multibyte Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2011 12:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"28395@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"plugin-master\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2013 17:07:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s: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:127:\"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:24;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Black Studio TinyMCE Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Nov 2011 15:06: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"31973@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The visual editor widget for Wordpress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"UpdraftPlus WordPress Backup 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:53:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2012 15:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"38058@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Anderson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Clef Two-Factor Authentication\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/wpclef/#post-47509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Dec 2012 01:25: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"47509@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:139:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical login experience.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Dave Ross\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"21738@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"Take the guesswork out of WordPress security. iThemes Security offers 30+ ways to lock down WordPress in an easy-to-use WordPress security plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"iThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Duplicator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/duplicator/#post-26607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2011 12:15:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26607@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:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Cory Lamle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Meta Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/ml-slider/#post-49521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Feb 2013 16:56:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"49521@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:\"Easy to use WordPress Slider plugin. Create responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matcha Labs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:46:\"https://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 09 Jun 2016 11:33:54 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:13:\"last-modified\";s:29:\"Mon, 09 Mar 2009 02:17:35 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(50469,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1465515234','no'),(50470,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1465472034','no'),(50471,'_transient_timeout_plugin_slugs','1465571007','no'),(50472,'_transient_plugin_slugs','a:8:{i:0;s:19:\"akismet/akismet.php\";i:1;s:39:\"simple-embed-code/simple-code-embed.php\";i:2;s:39:\"column-shortcodes/column-shortcodes.php\";i:3;s:33:\"duplicate-post/duplicate-post.php\";i:4;s:19:\"jetpack/jetpack.php\";i:5;s:43:\"the-events-calendar/the-events-calendar.php\";i:6;s:37:\"tinymce-advanced/tinymce-advanced.php\";i:7;s:42:\"wp-call-to-action-widget/wp-cta-widget.php\";}','no'),(50473,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1465515237','no'),(50474,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2016/05/wordpress-4-5-2/\'>WordPress 4.5.2 Security Release</a> <span class=\"rss-date\">May 6, 2016</span><div class=\"rssSummary\">WordPress 4.5.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.5.1 and earlier are affected by a SOME vulnerability through Plupload, the third-party library WordPress uses for uploading files. WordPress versions 4.2 through 4.5.1 are vulnerable to reflected XSS […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://blog.wordpress.tv/2016/06/08/how-to-create-child-themes-and-multi-lingual-blogs-featured-on-wordpress-tv/\'>WordPress.tv Blog: How to create child themes and multi-lingual blogs – Featured on WordPress.tv</a></li><li><a class=\'rsswidget\' href=\'https://apps.wordpress.com/2016/06/01/wordpress-for-android-version-5-4/\'>WP Mobile Apps: WordPress for Android: Version 5.4</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordcamp-incubator-program-to-launch-in-indonesia-zimbabwe-and-columbia\'>WPTavern: WordCamp Incubator Program to Launch in Indonesia, Zimbabwe, and Colombia</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\"dashboard-news-plugin\"><span>Popular Plugin:</span> Clef Two-Factor Authentication <a href=\"plugin-install.php?tab=plugin-information&plugin=wpclef&_wpnonce=d05154ef68&TB_iframe=true&width=600&height=800\" class=\"thickbox open-plugin-details-modal\" aria-label=\"Install Clef Two-Factor Authentication\">(Install)</a></li></ul></div>','no'),(50523,'_transient_is_multi_author','0','yes'),(50530,'_transient_timeout_tribe_plugin_upgrade_notice-5ab2f48d','1465570996','no'),(50531,'_transient_tribe_plugin_upgrade_notice-5ab2f48d','','no'),(50543,'_site_transient_timeout_theme_roots','1465493024','yes'),(50544,'_site_transient_theme_roots','a:7:{s:8:\"acmeblog\";s:7:\"/themes\";s:5:\"color\";s:7:\"/themes\";s:13:\"enlightenment\";s:7:\"/themes\";s:7:\"premier\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','yes'),(50545,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1465491226;s:7:\"checked\";a:7:{s:8:\"acmeblog\";s:5:\"1.3.0\";s:5:\"color\";s:7:\"0.9.8.4\";s:13:\"enlightenment\";s:5:\"1.1.4\";s:7:\"premier\";s:5:\"1.5.1\";s:13:\"twentyfifteen\";s:3:\"1.5\";s:14:\"twentyfourteen\";s:3:\"1.7\";s:13:\"twentysixteen\";s:3:\"1.2\";}s:8:\"response\";a:1:{s:8:\"acmeblog\";a:4:{s:5:\"theme\";s:8:\"acmeblog\";s:11:\"new_version\";s:5:\"1.3.1\";s:3:\"url\";s:38:\"https://wordpress.org/themes/acmeblog/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/theme/acmeblog.1.3.1.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(50546,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1465491225;s:8:\"response\";a:1:{s:43:\"the-events-calendar/the-events-calendar.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"11861\";s:4:\"slug\";s:19:\"the-events-calendar\";s:6:\"plugin\";s:43:\"the-events-calendar/the-events-calendar.php\";s:11:\"new_version\";s:3:\"4.2\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/the-events-calendar/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.zip\";s:6:\"tested\";s:5:\"4.5.2\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:7:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:6:\"3.1.11\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/akismet.3.1.11.zip\";}s:39:\"simple-embed-code/simple-code-embed.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:4:\"7456\";s:4:\"slug\";s:17:\"simple-embed-code\";s:6:\"plugin\";s:39:\"simple-embed-code/simple-code-embed.php\";s:11:\"new_version\";s:5:\"2.2.1\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/simple-embed-code/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/simple-embed-code.2.2.1.zip\";s:14:\"upgrade_notice\";s:31:\"Minor update to change branding\";}s:39:\"column-shortcodes/column-shortcodes.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"33298\";s:4:\"slug\";s:17:\"column-shortcodes\";s:6:\"plugin\";s:39:\"column-shortcodes/column-shortcodes.php\";s:11:\"new_version\";s:5:\"0.6.6\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/column-shortcodes/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/column-shortcodes.0.6.6.zip\";}s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:4:\"1295\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:3:\"2.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/duplicate-post.2.6.zip\";s:14:\"upgrade_notice\";s:90:\"PHP 5.4 (Strict Standards) compatible + Fixed possible XSS and SQL injections + other bugs\";}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"20101\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:5:\"4.0.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/jetpack.4.0.3.zip\";s:14:\"upgrade_notice\";s:74:\"Jetpack 4.0.3 fixes a critical security issue. Please upgrade immediately.\";}s:37:\"tinymce-advanced/tinymce-advanced.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"731\";s:4:\"slug\";s:16:\"tinymce-advanced\";s:6:\"plugin\";s:37:\"tinymce-advanced/tinymce-advanced.php\";s:11:\"new_version\";s:8:\"4.3.10.1\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/tinymce-advanced/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/tinymce-advanced.4.3.10.1.zip\";}s:42:\"wp-call-to-action-widget/wp-cta-widget.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"64734\";s:4:\"slug\";s:24:\"wp-call-to-action-widget\";s:6:\"plugin\";s:42:\"wp-call-to-action-widget/wp-cta-widget.php\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/wp-call-to-action-widget/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wp-call-to-action-widget.zip\";}}}','yes'),(50547,'_transient_doing_cron','1510698517.3906259536743164062500','yes'),(51375,'_site_transient_timeout_security_report_performed_recently','1510699418','yes'),(51376,'_site_transient_security_report_performed_recently','1','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=2868 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 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'),(4,7,'_wp_attached_file','2016/02/Lifepreserversweblogo2013.gif'),(7,7,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:89;s:4:\"file\";s:37:\"2016/02/Lifepreserversweblogo2013.gif\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Lifepreserversweblogo2013-150x89.gif\";s:5:\"width\";i:150;s:6:\"height\";i:89;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Lifepreserversweblogo2013-300x42.gif\";s:5:\"width\";i:300;s:6:\"height\";i:42;s:9:\"mime-type\";s:9:\"image/gif\";}i:100;a:4:{s:4:\"file\";s:33:\"Lifepreserversweblogo2013-7x1.gif\";s:5:\"width\";i:7;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10,7,'_wp_attachment_custom_header_last_used_twentysixteen','1456496593'),(13,7,'_wp_attachment_is_custom_header','twentysixteen'),(14,8,'_wp_attached_file','2016/02/2013frontpageimage.jpg'),(17,8,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:572;s:6:\"height\";i:308;s:4:\"file\";s:30:\"2016/02/2013frontpageimage.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"2013frontpageimage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"2013frontpageimage-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"2013frontpageimage-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20,8,'_wp_attachment_is_custom_background','acmeblog'),(22,10,'_wp_attached_file','2016/02/cropped-2013frontpageimage.jpg'),(25,10,'_wp_attachment_context','site-icon'),(28,10,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:38:\"2016/02/cropped-2013frontpageimage.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"cropped-2013frontpageimage-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:38:\"cropped-2013frontpageimage-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"cropped-2013frontpageimage-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:38:\"cropped-2013frontpageimage-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:38:\"cropped-2013frontpageimage-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:38:\"cropped-2013frontpageimage-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:36:\"cropped-2013frontpageimage-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(31,11,'_edit_last','1'),(40,11,'_edit_lock','1456498595:1'),(41,2,'_edit_lock','1461613729:1'),(47,17,'_wp_attached_file','2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105.jpg'),(50,17,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1263;s:6:\"height\";i:1468;s:4:\"file\";s:60:\"2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-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:60:\"RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-768x893.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:893;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-881x1024.jpg\";s:5:\"width\";i:881;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:60:\"RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(53,17,'_wp_attachment_backup_sizes','a:6:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1263;s:6:\"height\";i:1641;s:4:\"file\";s:37:\"RS_Pop_Shop_PostcardFlyer_Front_2.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:45:\"RS_Pop_Shop_PostcardFlyer_Front_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:45:\"RS_Pop_Shop_PostcardFlyer_Front_2-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:45:\"RS_Pop_Shop_PostcardFlyer_Front_2-768x998.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:46:\"RS_Pop_Shop_PostcardFlyer_Front_2-788x1024.jpg\";s:5:\"width\";i:788;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:45:\"RS_Pop_Shop_PostcardFlyer_Front_2-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(55,2,'_edit_last','1'),(64,31,'_wp_attached_file','2016/02/AlphaLit-e1456500763214.png'),(67,31,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:32;s:4:\"file\";s:35:\"2016/02/AlphaLit-e1456500763214.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"AlphaLit-150x55.png\";s:5:\"width\";i:150;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(68,32,'_wp_attached_file','2016/02/BBA-e1456500809717.jpg'),(71,32,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:43;s:4:\"file\";s:30:\"2016/02/BBA-e1456500809717.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(74,35,'_wp_attached_file','2016/02/CDS.jpg'),(77,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:15:\"2016/02/CDS.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(80,38,'_wp_attached_file','2016/02/Empire-e1456500741748.jpg'),(83,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:56;s:4:\"file\";s:33:\"2016/02/Empire-e1456500741748.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Empire-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:18:\"Empire-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Empire-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(86,41,'_wp_attached_file','2016/02/Epiq-e1456500831564.png'),(89,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:41;s:4:\"file\";s:31:\"2016/02/Epiq-e1456500831564.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"Epiq-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(91,43,'_wp_attached_file','2016/02/huron.png'),(94,43,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:47;s:4:\"file\";s:17:\"2016/02/huron.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"huron-150x47.png\";s:5:\"width\";i:150;s:6:\"height\";i:47;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(95,44,'_wp_attached_file','2016/02/iris-e1456500849558.jpg'),(98,44,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:51;s:4:\"file\";s:31:\"2016/02/iris-e1456500849558.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(101,47,'_wp_attached_file','2016/02/kiersted-e1456500862389.jpg'),(104,47,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:20;s:4:\"file\";s:35:\"2016/02/kiersted-e1456500862389.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"kiersted-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:19:\"kiersted-300x59.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"kiersted-768x152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"kiersted-1024x202.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"kiersted-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(107,50,'_wp_attached_file','2016/02/krollontrack-e1456500882640.jpg'),(110,50,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:55;s:4:\"file\";s:39:\"2016/02/krollontrack-e1456500882640.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"krollontrack-150x92.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(112,52,'_wp_attached_file','2016/02/LDiscoveryCompanies-e1456500892552.jpg'),(115,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:70;s:4:\"file\";s:46:\"2016/02/LDiscoveryCompanies-e1456500892552.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"LDiscoveryCompanies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"LDiscoveryCompanies-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"LDiscoveryCompanies-768x359.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"LDiscoveryCompanies-1024x479.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"LDiscoveryCompanies-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(116,53,'_wp_attached_file','2016/02/OmniVere-e1456500907438.jpg'),(119,53,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:57;s:4:\"file\";s:35:\"2016/02/OmniVere-e1456500907438.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"OmniVere-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"OmniVere-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"OmniVere-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(122,56,'_wp_attached_file','2016/02/Recommind.png'),(125,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1511;s:6:\"height\";i:216;s:4:\"file\";s:21:\"2016/02/Recommind.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Recommind-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Recommind-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Recommind-768x110.png\";s:5:\"width\";i:768;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Recommind-1024x146.png\";s:5:\"width\";i:1024;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Recommind-330x195.png\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(128,59,'_wp_attached_file','2016/02/UnitedLex-e1456500946995.png'),(131,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:57;s:4:\"file\";s:36:\"2016/02/UnitedLex-e1456500946995.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"UnitedLex-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"UnitedLex-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"UnitedLex-768x293.png\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"UnitedLex-1024x391.png\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"UnitedLex-330x195.png\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(133,61,'_wp_attached_file','2016/02/WiE-e1456500979892.jpg'),(136,61,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:30:\"2016/02/WiE-e1456500979892.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"WiE-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:15:\"WiE-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"WiE-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"WiE-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"WiE-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(139,38,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:389;s:6:\"height\";i:218;s:4:\"file\";s:10:\"Empire.jpg\";}}'),(142,31,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:170;s:6:\"height\";i:55;s:4:\"file\";s:12:\"AlphaLit.png\";}}'),(143,32,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:588;s:6:\"height\";i:170;s:4:\"file\";s:7:\"BBA.jpg\";}s:18:\"full-1456500787958\";a:3:{s:5:\"width\";i:100;s:6:\"height\";i:29;s:4:\"file\";s:22:\"BBA-e1456500780843.jpg\";}s:18:\"full-1456500803268\";a:3:{s:5:\"width\";i:100;s:6:\"height\";i:29;s:4:\"file\";s:22:\"BBA-e1456500787958.jpg\";}}'),(145,41,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:162;s:6:\"height\";i:67;s:4:\"file\";s:8:\"Epiq.png\";}}'),(148,44,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:142;s:6:\"height\";i:72;s:4:\"file\";s:8:\"iris.jpg\";}}'),(151,47,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1024;s:6:\"height\";i:202;s:4:\"file\";s:12:\"kiersted.jpg\";}}'),(152,50,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:250;s:6:\"height\";i:92;s:4:\"file\";s:16:\"krollontrack.jpg\";}}'),(154,52,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1603;s:6:\"height\";i:750;s:4:\"file\";s:23:\"LDiscoveryCompanies.jpg\";}}'),(157,53,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:562;s:6:\"height\";i:215;s:4:\"file\";s:12:\"OmniVere.jpg\";}}'),(158,59,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1200;s:6:\"height\";i:458;s:4:\"file\";s:13:\"UnitedLex.png\";}}'),(160,61,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:7:\"WiE.jpg\";}}'),(166,67,'_wp_attached_file','2016/02/CircusFlyer.jpg'),(169,67,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:914;s:6:\"height\";i:1300;s:4:\"file\";s:23:\"2016/02/CircusFlyer.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"CircusFlyer-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:23:\"CircusFlyer-211x300.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"CircusFlyer-768x1092.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1092;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"CircusFlyer-720x1024.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"CircusFlyer-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"(c) Tintin75 | Dreamstime.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(172,70,'_wp_attached_file','2016/02/ichoose.jpg'),(175,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2848;s:6:\"height\";i:4272;s:4:\"file\";s:19:\"2016/02/ichoose.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"ichoose-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:19:\"ichoose-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"ichoose-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"ichoose-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"ichoose-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1399548648\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(176,71,'_wp_attached_file','2016/02/june14flyer.jpg'),(179,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:765;s:6:\"height\";i:488;s:4:\"file\";s:23:\"2016/02/june14flyer.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"june14flyer-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:23:\"june14flyer-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"june14flyer-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(182,74,'_wp_attached_file','2016/02/pie-throw.jpg'),(185,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:415;s:4:\"file\";s:21:\"2016/02/pie-throw.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"pie-throw-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:\"pie-throw-300x259.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"pie-throw-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(187,76,'_wp_attached_file','2016/02/toysfortots.2014.pdf'),(188,77,'_wp_attached_file','2016/02/SMFeventflyer.pdf'),(191,80,'_wp_attached_file','2016/02/PaintingforSMF.jpg'),(194,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:2250;s:4:\"file\";s:26:\"2016/02/PaintingforSMF.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"PaintingforSMF-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"PaintingforSMF-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"PaintingforSMF-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"PaintingforSMF-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"PaintingforSMF-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1367379488\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"116\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(196,82,'_wp_attached_file','2016/02/1pageeflyer.6.12.13event.jpg'),(199,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:36:\"2016/02/1pageeflyer.6.12.13event.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"1pageeflyer.6.12.13event-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:\"1pageeflyer.6.12.13event-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"1pageeflyer.6.12.13event-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"1pageeflyer.6.12.13event-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(202,85,'_wp_attached_file','2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-1.jpg'),(205,85,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1263;s:6:\"height\";i:1641;s:4:\"file\";s:47:\"2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"RS_Pop_Shop_PostcardFlyer_Front_2-1-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:47:\"RS_Pop_Shop_PostcardFlyer_Front_2-1-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"RS_Pop_Shop_PostcardFlyer_Front_2-1-768x998.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"RS_Pop_Shop_PostcardFlyer_Front_2-1-788x1024.jpg\";s:5:\"width\";i:788;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"RS_Pop_Shop_PostcardFlyer_Front_2-1-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(206,86,'_wp_attached_file','2016/02/Toshisevent.jpg'),(209,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:960;s:4:\"file\";s:23:\"2016/02/Toshisevent.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Toshisevent-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:23:\"Toshisevent-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Toshisevent-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(211,88,'_wp_attached_file','2016/02/toysfortots2014.jpg'),(214,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:608;s:6:\"height\";i:608;s:4:\"file\";s:27:\"2016/02/toysfortots2014.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"toysfortots2014-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:27:\"toysfortots2014-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"toysfortots2014-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(217,91,'_wp_attached_file','2016/02/7th-Annual-LPP-Holiday-Party-3-1.png'),(220,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:672;s:4:\"file\";s:44:\"2016/02/7th-Annual-LPP-Holiday-Party-3-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"7th-Annual-LPP-Holiday-Party-3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"7th-Annual-LPP-Holiday-Party-3-1-214x300.png\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"7th-Annual-LPP-Holiday-Party-3-1-330x195.png\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(223,97,'_wp_attached_file','2016/02/shutterstock_82710673_rendered.jpg'),(226,97,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:42:\"2016/02/shutterstock_82710673_rendered.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"shutterstock_82710673_rendered-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"shutterstock_82710673_rendered-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"shutterstock_82710673_rendered-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"shutterstock_82710673_rendered-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"enlightenment-blog-thumb\";a:4:{s:4:\"file\";s:42:\"shutterstock_82710673_rendered-640x427.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"enlightenment-teaser-thumb\";a:4:{s:4:\"file\";s:42:\"shutterstock_82710673_rendered-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"enlightenment-logo\";a:4:{s:4:\"file\";s:40:\"shutterstock_82710673_rendered-48x32.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"enlightenment-custom-query-small-thumb\";a:4:{s:4:\"file\";s:40:\"shutterstock_82710673_rendered-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(229,97,'_wp_attachment_image_alt','Life Preservers Project'),(232,97,'_wp_attachment_custom_header_last_used_enlightenment','1456533814'),(235,97,'_wp_attachment_is_custom_header','enlightenment'),(344,2,'_enlightenment_page_design','boxed'),(347,2,'_enlightenment_custom_layout',''),(350,2,'_enlightenment_page_builder',''),(353,2,'_enlightenment_sidebar_locations','a:3:{s:7:\"primary\";s:9:\"sidebar-1\";s:3:\"alt\";s:9:\"sidebar-2\";s:6:\"navbar\";s:9:\"sidebar-3\";}'),(475,7,'_wp_attachment_image_alt','Life Preservers Project'),(476,10,'_wp_attachment_image_alt','Life Preservers Project'),(478,127,'_wp_attached_file','2016/02/cropped-shutterstock_82710673_rendered.jpg'),(481,127,'_wp_attachment_context','custom-header'),(484,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:492;s:4:\"file\";s:50:\"2016/02/cropped-shutterstock_82710673_rendered.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"cropped-shutterstock_82710673_rendered-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:50:\"cropped-shutterstock_82710673_rendered-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"cropped-shutterstock_82710673_rendered-1024x350.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"enlightenment-blog-thumb\";a:4:{s:4:\"file\";s:50:\"cropped-shutterstock_82710673_rendered-640x219.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"enlightenment-teaser-thumb\";a:4:{s:4:\"file\";s:50:\"cropped-shutterstock_82710673_rendered-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"enlightenment-logo\";a:4:{s:4:\"file\";s:49:\"cropped-shutterstock_82710673_rendered-220x75.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"jetpack-portfolio-admin-thumb\";a:4:{s:4:\"file\";s:48:\"cropped-shutterstock_82710673_rendered-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"enlightenment-custom-query-small-thumb\";a:4:{s:4:\"file\";s:48:\"cropped-shutterstock_82710673_rendered-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(485,127,'_wp_attachment_custom_header_last_used_premier','1456533947'),(488,127,'_wp_attachment_is_custom_header','premier'),(491,131,'_edit_last','1'),(494,131,'_edit_lock','1456538550:1'),(497,131,'_wpas_done_all','1'),(500,131,'ecwd_calendar_theme','calendar_grey'),(503,133,'_edit_last','1'),(506,133,'_edit_lock','1456538619:1'),(508,133,'_wpas_done_all','1'),(511,134,'_edit_last','1'),(514,134,'_edit_lock','1456538797:1'),(515,134,'_wpas_done_all','1'),(518,134,'ecwd_venue_location','54 W 39th St, New York, NY 10018, United States'),(521,134,'ecwd_venue_lat_long','40.75239559999999, -73.98477209999999'),(524,134,'ecwd_map_zoom','9'),(527,137,'_edit_last','1'),(530,137,'_edit_lock','1456539464:1'),(533,137,'_wpas_done_all','1'),(536,137,'ecwd_event_location','54 W 39th St, New York, NY 10018, United States'),(539,137,'ecwd_event_venue','134'),(542,137,'ecwd_lat_long','40.752396,-73.984772'),(545,137,'ecwd_event_show_map','1'),(548,137,'ecwd_map_zoom','9'),(551,137,'ecwd_event_date_from','2016/06/21 18:30'),(554,137,'ecwd_event_date_to','2016/06/21 21:00'),(557,137,'ecwd_event_calendars','a:1:{i:0;s:3:\"131\";}'),(560,137,'ecwd_event_organizers','a:1:{i:0;s:3:\"133\";}'),(568,145,'_VenueOrigin','events-calendar'),(571,145,'_edit_last','1'),(574,145,'_edit_lock','1456883853:1'),(575,145,'_wpas_done_all','1'),(578,145,'_EventShowMapLink',''),(581,145,'_EventShowMap',''),(584,145,'_VenueAddress','54 W 39th Street'),(587,145,'_VenueCity','New York'),(590,145,'_VenueCountry','United States'),(593,145,'_VenueProvince',''),(596,145,'_VenueState','NY'),(599,145,'_VenueZip','10018'),(602,145,'_VenuePhone','(212) 997-9000'),(605,145,'_VenueURL','http://properwest.com'),(608,145,'_VenueShowMap','true'),(611,145,'_VenueShowMapLink','false'),(614,145,'_VenueStateProvince','NY'),(616,148,'_OrganizerOrigin','events-calendar'),(617,148,'_edit_last','1'),(620,148,'_wpas_done_all','1'),(623,148,'_OrganizerPhone',''),(626,148,'_OrganizerWebsite',''),(629,148,'_OrganizerEmail',''),(632,148,'_edit_lock','1456541033:1'),(634,151,'_OrganizerOrigin','events-calendar'),(635,151,'_edit_last','1'),(638,151,'_edit_lock','1456541136:1'),(640,151,'_wpas_done_all','1'),(643,151,'_OrganizerPhone',''),(646,151,'_OrganizerWebsite','http://www.womeninediscovery.org'),(649,151,'_OrganizerEmail',''),(650,152,'_EventOrigin','events-calendar'),(652,152,'_edit_last','1'),(655,152,'_edit_lock','1465484352:1'),(658,152,'_wpas_done_all','1'),(661,152,'_EventShowMapLink','1'),(664,152,'_EventShowMap','1'),(667,152,'_EventStartDate','2016-06-21 18:30:00'),(670,152,'_EventEndDate','2016-06-21 22:00:00'),(673,152,'_EventStartDateUTC','2016-06-21 18:30:00'),(676,152,'_EventEndDateUTC','2016-06-21 22:00:00'),(679,152,'_EventDuration','12600'),(682,152,'_EventVenueID','145'),(685,152,'_EventCurrencySymbol','$'),(688,152,'_EventCurrencyPosition','prefix'),(694,152,'_EventURL','https://www.eventbrite.com/e/7th-annual-life-preservers-project-fun-raiser-tickets-22462365540'),(703,152,'_EventTimezone','UTC+0'),(706,152,'_EventTimezoneAbbr',''),(854,182,'_menu_item_type','post_type'),(857,182,'_menu_item_menu_item_parent','0'),(860,182,'_menu_item_object_id','2'),(863,182,'_menu_item_object','page'),(866,182,'_menu_item_target',''),(869,182,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(872,182,'_menu_item_xfn',''),(875,182,'_menu_item_url',''),(881,182,'_wpas_done_all','1'),(886,184,'_edit_last','1'),(889,184,'_edit_lock','1456545519:1'),(892,184,'_wp_page_template','default'),(895,184,'_wpas_done_all','1'),(898,188,'_edit_last','1'),(901,188,'_edit_lock','1456609014:1'),(904,188,'_wp_page_template','default'),(905,188,'_oembed_6d1b9e6188e26696839ff126dba1a68b','{{unknown}}'),(907,188,'_oembed_535a512bdc5c2448e7e9d7da5c1e2e98','{{unknown}}'),(910,188,'_oembed_2d4285e2b8421ca6a91fcf294a6e3667','{{unknown}}'),(911,197,'_wp_attached_file','2016/02/restore-nyc-19113.png'),(914,197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:134;s:4:\"file\";s:29:\"2016/02/restore-nyc-19113.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"restore-nyc-19113-150x134.png\";s:5:\"width\";i:150;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:25:\"restore-nyc-19113-2x1.png\";s:5:\"width\";i:2;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(922,202,'_wp_attached_file','2016/02/gems.png'),(925,202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:126;s:4:\"file\";s:16:\"2016/02/gems.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"gems-150x126.png\";s:5:\"width\";i:150;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:12:\"gems-2x1.png\";s:5:\"width\";i:2;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(928,202,'_wp_attachment_image_alt','Life Preservers Project GEMS'),(929,203,'_wp_attached_file','2016/02/logo.jpg'),(932,203,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:159;s:4:\"file\";s:16:\"2016/02/logo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-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:15:\"logo-300x80.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:12:\"logo-4x1.jpg\";s:5:\"width\";i:4;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(935,203,'_wp_attachment_image_alt','Life Preservers Project Polaris'),(937,197,'_wp_attachment_image_alt','Life Preservers Project Restore'),(940,188,'_wpas_done_all','1'),(941,206,'_menu_item_type','post_type'),(944,206,'_menu_item_menu_item_parent','0'),(947,206,'_menu_item_object_id','188'),(950,206,'_menu_item_object','page'),(953,206,'_menu_item_target',''),(956,206,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(959,206,'_menu_item_xfn',''),(962,206,'_menu_item_url',''),(968,206,'_wpas_done_all','1'),(971,152,'_jetpack_related_posts_cache','a:0:{}'),(973,220,'_wp_attached_file','2016/02/Life.png'),(976,220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5000;s:6:\"height\";i:2812;s:4:\"file\";s:16:\"2016/02/Life.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Life-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Life-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"Life-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:12:\"Life-2x1.png\";s:5:\"width\";i:2;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"recent\";a:4:{s:4:\"file\";s:16:\"Life-700x400.png\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(979,220,'_wp_attachment_image_alt','Life Preservers Project'),(980,221,'_wp_attached_file','2016/02/brooksbrotherslp.jpg'),(983,221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2896;s:6:\"height\";i:1944;s:4:\"file\";s:28:\"2016/02/brooksbrotherslp.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"brooksbrotherslp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"brooksbrotherslp-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"brooksbrotherslp-1024x687.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:24:\"brooksbrotherslp-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:28:\"brooksbrotherslp-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1298504982\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(986,224,'_wp_attached_file','2016/02/applekidlp.jpg'),(989,224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2896;s:6:\"height\";i:1944;s:4:\"file\";s:22:\"2016/02/applekidlp.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"applekidlp-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:22:\"applekidlp-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"applekidlp-1024x687.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:18:\"applekidlp-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:22:\"applekidlp-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1299296931\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(991,226,'_wp_attached_file','2016/02/bassplayerlp.jpg'),(994,226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2896;s:6:\"height\";i:1944;s:4:\"file\";s:24:\"2016/02/bassplayerlp.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bassplayerlp-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:24:\"bassplayerlp-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"bassplayerlp-1024x687.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:20:\"bassplayerlp-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:24:\"bassplayerlp-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1299295373\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"62\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(995,227,'_wp_attached_file','2016/02/bretlp5x7saturated.jpg'),(998,227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:2124;s:4:\"file\";s:30:\"2016/02/bretlp5x7saturated.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"bretlp5x7saturated-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"bretlp5x7saturated-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"bretlp5x7saturated-723x1024.jpg\";s:5:\"width\";i:723;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:26:\"bretlp5x7saturated-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:30:\"bretlp5x7saturated-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1299296872\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"26\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1000,229,'_wp_attached_file','2016/02/cartguylp.jpg'),(1003,229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2896;s:6:\"height\";i:1944;s:4:\"file\";s:21:\"2016/02/cartguylp.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"cartguylp-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:\"cartguylp-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"cartguylp-1024x687.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:17:\"cartguylp-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:21:\"cartguylp-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1298503231\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1004,230,'_wp_attached_file','2016/02/chaingraylp.jpg'),(1007,230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2896;s:6:\"height\";i:1944;s:4:\"file\";s:23:\"2016/02/chaingraylp.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"chaingraylp-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:23:\"chaingraylp-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"chaingraylp-1024x687.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:19:\"chaingraylp-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:23:\"chaingraylp-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1299298946\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"8\";s:8:\"keywords\";a:0:{}}}'),(1009,232,'_wp_attached_file','2016/02/coplp5x7saturated.jpg'),(1012,232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1317;s:6:\"height\";i:1944;s:4:\"file\";s:29:\"2016/02/coplp5x7saturated.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"coplp5x7saturated-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:29:\"coplp5x7saturated-203x300.jpg\";s:5:\"width\";i:203;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"coplp5x7saturated-694x1024.jpg\";s:5:\"width\";i:694;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:25:\"coplp5x7saturated-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:29:\"coplp5x7saturated-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1298503555\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1015,235,'_wp_attached_file','2016/02/cowshoegirllp.jpg'),(1018,235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2896;s:6:\"height\";i:1944;s:4:\"file\";s:25:\"2016/02/cowshoegirllp.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"cowshoegirllp-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:25:\"cowshoegirllp-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"cowshoegirllp-1024x687.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:21:\"cowshoegirllp-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:25:\"cowshoegirllp-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1299294440\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1019,236,'_wp_attached_file','2016/02/crazynycguy5x7.jpg'),(1022,236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:2173;s:4:\"file\";s:26:\"2016/02/crazynycguy5x7.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"crazynycguy5x7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"crazynycguy5x7-207x300.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"crazynycguy5x7-707x1024.jpg\";s:5:\"width\";i:707;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:22:\"crazynycguy5x7-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:26:\"crazynycguy5x7-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1298502651\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1024,238,'_wp_attached_file','2016/02/danceteacherlp.jpg'),(1027,238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2896;s:6:\"height\";i:1944;s:4:\"file\";s:26:\"2016/02/danceteacherlp.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"danceteacherlp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"danceteacherlp-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"danceteacherlp-1024x687.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:22:\"danceteacherlp-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:26:\"danceteacherlp-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1299294245\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"44\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1030,241,'_wp_attached_file','2016/02/david2.jpg'),(1033,241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2435;s:6:\"height\";i:2400;s:4:\"file\";s:18:\"2016/02/david2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"david2-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:18:\"david2-300x296.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"david2-1024x1009.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1009;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:14:\"david2-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:18:\"david2-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1299295185\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1036,244,'_wp_attached_file','2016/02/dockworkerlp.jpg'),(1039,244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1936;s:6:\"height\";i:2592;s:4:\"file\";s:24:\"2016/02/dockworkerlp.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dockworkerlp-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:24:\"dockworkerlp-224x300.jpg\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"dockworkerlp-765x1024.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:20:\"dockworkerlp-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:24:\"dockworkerlp-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1298043094\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.85\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:18:\"0.0032154340836013\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1040,245,'_wp_attached_file','2016/02/flowerdoorlp.jpg'),(1043,245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2896;s:6:\"height\";i:1944;s:4:\"file\";s:24:\"2016/02/flowerdoorlp.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"flowerdoorlp-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:24:\"flowerdoorlp-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"flowerdoorlp-1024x687.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:20:\"flowerdoorlp-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:24:\"flowerdoorlp-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1299298585\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"58\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"8\";s:8:\"keywords\";a:0:{}}}'),(1046,248,'_wp_attached_file','2016/02/gallipollilp.jpg'),(1049,248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:24:\"2016/02/gallipollilp.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"gallipollilp-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:24:\"gallipollilp-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"gallipollilp-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:20:\"gallipollilp-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:24:\"gallipollilp-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"BlackBerry 8320\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1052,251,'_wp_attached_file','2016/02/graff2.jpg'),(1055,251,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2896;s:6:\"height\";i:1944;s:4:\"file\";s:18:\"2016/02/graff2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"graff2-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:18:\"graff2-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"graff2-1024x687.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:14:\"graff2-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:18:\"graff2-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1299298418\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1058,254,'_wp_attached_file','2016/02/greta1.jpg'),(1061,254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2896;s:6:\"height\";i:1944;s:4:\"file\";s:18:\"2016/02/greta1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"greta1-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:18:\"greta1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"greta1-1024x687.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:14:\"greta1-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:18:\"greta1-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1299293653\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1064,257,'_wp_attached_file','2016/02/happyoldguylp.jpg'),(1067,257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2896;s:6:\"height\";i:1944;s:4:\"file\";s:25:\"2016/02/happyoldguylp.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"happyoldguylp-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:25:\"happyoldguylp-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"happyoldguylp-1024x687.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:21:\"happyoldguylp-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:25:\"happyoldguylp-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1298503053\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1070,260,'_wp_attached_file','2016/02/indianguylp.jpg'),(1073,260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2896;s:6:\"height\";i:1944;s:4:\"file\";s:23:\"2016/02/indianguylp.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"indianguylp-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:23:\"indianguylp-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"indianguylp-1024x687.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:19:\"indianguylp-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:23:\"indianguylp-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1298503415\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1075,262,'_wp_attached_file','2016/02/jappopartguy.lp_.jpg'),(1078,262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2896;s:6:\"height\";i:1944;s:4:\"file\";s:28:\"2016/02/jappopartguy.lp_.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"jappopartguy.lp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"jappopartguy.lp_-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"jappopartguy.lp_-1024x687.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:24:\"jappopartguy.lp_-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:28:\"jappopartguy.lp_-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1299296455\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"26\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1081,265,'_wp_attached_file','2016/02/newpaperlp1.jpg'),(1084,265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2896;s:6:\"height\";i:1944;s:4:\"file\";s:23:\"2016/02/newpaperlp1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"newpaperlp1-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:23:\"newpaperlp1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"newpaperlp1-1024x687.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:19:\"newpaperlp1-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:23:\"newpaperlp1-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1299295691\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1087,268,'_wp_attached_file','2016/02/newspaperlp2.jpg'),(1090,268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2896;s:6:\"height\";i:1944;s:4:\"file\";s:24:\"2016/02/newspaperlp2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"newspaperlp2-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:24:\"newspaperlp2-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"newspaperlp2-1024x687.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:20:\"newspaperlp2-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:24:\"newspaperlp2-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1299295705\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1091,269,'_wp_attached_file','2016/02/sculpture.jpg'),(1094,269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1944;s:6:\"height\";i:2896;s:4:\"file\";s:21:\"2016/02/sculpture.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"sculpture-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:\"sculpture-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"sculpture-687x1024.jpg\";s:5:\"width\";i:687;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:17:\"sculpture-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:21:\"sculpture-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1299296785\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1097,272,'_wp_attached_file','2016/02/youngkidglasseslp.jpg'),(1100,272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2896;s:6:\"height\";i:1944;s:4:\"file\";s:29:\"2016/02/youngkidglasseslp.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"youngkidglasseslp-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:29:\"youngkidglasseslp-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"youngkidglasseslp-1024x687.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:25:\"youngkidglasseslp-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:29:\"youngkidglasseslp-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1299295544\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1103,275,'_wp_attached_file','2016/02/artist-info.pages'),(1105,277,'_wp_attached_file','2016/02/friends.jpg'),(1108,277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1317;s:6:\"height\";i:994;s:4:\"file\";s:19:\"2016/02/friends.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"friends-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:19:\"friends-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"friends-1024x773.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:15:\"friends-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:19:\"friends-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon PowerShot A700\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1295061759\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:17:\"0.076923076923077\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1111,280,'_wp_attached_file','2016/02/Harmony-by-Jorge-Namerow.jpg'),(1114,280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1927;s:4:\"file\";s:36:\"2016/02/Harmony-by-Jorge-Namerow.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Harmony-by-Jorge-Namerow-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:\"Harmony-by-Jorge-Namerow-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Harmony-by-Jorge-Namerow-1024x731.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:731;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:32:\"Harmony-by-Jorge-Namerow-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:36:\"Harmony-by-Jorge-Namerow-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1117,283,'_wp_attached_file','2016/02/lifesavers-2.jpg'),(1120,283,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4288;s:6:\"height\";i:2848;s:4:\"file\";s:24:\"2016/02/lifesavers-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"lifesavers-2-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:24:\"lifesavers-2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"lifesavers-2-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:20:\"lifesavers-2-2x1.jpg\";s:5:\"width\";i:2;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:24:\"lifesavers-2-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D90\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1299232474\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.25\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1123,286,'_wp_attached_file','2016/02/on-the-sidewalk.jpg'),(1126,286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:377;s:6:\"height\";i:525;s:4:\"file\";s:27:\"2016/02/on-the-sidewalk.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"on-the-sidewalk-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:27:\"on-the-sidewalk-215x300.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:23:\"on-the-sidewalk-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:27:\"on-the-sidewalk-377x400.jpg\";s:5:\"width\";i:377;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1300082383\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"58\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1129,289,'_wp_attached_file','2016/02/redRibbon-2.jpg'),(1132,289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2448;s:6:\"height\";i:3264;s:4:\"file\";s:23:\"2016/02/redRibbon-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"redRibbon-2-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:23:\"redRibbon-2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"redRibbon-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:19:\"redRibbon-2-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:23:\"redRibbon-2-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"COOLPIX S210\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1275223624\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"7.4\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.024813890456642\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1135,292,'_wp_attached_file','2016/02/safe-circles-pedrero-.jpg'),(1138,292,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2395;s:6:\"height\";i:2400;s:4:\"file\";s:33:\"2016/02/safe-circles-pedrero-.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"safe-circles-pedrero--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:33:\"safe-circles-pedrero--300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"safe-circles-pedrero--1022x1024.jpg\";s:5:\"width\";i:1022;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:29:\"safe-circles-pedrero--1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:33:\"safe-circles-pedrero--700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"E-500\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1299532674\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"43\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1139,293,'_wp_attached_file','2016/02/The-Forgotten-3.jpg'),(1142,293,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2448;s:6:\"height\";i:3264;s:4:\"file\";s:27:\"2016/02/The-Forgotten-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"The-Forgotten-3-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:27:\"The-Forgotten-3-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"The-Forgotten-3-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:23:\"The-Forgotten-3-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:27:\"The-Forgotten-3-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"COOLPIX S210\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1278060098\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"12.3\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:16:\"0.10526315789474\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1145,296,'_wp_attached_file','2016/02/fallenangel.jpg'),(1148,296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2592;s:6:\"height\";i:1936;s:4:\"file\";s:23:\"2016/02/fallenangel.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"fallenangel-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:23:\"fallenangel-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"fallenangel-1024x765.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:765;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:19:\"fallenangel-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:23:\"fallenangel-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1299013588\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.85\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1151,302,'_wp_attached_file','2016/02/Life_Preservers_Project-e1456587310355.png'),(1154,302,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1700;s:6:\"height\";i:487;s:4:\"file\";s:50:\"2016/02/Life_Preservers_Project-e1456587310355.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Life_Preservers_Project-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Life_Preservers_Project-300x86.png\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Life_Preservers_Project-1024x293.png\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:31:\"Life_Preservers_Project-3x1.png\";s:5:\"width\";i:3;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"recent\";a:4:{s:4:\"file\";s:35:\"Life_Preservers_Project-700x400.png\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1157,302,'_wp_attachment_image_alt','Life Preservers Project'),(1160,302,'_edit_lock','1456587402:1'),(1162,302,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1809;s:6:\"height\";i:518;s:4:\"file\";s:27:\"Life_Preservers_Project.png\";}}'),(1163,302,'_edit_last','1'),(1165,304,'_wp_attached_file','2016/02/Life_Preservers_Project-1200.png'),(1168,304,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:344;s:4:\"file\";s:40:\"2016/02/Life_Preservers_Project-1200.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Life_Preservers_Project-1200-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Life_Preservers_Project-1200-300x86.png\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Life_Preservers_Project-1200-1024x294.png\";s:5:\"width\";i:1024;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:36:\"Life_Preservers_Project-1200-3x1.png\";s:5:\"width\";i:3;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"recent\";a:4:{s:4:\"file\";s:40:\"Life_Preservers_Project-1200-700x344.png\";s:5:\"width\";i:700;s:6:\"height\";i:344;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1169,304,'_wp_attachment_image_alt','Life Preservers Project'),(1171,307,'_wp_attached_file','2016/02/Life_Preservers_Project-800x229.png'),(1174,307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:229;s:4:\"file\";s:43:\"2016/02/Life_Preservers_Project-800x229.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Life_Preservers_Project-800x229-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Life_Preservers_Project-800x229-300x86.png\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:39:\"Life_Preservers_Project-800x229-3x1.png\";s:5:\"width\";i:3;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"recent\";a:4:{s:4:\"file\";s:43:\"Life_Preservers_Project-800x229-700x229.png\";s:5:\"width\";i:700;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1175,307,'_wp_attachment_image_alt','Life Preservers Project'),(1178,308,'_wp_attached_file','2016/02/Life_Preservers_Project_400.png'),(1181,308,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:115;s:4:\"file\";s:39:\"2016/02/Life_Preservers_Project_400.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Life_Preservers_Project_400-150x115.png\";s:5:\"width\";i:150;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Life_Preservers_Project_400-300x86.png\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:35:\"Life_Preservers_Project_400-3x1.png\";s:5:\"width\";i:3;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1184,308,'_wp_attachment_image_alt','Life Preservers Project'),(1186,310,'_wp_attached_file','2016/02/Life_Preservers_Project@2x-e1456587750884.png'),(1189,310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:58;s:4:\"file\";s:53:\"2016/02/Life_Preservers_Project@2x-e1456587750884.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Life_Preservers_Project@2x-150x115.png\";s:5:\"width\";i:150;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Life_Preservers_Project@2x-300x86.png\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:34:\"Life_Preservers_Project@2x-3x1.png\";s:5:\"width\";i:3;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1192,310,'_edit_lock','1456587698:1'),(1193,310,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:400;s:6:\"height\";i:115;s:4:\"file\";s:30:\"Life_Preservers_Project@2x.png\";}}'),(1195,310,'_edit_last','1'),(1196,311,'_wp_attached_file','2016/02/Life_Preservers_Project_250.png'),(1199,311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:72;s:4:\"file\";s:39:\"2016/02/Life_Preservers_Project_250.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Life_Preservers_Project_250-150x72.png\";s:5:\"width\";i:150;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:35:\"Life_Preservers_Project_250-3x1.png\";s:5:\"width\";i:3;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1201,311,'_wp_attachment_image_alt','Life Preservers Project'),(1204,292,'_wp_attachment_image_alt','Life Preservers Project Safe Circles Pedrero'),(1205,296,'_wp_attachment_image_alt','Life Preservers Project Affiliations'),(1207,188,'_thumbnail_id','296'),(1210,313,'_wp_attached_file','2016/02/Screen-Shot-2016-02-27-at-11.06.24-AM.png'),(1213,313,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:691;s:4:\"file\";s:49:\"2016/02/Screen-Shot-2016-02-27-at-11.06.24-AM.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-27-at-11.06.24-AM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-27-at-11.06.24-AM-300x196.png\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2016-02-27-at-11.06.24-AM-1024x668.png\";s:5:\"width\";i:1024;s:6:\"height\";i:668;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:45:\"Screen-Shot-2016-02-27-at-11.06.24-AM-2x1.png\";s:5:\"width\";i:2;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"recent\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-27-at-11.06.24-AM-700x400.png\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1214,313,'_wp_attachment_image_alt','Life Preservers 6th Annual Summer FUNraiser'),(1216,152,'_thumbnail_id','313'),(1252,316,'_wpas_done_all','1'),(1255,320,'_edit_last','1'),(1258,320,'_edit_lock','1456868163:1'),(1261,320,'ai1ec_banner_image',''),(1264,320,'_ai1ec_cost_type','external'),(1265,320,'_thumbnail_id','313'),(1267,320,'_jetpack_related_posts_cache','a:0:{}'),(1270,320,'_wpas_done_all','1'),(1273,316,'_edit_lock','1456623702:1'),(1274,323,'_wp_attached_file','2016/02/Screen-Shot-2016-02-27-at-12.22.18-PM.png'),(1277,323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1048;s:6:\"height\";i:609;s:4:\"file\";s:49:\"2016/02/Screen-Shot-2016-02-27-at-12.22.18-PM.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-27-at-12.22.18-PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-27-at-12.22.18-PM-300x174.png\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2016-02-27-at-12.22.18-PM-1024x595.png\";s:5:\"width\";i:1024;s:6:\"height\";i:595;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:45:\"Screen-Shot-2016-02-27-at-12.22.18-PM-2x1.png\";s:5:\"width\";i:2;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"recent\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-27-at-12.22.18-PM-700x400.png\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1279,323,'_wp_attachment_image_alt','Life Preservers Project Events'),(1285,316,'_edit_last','1'),(1288,316,'_wp_page_template','default'),(1291,328,'_wp_attached_file','2016/02/Screen-Shot-2016-02-27-at-12.24.15-PM.png'),(1294,328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:346;s:4:\"file\";s:49:\"2016/02/Screen-Shot-2016-02-27-at-12.24.15-PM.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-27-at-12.24.15-PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2016-02-27-at-12.24.15-PM-300x99.png\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2016-02-27-at-12.24.15-PM-1024x337.png\";s:5:\"width\";i:1024;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:45:\"Screen-Shot-2016-02-27-at-12.24.15-PM-3x1.png\";s:5:\"width\";i:3;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"recent\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2016-02-27-at-12.24.15-PM-700x346.png\";s:5:\"width\";i:700;s:6:\"height\";i:346;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1295,328,'_wp_attachment_image_alt','Life Preservers Project Events'),(1297,316,'_thumbnail_id','328'),(1298,337,'_edit_last','1'),(1301,337,'_edit_lock','1460122382:1'),(1304,338,'_wp_attached_file','2016/02/700x400_NYTimes.jpg'),(1307,338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2728;s:6:\"height\";i:1559;s:4:\"file\";s:27:\"2016/02/700x400_NYTimes.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"700x400_NYTimes-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:27:\"700x400_NYTimes-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"700x400_NYTimes-1024x585.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:23:\"700x400_NYTimes-2x1.jpg\";s:5:\"width\";i:2;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:27:\"700x400_NYTimes-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1309,338,'_wp_attachment_image_alt','Life Preservers Project'),(1310,337,'_thumbnail_id','292'),(1313,337,'_wp_page_template','default'),(1316,341,'_wpas_done_all','1'),(1319,341,'_menu_item_type','post_type'),(1322,341,'_menu_item_menu_item_parent','0'),(1325,341,'_menu_item_object_id','337'),(1328,341,'_menu_item_object','page'),(1331,341,'_menu_item_target',''),(1334,341,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1337,341,'_menu_item_xfn',''),(1340,341,'_menu_item_url',''),(1343,337,'_wpas_done_all','1'),(1346,346,'_edit_last','1'),(1349,346,'_edit_lock','1456770645:1'),(1352,277,'_wp_attachment_image_alt','Life Preservers Project Friends'),(1354,346,'_thumbnail_id','277'),(1357,346,'_wp_page_template','default'),(1360,349,'_wpas_done_all','1'),(1363,349,'_menu_item_type','post_type'),(1366,349,'_menu_item_menu_item_parent','0'),(1369,349,'_menu_item_object_id','346'),(1372,349,'_menu_item_object','page'),(1375,349,'_menu_item_target',''),(1378,349,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1381,349,'_menu_item_xfn',''),(1384,349,'_menu_item_url',''),(1387,346,'_wpas_done_all','1'),(1388,353,'_edit_last','1'),(1391,353,'_edit_lock','1456672579:1'),(1394,353,'_wp_page_template','default'),(1424,353,'_wpas_done_all','1'),(1427,365,'body_bg','#E8E8E8'),(1430,365,'body_text','#231f20'),(1433,365,'body_link','#21759B'),(1436,365,'header_bg','#DDDDDD'),(1439,365,'header_text_color','#333333'),(1442,365,'content_bg','#FFFFFF'),(1445,365,'content_text','#222222'),(1448,365,'sp_content_link_color','#21759B'),(1451,365,'content_border','#E3E3E3'),(1454,371,'_guid','cd8ab466-e236-49d3-bd6c-e84db055ae9a'),(1457,371,'_footer_page','<br>Is this email not displaying correctly? <a href=\"{sp-browser-url}\">View it in your browser</a><br><br><a href=\"{sp-unsubscribe-url}\">unsubscribe from this list</a><br>'),(1460,371,'_header_content','<table cellpadding=\'0\' cellspacing=\'0\' width=\'100%\'><tr><td><h1 style=\'text-align:center;\'>{sp-site-name}</h1></td></tr></table>'),(1463,371,'_header_padding','pad-header'),(1466,374,'_guid','cd8ab467-e236-49d3-bd6c-e84db055ae9a'),(1469,374,'_system_template','1'),(1472,374,'_footer_page','<br><!--page footer -->'),(1475,374,'_header_content','<table cellpadding=\'0\' cellspacing=\'0\' width=\'100%\'><tr><td><h1 style=\'text-align:center;\'>{sp-site-name}</h1></td></tr></table>'),(1478,374,'_header_padding','pad-header'),(1481,377,'_sp_settings_id','377'),(1484,377,'_sp_setting_type','form'),(1487,377,'_sp_form_type','signup_widget'),(1490,377,'_sp_form_description',''),(1493,377,'_sp_collect_firstname','on'),(1496,377,'_sp_collect_lastname','on'),(1499,377,'_sp_display_labels_inside_fields','1'),(1502,377,'_sp_firstname_label','First Name'),(1505,377,'_sp_lastname_label','Last Name'),(1508,377,'_sp_email_label','E-Mail'),(1511,377,'_sp_button_label','Submit'),(1514,377,'_sp_list_label','List Selection'),(1517,377,'_sp_lists_checked','on'),(1520,377,'_sp_thankyou_message','Check your inbox now to confirm your subscription.'),(1523,377,'_sp_thankyou_page','404'),(1526,377,'_sppost_title',''),(1529,377,'_sp_wpnonce','1d0a7e07b2'),(1532,377,'_sp_wp_http_referer','/wordpress1/wp-admin/admin.php?page=sp-settings&view=widgets&id=377'),(1535,377,'_sp_listids','385'),(1537,379,'body_bg','#E8E8E8'),(1540,379,'body_text','#231f20'),(1543,379,'body_link','#d11023'),(1546,379,'header_bg','#DDDDDD'),(1549,379,'header_text_color','#333333'),(1552,379,'content_bg','#FFFFFF'),(1555,379,'content_text','#222222'),(1558,379,'sp_content_link_color','#d11023'),(1561,379,'content_border','#E3E3E3'),(1564,379,'upload_image',''),(1567,379,'image_header_url',''),(1570,379,'header_text',''),(1573,379,'header_link',''),(1576,379,'sub_header_text',''),(1579,379,'active_header',''),(1580,380,'_edit_last','1'),(1583,380,'_edit_lock','1456612792:1'),(1585,380,'_wp_page_template','default'),(1588,385,'_wpas_done_all','1'),(1591,385,'public','1'),(1594,385,'_test_list',NULL),(1597,385,'sync_role','none'),(1600,385,'meta-key',''),(1603,385,'meta-compare','='),(1606,385,'meta-value',''),(1609,385,'opt-in-id','0'),(1612,377,'_sp_list_385','on'),(1615,293,'_wp_attachment_image_alt','Life Preservers Project The Forgotten'),(1618,380,'_thumbnail_id','293'),(1619,386,'_wpas_done_all','1'),(1622,386,'_menu_item_type','post_type'),(1625,386,'_menu_item_menu_item_parent','341'),(1628,386,'_menu_item_object_id','380'),(1631,386,'_menu_item_object','page'),(1634,386,'_menu_item_target',''),(1637,386,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1640,386,'_menu_item_xfn',''),(1643,386,'_menu_item_url',''),(1646,380,'_wpas_done_all','1'),(1648,388,'_menu_item_type','post_type'),(1651,388,'_menu_item_menu_item_parent','349'),(1654,388,'_menu_item_object_id','353'),(1657,388,'_menu_item_object','page'),(1660,388,'_menu_item_target',''),(1663,388,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1666,388,'_menu_item_xfn',''),(1669,388,'_menu_item_url',''),(1673,388,'_wpas_done_all','1'),(1675,368,'body_bg','#E8E8E8'),(1678,368,'body_text','#231f20'),(1681,368,'body_link','#d11023'),(1684,368,'header_bg','#DDDDDD'),(1687,368,'header_text_color','#333333'),(1690,368,'content_bg','#FFFFFF'),(1693,368,'content_text','#222222'),(1696,368,'sp_content_link_color','#d11023'),(1699,368,'content_border','#E3E3E3'),(1702,368,'upload_image',''),(1705,368,'image_header_url',''),(1708,368,'header_text',''),(1711,368,'header_link',''),(1714,368,'sub_header_text',''),(1717,368,'active_header',''),(1718,404,'_edit_last','1'),(1721,404,'_edit_lock','1456623303:1'),(1723,406,'_wp_attached_file','2016/02/Thank-you.jpg'),(1726,406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:559;s:6:\"height\";i:396;s:4:\"file\";s:21:\"2016/02/Thank-you.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Thank-you-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:\"Thank-you-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:17:\"Thank-you-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1727,406,'_wp_attachment_image_alt','Life Preservers Project Thank You'),(1730,280,'_wp_attachment_image_alt','Life Preservers Project Subscription Confirmed'),(1733,404,'_thumbnail_id','280'),(1736,404,'_wp_page_template','default'),(1766,404,'_wpas_done_all','1'),(1768,368,'_sendpress_template','0'),(1769,415,'_sendpress_subject','Please respond to confirm your subscription to Life Preservers Project updates'),(1772,415,'_sendpress_template','374'),(1775,415,'_sendpress_status','private'),(1778,415,'_sendpress_system','new'),(1781,415,'_system_email_type','opt_in'),(1784,415,'_system_default',NULL),(1787,415,'body_bg','#E8E8E8'),(1790,415,'body_text','#231f20'),(1793,415,'body_link','#d11023'),(1796,415,'header_bg','#DDDDDD'),(1799,415,'header_text_color','#333333'),(1802,415,'content_bg','#FFFFFF'),(1805,415,'content_text','#222222'),(1808,415,'sp_content_link_color','#d11023'),(1811,415,'content_border','#E3E3E3'),(1814,415,'upload_image',''),(1816,415,'_header_content',''),(1819,415,'_footer_content',''),(1822,221,'_wp_attachment_image_alt','Life Preservers Project Look Book'),(1823,461,'_wp_attached_file','2016/02/Life-Preservers-Project-Presents.jpg'),(1826,461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:44:\"2016/02/Life-Preservers-Project-Presents.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Life-Preservers-Project-Presents-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:44:\"Life-Preservers-Project-Presents-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Life-Preservers-Project-Presents-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:40:\"Life-Preservers-Project-Presents-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:44:\"Life-Preservers-Project-Presents-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"sendpress-max\";a:4:{s:4:\"file\";s:44:\"Life-Preservers-Project-Presents-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1829,461,'_wp_attachment_image_alt','6th Annual eDiscovery Summer FUNraiser'),(1832,320,'_g_feedback_shortcode','[contact-field label=\'Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Comment\' type=\'textarea\' required=\'1\'/]'),(1835,470,'_menu_item_type','custom'),(1838,470,'_menu_item_menu_item_parent','0'),(1841,470,'_menu_item_object_id','470'),(1844,470,'_menu_item_object','custom'),(1847,470,'_menu_item_target',''),(1850,470,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1853,470,'_menu_item_xfn',''),(1856,470,'_menu_item_url','http://www.lifepreserversproject.org/wordpress1/events/'),(1861,470,'_wpas_done_all','1'),(1864,475,'_edit_last','1'),(1867,475,'_edit_lock','1456884629:1'),(1870,286,'_wp_attachment_image_alt','Life Preservers Project Contact'),(1873,475,'_thumbnail_id','230'),(1876,475,'_wp_page_template','default'),(1879,478,'_wpas_done_all','1'),(1882,478,'sharing_disabled','1'),(1885,478,'_menu_item_type','post_type'),(1888,478,'_menu_item_menu_item_parent','341'),(1891,478,'_menu_item_object_id','475'),(1894,478,'_menu_item_object','page'),(1897,478,'_menu_item_target',''),(1900,478,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1903,478,'_menu_item_xfn',''),(1906,478,'_menu_item_url',''),(1909,475,'_wpas_done_all','1'),(1912,475,'sharing_disabled','1'),(1913,475,'_g_feedback_shortcode','[contact-field label=\'Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'I%26#039;d like to\' type=\'textarea\' required=\'1\'/]'),(1916,230,'_wp_attachment_image_alt','Life Preservers Project Contact Us'),(1936,482,'_edit_last','1'),(1939,482,'_edit_lock','1456885543:1'),(1942,82,'_wp_attachment_image_alt','Life Preservers Project Past Events'),(1945,482,'_thumbnail_id','289'),(1948,289,'_wp_attachment_image_alt','Life Preservers Project Past Event'),(1949,482,'_wp_page_template','default'),(1952,485,'_wpas_done_all','1'),(1955,485,'_menu_item_type','post_type'),(1958,485,'_menu_item_menu_item_parent','470'),(1961,485,'_menu_item_object_id','482'),(1964,485,'_menu_item_object','page'),(1967,485,'_menu_item_target',''),(1970,485,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1973,485,'_menu_item_xfn',''),(1976,485,'_menu_item_url',''),(1979,482,'_wpas_done_all','1'),(1981,493,'_wp_attached_file','2016/02/button.png'),(1984,493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:310;s:6:\"height\";i:49;s:4:\"file\";s:18:\"2016/02/button.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"button-150x49.png\";s:5:\"width\";i:150;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"button-300x47.png\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:14:\"button-6x1.png\";s:5:\"width\";i:6;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1986,493,'_wp_attachment_image_alt','7th Annual eDiscovery & Information Governance FUNraiser'),(2022,152,'meta-value','<meta property=\"og:site_name\" content=\"Life Preservers Project\"/>\r\n<meta property=\"og:title\" content=\"7th Annual eDiscovery & Information Governance FUNraiser\"/>\r\n<meta property=\"og:description\" content=\"Join Life Preservers Project & WiE for a night of fun, music and cocktails.\"/>\r\n<meta property=\"og:image\" content=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Screen-Shot-2016-02-27-at-12.22.18-PM.png\">\r\n<meta property=\"og:url\" content=\"http://www.lifepreserversproject.org/wordpress1/event/7th-annual-ediscovery-summer-funraiser/\">\r\n<meta property=\"og:type\" content=\"event\"/>\r\n\r\n'),(2032,517,'_wp_attached_file','2016/02/4.jpg'),(2035,517,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:728;s:6:\"height\";i:90;s:4:\"file\";s:13:\"2016/02/4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:12:\"4-150x90.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:12:\"4-300x37.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:37;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:9:\"4-8x1.jpg\";s:5:\"width\";i:8;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:12:\"4-700x90.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2036,518,'_wp_attached_file','2016/02/1.jpg'),(2039,518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:728;s:6:\"height\";i:90;s:4:\"file\";s:13:\"2016/02/1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:12:\"1-150x90.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:12:\"1-300x37.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:37;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:9:\"1-8x1.jpg\";s:5:\"width\";i:8;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:12:\"1-700x90.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2041,520,'_wp_attached_file','2016/02/2.jpg'),(2044,520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:728;s:6:\"height\";i:90;s:4:\"file\";s:13:\"2016/02/2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:12:\"2-150x90.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:12:\"2-300x37.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:37;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:9:\"2-8x1.jpg\";s:5:\"width\";i:8;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:12:\"2-700x90.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2047,523,'_wp_attached_file','2016/02/3.jpg'),(2050,523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:728;s:6:\"height\";i:90;s:4:\"file\";s:13:\"2016/02/3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:12:\"3-150x90.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:12:\"3-300x37.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:37;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:9:\"3-8x1.jpg\";s:5:\"width\";i:8;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:12:\"3-700x90.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2053,518,'_wp_attachment_image_alt','7th Annual Life Preservers FUNraiser Gold Sponsor'),(2054,524,'_wp_attached_file','2016/02/QuisLex_Logo_CMYK_300dpi-1x-2.jpg'),(2057,524,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:242;s:4:\"file\";s:41:\"2016/02/QuisLex_Logo_CMYK_300dpi-1x-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"QuisLex_Logo_CMYK_300dpi-1x-2-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:41:\"QuisLex_Logo_CMYK_300dpi-1x-2-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:37:\"QuisLex_Logo_CMYK_300dpi-1x-2-3x1.jpg\";s:5:\"width\";i:3;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:41:\"QuisLex_Logo_CMYK_300dpi-1x-2-700x242.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:24:\"QuisLex_Logo_CMYK_Vector\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2059,524,'_wp_attachment_image_alt','QuisLex Gold Sponsor'),(2084,526,'_edit_last','1'),(2087,526,'_edit_lock','1462148639:1'),(2089,529,'_wp_attached_file','2016/04/image1.jpg'),(2092,529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:870;s:4:\"file\";s:18:\"2016/04/image1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"image1-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:18:\"image1-300x272.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:14:\"image1-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:18:\"image1-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2093,529,'_wp_attachment_image_alt','Sue Karnet'),(2096,526,'_wp_page_template','default'),(2099,536,'_wp_attached_file','2016/04/ArtweAll.jpg'),(2102,536,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:334;s:6:\"height\";i:433;s:4:\"file\";s:20:\"2016/04/ArtweAll.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"ArtweAll-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"ArtweAll-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:16:\"ArtweAll-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:20:\"ArtweAll-334x400.jpg\";s:5:\"width\";i:334;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2105,536,'_wp_attachment_image_alt','Art we All'),(2107,541,'_wp_attached_file','2016/04/bbartist.png'),(2110,541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:631;s:4:\"file\";s:20:\"2016/04/bbartist.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"bbartist-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"bbartist-300x296.png\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:16:\"bbartist-1x1.png\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"recent\";a:4:{s:4:\"file\";s:20:\"bbartist-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2111,542,'_wp_attached_file','2016/04/uncle-robert.jpg'),(2114,542,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:404;s:6:\"height\";i:457;s:4:\"file\";s:24:\"2016/04/uncle-robert.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"uncle-robert-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:24:\"uncle-robert-265x300.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:20:\"uncle-robert-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:24:\"uncle-robert-404x400.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2117,541,'_wp_attachment_image_alt','BB'),(2119,542,'_wp_attachment_image_alt','Uncle Robert Life Preservers Project'),(2120,548,'_wp_attached_file','2016/04/image1-1.jpg'),(2123,548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:529;s:6:\"height\";i:548;s:4:\"file\";s:20:\"2016/04/image1-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image1-1-290x300.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:16:\"image1-1-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:20:\"image1-1-529x400.jpg\";s:5:\"width\";i:529;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2125,548,'_wp_attachment_image_alt','Vanezza Cruz Life Preservers Project'),(2128,553,'_wp_attached_file','2016/04/Marta_Berk-photo.jpg'),(2131,553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:458;s:4:\"file\";s:28:\"2016/04/Marta_Berk-photo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Marta_Berk-photo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Marta_Berk-photo-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:24:\"Marta_Berk-photo-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:28:\"Marta_Berk-photo-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1421341031\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2132,553,'_wp_attachment_image_alt','Life Preservers Project Marta Berk'),(2135,590,'_wp_attached_file','2016/04/IMG_9137.jpg'),(2138,590,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:1334;s:4:\"file\";s:20:\"2016/04/IMG_9137.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_9137-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_9137-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_9137-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:16:\"IMG_9137-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:20:\"IMG_9137-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2141,590,'_wp_attachment_image_alt','Inkdeyes Javiar Life Preservers'),(2143,604,'_wp_attached_file','2016/04/dzhelasi-Goatress.jpg'),(2146,604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:522;s:6:\"height\";i:609;s:4:\"file\";s:29:\"2016/04/dzhelasi-Goatress.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"dzhelasi-Goatress-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:29:\"dzhelasi-Goatress-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:25:\"dzhelasi-Goatress-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:29:\"dzhelasi-Goatress-522x400.jpg\";s:5:\"width\";i:522;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2147,604,'_wp_attachment_image_alt','Marisol Delvalle Life Preservers Project'),(2150,611,'_wpas_done_all','1'),(2153,611,'_menu_item_type','post_type'),(2156,611,'_menu_item_menu_item_parent','0'),(2159,611,'_menu_item_object_id','526'),(2162,611,'_menu_item_object','page'),(2165,611,'_menu_item_target',''),(2168,611,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2171,611,'_menu_item_xfn',''),(2174,611,'_menu_item_url',''),(2177,526,'_wpas_done_all','1'),(2180,617,'_wp_attached_file','2016/04/shutterstock_299621960.jpg'),(2183,617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:786;s:4:\"file\";s:34:\"2016/04/shutterstock_299621960.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_299621960-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"shutterstock_299621960-300x236.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:30:\"shutterstock_299621960-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:34:\"shutterstock_299621960-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2185,617,'_wp_attachment_image_alt','Life Preservers Project Artist Collective'),(2188,526,'_thumbnail_id','617'),(2207,523,'_wp_attachment_image_alt','Life Preservers Project Silver Sponsors'),(2209,619,'_wp_attached_file','2016/02/celeritas-logo.png'),(2212,619,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:851;s:6:\"height\";i:169;s:4:\"file\";s:26:\"2016/02/celeritas-logo.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"celeritas-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"celeritas-logo-300x60.png\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:22:\"celeritas-logo-5x1.png\";s:5:\"width\";i:5;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"recent\";a:4:{s:4:\"file\";s:26:\"celeritas-logo-700x169.png\";s:5:\"width\";i:700;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2215,622,'_wp_attached_file','2016/02/maririvera.png'),(2218,622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3712;s:6:\"height\";i:745;s:4:\"file\";s:22:\"2016/02/maririvera.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"maririvera-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"maririvera-300x60.png\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"maririvera-1024x206.png\";s:5:\"width\";i:1024;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:18:\"maririvera-5x1.png\";s:5:\"width\";i:5;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"recent\";a:4:{s:4:\"file\";s:22:\"maririvera-700x400.png\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2221,619,'_wp_attachment_image_alt','Celeritas Life Preservers Project'),(2222,520,'_wp_attachment_image_alt','Life Preservers Project Platinum Sponsors'),(2225,623,'_wp_attached_file','2016/02/IRCURRENT_LOGO_jpeg-vector.png'),(2228,623,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1633;s:6:\"height\";i:629;s:4:\"file\";s:38:\"2016/02/IRCURRENT_LOGO_jpeg-vector.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"IRCURRENT_LOGO_jpeg-vector-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"IRCURRENT_LOGO_jpeg-vector-300x116.png\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"IRCURRENT_LOGO_jpeg-vector-1024x394.png\";s:5:\"width\";i:1024;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:34:\"IRCURRENT_LOGO_jpeg-vector-3x1.png\";s:5:\"width\";i:3;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"recent\";a:4:{s:4:\"file\";s:38:\"IRCURRENT_LOGO_jpeg-vector-700x400.png\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2230,623,'_wp_attachment_image_alt','Life Preservers project Inspired Review'),(2231,517,'_wp_attachment_image_alt','Life Preservers Project Bronze Sponsors'),(2240,626,'_wp_attached_file','2016/02/Empire-Discovery.png'),(2243,626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:389;s:6:\"height\";i:218;s:4:\"file\";s:28:\"2016/02/Empire-Discovery.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Empire-Discovery-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Empire-Discovery-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:24:\"Empire-Discovery-2x1.png\";s:5:\"width\";i:2;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2245,626,'_wp_attachment_image_alt','Life Preservers Project Empire Discovery'),(2255,629,'_wp_attached_file','2016/02/ktb-logo.png'),(2258,629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2016/02/ktb-logo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"ktb-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"ktb-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"ktb-logo-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:16:\"ktb-logo-1x1.png\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"recent\";a:4:{s:4:\"file\";s:20:\"ktb-logo-700x400.png\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2260,629,'_wp_attachment_image_alt','Life Preservers Project ktb swimwear'),(2269,631,'_wp_attached_file','2016/02/celeritas_240.png'),(2272,631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:240;s:4:\"file\";s:25:\"2016/02/celeritas_240.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"celeritas_240-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:21:\"celeritas_240-1x1.png\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2273,631,'_wp_attachment_image_alt','Celeritas Life Preservers Project'),(2284,634,'_wp_attached_file','2016/02/empire-discovey_240.png'),(2287,634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:240;s:4:\"file\";s:31:\"2016/02/empire-discovey_240.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"empire-discovey_240-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:27:\"empire-discovey_240-1x1.png\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2288,634,'_wp_attachment_image_alt','Life Preservers Project Empire Discovery'),(2299,637,'_wp_attached_file','2016/02/Proper-West.jpg'),(2302,637,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:23:\"2016/02/Proper-West.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Proper-West-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:23:\"Proper-West-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:19:\"Proper-West-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2303,637,'_wp_attachment_image_alt','Life Preservers Project Proper West NYC'),(2314,640,'_wp_attached_file','2016/02/properwest_200.png'),(2317,640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2016/02/properwest_200.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"properwest_200-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:22:\"properwest_200-1x1.png\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2318,640,'_wp_attachment_image_alt','proper west nyc Life Preservers Project'),(2335,646,'_wp_attached_file','2016/04/SomethingFeelsGood2015_Web.jpg'),(2338,646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:38:\"2016/04/SomethingFeelsGood2015_Web.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"SomethingFeelsGood2015_Web-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:38:\"SomethingFeelsGood2015_Web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:34:\"SomethingFeelsGood2015_Web-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:38:\"SomethingFeelsGood2015_Web-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2339,653,'_wp_attached_file','2016/04/IMG_26821.png'),(2342,653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:655;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2016/04/IMG_26821.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_26821-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"IMG_26821-246x300.png\";s:5:\"width\";i:246;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:17:\"IMG_26821-1x1.png\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"recent\";a:4:{s:4:\"file\";s:21:\"IMG_26821-655x400.png\";s:5:\"width\";i:655;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2344,653,'_wp_attachment_image_alt','Rey \"the Drif\" Rosa Life Preservers Project'),(2345,656,'_wp_attached_file','2016/04/DivaFan_HairByAmyFarid.jpg'),(2348,656,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:944;s:6:\"height\";i:1000;s:4:\"file\";s:34:\"2016/04/DivaFan_HairByAmyFarid.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"DivaFan_HairByAmyFarid-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"DivaFan_HairByAmyFarid-283x300.jpg\";s:5:\"width\";i:283;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:30:\"DivaFan_HairByAmyFarid-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:34:\"DivaFan_HairByAmyFarid-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:28:\"Copyright: D.R.L.Photography\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2350,656,'_wp_attachment_image_alt','Stephanie Renee Casso Life Preservers Project'),(2351,659,'_wp_attached_file','2016/04/pigeons.jpg'),(2354,659,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2064;s:6:\"height\";i:1548;s:4:\"file\";s:19:\"2016/04/pigeons.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"pigeons-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:19:\"pigeons-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"pigeons-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:15:\"pigeons-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:19:\"pigeons-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"COPYRIGHT 2016. ALL RIGHTS RESERVED\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2356,659,'_wp_attachment_image_alt','Zropro Life Preservers Project'),(2359,664,'_wp_attached_file','2016/04/Screen-Shot-2016-04-26-at-1.06.08-PM.png'),(2362,664,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:593;s:6:\"height\";i:592;s:4:\"file\";s:48:\"2016/04/Screen-Shot-2016-04-26-at-1.06.08-PM.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2016-04-26-at-1.06.08-PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2016-04-26-at-1.06.08-PM-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:44:\"Screen-Shot-2016-04-26-at-1.06.08-PM-1x1.png\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"recent\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2016-04-26-at-1.06.08-PM-593x400.png\";s:5:\"width\";i:593;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2365,664,'_wp_attachment_image_alt','Robert Plater Life Preservers Project'),(2368,670,'_wp_attached_file','2016/04/bpda-copy-copy.jpg'),(2371,670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:591;s:6:\"height\";i:589;s:4:\"file\";s:26:\"2016/04/bpda-copy-copy.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"bpda-copy-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"bpda-copy-copy-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:22:\"bpda-copy-copy-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:26:\"bpda-copy-copy-591x400.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1386167701\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2372,670,'_wp_attachment_image_alt','Life Preservers Project Juliet Kasbar'),(2375,674,'_wp_attached_file','2016/04/custom-water-tower-artist-edition-baesha-5_1024x1024.jpg'),(2378,674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:64:\"2016/04/custom-water-tower-artist-edition-baesha-5_1024x1024.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"custom-water-tower-artist-edition-baesha-5_1024x1024-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:64:\"custom-water-tower-artist-edition-baesha-5_1024x1024-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:60:\"custom-water-tower-artist-edition-baesha-5_1024x1024-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:64:\"custom-water-tower-artist-edition-baesha-5_1024x1024-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2380,674,'_wp_attachment_image_alt','Life Preservers Project MURRZ'),(2390,683,'_wp_attached_file','2016/04/7th-Annual-FUNraiser-Sponsorship.pdf'),(2407,685,'_wp_attached_file','2016/02/TOPS_Products_TM_vertical_RGB.jpg'),(2410,685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:95;s:4:\"file\";s:41:\"2016/02/TOPS_Products_TM_vertical_RGB.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"TOPS_Products_TM_vertical_RGB-150x95.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"TOPS_Products_TM_vertical_RGB-300x79.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:37:\"TOPS_Products_TM_vertical_RGB-4x1.jpg\";s:5:\"width\";i:4;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:34:\"TOPS_Products_TM_vertical_CMYK_CS5\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2411,685,'_wp_attachment_image_alt','TOPS Products Life Preservers Project'),(2462,698,'_wp_attached_file','2016/02/EDT-Software-200x200.png'),(2465,698,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:32:\"2016/02/EDT-Software-200x200.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"EDT-Software-200x200-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:28:\"EDT-Software-200x200-1x1.png\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2467,700,'_wp_attached_file','2016/02/EDT-Software-200x200-1.png'),(2470,700,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:34:\"2016/02/EDT-Software-200x200-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"EDT-Software-200x200-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:30:\"EDT-Software-200x200-1-1x1.png\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2500,703,'_wp_attached_file','2016/04/image1-2.jpg'),(2503,703,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:428;s:4:\"file\";s:20:\"2016/04/image1-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image1-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image1-2-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:16:\"image1-2-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:20:\"image1-2-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2504,703,'_wp_attachment_image_alt','Life Preservers Project Elizabeth Devlin'),(2507,707,'_wp_attached_file','2016/04/encuastic.jpg'),(2510,707,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:452;s:6:\"height\";i:446;s:4:\"file\";s:21:\"2016/04/encuastic.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"encuastic-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:\"encuastic-300x296.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:17:\"encuastic-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:21:\"encuastic-452x400.jpg\";s:5:\"width\";i:452;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2512,707,'_wp_attachment_image_alt','Life Preservers Project Felisa Adderley'),(2515,712,'_wp_attached_file','2016/04/Daisy-Rossetti-BackPack-inspiration.jpg'),(2518,712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:272;s:4:\"file\";s:47:\"2016/04/Daisy-Rossetti-BackPack-inspiration.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Daisy-Rossetti-BackPack-inspiration-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:47:\"Daisy-Rossetti-BackPack-inspiration-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:43:\"Daisy-Rossetti-BackPack-inspiration-2x1.jpg\";s:5:\"width\";i:2;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1461753962\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2521,712,'_wp_attachment_image_alt','Life Preservers Project Daisy Rossetti'),(2522,731,'_wp_attached_file','2016/04/blank.jpg'),(2525,731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:17:\"2016/04/blank.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"blank-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:13:\"blank-2x1.jpg\";s:5:\"width\";i:2;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2528,737,'_wp_attached_file','2016/02/GlenmontGroup_300x300.png'),(2531,737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2016/02/GlenmontGroup_300x300.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"GlenmontGroup_300x300-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:29:\"GlenmontGroup_300x300-1x1.png\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2534,737,'_wp_attachment_image_alt','Glenmont Group Life Preservers Project'),(2537,740,'_wp_attached_file','2016/02/GlenmontGroupwtagline.png'),(2540,740,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:55;s:4:\"file\";s:33:\"2016/02/GlenmontGroupwtagline.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"GlenmontGroupwtagline-150x55.png\";s:5:\"width\";i:150;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"GlenmontGroupwtagline-300x41.png\";s:5:\"width\";i:300;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:29:\"GlenmontGroupwtagline-7x1.png\";s:5:\"width\";i:7;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2543,740,'_wp_attachment_image_alt','Life Preservers Project Glenmont Group'),(2554,742,'_wp_attached_file','2016/02/LN-rgb-v-pos-1.jpg'),(2557,742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:148;s:4:\"file\";s:26:\"2016/02/LN-rgb-v-pos-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"LN-rgb-v-pos-1-150x148.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:22:\"LN-rgb-v-pos-1-2x1.jpg\";s:5:\"width\";i:2;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2558,742,'_wp_attachment_image_alt','Life Preservers Project LexisNexis'),(2579,743,'_wp_attached_file','2016/02/ln-logo.png'),(2582,743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:330;s:6:\"height\";i:68;s:4:\"file\";s:19:\"2016/02/ln-logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"ln-logo-150x68.png\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"ln-logo-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:15:\"ln-logo-5x1.png\";s:5:\"width\";i:5;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2585,743,'_wp_attachment_image_alt','Life Preservers Project Lexis Nexis'),(2642,749,'_wp_attached_file','2016/02/Omnivere-logo-color-Lettering.jpg'),(2645,749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2368;s:6:\"height\";i:735;s:4:\"file\";s:41:\"2016/02/Omnivere-logo-color-Lettering.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Omnivere-logo-color-Lettering-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Omnivere-logo-color-Lettering-300x93.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Omnivere-logo-color-Lettering-1024x318.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:37:\"Omnivere-logo-color-Lettering-3x1.jpg\";s:5:\"width\";i:3;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:41:\"Omnivere-logo-color-Lettering-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2647,749,'_wp_attachment_image_alt','Life Preservers Project Omnivere'),(2658,10,'_oembed_457513c0d033a9007afe335776e3400f','{{unknown}}'),(2663,758,'_wp_attached_file','2016/02/BIA-Logo300rgb.jpg'),(2666,758,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:820;s:4:\"file\";s:26:\"2016/02/BIA-Logo300rgb.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"BIA-Logo300rgb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"BIA-Logo300rgb-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"BIA-Logo300rgb-1024x466.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:22:\"BIA-Logo300rgb-2x1.jpg\";s:5:\"width\";i:2;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:26:\"BIA-Logo300rgb-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2668,758,'_wp_attachment_image_alt','BIA Bronze Sponsor Life Preservers Project'),(2671,760,'_wp_attached_file','2016/02/BIA_200x200.png'),(2674,760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2016/02/BIA_200x200.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"BIA_200x200-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:19:\"BIA_200x200-1x1.png\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2675,760,'_wp_attachment_image_alt','BIA Bronze Sponsor Life Preservers Project'),(2678,761,'_wp_attached_file','2016/02/GlenmontGroup2.png'),(2681,761,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1697;s:6:\"height\";i:727;s:4:\"file\";s:26:\"2016/02/GlenmontGroup2.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"GlenmontGroup2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"GlenmontGroup2-300x129.png\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"GlenmontGroup2-1024x439.png\";s:5:\"width\";i:1024;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:22:\"GlenmontGroup2-2x1.png\";s:5:\"width\";i:2;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"recent\";a:4:{s:4:\"file\";s:26:\"GlenmontGroup2-700x400.png\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2684,761,'_wp_attachment_image_alt','Glenmont Group Life Preservers Project'),(2687,764,'_wp_attached_file','2016/02/EQD-logo-RGB-Bigger.png'),(2690,764,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2034;s:6:\"height\";i:1411;s:4:\"file\";s:31:\"2016/02/EQD-logo-RGB-Bigger.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"EQD-logo-RGB-Bigger-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"EQD-logo-RGB-Bigger-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"EQD-logo-RGB-Bigger-1024x710.png\";s:5:\"width\";i:1024;s:6:\"height\";i:710;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:27:\"EQD-logo-RGB-Bigger-1x1.png\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"recent\";a:4:{s:4:\"file\";s:31:\"EQD-logo-RGB-Bigger-700x400.png\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2692,764,'_wp_attachment_image_alt','EQD eDiscovery Life Preservers Project Silver Sponsor'),(2704,766,'_wp_attached_file','2016/05/UBIC_Company_logo.png'),(2707,766,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2086;s:6:\"height\";i:483;s:4:\"file\";s:29:\"2016/05/UBIC_Company_logo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"UBIC_Company_logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"UBIC_Company_logo-300x69.png\";s:5:\"width\";i:300;s:6:\"height\";i:69;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"UBIC_Company_logo-1024x237.png\";s:5:\"width\";i:1024;s:6:\"height\";i:237;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:25:\"UBIC_Company_logo-4x1.png\";s:5:\"width\";i:4;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"recent\";a:4:{s:4:\"file\";s:29:\"UBIC_Company_logo-700x400.png\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2724,768,'_wp_attached_file','2016/02/BBA.png'),(2725,768,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2163;s:6:\"height\";i:537;s:4:\"file\";s:15:\"2016/02/BBA.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"BBA-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"BBA-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"BBA-1024x254.png\";s:5:\"width\";i:1024;s:6:\"height\";i:254;s:9:\"mime-type\";s:9:\"image/png\";}i:100;a:4:{s:4:\"file\";s:11:\"BBA-4x1.png\";s:5:\"width\";i:4;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"recent\";a:4:{s:4:\"file\";s:15:\"BBA-700x400.png\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2726,769,'_wp_attached_file','2016/02/1-1.jpg'),(2727,769,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:15:\"2016/02/1-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:11:\"1-1-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2728,770,'_wp_attached_file','2016/02/2-1.jpg'),(2729,770,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:15:\"2016/02/2-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:11:\"2-1-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2736,771,'_wp_attached_file','2016/02/vxb9_headshot.jpg'),(2737,771,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1629;s:4:\"file\";s:25:\"2016/02/vxb9_headshot.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"vxb9_headshot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"vxb9_headshot-300x296.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"vxb9_headshot-1024x1011.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1011;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:21:\"vxb9_headshot-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:25:\"vxb9_headshot-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1462524570\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"720\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2738,772,'_wp_attached_file','2016/02/DJN.jpg'),(2739,772,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:15:\"2016/02/DJN.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"DJN-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:11:\"DJN-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2740,773,'_wp_attached_file','2016/02/32139b0.jpg'),(2741,773,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:313;s:6:\"height\";i:313;s:4:\"file\";s:19:\"2016/02/32139b0.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"32139b0-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:19:\"32139b0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:15:\"32139b0-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2742,774,'_wp_attached_file','2016/02/061c89f.jpg'),(2743,774,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:140;s:6:\"height\";i:140;s:4:\"file\";s:19:\"2016/02/061c89f.jpg\";s:5:\"sizes\";a:1:{i:100;a:4:{s:4:\"file\";s:15:\"061c89f-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2744,771,'_wp_attachment_image_alt','Vadim Bergelson Life Preservers Project'),(2745,774,'_wp_attachment_image_alt','Brian Jenson Life Preservers Project'),(2746,773,'_wp_attachment_image_alt','Hana Kim Life Preservers Project'),(2747,772,'_wp_attachment_image_alt','Dera Nevin Life Preservers Project'),(2748,775,'_wp_attached_file','2016/02/12719532_10153796574191265_307816055624873081_o.jpg'),(2749,775,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:59:\"2016/02/12719532_10153796574191265_307816055624873081_o.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"12719532_10153796574191265_307816055624873081_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:55:\"12719532_10153796574191265_307816055624873081_o-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2750,775,'_wp_attachment_image_alt','Robert Cruz Life Preservers Project'),(2775,776,'_edit_last','1'),(2776,776,'_edit_lock','1464402878:1'),(2777,776,'_wp_page_template','default'),(2787,776,'_wpas_done_all','1'),(2791,779,'_wp_attached_file','2016/02/piethrow.jpg'),(2792,779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:233;s:6:\"height\";i:233;s:4:\"file\";s:20:\"2016/02/piethrow.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"piethrow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:16:\"piethrow-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2799,780,'_edit_last','1'),(2800,780,'_edit_lock','1464403005:1'),(2801,780,'_wp_page_template','default'),(2811,780,'_wpas_done_all','1'),(2815,784,'_wp_attached_file','2016/05/shutterstock_102339526.jpg'),(2816,784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:719;s:4:\"file\";s:34:\"2016/05/shutterstock_102339526.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_102339526-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"shutterstock_102339526-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:30:\"shutterstock_102339526-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:34:\"shutterstock_102339526-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2817,784,'_wp_attachment_image_alt','Life Preservers Project'),(2818,780,'_thumbnail_id','784'),(2819,780,'sharing_disabled','1'),(2820,787,'_wp_attached_file','2016/05/shutterstock_330048707.jpg'),(2821,787,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:748;s:4:\"file\";s:34:\"2016/05/shutterstock_330048707.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_330048707-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"shutterstock_330048707-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:30:\"shutterstock_330048707-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:34:\"shutterstock_330048707-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2822,787,'_wp_attachment_image_alt','Life Preservers Project'),(2823,776,'_thumbnail_id','787'),(2824,789,'_wp_attached_file','2016/02/FullSizeRender.jpg'),(2825,789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2016/02/FullSizeRender.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"FullSizeRender-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:22:\"FullSizeRender-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 6 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1443700014\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2829,791,'_wp_attached_file','2016/02/Yin-Lu.jpg'),(2830,791,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2016/02/Yin-Lu.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Yin-Lu-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:14:\"Yin-Lu-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Mark McQueen\";s:6:\"camera\";s:13:\"Canon EOS-1DS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:41:\"©2005 Mark McQueen All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2831,791,'_wp_attachment_image_alt','Life Preservers Project Yin Lu'),(2838,793,'_edit_last','1'),(2839,793,'_edit_lock','1465476303:1'),(2840,793,'_wp_page_template','default'),(2841,793,'_wpas_done_all','1'),(2843,793,'sharing_disabled','1'),(2844,793,'_dp_original','780'),(2845,795,'_wp_attached_file','2016/06/shutterstock_142700332.jpg'),(2846,795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:34:\"2016/06/shutterstock_142700332.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_142700332-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"shutterstock_142700332-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:30:\"shutterstock_142700332-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"recent\";a:4:{s:4:\"file\";s:34:\"shutterstock_142700332-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2847,795,'_wp_attachment_image_alt','Life Preservers Project Yin Lu'),(2848,793,'_thumbnail_id','795'),(2862,798,'_wp_attached_file','2016/02/bjenson.jpg'),(2863,798,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:160;s:4:\"file\";s:19:\"2016/02/bjenson.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"bjenson-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:100;a:4:{s:4:\"file\";s:15:\"bjenson-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:20:\"Gittings Photography\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:24:\"Copyright 2016, Gittings\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2864,798,'_wp_attachment_image_alt','Life Preservers Project Brian Jenson Orrick'),(2865,152,'_EventCost','$25.00'),(2866,152,'_EventOrganizerID','148'),(2867,152,'_EventOrganizerID','151'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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 COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci 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 COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=799 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 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,'2016-02-09 16:31:36','2016-02-09 16:31:36','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2016-02-09 16:31:36','2016-02-09 16:31:36','',0,'http://www.lifepreserversproject.org/wordpress1/?p=1',0,'post','',0),(2,1,'2016-02-09 16:31:36','2016-02-09 16:31:36','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"188\" height=\"218\" /></p>\r\n<p style=\"text-align: left;\">Life Preservers Project is an international collaboration of artists dedicated to eradicating human trafficking.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">\"The bottom line is that this is no time for complacency. Right now, across the globe, victims of human trafficking are daring to imagine the possibility of escape, the chance for a life without fear, and the opportunity to earn a living wage.\" <em>–<a href=\"http://www.state.gov/j/tip/rls/tiprpt/2015/243358.htm\" target=\"_blank\">John F. Kerry, Secretary of State</a></em></p>\r\n</blockquote>\r\n<p style=\"text-align: left;\">The Department of State’s Office to Monitor and Combat Trafficking in Persons leads the United States\' global engagement against human trafficking, an umbrella term used to describe the activities involved when someone obtains or holds a person in compelled service. Visit <a href=\"http://www.state.gov/j/tip/rls/tiprpt/index.htm\" target=\"_blank\">The Trafficking In Persons Report</a> for more information.</p>\r\n\r\n<h3>Life Preservers Inc was incorporated as a 501(c)3 Arts Collective in 2009.</h3>\r\n<h4>Our Mission</h4>\r\nTo collaborate with artists, musicians, filmmakers and writers along with other like minded charities to educate and entertain while raising awareness and much needed funds for the victims of Human Trafficking both locally and internationally.<strong>\r\n</strong>\r\n<h2 style=\"text-align: center;\">Support a World Free of Slavery</h2>\r\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" /> <input name=\"hosted_button_id\" type=\"hidden\" value=\"AJLBK8QTPXUBJ\" /> <input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" /></form>','Home','','publish','closed','closed','','sample-page','','','2016-04-22 22:44:54','2016-04-22 22:44:54','',0,'http://www.lifepreserversproject.org/wordpress1/?page_id=2',0,'page','',0),(7,1,'2016-02-26 14:22:54','2016-02-26 14:22:54','','Lifepreserversweblogo2013','','inherit','open','closed','','lifepreserversweblogo2013','','','2016-02-27 00:31:01','2016-02-27 00:31:01','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Lifepreserversweblogo2013.gif',0,'attachment','image/gif',0),(8,1,'2016-02-26 14:50:55','2016-02-26 14:50:55','','2013frontpageimage','','inherit','open','closed','','2013frontpageimage','','','2016-02-26 14:58:22','2016-02-26 14:58:22','',11,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/2013frontpageimage.jpg',0,'attachment','image/jpeg',0),(10,1,'2016-02-26 14:56:41','2016-02-26 14:56:41','http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/cropped-2013frontpageimage.jpg','cropped-2013frontpageimage.jpg','','inherit','open','closed','','cropped-2013frontpageimage-jpg','','','2016-02-27 00:44:49','2016-02-27 00:44:49','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/cropped-2013frontpageimage.jpg',0,'attachment','image/jpeg',0),(11,1,'2016-02-26 14:58:53','2016-02-26 14:58:53','<img class=\"alignnone size-medium wp-image-8\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/2013frontpageimage-300x162.jpg\" alt=\"2013frontpageimage\" width=\"300\" height=\"162\" />','','','publish','open','open','','11','','','2016-02-26 14:58:53','2016-02-26 14:58:53','',0,'http://www.lifepreserversproject.org/wordpress1/?p=11',0,'post','',0),(13,1,'2016-02-26 14:58:53','2016-02-26 14:58:53','<img class=\"alignnone size-medium wp-image-8\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/2013frontpageimage-300x162.jpg\" alt=\"2013frontpageimage\" width=\"300\" height=\"162\" />','','','inherit','closed','closed','','11-revision-v1','','','2016-02-26 14:58:53','2016-02-26 14:58:53','',11,'http://www.lifepreserversproject.org/wordpress1/2016/02/26/11-revision-v1/',0,'revision','',0),(14,1,'2016-04-22 22:41:27','2016-04-22 22:41:27','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"188\" height=\"218\" /></p>\n<p style=\"text-align: left;\">Life Preservers Project is an international collaboration of artists dedicated to eradicating human trafficking.</p>\n\n<blockquote>\n<p style=\"text-align: left;\">\"The bottom line is that this is no time for complacency. Right now, across the globe, victims of human trafficking are daring to imagine the possibility of escape, the chance for a life without fear, and the opportunity to earn a living wage.\" <em>–<a href=\"http://www.state.gov/j/tip/rls/tiprpt/2015/243358.htm\" target=\"_blank\">John F. Kerry, Secretary of State</a></em></p>\n</blockquote>\n<p style=\"text-align: left;\">The Department of State’s Office to Monitor and Combat Trafficking in Persons leads the United States\' global engagement against human trafficking, an umbrella term used to describe the activities involved when someone obtains or holds a person in compelled service. Visit <a href=\"http://www.state.gov/j/tip/rls/tiprpt/index.htm\" target=\"_blank\">The Trafficking In Persons Report</a> for more information.</p>\n\n<h3>Life Preservers Inc was incorporated as a 501(c)3 Arts Collective in 2009.</h3>\n<h4>Our Mission</h4>\nTo collaborate with artists, musicians, filmmakers and writers along with other like minded charities to educate and entertain while raising awareness and much needed funds for the victims of Human Trafficking both locally and internationally.<strong>\n</strong>\n\n \n\n \n<h2 style=\"text-align: center;\">Support a World Free of Slavery</h2>\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" /> <input name=\"hosted_button_id\" type=\"hidden\" value=\"AJLBK8QTPXUBJ\" /> <input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" /></form>','Home','','inherit','closed','closed','','2-autosave-v1','','','2016-04-22 22:41:27','2016-04-22 22:41:27','',2,'http://www.lifepreserversproject.org/wordpress1/2016/02/26/2-autosave-v1/',0,'revision','',0),(17,1,'2016-02-26 15:10:12','2016-02-26 15:10:12','','RS_Pop_Shop_PostcardFlyer_Front_2','','inherit','open','closed','','rs_pop_shop_postcardflyer_front_2','','','2016-02-26 15:10:12','2016-02-26 15:10:12','',2,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2.jpg',0,'attachment','image/jpeg',0),(19,1,'2016-02-26 15:13:24','2016-02-26 15:13:24',' \r\n\r\n<img class=\"aligncenter wp-image-17 \" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"296\" height=\"344\" />\r\n<p style=\"text-align: center;\">Life Preservers Project was Founded in 2009 by Shana Pederson, we began as a pop up gallery with the sole intention of raising funds and awareness for the victims of Human Trafficking in the US. We quickly grew into a larger organization and have since with help our of volunteers and donors raised over $60,000 that we have donated to GEM-Girls and other leading rescue and rehabilitation centers in the greater New York area.</p>\r\n<p style=\"text-align: center;\">Through the generous donations of some of the countries largest E-Discovery Service providers, and members of the New York Legal Community we have been fortunate enough to host the Annual June Fundraiser.</p>\r\n<p style=\"text-align: center;\"><strong>We are pleased to announce our 7th ANNUAL FUNDRAISER</strong>\r\n<strong>JUNE 21st 2016 at Proper West, NYC</strong></p>\r\n<p style=\"text-align: center;\">In conjunction with Operation Backpack</p>\r\n<p style=\"text-align: center;\">Details coming soon</p>','An Arts Collective Raising Awareness for the Victims of Human Trafficking','','inherit','closed','closed','','2-revision-v1','','','2016-02-26 15:13:24','2016-02-26 15:13:24','',2,'http://www.lifepreserversproject.org/wordpress1/2016/02/26/2-revision-v1/',0,'revision','',0),(20,1,'2016-02-26 15:20:22','2016-02-26 15:20:22',' \r\n\r\n<img class=\"aligncenter wp-image-17 \" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"296\" height=\"344\" />\r\n<p style=\"text-align: center;\">Life Preservers Project was Founded in 2009 by Artist and Legal Staffing Manager Shana Pederson, we began as a pop up gallery with the sole intention of raising funds and awareness for the victims of Human Trafficking in the US. We quickly grew into a larger organization and with help our of volunteers, musicians, artist and members of the nightlife and fashion communities we have hosted several large events and have directly donated the proceeds to <a href=\"http://www.gems-girls.org/\" target=\"_blank\">GEM-Girls</a> and other leading rescue and rehabilitation centers in the greater New York area.</p>\r\n<p style=\"text-align: center;\">Through the generous donations of some of the countries largest E-Discovery Service providers, and members of the New York Legal Community we have raised over $60,000</p>\r\n<p style=\"text-align: center;\"><strong>We are pleased to announce our</strong></p>\r\n<p style=\"text-align: center;\"><strong> 7th ANNUAL FUNDRAISER</strong>\r\n<strong>JUNE 21st 2016 at Proper West, NYC</strong></p>\r\n<p style=\"text-align: center;\">In conjunction with\r\n<strong>OPERATION BACKPACK </strong></p>\r\n<p style=\"text-align: center;\">Details coming soon</p>','An Arts Collective Raising Awareness for the Victims of Human Trafficking','','inherit','closed','closed','','2-revision-v1','','','2016-02-26 15:20:22','2016-02-26 15:20:22','',2,'http://www.lifepreserversproject.org/wordpress1/2016/02/26/2-revision-v1/',0,'revision','',0),(23,1,'2016-02-26 15:22:16','2016-02-26 15:22:16',' \r\n\r\n<img class=\"aligncenter wp-image-17 \" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"296\" height=\"344\" />\r\n<p style=\"text-align: center;\">Life Preservers Project was Founded in 2009 by Artist and Legal Staffing Manager Shana Pederson, we began as a pop up gallery with the sole intention of raising funds and awareness for the victims of Human Trafficking in the US. We quickly grew into a larger organization and with help our of volunteers, musicians, artist and members of the nightlife and fashion communities we have hosted several large events and have directly donated the proceeds to <a href=\"http://www.gems-girls.org/\" target=\"_blank\">GEM-Girls</a> and other leading rescue and rehabilitation centers in the greater New York area.</p>\r\n<p style=\"text-align: center;\">Through the generous donations of some of the countries largest E-Discovery Service providers, and members of the New York Legal Community we have raised over $60,000</p>\r\n<p style=\"text-align: center;\"><strong>We are pleased to announce our</strong></p>\r\n<p style=\"text-align: center;\"><strong> 7th ANNUAL FUNDRAISER</strong>\r\n<strong>JUNE 21st 2016 at Proper West, NYC</strong></p>\r\n<p style=\"text-align: center;\">In conjunction with\r\n<strong>OPERATION BACKPACK </strong></p>\r\n<p style=\"text-align: center;\">Details coming soon</p>','Raising Awareness for the Victims of Human Trafficking','','inherit','closed','closed','','2-revision-v1','','','2016-02-26 15:22:16','2016-02-26 15:22:16','',2,'http://www.lifepreserversproject.org/wordpress1/2016/02/26/2-revision-v1/',0,'revision','',0),(25,1,'2016-02-26 15:22:27','2016-02-26 15:22:27',' \r\n\r\n<img class=\"aligncenter wp-image-17 \" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"296\" height=\"344\" />\r\n<p style=\"text-align: center;\">Life Preservers Project was Founded in 2009 by Artist and Legal Staffing Manager Shana Pederson, we began as a pop up gallery with the sole intention of raising funds and awareness for the victims of Human Trafficking in the US. We quickly grew into a larger organization and with help our of volunteers, musicians, artist and members of the nightlife and fashion communities we have hosted several large events and have directly donated the proceeds to <a href=\"http://www.gems-girls.org/\" target=\"_blank\">GEM-Girls</a> and other leading rescue and rehabilitation centers in the greater New York area.</p>\r\n<p style=\"text-align: center;\">Through the generous donations of some of the countries largest E-Discovery Service providers, and members of the New York Legal Community we have raised over $60,000</p>\r\n<p style=\"text-align: center;\"><strong>We are pleased to announce our</strong></p>\r\n<p style=\"text-align: center;\"><strong> 7th ANNUAL FUNDRAISER</strong>\r\n<strong>JUNE 21st 2016 at Proper West, NYC</strong></p>\r\n<p style=\"text-align: center;\">In conjunction with\r\n<strong>OPERATION BACKPACK </strong></p>\r\n<p style=\"text-align: center;\">Details coming soon</p>','Raising Awareness for the Victims of Human Trafficking Thru the Arts','','inherit','closed','closed','','2-revision-v1','','','2016-02-26 15:22:27','2016-02-26 15:22:27','',2,'http://www.lifepreserversproject.org/wordpress1/2016/02/26/2-revision-v1/',0,'revision','',0),(26,1,'2016-02-26 15:24:09','2016-02-26 15:24:09',' \r\n\r\n<img class=\"aligncenter wp-image-17 \" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"296\" height=\"344\" />\r\n<p style=\"text-align: center;\">Life Preservers Project is 501(c)3 Non Profit Founded in 2009 by Artist and Legal Staffing Manager Shana Pederson. We began as a pop up gallery with the sole intention of raising funds and awareness for the victims of Human Trafficking in the US.</p>\r\n<p style=\"text-align: center;\">We quickly grew into a larger organization and with help our of volunteers, musicians, artist and members of the nightlife and fashion communities we have hosted several large events and have directly donated the proceeds to <a href=\"http://www.gems-girls.org/\" target=\"_blank\">GEM-Girls</a> and other leading rescue and rehabilitation centers in the greater New York area.</p>\r\n<p style=\"text-align: center;\">Through the generous donations of some of the countries largest E-Discovery Service providers, and members of the New York Legal Community we have raised over $60,000</p>\r\n<p style=\"text-align: center;\"><strong>We are pleased to announce our</strong></p>\r\n<p style=\"text-align: center;\"><strong> 7th ANNUAL FUNDRAISER</strong>\r\n<strong>JUNE 21st 2016 at Proper West, NYC</strong></p>\r\n<p style=\"text-align: center;\">In conjunction with\r\n<strong>OPERATION BACKPACK </strong></p>\r\n<p style=\"text-align: center;\">Details coming soon</p>','Raising Awareness for the Victims of Human Trafficking Thru the Arts','','inherit','closed','closed','','2-revision-v1','','','2016-02-26 15:24:09','2016-02-26 15:24:09','',2,'http://www.lifepreserversproject.org/wordpress1/2016/02/26/2-revision-v1/',0,'revision','',0),(31,1,'2016-02-26 15:29:36','2016-02-26 15:29:36','','AlphaLit','','inherit','open','closed','','alphalit','','','2016-02-26 15:29:36','2016-02-26 15:29:36','',2,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/AlphaLit.png',0,'attachment','image/png',0),(32,1,'2016-02-26 15:29:37','2016-02-26 15:29:37','','BBA','','inherit','open','closed','','bba','','','2016-02-26 15:29:37','2016-02-26 15:29:37','',2,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/BBA.jpg',0,'attachment','image/jpeg',0),(35,1,'2016-02-26 15:29:38','2016-02-26 15:29:38','','CDS','','inherit','open','closed','','cds','','','2016-02-26 15:29:38','2016-02-26 15:29:38','',2,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/CDS.jpg',0,'attachment','image/jpeg',0),(38,1,'2016-02-26 15:29:39','2016-02-26 15:29:39','','Empire','','inherit','open','closed','','empire','','','2016-02-26 15:29:39','2016-02-26 15:29:39','',2,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Empire.jpg',0,'attachment','image/jpeg',0),(41,1,'2016-02-26 15:29:40','2016-02-26 15:29:40','','Epiq','','inherit','open','closed','','epiq','','','2016-02-26 15:29:40','2016-02-26 15:29:40','',2,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Epiq.png',0,'attachment','image/png',0),(43,1,'2016-02-26 15:29:41','2016-02-26 15:29:41','','huron','','inherit','open','closed','','huron','','','2016-02-26 15:29:41','2016-02-26 15:29:41','',2,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/huron.png',0,'attachment','image/png',0),(44,1,'2016-02-26 15:29:43','2016-02-26 15:29:43','','iris','','inherit','open','closed','','iris','','','2016-02-26 15:29:43','2016-02-26 15:29:43','',2,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/iris.jpg',0,'attachment','image/jpeg',0),(47,1,'2016-02-26 15:29:44','2016-02-26 15:29:44','','kiersted','','inherit','open','closed','','kiersted','','','2016-02-26 15:29:44','2016-02-26 15:29:44','',2,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/kiersted.jpg',0,'attachment','image/jpeg',0),(50,1,'2016-02-26 15:29:45','2016-02-26 15:29:45','','krollontrack','','inherit','open','closed','','krollontrack','','','2016-02-26 15:29:45','2016-02-26 15:29:45','',2,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/krollontrack.jpg',0,'attachment','image/jpeg',0),(52,1,'2016-02-26 15:29:46','2016-02-26 15:29:46','','LDiscoveryCompanies','','inherit','open','closed','','ldiscoverycompanies','','','2016-02-26 15:29:46','2016-02-26 15:29:46','',2,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/LDiscoveryCompanies.jpg',0,'attachment','image/jpeg',0),(53,1,'2016-02-26 15:29:47','2016-02-26 15:29:47','','OmniVere','','inherit','open','closed','','omnivere','','','2016-02-26 15:29:47','2016-02-26 15:29:47','',2,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/OmniVere.jpg',0,'attachment','image/jpeg',0),(56,1,'2016-02-26 15:29:48','2016-02-26 15:29:48','','Recommind','','inherit','open','closed','','recommind','','','2016-02-26 15:29:48','2016-02-26 15:29:48','',2,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Recommind.png',0,'attachment','image/png',0),(59,1,'2016-02-26 15:29:49','2016-02-26 15:29:49','','UnitedLex','','inherit','open','closed','','unitedlex','','','2016-02-26 15:29:49','2016-02-26 15:29:49','',2,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/UnitedLex.png',0,'attachment','image/png',0),(61,1,'2016-02-26 15:29:52','2016-02-26 15:29:52','','WiE','','inherit','open','closed','','wie','','','2016-02-26 15:29:52','2016-02-26 15:29:52','',2,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/WiE.jpg',0,'attachment','image/jpeg',0),(67,1,'2016-02-26 15:39:12','2016-02-26 15:39:12','','CircusFlyer','','inherit','open','closed','','circusflyer','','','2016-02-26 15:39:12','2016-02-26 15:39:12','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/CircusFlyer.jpg',0,'attachment','image/jpeg',0),(70,1,'2016-02-26 15:39:17','2016-02-26 15:39:17','','ichoose','','inherit','open','closed','','ichoose','','','2016-02-26 15:39:17','2016-02-26 15:39:17','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/ichoose.jpg',0,'attachment','image/jpeg',0),(71,1,'2016-02-26 15:39:27','2016-02-26 15:39:27','','june14flyer','','inherit','open','closed','','june14flyer','','','2016-02-26 15:39:27','2016-02-26 15:39:27','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/june14flyer.jpg',0,'attachment','image/jpeg',0),(74,1,'2016-02-26 15:39:28','2016-02-26 15:39:28','','pie throw','','inherit','open','closed','','pie-throw','','','2016-02-26 15:39:28','2016-02-26 15:39:28','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/pie-throw.jpg',0,'attachment','image/jpeg',0),(76,1,'2016-02-26 15:39:30','2016-02-26 15:39:30','','toysfortots.2014','','inherit','open','closed','','toysfortots-2014','','','2016-02-26 15:39:30','2016-02-26 15:39:30','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/toysfortots.2014.pdf',0,'attachment','application/pdf',0),(77,1,'2016-02-26 15:41:17','2016-02-26 15:41:17','','SMFeventflyer','','inherit','open','closed','','smfeventflyer','','','2016-02-26 15:41:17','2016-02-26 15:41:17','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/SMFeventflyer.pdf',0,'attachment','application/pdf',0),(80,1,'2016-02-26 15:41:19','2016-02-26 15:41:19','','PaintingforSMF','','inherit','open','closed','','paintingforsmf','','','2016-02-26 15:41:19','2016-02-26 15:41:19','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/PaintingforSMF.jpg',0,'attachment','image/jpeg',0),(82,1,'2016-02-26 15:41:24','2016-02-26 15:41:24','','1pageeflyer.6.12.13event','','inherit','open','closed','','1pageeflyer-6-12-13event','','','2016-03-02 02:23:33','2016-03-02 02:23:33','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/1pageeflyer.6.12.13event.jpg',0,'attachment','image/jpeg',0),(85,1,'2016-02-26 15:41:26','2016-02-26 15:41:26','','RS_Pop_Shop_PostcardFlyer_Front_2','','inherit','open','closed','','rs_pop_shop_postcardflyer_front_2-2','','','2016-02-26 15:41:26','2016-02-26 15:41:26','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-1.jpg',0,'attachment','image/jpeg',0),(86,1,'2016-02-26 15:45:43','2016-02-26 15:45:43','','Toshi\'sevent','','inherit','open','closed','','toshisevent','','','2016-02-26 15:45:43','2016-02-26 15:45:43','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Toshisevent.jpg',0,'attachment','image/jpeg',0),(88,1,'2016-02-26 15:45:45','2016-02-26 15:45:45','','toysfortots2014','','inherit','open','closed','','toysfortots2014','','','2016-02-26 15:45:45','2016-02-26 15:45:45','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/toysfortots2014.jpg',0,'attachment','image/jpeg',0),(91,1,'2016-02-26 15:50:59','2016-02-26 15:50:59','','7th Annual LPP Holiday Party-3 (1)','','inherit','open','closed','','7th-annual-lpp-holiday-party-3-1','','','2016-02-26 15:50:59','2016-02-26 15:50:59','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/7th-Annual-LPP-Holiday-Party-3-1.png',0,'attachment','image/png',0),(97,1,'2016-02-26 23:10:28','2016-02-26 23:10:28','','shutterstock_82710673_rendered','','inherit','open','closed','','shutterstock_82710673_rendered','','','2016-02-26 23:10:47','2016-02-26 23:10:47','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/shutterstock_82710673_rendered.jpg',0,'attachment','image/jpeg',0),(112,1,'2016-02-27 00:05:11','2016-02-27 00:05:11',' \r\n\r\n<img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"296\" height=\"344\" />\r\n<p style=\"text-align: center;\">Life Preservers Project is 501(c)3 Non Profit Founded in 2009 by Artist and Legal Staffing Manager Shana Pederson. We began as a pop up gallery with the sole intention of raising funds and awareness for the victims of Human Trafficking in the US.</p>\r\n<p style=\"text-align: center;\">We quickly grew into a larger organization and with help our of volunteers, musicians, artist and members of the nightlife and fashion communities we have hosted several large events and have directly donated the proceeds to <a href=\"http://www.gems-girls.org/\" target=\"_blank\">GEM-Girls</a> and other leading rescue and rehabilitation centers in the greater New York area.</p>\r\n<p style=\"text-align: center;\">Through the generous donations of some of the countries largest E-Discovery Service providers, and members of the New York Legal Community we have raised over $60,000</p>\r\n<p style=\"text-align: center;\"><strong>We are pleased to announce our</strong></p>\r\n<p style=\"text-align: center;\"><strong> 7th ANNUAL FUNDRAISER</strong>\r\n<strong>JUNE 21st 2016 at Proper West, NYC</strong></p>\r\n<p style=\"text-align: center;\">In conjunction with\r\n<strong>OPERATION BACKPACK </strong></p>\r\n<p style=\"text-align: center;\">Details coming soon</p>','Home','','inherit','closed','closed','','2-revision-v1','','','2016-02-27 00:05:11','2016-02-27 00:05:11','',2,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/2-revision-v1/',0,'revision','',0),(127,1,'2016-02-27 00:45:17','2016-02-27 00:45:17','','cropped-shutterstock_82710673_rendered.jpg','','inherit','open','closed','','cropped-shutterstock_82710673_rendered-jpg','','','2016-02-27 00:45:17','2016-02-27 00:45:17','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/cropped-shutterstock_82710673_rendered.jpg',0,'attachment','image/jpeg',0),(128,1,'2016-02-27 01:38:16','2016-02-27 01:38:16','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"296\" height=\"344\" />Life Preservers Project is 501(c)3 Non Profit Founded in 2009 by Artist and Legal Staffing Manager Shana Pederson. We began as a pop up gallery with the sole intention of raising funds and awareness for the victims of Human Trafficking in the US.</p>\r\n<p style=\"text-align: left;\">We quickly grew into a larger organization and with help our of volunteers, musicians, artist and members of the nightlife and fashion communities we have hosted several large events and have directly donated the proceeds to <a href=\"http://www.gems-girls.org/\" target=\"_blank\">GEM-Girls</a> and other leading rescue and rehabilitation centers in the greater New York area.</p>\r\n<p style=\"text-align: left;\">Through the generous donations of some of the countries largest E-Discovery Service providers, and members of the New York Legal Community we have raised over $60,000</p>\r\n<p style=\"text-align: center;\"><strong>We are pleased to announce our</strong></p>\r\n<p style=\"text-align: center;\"><strong> 7th ANNUAL FUNDRAISER</strong>\r\n<strong>JUNE 21st 2016 at Proper West, NYC</strong></p>\r\n<p style=\"text-align: center;\">In conjunction with\r\n<strong>OPERATION BACKPACK </strong></p>\r\n<p style=\"text-align: center;\">Details coming soon</p>','Home','','inherit','closed','closed','','2-revision-v1','','','2016-02-27 01:38:16','2016-02-27 01:38:16','',2,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/2-revision-v1/',0,'revision','',0),(131,1,'2016-02-27 02:02:28','2016-02-27 02:02:28','Please view our calendar to find out where we will be and how you can attend.','Where We\'ll Be','','publish','closed','closed','','where-well-be','','','2016-02-27 02:02:28','2016-02-27 02:02:28','',0,'http://www.lifepreserversproject.org/wordpress1/?post_type=ecwd_calendar&p=131',0,'ecwd_calendar','',0),(133,1,'2016-02-27 02:03:37','2016-02-27 02:03:37','','Life Preservers Project','','publish','closed','closed','','life-preservers-project','','','2016-02-27 02:03:37','2016-02-27 02:03:37','',0,'http://www.lifepreserversproject.org/wordpress1/?post_type=ecwd_organizer&p=133',0,'ecwd_organizer','',0),(134,1,'2016-02-27 02:06:35','2016-02-27 02:06:35','<div class=\"mod\" data-md=\"102\" data-ved=\"0ahUKEwjHlY7Z7ZbLAhWHuBoKHe0yCagQkCkImAEoBDAS\">\r\n<div class=\"_VKi\"><span class=\"_N1d\" data-ved=\"0ahUKEwjHlY7Z7ZbLAhWHuBoKHe0yCagQrTUImQEoADAS\">Sleek, low-lit sports bar with walls of flat-screen TVs plus elevated pub eats & tables for diners.</span></div>\r\n</div>','Proper West','','publish','closed','closed','','proper-west','','','2016-02-27 02:06:35','2016-02-27 02:06:35','',0,'http://www.lifepreserversproject.org/wordpress1/?post_type=ecwd_venue&p=134',0,'ecwd_venue','',0),(137,1,'2016-02-27 02:17:42','2016-02-27 02:17:42','In support of Girls Educational & Mentoring Services (GEMS) and Operation Backpack, Life Preservers Project and Women in eDiscovery present the 7th Annual eDiscovery Summer FUNraiser. \r\n\r\nWe invite members of the legal industry and artists to join us for an incredible night of fun as we help to raise funds for victims of human trafficking and children living in NYC shelters. \r\n','7th Annual eDiscovery Summer FUNraiser','','publish','closed','closed','','7th-annual-ediscovery-summer-funraiser','','','2016-02-27 02:17:42','2016-02-27 02:17:42','',0,'http://www.lifepreserversproject.org/wordpress1/?post_type=ecwd_event&p=137',0,'ecwd_event','',0),(145,1,'2016-02-27 02:39:17','2016-02-27 02:39:17','Sleek, low-lit sports bar with walls of flat-screen TVs plus elevated pub eats & tables for diners.','Proper West','','publish','closed','closed','','proper-west','','','2016-02-27 02:39:17','2016-02-27 02:39:17','',0,'http://www.lifepreserversproject.org/wordpress1/?post_type=tribe_venue&p=145',0,'tribe_venue','',0),(148,1,'2016-02-27 02:43:50','2016-02-27 02:43:50','','Life Preservers Project','','publish','closed','closed','','life-preservers-project','','','2016-02-27 02:43:50','2016-02-27 02:43:50','',0,'http://www.lifepreserversproject.org/wordpress1/?post_type=tribe_organizer&p=148',0,'tribe_organizer','',0),(151,1,'2016-02-27 02:45:33','2016-02-27 02:45:33','','Women in eDiscovery','','publish','closed','closed','','women-in-ediscovery','','','2016-02-27 02:45:33','2016-02-27 02:45:33','',0,'http://www.lifepreserversproject.org/wordpress1/?post_type=tribe_organizer&p=151',0,'tribe_organizer','',0),(152,1,'2016-02-27 03:06:47','2016-02-27 03:06:47','In support of <a href=\"http://www.gems-girls.org/\" target=\"_blank\">Girls Educational & Mentoring Services (GEMS)</a> and <a href=\"http://www.voa-gny.org/operation-backpack\" target=\"_blank\">Operation Backpack</a>, Life Preservers Project and <a href=\"http://www.womeninediscovery.org\" target=\"_blank\">Women in eDiscovery</a> present the 7th Annual eDiscovery FUNraiser.\r\n\r\nJoin us for an evening of fashion, art and CHARITY featuring a swimsuit and backpack fashion show with exclusive designs by <a href=\"http://ktbswimwear.com/\" target=\"_blank\">KTB Swimwear</a> and the amazing artists from our <a href=\"http://www.lifepreserversproject.org/wordpress1/artist-collective/\" target=\"_blank\">Artist Collective.</a>\r\n\r\n<a class=\"button\" href=\"https://www.eventbrite.com/e/7th-annual-life-preservers-project-fun-raiser-tickets-22462365540\" target=\"_blank\">Get Your Tickets!</a>\r\n\r\nTo top it all off (with some whip cream), you can bid to throw a pie in the face of eDiscovery professionals including:\r\n\r\n[one_third]\r\n\r\n[caption id=\"attachment_771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://wp.me/P7htme-cw\" target=\"_blank\"><img class=\"wp-image-771\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/vxb9_headshot-300x296.jpg\" alt=\"Vadim Bergelson Life Preservers Project\" width=\"160\" height=\"158\" /></a> <center><strong>Vadim Bergelson</strong></center>[/caption]\r\n\r\n[/one_third][one_third]\r\n\r\n[caption id=\"attachment_775\" align=\"aligncenter\" width=\"160\"]<a href=\"https://www.linkedin.com/in/robert-cruz-mba-9b46299\" target=\"_blank\"><img class=\"wp-image-775\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/12719532_10153796574191265_307816055624873081_o.jpg\" alt=\"Robert Cruz Life Preservers Project\" width=\"160\" height=\"160\" /></a> <center><strong>Robert Cruz</strong></center><center></center>[/caption]\r\n\r\n[/one_third]\r\n\r\n[one_third_last]\r\n\r\n[caption id=\"attachment_798\" align=\"aligncenter\" width=\"160\"]<a href=\"https://www.linkedin.com/in/brian-jenson-b7092b4\" target=\"_blank\"><img class=\"wp-image-798 size-full\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/bjenson.jpg\" alt=\"Life Preservers Project Brian Jenson Orrick\" width=\"160\" height=\"160\" /></a> <center>Brian Jenson</center>[/caption]\r\n\r\n[/one_third_last][one_fourth]\r\n\r\n[caption id=\"attachment_791\" align=\"aligncenter\" width=\"160\"]<a href=\"http://www.lifepreserversproject.org/wordpress1/yin-lu/\" target=\"_blank\"><img class=\"wp-image-791\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Yin-Lu.jpg\" alt=\"Life Preservers Project Yin Lu\" width=\"160\" height=\"160\" /></a> <center>Yin Lu</center>[/caption]\r\n\r\n[/one_fourth][one_fourth]\r\n\r\n[caption id=\"attachment_773\" align=\"aligncenter\" width=\"160\"]<a href=\"https://www.linkedin.com/in/hana-kim-8146762\" target=\"_blank\"><img class=\"wp-image-773\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/32139b0-300x300.jpg\" alt=\"Hana Kim Life Preservers Project\" width=\"160\" height=\"160\" /></a> <center><strong>Hana Kim</strong></center>[/caption]\r\n\r\n[/one_fourth][one_fourth]\r\n\r\n[caption id=\"attachment_772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://wp.me/P7htme-cA\" target=\"_blank\"><img class=\"wp-image-772\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/DJN.jpg\" alt=\"Dera Nevin Life Preservers Project\" width=\"160\" height=\"160\" /></a> <center><strong>Dera Nevin</strong></center>[/caption]\r\n\r\n[/one_fourth][one_fourth_last]\r\n\r\n[caption id=\"attachment_789\" align=\"aligncenter\" width=\"160\"]<a href=\"https://www.linkedin.com/in/michaelpotters\" target=\"_blank\"><img class=\"wp-image-789\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/FullSizeRender.jpg\" alt=\"Life Preservers Project Michael Potters\" width=\"160\" height=\"160\" /></a> <center>Michael Potters</center>[/caption]\r\n\r\n[/one_fourth_last]\r\n\r\nAnd the event is all to help raise awareness and funds for two great causes. Proceeds from the event will benefit both GEMS and Operation Backpack.\r\n\r\nSponsorship opportunities are available.\r\n\r\nLife Preservers has supported <a href=\"http://www.gems-girls.org/\" target=\"_blank\">Girls Educational and Mentoring Services</a> for 7 years. GEMS mission is to empower girls and young women, ages 12–24, who have experienced commercial sexual exploitation and domestic trafficking to exit the commercial sex industry and develop to their full potential. GEMS is committed to ending commercial sexual exploitation and domestic trafficking of children by changing individual lives, transforming public perception, and revolutionizing the systems and policies that impact sexually exploited youth.\r\n\r\nIn 2014, the New York City Chapter of Women in eDiscovery began its support of <a href=\"https://www.crowdrise.com/team-wie-backpack\" target=\"_blank\">Operation Backpack</a>. Each year since 2001, Volunteers of America-Greater New York has been distributing new backpacks filled with grade-specific school supplies to homeless children throughout New York City. A filled backpack relieves parents of a financial burden and provides a sense of normalcy to the otherwise chaotic lives of these children, helping them to look and feel more like their classmates. Most importantly, a filled backpack allows these children to start the school year feeling prepared and confident, with the knowledge that their education is important and that someone believes in them.\r\n\r\nThank you to our sponsors who help to make this event a success each year. Learn more about <a href=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/7th-Annual-FUNraiser-Sponsorship.pdf\" target=\"_blank\">sponsorship opportunities</a>.\r\n\r\n<img class=\"aligncenter wp-image-520 size-full\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/2.jpg\" alt=\"Life Preservers Project Platinum Sponsors\" width=\"728\" height=\"90\" />\r\n\r\n<a href=\"http://www.inspiredreview.com/\" target=\"_blank\"><img class=\"aligncenter wp-image-623\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/IRCURRENT_LOGO_jpeg-vector-1024x394.png\" alt=\"Life Preservers project Inspired Review\" width=\"450\" height=\"173\" /></a>\r\n\r\n \r\n\r\n<img class=\"aligncenter wp-image-518 size-full\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/1.jpg\" alt=\"7th Annual Life Preservers FUNraiser Gold Sponsor\" width=\"728\" height=\"90\" />\r\n\r\n<a href=\"http://www.quislex.com/\" target=\"_blank\"><img class=\"aligncenter wp-image-524\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/QuisLex_Logo_CMYK_300dpi-1x-2-300x104.jpg\" alt=\"QuisLex Gold Sponsor\" width=\"350\" height=\"121\" /></a>\r\n\r\n \r\n\r\n<img class=\"aligncenter wp-image-523 size-full\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/3.jpg\" alt=\"Life Preservers Project Silver Sponsors\" width=\"728\" height=\"90\" />\r\n<a href=\"http://www.eqd.com/\"><img class=\"aligncenter wp-image-764\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/EQD-logo-RGB-Bigger-300x208.png\" alt=\"EQD eDiscovery Life Preservers Project Silver Sponsor\" width=\"200\" height=\"138\" /></a>\r\n\r\n<a href=\"http://www.lexisnexis.com/litigation\" rel=\"attachment wp-att-743\"><img class=\"aligncenter wp-image-743\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/ln-logo-300x62.png\" alt=\"Life Preservers Project Lexis Nexis\" width=\"300\" height=\"62\" /></a><a href=\"http://www.maribelriveramarketing.com\" target=\"_blank\"><img class=\"aligncenter wp-image-622\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/maririvera-300x60.png\" alt=\"Life Preservers Project Maribel Rivera\" width=\"300\" height=\"60\" /></a>\r\n\r\n<a href=\"http://www.omnivere.com/\"><img class=\"aligncenter wp-image-749 \" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Omnivere-logo-color-Lettering-300x93.jpg\" alt=\"Life Preservers Project Omnivere\" width=\"300\" height=\"93\" /></a>\r\n\r\n<a href=\"http://www.ubic-global.com/\" target=\"_blank\"><img class=\"aligncenter wp-image-766 size-medium\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/05/UBIC_Company_logo-300x69.png\" alt=\"UBIC Evolve Discovery Life Preservers Project Silver Sponsor\" width=\"300\" height=\"69\" /></a>\r\n\r\n \r\n\r\n<img class=\"aligncenter wp-image-517 size-full\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/4.jpg\" alt=\"Life Preservers Project Bronze Sponsors\" width=\"728\" height=\"90\" />\r\n\r\n<center><a href=\"http://www.biaprotect.com/\"> </a><a href=\"http://www.bbatechnical.com/\" target=\"_blank\"><img class=\"alignnone wp-image-769 size-full\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/1-1.jpg\" alt=\"1\" width=\"200\" height=\"200\" /></a><a href=\"http://www.biaprotect.com/\"> </a><a href=\"http://www.biaprotect.com/\" target=\"_blank\"><img class=\"alignnone wp-image-760 size-full\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/BIA_200x200.png\" alt=\"BIA Bronze Sponsor Life Preservers Project\" width=\"200\" height=\"200\" /></a> <a href=\"http://celeritasinc.com/\" target=\"_blank\"><img class=\"alignnone wp-image-631\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/celeritas_240.png\" alt=\"Celeritas Life Preservers Project\" width=\"200\" height=\"200\" /></a><a href=\"http://www.biaprotect.com/\"> </a></center><center><a href=\"http://discoveredt.com/\" target=\"_blank\"><img class=\"alignnone wp-image-700\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/EDT-Software-200x200-1.png\" width=\"180\" height=\"180\" /></a> <a href=\"http://empirediscovery.com/\" target=\"_blank\"><img class=\"alignnone wp-image-634 size-full\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/empire-discovey_240.png\" alt=\"Life Preservers Project Empire Discovery\" width=\"240\" height=\"240\" /></a> <a href=\"http://www.glenmontgroup.com/\" target=\"_blank\"><img class=\"alignnone wp-image-770 size-full\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/2-1.jpg\" alt=\"2\" width=\"200\" height=\"200\" /></a></center>\r\n<h2 style=\"text-align: center;\"></h2>\r\n<h2 style=\"text-align: center;\"> Special Thanks</h2>\r\n<h2 style=\"text-align: center;\"><a href=\"http://ktbswimwear.com/\" target=\"_blank\"><img class=\"alignnone wp-image-629 size-thumbnail\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/ktb-logo-150x150.png\" alt=\"Life Preservers Project ktb swimwear\" width=\"150\" height=\"150\" /></a> <a href=\"http://www.properwest.com/\" target=\"_blank\"><img class=\"alignnone wp-image-640 size-thumbnail\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/properwest_200-150x150.png\" alt=\"proper west nyc Life Preservers Project\" width=\"150\" height=\"150\" /></a></h2>\r\n<a href=\"http://www.tops-products.com/\" target=\"_blank\"><img class=\"aligncenter wp-image-685\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/TOPS_Products_TM_vertical_RGB-300x79.jpg\" alt=\"TOPS Products Life Preservers Project\" width=\"225\" height=\"59\" /></a>','7th Annual Summer FUNraiser','','publish','open','closed','','7th-annual-ediscovery-summer-funraiser','','','2016-06-09 14:22:04','2016-06-09 14:22:04','',0,'http://www.lifepreserversproject.org/wordpress1/?post_type=tribe_events&p=152',-1,'tribe_events','',0),(155,1,'2016-06-09 14:21:35','2016-06-09 14:21:35','In support of <a href=\"http://www.gems-girls.org/\" target=\"_blank\">Girls Educational & Mentoring Services (GEMS)</a> and <a href=\"http://www.voa-gny.org/operation-backpack\" target=\"_blank\">Operation Backpack</a>, Life Preservers Project and <a href=\"http://www.womeninediscovery.org\" target=\"_blank\">Women in eDiscovery</a> present the 7th Annual eDiscovery FUNraiser.\n\nJoin us for an evening of fashion, art and CHARITY featuring a swimsuit and backpack fashion show with exclusive designs by <a href=\"http://ktbswimwear.com/\" target=\"_blank\">KTB Swimwear</a> and the amazing artists from our <a href=\"http://www.lifepreserversproject.org/wordpress1/artist-collective/\" target=\"_blank\">Artist Collective.</a>\n\n<a class=\"button\" href=\"https://www.eventbrite.com/e/7th-annual-life-preservers-project-fun-raiser-tickets-22462365540\" target=\"_blank\">Get Your Tickets!</a>\n\nTo top it all off (with some whip cream), you can bid to throw a pie in the face of eDiscovery professionals including:\n\n[one_third]\n\n[caption id=\"attachment_771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://wp.me/P7htme-cw\" target=\"_blank\"><img class=\"wp-image-771\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/vxb9_headshot-300x296.jpg\" alt=\"Vadim Bergelson Life Preservers Project\" width=\"160\" height=\"158\" /></a> <center><strong>Vadim Bergelson</strong></center>[/caption]\n\n[/one_third][one_third]\n\n[caption id=\"attachment_775\" align=\"aligncenter\" width=\"160\"]<a href=\"https://www.linkedin.com/in/robert-cruz-mba-9b46299\" target=\"_blank\"><img class=\"wp-image-775\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/12719532_10153796574191265_307816055624873081_o.jpg\" alt=\"Robert Cruz Life Preservers Project\" width=\"160\" height=\"160\" /></a> <center><strong>Robert Cruz</strong></center><center></center>[/caption]\n\n[/one_third]\n\n[one_third_last]\n\n<a href=\"https://www.linkedin.com/in/brian-jenson-b7092b4\" target=\"_blank\"><img class=\"aligncenter wp-image-798 size-full\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/bjenson.jpg\" alt=\"Life Preservers Project Brian Jenson Orrick\" width=\"160\" height=\"160\" /></a>\n\n[/one_third_last][one_fourth]\n\n[caption id=\"attachment_791\" align=\"aligncenter\" width=\"160\"]<a href=\"http://www.lifepreserversproject.org/wordpress1/yin-lu/\" target=\"_blank\"><img class=\"wp-image-791\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Yin-Lu.jpg\" alt=\"Life Preservers Project Yin Lu\" width=\"160\" height=\"160\" /></a> <center>Yin Lu</center>[/caption]\n\n[/one_fourth][one_fourth]\n\n[caption id=\"attachment_773\" align=\"aligncenter\" width=\"160\"]<a href=\"https://www.linkedin.com/in/hana-kim-8146762\" target=\"_blank\"><img class=\"wp-image-773\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/32139b0-300x300.jpg\" alt=\"Hana Kim Life Preservers Project\" width=\"160\" height=\"160\" /></a> <center><strong>Hana Kim</strong></center>[/caption]\n\n[/one_fourth][one_fourth]\n\n[caption id=\"attachment_772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://wp.me/P7htme-cA\" target=\"_blank\"><img class=\"wp-image-772\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/DJN.jpg\" alt=\"Dera Nevin Life Preservers Project\" width=\"160\" height=\"160\" /></a> <center><strong>Dera Nevin</strong></center>[/caption]\n\n[/one_fourth][one_fourth_last]\n\n[caption id=\"attachment_789\" align=\"aligncenter\" width=\"160\"]<a href=\"https://www.linkedin.com/in/michaelpotters\" target=\"_blank\"><img class=\"wp-image-789\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/FullSizeRender.jpg\" alt=\"Life Preservers Project Michael Potters\" width=\"160\" height=\"160\" /></a> <center>Michael Potters</center>[/caption]\n\n[/one_fourth_last]\n\nAnd the event is all to help raise awareness and funds for two great causes. Proceeds from the event will benefit both GEMS and Operation Backpack.\n\nSponsorship opportunities are available.\n\nLife Preservers has supported <a href=\"http://www.gems-girls.org/\" target=\"_blank\">Girls Educational and Mentoring Services</a> for 7 years. GEMS mission is to empower girls and young women, ages 12–24, who have experienced commercial sexual exploitation and domestic trafficking to exit the commercial sex industry and develop to their full potential. GEMS is committed to ending commercial sexual exploitation and domestic trafficking of children by changing individual lives, transforming public perception, and revolutionizing the systems and policies that impact sexually exploited youth.\n\nIn 2014, the New York City Chapter of Women in eDiscovery began its support of <a href=\"https://www.crowdrise.com/team-wie-backpack\" target=\"_blank\">Operation Backpack</a>. Each year since 2001, Volunteers of America-Greater New York has been distributing new backpacks filled with grade-specific school supplies to homeless children throughout New York City. A filled backpack relieves parents of a financial burden and provides a sense of normalcy to the otherwise chaotic lives of these children, helping them to look and feel more like their classmates. Most importantly, a filled backpack allows these children to start the school year feeling prepared and confident, with the knowledge that their education is important and that someone believes in them.\n\nThank you to our sponsors who help to make this event a success each year. Learn more about <a href=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/7th-Annual-FUNraiser-Sponsorship.pdf\" target=\"_blank\">sponsorship opportunities</a>.\n\n<img class=\"aligncenter wp-image-520 size-full\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/2.jpg\" alt=\"Life Preservers Project Platinum Sponsors\" width=\"728\" height=\"90\" />\n\n<a href=\"http://www.inspiredreview.com/\" target=\"_blank\"><img class=\"aligncenter wp-image-623\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/IRCURRENT_LOGO_jpeg-vector-1024x394.png\" alt=\"Life Preservers project Inspired Review\" width=\"450\" height=\"173\" /></a>\n\n \n\n<img class=\"aligncenter wp-image-518 size-full\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/1.jpg\" alt=\"7th Annual Life Preservers FUNraiser Gold Sponsor\" width=\"728\" height=\"90\" />\n\n<a href=\"http://www.quislex.com/\" target=\"_blank\"><img class=\"aligncenter wp-image-524\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/QuisLex_Logo_CMYK_300dpi-1x-2-300x104.jpg\" alt=\"QuisLex Gold Sponsor\" width=\"350\" height=\"121\" /></a>\n\n \n\n<img class=\"aligncenter wp-image-523 size-full\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/3.jpg\" alt=\"Life Preservers Project Silver Sponsors\" width=\"728\" height=\"90\" />\n<a href=\"http://www.eqd.com/\"><img class=\"aligncenter wp-image-764\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/EQD-logo-RGB-Bigger-300x208.png\" alt=\"EQD eDiscovery Life Preservers Project Silver Sponsor\" width=\"200\" height=\"138\" /></a>\n\n<a href=\"http://www.lexisnexis.com/litigation\" rel=\"attachment wp-att-743\"><img class=\"aligncenter wp-image-743\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/ln-logo-300x62.png\" alt=\"Life Preservers Project Lexis Nexis\" width=\"300\" height=\"62\" /></a><a href=\"http://www.maribelriveramarketing.com\" target=\"_blank\"><img class=\"aligncenter wp-image-622\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/maririvera-300x60.png\" alt=\"Life Preservers Project Maribel Rivera\" width=\"300\" height=\"60\" /></a>\n\n<a href=\"http://www.omnivere.com/\"><img class=\"aligncenter wp-image-749 \" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Omnivere-logo-color-Lettering-300x93.jpg\" alt=\"Life Preservers Project Omnivere\" width=\"300\" height=\"93\" /></a>\n\n<a href=\"http://www.ubic-global.com/\" target=\"_blank\"><img class=\"aligncenter wp-image-766 size-medium\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/05/UBIC_Company_logo-300x69.png\" alt=\"UBIC Evolve Discovery Life Preservers Project Silver Sponsor\" width=\"300\" height=\"69\" /></a>\n\n \n\n<img class=\"aligncenter wp-image-517 size-full\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/4.jpg\" alt=\"Life Preservers Project Bronze Sponsors\" width=\"728\" height=\"90\" />\n\n<center><a href=\"http://www.biaprotect.com/\"> </a><a href=\"http://www.bbatechnical.com/\" target=\"_blank\"><img class=\"alignnone wp-image-769 size-full\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/1-1.jpg\" alt=\"1\" width=\"200\" height=\"200\" /></a><a href=\"http://www.biaprotect.com/\"> </a><a href=\"http://www.biaprotect.com/\" target=\"_blank\"><img class=\"alignnone wp-image-760 size-full\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/BIA_200x200.png\" alt=\"BIA Bronze Sponsor Life Preservers Project\" width=\"200\" height=\"200\" /></a> <a href=\"http://celeritasinc.com/\" target=\"_blank\"><img class=\"alignnone wp-image-631\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/celeritas_240.png\" alt=\"Celeritas Life Preservers Project\" width=\"200\" height=\"200\" /></a><a href=\"http://www.biaprotect.com/\"> </a></center><center><a href=\"http://discoveredt.com/\" target=\"_blank\"><img class=\"alignnone wp-image-700\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/EDT-Software-200x200-1.png\" width=\"180\" height=\"180\" /></a> <a href=\"http://empirediscovery.com/\" target=\"_blank\"><img class=\"alignnone wp-image-634 size-full\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/empire-discovey_240.png\" alt=\"Life Preservers Project Empire Discovery\" width=\"240\" height=\"240\" /></a> <a href=\"http://www.glenmontgroup.com/\" target=\"_blank\"><img class=\"alignnone wp-image-770 size-full\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/2-1.jpg\" alt=\"2\" width=\"200\" height=\"200\" /></a></center>\n<h2 style=\"text-align: center;\"></h2>\n<h2 style=\"text-align: center;\"> Special Thanks</h2>\n<h2 style=\"text-align: center;\"><a href=\"http://ktbswimwear.com/\" target=\"_blank\"><img class=\"alignnone wp-image-629 size-thumbnail\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/ktb-logo-150x150.png\" alt=\"Life Preservers Project ktb swimwear\" width=\"150\" height=\"150\" /></a> <a href=\"http://www.properwest.com/\" target=\"_blank\"><img class=\"alignnone wp-image-640 size-thumbnail\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/properwest_200-150x150.png\" alt=\"proper west nyc Life Preservers Project\" width=\"150\" height=\"150\" /></a></h2>\n<a href=\"http://www.tops-products.com/\" target=\"_blank\"><img class=\"aligncenter wp-image-685\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/TOPS_Products_TM_vertical_RGB-300x79.jpg\" alt=\"TOPS Products Life Preservers Project\" width=\"225\" height=\"59\" /></a>','7th Annual Summer FUNraiser','','inherit','closed','closed','','152-autosave-v1','','','2016-06-09 14:21:35','2016-06-09 14:21:35','',152,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/152-autosave-v1/',0,'revision','',0),(161,1,'2016-02-27 03:25:13','2016-02-27 03:25:13','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"188\" height=\"218\" />Life Preservers Project is 501(c)3 Non Profit Founded in 2009 by Artist and Legal Staffing Manager Shana Pederson. We began as a pop up gallery with the sole intention of raising funds and awareness for the victims of Human Trafficking in the US.</p>\r\n<p style=\"text-align: left;\">We quickly grew into a larger organization and with help our of volunteers, musicians, artist and members of the nightlife and fashion communities we have hosted several large events and have directly donated the proceeds to <a href=\"http://www.gems-girls.org/\" target=\"_blank\">GEM-Girls</a> and other leading rescue and rehabilitation centers in the greater New York area.</p>\r\n<p style=\"text-align: left;\">Through the generous donations of some of the countries largest E-Discovery Service providers, and members of the New York Legal Community we have raised over $60,000</p>\r\n<p style=\"text-align: center;\"></p>','Home','','inherit','closed','closed','','2-revision-v1','','','2016-02-27 03:25:13','2016-02-27 03:25:13','',2,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/2-revision-v1/',0,'revision','',0),(164,1,'2016-02-27 03:37:03','2016-02-27 03:37:03','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"188\" height=\"218\" /></p>\r\n<p style=\"text-align: left;\">Life Preservers Project is an international collaboration of artists\r\ndedicated to eradicating human trafficking.</p>\r\n<p style=\"text-align: left;\">\"Human trafficking is a violation of the human body, mind and spirit. For this vile practice to be taking place in a country that the world looks to as a beacon of freedom... is a terrible irony and an utter tragedy.\" ~Former Attorney General Alberto Gonzales, 2006 National Conference on Human Trafficking</p>\r\n<p style=\"text-align: left;\">Trafficking in persons, or human trafficking, is a tragically widespread form of modern-day slavery. Pursuing and prosecuting traffickers and rescuing victims of trafficking are high priorities of the Department of Justice. The Office of Legal Policy coordinates the development of the Department\'s anti-trafficking policies and is responsible for compiling the Attorney General\'s Annual Report to Congress on U.S. Government Efforts to Combat Trafficking in Persons and the Assessment of U.S. Government Efforts to Combat Trafficking in Persons. The Assistant Attorney General serves as the Department\'s representative to the Senior Policy Operating Group, an Executive level policy implementation group created to address emerging inter-agency policy, grants, and planning issues. Visit the <a href=\"http://www.justice.gov/olp/human_trafficking.htm\" target=\"_blank\">USDOJ</a> for more information.</p>','Home','','inherit','closed','closed','','2-revision-v1','','','2016-02-27 03:37:03','2016-02-27 03:37:03','',2,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/2-revision-v1/',0,'revision','',0),(182,1,'2016-02-27 03:44:09','2016-02-27 03:44:09',' ','','','publish','closed','closed','','182','','','2016-06-09 12:48:16','2016-06-09 12:48:16','',0,'http://www.lifepreserversproject.org/wordpress1/?p=182',1,'nav_menu_item','',0),(184,1,'2016-02-27 03:58:29','2016-02-27 03:58:29','Please join us in this important battle to end modern day slavery.\r\n\r\nCall Toll Free to Report Human Trafficking:\r\nIf this is an Emergency, call 911\r\n\r\nNon-Emergency Reports\r\nNational Hotline (Multi-Lingual) 1-888-3737-888\r\nKorean Hotline 1-888-976-5274\r\nSpanish Hotline 1-888-80-AYUDA (1-888-80-29832)\r\n\r\nNYC: Call 311 or visit NYC: <a href=\"http://www.nyc.gov/html/endht/html/home/home.shtml\" target=\"_blank\">Lets End Human Trafficking</a>\r\n\r\nFurther Resources include:\r\n<a href=\"http://www.state.gov/g/tip/\" target=\"_blank\">State Department Office to Monitor and Combat Trafficking in Persons</a>\r\n<a href=\"http://Department of Health and Human Services Anti-Trafficking Program\" target=\"_blank\">Department of Health and Human Services Anti-Trafficking Program</a>\r\n<a href=\"http://www.ice.gov/pi/investigations/publicsafety/humantrafficking.htm#trafficking\" target=\"_blank\">Department of Homeland Security Anti-Trafficking Program</a>','Additional Resources','','publish','closed','closed','','additional-resources','','','2016-02-27 03:58:29','2016-02-27 03:58:29','',0,'http://www.lifepreserversproject.org/wordpress1/?page_id=184',0,'page','',0),(187,1,'2016-02-27 03:58:29','2016-02-27 03:58:29','Please join us in this important battle to end modern day slavery.\r\n\r\nCall Toll Free to Report Human Trafficking:\r\nIf this is an Emergency, call 911\r\n\r\nNon-Emergency Reports\r\nNational Hotline (Multi-Lingual) 1-888-3737-888\r\nKorean Hotline 1-888-976-5274\r\nSpanish Hotline 1-888-80-AYUDA (1-888-80-29832)\r\n\r\nNYC: Call 311 or visit NYC: <a href=\"http://www.nyc.gov/html/endht/html/home/home.shtml\" target=\"_blank\">Lets End Human Trafficking</a>\r\n\r\nFurther Resources include:\r\n<a href=\"http://www.state.gov/g/tip/\" target=\"_blank\">State Department Office to Monitor and Combat Trafficking in Persons</a>\r\n<a href=\"http://Department of Health and Human Services Anti-Trafficking Program\" target=\"_blank\">Department of Health and Human Services Anti-Trafficking Program</a>\r\n<a href=\"http://www.ice.gov/pi/investigations/publicsafety/humantrafficking.htm#trafficking\" target=\"_blank\">Department of Homeland Security Anti-Trafficking Program</a>','Additional Resources','','inherit','closed','closed','','184-revision-v1','','','2016-02-27 03:58:29','2016-02-27 03:58:29','',184,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/184-revision-v1/',0,'revision','',0),(188,1,'2016-02-27 04:35:41','2016-02-27 04:35:41','<h3>Life Preservers Project has formed relationships and donates portions of our proceeds to the following organizations:</h3>\r\n \r\n\r\n<a href=\"http://www.gems-girls.org\"><img class=\"alignleft wp-image-202\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/gems.png\" alt=\"Life Preservers Project GEMS\" width=\"167\" height=\"105\" /></a>Girls Educational & Mentoring Services(GEMS) is the nation\'s largest organization empowering girls and young women, ages 12-21, who have experienced sexual exploitation and domestic trafficking to exit the commercial sex industry and develop to their full potential. GEMS is committed to ending commercial sexual exploitation and domestic trafficking of children by changing individual lives, transforming public perception, and revolutionizing the systems and policies that impact sexually exploited youth.\r\n\r\n<hr />\r\n\r\n<a href=\"https://polarisproject.org\"><img class=\"wp-image-203 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/logo-300x80.jpg\" alt=\"Life Preservers Project Polaris\" width=\"176\" height=\"47\" /></a>\r\n\r\nPolaris Project\'s vision is for a world without slavery. Named after the North Star that guided slaves towards freedom along the Underground Railroad, Polaris Project has been providing a comprehensive approach to combating human trafficking and modern-day slavery since 2002. Their <strong>National Hotline (Multilingual)</strong> is 1-888-3737-888.\r\n\r\n<hr />\r\n\r\n<a href=\"http://www.restorenyc.org\"><img class=\"alignleft wp-image-197 \" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/restore-nyc-19113.png\" alt=\"Life Preservers Project Restore\" width=\"175\" height=\"83\" /></a>Restore NYC is a 501c3 non-profit organization founded in 2004 to provide services for internationally sex trafficked women in New York City. Restore aims to provide safe housing and specialized legal, medical and employment services, as well as optional spiritual activities.\r\n\r\n ','Affiliations','','publish','closed','closed','','affiliations','','','2016-02-27 21:36:48','2016-02-27 21:36:48','',0,'http://www.lifepreserversproject.org/wordpress1/?page_id=188',0,'page','',0),(190,1,'2016-02-27 04:04:37','2016-02-27 04:04:37','Girls Educational & Mentoring Services(GEMS) is the nation\'s largest organization empowering girls and young women, ages 12-21, who have experienced sexual exploitation and domestic trafficking to exit the commercial sex industry and develop to their full potential. GEMS is committed to ending commercial sexual exploitation and domestic trafficking of children by changing individual lives, transforming public perception, and revolutionizing the systems and policies that impact sexually exploited youth.','Affiliations','','inherit','closed','closed','','188-revision-v1','','','2016-02-27 04:04:37','2016-02-27 04:04:37','',188,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/188-revision-v1/',0,'revision','',0),(193,1,'2016-02-27 04:14:43','2016-02-27 04:14:43','<a href=\"http://www.gems-girls.org/\"><img class=\"alignleft\" src=\"http://02c86bf.netsolhost.com/images/logos/gems.png\" alt=\"Life Preservers Project GEMS\" width=\"176\" height=\"111\" /></a>Girls Educational & Mentoring Services(GEMS) is the nation\'s largest organization empowering girls and young women, ages 12-21, who have experienced sexual exploitation and domestic trafficking to exit the commercial sex industry and develop to their full potential. GEMS is committed to ending commercial sexual exploitation and domestic trafficking of children by changing individual lives, transforming public perception, and revolutionizing the systems and policies that impact sexually exploited youth.','Affiliations','','inherit','closed','closed','','188-revision-v1','','','2016-02-27 04:14:43','2016-02-27 04:14:43','',188,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/188-revision-v1/',0,'revision','',0),(196,1,'2016-02-27 04:19:47','2016-02-27 04:19:47','<a href=\"http://www.gems-girls.org/\"><img class=\"alignleft\" src=\"http://02c86bf.netsolhost.com/images/logos/gems.png\" alt=\"Life Preservers Project GEMS\" width=\"176\" height=\"111\" /></a>Girls Educational & Mentoring Services(GEMS) is the nation\'s largest organization empowering girls and young women, ages 12-21, who have experienced sexual exploitation and domestic trafficking to exit the commercial sex industry and develop to their full potential. GEMS is committed to ending commercial sexual exploitation and domestic trafficking of children by changing individual lives, transforming public perception, and revolutionizing the systems and policies that impact sexually exploited youth.\r\n\r\n<hr />\r\n\r\n<a href=\"https://polarisproject.org\"><img class=\"alignleft\" src=\"https://polarisproject.org/sites/all/themes/polaris/logo.svg\" alt=\"Life Preservers Project Polaris\" width=\"192\" height=\"51\" /></a>\r\n\r\nMany of you are aware that the Foundation has chosen to discontinue its work due to the events of the past few months. More can be found here on what the Board Published. When and if I find out more about what organizations will be supporting the survivors and the houses in Cambodia, I will post information or links here.','Affiliations','','inherit','closed','closed','','188-revision-v1','','','2016-02-27 04:19:47','2016-02-27 04:19:47','',188,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/188-revision-v1/',0,'revision','',0),(197,1,'2016-02-27 04:24:06','2016-02-27 04:24:06','','restore-nyc-19113','','inherit','open','closed','','restore-nyc-19113','','','2016-02-27 04:34:46','2016-02-27 04:34:46','',188,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/restore-nyc-19113.png',0,'attachment','image/png',0),(202,1,'2016-02-27 04:24:12','2016-02-27 04:24:12','','gems','','inherit','open','closed','','gems','','','2016-02-27 04:25:57','2016-02-27 04:25:57','',188,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/gems.png',0,'attachment','image/png',0),(203,1,'2016-02-27 04:32:35','2016-02-27 04:32:35','','logo','','inherit','open','closed','','logo','','','2016-02-27 04:32:48','2016-02-27 04:32:48','',188,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/logo.jpg',0,'attachment','image/jpeg',0),(205,1,'2016-02-27 04:35:41','2016-02-27 04:35:41','<a href=\"http://www.gems-girls.org\"><img class=\"alignleft wp-image-202\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/gems.png\" alt=\"Life Preservers Project GEMS\" width=\"154\" height=\"97\" /></a>Girls Educational & Mentoring Services(GEMS) is the nation\'s largest organization empowering girls and young women, ages 12-21, who have experienced sexual exploitation and domestic trafficking to exit the commercial sex industry and develop to their full potential. GEMS is committed to ending commercial sexual exploitation and domestic trafficking of children by changing individual lives, transforming public perception, and revolutionizing the systems and policies that impact sexually exploited youth.\r\n\r\n<hr />\r\n\r\n \r\n\r\n<a href=\"https://polarisproject.org\"><img class=\"alignleft wp-image-203\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/logo-300x80.jpg\" alt=\"Life Preservers Project Polaris\" width=\"165\" height=\"44\" /></a>Many of you are aware that the Foundation has chosen to discontinue its work due to the events of the past few months. More can be found here on what the Board Published. When and if I find out more about what organizations will be supporting the survivors and the houses in Cambodia, I will post information or links here.\r\n\r\n<hr />\r\n\r\n<a href=\"http://www.restorenyc.org\"><img class=\"alignleft wp-image-197 \" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/restore-nyc-19113.png\" alt=\"Life Preservers Project Restore\" width=\"164\" height=\"78\" /></a>Restore NYC is a 501c3 non-profit organization founded in 2004 to provide services for internationally sex trafficked women in New York City. Restore aims to provide safe housing and specialized legal, medical and employment services, as well as optional spiritual activities.\r\n\r\n ','Affiliations','','inherit','closed','closed','','188-revision-v1','','','2016-02-27 04:35:41','2016-02-27 04:35:41','',188,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/188-revision-v1/',0,'revision','',0),(206,1,'2016-02-27 04:36:23','2016-02-27 04:36:23',' ','','','publish','closed','closed','','206','','','2016-06-09 12:48:16','2016-06-09 12:48:16','',0,'http://www.lifepreserversproject.org/wordpress1/?p=206',2,'nav_menu_item','',0),(209,1,'2016-02-27 04:37:20','2016-02-27 04:37:20','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"188\" height=\"218\" /></p>\r\n<p style=\"text-align: left;\">Life Preservers Project is an international collaboration of artists dedicated to eradicating human trafficking.</p>\r\n<p style=\"text-align: left;\">\"Human trafficking is a violation of the human body, mind and spirit. For this vile practice to be taking place in a country that the world looks to as a beacon of freedom... is a terrible irony and an utter tragedy.\" ~Former Attorney General Alberto Gonzales, 2006 National Conference on Human Trafficking</p>\r\n<p style=\"text-align: left;\">Trafficking in persons, or human trafficking, is a tragically widespread form of modern-day slavery. Pursuing and prosecuting traffickers and rescuing victims of trafficking are high priorities of the Department of Justice. The Office of Legal Policy coordinates the development of the Department\'s anti-trafficking policies and is responsible for compiling the Attorney General\'s Annual Report to Congress on U.S. Government Efforts to Combat Trafficking in Persons and the Assessment of U.S. Government Efforts to Combat Trafficking in Persons. The Assistant Attorney General serves as the Department\'s representative to the Senior Policy Operating Group, an Executive level policy implementation group created to address emerging inter-agency policy, grants, and planning issues. Visit the <a href=\"http://www.justice.gov/olp/human_trafficking.htm\" target=\"_blank\">USDOJ</a> for more information.</p>','Home','','inherit','closed','closed','','2-revision-v1','','','2016-02-27 04:37:20','2016-02-27 04:37:20','',2,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/2-revision-v1/',0,'revision','',0),(212,1,'2016-02-27 04:37:54','2016-02-27 04:37:54','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"188\" height=\"218\" /></p>\r\n<p style=\"text-align: left;\">Life Preservers Project is an international collaboration of artists dedicated to eradicating human trafficking.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">\"Human trafficking is a violation of the human body, mind and spirit. For this vile practice to be taking place in a country that the world looks to as a beacon of freedom... is a terrible irony and an utter tragedy.\" ~Former Attorney General Alberto Gonzales, 2006 National Conference on Human Trafficking</p>\r\n</blockquote>\r\n<p style=\"text-align: left;\">Trafficking in persons, or human trafficking, is a tragically widespread form of modern-day slavery. Pursuing and prosecuting traffickers and rescuing victims of trafficking are high priorities of the Department of Justice. The Office of Legal Policy coordinates the development of the Department\'s anti-trafficking policies and is responsible for compiling the Attorney General\'s Annual Report to Congress on U.S. Government Efforts to Combat Trafficking in Persons and the Assessment of U.S. Government Efforts to Combat Trafficking in Persons. The Assistant Attorney General serves as the Department\'s representative to the Senior Policy Operating Group, an Executive level policy implementation group created to address emerging inter-agency policy, grants, and planning issues. Visit the <a href=\"http://www.justice.gov/olp/human_trafficking.htm\" target=\"_blank\">USDOJ</a> for more information.</p>','Home','','inherit','closed','closed','','2-revision-v1','','','2016-02-27 04:37:54','2016-02-27 04:37:54','',2,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/2-revision-v1/',0,'revision','',0),(215,1,'2016-02-27 04:40:40','2016-02-27 04:40:40','<h3>Life Preservers Project has formed relationships and will be donating portions of our proceeds to the following organizations:</h3>\n \n\n<a href=\"http://www.gems-girls.org\"><img class=\"alignleft wp-image-202\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/gems.png\" alt=\"Life Preservers Project GEMS\" width=\"154\" height=\"97\" /></a>Girls Educational & Mentoring Services(GEMS) is the nation\'s largest organization empowering girls and young women, ages 12-21, who have experienced sexual exploitation and domestic trafficking to exit the commercial sex industry and develop to their full potential. GEMS is committed to ending commercial sexual exploitation and domestic trafficking of children by changing individual lives, transforming public perception, and revolutionizing the systems and policies that impact sexually exploited youth.\n\n<hr />\n\n \n\n<a href=\"https://polarisproject.org\"><img class=\"alignleft wp-image-203\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/logo-300x80.jpg\" alt=\"Life Preservers Project Polaris\" width=\"165\" height=\"44\" /></a>Many of you are aware that the Foundation has chosen to discontinue its work due to the events of the past few months. More can be found here on what the Board Published. When and if I find out more about what organizations will be supporting the survivors and the houses in Cambodia, I will post information or links here.\n\n<hr />\n\n<a href=\"http://www.restorenyc.org\"><img class=\"alignleft wp-image-197 \" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/restore-nyc-19113.png\" alt=\"Life Preservers Project Restore\" width=\"164\" height=\"78\" /></a>Restore NYC is a 501c3 non-profit organization founded in 2004 to provide services for internationally sex trafficked women in New York City. Restore aims to provide safe housing and specialized legal, medical and employment services, as well as optional spiritual activities.\n\n ','Affiliations','','inherit','closed','closed','','188-autosave-v1','','','2016-02-27 04:40:40','2016-02-27 04:40:40','',188,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/188-autosave-v1/',0,'revision','',0),(218,1,'2016-02-27 04:40:46','2016-02-27 04:40:46','<h3>Life Preservers Project has formed relationships and donates portions of our proceeds to the following organizations:</h3>\r\n \r\n\r\n<a href=\"http://www.gems-girls.org\"><img class=\"alignleft wp-image-202\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/gems.png\" alt=\"Life Preservers Project GEMS\" width=\"154\" height=\"97\" /></a>Girls Educational & Mentoring Services(GEMS) is the nation\'s largest organization empowering girls and young women, ages 12-21, who have experienced sexual exploitation and domestic trafficking to exit the commercial sex industry and develop to their full potential. GEMS is committed to ending commercial sexual exploitation and domestic trafficking of children by changing individual lives, transforming public perception, and revolutionizing the systems and policies that impact sexually exploited youth.\r\n\r\n<hr />\r\n\r\n \r\n\r\n<a href=\"https://polarisproject.org\"><img class=\"alignleft wp-image-203\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/logo-300x80.jpg\" alt=\"Life Preservers Project Polaris\" width=\"165\" height=\"44\" /></a>Many of you are aware that the Foundation has chosen to discontinue its work due to the events of the past few months. More can be found here on what the Board Published. When and if I find out more about what organizations will be supporting the survivors and the houses in Cambodia, I will post information or links here.\r\n\r\n<hr />\r\n\r\n<a href=\"http://www.restorenyc.org\"><img class=\"alignleft wp-image-197 \" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/restore-nyc-19113.png\" alt=\"Life Preservers Project Restore\" width=\"164\" height=\"78\" /></a>Restore NYC is a 501c3 non-profit organization founded in 2004 to provide services for internationally sex trafficked women in New York City. Restore aims to provide safe housing and specialized legal, medical and employment services, as well as optional spiritual activities.\r\n\r\n ','Affiliations','','inherit','closed','closed','','188-revision-v1','','','2016-02-27 04:40:46','2016-02-27 04:40:46','',188,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/188-revision-v1/',0,'revision','',0),(220,1,'2016-02-27 15:17:44','2016-02-27 15:17:44','','Life','','inherit','open','closed','','life','','','2016-02-27 15:18:04','2016-02-27 15:18:04','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Life.png',0,'attachment','image/png',0),(221,1,'2016-02-27 15:20:59','2016-02-27 15:20:59','','brooksbrotherslp','','inherit','open','closed','','brooksbrotherslp','','','2016-02-28 01:47:27','2016-02-28 01:47:27','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/brooksbrotherslp.jpg',0,'attachment','image/jpeg',0),(224,1,'2016-02-27 15:21:07','2016-02-27 15:21:07','','applekidlp','','inherit','open','closed','','applekidlp','','','2016-02-27 15:21:07','2016-02-27 15:21:07','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/applekidlp.jpg',0,'attachment','image/jpeg',0),(226,1,'2016-02-27 15:21:15','2016-02-27 15:21:15','','bassplayerlp','','inherit','open','closed','','bassplayerlp','','','2016-02-27 15:21:15','2016-02-27 15:21:15','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/bassplayerlp.jpg',0,'attachment','image/jpeg',0),(227,1,'2016-02-27 15:21:23','2016-02-27 15:21:23','','bretlp5x7saturated','','inherit','open','closed','','bretlp5x7saturated','','','2016-02-27 15:21:23','2016-02-27 15:21:23','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/bretlp5x7saturated.jpg',0,'attachment','image/jpeg',0),(229,1,'2016-02-27 15:21:32','2016-02-27 15:21:32','','cartguylp','','inherit','open','closed','','cartguylp','','','2016-02-27 15:21:32','2016-02-27 15:21:32','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/cartguylp.jpg',0,'attachment','image/jpeg',0),(230,1,'2016-02-27 15:21:38','2016-02-27 15:21:38','','chaingraylp','','inherit','open','closed','','chaingraylp','','','2016-03-02 02:10:16','2016-03-02 02:10:16','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/chaingraylp.jpg',0,'attachment','image/jpeg',0),(232,1,'2016-02-27 15:21:47','2016-02-27 15:21:47','','coplp5x7saturated','','inherit','open','closed','','coplp5x7saturated','','','2016-02-27 15:21:47','2016-02-27 15:21:47','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/coplp5x7saturated.jpg',0,'attachment','image/jpeg',0),(235,1,'2016-02-27 15:21:52','2016-02-27 15:21:52','','cowshoegirllp','','inherit','open','closed','','cowshoegirllp','','','2016-02-27 15:21:52','2016-02-27 15:21:52','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/cowshoegirllp.jpg',0,'attachment','image/jpeg',0),(236,1,'2016-02-27 15:22:01','2016-02-27 15:22:01','','crazynycguy5x7','','inherit','open','closed','','crazynycguy5x7','','','2016-02-27 15:22:01','2016-02-27 15:22:01','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/crazynycguy5x7.jpg',0,'attachment','image/jpeg',0),(238,1,'2016-02-27 15:22:06','2016-02-27 15:22:06','','danceteacherlp','','inherit','open','closed','','danceteacherlp','','','2016-02-27 15:22:06','2016-02-27 15:22:06','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/danceteacherlp.jpg',0,'attachment','image/jpeg',0),(241,1,'2016-02-27 15:22:14','2016-02-27 15:22:14','','david2','','inherit','open','closed','','david2','','','2016-02-27 15:22:14','2016-02-27 15:22:14','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/david2.jpg',0,'attachment','image/jpeg',0),(244,1,'2016-02-27 15:22:23','2016-02-27 15:22:23','','dockworkerlp','','inherit','open','closed','','dockworkerlp','','','2016-02-27 15:22:23','2016-02-27 15:22:23','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/dockworkerlp.jpg',0,'attachment','image/jpeg',0),(245,1,'2016-02-27 15:22:29','2016-02-27 15:22:29','','flowerdoorlp','','inherit','open','closed','','flowerdoorlp','','','2016-02-27 15:22:29','2016-02-27 15:22:29','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/flowerdoorlp.jpg',0,'attachment','image/jpeg',0),(248,1,'2016-02-27 15:22:40','2016-02-27 15:22:40','','gallipollilp','','inherit','open','closed','','gallipollilp','','','2016-02-27 15:22:40','2016-02-27 15:22:40','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/gallipollilp.jpg',0,'attachment','image/jpeg',0),(251,1,'2016-02-27 15:22:45','2016-02-27 15:22:45','','graff2','','inherit','open','closed','','graff2','','','2016-02-27 15:22:45','2016-02-27 15:22:45','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/graff2.jpg',0,'attachment','image/jpeg',0),(254,1,'2016-02-27 15:22:52','2016-02-27 15:22:52','','greta1','','inherit','open','closed','','greta1','','','2016-02-27 15:22:52','2016-02-27 15:22:52','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/greta1.jpg',0,'attachment','image/jpeg',0),(257,1,'2016-02-27 15:23:01','2016-02-27 15:23:01','','happyoldguylp','','inherit','open','closed','','happyoldguylp','','','2016-02-27 15:23:01','2016-02-27 15:23:01','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/happyoldguylp.jpg',0,'attachment','image/jpeg',0),(260,1,'2016-02-27 15:23:12','2016-02-27 15:23:12','','indianguylp','','inherit','open','closed','','indianguylp','','','2016-02-27 15:23:12','2016-02-27 15:23:12','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/indianguylp.jpg',0,'attachment','image/jpeg',0),(262,1,'2016-02-27 15:23:19','2016-02-27 15:23:19','','jappopartguy.lp','','inherit','open','closed','','jappopartguy-lp','','','2016-02-27 15:23:19','2016-02-27 15:23:19','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/jappopartguy.lp_.jpg',0,'attachment','image/jpeg',0),(265,1,'2016-02-27 15:23:27','2016-02-27 15:23:27','','newpaperlp1','','inherit','open','closed','','newpaperlp1','','','2016-02-27 15:23:27','2016-02-27 15:23:27','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/newpaperlp1.jpg',0,'attachment','image/jpeg',0),(268,1,'2016-02-27 15:23:35','2016-02-27 15:23:35','','newspaperlp2','','inherit','open','closed','','newspaperlp2','','','2016-02-27 15:23:35','2016-02-27 15:23:35','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/newspaperlp2.jpg',0,'attachment','image/jpeg',0),(269,1,'2016-02-27 15:23:44','2016-02-27 15:23:44','','sculpture','','inherit','open','closed','','sculpture','','','2016-02-27 15:23:44','2016-02-27 15:23:44','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/sculpture.jpg',0,'attachment','image/jpeg',0),(272,1,'2016-02-27 15:23:51','2016-02-27 15:23:51','','youngkidglasseslp','','inherit','open','closed','','youngkidglasseslp','','','2016-02-27 15:23:51','2016-02-27 15:23:51','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/youngkidglasseslp.jpg',0,'attachment','image/jpeg',0),(275,1,'2016-02-27 15:23:58','2016-02-27 15:23:58','','artist info','','inherit','open','closed','','artist-info','','','2016-02-27 15:23:58','2016-02-27 15:23:58','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/artist-info.pages',0,'attachment','application/vnd.apple.pages',0),(277,1,'2016-02-27 15:24:01','2016-02-27 15:24:01','','friends','','inherit','open','closed','','friends','','','2016-02-27 18:19:08','2016-02-27 18:19:08','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/friends.jpg',0,'attachment','image/jpeg',0),(280,1,'2016-02-27 15:24:11','2016-02-27 15:24:11','','Harmony by Jorge Namerow','','inherit','open','closed','','harmony-by-jorge-namerow','','','2016-02-27 22:42:34','2016-02-27 22:42:34','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Harmony-by-Jorge-Namerow.jpg',0,'attachment','image/jpeg',0),(283,1,'2016-02-27 15:24:20','2016-02-27 15:24:20','','lifesavers-2','','inherit','open','closed','','lifesavers-2','','','2016-02-27 15:24:20','2016-02-27 15:24:20','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/lifesavers-2.jpg',0,'attachment','image/jpeg',0),(286,1,'2016-02-27 15:24:28','2016-02-27 15:24:28','','on the sidewalk','','inherit','open','closed','','on-the-sidewalk','','','2016-03-02 02:07:32','2016-03-02 02:07:32','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/on-the-sidewalk.jpg',0,'attachment','image/jpeg',0),(289,1,'2016-02-27 15:24:33','2016-02-27 15:24:33','','redRibbon-2','','inherit','open','closed','','redribbon-2','','','2016-03-02 02:25:29','2016-03-02 02:25:29','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/redRibbon-2.jpg',0,'attachment','image/jpeg',0),(292,1,'2016-02-27 15:24:40','2016-02-27 15:24:40','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera','','','2016-02-27 17:55:00','2016-02-27 17:55:00','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/safe-circles-pedrero-.jpg',0,'attachment','image/jpeg',0),(293,1,'2016-02-27 15:24:50','2016-02-27 15:24:50','','The Forgotten-3','','inherit','open','closed','','the-forgotten-3','','','2016-02-27 21:25:00','2016-02-27 21:25:00','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/The-Forgotten-3.jpg',0,'attachment','image/jpeg',0),(296,1,'2016-02-27 15:25:40','2016-02-27 15:25:40','','fallenangel','','inherit','open','closed','','fallenangel','','','2016-02-27 15:59:07','2016-02-27 15:59:07','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/fallenangel.jpg',0,'attachment','image/jpeg',0),(298,1,'2016-02-27 15:26:05','2016-02-27 15:26:05','<h3>Life Preservers Project has formed relationships and donates portions of our proceeds to the following organizations:</h3>\r\n \r\n\r\n<a href=\"http://www.gems-girls.org\"><img class=\"alignleft wp-image-202\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/gems.png\" alt=\"Life Preservers Project GEMS\" width=\"154\" height=\"97\" /></a>Girls Educational & Mentoring Services(GEMS) is the nation\'s largest organization empowering girls and young women, ages 12-21, who have experienced sexual exploitation and domestic trafficking to exit the commercial sex industry and develop to their full potential. GEMS is committed to ending commercial sexual exploitation and domestic trafficking of children by changing individual lives, transforming public perception, and revolutionizing the systems and policies that impact sexually exploited youth.\r\n\r\n<hr />\r\n\r\n \r\n\r\n<a href=\"https://polarisproject.org\"><img class=\"alignleft wp-image-203\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/logo-300x80.jpg\" alt=\"Life Preservers Project Polaris\" width=\"165\" height=\"44\" /></a>Polaris Project\'s vision is for a world without slavery. Named after the North Star that guided slaves towards freedom along the Underground Railroad, Polaris Project has been providing a comprehensive approach to combating human trafficking and modern-day slavery since 2002. Their <strong>National Hotline (Multi-Lingual)</strong> is 1-888-3737-888.\r\n\r\n<hr />\r\n\r\n<a href=\"http://www.restorenyc.org\"><img class=\"alignleft wp-image-197 \" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/restore-nyc-19113.png\" alt=\"Life Preservers Project Restore\" width=\"164\" height=\"78\" /></a>Restore NYC is a 501c3 non-profit organization founded in 2004 to provide services for internationally sex trafficked women in New York City. Restore aims to provide safe housing and specialized legal, medical and employment services, as well as optional spiritual activities.\r\n\r\n ','Affiliations','','inherit','closed','closed','','188-revision-v1','','','2016-02-27 15:26:05','2016-02-27 15:26:05','',188,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/188-revision-v1/',0,'revision','',0),(301,1,'2016-02-27 15:26:46','2016-02-27 15:26:46','<h3>Life Preservers Project has formed relationships and donates portions of our proceeds to the following organizations:</h3>\r\n \r\n\r\n<a href=\"http://www.gems-girls.org\"><img class=\"alignleft wp-image-202\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/gems.png\" alt=\"Life Preservers Project GEMS\" width=\"154\" height=\"97\" /></a>Girls Educational & Mentoring Services(GEMS) is the nation\'s largest organization empowering girls and young women, ages 12-21, who have experienced sexual exploitation and domestic trafficking to exit the commercial sex industry and develop to their full potential. GEMS is committed to ending commercial sexual exploitation and domestic trafficking of children by changing individual lives, transforming public perception, and revolutionizing the systems and policies that impact sexually exploited youth.\r\n\r\n<hr />\r\n\r\n<a href=\"https://polarisproject.org\"><img class=\"alignleft wp-image-203\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/logo-300x80.jpg\" alt=\"Life Preservers Project Polaris\" width=\"165\" height=\"44\" /></a>\r\n\r\nPolaris Project\'s vision is for a world without slavery. Named after the North Star that guided slaves towards freedom along the Underground Railroad, Polaris Project has been providing a comprehensive approach to combating human trafficking and modern-day slavery since 2002. Their <strong>National Hotline (Multi-Lingual)</strong> is 1-888-3737-888.\r\n\r\n<hr />\r\n\r\n<a href=\"http://www.restorenyc.org\"><img class=\"alignleft wp-image-197 \" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/restore-nyc-19113.png\" alt=\"Life Preservers Project Restore\" width=\"164\" height=\"78\" /></a>Restore NYC is a 501c3 non-profit organization founded in 2004 to provide services for internationally sex trafficked women in New York City. Restore aims to provide safe housing and specialized legal, medical and employment services, as well as optional spiritual activities.\r\n\r\n ','Affiliations','','inherit','closed','closed','','188-revision-v1','','','2016-02-27 15:26:46','2016-02-27 15:26:46','',188,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/188-revision-v1/',0,'revision','',0),(302,1,'2016-02-27 15:33:53','2016-02-27 15:33:53','','Life_Preservers_Project','','inherit','open','closed','','life_preservers_project','','','2016-02-27 15:35:21','2016-02-27 15:35:21','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Life_Preservers_Project.png',0,'attachment','image/png',0),(304,1,'2016-02-27 15:37:33','2016-02-27 15:37:33','','Life_Preservers_Project-1200@2x','','inherit','open','closed','','life_preservers_project-1200','','','2016-02-27 15:38:25','2016-02-27 15:38:25','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Life_Preservers_Project-1200.png',0,'attachment','image/png',0),(307,1,'2016-02-27 15:39:26','2016-02-27 15:39:26','','Life_Preservers_Project-800x229','','inherit','open','closed','','life_preservers_project-800x229','','','2016-02-27 15:39:42','2016-02-27 15:39:42','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Life_Preservers_Project-800x229.png',0,'attachment','image/png',0),(308,1,'2016-02-27 15:40:31','2016-02-27 15:40:31','','Life_Preservers_Project_400','','inherit','open','closed','','life_preservers_project_400','','','2016-02-27 15:40:42','2016-02-27 15:40:42','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Life_Preservers_Project_400.png',0,'attachment','image/png',0),(310,1,'2016-02-27 15:41:31','2016-02-27 15:41:31','','Life_Preservers_Project@2x','','inherit','open','closed','','life_preservers_project2x','','','2016-02-27 15:42:44','2016-02-27 15:42:44','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Life_Preservers_Project@2x.png',0,'attachment','image/png',0),(311,1,'2016-02-27 15:44:08','2016-02-27 15:44:08','','Life_Preservers_Project_250','','inherit','open','closed','','life_preservers_project_250','','','2016-02-27 15:44:19','2016-02-27 15:44:19','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Life_Preservers_Project_250.png',0,'attachment','image/png',0),(313,1,'2016-02-27 16:20:42','2016-02-27 16:20:42','','Screen Shot 2016-02-27 at 11.06.24 AM','','inherit','open','closed','','screen-shot-2016-02-27-at-11-06-24-am','','','2016-02-27 16:21:04','2016-02-27 16:21:04','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Screen-Shot-2016-02-27-at-11.06.24-AM.png',0,'attachment','image/png',0),(316,1,'2016-02-27 16:57:16','2016-02-27 16:57:16','','Events','','publish','closed','closed','','calendar','','','2016-02-28 01:21:35','2016-02-28 01:21:35','',0,'http://www.lifepreserversproject.org/wordpress1/calendar/',0,'page','',0),(320,1,'2016-02-27 17:06:40','2016-02-27 17:06:40','In support of <a href=\"http://www.gems-girls.org/\" target=\"_blank\">Girls Educational & Mentoring Services (GEMS)</a> and <a href=\"http://www.voa-gny.org/operation-backpack\" target=\"_blank\">Operation Back</a>, Life Preservers Project and <a href=\"http://www.womeninediscovery.org/\" target=\"_blank\">Women in eDiscovery</a> present the 7th Annual eDiscovery FUNraiser.\r\n\r\nThis year’s event will include a summer fashion show and art auction. Proceeds from the event will benefit both GEMS and Operation Backpack.\r\n\r\nSponsorship opportunities are available.\r\n\r\nLife Preservers has supported Girls Educational and Mentoring Services for 7 years. GEMS mission is to empower girls and young women, ages 12–24, who have experienced commercial sexual exploitation and domestic trafficking to exit the commercial sex industry and develop to their full potential. GEMS is committed to ending commercial sexual exploitation and domestic trafficking of children by changing individual lives, transforming public perception, and revolutionizing the systems and policies that impact sexually exploited youth.\r\n\r\nIn 2014, the New York City Chapter of <a href=\"https://www.crowdrise.com/teamwiebackpack\" target=\"_blank\">Women in eDiscovery began its support of Operation Backpack</a>. Each year since 2001, Volunteers of America-Greater New York has been distributing new backpacks filled with grade-specific school supplies to homeless children throughout New York City. A filled backpack relieves parents of a financial burden and provides a sense of normalcy to the otherwise chaotic lives of these children, helping them to look and feel more like their classmates. Most importantly, a filled backpack allows these children to start the school year feeling prepared and confident, with the knowledge that their education is important and that someone believes in them.','7th Annual eDiscovery Summer FUNraiser','','publish','closed','open','','7th-annual-ediscovery-summer-funraiser','','','2016-03-01 21:35:53','2016-03-01 21:35:53','',0,'http://www.lifepreserversproject.org/wordpress1/?post_type=ai1ec_event&p=320',0,'ai1ec_event','',0),(323,1,'2016-02-27 17:14:13','2016-02-27 17:14:13','','Screen Shot 2016-02-27 at 12.22.18 PM','','inherit','open','closed','','screen-shot-2016-02-27-at-12-22-18-pm','','','2016-02-27 17:14:29','2016-02-27 17:14:29','',316,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Screen-Shot-2016-02-27-at-12.22.18-PM.png',0,'attachment','image/png',0),(325,1,'2016-02-27 17:14:42','2016-02-27 17:14:42','','Calendar','','inherit','closed','closed','','316-revision-v1','','','2016-02-27 17:14:42','2016-02-27 17:14:42','',316,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/316-revision-v1/',0,'revision','',0),(328,1,'2016-02-27 17:16:17','2016-02-27 17:16:17','','Screen Shot 2016-02-27 at 12.24.15 PM','','inherit','open','closed','','screen-shot-2016-02-27-at-12-24-15-pm','','','2016-02-27 17:16:33','2016-02-27 17:16:33','',316,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Screen-Shot-2016-02-27-at-12.24.15-PM.png',0,'attachment','image/png',0),(329,1,'2016-02-27 17:17:30','2016-02-27 17:17:30','','Events','','inherit','closed','closed','','316-revision-v1','','','2016-02-27 17:17:30','2016-02-27 17:17:30','',316,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/316-revision-v1/',0,'revision','',0),(332,1,'2016-02-27 17:25:36','2016-02-27 17:25:36','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"188\" height=\"218\" /></p>\r\n<p style=\"text-align: left;\">Life Preservers Project is an international collaboration of artists dedicated to eradicating human trafficking.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">\"Human trafficking is a violation of the human body, mind and spirit. For this vile practice to be taking place in a country that the world looks to as a beacon of freedom... is a terrible irony and an utter tragedy.\" ~Former Attorney General Alberto Gonzales, 2006 National Conference on Human Trafficking</p>\r\n</blockquote>\r\n<p style=\"text-align: left;\">Trafficking in persons, or human trafficking, is a tragically widespread form of modern-day slavery. Pursuing and prosecuting traffickers and rescuing victims of trafficking are high priorities of the Department of Justice. The Office of Legal Policy coordinates the development of the Department\'s anti-trafficking policies and is responsible for compiling the Attorney General\'s Annual Report to Congress on U.S. Government Efforts to Combat Trafficking in Persons and the Assessment of U.S. Government Efforts to Combat Trafficking in Persons. The Assistant Attorney General serves as the Department\'s representative to the Senior Policy Operating Group, an Executive level policy implementation group created to address emerging inter-agency policy, grants, and planning issues. Visit the <a href=\"http://www.justice.gov/olp/human_trafficking.htm\" target=\"_blank\">USDOJ</a> for more information.</p>\r\n\r\n<center>\r\n<h3><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" />Support a World Free of Slavery\r\n<input name=\"hosted_button_id\" type=\"hidden\" value=\"AJLBK8QTPXUBJ\" />\r\n<input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\r\n<img src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></h3>\r\n \r\n\r\n</center>','Home','','inherit','closed','closed','','2-revision-v1','','','2016-02-27 17:25:36','2016-02-27 17:25:36','',2,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/2-revision-v1/',0,'revision','',0),(335,1,'2016-02-27 17:26:29','2016-02-27 17:26:29','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"188\" height=\"218\" /></p>\r\n<p style=\"text-align: left;\">Life Preservers Project is an international collaboration of artists dedicated to eradicating human trafficking.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">\"Human trafficking is a violation of the human body, mind and spirit. For this vile practice to be taking place in a country that the world looks to as a beacon of freedom... is a terrible irony and an utter tragedy.\" ~Former Attorney General Alberto Gonzales, 2006 National Conference on Human Trafficking</p>\r\n</blockquote>\r\n<p style=\"text-align: left;\">Trafficking in persons, or human trafficking, is a tragically widespread form of modern-day slavery. Pursuing and prosecuting traffickers and rescuing victims of trafficking are high priorities of the Department of Justice. The Office of Legal Policy coordinates the development of the Department\'s anti-trafficking policies and is responsible for compiling the Attorney General\'s Annual Report to Congress on U.S. Government Efforts to Combat Trafficking in Persons and the Assessment of U.S. Government Efforts to Combat Trafficking in Persons. The Assistant Attorney General serves as the Department\'s representative to the Senior Policy Operating Group, an Executive level policy implementation group created to address emerging inter-agency policy, grants, and planning issues. Visit the <a href=\"http://www.justice.gov/olp/human_trafficking.htm\" target=\"_blank\">USDOJ</a> for more information.</p>\r\n \r\n<h2 style=\"text-align: center;\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" />Support a World Free of Slavery\r\n<input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\r\n<img src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></h2>\r\n \r\n\r\n ','Home','','inherit','closed','closed','','2-revision-v1','','','2016-02-27 17:26:29','2016-02-27 17:26:29','',2,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/2-revision-v1/',0,'revision','',0),(337,1,'2016-02-27 17:55:04','2016-02-27 17:55:04','In 2008, Shana Pederson\'s friend, Bonnie Whitfield approached her about donating a painting to a small art auction at Bonnie\'s Bushwick loft to raise funds for the fledgling non-profit <a href=\"http://restorenyc.org\" target=\"_blank\">Restore NYC</a>. She did not know much about the cause, but after hearing Faith Huckel speak at the art auction about the lack of resources and housing for trafficked individuals in NYC Shana was horrified.\r\n\r\nShana began researching the issue, after which she felt compelled to use her ever expanding network of connections in both the art and legal world to make a difference and raise awareness and money any way she could.\r\n\r\nThrough her research and travels, Shana met some of the most beautiful people, including the people behind <a href=\"http://www.gems-girls.org/\" target=\"_blank\">GEMS-Girls</a>, and their survivors. Meeting these women became the catalyst for Shana forming Life Preservers Project.\r\n\r\nWe officially formed Life Preservers Inc a 501c3 in 2009 with a mission to use the arts to educate and entertain while raising awareness and much needed funds for the victims of Human Trafficking both locally and internationally.\r\n\r\n[caption id=\"attachment_338\" align=\"aligncenter\" width=\"300\"]<img class=\"size-medium wp-image-338\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/700x400_NYTimes-300x171.jpg\" alt=\"Life Preservers Project\" width=\"300\" height=\"171\" /> A Woman. A Prostitute. A Slave., November 27, 2010 by Nicholas Kristof[/caption]\r\n\r\nSince 2010, we have hosted several large fundraising events, which have helped us to raise over $60,000 for survivors of human trafficking. This has all been made possible with the help of Legal Industry groups including B-Discovery, PALS, NY City Paralegal Association, Women in eDiscovery and ECALSM as well as help from top service and technology providers in the legal industry.','About','','publish','closed','closed','','about','','','2016-02-28 15:17:02','2016-02-28 15:17:02','',0,'http://www.lifepreserversproject.org/wordpress1/?page_id=337',0,'page','',0),(338,1,'2016-02-27 17:53:32','2016-02-27 17:53:32','','700x400_NYTimes','A Woman. A Prostitute. A Slave., November 27, 2010 by Nicholas Kristof','inherit','open','closed','','700x400_nytimes','','','2016-02-27 17:53:51','2016-02-27 17:53:51','',337,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/700x400_NYTimes.jpg',0,'attachment','image/jpeg',0),(341,1,'2016-02-27 17:55:06','2016-02-27 17:55:06',' ','','','publish','closed','closed','','341','','','2016-06-09 12:48:16','2016-06-09 12:48:16','',0,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/341/',7,'nav_menu_item','',0),(344,1,'2016-02-27 17:55:04','2016-02-27 17:55:04','In 2008, Shana Pederson friend, Bonnie Whitfield approached her about donating a painting to a small art auction at Bonnie\'s Bushwick loft to raise funds for the fledgling non-profit <a href=\"http://restorenyc.org\" target=\"_blank\">Restore NYC</a>. She did not know much about the cause, but after hearing Faith Huckel speak at the art auction about the lack of resources and housing for trafficked individuals in NYC Shana was horrified.\r\n\r\nShana began researching after which she felt compelled to use her ever expanding network of connections in both the art and legal world to make a difference and raise awareness and money any way she could.\r\n\r\nThrough her research and travels, Shana met some of the most beautiful people, the people behind <a href=\"http://www.gems-girls.org/\" target=\"_blank\">GEMS-Girls</a>, and their survivors. Meeting these women became the catalyst for Shana forming Life Preservers Project.\r\n\r\nWe officially formed Life Preservers Inc a 501c3 in 2009 with a mission to use the arts to educate and entertain while raising awareness and much needed funds for the victims of Human Trafficking both locally and internationally.\r\n\r\n[caption id=\"attachment_338\" align=\"aligncenter\" width=\"300\"]<img class=\"size-medium wp-image-338\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/700x400_NYTimes-300x171.jpg\" alt=\"Life Preservers Project\" width=\"300\" height=\"171\" /> A Woman. A Prostitute. A Slave., November 27, 2010 by Nicholas Kristof[/caption]\r\n\r\nSince 2010, we have hosted several large fundraising events, which have helped us to raise over $60,000 for survivors of human trafficking. This has all been made possible with the help of Legal Industry groups including B-Discovery, PALS, NY City Paralegal Association, Women in eDiscovery and ECALSM as well as help from top service and technology providers in the legal industry.','About','','inherit','closed','closed','','337-revision-v1','','','2016-02-27 17:55:04','2016-02-27 17:55:04','',337,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/337-revision-v1/',0,'revision','',0),(346,1,'2016-02-27 18:19:25','2016-02-27 18:19:25','View artwork from our favorite artists and photos from our events.\r\n<h3>Art Gallery</h3>\r\n[caption id=\"attachment_221\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-221\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/brooksbrotherslp-300x201.jpg\" alt=\"Life Preservers Project Look Book\" width=\"300\" height=\"201\" /> Life Preserver Photo Ops[/caption]\r\n\r\n \r\n\r\n<hr />\r\n\r\n \r\n<h3>Event Photos</h3>\r\n<a href=\"http://www.johnnacionimaging.com/Client-Gallery/Life-Preservers-Project/i-8VcTP5R\" target=\"_blank\"><img class=\"size-medium wp-image-461 alignnone\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Life-Preservers-Project-Presents-300x225.jpg\" alt=\"6th Annual eDiscovery Summer FUNraiser\" width=\"300\" height=\"225\" /></a>','Gallery','','publish','closed','closed','','gallery','','','2016-02-29 18:30:39','2016-02-29 18:30:39','',0,'http://www.lifepreserversproject.org/wordpress1/?page_id=346',0,'page','',0),(349,1,'2016-02-27 18:19:26','2016-02-27 18:19:26',' ','','','publish','closed','closed','','349','','','2016-06-09 12:48:16','2016-06-09 12:48:16','',0,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/349/',5,'nav_menu_item','',0),(352,1,'2016-02-27 18:19:25','2016-02-27 18:19:25','View artwork from our favorite artists and photos from our events.\r\n\r\n ','Gallery','','inherit','closed','closed','','346-revision-v1','','','2016-02-27 18:19:25','2016-02-27 18:19:25','',346,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/346-revision-v1/',0,'revision','',0),(353,1,'2016-02-27 18:22:12','2016-02-27 18:22:12','[gallery type=\"rectangular\" link=\"none\" ids=\"268,265,262,260,257,269,272,244,245,248,251,254,241,238,229,230,221,227,236,235,226,224,232\" orderby=\"rand\"]','Life Preservers Fun','','publish','closed','closed','','life-preservers-fun','','','2016-02-27 18:22:12','2016-02-27 18:22:12','',0,'http://www.lifepreserversproject.org/wordpress1/?page_id=353',0,'page','',0),(359,1,'2016-02-27 18:22:12','2016-02-27 18:22:12','[gallery type=\"rectangular\" link=\"none\" ids=\"268,265,262,260,257,269,272,244,245,248,251,254,241,238,229,230,221,227,236,235,226,224,232\" orderby=\"rand\"]','Life Preservers Fun','','inherit','closed','closed','','353-revision-v1','','','2016-02-27 18:22:12','2016-02-27 18:22:12','',353,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/353-revision-v1/',0,'revision','',0),(362,1,'2016-02-29 18:26:53','2016-02-29 18:26:53','View artwork from our favorite artists and photos from our events.\n<h3>Art Gallery</h3>\n[caption id=\"attachment_221\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-221 size-medium\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/brooksbrotherslp-300x201.jpg\" alt=\"Life Preservers Project Look Book\" width=\"300\" height=\"201\" /> Life Preserver Photo Ops[/caption]\n\n \n<h3>Event Photos</h3>\n<img class=\"size-medium wp-image-461 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Life-Preservers-Project-Presents-300x225.jpg\" alt=\"6th Annual eDiscovery Summer FUNraiser\" width=\"300\" height=\"225\" />','Gallery','','inherit','closed','closed','','346-autosave-v1','','','2016-02-29 18:26:53','2016-02-29 18:26:53','',346,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/346-autosave-v1/',0,'revision','',0),(364,1,'2016-02-27 18:24:10','2016-02-27 18:24:10','View artwork from our favorite artists and photos from our events.\r\n<ul>\r\n <li><a href=\"http://www.lifepreserversproject.org/wordpress1/life-preservers-fun/\" target=\"_blank\">Life Preserver Fun</a></li>\r\n</ul>','Gallery','','inherit','closed','closed','','346-revision-v1','','','2016-02-27 18:24:10','2016-02-27 18:24:10','',346,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/346-revision-v1/',0,'revision','',0),(365,1,'2016-02-27 19:59:00','0000-00-00 00:00:00','','','','draft','closed','closed','','sp-template-default-style','','','2016-02-27 19:59:00','0000-00-00 00:00:00','',0,'http://www.lifepreserversproject.org/wordpress1/?post_type=sptemplates&p=365',0,'sptemplates','',0),(368,1,'2016-02-28 01:36:37','0000-00-00 00:00:00','Howdy.\r\n\r\n We’re ready to send you emails from *|SITE:TITLE|*, but first we need you to confirm that this is what you really want.\r\n\r\n If you want *|SITE:TITLE|* content delivered by email, all you have to do is click the link below. Thanks!\r\n\r\n ———————————————————–\r\n CONFIRM BY VISITING THE LINK BELOW:\r\n\r\n *|SP:CONFIRMLINK|*\r\n\r\n Click the link above to give us permission to send you\r\n information. It’s fast and easy! If you cannot click the\r\n full URL above, please copy and paste it into your web\r\n browser.\r\n\r\n ———————————————————–\r\n If you do not want to confirm, simply ignore this message.\r\n ','Please respond to join the *|SITE:TITLE|* email list.','','draft','closed','closed','','sp-template-double-optin','','','2016-02-28 01:36:37','2016-02-28 01:36:37','',0,'http://www.lifepreserversproject.org/wordpress1/?post_type=sptemplates&p=368',0,'sptemplates','',0),(371,1,'2016-02-27 19:59:01','2016-02-27 19:59:01','{\"guid\":\"cd8ab466-e236-49d3-bd6c-e84db055ae9a\",\"path\":\"templates/v1-0/master.html\",\"name\":\"Responsive Starter\",\"status\":\"sp-standard\"}','Responsive Starter','','sp-standard','closed','closed','','antwort','','','2016-02-27 19:59:01','2016-02-27 19:59:01','',0,'http://www.lifepreserversproject.org/wordpress1/?post_type=sp_template&p=371',0,'sp_template','',0),(374,1,'2016-02-27 19:59:01','2016-02-27 19:59:01','{\"guid\":\"cd8ab467-e236-49d3-bd6c-e84db055ae9a\",\"path\":\"templates/v1-0/master.html\",\"name\":\"System Starter\",\"status\":\"sp-standard\"}','System Starter','','sp-standard','closed','closed','','system-base','','','2016-02-27 19:59:01','2016-02-27 19:59:01','',0,'http://www.lifepreserversproject.org/wordpress1/?post_type=sp_template&p=374',0,'sp_template','',0),(377,1,'2016-02-27 20:07:51','0000-00-00 00:00:00','','Stay in the Know','','draft','closed','closed','','','','','2016-02-27 20:07:51','0000-00-00 00:00:00','',0,'http://www.lifepreserversproject.org/wordpress1/?post_type=sp_settings&p=377',0,'sp_settings','',0),(379,1,'2016-02-27 20:10:36','0000-00-00 00:00:00','','','','draft','closed','closed','','sp-template-user-style','','','2016-02-27 20:10:36','0000-00-00 00:00:00','',0,'http://www.lifepreserversproject.org/wordpress1/?post_type=sptemplates&p=379',0,'sptemplates','',0),(380,1,'2016-02-27 21:27:35','2016-02-27 21:27:35','<h2>Find Out First</h2>\r\nWe would like to stay in touch and let you know about our upcoming events or any news we might have to share. Just take a few seconds to fill out the form. We\'ll send you a confirmation email, and once you validate your sign up, you will be on the mailing list and in the know.\r\n\r\n[sp-form formid=377]','Subscribe','','publish','closed','closed','','subscribe','','','2016-02-27 22:39:47','2016-02-27 22:39:47','',0,'http://www.lifepreserversproject.org/wordpress1/?page_id=380',0,'page','',0),(382,1,'2016-02-27 21:12:00','2016-02-27 21:12:00','[sp-form formid=377]','Subscribe','','inherit','closed','closed','','380-revision-v1','','','2016-02-27 21:12:00','2016-02-27 21:12:00','',380,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/380-revision-v1/',0,'revision','',0),(385,1,'2016-02-27 21:21:27','2016-02-27 21:21:27','','Events and News','','publish','closed','closed','','events-and-news','','','2016-02-27 21:21:27','2016-02-27 21:21:27','',0,'http://www.lifepreserversproject.org/wordpress1/?post_type=sendpress_list&p=385',0,'sendpress_list','',0),(386,1,'2016-02-27 21:27:36','2016-02-27 21:27:36',' ','','','publish','closed','closed','','386','','','2016-06-09 12:48:16','2016-06-09 12:48:16','',0,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/386/',8,'nav_menu_item','',0),(388,1,'2016-02-27 21:33:15','2016-02-27 21:33:15',' ','','','publish','closed','closed','','388','','','2016-06-09 12:48:16','2016-06-09 12:48:16','',0,'http://www.lifepreserversproject.org/wordpress1/?p=388',6,'nav_menu_item','',0),(391,1,'2016-02-27 21:35:26','2016-02-27 21:35:26','<h3>Life Preservers Project has formed relationships and donates portions of our proceeds to the following organizations:</h3>\r\n \r\n\r\n<a href=\"http://www.gems-girls.org\"><img class=\"alignleft wp-image-202\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/gems.png\" alt=\"Life Preservers Project GEMS\" width=\"167\" height=\"105\" /></a>Girls Educational & Mentoring Services(GEMS) is the nation\'s largest organization empowering girls and young women, ages 12-21, who have experienced sexual exploitation and domestic trafficking to exit the commercial sex industry and develop to their full potential. GEMS is committed to ending commercial sexual exploitation and domestic trafficking of children by changing individual lives, transforming public perception, and revolutionizing the systems and policies that impact sexually exploited youth.\r\n\r\n<hr />\r\n\r\n<a href=\"https://polarisproject.org\"><img class=\"alignleft wp-image-203\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/logo-300x80.jpg\" alt=\"Life Preservers Project Polaris\" width=\"176\" height=\"47\" /></a>\r\n\r\nPolaris Project\'s vision is for a world without slavery. Named after the North Star that guided slaves towards freedom along the Underground Railroad, Polaris Project has been providing a comprehensive approach to combating human trafficking and modern-day slavery since 2002. Their <strong>National Hotline (Multilingual)</strong> is 1-888-3737-888.\r\n\r\n<hr />\r\n\r\n<a href=\"http://www.restorenyc.org\"><img class=\"alignleft wp-image-197 \" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/restore-nyc-19113.png\" alt=\"Life Preservers Project Restore\" width=\"175\" height=\"83\" /></a>Restore NYC is a 501c3 non-profit organization founded in 2004 to provide services for internationally sex trafficked women in New York City. Restore aims to provide safe housing and specialized legal, medical and employment services, as well as optional spiritual activities.\r\n\r\n ','Affiliations','','inherit','closed','closed','','188-revision-v1','','','2016-02-27 21:35:26','2016-02-27 21:35:26','',188,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/188-revision-v1/',0,'revision','',0),(392,1,'2016-02-27 21:36:48','2016-02-27 21:36:48','<h3>Life Preservers Project has formed relationships and donates portions of our proceeds to the following organizations:</h3>\r\n \r\n\r\n<a href=\"http://www.gems-girls.org\"><img class=\"alignleft wp-image-202\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/gems.png\" alt=\"Life Preservers Project GEMS\" width=\"167\" height=\"105\" /></a>Girls Educational & Mentoring Services(GEMS) is the nation\'s largest organization empowering girls and young women, ages 12-21, who have experienced sexual exploitation and domestic trafficking to exit the commercial sex industry and develop to their full potential. GEMS is committed to ending commercial sexual exploitation and domestic trafficking of children by changing individual lives, transforming public perception, and revolutionizing the systems and policies that impact sexually exploited youth.\r\n\r\n<hr />\r\n\r\n<a href=\"https://polarisproject.org\"><img class=\"wp-image-203 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/logo-300x80.jpg\" alt=\"Life Preservers Project Polaris\" width=\"176\" height=\"47\" /></a>\r\n\r\nPolaris Project\'s vision is for a world without slavery. Named after the North Star that guided slaves towards freedom along the Underground Railroad, Polaris Project has been providing a comprehensive approach to combating human trafficking and modern-day slavery since 2002. Their <strong>National Hotline (Multilingual)</strong> is 1-888-3737-888.\r\n\r\n<hr />\r\n\r\n<a href=\"http://www.restorenyc.org\"><img class=\"alignleft wp-image-197 \" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/restore-nyc-19113.png\" alt=\"Life Preservers Project Restore\" width=\"175\" height=\"83\" /></a>Restore NYC is a 501c3 non-profit organization founded in 2004 to provide services for internationally sex trafficked women in New York City. Restore aims to provide safe housing and specialized legal, medical and employment services, as well as optional spiritual activities.\r\n\r\n ','Affiliations','','inherit','closed','closed','','188-revision-v1','','','2016-02-27 21:36:48','2016-02-27 21:36:48','',188,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/188-revision-v1/',0,'revision','',0),(395,1,'2016-02-27 21:57:03','2016-02-27 21:57:03','<h2></h2>\nFind out first\n\nWe would like to stay in touch and let you know about our upcoming events or any news we might have to share. Just take a few seconds to fill out the form. We\'ll send you a confirmation email, and once you validate your sign up, you will be on the mailing list and in the know.\n\n[sp-form formid=377]','Subscribe','','inherit','closed','closed','','380-autosave-v1','','','2016-02-27 21:57:03','2016-02-27 21:57:03','',380,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/380-autosave-v1/',0,'revision','',0),(397,1,'2016-02-27 21:57:19','2016-02-27 21:57:19','<h2></h2>\r\n<h2>Find out first</h2>\r\nWe would like to stay in touch and let you know about our upcoming events or any news we might have to share. Just take a few seconds to fill out the form. We\'ll send you a confirmation email, and once you validate your sign up, you will be on the mailing list and in the know.\r\n\r\n[sp-form formid=377]','Subscribe','','inherit','closed','closed','','380-revision-v1','','','2016-02-27 21:57:19','2016-02-27 21:57:19','',380,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/380-revision-v1/',0,'revision','',0),(400,1,'2016-02-27 21:57:52','2016-02-27 21:57:52','<h2>Find out first</h2>\r\nWe would like to stay in touch and let you know about our upcoming events or any news we might have to share. Just take a few seconds to fill out the form. We\'ll send you a confirmation email, and once you validate your sign up, you will be on the mailing list and in the know.\r\n\r\n[sp-form formid=377]','Subscribe','','inherit','closed','closed','','380-revision-v1','','','2016-02-27 21:57:52','2016-02-27 21:57:52','',380,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/380-revision-v1/',0,'revision','',0),(401,1,'2016-02-27 22:01:37','2016-02-27 22:01:37','<h2>Find Out First</h2>\r\nWe would like to stay in touch and let you know about our upcoming events or any news we might have to share. Just take a few seconds to fill out the form. We\'ll send you a confirmation email, and once you validate your sign up, you will be on the mailing list and in the know.\r\n\r\n[sp-form formid=377]','Subscribe','','inherit','closed','closed','','380-revision-v1','','','2016-02-27 22:01:37','2016-02-27 22:01:37','',380,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/380-revision-v1/',0,'revision','',0),(404,1,'2016-02-27 22:44:55','2016-02-27 22:44:55','<img class=\"wp-image-406 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Thank-you-300x213.jpg\" alt=\"Life Preservers Project Thank You\" width=\"436\" height=\"309\" />\r\n<p style=\"text-align: center;\">We\'re sending you an email to make sure you\'re not a robot or worse. Once you receive, please click the link to finalize your opt-in to our email list.</p>\r\n<p style=\"text-align: center;\">While you wait take a minute to view our <a href=\"http://www.lifepreserversproject.org/wordpress1/gallery/\" target=\"_blank\">gallery</a> or make a donation.<img class=\"aligncenter\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></p>\r\n ','Subscription Confirmation','','publish','closed','closed','','subscription-confirmed','','','2016-02-28 01:34:57','2016-02-28 01:34:57','',0,'http://www.lifepreserversproject.org/wordpress1/?page_id=404',0,'page','',0),(406,1,'2016-02-27 22:41:20','2016-02-27 22:41:20','','Thank you!','','inherit','open','closed','','thank-you','','','2016-02-27 22:41:39','2016-02-27 22:41:39','',404,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Thank-you.jpg',0,'attachment','image/jpeg',0),(410,1,'2016-02-27 22:44:55','2016-02-27 22:44:55','<img class=\"aligncenter wp-image-406\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Thank-you-300x213.jpg\" alt=\"Life Preservers Project Thank You\" width=\"436\" height=\"309\" />\r\n\r\n \r\n<p style=\"text-align: center;\">Now that you\'re subscribed take a minute to view our <a href=\"http://www.lifepreserversproject.org/wordpress1/gallery/\" target=\"_blank\">gallery</a> or make a donation.</p>\r\n\r\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" />\r\n<input name=\"hosted_button_id\" type=\"hidden\" value=\"AJLBK8QTPXUBJ\" />\r\n<input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\r\n<img src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></form>\r\n<p style=\"text-align: center;\"></p>','Subscription Confirmed','','inherit','closed','closed','','404-revision-v1','','','2016-02-27 22:44:55','2016-02-27 22:44:55','',404,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/404-revision-v1/',0,'revision','',0),(413,1,'2016-02-27 23:12:23','2016-02-27 23:12:23','<img class=\"aligncenter wp-image-406\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Thank-you-300x213.jpg\" alt=\"Life Preservers Project Thank You\" width=\"436\" height=\"309\" />\r\n<p style=\"text-align: center;\">Now that you\'re subscribed take a minute to view our <a href=\"http://www.lifepreserversproject.org/wordpress1/gallery/\" target=\"_blank\">gallery</a> or make a donation.</p>\r\n\r\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" />\r\n<input name=\"hosted_button_id\" type=\"hidden\" value=\"AJLBK8QTPXUBJ\" />\r\n<input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\r\n<img class=\"aligncenter\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></form> ','Subscription Confirmed','','inherit','closed','closed','','404-revision-v1','','','2016-02-27 23:12:23','2016-02-27 23:12:23','',404,'http://www.lifepreserversproject.org/wordpress1/2016/02/27/404-revision-v1/',0,'revision','',0),(415,1,'2016-02-28 00:19:55','2016-02-28 00:19:55','Howdy.\r\n\r\nWe\'re ready to send you emails from *|SITE:TITLE|*, but first we need you to confirm that this is what you really want.\r\n\r\nIf you want *|SITE:TITLE|* content delivered by email, all you have to do is click the link below. Thanks!\r\n\r\n-----------------------------------------------------------\r\nCONFIRM BY VISITING THE LINK BELOW:\r\n\r\n*|SP:CONFIRMLINK|*\r\n\r\nClick the link above to give us permission to send you\r\ninformation. It\'s fast and easy! If you cannot click the\r\nfull URL above, please copy and paste it into your web\r\nbrowser.\r\n\r\n-----------------------------------------------------------\r\nIf you do not want to confirm, simply ignore this message.','672ba5acee52ca5','','sp-systememail','closed','closed','','672ba5acee52ca5','','','2016-02-28 00:21:27','2016-02-28 00:21:27','',0,'http://www.lifepreserversproject.org/wordpress1/?post_type=sp_newsletters&p=415',0,'sp_newsletters','',0),(418,1,'2016-02-28 00:41:56','2016-02-28 00:41:56','<img class=\"aligncenter wp-image-406\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Thank-you-300x213.jpg\" alt=\"Life Preservers Project Thank You\" width=\"436\" height=\"309\" />\r\n<p style=\"text-align: center;\">Now that you\'re subscribed take a minute to view our <a href=\"http://www.lifepreserversproject.org/wordpress1/gallery/\" target=\"_blank\">gallery</a> or make a donation.</p>\r\n<p style=\"text-align: center;\"><input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\r\n<img class=\"aligncenter\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></p>\r\n ','Subscription Confirmed','','inherit','closed','closed','','404-revision-v1','','','2016-02-28 00:41:56','2016-02-28 00:41:56','',404,'http://www.lifepreserversproject.org/wordpress1/2016/02/28/404-revision-v1/',0,'revision','',0),(419,1,'2016-02-28 00:44:28','2016-02-28 00:44:28','<img class=\"wp-image-406 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Thank-you-300x213.jpg\" alt=\"Life Preservers Project Thank You\" width=\"436\" height=\"309\" />\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\">Now that you\'re subscribed take a minute to view our <a href=\"http://www.lifepreserversproject.org/wordpress1/gallery/\" target=\"_blank\">gallery</a> or make a donation.</p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"><input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\r\n<img class=\"aligncenter\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></p>\r\n ','Subscription Confirmed','','inherit','closed','closed','','404-revision-v1','','','2016-02-28 00:44:28','2016-02-28 00:44:28','',404,'http://www.lifepreserversproject.org/wordpress1/2016/02/28/404-revision-v1/',0,'revision','',0),(421,1,'2016-02-28 00:45:33','2016-02-28 00:45:33','<img class=\"wp-image-406 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Thank-you-300x213.jpg\" alt=\"Life Preservers Project Thank You\" width=\"436\" height=\"309\" />\r\n<p style=\"text-align: center;\">Now that you\'re subscribed take a minute to view our <a href=\"http://www.lifepreserversproject.org/wordpress1/gallery/\" target=\"_blank\">gallery</a> or make a donation.</p>\r\n<p style=\"text-align: center;\"><input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\r\n<img class=\"aligncenter\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></p>\r\n ','Subscription Confirmed','','inherit','closed','closed','','404-revision-v1','','','2016-02-28 00:45:33','2016-02-28 00:45:33','',404,'http://www.lifepreserversproject.org/wordpress1/2016/02/28/404-revision-v1/',0,'revision','',0),(424,1,'2016-02-28 00:45:57','2016-02-28 00:45:57','<img class=\"wp-image-406 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Thank-you-300x213.jpg\" alt=\"Life Preservers Project Thank You\" width=\"436\" height=\"309\" />\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\">Now that you\'re subscribed take a minute to view our <a href=\"http://www.lifepreserversproject.org/wordpress1/gallery/\" target=\"_blank\">gallery</a> or make a donation.</p>\r\n<p style=\"text-align: center;\"><input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\r\n<img class=\"aligncenter\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></p>\r\n ','Subscription Confirmed','','inherit','closed','closed','','404-revision-v1','','','2016-02-28 00:45:57','2016-02-28 00:45:57','',404,'http://www.lifepreserversproject.org/wordpress1/2016/02/28/404-revision-v1/',0,'revision','',0),(425,1,'2016-02-28 00:54:37','2016-02-28 00:54:37','<img class=\"wp-image-406 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Thank-you-300x213.jpg\" alt=\"Life Preservers Project Thank You\" width=\"436\" height=\"309\" />\n<p style=\"text-align: center;\">We\'re sending you an email to make sure you\'re not a robot or worse. While you wait take a minute to view our <a href=\"http://www.lifepreserversproject.org/wordpress1/gallery/\" target=\"_blank\">gallery</a> or make a donation.</p>\n<p style=\"text-align: center;\"><input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\n<img class=\"aligncenter\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></p>\n ','Subscription Confirmed','','inherit','closed','closed','','404-autosave-v1','','','2016-02-28 00:54:37','2016-02-28 00:54:37','',404,'http://www.lifepreserversproject.org/wordpress1/2016/02/28/404-autosave-v1/',0,'revision','',0),(427,1,'2016-02-28 00:54:56','2016-02-28 00:54:56','<img class=\"wp-image-406 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Thank-you-300x213.jpg\" alt=\"Life Preservers Project Thank You\" width=\"436\" height=\"309\" />\r\n<p style=\"text-align: center;\">We\'re sending you an email to make sure you\'re not a robot or worse. While you wait take a minute to view our <a href=\"http://www.lifepreserversproject.org/wordpress1/gallery/\" target=\"_blank\">gallery</a> or make a donation.</p>\r\n<p style=\"text-align: center;\"><input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\r\n<img class=\"aligncenter\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></p>\r\n ','Subscription Confirmed','','inherit','closed','closed','','404-revision-v1','','','2016-02-28 00:54:56','2016-02-28 00:54:56','',404,'http://www.lifepreserversproject.org/wordpress1/2016/02/28/404-revision-v1/',0,'revision','',0),(430,1,'2016-02-28 01:03:14','2016-02-28 01:03:14','<img class=\"wp-image-406 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Thank-you-300x213.jpg\" alt=\"Life Preservers Project Thank You\" width=\"436\" height=\"309\" />\r\n<p style=\"text-align: center;\">We\'re sending you an email to make sure you\'re not a robot or worse. While you wait take a minute to view our <a href=\"http://www.lifepreserversproject.org/wordpress1/gallery/\" target=\"_blank\">gallery</a> or make a donation.</p>\r\n<p style=\"text-align: center;\"><input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\r\n<img class=\"aligncenter\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></p>\r\n ','Subscription Confirmation','','inherit','closed','closed','','404-revision-v1','','','2016-02-28 01:03:14','2016-02-28 01:03:14','',404,'http://www.lifepreserversproject.org/wordpress1/2016/02/28/404-revision-v1/',0,'revision','',0),(431,1,'2016-02-28 01:33:58','2016-02-28 01:33:58','<img class=\"wp-image-406 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Thank-you-300x213.jpg\" alt=\"Life Preservers Project Thank You\" width=\"436\" height=\"309\" />\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\">We\'re sending you an email to make sure you\'re not a robot or worse. While you wait take a minute to view our <a href=\"http://www.lifepreserversproject.org/wordpress1/gallery/\" target=\"_blank\">gallery</a> or make a donation.<img class=\"aligncenter\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></p>\r\n ','Subscription Confirmation','','inherit','closed','closed','','404-revision-v1','','','2016-02-28 01:33:58','2016-02-28 01:33:58','',404,'http://www.lifepreserversproject.org/wordpress1/2016/02/28/404-revision-v1/',0,'revision','',0),(433,1,'2016-02-28 01:34:57','2016-02-28 01:34:57','<img class=\"wp-image-406 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Thank-you-300x213.jpg\" alt=\"Life Preservers Project Thank You\" width=\"436\" height=\"309\" />\r\n<p style=\"text-align: center;\">We\'re sending you an email to make sure you\'re not a robot or worse. Once you receive, please click the link to finalize your opt-in to our email list.</p>\r\n<p style=\"text-align: center;\">While you wait take a minute to view our <a href=\"http://www.lifepreserversproject.org/wordpress1/gallery/\" target=\"_blank\">gallery</a> or make a donation.<img class=\"aligncenter\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></p>\r\n ','Subscription Confirmation','','inherit','closed','closed','','404-revision-v1','','','2016-02-28 01:34:57','2016-02-28 01:34:57','',404,'http://www.lifepreserversproject.org/wordpress1/2016/02/28/404-revision-v1/',0,'revision','',0),(436,1,'2016-02-28 01:53:09','2016-02-28 01:53:09','View artwork from our favorite artists and photos from our events.\r\n<ul>\r\n <li>\r\n\r\n[caption id=\"attachment_221\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-221 size-medium\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/brooksbrotherslp-300x201.jpg\" alt=\"Life Preservers Project Look Book\" width=\"300\" height=\"201\" /> Life Preservers Project Photo Ops[/caption]</li>\r\n</ul>','Gallery','','inherit','closed','closed','','346-revision-v1','','','2016-02-28 01:53:09','2016-02-28 01:53:09','',346,'http://www.lifepreserversproject.org/wordpress1/2016/02/28/346-revision-v1/',0,'revision','',0),(439,1,'2016-02-28 01:54:17','2016-02-28 01:54:17','View artwork from our favorite artists and photos from our events.\r\n\r\n\r\n[caption id=\"attachment_221\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-221 size-medium\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/brooksbrotherslp-300x201.jpg\" alt=\"Life Preservers Project Look Book\" width=\"300\" height=\"201\" /> Life Preservers Project Photo Ops[/caption]</li>\r\n</ul>','Gallery','','inherit','closed','closed','','346-revision-v1','','','2016-02-28 01:54:17','2016-02-28 01:54:17','',346,'http://www.lifepreserversproject.org/wordpress1/2016/02/28/346-revision-v1/',0,'revision','',0),(440,1,'2016-02-28 01:55:05','2016-02-28 01:55:05','View artwork from our favorite artists and photos from our events.\r\n\r\n\r\n[caption id=\"attachment_221\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-221 size-medium\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/brooksbrotherslp-300x201.jpg\" alt=\"Life Preservers Project Look Book\" width=\"300\" height=\"201\" /> Life Preserver Photo Ops[/caption]</li>\r\n</ul>','Gallery','','inherit','closed','closed','','346-revision-v1','','','2016-02-28 01:55:05','2016-02-28 01:55:05','',346,'http://www.lifepreserversproject.org/wordpress1/2016/02/28/346-revision-v1/',0,'revision','',0),(443,1,'2016-02-28 14:55:37','2016-02-28 14:55:37','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"188\" height=\"218\" /></p>\r\n<p style=\"text-align: left;\">Life Preservers Project is an international collaboration of artists dedicated to eradicating human trafficking.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">\"The bottom line is that this is no time for complacency. Right now, across the globe, victims of human trafficking are daring to imagine the possibility of escape, the chance for a life without fear, and the opportunity to earn a living wage.\" <em>–<a href=\"http://www.state.gov/j/tip/rls/tiprpt/2015/243358.htm\">John F. Kerry, Secretary of State</a></em></p>\r\n<p style=\"text-align: left;\">The Department of State’s Office to Monitor and Combat Trafficking in Persons leads the United States\' global engagement against human trafficking, an umbrella term used to describe the activities involved when someone obtains or holds a person in compelled service. Click here for : <a href=\"http://www.state.gov/j/tip/rls/tiprpt/index.htm\">The Trafficking In Persons Report</a></p>\r\n</blockquote>\r\n<p style=\"text-align: center;\"><strong>Life Preservers Inc was incorporated as a 501(c)3 Arts Collective in 2009. Our Mission is to collaborate with artists, musicians, filmmakers and writers along with other like minded charities to educate and entertain while raising awareness and much needed funds for the victims of Human Trafficking both locally and internationally. Since 2010 we have hosted several large fundraising events.This would not be possible without the help of Legal Industry Networking Groups including but not limited to: Women in E-Discovery B-Discovery, NY City Paralegal Association and ECALSM, and the generous donations from several of the nations largest\r\nLegal Services Providers and Legal Departments.</strong></p>\r\n \r\n<h2 style=\"text-align: center;\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" />Support a World Free of Slavery\r\n<input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\r\n<img src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></h2>\r\n \r\n\r\n ','Home','','inherit','closed','closed','','2-revision-v1','','','2016-02-28 14:55:37','2016-02-28 14:55:37','',2,'http://www.lifepreserversproject.org/wordpress1/2016/02/28/2-revision-v1/',0,'revision','',0),(445,1,'2016-02-28 14:58:24','2016-02-28 14:58:24','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"188\" height=\"218\" /></p>\r\n<p style=\"text-align: left;\">Life Preservers Project is an international collaboration of artists dedicated to eradicating human trafficking.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">\"The bottom line is that this is no time for complacency. Right now, across the globe, victims of human trafficking are daring to imagine the possibility of escape, the chance for a life without fear, and the opportunity to earn a living wage.\" <em>–<a href=\"http://www.state.gov/j/tip/rls/tiprpt/2015/243358.htm\" target=\"_blank\">John F. Kerry, Secretary of State</a></em></p>\r\n<p style=\"text-align: left;\">The Department of State’s Office to Monitor and Combat Trafficking in Persons leads the United States\' global engagement against human trafficking, an umbrella term used to describe the activities involved when someone obtains or holds a person in compelled service. Click here for : <a href=\"http://www.state.gov/j/tip/rls/tiprpt/index.htm\" target=\"_blank\">The Trafficking In Persons Report</a></p>\r\n</blockquote>\r\n<p style=\"text-align: center;\"><strong>Life Preservers Inc was incorporated as a 501(c)3 Arts Collective in 2009. Our Mission is to collaborate with artists, musicians, filmmakers and writers along with other like minded charities to educate and entertain while raising awareness and much needed funds for the victims of Human Trafficking both locally and internationally. Since 2010 we have hosted several large fundraising events.This would not be possible without the help of Legal Industry Networking Groups including but not limited to: Women in E-Discovery B-Discovery, NY City Paralegal Association and ECALSM, and the generous donations from several of the nations largest\r\nLegal Services Providers and Legal Departments.</strong></p>\r\n \r\n<h2 style=\"text-align: center;\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" />Support a World Free of Slavery\r\n<input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\r\n<img src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></h2>\r\n \r\n\r\n ','Home','','inherit','closed','closed','','2-revision-v1','','','2016-02-28 14:58:24','2016-02-28 14:58:24','',2,'http://www.lifepreserversproject.org/wordpress1/2016/02/28/2-revision-v1/',0,'revision','',0),(446,1,'2016-02-28 15:02:54','2016-02-28 15:02:54','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"188\" height=\"218\" /></p>\r\n<p style=\"text-align: left;\">Life Preservers Project is an international collaboration of artists dedicated to eradicating human trafficking.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">\"The bottom line is that this is no time for complacency. Right now, across the globe, victims of human trafficking are daring to imagine the possibility of escape, the chance for a life without fear, and the opportunity to earn a living wage.\" <em>–<a href=\"http://www.state.gov/j/tip/rls/tiprpt/2015/243358.htm\" target=\"_blank\">John F. Kerry, Secretary of State</a></em></p>\r\n<p style=\"text-align: left;\">The Department of State’s Office to Monitor and Combat Trafficking in Persons leads the United States\' global engagement against human trafficking, an umbrella term used to describe the activities involved when someone obtains or holds a person in compelled service. Click here for : <a href=\"http://www.state.gov/j/tip/rls/tiprpt/index.htm\" target=\"_blank\">The Trafficking In Persons Report</a></p>\r\n</blockquote>\r\n<p style=\"text-align: center;\"><strong>Life Preservers Inc was incorporated as a 501(c)3 Arts Collective in 2009. </strong>\r\n<strong>Our Mission is to collaborate with artists, musicians, filmmakers and writers along with other like minded charities to educate and entertain while raising awareness and much needed funds for the victims of Human Trafficking both locally and internationally.</strong></p>\r\n<p style=\"text-align: center;\">Since 2010 we have hosted several large fundraising events.This would not be possible without the help of Legal Industry Networking Groups including but not limited to: Women in E-Discovery B-Discovery, NY City Paralegal Association and ECALSM,\r\nand the generous donations from several of the nations largest Legal Services Providers and Legal Departments.</p>\r\n \r\n<h2 style=\"text-align: center;\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" />Support a World Free of Slavery\r\n<input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\r\n<img src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></h2>\r\n \r\n\r\n ','Home','','inherit','closed','closed','','2-revision-v1','','','2016-02-28 15:02:54','2016-02-28 15:02:54','',2,'http://www.lifepreserversproject.org/wordpress1/2016/02/28/2-revision-v1/',0,'revision','',0),(448,1,'2016-02-28 15:05:01','2016-02-28 15:05:01','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"188\" height=\"218\" /></p>\r\n<p style=\"text-align: left;\">Life Preservers Project is an international collaboration of artists dedicated to eradicating human trafficking.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">\"The bottom line is that this is no time for complacency. Right now, across the globe, victims of human trafficking are daring to imagine the possibility of escape, the chance for a life without fear, and the opportunity to earn a living wage.\" <em>–<a href=\"http://www.state.gov/j/tip/rls/tiprpt/2015/243358.htm\" target=\"_blank\">John F. Kerry, Secretary of State</a></em></p>\r\n<p style=\"text-align: left;\">The Department of State’s Office to Monitor and Combat Trafficking in Persons leads the United States\' global engagement against human trafficking, an umbrella term used to describe the activities involved when someone obtains or holds a person in compelled service. Click here for : <a href=\"http://www.state.gov/j/tip/rls/tiprpt/index.htm\" target=\"_blank\">The Trafficking In Persons Report</a></p>\r\n</blockquote>\r\n<p style=\"text-align: center;\"><strong>Life Preservers Inc was incorporated as a 501(c)3 Arts Collective in 2009. </strong>\r\n<strong>Our Mission is to collaborate with artists, musicians, filmmakers and writers along with other like minded charities to educate and entertain while raising awareness and much needed funds for the victims of Human Trafficking both locally and internationally.</strong></p>\r\n<p style=\"text-align: left;\">Since 2010 we have hosted several large fundraising events. This would not be possible without the help of\r\nLegal Industry Networking Groups including but not limited to:\r\nWomen in E-Discovery B-Discovery, NY City Paralegal Association and ECALSM,\r\nand the generous donations from several of the nations largest Legal Services Providers and Legal Departments.</p>\r\n \r\n<h2 style=\"text-align: center;\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" />Support a World Free of Slavery\r\n<input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\r\n<img src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></h2>\r\n \r\n\r\n ','Home','','inherit','closed','closed','','2-revision-v1','','','2016-02-28 15:05:01','2016-02-28 15:05:01','',2,'http://www.lifepreserversproject.org/wordpress1/2016/02/28/2-revision-v1/',0,'revision','',0),(451,1,'2016-02-28 15:08:53','2016-02-28 15:08:53','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"188\" height=\"218\" /></p>\r\n<p style=\"text-align: left;\">Life Preservers Project is an international collaboration of artists dedicated to eradicating human trafficking.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">\"The bottom line is that this is no time for complacency. Right now, across the globe, victims of human trafficking are daring to imagine the possibility of escape, the chance for a life without fear, and the opportunity to earn a living wage.\" <em>–<a href=\"http://www.state.gov/j/tip/rls/tiprpt/2015/243358.htm\" target=\"_blank\">John F. Kerry, Secretary of State</a></em></p>\r\n<p style=\"text-align: left;\">The Department of State’s Office to Monitor and Combat Trafficking in Persons leads the United States\' global engagement against human trafficking, an umbrella term used to describe the activities involved when someone obtains or holds a person in compelled service. Click here for : <a href=\"http://www.state.gov/j/tip/rls/tiprpt/index.htm\" target=\"_blank\">The Trafficking In Persons Report</a></p>\r\n</blockquote>\r\n<p style=\"text-align: left;\"></p>\r\n<p style=\"text-align: center;\"><strong>Life Preservers Inc was incorporated as a 501(c)3 Arts Collective in 2009.\r\n</strong></p>\r\n<strong>Our Mission is to collaborate with artists, musicians, filmmakers and writers along with other like minded charities to educate and entertain while raising awareness and much needed funds for the victims of Human Trafficking both locally and internationally.\r\n</strong>Since 2010 we have hosted several large fundraising events. This would not be possible without the help of Legal Industry Networking Groups including but not limited to: Women in E-Discovery B-Discovery, NY City Paralegal Association and ECALSM, and the generous donations from several of the nations largest Legal Services Providers and Legal Departments.\r\n\r\n \r\n<h2 style=\"text-align: center;\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" />Support a World Free of Slavery\r\n<input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\r\n<img src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></h2>\r\n \r\n\r\n ','Home','','inherit','closed','closed','','2-revision-v1','','','2016-02-28 15:08:53','2016-02-28 15:08:53','',2,'http://www.lifepreserversproject.org/wordpress1/2016/02/28/2-revision-v1/',0,'revision','',0),(452,1,'2016-02-28 15:14:04','2016-02-28 15:14:04','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"188\" height=\"218\" /></p>\r\n<p style=\"text-align: left;\">Life Preservers Project is an international collaboration of artists dedicated to eradicating human trafficking.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">\"The bottom line is that this is no time for complacency. Right now, across the globe, victims of human trafficking are daring to imagine the possibility of escape, the chance for a life without fear, and the opportunity to earn a living wage.\" <em>–<a href=\"http://www.state.gov/j/tip/rls/tiprpt/2015/243358.htm\" target=\"_blank\">John F. Kerry, Secretary of State</a></em></p>\r\n<p style=\"text-align: left;\">The Department of State’s Office to Monitor and Combat Trafficking in Persons leads the United States\' global engagement against human trafficking, an umbrella term used to describe the activities involved when someone obtains or holds a person in compelled service. Click here for : <a href=\"http://www.state.gov/j/tip/rls/tiprpt/index.htm\" target=\"_blank\">The Trafficking In Persons Report</a></p>\r\n</blockquote>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"><strong>Life Preservers Inc was incorporated as a 501(c)3 Arts Collective in 2009.\r\nOur Mission: </strong>To collaborate with artists, musicians, filmmakers and writers along with other like minded charities to educate and entertain while raising awareness and much needed funds for the victims of Human Trafficking both locally and internationally.<strong>\r\n</strong></p>\r\n \r\n<h2 style=\"text-align: center;\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" />Support a World Free of Slavery\r\n<input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\r\n<img src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></h2>\r\n \r\n\r\n ','Home','','inherit','closed','closed','','2-revision-v1','','','2016-02-28 15:14:04','2016-02-28 15:14:04','',2,'http://www.lifepreserversproject.org/wordpress1/2016/02/28/2-revision-v1/',0,'revision','',0),(455,1,'2016-02-28 15:16:54','2016-02-28 15:16:54','In 2008, Shana Pederson\'s friend, Bonnie Whitfield approached her about donating a painting to a small art auction at Bonnie\'s Bushwick loft to raise funds for the fledgling non-profit <a href=\"http://restorenyc.org\" target=\"_blank\">Restore NYC</a>. She did not know much about the cause, but after hearing Faith Huckel speak at the art auction about the lack of resources and housing for trafficked individuals in NYC Shana was horrified.\n\nShana began researching the issue, after which she felt compelled to use her ever expanding network of connections in both the art and legal world to make a difference and raise awareness and money any way she could.\n\nThrough her research and travels, Shana met some of the most beautiful people, including the people behind <a href=\"http://www.gems-girls.org/\" target=\"_blank\">GEMS-Girls</a>, and their survivors. Meeting these women became the catalyst for Shana forming Life Preservers Project.\n\nWe officially formed Life Preservers Inc a 501c3 in 2009 with a mission to use the arts to educate and entertain while raising awareness and much needed funds for the victims of Human Trafficking both locally and internationally.\n\n[caption id=\"attachment_338\" align=\"aligncenter\" width=\"300\"]<img class=\"size-medium wp-image-338\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/700x400_NYTimes-300x171.jpg\" alt=\"Life Preservers Project\" width=\"300\" height=\"171\" /> A Woman. A Prostitute. A Slave., November 27, 2010 by Nicholas Kristof[/caption]\n\nSince 2010, we have hosted several large fundraising events, which have helped us to raise over $60,000 for survivors of human trafficking. This has all been made possible with the help of Legal Industry groups including B-Discovery, PALS, NY City Paralegal Association, Women in eDiscovery and ECALSM as well as help from top service and technology providers in the legal industry.','About','','inherit','closed','closed','','337-autosave-v1','','','2016-02-28 15:16:54','2016-02-28 15:16:54','',337,'http://www.lifepreserversproject.org/wordpress1/2016/02/28/337-autosave-v1/',0,'revision','',0),(457,1,'2016-02-28 15:17:02','2016-02-28 15:17:02','In 2008, Shana Pederson\'s friend, Bonnie Whitfield approached her about donating a painting to a small art auction at Bonnie\'s Bushwick loft to raise funds for the fledgling non-profit <a href=\"http://restorenyc.org\" target=\"_blank\">Restore NYC</a>. She did not know much about the cause, but after hearing Faith Huckel speak at the art auction about the lack of resources and housing for trafficked individuals in NYC Shana was horrified.\r\n\r\nShana began researching the issue, after which she felt compelled to use her ever expanding network of connections in both the art and legal world to make a difference and raise awareness and money any way she could.\r\n\r\nThrough her research and travels, Shana met some of the most beautiful people, including the people behind <a href=\"http://www.gems-girls.org/\" target=\"_blank\">GEMS-Girls</a>, and their survivors. Meeting these women became the catalyst for Shana forming Life Preservers Project.\r\n\r\nWe officially formed Life Preservers Inc a 501c3 in 2009 with a mission to use the arts to educate and entertain while raising awareness and much needed funds for the victims of Human Trafficking both locally and internationally.\r\n\r\n[caption id=\"attachment_338\" align=\"aligncenter\" width=\"300\"]<img class=\"size-medium wp-image-338\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/700x400_NYTimes-300x171.jpg\" alt=\"Life Preservers Project\" width=\"300\" height=\"171\" /> A Woman. A Prostitute. A Slave., November 27, 2010 by Nicholas Kristof[/caption]\r\n\r\nSince 2010, we have hosted several large fundraising events, which have helped us to raise over $60,000 for survivors of human trafficking. This has all been made possible with the help of Legal Industry groups including B-Discovery, PALS, NY City Paralegal Association, Women in eDiscovery and ECALSM as well as help from top service and technology providers in the legal industry.','About','','inherit','closed','closed','','337-revision-v1','','','2016-02-28 15:17:02','2016-02-28 15:17:02','',337,'http://www.lifepreserversproject.org/wordpress1/2016/02/28/337-revision-v1/',0,'revision','',0),(460,1,'2016-02-29 18:16:23','2016-02-29 18:16:23','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"188\" height=\"218\" /></p>\r\n<p style=\"text-align: left;\">Life Preservers Project is an international collaboration of artists dedicated to eradicating human trafficking.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">\"The bottom line is that this is no time for complacency. Right now, across the globe, victims of human trafficking are daring to imagine the possibility of escape, the chance for a life without fear, and the opportunity to earn a living wage.\" <em>–<a href=\"http://www.state.gov/j/tip/rls/tiprpt/2015/243358.htm\" target=\"_blank\">John F. Kerry, Secretary of State</a></em></p>\r\n</blockquote>\r\n<p style=\"text-align: left;\">The Department of State’s Office to Monitor and Combat Trafficking in Persons leads the United States\' global engagement against human trafficking, an umbrella term used to describe the activities involved when someone obtains or holds a person in compelled service. Click here for : <a href=\"http://www.state.gov/j/tip/rls/tiprpt/index.htm\" target=\"_blank\">The Trafficking In Persons Report</a></p>\r\n\r\n<h3>Life Preservers Inc was incorporated as a 501(c)3 Arts Collective in 2009.</h3>\r\n<h4>Our Mission</h4>\r\nTo collaborate with artists, musicians, filmmakers and writers along with other like minded charities to educate and entertain while raising awareness and much needed funds for the victims of Human Trafficking both locally and internationally.<strong>\r\n</strong>\r\n\r\n \r\n<h2 style=\"text-align: center;\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" />Support a World Free of Slavery\r\n<input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\r\n<img src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></h2>\r\n \r\n\r\n ','Home','','inherit','closed','closed','','2-revision-v1','','','2016-02-29 18:16:23','2016-02-29 18:16:23','',2,'http://www.lifepreserversproject.org/wordpress1/2016/02/29/2-revision-v1/',0,'revision','',0),(461,1,'2016-02-29 18:24:31','2016-02-29 18:24:31','','Life Preservers Project Presents','','inherit','open','closed','','life-preservers-project-presents','','','2016-02-29 18:25:47','2016-02-29 18:25:47','',346,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Life-Preservers-Project-Presents.jpg',0,'attachment','image/jpeg',0),(463,1,'2016-02-29 18:28:34','2016-02-29 18:28:34','View artwork from our favorite artists and photos from our events.\r\n<h3>Art Gallery</h3>\r\n[caption id=\"attachment_221\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-221\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/brooksbrotherslp-300x201.jpg\" alt=\"Life Preservers Project Look Book\" width=\"300\" height=\"201\" /> Life Preserver Photo Ops[/caption]\r\n\r\n<hr />\r\n\r\n \r\n<h3>Event Photos</h3>\r\n<a href=\"http://www.johnnacionimaging.com/Client-Gallery/Life-Preservers-Project/i-8VcTP5R\" target=\"_blank\"><img class=\"size-medium wp-image-461 alignnone\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Life-Preservers-Project-Presents-300x225.jpg\" alt=\"6th Annual eDiscovery Summer FUNraiser\" width=\"300\" height=\"225\" /></a>','Gallery','','inherit','closed','closed','','346-revision-v1','','','2016-02-29 18:28:34','2016-02-29 18:28:34','',346,'http://www.lifepreserversproject.org/wordpress1/2016/02/29/346-revision-v1/',0,'revision','',0),(466,1,'2016-02-29 18:30:39','2016-02-29 18:30:39','View artwork from our favorite artists and photos from our events.\r\n<h3>Art Gallery</h3>\r\n[caption id=\"attachment_221\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-221\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/brooksbrotherslp-300x201.jpg\" alt=\"Life Preservers Project Look Book\" width=\"300\" height=\"201\" /> Life Preserver Photo Ops[/caption]\r\n\r\n \r\n\r\n<hr />\r\n\r\n \r\n<h3>Event Photos</h3>\r\n<a href=\"http://www.johnnacionimaging.com/Client-Gallery/Life-Preservers-Project/i-8VcTP5R\" target=\"_blank\"><img class=\"size-medium wp-image-461 alignnone\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Life-Preservers-Project-Presents-300x225.jpg\" alt=\"6th Annual eDiscovery Summer FUNraiser\" width=\"300\" height=\"225\" /></a>','Gallery','','inherit','closed','closed','','346-revision-v1','','','2016-02-29 18:30:39','2016-02-29 18:30:39','',346,'http://www.lifepreserversproject.org/wordpress1/2016/02/29/346-revision-v1/',0,'revision','',0),(469,1,'2016-03-01 19:08:20','2016-03-01 19:08:20','In support of <a href=\"http://www.gems-girls.org/\" target=\"_blank\">Girls Educational & Mentoring Services (GEMS)</a> and <a href=\"http://www.voa-gny.org/operation-backpack\" target=\"_blank\">Operation Back</a>, Life Preservers Project and <a href=\"http://www.womeninediscovery.org/\" target=\"_blank\">Women in eDiscovery</a> present the 7th Annual eDiscovery FUNraiser. [contact-form][contact-field label=\'Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Comment\' type=\'textarea\' required=\'1\'/][/contact-form]\r\n\r\nThis year’s event will include a summer fashion show and art auction. Proceeds from the event will benefit both GEMS and Operation Backpack.\r\n\r\nSponsorship opportunities are available.\r\n\r\nLife Preservers has supported Girls Educational and Mentoring Services for 7 years. GEMS mission is to empower girls and young women, ages 12–24, who have experienced commercial sexual exploitation and domestic trafficking to exit the commercial sex industry and develop to their full potential. GEMS is committed to ending commercial sexual exploitation and domestic trafficking of children by changing individual lives, transforming public perception, and revolutionizing the systems and policies that impact sexually exploited youth.\r\n\r\nIn 2014, the New York City Chapter of <a href=\"https://www.crowdrise.com/teamwiebackpack\" target=\"_blank\">Women in eDiscovery began its support of Operation Backpack</a>. Each year since 2001, Volunteers of America-Greater New York has been distributing new backpacks filled with grade-specific school supplies to homeless children throughout New York City. A filled backpack relieves parents of a financial burden and provides a sense of normalcy to the otherwise chaotic lives of these children, helping them to look and feel more like their classmates. Most importantly, a filled backpack allows these children to start the school year feeling prepared and confident, with the knowledge that their education is important and that someone believes in them.','7th Annual eDiscovery Summer FUNraiser','','inherit','closed','closed','','320-autosave-v1','','','2016-03-01 19:08:20','2016-03-01 19:08:20','',320,'http://www.lifepreserversproject.org/wordpress1/2016/03/01/320-autosave-v1/',0,'revision','',0),(470,1,'2016-03-02 01:54:25','2016-03-02 01:54:25','','Events','','publish','closed','closed','','events','','','2016-06-09 12:48:16','2016-06-09 12:48:16','',0,'http://www.lifepreserversproject.org/wordpress1/?p=470',3,'nav_menu_item','',0),(472,1,'2016-03-02 01:58:50','2016-03-02 01:58:50','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"188\" height=\"218\" /></p>\r\n<p style=\"text-align: left;\">Life Preservers Project is an international collaboration of artists dedicated to eradicating human trafficking.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">\"The bottom line is that this is no time for complacency. Right now, across the globe, victims of human trafficking are daring to imagine the possibility of escape, the chance for a life without fear, and the opportunity to earn a living wage.\" <em>–<a href=\"http://www.state.gov/j/tip/rls/tiprpt/2015/243358.htm\" target=\"_blank\">John F. Kerry, Secretary of State</a></em></p>\r\n</blockquote>\r\n<p style=\"text-align: left;\">The Department of State’s Office to Monitor and Combat Trafficking in Persons leads the United States\' global engagement against human trafficking, an umbrella term used to describe the activities involved when someone obtains or holds a person in compelled service. Visit <a href=\"http://www.state.gov/j/tip/rls/tiprpt/index.htm\" target=\"_blank\">The Trafficking In Persons Report</a> for more information.</p>\r\n\r\n<h3>Life Preservers Inc was incorporated as a 501(c)3 Arts Collective in 2009.</h3>\r\n<h4>Our Mission</h4>\r\nTo collaborate with artists, musicians, filmmakers and writers along with other like minded charities to educate and entertain while raising awareness and much needed funds for the victims of Human Trafficking both locally and internationally.<strong>\r\n</strong>\r\n\r\n \r\n<h2 style=\"text-align: center;\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" />Support a World Free of Slavery\r\n<input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\r\n<img src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></h2>\r\n \r\n\r\n ','Home','','inherit','closed','closed','','2-revision-v1','','','2016-03-02 01:58:50','2016-03-02 01:58:50','',2,'http://www.lifepreserversproject.org/wordpress1/2016/03/02/2-revision-v1/',0,'revision','',0),(475,1,'2016-03-02 02:07:59','2016-03-02 02:07:59','Looking for information about Life Preservers Project? Have questions about a donation or sponsorship? Want to volunteer or get involved in the artist collaboration?\r\n\r\nContact us:\r\n\r\n[contact-form to=\'shana@lifepreserversproject.org\'][contact-field label=\'Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'I%26#039;d like to\' type=\'textarea\' required=\'1\'/][/contact-form] ','Contact Us','','publish','closed','closed','','contact-us','','','2016-03-02 02:10:23','2016-03-02 02:10:23','',0,'http://www.lifepreserversproject.org/wordpress1/?page_id=475',0,'page','',0),(478,1,'2016-03-02 02:07:59','2016-03-02 02:07:59',' ','','','publish','closed','closed','','478','','','2016-06-09 12:48:16','2016-06-09 12:48:16','',0,'http://www.lifepreserversproject.org/wordpress1/2016/03/02/478/',9,'nav_menu_item','',0),(481,1,'2016-03-02 02:07:59','2016-03-02 02:07:59','Looking for information about Life Preservers Project? Have questions about a donation or sponsorship? Want to volunteer or get involved in the artist collaboration?\r\n\r\nContact us:\r\n\r\n[contact-form to=\'shana@lifepreserversproject.org\'][contact-field label=\'Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'I%26#039;d like to\' type=\'textarea\' required=\'1\'/][/contact-form] ','Contact Us','','inherit','closed','closed','','475-revision-v1','','','2016-03-02 02:07:59','2016-03-02 02:07:59','',475,'http://www.lifepreserversproject.org/wordpress1/2016/03/02/475-revision-v1/',0,'revision','',0),(482,1,'2016-03-02 02:25:34','2016-03-02 02:25:34','[gallery type=\"rectangular\" size=\"medium\" link=\"none\" ids=\"91,67,88,86,71,80,82\"]','Past Events','','publish','closed','closed','','past-events-2','','','2016-03-02 02:25:34','2016-03-02 02:25:34','',0,'http://www.lifepreserversproject.org/wordpress1/?page_id=482',0,'page','',0),(485,1,'2016-03-02 02:25:35','2016-03-02 02:25:35',' ','','','publish','closed','closed','','485','','','2016-06-09 12:48:16','2016-06-09 12:48:16','',0,'http://www.lifepreserversproject.org/wordpress1/2016/03/02/485/',4,'nav_menu_item','',0),(488,1,'2016-03-02 02:25:34','2016-03-02 02:25:34','[gallery type=\"rectangular\" size=\"medium\" link=\"none\" ids=\"91,67,88,86,71,80,82\"]','Past Events','','inherit','closed','closed','','482-revision-v1','','','2016-03-02 02:25:34','2016-03-02 02:25:34','',482,'http://www.lifepreserversproject.org/wordpress1/2016/03/02/482-revision-v1/',0,'revision','',0),(493,1,'2016-04-08 13:50:43','2016-04-08 13:50:43','','Registration Button','','inherit','open','closed','','button','','','2016-04-08 13:51:26','2016-04-08 13:51:26','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/button.png',0,'attachment','image/png',0),(497,1,'2016-04-22 20:06:44','2016-04-22 20:06:44','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"188\" height=\"218\" /></p>\r\n<p style=\"text-align: left;\">Life Preservers Project is an international collaboration of artists dedicated to eradicating human trafficking.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">\"The bottom line is that this is no time for complacency. Right now, across the globe, victims of human trafficking are daring to imagine the possibility of escape, the chance for a life without fear, and the opportunity to earn a living wage.\" <em>–<a href=\"http://www.state.gov/j/tip/rls/tiprpt/2015/243358.htm\" target=\"_blank\">John F. Kerry, Secretary of State</a></em></p>\r\n</blockquote>\r\n<p style=\"text-align: left;\">The Department of State’s Office to Monitor and Combat Trafficking in Persons leads the United States\' global engagement against human trafficking, an umbrella term used to describe the activities involved when someone obtains or holds a person in compelled service. Visit <a href=\"http://www.state.gov/j/tip/rls/tiprpt/index.htm\" target=\"_blank\">The Trafficking In Persons Report</a> for more information.</p>\r\n\r\n<h3>Life Preservers Inc was incorporated as a 501(c)3 Arts Collective in 2009.</h3>\r\n<h4>Our Mission</h4>\r\nTo collaborate with artists, musicians, filmmakers and writers along with other like minded charities to educate and entertain while raising awareness and much needed funds for the victims of Human Trafficking both locally and internationally.<strong>\r\n</strong>\r\n\r\n \r\n<h2 style=\"text-align: center;\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" />Support a World Free of Slavery</h2>\r\n<center><form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\"><input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\r\n<img src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></form></center> ','Home','','inherit','closed','closed','','2-revision-v1','','','2016-04-22 20:06:44','2016-04-22 20:06:44','',2,'http://www.lifepreserversproject.org/wordpress1/2016/04/22/2-revision-v1/',0,'revision','',0),(500,1,'2016-04-22 20:07:58','2016-04-22 20:07:58','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"188\" height=\"218\" /></p>\r\n<p style=\"text-align: left;\">Life Preservers Project is an international collaboration of artists dedicated to eradicating human trafficking.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">\"The bottom line is that this is no time for complacency. Right now, across the globe, victims of human trafficking are daring to imagine the possibility of escape, the chance for a life without fear, and the opportunity to earn a living wage.\" <em>–<a href=\"http://www.state.gov/j/tip/rls/tiprpt/2015/243358.htm\" target=\"_blank\">John F. Kerry, Secretary of State</a></em></p>\r\n</blockquote>\r\n<p style=\"text-align: left;\">The Department of State’s Office to Monitor and Combat Trafficking in Persons leads the United States\' global engagement against human trafficking, an umbrella term used to describe the activities involved when someone obtains or holds a person in compelled service. Visit <a href=\"http://www.state.gov/j/tip/rls/tiprpt/index.htm\" target=\"_blank\">The Trafficking In Persons Report</a> for more information.</p>\r\n\r\n<h3>Life Preservers Inc was incorporated as a 501(c)3 Arts Collective in 2009.</h3>\r\n<h4>Our Mission</h4>\r\nTo collaborate with artists, musicians, filmmakers and writers along with other like minded charities to educate and entertain while raising awareness and much needed funds for the victims of Human Trafficking both locally and internationally.<strong>\r\n</strong>\r\n\r\n \r\n<h2 style=\"text-align: center;\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" />Support a World Free of Slavery</h2>\r\n<center><form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\">\r\n<input type=\"hidden\" name=\"cmd\" value=\"_s-xclick\">\r\n<input type=\"hidden\" name=\"hosted_button_id\" value=\"AJLBK8QTPXUBJ\">\r\n<input type=\"image\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" border=\"0\" name=\"submit\" alt=\"PayPal - The safer, easier way to pay online!\">\r\n<img alt=\"\" border=\"0\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\">\r\n</form></center> ','Home','','inherit','closed','closed','','2-revision-v1','','','2016-04-22 20:07:58','2016-04-22 20:07:58','',2,'http://www.lifepreserversproject.org/wordpress1/2016/04/22/2-revision-v1/',0,'revision','',0),(502,1,'2016-04-22 20:08:27','2016-04-22 20:08:27','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"188\" height=\"218\" /></p>\r\n<p style=\"text-align: left;\">Life Preservers Project is an international collaboration of artists dedicated to eradicating human trafficking.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">\"The bottom line is that this is no time for complacency. Right now, across the globe, victims of human trafficking are daring to imagine the possibility of escape, the chance for a life without fear, and the opportunity to earn a living wage.\" <em>–<a href=\"http://www.state.gov/j/tip/rls/tiprpt/2015/243358.htm\" target=\"_blank\">John F. Kerry, Secretary of State</a></em></p>\r\n</blockquote>\r\n<p style=\"text-align: left;\">The Department of State’s Office to Monitor and Combat Trafficking in Persons leads the United States\' global engagement against human trafficking, an umbrella term used to describe the activities involved when someone obtains or holds a person in compelled service. Visit <a href=\"http://www.state.gov/j/tip/rls/tiprpt/index.htm\" target=\"_blank\">The Trafficking In Persons Report</a> for more information.</p>\r\n\r\n<h3>Life Preservers Inc was incorporated as a 501(c)3 Arts Collective in 2009.</h3>\r\n<h4>Our Mission</h4>\r\nTo collaborate with artists, musicians, filmmakers and writers along with other like minded charities to educate and entertain while raising awareness and much needed funds for the victims of Human Trafficking both locally and internationally.<strong>\r\n</strong>\r\n\r\n \r\n<h2 style=\"text-align: center;\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" />Support a World Free of Slavery</h2>\r\n<center><form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\"><input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\r\n<img src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></form> \r\n\r\n</center> ','Home','','inherit','closed','closed','','2-revision-v1','','','2016-04-22 20:08:27','2016-04-22 20:08:27','',2,'http://www.lifepreserversproject.org/wordpress1/2016/04/22/2-revision-v1/',0,'revision','',0),(503,1,'2016-04-22 20:17:38','2016-04-22 20:17:38','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"188\" height=\"218\" /></p>\r\n<p style=\"text-align: left;\">Life Preservers Project is an international collaboration of artists dedicated to eradicating human trafficking.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">\"The bottom line is that this is no time for complacency. Right now, across the globe, victims of human trafficking are daring to imagine the possibility of escape, the chance for a life without fear, and the opportunity to earn a living wage.\" <em>–<a href=\"http://www.state.gov/j/tip/rls/tiprpt/2015/243358.htm\" target=\"_blank\">John F. Kerry, Secretary of State</a></em></p>\r\n</blockquote>\r\n<p style=\"text-align: left;\">The Department of State’s Office to Monitor and Combat Trafficking in Persons leads the United States\' global engagement against human trafficking, an umbrella term used to describe the activities involved when someone obtains or holds a person in compelled service. Visit <a href=\"http://www.state.gov/j/tip/rls/tiprpt/index.htm\" target=\"_blank\">The Trafficking In Persons Report</a> for more information.</p>\r\n\r\n<h3>Life Preservers Inc was incorporated as a 501(c)3 Arts Collective in 2009.</h3>\r\n<h4>Our Mission</h4>\r\nTo collaborate with artists, musicians, filmmakers and writers along with other like minded charities to educate and entertain while raising awareness and much needed funds for the victims of Human Trafficking both locally and internationally.<strong>\r\n</strong>\r\n\r\n \r\n<h2 style=\"text-align: center;\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" />Support a World Free of Slavery</h2>\r\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\"><input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\r\n<img src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></form> \r\n\r\n \r\n\r\n ','Home','','inherit','closed','closed','','2-revision-v1','','','2016-04-22 20:17:38','2016-04-22 20:17:38','',2,'http://www.lifepreserversproject.org/wordpress1/2016/04/22/2-revision-v1/',0,'revision','',0),(505,1,'2016-04-22 20:22:58','2016-04-22 20:22:58','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"188\" height=\"218\" /></p>\r\n<p style=\"text-align: left;\">Life Preservers Project is an international collaboration of artists dedicated to eradicating human trafficking.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">\"The bottom line is that this is no time for complacency. Right now, across the globe, victims of human trafficking are daring to imagine the possibility of escape, the chance for a life without fear, and the opportunity to earn a living wage.\" <em>–<a href=\"http://www.state.gov/j/tip/rls/tiprpt/2015/243358.htm\" target=\"_blank\">John F. Kerry, Secretary of State</a></em></p>\r\n</blockquote>\r\n<p style=\"text-align: left;\">The Department of State’s Office to Monitor and Combat Trafficking in Persons leads the United States\' global engagement against human trafficking, an umbrella term used to describe the activities involved when someone obtains or holds a person in compelled service. Visit <a href=\"http://www.state.gov/j/tip/rls/tiprpt/index.htm\" target=\"_blank\">The Trafficking In Persons Report</a> for more information.</p>\r\n\r\n<h3>Life Preservers Inc was incorporated as a 501(c)3 Arts Collective in 2009.</h3>\r\n<h4>Our Mission</h4>\r\nTo collaborate with artists, musicians, filmmakers and writers along with other like minded charities to educate and entertain while raising awareness and much needed funds for the victims of Human Trafficking both locally and internationally.<strong>\r\n</strong>\r\n\r\n \r\n\r\n<center>\r\n<h2>Support a World Free of Slavery</h2>\r\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\"><input name=\"hosted_button_id\" type=\"hidden\" value=\"AJLBK8QTPXUBJ\" />\r\n<input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\r\n<img class=\"aligncenter\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></form> \r\n\r\n</center>','Home','','inherit','closed','closed','','2-revision-v1','','','2016-04-22 20:22:58','2016-04-22 20:22:58','',2,'http://www.lifepreserversproject.org/wordpress1/2016/04/22/2-revision-v1/',0,'revision','',0),(508,1,'2016-04-22 22:39:13','2016-04-22 22:39:13','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"188\" height=\"218\" /></p>\r\n<p style=\"text-align: left;\">Life Preservers Project is an international collaboration of artists dedicated to eradicating human trafficking.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">\"The bottom line is that this is no time for complacency. Right now, across the globe, victims of human trafficking are daring to imagine the possibility of escape, the chance for a life without fear, and the opportunity to earn a living wage.\" <em>–<a href=\"http://www.state.gov/j/tip/rls/tiprpt/2015/243358.htm\" target=\"_blank\">John F. Kerry, Secretary of State</a></em></p>\r\n</blockquote>\r\n<p style=\"text-align: left;\">The Department of State’s Office to Monitor and Combat Trafficking in Persons leads the United States\' global engagement against human trafficking, an umbrella term used to describe the activities involved when someone obtains or holds a person in compelled service. Visit <a href=\"http://www.state.gov/j/tip/rls/tiprpt/index.htm\" target=\"_blank\">The Trafficking In Persons Report</a> for more information.</p>\r\n\r\n<h3>Life Preservers Inc was incorporated as a 501(c)3 Arts Collective in 2009.</h3>\r\n<h4>Our Mission</h4>\r\nTo collaborate with artists, musicians, filmmakers and writers along with other like minded charities to educate and entertain while raising awareness and much needed funds for the victims of Human Trafficking both locally and internationally.<strong>\r\n</strong>\r\n\r\n \r\n\r\n \r\n<h2 style=\"text-align: center;\">Support a World Free of Slavery<input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" />\r\n<input name=\"hosted_button_id\" type=\"hidden\" value=\"AJLBK8QTPXUBJ\" />\r\n<input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\r\n<img src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></h2>','Home','','inherit','closed','closed','','2-revision-v1','','','2016-04-22 22:39:13','2016-04-22 22:39:13','',2,'http://www.lifepreserversproject.org/wordpress1/2016/04/22/2-revision-v1/',0,'revision','',0),(511,1,'2016-04-22 22:43:12','2016-04-22 22:43:12','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"188\" height=\"218\" /></p>\r\n<p style=\"text-align: left;\">Life Preservers Project is an international collaboration of artists dedicated to eradicating human trafficking.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">\"The bottom line is that this is no time for complacency. Right now, across the globe, victims of human trafficking are daring to imagine the possibility of escape, the chance for a life without fear, and the opportunity to earn a living wage.\" <em>–<a href=\"http://www.state.gov/j/tip/rls/tiprpt/2015/243358.htm\" target=\"_blank\">John F. Kerry, Secretary of State</a></em></p>\r\n</blockquote>\r\n<p style=\"text-align: left;\">The Department of State’s Office to Monitor and Combat Trafficking in Persons leads the United States\' global engagement against human trafficking, an umbrella term used to describe the activities involved when someone obtains or holds a person in compelled service. Visit <a href=\"http://www.state.gov/j/tip/rls/tiprpt/index.htm\" target=\"_blank\">The Trafficking In Persons Report</a> for more information.</p>\r\n\r\n<h3>Life Preservers Inc was incorporated as a 501(c)3 Arts Collective in 2009.</h3>\r\n<h4>Our Mission</h4>\r\nTo collaborate with artists, musicians, filmmakers and writers along with other like minded charities to educate and entertain while raising awareness and much needed funds for the victims of Human Trafficking both locally and internationally.<strong>\r\n</strong>\r\n\r\n \r\n\r\n \r\n<h2 style=\"text-align: center;\">Support a World Free of Slavery</h2>\r\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" /> <input name=\"hosted_button_id\" type=\"hidden\" value=\"AJLBK8QTPXUBJ\" /> <input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" /></form>','Home','','inherit','closed','closed','','2-revision-v1','','','2016-04-22 22:43:12','2016-04-22 22:43:12','',2,'http://www.lifepreserversproject.org/wordpress1/2016/04/22/2-revision-v1/',0,'revision','',0),(512,1,'2016-04-22 22:44:03','2016-04-22 22:44:03','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"188\" height=\"218\" /></p>\r\n<p style=\"text-align: left;\">Life Preservers Project is an international collaboration of artists dedicated to eradicating human trafficking.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">\"The bottom line is that this is no time for complacency. Right now, across the globe, victims of human trafficking are daring to imagine the possibility of escape, the chance for a life without fear, and the opportunity to earn a living wage.\" <em>–<a href=\"http://www.state.gov/j/tip/rls/tiprpt/2015/243358.htm\" target=\"_blank\">John F. Kerry, Secretary of State</a></em></p>\r\n</blockquote>\r\n<p style=\"text-align: left;\">The Department of State’s Office to Monitor and Combat Trafficking in Persons leads the United States\' global engagement against human trafficking, an umbrella term used to describe the activities involved when someone obtains or holds a person in compelled service. Visit <a href=\"http://www.state.gov/j/tip/rls/tiprpt/index.htm\" target=\"_blank\">The Trafficking In Persons Report</a> for more information.</p>\r\n\r\n<h3>Life Preservers Inc was incorporated as a 501(c)3 Arts Collective in 2009.</h3>\r\n<h4>Our Mission</h4>\r\nTo collaborate with artists, musicians, filmmakers and writers along with other like minded charities to educate and entertain while raising awareness and much needed funds for the victims of Human Trafficking both locally and internationally.<strong>\r\n</strong>\r\n\r\n \r\n\r\n \r\n<h2 style=\"text-align: center;\">Support a World Free of Slavery</h2>\r\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" /> <input name=\"hosted_button_id\" type=\"hidden\" value=\"AJLBK8QTPXUBJ\" /> <input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" /></form>','Home','','inherit','closed','closed','','2-revision-v1','','','2016-04-22 22:44:03','2016-04-22 22:44:03','',2,'http://www.lifepreserversproject.org/wordpress1/2016/04/22/2-revision-v1/',0,'revision','',0),(514,1,'2016-04-22 22:44:23','2016-04-22 22:44:23','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"188\" height=\"218\" /></p>\r\n<p style=\"text-align: left;\">Life Preservers Project is an international collaboration of artists dedicated to eradicating human trafficking.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">\"The bottom line is that this is no time for complacency. Right now, across the globe, victims of human trafficking are daring to imagine the possibility of escape, the chance for a life without fear, and the opportunity to earn a living wage.\" <em>–<a href=\"http://www.state.gov/j/tip/rls/tiprpt/2015/243358.htm\" target=\"_blank\">John F. Kerry, Secretary of State</a></em></p>\r\n</blockquote>\r\n<p style=\"text-align: left;\">The Department of State’s Office to Monitor and Combat Trafficking in Persons leads the United States\' global engagement against human trafficking, an umbrella term used to describe the activities involved when someone obtains or holds a person in compelled service. Visit <a href=\"http://www.state.gov/j/tip/rls/tiprpt/index.htm\" target=\"_blank\">The Trafficking In Persons Report</a> for more information.</p>\r\n\r\n<h3>Life Preservers Inc was incorporated as a 501(c)3 Arts Collective in 2009.</h3>\r\n<h4>Our Mission</h4>\r\nTo collaborate with artists, musicians, filmmakers and writers along with other like minded charities to educate and entertain while raising awareness and much needed funds for the victims of Human Trafficking both locally and internationally.<strong>\r\n</strong>\r\n\r\n \r\n\r\n \r\n<h2 style=\"text-align: center;\">Support a World Free of Slavery</h2>\r\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" /> <input name=\"hosted_button_id\" type=\"hidden\" value=\"AJLBK8QTPXUBJ\" /> <input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" /></form>','Home','','inherit','closed','closed','','2-revision-v1','','','2016-04-22 22:44:23','2016-04-22 22:44:23','',2,'http://www.lifepreserversproject.org/wordpress1/2016/04/22/2-revision-v1/',0,'revision','',0),(515,1,'2016-04-22 22:44:54','2016-04-22 22:44:54','<p style=\"text-align: left;\"><img class=\"wp-image-17 alignright\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/RS_Pop_Shop_PostcardFlyer_Front_2-e1456499537105-258x300.jpg\" alt=\"RS_Pop_Shop_PostcardFlyer_Front_2\" width=\"188\" height=\"218\" /></p>\r\n<p style=\"text-align: left;\">Life Preservers Project is an international collaboration of artists dedicated to eradicating human trafficking.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">\"The bottom line is that this is no time for complacency. Right now, across the globe, victims of human trafficking are daring to imagine the possibility of escape, the chance for a life without fear, and the opportunity to earn a living wage.\" <em>–<a href=\"http://www.state.gov/j/tip/rls/tiprpt/2015/243358.htm\" target=\"_blank\">John F. Kerry, Secretary of State</a></em></p>\r\n</blockquote>\r\n<p style=\"text-align: left;\">The Department of State’s Office to Monitor and Combat Trafficking in Persons leads the United States\' global engagement against human trafficking, an umbrella term used to describe the activities involved when someone obtains or holds a person in compelled service. Visit <a href=\"http://www.state.gov/j/tip/rls/tiprpt/index.htm\" target=\"_blank\">The Trafficking In Persons Report</a> for more information.</p>\r\n\r\n<h3>Life Preservers Inc was incorporated as a 501(c)3 Arts Collective in 2009.</h3>\r\n<h4>Our Mission</h4>\r\nTo collaborate with artists, musicians, filmmakers and writers along with other like minded charities to educate and entertain while raising awareness and much needed funds for the victims of Human Trafficking both locally and internationally.<strong>\r\n</strong>\r\n<h2 style=\"text-align: center;\">Support a World Free of Slavery</h2>\r\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" /> <input name=\"hosted_button_id\" type=\"hidden\" value=\"AJLBK8QTPXUBJ\" /> <input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" /></form>','Home','','inherit','closed','closed','','2-revision-v1','','','2016-04-22 22:44:54','2016-04-22 22:44:54','',2,'http://www.lifepreserversproject.org/wordpress1/2016/04/22/2-revision-v1/',0,'revision','',0),(517,1,'2016-04-22 23:10:18','2016-04-22 23:10:18','','4','','inherit','open','closed','','4','','','2016-04-26 01:35:52','2016-04-26 01:35:52','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/4.jpg',0,'attachment','image/jpeg',0),(518,1,'2016-04-22 23:10:25','2016-04-22 23:10:25','','Gold Sponsor','','inherit','open','closed','','1','','','2016-04-22 23:11:18','2016-04-22 23:11:18','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/1.jpg',0,'attachment','image/jpeg',0),(520,1,'2016-04-22 23:10:29','2016-04-22 23:10:29','','2','','inherit','open','closed','','2','','','2016-04-26 01:27:15','2016-04-26 01:27:15','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/2.jpg',0,'attachment','image/jpeg',0),(523,1,'2016-04-22 23:10:32','2016-04-22 23:10:32','','3','','inherit','open','closed','','3','','','2016-04-26 01:21:37','2016-04-26 01:21:37','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/3.jpg',0,'attachment','image/jpeg',0),(524,1,'2016-04-22 23:12:33','2016-04-22 23:12:33','','QuisLex_Logo_CMYK_Vector','','inherit','open','closed','','quislex_logo_cmyk_vector','','','2016-04-22 23:13:07','2016-04-22 23:13:07','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/QuisLex_Logo_CMYK_300dpi-1x-2.jpg',0,'attachment','image/jpeg',0),(526,1,'2016-04-26 00:56:33','2016-04-26 00:56:33','<h3>[one_third]<img class=\"aligncenter wp-image-707\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/encuastic-300x296.jpg\" alt=\"Life Preservers Project Felisa Adderley\" width=\"200\" height=\"197\" />[/one_third][two_third_last]<strong>Felisa Adderley</strong></h3>\r\nFelisa Adderley is a 19 year old artist living in Brooklyn, finishing her associates degree in Painting and working towards her Bachelor\'s in Printmaking at Pratt Institute. Felisa is also revisiting her love for embroidery. She\'s wildly inspired by nature and it\'s unique patterns on plants and insects. Her current mediums of choice are relief printing and lithograph, though she\'s looking to incorporate thread into more of her work.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-646\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/SomethingFeelsGood2015_Web-300x300.jpg\" alt=\"SomethingFeelsGood2015_Web\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<strong>Jose Aurelio Baez</strong></h3>\r\nJose started collecting comic books when he was 8. His weekend thrill of exploring the dusty aisles of second hand shops lent itself to creating new adventures and storylines for the characters he found. He would take pages and incorporate them into his own drawings and collages, giving the work new life.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]\r\n\r\n<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-656\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/DivaFan_HairByAmyFarid-283x300.jpg\" alt=\"Stephanie Renee Casso Life Preservers Project\" width=\"200\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Stephanie Renee Casso</strong></h3>\r\nStephanie Renee Casso, a fine artist, graphic designer, illustrator, curator and actor, was born and raised in New York. She studied Communications Design and Fine Arts at the Fashion Institute of Technology and received her AAS in 2007. After graduating she volunteered with The Neighborhood Gallery in Post-Katrina New Orleans alongside the owner, Sandra Berry, as an Americorps VISTA. Past exhibitions include the 3 part group show “….Is This Free?” at the Nurture Gallery and “Absorb Their Works Sort of Sculpture No 2” group show at 3<sup>RD</sup> Eye Sol Gallery in Bushwick. SRC has also participated in Bushwick Open Studios since 2012, in 2015 she was on the BOS Benefit committee and helped put together a fund raiser featuring 400 works of art. Recently, she curated and was a part of the group show, “Into The WoodWorks” at the I.M.A.G.E. Gallery in Bushwick. You can find her work in an array of pop up shows and often Live Painting/Drawing at events. SRC is currently working on a series of mixed media collages on wood, wood burnings and watercolors. Stephanie Renee lives and works in Bushwick, New York.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Dubious Contessa—Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]\r\n<h3><strong>Marisol Delvalle</strong></h3>\r\nMarisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n \r\n<h3>[one_third]<a href=\"http://www.DevlinDesignAndIllustration.com\" target=\"_blank\"><img class=\"aligncenter wp-image-703\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-2-300x201.jpg\" alt=\"Life Preservers Project Elizabeth Devlin\" width=\"200\" height=\"134\" /></a>[/one_third][two_third_last]<strong>Elizabeth Devlin</strong></h3>\r\nElizabeth Devlin, Devlin Design and Illustration: A one stop visual shop specializing in illustration, graphic design, web development, fine art and painting.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javier\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javier round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-670\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bpda-copy-copy-300x300.jpg\" alt=\"Life Preservers Project Juliet Kasbar\" width=\"200\" height=\"199\" />[/one_third][two_third_last]\r\n<h3><strong>Juliet Kasbar</strong></h3>\r\nJuliet Kasbar is an American and Irish artist currently living in New York. Her practice focuses on identity, globalisation, and belonging. Material and place are often starting points for her work. She graduated Central Saint Martins with a B.A. (HON) in Fine Art in 2015.\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-674\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/custom-water-tower-artist-edition-baesha-5_1024x1024-300x300.jpg\" alt=\"Life Preservers Project MURRZ\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>MURRZ</strong></h3>\r\nMURRZ is a Filipino, Brooklyn based, self taught artist. She combines her experience of 7+ years working in the advertising industry with her love of street art and fashion to create designs and pieces that are \"pretty gritty\".\r\n<blockquote>Thank you again for allowing me to participate in the FUNraiser. I feel very strongly about this subject matter and want to help out any way I can. Coming from the Philippines, I see it too often--how children and women are exploited. Whether it be contributing with art, donations, helping with fundraisers, ANYTHING, I\'d like to be involved in Life Preservers Project\'s mission any way I can to help those victims of human trafficking.</blockquote>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-664\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-1.06.08-PM-300x300.png\" alt=\"Robert Plater Life Preservers Project\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>Robert Plater</strong>[/two_third_last]</h3>\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-653\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_26821-246x300.png\" alt=\"Rey "the Drif" Rosa Life Preservers Project\" width=\"200\" height=\"244\" />[/one_third][two_third_last]\r\n<h3><strong>Rey \"The DRiF!\" Rosa</strong></h3>\r\nRey \"The DRiF!\" Rosa is a Latin American, abstract expressionist & photographer born and raised in the Bronx, and currently resides in the East Village NYC. He is a lover of the arts, where his passion lies in documenting and creating art.\r\n\r\nSince the age of 14, The DRiF! has always had fervor for different fields of creative expression from choir to culinary arts to sound engineering. Until he found his relationship with art, paint and his energy. To finally capture the three together. The DRiF!, a self-taught artist, started showing his work in late 2013, but has managed to capture fans from around the world. While he keeps evolving and developing his unique style, he is humbled by the support of so many.\r\n\r\nThe DRiF! is also the Official Photographer & Social Media Director for <a href=\"http://lisaprojectnyc.org/\" target=\"_blank\">The L.I.S.A. Project NYC</a>. He is inspired by Jackson Pollock, Ron English, Mr Jago, Nosego, Greta Cat, Solus and Conor Harrington.\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-712\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Daisy-Rossetti-BackPack-inspiration-300x128.jpg\" alt=\"Life Preservers Project Daisy Rossetti\" width=\"200\" height=\"85\" /><img class=\"aligncenter size-full wp-image-731\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/blank.jpg\" alt=\"blank\" width=\"200\" height=\"100\" />[/one_third][two_third_last]<strong>Daisy Rossetti</strong></h3>\r\nDaisy Rossetti is an inspired artist and has always wanted to create an environment that everyone feels welcomed in. Expressing herself through art has allowed Daisy to be creative and get to know others. She has been evoking emotion through her art and creating a human connection with others. Creating memories and getting to know people that come in contact with her art has been a dream of Daisy\'s, which is coming true! Doing what makes her happy has been attracting things in the universe that connects a lot of us together and it’s amazing. Daisy enjoys people coming together to support one another in greatness![/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-659\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/pigeons-300x225.jpg\" alt=\"Zropro Life Preservers Project\" width=\"200\" height=\"150\" />[/one_third][two_third_last]\r\n<h3><strong>ZROPRO</strong></h3>\r\n\"ZROPRO\" is a Brooklyn based artist whose work focuses on graphic design, illustration, photography and digital art. His work has appeared in exhibitions and events at notable establishments such as the Brooklyn Historical Society, Brooklyn Museum Shop, City Reliquary, The High Line, the Museum of Modern Art Design Store and myplasticheart. One of his digital artworks is also permanently featured on Microsoft\'s Xbox One video game console worldwide as a selectable gamerpic. He also represent the company Boundless Brooklyn as a featured artist at company events and live demos.\r\n[/two_third_last]','Artist Collective','','publish','closed','closed','','artist-collective','','','2016-05-01 23:59:37','2016-05-01 23:59:37','',346,'http://www.lifepreserversproject.org/wordpress1/?page_id=526',0,'page','',0),(529,1,'2016-04-25 20:43:22','2016-04-25 20:43:22','','Sue Karnet','','inherit','open','closed','','image1','','','2016-04-25 20:43:39','2016-04-25 20:43:39','',526,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1.jpg',0,'attachment','image/jpeg',0),(530,1,'2016-04-25 20:48:12','2016-04-25 20:48:12','<table>\r\n<tbody>\r\n<tr>\r\n<td><img class=\"alignleft wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" /></td>\r\n<td>\r\n<p class=\"p1\">Sue Karnet My artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. I have also curated two shows one in Cairo and one in Brooklyn. My paintings were reviewed in “The New York Times”, “The Brooklyn Phoenix”, and “The Egyptian Gazette”.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-25 20:48:12','2016-04-25 20:48:12','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/25/526-revision-v1/',0,'revision','',0),(533,1,'2016-04-25 20:53:11','2016-04-25 20:53:11','<h3><img class=\"alignleft wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />Sue Karnet</h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.\r\n\r\n \r\n\r\n ','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-25 20:53:11','2016-04-25 20:53:11','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/25/526-revision-v1/',0,'revision','',0),(536,1,'2016-04-25 20:54:44','2016-04-25 20:54:44','','ArtweAll','','inherit','open','closed','','artweall','','','2016-04-25 20:54:57','2016-04-25 20:54:57','',526,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll.jpg',0,'attachment','image/jpeg',0),(538,1,'2016-04-25 20:56:31','2016-04-25 20:56:31','<h3><img class=\" wp-image-536 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />Art we All</h3>\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div>The message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.</div>\r\n</div>\r\n</div>\r\n</div>\r\n<h3></h3>\r\n<h3><img class=\"alignleft wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />Sue Karnet</h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.\r\n\r\n \r\n\r\n ','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-25 20:56:31','2016-04-25 20:56:31','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/25/526-revision-v1/',0,'revision','',0),(541,1,'2016-04-25 20:57:30','2016-04-25 20:57:30','','bbartist','','inherit','open','closed','','bbartist','','','2016-04-25 20:57:45','2016-04-25 20:57:45','',526,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist.png',0,'attachment','image/png',0),(542,1,'2016-04-25 20:57:35','2016-04-25 20:57:35','','uncle robert','','inherit','open','closed','','uncle-robert','','','2016-04-25 21:01:26','2016-04-25 21:01:26','',526,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert.jpg',0,'attachment','image/jpeg',0),(544,1,'2016-04-25 20:59:42','2016-04-25 20:59:42','<h3><img class=\" wp-image-536 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />Art we All</h3>\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div>The message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.</div>\r\n</div>\r\n</div>\r\n</div>\r\n<h3></h3>\r\n<h3><img class=\" wp-image-541 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />BB</h3>\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>BB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.</div>\r\n</div>\r\n</div>\r\n<h3></h3>\r\n<h3><img class=\"alignleft wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />Sue Karnet</h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.\r\n\r\n \r\n\r\n ','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-25 20:59:42','2016-04-25 20:59:42','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/25/526-revision-v1/',0,'revision','',0),(547,1,'2016-04-25 21:03:10','2016-04-25 21:03:10','<h3><img class=\" wp-image-536 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />Art we All</h3>\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div>The message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.</div>\r\n</div>\r\n</div>\r\n</div>\r\n<h3></h3>\r\n<h3><img class=\" wp-image-541 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />BB</h3>\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>BB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.</div>\r\n</div>\r\n</div>\r\n<h3></h3>\r\n<h3><img class=\"alignleft wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />Sue Karnet</h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.\r\n\r\n \r\n<h3><img class=\" wp-image-542 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />Uncle Robert</h3>\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div>\r\n<div>Robert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-25 21:03:10','2016-04-25 21:03:10','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/25/526-revision-v1/',0,'revision','',0),(548,1,'2016-04-25 21:05:55','2016-04-25 21:05:55','','image1 (1)','','inherit','open','closed','','image1-1','','','2016-04-25 21:08:07','2016-04-25 21:08:07','',526,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1.jpg',0,'attachment','image/jpeg',0),(551,1,'2016-04-25 21:09:32','2016-04-25 21:09:32','<h3><img class=\" wp-image-536 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />Art we All</h3>\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div>The message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.</div>\r\n</div>\r\n</div>\r\n</div>\r\n<h3></h3>\r\n<h3><img class=\" wp-image-541 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />BB</h3>\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>BB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.</div>\r\n</div>\r\n</div>\r\n<h3></h3>\r\n<h3><img class=\" wp-image-548 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />Vanezza Cruz</h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.\r\n<h3><img class=\"alignleft wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />Sue Karnet</h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.\r\n\r\n \r\n<h3><img class=\" wp-image-542 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />Uncle Robert</h3>\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div>\r\n<div>Robert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-25 21:09:32','2016-04-25 21:09:32','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/25/526-revision-v1/',0,'revision','',0),(553,1,'2016-04-25 21:10:15','2016-04-25 21:10:15','','Marta_Berk-photo','','inherit','open','closed','','marta_berk-photo','','','2016-04-25 21:10:39','2016-04-25 21:10:39','',526,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo.jpg',0,'attachment','image/jpeg',0),(554,1,'2016-04-25 21:14:08','2016-04-25 21:14:08','<h3><img class=\" wp-image-536 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />Art we All</h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.\r\n<h3></h3>\r\n<h3><img class=\" wp-image-541 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />BB</h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.\r\n<h3></h3>\r\n<h3><img class=\" wp-image-553 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />Marta Berk</h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.\r\n<h3></h3>\r\n<h3><img class=\" wp-image-548 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />Vanezza Cruz</h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.\r\n<h3></h3>\r\n<h3><img class=\"alignleft wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />Sue Karnet</h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.\r\n<h3></h3>\r\n<h3><img class=\" wp-image-542 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />Uncle Robert</h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-25 21:14:08','2016-04-25 21:14:08','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/25/526-revision-v1/',0,'revision','',0),(557,1,'2016-04-25 21:15:08','2016-04-25 21:15:08','<h3><img class=\" wp-image-536 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />Art we All</h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.\r\n\r\n<hr />\r\n\r\n<h3></h3>\r\n<h3><img class=\" wp-image-541 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />BB</h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.\r\n<h3></h3>\r\n<h3><img class=\" wp-image-553 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />Marta Berk</h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.\r\n<h3></h3>\r\n<h3><img class=\" wp-image-548 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />Vanezza Cruz</h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.\r\n<h3></h3>\r\n<h3><img class=\"alignleft wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />Sue Karnet</h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.\r\n<h3></h3>\r\n<h3><img class=\" wp-image-542 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />Uncle Robert</h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-25 21:15:08','2016-04-25 21:15:08','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/25/526-revision-v1/',0,'revision','',0),(559,1,'2016-04-25 21:16:43','2016-04-25 21:16:43','<h3><img class=\" wp-image-536 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />Art we All</h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.\r\n\r\n<hr />\r\n\r\n<h3><img class=\" wp-image-541 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />BB</h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.\r\n\r\n<hr />\r\n\r\n<h3><img class=\" wp-image-553 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />Marta Berk</h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\n<hr />\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.\r\n<h3></h3>\r\n<h3><img class=\" wp-image-548 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />Vanezza Cruz</h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.\r\n<h3></h3>\r\n<h3><img class=\"alignleft wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />Sue Karnet</h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.\r\n<h3></h3>\r\n<h3><img class=\" wp-image-542 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />Uncle Robert</h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-25 21:16:43','2016-04-25 21:16:43','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/25/526-revision-v1/',0,'revision','',0),(560,1,'2016-04-25 21:17:29','2016-04-25 21:17:29','<h3><img class=\" wp-image-536 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />Art we All</h3>\r\n<p>The message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.</p>\r\n\r\n<hr />\r\n\r\n<h3><img class=\" wp-image-541 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />BB</h3>\r\n<p>BB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.</p>\r\n\r\n<hr />\r\n\r\n<h3><img class=\" wp-image-553 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />Marta Berk</h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\n<hr />\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.\r\n<h3></h3>\r\n<h3><img class=\" wp-image-548 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />Vanezza Cruz</h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.\r\n<h3></h3>\r\n<h3><img class=\"alignleft wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />Sue Karnet</h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.\r\n<h3></h3>\r\n<h3><img class=\" wp-image-542 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />Uncle Robert</h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-25 21:17:29','2016-04-25 21:17:29','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/25/526-revision-v1/',0,'revision','',0),(563,1,'2016-04-25 21:22:45','2016-04-25 21:22:45','<div><h3 style=\"text-align: left;\"><img class=\"wp-image-536 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />Art we All</h3>\r\n<p style=\"text-align: left;\">The message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.</p></div>\r\n\r\n<div>\r\n<h3 style=\"text-align: left;\"><img class=\" wp-image-541 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />BB</h3>\r\n<p style=\"text-align: left;\">BB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.</p></div>\r\n\r\n<h3></h3>\r\n<h3><img class=\" wp-image-553 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />Marta Berk</h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.\r\n<h3></h3>\r\n<h3><img class=\" wp-image-548 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />Vanezza Cruz</h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.\r\n<h3></h3>\r\n<h3><img class=\"alignleft wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />Sue Karnet</h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.\r\n<h3></h3>\r\n<h3><img class=\" wp-image-542 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />Uncle Robert</h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-25 21:22:45','2016-04-25 21:22:45','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/25/526-revision-v1/',0,'revision','',0),(566,1,'2016-04-26 00:09:28','2016-04-26 00:09:28','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><img class=\"wp-image-536 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />\r\n<h3>Art we All</h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3 style=\"text-align: left;\"></h3>\r\n<div>\r\n<h3 style=\"text-align: left;\"><img class=\" wp-image-541 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />BB</h3>\r\n<p style=\"text-align: left;\">BB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.</p>\r\n\r\n</div>\r\n<h3></h3>\r\n<h3><img class=\" wp-image-553 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />Marta Berk</h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.\r\n<h3></h3>\r\n<h3><img class=\" wp-image-548 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />Vanezza Cruz</h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.\r\n<h3></h3>\r\n<h3><img class=\"alignleft wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />Sue Karnet</h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.\r\n<h3></h3>\r\n<h3><img class=\" wp-image-542 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />Uncle Robert</h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-26 00:09:28','2016-04-26 00:09:28','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/26/526-revision-v1/',0,'revision','',0),(569,1,'2016-04-26 00:15:55','2016-04-26 00:15:55','[full_width]\r\n\r\n<img class=\"wp-image-536 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />Art we All\r\n\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.\r\n\r\n[/full_width]\r\n<h3 style=\"text-align: left;\"><img class=\" wp-image-541 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />BB</h3>\r\n<p style=\"text-align: left;\">BB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.</p>\r\n\r\n<h3></h3>\r\n<h3><img class=\" wp-image-553 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />Marta Berk</h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.\r\n<h3></h3>\r\n<h3><img class=\" wp-image-548 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />Vanezza Cruz</h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.\r\n<h3></h3>\r\n<h3><img class=\"alignleft wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />Sue Karnet</h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.\r\n<h3></h3>\r\n<h3><img class=\" wp-image-542 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />Uncle Robert</h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-26 00:15:55','2016-04-26 00:15:55','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/26/526-revision-v1/',0,'revision','',0),(572,1,'2016-04-26 00:16:47','2016-04-26 00:16:47','[full_width]\r\n\r\n<img class=\"wp-image-536 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />Art we All\r\n\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.\r\n\r\n[/full_width]\r\n\r\n[full_width]\r\n\r\n<img class=\" wp-image-541 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />\r\n<h3>BB</h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.\r\n<h3></h3>\r\n[/full_width]\r\n<h3 style=\"text-align: left;\"></h3>\r\n<h3><img class=\" wp-image-553 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />Marta Berk</h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.\r\n<h3></h3>\r\n<h3><img class=\" wp-image-548 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />Vanezza Cruz</h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.\r\n<h3></h3>\r\n<h3><img class=\"alignleft wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />Sue Karnet</h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.\r\n<h3></h3>\r\n<h3><img class=\" wp-image-542 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />Uncle Robert</h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-26 00:16:47','2016-04-26 00:16:47','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/26/526-revision-v1/',0,'revision','',0),(574,1,'2016-04-26 00:18:52','2016-04-26 00:18:52','[full_width]\r\n<h3><img class=\"wp-image-536 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" /><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.\r\n\r\n[/full_width]\r\n\r\n \r\n\r\n[full_width]\r\n<h3><img class=\" wp-image-541 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" /><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/full_width]\r\n<h3 style=\"text-align: left;\"> [full_width]</h3>\r\n<h3><img class=\" wp-image-553 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" /><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/full_width]\r\n<h3 style=\"text-align: left;\"> [full_width]</h3>\r\n<h3><img class=\" wp-image-548 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />Vanezza Cruz</h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/full_width]\r\n<h3></h3>\r\n<h3><img class=\"alignleft wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />Sue Karnet</h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.\r\n<h3></h3>\r\n<h3><img class=\" wp-image-542 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />Uncle Robert</h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-26 00:18:52','2016-04-26 00:18:52','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/26/526-revision-v1/',0,'revision','',0),(575,1,'2016-04-26 00:22:43','2016-04-26 00:22:43','[one_half]\r\n<img class=\"wp-image-536 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />\r\n[/one_half][one_half_last]<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last]\r\n\r\n[one_half]<img class=\" wp-image-541 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_half]<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[one_half_last][/one_half_last]\r\n\r\n[one_half]<img class=\" wp-image-553 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_half][one_half_last]<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.[/one_half_last]\r\n\r\n\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/full_width]\r\n<h3 style=\"text-align: left;\"> [full_width]</h3>\r\n<h3><img class=\" wp-image-548 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />Vanezza Cruz</h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/full_width]\r\n<h3></h3>\r\n<h3><img class=\"alignleft wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />Sue Karnet</h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.\r\n<h3></h3>\r\n<h3><img class=\" wp-image-542 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />Uncle Robert</h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-26 00:22:43','2016-04-26 00:22:43','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/26/526-revision-v1/',0,'revision','',0),(577,1,'2016-04-26 00:24:53','2016-04-26 00:24:53','[one_third]<img class=\"wp-image-536 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n[one_third]<img class=\" wp-image-541 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n[one_half]<img class=\" wp-image-553 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_half][one_half_last]<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.[/one_half_last]\r\n\r\n\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/full_width]\r\n<h3 style=\"text-align: left;\"> [full_width]</h3>\r\n<h3><img class=\" wp-image-548 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />Vanezza Cruz</h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/full_width]\r\n<h3></h3>\r\n<h3><img class=\"alignleft wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />Sue Karnet</h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.\r\n<h3></h3>\r\n<h3><img class=\" wp-image-542 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />Uncle Robert</h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-26 00:24:53','2016-04-26 00:24:53','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/26/526-revision-v1/',0,'revision','',0),(580,1,'2016-04-26 00:25:41','2016-04-26 00:25:41','[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n[one_third]<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n[one_half]<img class=\" wp-image-553 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_half][one_half_last]<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.[/one_half_last]\r\n\r\n\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/full_width]\r\n<h3 style=\"text-align: left;\"> [full_width]</h3>\r\n<h3><img class=\" wp-image-548 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />Vanezza Cruz</h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/full_width]\r\n<h3></h3>\r\n<h3><img class=\"alignleft wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />Sue Karnet</h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.\r\n<h3></h3>\r\n<h3><img class=\" wp-image-542 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />Uncle Robert</h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-26 00:25:41','2016-04-26 00:25:41','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/26/526-revision-v1/',0,'revision','',0),(581,1,'2016-04-26 00:27:11','2016-04-26 00:27:11','[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n[one_third]<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n<h3 style=\"text-align: left;\"> [full_width]</h3>\r\n<h3><img class=\" wp-image-548 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />Vanezza Cruz</h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/full_width]\r\n<h3></h3>\r\n<h3><img class=\"alignleft wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />Sue Karnet</h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.\r\n<h3></h3>\r\n<h3><img class=\" wp-image-542 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />Uncle Robert</h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-26 00:27:11','2016-04-26 00:27:11','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/26/526-revision-v1/',0,'revision','',0),(584,1,'2016-04-26 00:28:35','2016-04-26 00:28:35','[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n<HR>\r\n[one_third]<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n<h3 style=\"text-align: left;\"> [full_width]</h3>\r\n<h3><img class=\" wp-image-548 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />Vanezza Cruz</h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/full_width]\r\n<h3></h3>\r\n<h3><img class=\"alignleft wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />Sue Karnet</h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.\r\n<h3></h3>\r\n<h3><img class=\" wp-image-542 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />Uncle Robert</h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-26 00:28:35','2016-04-26 00:28:35','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/26/526-revision-v1/',0,'revision','',0),(587,1,'2016-04-26 00:32:00','2016-04-26 00:32:00','[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n<HR>\r\n[one_third]<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n<HR>\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n<HR>\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]<h3>Vanezza Cruz</h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n<hr>\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]<h3>Sue Karnet</h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n<hr>\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]<h3>Uncle Robert</h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-26 00:32:00','2016-04-26 00:32:00','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/26/526-revision-v1/',0,'revision','',0),(590,1,'2016-04-26 00:35:28','2016-04-26 00:35:28','','IMG_9137','','inherit','open','closed','','img_9137','','','2016-04-26 00:36:00','2016-04-26 00:36:00','',526,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137.jpg',0,'attachment','image/jpeg',0),(593,1,'2016-04-26 00:40:02','2016-04-26 00:40:02','[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n \r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<div>\r\n<div>\r\n<h3><strong>Inkdeyes/Javier </strong></h3>\r\n<div>Art has been a part of Javiar\'s life for as long as he can remember.</div>\r\n<blockquote>\r\n<div>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</div></blockquote>\r\n<div>Experimenting with different mediums has helped Javiar round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.</div>\r\n</div>\r\n</div>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-26 00:40:02','2016-04-26 00:40:02','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/26/526-revision-v1/',0,'revision','',0),(596,1,'2016-04-26 00:40:50','2016-04-26 00:40:50','[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]\r\n\r\n<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<div>\r\n<div>\r\n<h3><strong>Inkdeyes/Javier </strong></h3>\r\n<div>Art has been a part of Javiar\'s life for as long as he can remember.</div>\r\n<blockquote>\r\n<div>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</div></blockquote>\r\n<div>Experimenting with different mediums has helped Javiar round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.</div>\r\n</div>\r\n</div>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-26 00:40:50','2016-04-26 00:40:50','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/26/526-revision-v1/',0,'revision','',0),(598,1,'2016-04-26 00:43:17','2016-04-26 00:43:17','[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javiar\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\n<div>Experimenting with different mediums has helped Javiar round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]</div>\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-26 00:43:17','2016-04-26 00:43:17','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/26/526-revision-v1/',0,'revision','',0),(599,1,'2016-04-26 00:44:57','2016-04-26 00:44:57','[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javiar\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\n<div>Experimenting with different mediums has helped Javiar round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-26 00:44:57','2016-04-26 00:44:57','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/26/526-revision-v1/',0,'revision','',0),(602,1,'2016-04-26 00:49:11','2016-04-26 00:49:11','[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javiar\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javiar round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-26 00:49:11','2016-04-26 00:49:11','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/26/526-revision-v1/',0,'revision','',0),(604,1,'2016-04-26 00:51:15','2016-04-26 00:51:15','','dzhelasi-Goatress','','inherit','open','closed','','dzhelasi-goatress','','','2016-04-26 00:51:36','2016-04-26 00:51:36','',526,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress.jpg',0,'attachment','image/jpeg',0),(607,1,'2016-04-26 00:53:53','2016-04-26 00:53:53','[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]<H3><strong>Marisol Delvalle</strong></H3>\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div class=\"gmail_extra\">\r\n<div class=\"gmail_quote\">\r\n<div>\r\n<div>Marisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javiar\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javiar round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-26 00:53:53','2016-04-26 00:53:53','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/26/526-revision-v1/',0,'revision','',0),(608,1,'2016-04-26 00:54:56','2016-04-26 00:54:56','[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]<strong>Marisol Delvalle</strong></h3>\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div class=\"gmail_extra\">\r\n<div class=\"gmail_quote\">\r\n<div>\r\n<div>Marisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javiar\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javiar round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-26 00:54:56','2016-04-26 00:54:56','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/26/526-revision-v1/',0,'revision','',0),(611,1,'2016-04-26 00:56:34','2016-04-26 00:56:34',' ','','','publish','closed','closed','','611','','','2016-06-09 12:48:16','2016-06-09 12:48:16','',346,'http://www.lifepreserversproject.org/wordpress1/2016/04/26/611/',10,'nav_menu_item','',0),(614,1,'2016-04-26 00:56:33','2016-04-26 00:56:33','[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Dubious Contessa—Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]<strong>Marisol Delvalle</strong></h3>\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div class=\"gmail_extra\">\r\n<div class=\"gmail_quote\">\r\n<div>\r\n<div>Marisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javiar\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javiar round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-26 00:56:33','2016-04-26 00:56:33','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/26/526-revision-v1/',0,'revision','',0),(617,1,'2016-04-26 00:59:12','2016-04-26 00:59:12','','shutterstock_299621960','','inherit','open','closed','','shutterstock_299621960','','','2016-04-26 00:59:36','2016-04-26 00:59:36','',526,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/shutterstock_299621960.jpg',0,'attachment','image/jpeg',0),(619,1,'2016-04-26 01:23:20','2016-04-26 01:23:20','','celeritas-logo','','inherit','open','closed','','celeritas-logo','','','2016-04-26 01:24:02','2016-04-26 01:24:02','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/celeritas-logo.png',0,'attachment','image/png',0),(622,1,'2016-04-26 01:23:46','2016-04-26 01:23:46','','maririvera','','inherit','open','closed','','maririvera','','','2016-04-26 01:23:46','2016-04-26 01:23:46','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/maririvera.png',0,'attachment','image/png',0),(623,1,'2016-04-26 01:34:00','2016-04-26 01:34:00','','IRCURRENT_LOGO_jpeg vector','','inherit','open','closed','','ircurrent_logo_jpeg-vector','','','2016-04-26 01:34:19','2016-04-26 01:34:19','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/IRCURRENT_LOGO_jpeg-vector.png',0,'attachment','image/png',0),(626,1,'2016-04-26 01:39:46','2016-04-26 01:39:46','','Empire-Discovery','','inherit','open','closed','','empire-discovery','','','2016-04-26 01:40:00','2016-04-26 01:40:00','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Empire-Discovery.png',0,'attachment','image/png',0),(629,1,'2016-04-26 01:47:15','2016-04-26 01:47:15','','ktb logo','','inherit','open','closed','','ktb-logo','','','2016-04-26 01:47:43','2016-04-26 01:47:43','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/ktb-logo.png',0,'attachment','image/png',0),(631,1,'2016-04-26 01:53:35','2016-04-26 01:53:35','','celeritas_240','','inherit','open','closed','','celeritas_240','','','2016-04-26 01:53:53','2016-04-26 01:53:53','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/celeritas_240.png',0,'attachment','image/png',0),(634,1,'2016-04-26 01:58:59','2016-04-26 01:58:59','','empire-discovey_240','','inherit','open','closed','','empire-discovey_240','','','2016-04-26 01:59:17','2016-04-26 01:59:17','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/empire-discovey_240.png',0,'attachment','image/png',0),(637,1,'2016-04-26 02:02:10','2016-04-26 02:02:10','','Proper West','','inherit','open','closed','','proper-west-2','','','2016-04-26 02:02:31','2016-04-26 02:02:31','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Proper-West.jpg',0,'attachment','image/jpeg',0),(640,1,'2016-04-26 14:10:18','2016-04-26 14:10:18','','properwest_200','','inherit','open','closed','','properwest_200','','','2016-04-26 14:10:40','2016-04-26 14:10:40','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/properwest_200.png',0,'attachment','image/png',0),(643,1,'2016-05-01 23:54:15','2016-05-01 23:54:15','<h3>[one_third]<img class=\"aligncenter wp-image-707\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/encuastic-300x296.jpg\" alt=\"Life Preservers Project Felisa Adderley\" width=\"200\" height=\"197\" />[/one_third][two_third_last]<strong>Felisa Adderley</strong></h3>\nFelisa Adderley is a 19 year old artist living in Brooklyn, finishing her associates degree in Painting and working towards her Bachelor\'s in Printmaking at Pratt Institute. Felisa is also revisiting her love for embroidery. She\'s wildly inspired by nature and it\'s unique patterns on plants and insects. Her current mediums of choice are relief printing and lithograph, though she\'s looking to incorporate thread into more of her work.\n[/two_third_last]\n\n<hr />\n\n[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\n<h3><strong>Art we All</strong></h3>\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\n\n<hr />\n\n<h3>[one_third]<img class=\"aligncenter wp-image-646\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/SomethingFeelsGood2015_Web-300x300.jpg\" alt=\"SomethingFeelsGood2015_Web\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<strong>Jose Aurelio Baez</strong></h3>\nJose started collecting comic books when he was 8. His weekend thrill of exploring the dusty aisles of second hand shops lent itself to creating new adventures and storylines for the characters he found. He would take pages and incorporate them into his own drawings and collages, giving the work new life.[/two_third_last]\n\n<hr />\n\n[one_third]\n\n<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\n<h3><strong>BB</strong></h3>\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\n\n<hr />\n\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\n<h3><strong>Marta Berk</strong></h3>\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\n\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\n\n<hr />\n\n[one_third]<img class=\"aligncenter wp-image-656\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/DivaFan_HairByAmyFarid-283x300.jpg\" alt=\"Stephanie Renee Casso Life Preservers Project\" width=\"200\" height=\"212\" />[/one_third][two_third_last]\n<h3><strong>Stephanie Renee Casso</strong></h3>\nStephanie Renee Casso, a fine artist, graphic designer, illustrator, curator and actor, was born and raised in New York. She studied Communications Design and Fine Arts at the Fashion Institute of Technology and received her AAS in 2007. After graduating she volunteered with The Neighborhood Gallery in Post-Katrina New Orleans alongside the owner, Sandra Berry, as an Americorps VISTA. Past exhibitions include the 3 part group show “….Is This Free?” at the Nurture Gallery and “Absorb Their Works Sort of Sculpture No 2” group show at 3<sup>RD</sup> Eye Sol Gallery in Bushwick. SRC has also participated in Bushwick Open Studios since 2012, in 2015 she was on the BOS Benefit committee and helped put together a fund raiser featuring 400 works of art. Recently, she curated and was a part of the group show, “Into The WoodWorks” at the I.M.A.G.E. Gallery in Bushwick. You can find her work in an array of pop up shows and often Live Painting/Drawing at events. SRC is currently working on a series of mixed media collages on wood, wood burnings and watercolors. Stephanie Renee lives and works in Bushwick, New York.[/two_third_last]\n\n<hr />\n\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\n<h3><strong>Dubious Contessa—Vanezza Cruz</strong></h3>\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\n\n<hr />\n\n[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]\n<h3><strong>Marisol Delvalle</strong></h3>\nMarisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.\n[/two_third_last]\n\n<hr />\n\n \n<h3>[one_third]<a href=\"http://www.DevlinDesignAndIllustration.com\" target=\"_blank\"><img class=\"aligncenter wp-image-703\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-2-300x201.jpg\" alt=\"Life Preservers Project Elizabeth Devlin\" width=\"200\" height=\"134\" /></a>[/one_third][two_third_last]<strong>Elizabeth Devlin</strong></h3>\nElizabeth Devlin, Devlin Design and Illustration: A one stop visual shop specializing in illustration, graphic design, web development, fine art and painting.\n[/two_third_last]\n\n<hr />\n\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\n<h3><strong>Inkdeyes/Javier</strong></h3>\nArt has been a part of Javier\'s life for as long as he can remember.\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\nExperimenting with different mediums has helped Javier round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\n[/two_third_last]\n\n<hr />\n\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\n<h3><strong>Sue Karnet</strong></h3>\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\n\n<hr />\n\n[one_third]<img class=\"aligncenter wp-image-670\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bpda-copy-copy-300x300.jpg\" alt=\"Life Preservers Project Juliet Kasbar\" width=\"200\" height=\"199\" />[/one_third][two_third_last]\n<h3><strong>Juliet Kasbar</strong></h3>\nJuliet Kasbar is an American and Irish artist currently living in New York. Her practice focuses on identity, globalisation, and belonging. Material and place are often starting points for her work. She graduated Central Saint Martins with a B.A. (HON) in Fine Art in 2015.\n\n[/two_third_last]\n\n<hr />\n\n[one_third]<img class=\"aligncenter wp-image-674\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/custom-water-tower-artist-edition-baesha-5_1024x1024-300x300.jpg\" alt=\"Life Preservers Project MURRZ\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\n<h3><strong>MURRZ</strong></h3>\nMURRZ is a Filipino, Brooklyn based, self taught artist. She combines her experience of 7+ years working in the advertising industry with her love of street art and fashion to create designs and pieces that are \"pretty gritty\".\n<blockquote>Thank you again for allowing me to participate in the FUNraiser. I feel very strongly about this subject matter and want to help out any way I can. Coming from the Philippines, I see it too often--how children and women are exploited. Whether it be contributing with art, donations, helping with fundraisers, ANYTHING, I\'d like to be involved in Life Preservers Project\'s mission any way I can to help those victims of human trafficking.</blockquote>[/two_third_last]\n\n<hr />\n\n[one_third]<img class=\"aligncenter wp-image-664\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-1.06.08-PM-300x300.png\" alt=\"Robert Plater Life Preservers Project\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\n<h3><strong>Robert Plater</strong>[/two_third_last]</h3>\n\n<hr />\n\n[one_third]<img class=\"aligncenter wp-image-653\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_26821-246x300.png\" alt=\"Rey "the Drif" Rosa Life Preservers Project\" width=\"200\" height=\"244\" />[/one_third][two_third_last]\n<h3><strong>Rey \"The DRiF!\" Rosa</strong></h3>\nRey \"The DRiF!\" Rosa is a Latin American, abstract expressionist & photographer born and raised in the Bronx, and currently resides in the East Village NYC. He is a lover of the arts, where his passion lies in documenting and creating art.\n\nSince the age of 14, The DRiF! has always had fervor for different fields of creative expression from choir to culinary arts to sound engineering. Until he found his relationship with art, paint and his energy. To finally capture the three together. The DRiF!, a self-taught artist, started showing his work in late 2013, but has managed to capture fans from around the world. While he keeps evolving and developing his unique style, he is humbled by the support of so many.\n\nThe DRiF! is also the Official Photographer & Social Media Director for <a href=\"http://lisaprojectnyc.org/\" target=\"_blank\">The L.I.S.A. Project NYC</a>. He is inspired by Jackson Pollock, Ron English, Mr Jago, Nosego, Greta Cat, Solus and Conor Harrington\n\n[/two_third_last]\n\n<hr />\n\n \n<h3>[one_third]<img class=\"aligncenter wp-image-712\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Daisy-Rossetti-BackPack-inspiration-300x128.jpg\" alt=\"Life Preservers Project Daisy Rossetti\" width=\"200\" height=\"85\" />[/one_third][two_third_last]<strong>Daisy Rossetti</strong></h3>\nDaisy Rossetti is an inspired artist and has always wanted to create an environment that everyone feels welcomed in. Expressing herself through art has allowed Daisy to be creative and get to know others. She has been evoking emotion through her art and creating a human connection with others. Creating memories and getting to know people that come in contact with her art has been a dream of Daisy\'s, which is coming true! Doing what makes her happy has been attracting things in the universe that connects a lot of us together and it’s amazing. Daisy enjoys people coming together to support one another in greatness![/two_third_last] \n[one_third][/one_third]\n\n<hr />\n\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\n<h3><strong>Uncle Robert</strong></h3>\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]\n\n<hr />\n\n[one_third]<img class=\"aligncenter wp-image-659\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/pigeons-300x225.jpg\" alt=\"Zropro Life Preservers Project\" width=\"200\" height=\"150\" />[/one_third][two_third_last]\n<h3><strong>ZROPRO</strong></h3>\n\"ZROPRO\" is a Brooklyn based artist whose work focuses on graphic design, illustration, photography and digital art. His work has appeared in exhibitions and events at notable establishments such as the Brooklyn Historical Society, Brooklyn Museum Shop, City Reliquary, The High Line, the Museum of Modern Art Design Store and myplasticheart. One of his digital artworks is also permanently featured on Microsoft\'s Xbox One video game console worldwide as a selectable gamerpic. He also represent the company Boundless Brooklyn as a featured artist at company events and live demos.\n[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-autosave-v1','','','2016-05-01 23:54:15','2016-05-01 23:54:15','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/26/526-autosave-v1/',0,'revision','',0),(646,1,'2016-04-26 15:08:18','2016-04-26 15:08:18','','SomethingFeelsGood2015_Web','','inherit','open','closed','','somethingfeelsgood2015_web','','','2016-04-26 15:08:18','2016-04-26 15:08:18','',526,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/SomethingFeelsGood2015_Web.jpg',0,'attachment','image/jpeg',0),(649,1,'2016-04-26 15:10:30','2016-04-26 15:10:30','[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-646\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/SomethingFeelsGood2015_Web-300x300.jpg\" alt=\"SomethingFeelsGood2015_Web\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<strong>Jose Aurelio Baez</strong> Jose started collecting comic books when he was 8. His weekend thrill of exploring the dusty aisles of second hand shops lent itself to creating new adventures and storylines for the characters he found. He would take pages and incorporate them into his own drawings and collages, giving the work new life.[/two_third_last]</h3>\r\n\r\n<hr />\r\n\r\n[one_third]\r\n\r\n<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Dubious Contessa—Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]<strong>Marisol Delvalle</strong></h3>\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div class=\"gmail_extra\">\r\n<div class=\"gmail_quote\">\r\n<div>\r\n<div>Marisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javiar\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javiar round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-26 15:10:30','2016-04-26 15:10:30','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/26/526-revision-v1/',0,'revision','',0),(652,1,'2016-04-26 15:12:41','2016-04-26 15:12:41','[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-646\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/SomethingFeelsGood2015_Web-300x300.jpg\" alt=\"SomethingFeelsGood2015_Web\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<strong>Jose Aurelio Baez</strong></h3>\r\nJose started collecting comic books when he was 8. His weekend thrill of exploring the dusty aisles of second hand shops lent itself to creating new adventures and storylines for the characters he found. He would take pages and incorporate them into his own drawings and collages, giving the work new life.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]\r\n\r\n<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Dubious Contessa—Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]<strong>Marisol Delvalle</strong></h3>\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div class=\"gmail_extra\">\r\n<div class=\"gmail_quote\">\r\n<div>\r\n<div>Marisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javiar\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javiar round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-26 15:12:41','2016-04-26 15:12:41','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/26/526-revision-v1/',0,'revision','',0),(653,1,'2016-04-26 15:23:53','2016-04-26 15:23:53','','IMG_26821','','inherit','open','closed','','img_26821','','','2016-04-26 15:24:16','2016-04-26 15:24:16','',526,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_26821.png',0,'attachment','image/png',0),(655,1,'2016-04-26 15:24:34','2016-04-26 15:24:34','[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-646\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/SomethingFeelsGood2015_Web-300x300.jpg\" alt=\"SomethingFeelsGood2015_Web\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<strong>Jose Aurelio Baez</strong></h3>\r\nJose started collecting comic books when he was 8. His weekend thrill of exploring the dusty aisles of second hand shops lent itself to creating new adventures and storylines for the characters he found. He would take pages and incorporate them into his own drawings and collages, giving the work new life.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]\r\n\r\n<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Dubious Contessa—Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]<strong>Marisol Delvalle</strong></h3>\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div class=\"gmail_extra\">\r\n<div class=\"gmail_quote\">\r\n<div>\r\n<div>Marisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javiar\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javiar round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-653\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_26821-246x300.png\" alt=\"Rey "the Drif" Rosa Life Preservers Project\" width=\"200\" height=\"244\" />[/one_third][two_third_last]\r\n<h3 class=\"font_7\"><strong>Rey \"The DRiF!\" Rosa</strong></h3>\r\n<p class=\"font_7\">Rey \"The DRiF!\" Rosa is a Latin American, abstract expressionist & photographer born and raised in the Bronx, and currently resides in the East Village NYC. He is a lover of the arts, where his passion lies in documenting and creating art.</p>\r\n<p class=\"font_7\">Since the age of 14, The DRiF! has always had fervor for different fields of creative expression from choir to culinary arts to sound engineering. Until he found his relationship with art, paint and his energy. To finally capture the three together. The DRiF!, a self-taught artist, started showing his work in late 2013, but has managed to capture fans from around the world. While he keeps evolving and developing his unique style, he is humbled by the support of so many.</p>\r\n<p class=\"font_7\">The DRiF! is also the Official Photographer & Social Media Director for <a href=\"http://lisaprojectnyc.org/\" target=\"_blank\">The L.I.S.A. Project NYC</a>. He is inspired by Jackson Pollock, Ron English, Mr Jago, Nosego, Greta Cat, Solus and Conor Harrington</p>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n \r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-26 15:24:34','2016-04-26 15:24:34','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/26/526-revision-v1/',0,'revision','',0),(656,1,'2016-04-26 15:31:29','2016-04-26 15:31:29','','DivaFan_HairByAmyFarid','','inherit','open','closed','','divafan_hairbyamyfarid','','','2016-04-26 15:31:44','2016-04-26 15:31:44','',526,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/DivaFan_HairByAmyFarid.jpg',0,'attachment','image/jpeg',0),(658,1,'2016-04-26 15:41:54','2016-04-26 15:41:54','[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-646\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/SomethingFeelsGood2015_Web-300x300.jpg\" alt=\"SomethingFeelsGood2015_Web\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<strong>Jose Aurelio Baez</strong></h3>\r\nJose started collecting comic books when he was 8. His weekend thrill of exploring the dusty aisles of second hand shops lent itself to creating new adventures and storylines for the characters he found. He would take pages and incorporate them into his own drawings and collages, giving the work new life.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]\r\n\r\n<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-656\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/DivaFan_HairByAmyFarid-283x300.jpg\" alt=\"Stephanie Renee Casso Life Preservers Project\" width=\"200\" height=\"212\" />[/one_third][two_third_last]<strong>Stephanie Renee Casso</strong></h3>\r\nStephanie Renee Casso, a fine artist, graphic designer, illustrator, curator and actor, was born and raised in New York. She studied Communications Design and Fine Arts at the Fashion Institute of Technology and received her AAS in 2007. After graduating she volunteered with The Neighborhood Gallery in Post-Katrina New Orleans alongside the owner, Sandra Berry, as an Americorps VISTA. Past exhibitions include the 3 part group show “….Is This Free?” at the Nurture Gallery and “Absorb Their Works Sort of Sculpture No 2” group show at 3<sup>RD</sup> Eye Sol Gallery in Bushwick. SRC has also participated in Bushwick Open Studios since 2012, in 2015 she was on the BOS Benefit committee and helped put together a fund raiser featuring 400 works of art. Recently, she curated and was a part of the group show, “Into The WoodWorks” at the I.M.A.G.E. Gallery in Bushwick. You can find her work in an array of pop up shows and often Live Painting/Drawing at events. SRC is currently working on a series of mixed media collages on wood, wood burnings and watercolors. Stephanie Renee lives and works in Bushwick, New York.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Dubious Contessa—Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]<strong>Marisol Delvalle</strong></h3>\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div class=\"gmail_extra\">\r\n<div class=\"gmail_quote\">\r\n<div>\r\n<div>Marisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javiar\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javiar round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-653\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_26821-246x300.png\" alt=\"Rey "the Drif" Rosa Life Preservers Project\" width=\"200\" height=\"244\" />[/one_third][two_third_last]\r\n<h3 class=\"font_7\"><strong>Rey \"The DRiF!\" Rosa</strong></h3>\r\n<p class=\"font_7\">Rey \"The DRiF!\" Rosa is a Latin American, abstract expressionist & photographer born and raised in the Bronx, and currently resides in the East Village NYC. He is a lover of the arts, where his passion lies in documenting and creating art.</p>\r\n<p class=\"font_7\">Since the age of 14, The DRiF! has always had fervor for different fields of creative expression from choir to culinary arts to sound engineering. Until he found his relationship with art, paint and his energy. To finally capture the three together. The DRiF!, a self-taught artist, started showing his work in late 2013, but has managed to capture fans from around the world. While he keeps evolving and developing his unique style, he is humbled by the support of so many.</p>\r\n<p class=\"font_7\">The DRiF! is also the Official Photographer & Social Media Director for <a href=\"http://lisaprojectnyc.org/\" target=\"_blank\">The L.I.S.A. Project NYC</a>. He is inspired by Jackson Pollock, Ron English, Mr Jago, Nosego, Greta Cat, Solus and Conor Harrington</p>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n \r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-26 15:41:54','2016-04-26 15:41:54','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/26/526-revision-v1/',0,'revision','',0),(659,1,'2016-04-26 16:35:03','2016-04-26 16:35:03','','pigeons','','inherit','open','closed','','pigeons','','','2016-04-26 16:38:29','2016-04-26 16:38:29','',526,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/pigeons.jpg',0,'attachment','image/jpeg',0),(662,1,'2016-04-26 16:39:32','2016-04-26 16:39:32','[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-646\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/SomethingFeelsGood2015_Web-300x300.jpg\" alt=\"SomethingFeelsGood2015_Web\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<strong>Jose Aurelio Baez</strong></h3>\r\nJose started collecting comic books when he was 8. His weekend thrill of exploring the dusty aisles of second hand shops lent itself to creating new adventures and storylines for the characters he found. He would take pages and incorporate them into his own drawings and collages, giving the work new life.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]\r\n\r\n<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-656\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/DivaFan_HairByAmyFarid-283x300.jpg\" alt=\"Stephanie Renee Casso Life Preservers Project\" width=\"200\" height=\"212\" />[/one_third][two_third_last]<strong>Stephanie Renee Casso</strong></h3>\r\nStephanie Renee Casso, a fine artist, graphic designer, illustrator, curator and actor, was born and raised in New York. She studied Communications Design and Fine Arts at the Fashion Institute of Technology and received her AAS in 2007. After graduating she volunteered with The Neighborhood Gallery in Post-Katrina New Orleans alongside the owner, Sandra Berry, as an Americorps VISTA. Past exhibitions include the 3 part group show “….Is This Free?” at the Nurture Gallery and “Absorb Their Works Sort of Sculpture No 2” group show at 3<sup>RD</sup> Eye Sol Gallery in Bushwick. SRC has also participated in Bushwick Open Studios since 2012, in 2015 she was on the BOS Benefit committee and helped put together a fund raiser featuring 400 works of art. Recently, she curated and was a part of the group show, “Into The WoodWorks” at the I.M.A.G.E. Gallery in Bushwick. You can find her work in an array of pop up shows and often Live Painting/Drawing at events. SRC is currently working on a series of mixed media collages on wood, wood burnings and watercolors. Stephanie Renee lives and works in Bushwick, New York.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Dubious Contessa—Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]<strong>Marisol Delvalle</strong></h3>\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div class=\"gmail_extra\">\r\n<div class=\"gmail_quote\">\r\n<div>\r\n<div>Marisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javiar\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javiar round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-653\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_26821-246x300.png\" alt=\"Rey "the Drif" Rosa Life Preservers Project\" width=\"200\" height=\"244\" />[/one_third][two_third_last]\r\n<h3 class=\"font_7\"><strong>Rey \"The DRiF!\" Rosa</strong></h3>\r\n<p class=\"font_7\">Rey \"The DRiF!\" Rosa is a Latin American, abstract expressionist & photographer born and raised in the Bronx, and currently resides in the East Village NYC. He is a lover of the arts, where his passion lies in documenting and creating art.</p>\r\n<p class=\"font_7\">Since the age of 14, The DRiF! has always had fervor for different fields of creative expression from choir to culinary arts to sound engineering. Until he found his relationship with art, paint and his energy. To finally capture the three together. The DRiF!, a self-taught artist, started showing his work in late 2013, but has managed to capture fans from around the world. While he keeps evolving and developing his unique style, he is humbled by the support of so many.</p>\r\n<p class=\"font_7\">The DRiF! is also the Official Photographer & Social Media Director for <a href=\"http://lisaprojectnyc.org/\" target=\"_blank\">The L.I.S.A. Project NYC</a>. He is inspired by Jackson Pollock, Ron English, Mr Jago, Nosego, Greta Cat, Solus and Conor Harrington</p>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n \r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-659\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/pigeons-300x225.jpg\" alt=\"Zropro Life Preservers Project\" width=\"200\" height=\"150\" />[/one_third][two_third_last]<strong>ZROPRO</strong></h3>\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div>\r\n<div>\"ZROPRO\" is a Brooklyn based artist whose work focuses on graphic design, illustration, photography and digital art. His work has appeared in exhibitions and events at notable establishments such as the Brooklyn Historical Society, Brooklyn Museum Shop, City Reliquary, The High Line, the Museum of Modern Art Design Store and myplasticheart. One of his digital artworks is also permanently featured on Microsoft\'s Xbox One video game console worldwide as a selectable gamerpic. He also represent the company Boundless Brooklyn as a featured artist at company events and live demos.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-26 16:39:32','2016-04-26 16:39:32','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/26/526-revision-v1/',0,'revision','',0),(664,1,'2016-04-26 16:56:02','2016-04-26 16:56:02','','Screen Shot 2016-04-26 at 1.06.08 PM','','inherit','open','closed','','screen-shot-2016-04-26-at-1-06-08-pm','','','2016-04-26 16:56:27','2016-04-26 16:56:27','',526,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-1.06.08-PM.png',0,'attachment','image/png',0),(667,1,'2016-04-26 16:57:44','2016-04-26 16:57:44','[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-646\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/SomethingFeelsGood2015_Web-300x300.jpg\" alt=\"SomethingFeelsGood2015_Web\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<strong>Jose Aurelio Baez</strong></h3>\r\nJose started collecting comic books when he was 8. His weekend thrill of exploring the dusty aisles of second hand shops lent itself to creating new adventures and storylines for the characters he found. He would take pages and incorporate them into his own drawings and collages, giving the work new life.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]\r\n\r\n<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-656\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/DivaFan_HairByAmyFarid-283x300.jpg\" alt=\"Stephanie Renee Casso Life Preservers Project\" width=\"200\" height=\"212\" />[/one_third][two_third_last]<strong>Stephanie Renee Casso</strong></h3>\r\nStephanie Renee Casso, a fine artist, graphic designer, illustrator, curator and actor, was born and raised in New York. She studied Communications Design and Fine Arts at the Fashion Institute of Technology and received her AAS in 2007. After graduating she volunteered with The Neighborhood Gallery in Post-Katrina New Orleans alongside the owner, Sandra Berry, as an Americorps VISTA. Past exhibitions include the 3 part group show “….Is This Free?” at the Nurture Gallery and “Absorb Their Works Sort of Sculpture No 2” group show at 3<sup>RD</sup> Eye Sol Gallery in Bushwick. SRC has also participated in Bushwick Open Studios since 2012, in 2015 she was on the BOS Benefit committee and helped put together a fund raiser featuring 400 works of art. Recently, she curated and was a part of the group show, “Into The WoodWorks” at the I.M.A.G.E. Gallery in Bushwick. You can find her work in an array of pop up shows and often Live Painting/Drawing at events. SRC is currently working on a series of mixed media collages on wood, wood burnings and watercolors. Stephanie Renee lives and works in Bushwick, New York.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Dubious Contessa—Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]<strong>Marisol Delvalle</strong></h3>\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div class=\"gmail_extra\">\r\n<div class=\"gmail_quote\">\r\n<div>\r\n<div>Marisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javiar\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javiar round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-664\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-1.06.08-PM-300x300.png\" alt=\"Robert Plater Life Preservers Project\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<strong>Robert Plater</strong>[/two_third_last]</h3>\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-653\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_26821-246x300.png\" alt=\"Rey "the Drif" Rosa Life Preservers Project\" width=\"200\" height=\"244\" />[/one_third][two_third_last]\r\n<h3 class=\"font_7\"><strong>Rey \"The DRiF!\" Rosa</strong></h3>\r\n<p class=\"font_7\">Rey \"The DRiF!\" Rosa is a Latin American, abstract expressionist & photographer born and raised in the Bronx, and currently resides in the East Village NYC. He is a lover of the arts, where his passion lies in documenting and creating art.</p>\r\n<p class=\"font_7\">Since the age of 14, The DRiF! has always had fervor for different fields of creative expression from choir to culinary arts to sound engineering. Until he found his relationship with art, paint and his energy. To finally capture the three together. The DRiF!, a self-taught artist, started showing his work in late 2013, but has managed to capture fans from around the world. While he keeps evolving and developing his unique style, he is humbled by the support of so many.</p>\r\n<p class=\"font_7\">The DRiF! is also the Official Photographer & Social Media Director for <a href=\"http://lisaprojectnyc.org/\" target=\"_blank\">The L.I.S.A. Project NYC</a>. He is inspired by Jackson Pollock, Ron English, Mr Jago, Nosego, Greta Cat, Solus and Conor Harrington</p>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n \r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-659\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/pigeons-300x225.jpg\" alt=\"Zropro Life Preservers Project\" width=\"200\" height=\"150\" />[/one_third][two_third_last]<strong>ZROPRO</strong></h3>\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div>\r\n<div>\"ZROPRO\" is a Brooklyn based artist whose work focuses on graphic design, illustration, photography and digital art. His work has appeared in exhibitions and events at notable establishments such as the Brooklyn Historical Society, Brooklyn Museum Shop, City Reliquary, The High Line, the Museum of Modern Art Design Store and myplasticheart. One of his digital artworks is also permanently featured on Microsoft\'s Xbox One video game console worldwide as a selectable gamerpic. He also represent the company Boundless Brooklyn as a featured artist at company events and live demos.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-26 16:57:44','2016-04-26 16:57:44','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/26/526-revision-v1/',0,'revision','',0),(668,1,'2016-04-27 01:40:35','2016-04-27 01:40:35','[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-646\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/SomethingFeelsGood2015_Web-300x300.jpg\" alt=\"SomethingFeelsGood2015_Web\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<strong>Jose Aurelio Baez</strong></h3>\r\nJose started collecting comic books when he was 8. His weekend thrill of exploring the dusty aisles of second hand shops lent itself to creating new adventures and storylines for the characters he found. He would take pages and incorporate them into his own drawings and collages, giving the work new life.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]\r\n\r\n<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n[one_third]<img class=\"aligncenter wp-image-656\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/DivaFan_HairByAmyFarid-283x300.jpg\" alt=\"Stephanie Renee Casso Life Preservers Project\" width=\"200\" height=\"212\" />[/one_third][two_third_last]<h3><strong>Stephanie Renee Casso</strong></h3>\r\nStephanie Renee Casso, a fine artist, graphic designer, illustrator, curator and actor, was born and raised in New York. She studied Communications Design and Fine Arts at the Fashion Institute of Technology and received her AAS in 2007. After graduating she volunteered with The Neighborhood Gallery in Post-Katrina New Orleans alongside the owner, Sandra Berry, as an Americorps VISTA. Past exhibitions include the 3 part group show “….Is This Free?” at the Nurture Gallery and “Absorb Their Works Sort of Sculpture No 2” group show at 3<sup>RD</sup> Eye Sol Gallery in Bushwick. SRC has also participated in Bushwick Open Studios since 2012, in 2015 she was on the BOS Benefit committee and helped put together a fund raiser featuring 400 works of art. Recently, she curated and was a part of the group show, “Into The WoodWorks” at the I.M.A.G.E. Gallery in Bushwick. You can find her work in an array of pop up shows and often Live Painting/Drawing at events. SRC is currently working on a series of mixed media collages on wood, wood burnings and watercolors. Stephanie Renee lives and works in Bushwick, New York.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Dubious Contessa—Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]<h3><strong>Marisol Delvalle</strong></h3>\r\nMarisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javiar\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javiar round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-664\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-1.06.08-PM-300x300.png\" alt=\"Robert Plater Life Preservers Project\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<h3><strong>Robert Plater</strong>[/two_third_last]</h3>\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-653\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_26821-246x300.png\" alt=\"Rey "the Drif" Rosa Life Preservers Project\" width=\"200\" height=\"244\" />[/one_third][two_third_last]\r\n<h3><strong>Rey \"The DRiF!\" Rosa</strong></h3>\r\n<p>Rey \"The DRiF!\" Rosa is a Latin American, abstract expressionist & photographer born and raised in the Bronx, and currently resides in the East Village NYC. He is a lover of the arts, where his passion lies in documenting and creating art.</p>\r\n<p>Since the age of 14, The DRiF! has always had fervor for different fields of creative expression from choir to culinary arts to sound engineering. Until he found his relationship with art, paint and his energy. To finally capture the three together. The DRiF!, a self-taught artist, started showing his work in late 2013, but has managed to capture fans from around the world. While he keeps evolving and developing his unique style, he is humbled by the support of so many.</p>\r\n<p>The DRiF! is also the Official Photographer & Social Media Director for <a href=\"http://lisaprojectnyc.org/\" target=\"_blank\">The L.I.S.A. Project NYC</a>. He is inspired by Jackson Pollock, Ron English, Mr Jago, Nosego, Greta Cat, Solus and Conor Harrington</p>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-659\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/pigeons-300x225.jpg\" alt=\"Zropro Life Preservers Project\" width=\"200\" height=\"150\" />[/one_third][two_third_last]<h3><strong>ZROPRO</strong></h3>\r\n\"ZROPRO\" is a Brooklyn based artist whose work focuses on graphic design, illustration, photography and digital art. His work has appeared in exhibitions and events at notable establishments such as the Brooklyn Historical Society, Brooklyn Museum Shop, City Reliquary, The High Line, the Museum of Modern Art Design Store and myplasticheart. One of his digital artworks is also permanently featured on Microsoft\'s Xbox One video game console worldwide as a selectable gamerpic. He also represent the company Boundless Brooklyn as a featured artist at company events and live demos.\r\n[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-27 01:40:35','2016-04-27 01:40:35','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/27/526-revision-v1/',0,'revision','',0),(670,1,'2016-04-27 01:43:02','2016-04-27 01:43:02','','bpda copy copy','','inherit','open','closed','','bpda-copy-copy','','','2016-04-27 01:43:23','2016-04-27 01:43:23','',526,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bpda-copy-copy.jpg',0,'attachment','image/jpeg',0),(673,1,'2016-04-27 01:44:36','2016-04-27 01:44:36','[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-646\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/SomethingFeelsGood2015_Web-300x300.jpg\" alt=\"SomethingFeelsGood2015_Web\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<strong>Jose Aurelio Baez</strong></h3>\r\nJose started collecting comic books when he was 8. His weekend thrill of exploring the dusty aisles of second hand shops lent itself to creating new adventures and storylines for the characters he found. He would take pages and incorporate them into his own drawings and collages, giving the work new life.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]\r\n\r\n<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n[one_third]<img class=\"aligncenter wp-image-656\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/DivaFan_HairByAmyFarid-283x300.jpg\" alt=\"Stephanie Renee Casso Life Preservers Project\" width=\"200\" height=\"212\" />[/one_third][two_third_last]<h3><strong>Stephanie Renee Casso</strong></h3>\r\nStephanie Renee Casso, a fine artist, graphic designer, illustrator, curator and actor, was born and raised in New York. She studied Communications Design and Fine Arts at the Fashion Institute of Technology and received her AAS in 2007. After graduating she volunteered with The Neighborhood Gallery in Post-Katrina New Orleans alongside the owner, Sandra Berry, as an Americorps VISTA. Past exhibitions include the 3 part group show “….Is This Free?” at the Nurture Gallery and “Absorb Their Works Sort of Sculpture No 2” group show at 3<sup>RD</sup> Eye Sol Gallery in Bushwick. SRC has also participated in Bushwick Open Studios since 2012, in 2015 she was on the BOS Benefit committee and helped put together a fund raiser featuring 400 works of art. Recently, she curated and was a part of the group show, “Into The WoodWorks” at the I.M.A.G.E. Gallery in Bushwick. You can find her work in an array of pop up shows and often Live Painting/Drawing at events. SRC is currently working on a series of mixed media collages on wood, wood burnings and watercolors. Stephanie Renee lives and works in Bushwick, New York.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Dubious Contessa—Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]<h3><strong>Marisol Delvalle</strong></h3>\r\nMarisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javiar\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javiar round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bpda-copy-copy-300x300.jpg\" alt=\"Life Preservers Project Juliet Kasbar\" width=\"300\" height=\"300\" class=\"aligncenter size-medium wp-image-670\" />[/one_third][two_third_last]<H3><strong>Juliet Kasbar</strong></H3><p>Juliet Kasbar is an American and Irish artist currently living in New York. Her practice focuses on identity, globalisation, and belonging. Material and place are often starting points for her work. She graduated Central Saint Martins with a B.A. (HON) in Fine Art in 2015. </p>[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-664\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-1.06.08-PM-300x300.png\" alt=\"Robert Plater Life Preservers Project\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<h3><strong>Robert Plater</strong>[/two_third_last]</h3>\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-653\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_26821-246x300.png\" alt=\"Rey "the Drif" Rosa Life Preservers Project\" width=\"200\" height=\"244\" />[/one_third][two_third_last]\r\n<h3><strong>Rey \"The DRiF!\" Rosa</strong></h3>\r\n<p>Rey \"The DRiF!\" Rosa is a Latin American, abstract expressionist & photographer born and raised in the Bronx, and currently resides in the East Village NYC. He is a lover of the arts, where his passion lies in documenting and creating art.</p>\r\n<p>Since the age of 14, The DRiF! has always had fervor for different fields of creative expression from choir to culinary arts to sound engineering. Until he found his relationship with art, paint and his energy. To finally capture the three together. The DRiF!, a self-taught artist, started showing his work in late 2013, but has managed to capture fans from around the world. While he keeps evolving and developing his unique style, he is humbled by the support of so many.</p>\r\n<p>The DRiF! is also the Official Photographer & Social Media Director for <a href=\"http://lisaprojectnyc.org/\" target=\"_blank\">The L.I.S.A. Project NYC</a>. He is inspired by Jackson Pollock, Ron English, Mr Jago, Nosego, Greta Cat, Solus and Conor Harrington</p>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-659\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/pigeons-300x225.jpg\" alt=\"Zropro Life Preservers Project\" width=\"200\" height=\"150\" />[/one_third][two_third_last]<h3><strong>ZROPRO</strong></h3>\r\n\"ZROPRO\" is a Brooklyn based artist whose work focuses on graphic design, illustration, photography and digital art. His work has appeared in exhibitions and events at notable establishments such as the Brooklyn Historical Society, Brooklyn Museum Shop, City Reliquary, The High Line, the Museum of Modern Art Design Store and myplasticheart. One of his digital artworks is also permanently featured on Microsoft\'s Xbox One video game console worldwide as a selectable gamerpic. He also represent the company Boundless Brooklyn as a featured artist at company events and live demos.\r\n[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-27 01:44:36','2016-04-27 01:44:36','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/27/526-revision-v1/',0,'revision','',0),(674,1,'2016-04-27 02:14:46','2016-04-27 02:14:46','','custom-water-tower-artist-edition-baesha-5_1024x1024','','inherit','open','closed','','custom-water-tower-artist-edition-baesha-5_1024x1024','','','2016-04-27 02:15:03','2016-04-27 02:15:03','',526,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/custom-water-tower-artist-edition-baesha-5_1024x1024.jpg',0,'attachment','image/jpeg',0),(677,1,'2016-04-27 02:16:08','2016-04-27 02:16:08','[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-646\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/SomethingFeelsGood2015_Web-300x300.jpg\" alt=\"SomethingFeelsGood2015_Web\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<strong>Jose Aurelio Baez</strong></h3>\r\nJose started collecting comic books when he was 8. His weekend thrill of exploring the dusty aisles of second hand shops lent itself to creating new adventures and storylines for the characters he found. He would take pages and incorporate them into his own drawings and collages, giving the work new life.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]\r\n\r\n<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n[one_third]<img class=\"aligncenter wp-image-656\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/DivaFan_HairByAmyFarid-283x300.jpg\" alt=\"Stephanie Renee Casso Life Preservers Project\" width=\"200\" height=\"212\" />[/one_third][two_third_last]<h3><strong>Stephanie Renee Casso</strong></h3>\r\nStephanie Renee Casso, a fine artist, graphic designer, illustrator, curator and actor, was born and raised in New York. She studied Communications Design and Fine Arts at the Fashion Institute of Technology and received her AAS in 2007. After graduating she volunteered with The Neighborhood Gallery in Post-Katrina New Orleans alongside the owner, Sandra Berry, as an Americorps VISTA. Past exhibitions include the 3 part group show “….Is This Free?” at the Nurture Gallery and “Absorb Their Works Sort of Sculpture No 2” group show at 3<sup>RD</sup> Eye Sol Gallery in Bushwick. SRC has also participated in Bushwick Open Studios since 2012, in 2015 she was on the BOS Benefit committee and helped put together a fund raiser featuring 400 works of art. Recently, she curated and was a part of the group show, “Into The WoodWorks” at the I.M.A.G.E. Gallery in Bushwick. You can find her work in an array of pop up shows and often Live Painting/Drawing at events. SRC is currently working on a series of mixed media collages on wood, wood burnings and watercolors. Stephanie Renee lives and works in Bushwick, New York.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Dubious Contessa—Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]<h3><strong>Marisol Delvalle</strong></h3>\r\nMarisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javiar\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javiar round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bpda-copy-copy-300x300.jpg\" alt=\"Life Preservers Project Juliet Kasbar\" width=\"300\" height=\"300\" class=\"aligncenter size-medium wp-image-670\" />[/one_third][two_third_last]<H3><strong>Juliet Kasbar</strong></H3><p>Juliet Kasbar is an American and Irish artist currently living in New York. Her practice focuses on identity, globalisation, and belonging. Material and place are often starting points for her work. She graduated Central Saint Martins with a B.A. (HON) in Fine Art in 2015. </p>[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/custom-water-tower-artist-edition-baesha-5_1024x1024-300x300.jpg\" alt=\"Life Preservers Project MURRZ\" width=\"300\" height=\"300\" class=\"aligncenter size-medium wp-image-674\" />[/one_third][two_third_last]<H3><strong>Murrz</strong></h3><p>MURRZ is a Filipino, Brooklyn based, self taught artist. She combines her experience of 7+ years working in the advertising industry with her love of street art and fashion to create designs and pieces that are \"pretty gritty\".</p>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-664\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-1.06.08-PM-300x300.png\" alt=\"Robert Plater Life Preservers Project\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<h3><strong>Robert Plater</strong>[/two_third_last]</h3>\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-653\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_26821-246x300.png\" alt=\"Rey "the Drif" Rosa Life Preservers Project\" width=\"200\" height=\"244\" />[/one_third][two_third_last]\r\n<h3><strong>Rey \"The DRiF!\" Rosa</strong></h3>\r\n<p>Rey \"The DRiF!\" Rosa is a Latin American, abstract expressionist & photographer born and raised in the Bronx, and currently resides in the East Village NYC. He is a lover of the arts, where his passion lies in documenting and creating art.</p>\r\n<p>Since the age of 14, The DRiF! has always had fervor for different fields of creative expression from choir to culinary arts to sound engineering. Until he found his relationship with art, paint and his energy. To finally capture the three together. The DRiF!, a self-taught artist, started showing his work in late 2013, but has managed to capture fans from around the world. While he keeps evolving and developing his unique style, he is humbled by the support of so many.</p>\r\n<p>The DRiF! is also the Official Photographer & Social Media Director for <a href=\"http://lisaprojectnyc.org/\" target=\"_blank\">The L.I.S.A. Project NYC</a>. He is inspired by Jackson Pollock, Ron English, Mr Jago, Nosego, Greta Cat, Solus and Conor Harrington</p>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-659\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/pigeons-300x225.jpg\" alt=\"Zropro Life Preservers Project\" width=\"200\" height=\"150\" />[/one_third][two_third_last]<h3><strong>ZROPRO</strong></h3>\r\n\"ZROPRO\" is a Brooklyn based artist whose work focuses on graphic design, illustration, photography and digital art. His work has appeared in exhibitions and events at notable establishments such as the Brooklyn Historical Society, Brooklyn Museum Shop, City Reliquary, The High Line, the Museum of Modern Art Design Store and myplasticheart. One of his digital artworks is also permanently featured on Microsoft\'s Xbox One video game console worldwide as a selectable gamerpic. He also represent the company Boundless Brooklyn as a featured artist at company events and live demos.\r\n[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-27 02:16:08','2016-04-27 02:16:08','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/27/526-revision-v1/',0,'revision','',0),(679,1,'2016-04-27 02:18:08','2016-04-27 02:18:08','[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-646\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/SomethingFeelsGood2015_Web-300x300.jpg\" alt=\"SomethingFeelsGood2015_Web\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<strong>Jose Aurelio Baez</strong></h3>\r\nJose started collecting comic books when he was 8. His weekend thrill of exploring the dusty aisles of second hand shops lent itself to creating new adventures and storylines for the characters he found. He would take pages and incorporate them into his own drawings and collages, giving the work new life.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]\r\n\r\n<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-656\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/DivaFan_HairByAmyFarid-283x300.jpg\" alt=\"Stephanie Renee Casso Life Preservers Project\" width=\"200\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Stephanie Renee Casso</strong></h3>\r\nStephanie Renee Casso, a fine artist, graphic designer, illustrator, curator and actor, was born and raised in New York. She studied Communications Design and Fine Arts at the Fashion Institute of Technology and received her AAS in 2007. After graduating she volunteered with The Neighborhood Gallery in Post-Katrina New Orleans alongside the owner, Sandra Berry, as an Americorps VISTA. Past exhibitions include the 3 part group show “….Is This Free?” at the Nurture Gallery and “Absorb Their Works Sort of Sculpture No 2” group show at 3<sup>RD</sup> Eye Sol Gallery in Bushwick. SRC has also participated in Bushwick Open Studios since 2012, in 2015 she was on the BOS Benefit committee and helped put together a fund raiser featuring 400 works of art. Recently, she curated and was a part of the group show, “Into The WoodWorks” at the I.M.A.G.E. Gallery in Bushwick. You can find her work in an array of pop up shows and often Live Painting/Drawing at events. SRC is currently working on a series of mixed media collages on wood, wood burnings and watercolors. Stephanie Renee lives and works in Bushwick, New York.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Dubious Contessa—Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]\r\n<h3><strong>Marisol Delvalle</strong></h3>\r\nMarisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javiar\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javiar round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-670\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bpda-copy-copy-300x300.jpg\" alt=\"Life Preservers Project Juliet Kasbar\" width=\"200\" height=\"199\" />[/one_third][two_third_last]\r\n<h3><strong>Juliet Kasbar</strong></h3>\r\nJuliet Kasbar is an American and Irish artist currently living in New York. Her practice focuses on identity, globalisation, and belonging. Material and place are often starting points for her work. She graduated Central Saint Martins with a B.A. (HON) in Fine Art in 2015.\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-674\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/custom-water-tower-artist-edition-baesha-5_1024x1024-300x300.jpg\" alt=\"Life Preservers Project MURRZ\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>Murrz</strong></h3>\r\nMURRZ is a Filipino, Brooklyn based, self taught artist. She combines her experience of 7+ years working in the advertising industry with her love of street art and fashion to create designs and pieces that are \"pretty gritty\".\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-664\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-1.06.08-PM-300x300.png\" alt=\"Robert Plater Life Preservers Project\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>Robert Plater</strong>[/two_third_last]</h3>\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-653\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_26821-246x300.png\" alt=\"Rey "the Drif" Rosa Life Preservers Project\" width=\"200\" height=\"244\" />[/one_third][two_third_last]\r\n<h3><strong>Rey \"The DRiF!\" Rosa</strong></h3>\r\nRey \"The DRiF!\" Rosa is a Latin American, abstract expressionist & photographer born and raised in the Bronx, and currently resides in the East Village NYC. He is a lover of the arts, where his passion lies in documenting and creating art.\r\n\r\nSince the age of 14, The DRiF! has always had fervor for different fields of creative expression from choir to culinary arts to sound engineering. Until he found his relationship with art, paint and his energy. To finally capture the three together. The DRiF!, a self-taught artist, started showing his work in late 2013, but has managed to capture fans from around the world. While he keeps evolving and developing his unique style, he is humbled by the support of so many.\r\n\r\nThe DRiF! is also the Official Photographer & Social Media Director for <a href=\"http://lisaprojectnyc.org/\" target=\"_blank\">The L.I.S.A. Project NYC</a>. He is inspired by Jackson Pollock, Ron English, Mr Jago, Nosego, Greta Cat, Solus and Conor Harrington\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-659\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/pigeons-300x225.jpg\" alt=\"Zropro Life Preservers Project\" width=\"200\" height=\"150\" />[/one_third][two_third_last]\r\n<h3><strong>ZROPRO</strong></h3>\r\n\"ZROPRO\" is a Brooklyn based artist whose work focuses on graphic design, illustration, photography and digital art. His work has appeared in exhibitions and events at notable establishments such as the Brooklyn Historical Society, Brooklyn Museum Shop, City Reliquary, The High Line, the Museum of Modern Art Design Store and myplasticheart. One of his digital artworks is also permanently featured on Microsoft\'s Xbox One video game console worldwide as a selectable gamerpic. He also represent the company Boundless Brooklyn as a featured artist at company events and live demos.\r\n[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-27 02:18:08','2016-04-27 02:18:08','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/27/526-revision-v1/',0,'revision','',0),(682,1,'2016-04-27 02:18:37','2016-04-27 02:18:37','[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-646\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/SomethingFeelsGood2015_Web-300x300.jpg\" alt=\"SomethingFeelsGood2015_Web\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<strong>Jose Aurelio Baez</strong></h3>\r\nJose started collecting comic books when he was 8. His weekend thrill of exploring the dusty aisles of second hand shops lent itself to creating new adventures and storylines for the characters he found. He would take pages and incorporate them into his own drawings and collages, giving the work new life.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]\r\n\r\n<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-656\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/DivaFan_HairByAmyFarid-283x300.jpg\" alt=\"Stephanie Renee Casso Life Preservers Project\" width=\"200\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Stephanie Renee Casso</strong></h3>\r\nStephanie Renee Casso, a fine artist, graphic designer, illustrator, curator and actor, was born and raised in New York. She studied Communications Design and Fine Arts at the Fashion Institute of Technology and received her AAS in 2007. After graduating she volunteered with The Neighborhood Gallery in Post-Katrina New Orleans alongside the owner, Sandra Berry, as an Americorps VISTA. Past exhibitions include the 3 part group show “….Is This Free?” at the Nurture Gallery and “Absorb Their Works Sort of Sculpture No 2” group show at 3<sup>RD</sup> Eye Sol Gallery in Bushwick. SRC has also participated in Bushwick Open Studios since 2012, in 2015 she was on the BOS Benefit committee and helped put together a fund raiser featuring 400 works of art. Recently, she curated and was a part of the group show, “Into The WoodWorks” at the I.M.A.G.E. Gallery in Bushwick. You can find her work in an array of pop up shows and often Live Painting/Drawing at events. SRC is currently working on a series of mixed media collages on wood, wood burnings and watercolors. Stephanie Renee lives and works in Bushwick, New York.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Dubious Contessa—Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]\r\n<h3><strong>Marisol Delvalle</strong></h3>\r\nMarisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javiar\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javiar round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-670\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bpda-copy-copy-300x300.jpg\" alt=\"Life Preservers Project Juliet Kasbar\" width=\"200\" height=\"199\" />[/one_third][two_third_last]\r\n<h3><strong>Juliet Kasbar</strong></h3>\r\nJuliet Kasbar is an American and Irish artist currently living in New York. Her practice focuses on identity, globalisation, and belonging. Material and place are often starting points for her work. She graduated Central Saint Martins with a B.A. (HON) in Fine Art in 2015.\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-674\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/custom-water-tower-artist-edition-baesha-5_1024x1024-300x300.jpg\" alt=\"Life Preservers Project MURRZ\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>MURRZ</strong></h3>\r\nMURRZ is a Filipino, Brooklyn based, self taught artist. She combines her experience of 7+ years working in the advertising industry with her love of street art and fashion to create designs and pieces that are \"pretty gritty\".\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-664\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-1.06.08-PM-300x300.png\" alt=\"Robert Plater Life Preservers Project\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>Robert Plater</strong>[/two_third_last]</h3>\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-653\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_26821-246x300.png\" alt=\"Rey "the Drif" Rosa Life Preservers Project\" width=\"200\" height=\"244\" />[/one_third][two_third_last]\r\n<h3><strong>Rey \"The DRiF!\" Rosa</strong></h3>\r\nRey \"The DRiF!\" Rosa is a Latin American, abstract expressionist & photographer born and raised in the Bronx, and currently resides in the East Village NYC. He is a lover of the arts, where his passion lies in documenting and creating art.\r\n\r\nSince the age of 14, The DRiF! has always had fervor for different fields of creative expression from choir to culinary arts to sound engineering. Until he found his relationship with art, paint and his energy. To finally capture the three together. The DRiF!, a self-taught artist, started showing his work in late 2013, but has managed to capture fans from around the world. While he keeps evolving and developing his unique style, he is humbled by the support of so many.\r\n\r\nThe DRiF! is also the Official Photographer & Social Media Director for <a href=\"http://lisaprojectnyc.org/\" target=\"_blank\">The L.I.S.A. Project NYC</a>. He is inspired by Jackson Pollock, Ron English, Mr Jago, Nosego, Greta Cat, Solus and Conor Harrington\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-659\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/pigeons-300x225.jpg\" alt=\"Zropro Life Preservers Project\" width=\"200\" height=\"150\" />[/one_third][two_third_last]\r\n<h3><strong>ZROPRO</strong></h3>\r\n\"ZROPRO\" is a Brooklyn based artist whose work focuses on graphic design, illustration, photography and digital art. His work has appeared in exhibitions and events at notable establishments such as the Brooklyn Historical Society, Brooklyn Museum Shop, City Reliquary, The High Line, the Museum of Modern Art Design Store and myplasticheart. One of his digital artworks is also permanently featured on Microsoft\'s Xbox One video game console worldwide as a selectable gamerpic. He also represent the company Boundless Brooklyn as a featured artist at company events and live demos.\r\n[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-27 02:18:37','2016-04-27 02:18:37','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/27/526-revision-v1/',0,'revision','',0),(683,1,'2016-04-28 18:33:38','2016-04-28 18:33:38','','7th Annual FUNraiser Sponsorship','','inherit','open','closed','','7th-annual-funraiser-sponsorship','','','2016-04-28 18:33:38','2016-04-28 18:33:38','',0,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/7th-Annual-FUNraiser-Sponsorship.pdf',0,'attachment','application/pdf',0),(685,1,'2016-04-28 19:18:30','2016-04-28 19:18:30','','TOPS_Products_TM_vertical_CMYK_CS5','','inherit','open','closed','','tops_products_tm_vertical_cmyk_cs5','','','2016-04-28 19:18:53','2016-04-28 19:18:53','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/TOPS_Products_TM_vertical_RGB.jpg',0,'attachment','image/jpeg',0),(698,1,'2016-04-28 19:44:37','2016-04-28 19:44:37','','EDT Software 200x200','','inherit','open','closed','','edt-software-200x200','','','2016-04-28 19:44:37','2016-04-28 19:44:37','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/EDT-Software-200x200.png',0,'attachment','image/png',0),(700,1,'2016-04-28 19:45:59','2016-04-28 19:45:59','','EDT Software 200x200','','inherit','open','closed','','edt-software-200x200-2','','','2016-04-28 19:45:59','2016-04-28 19:45:59','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/EDT-Software-200x200-1.png',0,'attachment','image/png',0),(703,1,'2016-04-29 01:02:23','2016-04-29 01:02:23','','image1','','inherit','open','closed','','image1-2','','','2016-04-29 01:03:05','2016-04-29 01:03:05','',526,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-2.jpg',0,'attachment','image/jpeg',0),(706,1,'2016-04-29 01:05:25','2016-04-29 01:05:25','[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-646\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/SomethingFeelsGood2015_Web-300x300.jpg\" alt=\"SomethingFeelsGood2015_Web\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<strong>Jose Aurelio Baez</strong></h3>\r\nJose started collecting comic books when he was 8. His weekend thrill of exploring the dusty aisles of second hand shops lent itself to creating new adventures and storylines for the characters he found. He would take pages and incorporate them into his own drawings and collages, giving the work new life.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]\r\n\r\n<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-656\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/DivaFan_HairByAmyFarid-283x300.jpg\" alt=\"Stephanie Renee Casso Life Preservers Project\" width=\"200\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Stephanie Renee Casso</strong></h3>\r\nStephanie Renee Casso, a fine artist, graphic designer, illustrator, curator and actor, was born and raised in New York. She studied Communications Design and Fine Arts at the Fashion Institute of Technology and received her AAS in 2007. After graduating she volunteered with The Neighborhood Gallery in Post-Katrina New Orleans alongside the owner, Sandra Berry, as an Americorps VISTA. Past exhibitions include the 3 part group show “….Is This Free?” at the Nurture Gallery and “Absorb Their Works Sort of Sculpture No 2” group show at 3<sup>RD</sup> Eye Sol Gallery in Bushwick. SRC has also participated in Bushwick Open Studios since 2012, in 2015 she was on the BOS Benefit committee and helped put together a fund raiser featuring 400 works of art. Recently, she curated and was a part of the group show, “Into The WoodWorks” at the I.M.A.G.E. Gallery in Bushwick. You can find her work in an array of pop up shows and often Live Painting/Drawing at events. SRC is currently working on a series of mixed media collages on wood, wood burnings and watercolors. Stephanie Renee lives and works in Bushwick, New York.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Dubious Contessa—Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]\r\n<h3><strong>Marisol Delvalle</strong></h3>\r\nMarisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n \r\n<h3>[one_third]<a href=\"http://www.DevlinDesignAndIllustration.com\" target=\"_blank\"><img class=\"aligncenter wp-image-703\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-2-300x201.jpg\" alt=\"Life Preservers Project Elizabeth Devlin\" width=\"200\" height=\"134\" /></a>[/one_third][two_third_last]<strong>Elizabeth Devlin</strong></h3>\r\n<div>Elizabeth Devlin, Devlin Design and Illustration: A one stop visual shop specializing in illustration, graphic design, web development, fine art and painting.</div>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javiar\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javiar round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-670\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bpda-copy-copy-300x300.jpg\" alt=\"Life Preservers Project Juliet Kasbar\" width=\"200\" height=\"199\" />[/one_third][two_third_last]\r\n<h3><strong>Juliet Kasbar</strong></h3>\r\nJuliet Kasbar is an American and Irish artist currently living in New York. Her practice focuses on identity, globalisation, and belonging. Material and place are often starting points for her work. She graduated Central Saint Martins with a B.A. (HON) in Fine Art in 2015.\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-674\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/custom-water-tower-artist-edition-baesha-5_1024x1024-300x300.jpg\" alt=\"Life Preservers Project MURRZ\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>MURRZ</strong></h3>\r\nMURRZ is a Filipino, Brooklyn based, self taught artist. She combines her experience of 7+ years working in the advertising industry with her love of street art and fashion to create designs and pieces that are \"pretty gritty\".\r\n<blockquote>\r\n<div>\r\n<blockquote class=\"gmail_quote\">\r\n<div dir=\"auto\">\r\n<div>\r\n<div class=\"im\">\r\n<blockquote>\r\n<div>\r\n<div dir=\"ltr\">\r\n<blockquote>\r\n<div dir=\"ltr\">Thank you again for allowing me to participate in the FUNraiser. I feel very strongly about this subject matter and want to help out any way I can. Coming from the Philippines, I see it too often--how children and women are exploited. Whether it be contributing with art, donations, helping with fundraisers, ANYTHING, I\'d like to be involved in Life Preservers Project\'s mission any way I can to help those victims of human trafficking.</div></blockquote>\r\n</div>\r\n</div></blockquote>\r\n</div>\r\n</div>\r\n</div></blockquote>\r\n</div></blockquote>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-664\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-1.06.08-PM-300x300.png\" alt=\"Robert Plater Life Preservers Project\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>Robert Plater</strong>[/two_third_last]</h3>\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-653\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_26821-246x300.png\" alt=\"Rey "the Drif" Rosa Life Preservers Project\" width=\"200\" height=\"244\" />[/one_third][two_third_last]\r\n<h3><strong>Rey \"The DRiF!\" Rosa</strong></h3>\r\nRey \"The DRiF!\" Rosa is a Latin American, abstract expressionist & photographer born and raised in the Bronx, and currently resides in the East Village NYC. He is a lover of the arts, where his passion lies in documenting and creating art.\r\n\r\nSince the age of 14, The DRiF! has always had fervor for different fields of creative expression from choir to culinary arts to sound engineering. Until he found his relationship with art, paint and his energy. To finally capture the three together. The DRiF!, a self-taught artist, started showing his work in late 2013, but has managed to capture fans from around the world. While he keeps evolving and developing his unique style, he is humbled by the support of so many.\r\n\r\nThe DRiF! is also the Official Photographer & Social Media Director for <a href=\"http://lisaprojectnyc.org/\" target=\"_blank\">The L.I.S.A. Project NYC</a>. He is inspired by Jackson Pollock, Ron English, Mr Jago, Nosego, Greta Cat, Solus and Conor Harrington\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-659\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/pigeons-300x225.jpg\" alt=\"Zropro Life Preservers Project\" width=\"200\" height=\"150\" />[/one_third][two_third_last]\r\n<h3><strong>ZROPRO</strong></h3>\r\n\"ZROPRO\" is a Brooklyn based artist whose work focuses on graphic design, illustration, photography and digital art. His work has appeared in exhibitions and events at notable establishments such as the Brooklyn Historical Society, Brooklyn Museum Shop, City Reliquary, The High Line, the Museum of Modern Art Design Store and myplasticheart. One of his digital artworks is also permanently featured on Microsoft\'s Xbox One video game console worldwide as a selectable gamerpic. He also represent the company Boundless Brooklyn as a featured artist at company events and live demos.\r\n[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-29 01:05:25','2016-04-29 01:05:25','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/29/526-revision-v1/',0,'revision','',0),(707,1,'2016-04-29 01:07:13','2016-04-29 01:07:13','','encuastic','','inherit','open','closed','','encuastic','','','2016-04-29 01:07:31','2016-04-29 01:07:31','',526,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/encuastic.jpg',0,'attachment','image/jpeg',0),(710,1,'2016-04-29 01:10:01','2016-04-29 01:10:01','<h3>[one_third]<img class=\"aligncenter wp-image-707\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/encuastic-300x296.jpg\" alt=\"Life Preservers Project Felisa Adderley\" width=\"200\" height=\"197\" />[/one_third][two_third_last]<strong>Felisa Adderley</strong></h3>\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>Felisa Adderley is a 19 year old artist living in Brooklyn, finishing her associates degree in Painting and working towards her Bachelor\'s in Printmaking at Pratt Institute. Felisa is also revisiting her love for embroidery. She\'s wildly inspired by nature and it\'s unique patterns on plants and insects. Her current mediums of choice are relief printing and lithograph, though she\'s looking to incorporate thread into more of her work.</div>\r\n</div>\r\n</div>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-646\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/SomethingFeelsGood2015_Web-300x300.jpg\" alt=\"SomethingFeelsGood2015_Web\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<strong>Jose Aurelio Baez</strong></h3>\r\nJose started collecting comic books when he was 8. His weekend thrill of exploring the dusty aisles of second hand shops lent itself to creating new adventures and storylines for the characters he found. He would take pages and incorporate them into his own drawings and collages, giving the work new life.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]\r\n\r\n<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-656\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/DivaFan_HairByAmyFarid-283x300.jpg\" alt=\"Stephanie Renee Casso Life Preservers Project\" width=\"200\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Stephanie Renee Casso</strong></h3>\r\nStephanie Renee Casso, a fine artist, graphic designer, illustrator, curator and actor, was born and raised in New York. She studied Communications Design and Fine Arts at the Fashion Institute of Technology and received her AAS in 2007. After graduating she volunteered with The Neighborhood Gallery in Post-Katrina New Orleans alongside the owner, Sandra Berry, as an Americorps VISTA. Past exhibitions include the 3 part group show “….Is This Free?” at the Nurture Gallery and “Absorb Their Works Sort of Sculpture No 2” group show at 3<sup>RD</sup> Eye Sol Gallery in Bushwick. SRC has also participated in Bushwick Open Studios since 2012, in 2015 she was on the BOS Benefit committee and helped put together a fund raiser featuring 400 works of art. Recently, she curated and was a part of the group show, “Into The WoodWorks” at the I.M.A.G.E. Gallery in Bushwick. You can find her work in an array of pop up shows and often Live Painting/Drawing at events. SRC is currently working on a series of mixed media collages on wood, wood burnings and watercolors. Stephanie Renee lives and works in Bushwick, New York.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Dubious Contessa—Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]\r\n<h3><strong>Marisol Delvalle</strong></h3>\r\nMarisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n \r\n<h3>[one_third]<a href=\"http://www.DevlinDesignAndIllustration.com\" target=\"_blank\"><img class=\"aligncenter wp-image-703\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-2-300x201.jpg\" alt=\"Life Preservers Project Elizabeth Devlin\" width=\"200\" height=\"134\" /></a>[/one_third][two_third_last]<strong>Elizabeth Devlin</strong></h3>\r\n<div>Elizabeth Devlin, Devlin Design and Illustration: A one stop visual shop specializing in illustration, graphic design, web development, fine art and painting.</div>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javiar\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javiar round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-670\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bpda-copy-copy-300x300.jpg\" alt=\"Life Preservers Project Juliet Kasbar\" width=\"200\" height=\"199\" />[/one_third][two_third_last]\r\n<h3><strong>Juliet Kasbar</strong></h3>\r\nJuliet Kasbar is an American and Irish artist currently living in New York. Her practice focuses on identity, globalisation, and belonging. Material and place are often starting points for her work. She graduated Central Saint Martins with a B.A. (HON) in Fine Art in 2015.\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-674\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/custom-water-tower-artist-edition-baesha-5_1024x1024-300x300.jpg\" alt=\"Life Preservers Project MURRZ\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>MURRZ</strong></h3>\r\nMURRZ is a Filipino, Brooklyn based, self taught artist. She combines her experience of 7+ years working in the advertising industry with her love of street art and fashion to create designs and pieces that are \"pretty gritty\".\r\n<blockquote>\r\n<div>\r\n<blockquote class=\"gmail_quote\">\r\n<div dir=\"auto\">\r\n<div>\r\n<div class=\"im\">\r\n<blockquote>\r\n<div>\r\n<div dir=\"ltr\">\r\n<blockquote>\r\n<div dir=\"ltr\">Thank you again for allowing me to participate in the FUNraiser. I feel very strongly about this subject matter and want to help out any way I can. Coming from the Philippines, I see it too often--how children and women are exploited. Whether it be contributing with art, donations, helping with fundraisers, ANYTHING, I\'d like to be involved in Life Preservers Project\'s mission any way I can to help those victims of human trafficking.</div></blockquote>\r\n</div>\r\n</div></blockquote>\r\n</div>\r\n</div>\r\n</div></blockquote>\r\n</div></blockquote>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-664\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-1.06.08-PM-300x300.png\" alt=\"Robert Plater Life Preservers Project\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>Robert Plater</strong>[/two_third_last]</h3>\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-653\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_26821-246x300.png\" alt=\"Rey "the Drif" Rosa Life Preservers Project\" width=\"200\" height=\"244\" />[/one_third][two_third_last]\r\n<h3><strong>Rey \"The DRiF!\" Rosa</strong></h3>\r\nRey \"The DRiF!\" Rosa is a Latin American, abstract expressionist & photographer born and raised in the Bronx, and currently resides in the East Village NYC. He is a lover of the arts, where his passion lies in documenting and creating art.\r\n\r\nSince the age of 14, The DRiF! has always had fervor for different fields of creative expression from choir to culinary arts to sound engineering. Until he found his relationship with art, paint and his energy. To finally capture the three together. The DRiF!, a self-taught artist, started showing his work in late 2013, but has managed to capture fans from around the world. While he keeps evolving and developing his unique style, he is humbled by the support of so many.\r\n\r\nThe DRiF! is also the Official Photographer & Social Media Director for <a href=\"http://lisaprojectnyc.org/\" target=\"_blank\">The L.I.S.A. Project NYC</a>. He is inspired by Jackson Pollock, Ron English, Mr Jago, Nosego, Greta Cat, Solus and Conor Harrington\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-659\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/pigeons-300x225.jpg\" alt=\"Zropro Life Preservers Project\" width=\"200\" height=\"150\" />[/one_third][two_third_last]\r\n<h3><strong>ZROPRO</strong></h3>\r\n\"ZROPRO\" is a Brooklyn based artist whose work focuses on graphic design, illustration, photography and digital art. His work has appeared in exhibitions and events at notable establishments such as the Brooklyn Historical Society, Brooklyn Museum Shop, City Reliquary, The High Line, the Museum of Modern Art Design Store and myplasticheart. One of his digital artworks is also permanently featured on Microsoft\'s Xbox One video game console worldwide as a selectable gamerpic. He also represent the company Boundless Brooklyn as a featured artist at company events and live demos.\r\n[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-29 01:10:01','2016-04-29 01:10:01','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/29/526-revision-v1/',0,'revision','',0),(712,1,'2016-04-29 01:12:21','2016-04-29 01:12:21','','Daisy Rossetti BackPack inspiration','','inherit','open','closed','','daisy-rossetti-backpack-inspiration','','','2016-04-29 01:12:37','2016-04-29 01:12:37','',526,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Daisy-Rossetti-BackPack-inspiration.jpg',0,'attachment','image/jpeg',0),(715,1,'2016-04-29 01:15:28','2016-04-29 01:15:28','<h3>[one_third]<img class=\"aligncenter wp-image-707\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/encuastic-300x296.jpg\" alt=\"Life Preservers Project Felisa Adderley\" width=\"200\" height=\"197\" />[/one_third][two_third_last]<strong>Felisa Adderley</strong></h3>\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>Felisa Adderley is a 19 year old artist living in Brooklyn, finishing her associates degree in Painting and working towards her Bachelor\'s in Printmaking at Pratt Institute. Felisa is also revisiting her love for embroidery. She\'s wildly inspired by nature and it\'s unique patterns on plants and insects. Her current mediums of choice are relief printing and lithograph, though she\'s looking to incorporate thread into more of her work.</div>\r\n</div>\r\n</div>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-646\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/SomethingFeelsGood2015_Web-300x300.jpg\" alt=\"SomethingFeelsGood2015_Web\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<strong>Jose Aurelio Baez</strong></h3>\r\nJose started collecting comic books when he was 8. His weekend thrill of exploring the dusty aisles of second hand shops lent itself to creating new adventures and storylines for the characters he found. He would take pages and incorporate them into his own drawings and collages, giving the work new life.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]\r\n\r\n<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-656\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/DivaFan_HairByAmyFarid-283x300.jpg\" alt=\"Stephanie Renee Casso Life Preservers Project\" width=\"200\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Stephanie Renee Casso</strong></h3>\r\nStephanie Renee Casso, a fine artist, graphic designer, illustrator, curator and actor, was born and raised in New York. She studied Communications Design and Fine Arts at the Fashion Institute of Technology and received her AAS in 2007. After graduating she volunteered with The Neighborhood Gallery in Post-Katrina New Orleans alongside the owner, Sandra Berry, as an Americorps VISTA. Past exhibitions include the 3 part group show “….Is This Free?” at the Nurture Gallery and “Absorb Their Works Sort of Sculpture No 2” group show at 3<sup>RD</sup> Eye Sol Gallery in Bushwick. SRC has also participated in Bushwick Open Studios since 2012, in 2015 she was on the BOS Benefit committee and helped put together a fund raiser featuring 400 works of art. Recently, she curated and was a part of the group show, “Into The WoodWorks” at the I.M.A.G.E. Gallery in Bushwick. You can find her work in an array of pop up shows and often Live Painting/Drawing at events. SRC is currently working on a series of mixed media collages on wood, wood burnings and watercolors. Stephanie Renee lives and works in Bushwick, New York.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Dubious Contessa—Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]\r\n<h3><strong>Marisol Delvalle</strong></h3>\r\nMarisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n \r\n<h3>[one_third]<a href=\"http://www.DevlinDesignAndIllustration.com\" target=\"_blank\"><img class=\"aligncenter wp-image-703\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-2-300x201.jpg\" alt=\"Life Preservers Project Elizabeth Devlin\" width=\"200\" height=\"134\" /></a>[/one_third][two_third_last]<strong>Elizabeth Devlin</strong></h3>\r\n<div>Elizabeth Devlin, Devlin Design and Illustration: A one stop visual shop specializing in illustration, graphic design, web development, fine art and painting.</div>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javier\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javier round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-670\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bpda-copy-copy-300x300.jpg\" alt=\"Life Preservers Project Juliet Kasbar\" width=\"200\" height=\"199\" />[/one_third][two_third_last]\r\n<h3><strong>Juliet Kasbar</strong></h3>\r\nJuliet Kasbar is an American and Irish artist currently living in New York. Her practice focuses on identity, globalisation, and belonging. Material and place are often starting points for her work. She graduated Central Saint Martins with a B.A. (HON) in Fine Art in 2015.\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-674\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/custom-water-tower-artist-edition-baesha-5_1024x1024-300x300.jpg\" alt=\"Life Preservers Project MURRZ\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>MURRZ</strong></h3>\r\nMURRZ is a Filipino, Brooklyn based, self taught artist. She combines her experience of 7+ years working in the advertising industry with her love of street art and fashion to create designs and pieces that are \"pretty gritty\".\r\n<blockquote>\r\n<div>\r\n<blockquote class=\"gmail_quote\">\r\n<div dir=\"auto\">\r\n<div>\r\n<div class=\"im\">\r\n<blockquote>\r\n<div>\r\n<div dir=\"ltr\">\r\n<blockquote>\r\n<div dir=\"ltr\">Thank you again for allowing me to participate in the FUNraiser. I feel very strongly about this subject matter and want to help out any way I can. Coming from the Philippines, I see it too often--how children and women are exploited. Whether it be contributing with art, donations, helping with fundraisers, ANYTHING, I\'d like to be involved in Life Preservers Project\'s mission any way I can to help those victims of human trafficking.</div></blockquote>\r\n</div>\r\n</div></blockquote>\r\n</div>\r\n</div>\r\n</div></blockquote>\r\n</div></blockquote>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-664\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-1.06.08-PM-300x300.png\" alt=\"Robert Plater Life Preservers Project\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>Robert Plater</strong>[/two_third_last]</h3>\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-653\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_26821-246x300.png\" alt=\"Rey "the Drif" Rosa Life Preservers Project\" width=\"200\" height=\"244\" />[/one_third][two_third_last]\r\n<h3><strong>Rey \"The DRiF!\" Rosa</strong></h3>\r\nRey \"The DRiF!\" Rosa is a Latin American, abstract expressionist & photographer born and raised in the Bronx, and currently resides in the East Village NYC. He is a lover of the arts, where his passion lies in documenting and creating art.\r\n\r\nSince the age of 14, The DRiF! has always had fervor for different fields of creative expression from choir to culinary arts to sound engineering. Until he found his relationship with art, paint and his energy. To finally capture the three together. The DRiF!, a self-taught artist, started showing his work in late 2013, but has managed to capture fans from around the world. While he keeps evolving and developing his unique style, he is humbled by the support of so many.\r\n\r\nThe DRiF! is also the Official Photographer & Social Media Director for <a href=\"http://lisaprojectnyc.org/\" target=\"_blank\">The L.I.S.A. Project NYC</a>. He is inspired by Jackson Pollock, Ron English, Mr Jago, Nosego, Greta Cat, Solus and Conor Harrington\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n \r\n<h3>[one_third]<img class=\"aligncenter wp-image-712\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Daisy-Rossetti-BackPack-inspiration-300x128.jpg\" alt=\"Life Preservers Project Daisy Rossetti\" width=\"200\" height=\"85\" />[/one_third][two_third_last]<strong>Daisy Rossetti</strong></h3>\r\nDaisy Rossetti is an inspired artist and has always wanted to create an environment that everyone feels welcomed in. Expressing herself through art has allowed Daisy to be creative and get to know others. She has been evoking emotion through her art and creating a human connection with others. Creating memories and getting to know people that come in contact with her art has been a dream of Daisy\'s, which is coming true! Doing what makes her happy has been attracting things in the universe that connects a lot of us together and it’s amazing. Daisy enjoys people coming together to support one another in greatness!\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-659\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/pigeons-300x225.jpg\" alt=\"Zropro Life Preservers Project\" width=\"200\" height=\"150\" />[/one_third][two_third_last]\r\n<h3><strong>ZROPRO</strong></h3>\r\n\"ZROPRO\" is a Brooklyn based artist whose work focuses on graphic design, illustration, photography and digital art. His work has appeared in exhibitions and events at notable establishments such as the Brooklyn Historical Society, Brooklyn Museum Shop, City Reliquary, The High Line, the Museum of Modern Art Design Store and myplasticheart. One of his digital artworks is also permanently featured on Microsoft\'s Xbox One video game console worldwide as a selectable gamerpic. He also represent the company Boundless Brooklyn as a featured artist at company events and live demos.\r\n[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-04-29 01:15:28','2016-04-29 01:15:28','',526,'http://www.lifepreserversproject.org/wordpress1/2016/04/29/526-revision-v1/',0,'revision','',0),(716,1,'2016-05-01 23:38:35','2016-05-01 23:38:35','<h3>[one_third]<img class=\"aligncenter wp-image-707\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/encuastic-300x296.jpg\" alt=\"Life Preservers Project Felisa Adderley\" width=\"200\" height=\"197\" />[/one_third][two_third_last]<strong>Felisa Adderley</strong></h3>\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>Felisa Adderley is a 19 year old artist living in Brooklyn, finishing her associates degree in Painting and working towards her Bachelor\'s in Printmaking at Pratt Institute. Felisa is also revisiting her love for embroidery. She\'s wildly inspired by nature and it\'s unique patterns on plants and insects. Her current mediums of choice are relief printing and lithograph, though she\'s looking to incorporate thread into more of her work.</div>\r\n</div>\r\n</div>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-646\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/SomethingFeelsGood2015_Web-300x300.jpg\" alt=\"SomethingFeelsGood2015_Web\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<strong>Jose Aurelio Baez</strong></h3>\r\nJose started collecting comic books when he was 8. His weekend thrill of exploring the dusty aisles of second hand shops lent itself to creating new adventures and storylines for the characters he found. He would take pages and incorporate them into his own drawings and collages, giving the work new life.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]\r\n\r\n<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-656\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/DivaFan_HairByAmyFarid-283x300.jpg\" alt=\"Stephanie Renee Casso Life Preservers Project\" width=\"200\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Stephanie Renee Casso</strong></h3>\r\nStephanie Renee Casso, a fine artist, graphic designer, illustrator, curator and actor, was born and raised in New York. She studied Communications Design and Fine Arts at the Fashion Institute of Technology and received her AAS in 2007. After graduating she volunteered with The Neighborhood Gallery in Post-Katrina New Orleans alongside the owner, Sandra Berry, as an Americorps VISTA. Past exhibitions include the 3 part group show “….Is This Free?” at the Nurture Gallery and “Absorb Their Works Sort of Sculpture No 2” group show at 3<sup>RD</sup> Eye Sol Gallery in Bushwick. SRC has also participated in Bushwick Open Studios since 2012, in 2015 she was on the BOS Benefit committee and helped put together a fund raiser featuring 400 works of art. Recently, she curated and was a part of the group show, “Into The WoodWorks” at the I.M.A.G.E. Gallery in Bushwick. You can find her work in an array of pop up shows and often Live Painting/Drawing at events. SRC is currently working on a series of mixed media collages on wood, wood burnings and watercolors. Stephanie Renee lives and works in Bushwick, New York.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Dubious Contessa—Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]\r\n<h3><strong>Marisol Delvalle</strong></h3>\r\nMarisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n \r\n<h3>[one_third]<a href=\"http://www.DevlinDesignAndIllustration.com\" target=\"_blank\"><img class=\"aligncenter wp-image-703\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-2-300x201.jpg\" alt=\"Life Preservers Project Elizabeth Devlin\" width=\"200\" height=\"134\" /></a>[/one_third][two_third_last]<strong>Elizabeth Devlin</strong></h3>\r\n<div>Elizabeth Devlin, Devlin Design and Illustration: A one stop visual shop specializing in illustration, graphic design, web development, fine art and painting.</div>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javier\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javier round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-670\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bpda-copy-copy-300x300.jpg\" alt=\"Life Preservers Project Juliet Kasbar\" width=\"200\" height=\"199\" />[/one_third][two_third_last]\r\n<h3><strong>Juliet Kasbar</strong></h3>\r\nJuliet Kasbar is an American and Irish artist currently living in New York. Her practice focuses on identity, globalisation, and belonging. Material and place are often starting points for her work. She graduated Central Saint Martins with a B.A. (HON) in Fine Art in 2015.\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-674\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/custom-water-tower-artist-edition-baesha-5_1024x1024-300x300.jpg\" alt=\"Life Preservers Project MURRZ\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>MURRZ</strong></h3>\r\nMURRZ is a Filipino, Brooklyn based, self taught artist. She combines her experience of 7+ years working in the advertising industry with her love of street art and fashion to create designs and pieces that are \"pretty gritty\".\r\n<blockquote>Thank you again for allowing me to participate in the FUNraiser. I feel very strongly about this subject matter and want to help out any way I can. Coming from the Philippines, I see it too often--how children and women are exploited. Whether it be contributing with art, donations, helping with fundraisers, ANYTHING, I\'d like to be involved in Life Preservers Project\'s mission any way I can to help those victims of human trafficking.</blockquote>[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-664\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-1.06.08-PM-300x300.png\" alt=\"Robert Plater Life Preservers Project\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>Robert Plater</strong>[/two_third_last]</h3>\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-653\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_26821-246x300.png\" alt=\"Rey "the Drif" Rosa Life Preservers Project\" width=\"200\" height=\"244\" />[/one_third][two_third_last]\r\n<h3><strong>Rey \"The DRiF!\" Rosa</strong></h3>\r\nRey \"The DRiF!\" Rosa is a Latin American, abstract expressionist & photographer born and raised in the Bronx, and currently resides in the East Village NYC. He is a lover of the arts, where his passion lies in documenting and creating art.\r\n\r\nSince the age of 14, The DRiF! has always had fervor for different fields of creative expression from choir to culinary arts to sound engineering. Until he found his relationship with art, paint and his energy. To finally capture the three together. The DRiF!, a self-taught artist, started showing his work in late 2013, but has managed to capture fans from around the world. While he keeps evolving and developing his unique style, he is humbled by the support of so many.\r\n\r\nThe DRiF! is also the Official Photographer & Social Media Director for <a href=\"http://lisaprojectnyc.org/\" target=\"_blank\">The L.I.S.A. Project NYC</a>. He is inspired by Jackson Pollock, Ron English, Mr Jago, Nosego, Greta Cat, Solus and Conor Harrington\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n \r\n<h3>[one_third]<img class=\"aligncenter wp-image-712\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Daisy-Rossetti-BackPack-inspiration-300x128.jpg\" alt=\"Life Preservers Project Daisy Rossetti\" width=\"200\" height=\"85\" />[/one_third][two_third_last]<strong>Daisy Rossetti</strong></h3>\r\nDaisy Rossetti is an inspired artist and has always wanted to create an environment that everyone feels welcomed in. Expressing herself through art has allowed Daisy to be creative and get to know others. She has been evoking emotion through her art and creating a human connection with others. Creating memories and getting to know people that come in contact with her art has been a dream of Daisy\'s, which is coming true! Doing what makes her happy has been attracting things in the universe that connects a lot of us together and it’s amazing. Daisy enjoys people coming together to support one another in greatness!\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-659\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/pigeons-300x225.jpg\" alt=\"Zropro Life Preservers Project\" width=\"200\" height=\"150\" />[/one_third][two_third_last]\r\n<h3><strong>ZROPRO</strong></h3>\r\n\"ZROPRO\" is a Brooklyn based artist whose work focuses on graphic design, illustration, photography and digital art. His work has appeared in exhibitions and events at notable establishments such as the Brooklyn Historical Society, Brooklyn Museum Shop, City Reliquary, The High Line, the Museum of Modern Art Design Store and myplasticheart. One of his digital artworks is also permanently featured on Microsoft\'s Xbox One video game console worldwide as a selectable gamerpic. He also represent the company Boundless Brooklyn as a featured artist at company events and live demos.\r\n[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-05-01 23:38:35','2016-05-01 23:38:35','',526,'http://www.lifepreserversproject.org/wordpress1/2016/05/01/526-revision-v1/',0,'revision','',0),(718,1,'2016-05-01 23:42:03','2016-05-01 23:42:03','<h3>[one_third]<img class=\"aligncenter wp-image-707\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/encuastic-300x296.jpg\" alt=\"Life Preservers Project Felisa Adderley\" width=\"200\" height=\"197\" />[/one_third][two_third_last]<strong>Felisa Adderley</strong></h3>\r\nFelisa Adderley is a 19 year old artist living in Brooklyn, finishing her associates degree in Painting and working towards her Bachelor\'s in Printmaking at Pratt Institute. Felisa is also revisiting her love for embroidery. She\'s wildly inspired by nature and it\'s unique patterns on plants and insects. Her current mediums of choice are relief printing and lithograph, though she\'s looking to incorporate thread into more of her work.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-646\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/SomethingFeelsGood2015_Web-300x300.jpg\" alt=\"SomethingFeelsGood2015_Web\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<strong>Jose Aurelio Baez</strong></h3>\r\nJose started collecting comic books when he was 8. His weekend thrill of exploring the dusty aisles of second hand shops lent itself to creating new adventures and storylines for the characters he found. He would take pages and incorporate them into his own drawings and collages, giving the work new life.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]\r\n\r\n<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-656\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/DivaFan_HairByAmyFarid-283x300.jpg\" alt=\"Stephanie Renee Casso Life Preservers Project\" width=\"200\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Stephanie Renee Casso</strong></h3>\r\nStephanie Renee Casso, a fine artist, graphic designer, illustrator, curator and actor, was born and raised in New York. She studied Communications Design and Fine Arts at the Fashion Institute of Technology and received her AAS in 2007. After graduating she volunteered with The Neighborhood Gallery in Post-Katrina New Orleans alongside the owner, Sandra Berry, as an Americorps VISTA. Past exhibitions include the 3 part group show “….Is This Free?” at the Nurture Gallery and “Absorb Their Works Sort of Sculpture No 2” group show at 3<sup>RD</sup> Eye Sol Gallery in Bushwick. SRC has also participated in Bushwick Open Studios since 2012, in 2015 she was on the BOS Benefit committee and helped put together a fund raiser featuring 400 works of art. Recently, she curated and was a part of the group show, “Into The WoodWorks” at the I.M.A.G.E. Gallery in Bushwick. You can find her work in an array of pop up shows and often Live Painting/Drawing at events. SRC is currently working on a series of mixed media collages on wood, wood burnings and watercolors. Stephanie Renee lives and works in Bushwick, New York.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Dubious Contessa—Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]\r\n<h3><strong>Marisol Delvalle</strong></h3>\r\nMarisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n \r\n<h3>[one_third]<a href=\"http://www.DevlinDesignAndIllustration.com\" target=\"_blank\"><img class=\"aligncenter wp-image-703\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-2-300x201.jpg\" alt=\"Life Preservers Project Elizabeth Devlin\" width=\"200\" height=\"134\" /></a>[/one_third][two_third_last]<strong>Elizabeth Devlin</strong></h3>\r\nElizabeth Devlin, Devlin Design and Illustration: A one stop visual shop specializing in illustration, graphic design, web development, fine art and painting.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javier\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javier round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-670\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bpda-copy-copy-300x300.jpg\" alt=\"Life Preservers Project Juliet Kasbar\" width=\"200\" height=\"199\" />[/one_third][two_third_last]\r\n<h3><strong>Juliet Kasbar</strong></h3>\r\nJuliet Kasbar is an American and Irish artist currently living in New York. Her practice focuses on identity, globalisation, and belonging. Material and place are often starting points for her work. She graduated Central Saint Martins with a B.A. (HON) in Fine Art in 2015.\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-674\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/custom-water-tower-artist-edition-baesha-5_1024x1024-300x300.jpg\" alt=\"Life Preservers Project MURRZ\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>MURRZ</strong></h3>\r\nMURRZ is a Filipino, Brooklyn based, self taught artist. She combines her experience of 7+ years working in the advertising industry with her love of street art and fashion to create designs and pieces that are \"pretty gritty\".\r\n<blockquote>Thank you again for allowing me to participate in the FUNraiser. I feel very strongly about this subject matter and want to help out any way I can. Coming from the Philippines, I see it too often--how children and women are exploited. Whether it be contributing with art, donations, helping with fundraisers, ANYTHING, I\'d like to be involved in Life Preservers Project\'s mission any way I can to help those victims of human trafficking.</blockquote>[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-664\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-1.06.08-PM-300x300.png\" alt=\"Robert Plater Life Preservers Project\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>Robert Plater</strong>[/two_third_last]</h3>\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-653\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_26821-246x300.png\" alt=\"Rey "the Drif" Rosa Life Preservers Project\" width=\"200\" height=\"244\" />[/one_third][two_third_last]\r\n<h3><strong>Rey \"The DRiF!\" Rosa</strong></h3>\r\nRey \"The DRiF!\" Rosa is a Latin American, abstract expressionist & photographer born and raised in the Bronx, and currently resides in the East Village NYC. He is a lover of the arts, where his passion lies in documenting and creating art.\r\n\r\nSince the age of 14, The DRiF! has always had fervor for different fields of creative expression from choir to culinary arts to sound engineering. Until he found his relationship with art, paint and his energy. To finally capture the three together. The DRiF!, a self-taught artist, started showing his work in late 2013, but has managed to capture fans from around the world. While he keeps evolving and developing his unique style, he is humbled by the support of so many.\r\n\r\nThe DRiF! is also the Official Photographer & Social Media Director for <a href=\"http://lisaprojectnyc.org/\" target=\"_blank\">The L.I.S.A. Project NYC</a>. He is inspired by Jackson Pollock, Ron English, Mr Jago, Nosego, Greta Cat, Solus and Conor Harrington\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n \r\n<h3>[one_third]<img class=\"aligncenter wp-image-712\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Daisy-Rossetti-BackPack-inspiration-300x128.jpg\" alt=\"Life Preservers Project Daisy Rossetti\" width=\"200\" height=\"85\" />[/one_third][two_third_last]<strong>Daisy Rossetti</strong></h3>\r\nDaisy Rossetti is an inspired artist and has always wanted to create an environment that everyone feels welcomed in. Expressing herself through art has allowed Daisy to be creative and get to know others. She has been evoking emotion through her art and creating a human connection with others. Creating memories and getting to know people that come in contact with her art has been a dream of Daisy\'s, which is coming true! Doing what makes her happy has been attracting things in the universe that connects a lot of us together and it’s amazing. Daisy enjoys people coming together to support one another in greatness![/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-659\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/pigeons-300x225.jpg\" alt=\"Zropro Life Preservers Project\" width=\"200\" height=\"150\" />[/one_third][two_third_last]\r\n<h3><strong>ZROPRO</strong></h3>\r\n\"ZROPRO\" is a Brooklyn based artist whose work focuses on graphic design, illustration, photography and digital art. His work has appeared in exhibitions and events at notable establishments such as the Brooklyn Historical Society, Brooklyn Museum Shop, City Reliquary, The High Line, the Museum of Modern Art Design Store and myplasticheart. One of his digital artworks is also permanently featured on Microsoft\'s Xbox One video game console worldwide as a selectable gamerpic. He also represent the company Boundless Brooklyn as a featured artist at company events and live demos.\r\n[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-05-01 23:42:03','2016-05-01 23:42:03','',526,'http://www.lifepreserversproject.org/wordpress1/2016/05/01/526-revision-v1/',0,'revision','',0),(721,1,'2016-05-01 23:43:08','2016-05-01 23:43:08','<h3>[one_third]<img class=\"aligncenter wp-image-707\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/encuastic-300x296.jpg\" alt=\"Life Preservers Project Felisa Adderley\" width=\"200\" height=\"197\" />[/one_third][two_third_last]<strong>Felisa Adderley</strong></h3>\r\nFelisa Adderley is a 19 year old artist living in Brooklyn, finishing her associates degree in Painting and working towards her Bachelor\'s in Printmaking at Pratt Institute. Felisa is also revisiting her love for embroidery. She\'s wildly inspired by nature and it\'s unique patterns on plants and insects. Her current mediums of choice are relief printing and lithograph, though she\'s looking to incorporate thread into more of her work.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-646\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/SomethingFeelsGood2015_Web-300x300.jpg\" alt=\"SomethingFeelsGood2015_Web\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<strong>Jose Aurelio Baez</strong></h3>\r\nJose started collecting comic books when he was 8. His weekend thrill of exploring the dusty aisles of second hand shops lent itself to creating new adventures and storylines for the characters he found. He would take pages and incorporate them into his own drawings and collages, giving the work new life.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]\r\n\r\n<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-656\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/DivaFan_HairByAmyFarid-283x300.jpg\" alt=\"Stephanie Renee Casso Life Preservers Project\" width=\"200\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Stephanie Renee Casso</strong></h3>\r\nStephanie Renee Casso, a fine artist, graphic designer, illustrator, curator and actor, was born and raised in New York. She studied Communications Design and Fine Arts at the Fashion Institute of Technology and received her AAS in 2007. After graduating she volunteered with The Neighborhood Gallery in Post-Katrina New Orleans alongside the owner, Sandra Berry, as an Americorps VISTA. Past exhibitions include the 3 part group show “….Is This Free?” at the Nurture Gallery and “Absorb Their Works Sort of Sculpture No 2” group show at 3<sup>RD</sup> Eye Sol Gallery in Bushwick. SRC has also participated in Bushwick Open Studios since 2012, in 2015 she was on the BOS Benefit committee and helped put together a fund raiser featuring 400 works of art. Recently, she curated and was a part of the group show, “Into The WoodWorks” at the I.M.A.G.E. Gallery in Bushwick. You can find her work in an array of pop up shows and often Live Painting/Drawing at events. SRC is currently working on a series of mixed media collages on wood, wood burnings and watercolors. Stephanie Renee lives and works in Bushwick, New York.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Dubious Contessa—Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]\r\n<h3><strong>Marisol Delvalle</strong></h3>\r\nMarisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n \r\n<h3>[one_third]<a href=\"http://www.DevlinDesignAndIllustration.com\" target=\"_blank\"><img class=\"aligncenter wp-image-703\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-2-300x201.jpg\" alt=\"Life Preservers Project Elizabeth Devlin\" width=\"200\" height=\"134\" /></a>[/one_third][two_third_last]<strong>Elizabeth Devlin</strong></h3>\r\nElizabeth Devlin, Devlin Design and Illustration: A one stop visual shop specializing in illustration, graphic design, web development, fine art and painting.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javier\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javier round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-670\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bpda-copy-copy-300x300.jpg\" alt=\"Life Preservers Project Juliet Kasbar\" width=\"200\" height=\"199\" />[/one_third][two_third_last]\r\n<h3><strong>Juliet Kasbar</strong></h3>\r\nJuliet Kasbar is an American and Irish artist currently living in New York. Her practice focuses on identity, globalisation, and belonging. Material and place are often starting points for her work. She graduated Central Saint Martins with a B.A. (HON) in Fine Art in 2015.\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-674\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/custom-water-tower-artist-edition-baesha-5_1024x1024-300x300.jpg\" alt=\"Life Preservers Project MURRZ\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>MURRZ</strong></h3>\r\nMURRZ is a Filipino, Brooklyn based, self taught artist. She combines her experience of 7+ years working in the advertising industry with her love of street art and fashion to create designs and pieces that are \"pretty gritty\".\r\n<blockquote>Thank you again for allowing me to participate in the FUNraiser. I feel very strongly about this subject matter and want to help out any way I can. Coming from the Philippines, I see it too often--how children and women are exploited. Whether it be contributing with art, donations, helping with fundraisers, ANYTHING, I\'d like to be involved in Life Preservers Project\'s mission any way I can to help those victims of human trafficking.</blockquote>[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-664\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-1.06.08-PM-300x300.png\" alt=\"Robert Plater Life Preservers Project\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>Robert Plater</strong>[/two_third_last]</h3>\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-653\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_26821-246x300.png\" alt=\"Rey "the Drif" Rosa Life Preservers Project\" width=\"200\" height=\"244\" />[/one_third][two_third_last]\r\n<h3><strong>Rey \"The DRiF!\" Rosa</strong></h3>\r\nRey \"The DRiF!\" Rosa is a Latin American, abstract expressionist & photographer born and raised in the Bronx, and currently resides in the East Village NYC. He is a lover of the arts, where his passion lies in documenting and creating art.\r\n\r\nSince the age of 14, The DRiF! has always had fervor for different fields of creative expression from choir to culinary arts to sound engineering. Until he found his relationship with art, paint and his energy. To finally capture the three together. The DRiF!, a self-taught artist, started showing his work in late 2013, but has managed to capture fans from around the world. While he keeps evolving and developing his unique style, he is humbled by the support of so many.\r\n\r\nThe DRiF! is also the Official Photographer & Social Media Director for <a href=\"http://lisaprojectnyc.org/\" target=\"_blank\">The L.I.S.A. Project NYC</a>. He is inspired by Jackson Pollock, Ron English, Mr Jago, Nosego, Greta Cat, Solus and Conor Harrington\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n \r\n<h3>[one_third]<img class=\"aligncenter wp-image-712\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Daisy-Rossetti-BackPack-inspiration-300x128.jpg\" alt=\"Life Preservers Project Daisy Rossetti\" width=\"200\" height=\"85\" />[/one_third][two_third_last]<strong>Daisy Rossetti</strong></h3>\r\nDaisy Rossetti is an inspired artist and has always wanted to create an environment that everyone feels welcomed in. Expressing herself through art has allowed Daisy to be creative and get to know others. She has been evoking emotion through her art and creating a human connection with others. Creating memories and getting to know people that come in contact with her art has been a dream of Daisy\'s, which is coming true! \r\n\r\nDoing what makes her happy has been attracting things in the universe that connects a lot of us together and it’s amazing. Daisy enjoys people coming together to support one another in greatness![/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-659\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/pigeons-300x225.jpg\" alt=\"Zropro Life Preservers Project\" width=\"200\" height=\"150\" />[/one_third][two_third_last]\r\n<h3><strong>ZROPRO</strong></h3>\r\n\"ZROPRO\" is a Brooklyn based artist whose work focuses on graphic design, illustration, photography and digital art. His work has appeared in exhibitions and events at notable establishments such as the Brooklyn Historical Society, Brooklyn Museum Shop, City Reliquary, The High Line, the Museum of Modern Art Design Store and myplasticheart. One of his digital artworks is also permanently featured on Microsoft\'s Xbox One video game console worldwide as a selectable gamerpic. He also represent the company Boundless Brooklyn as a featured artist at company events and live demos.\r\n[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-05-01 23:43:08','2016-05-01 23:43:08','',526,'http://www.lifepreserversproject.org/wordpress1/2016/05/01/526-revision-v1/',0,'revision','',0),(724,1,'2016-05-01 23:45:49','2016-05-01 23:45:49','<h3>[one_third]<img class=\"aligncenter wp-image-707\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/encuastic-300x296.jpg\" alt=\"Life Preservers Project Felisa Adderley\" width=\"200\" height=\"197\" />[/one_third][two_third_last]<strong>Felisa Adderley</strong></h3>\r\nFelisa Adderley is a 19 year old artist living in Brooklyn, finishing her associates degree in Painting and working towards her Bachelor\'s in Printmaking at Pratt Institute. Felisa is also revisiting her love for embroidery. She\'s wildly inspired by nature and it\'s unique patterns on plants and insects. Her current mediums of choice are relief printing and lithograph, though she\'s looking to incorporate thread into more of her work.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-646\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/SomethingFeelsGood2015_Web-300x300.jpg\" alt=\"SomethingFeelsGood2015_Web\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<strong>Jose Aurelio Baez</strong></h3>\r\nJose started collecting comic books when he was 8. His weekend thrill of exploring the dusty aisles of second hand shops lent itself to creating new adventures and storylines for the characters he found. He would take pages and incorporate them into his own drawings and collages, giving the work new life.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]\r\n\r\n<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-656\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/DivaFan_HairByAmyFarid-283x300.jpg\" alt=\"Stephanie Renee Casso Life Preservers Project\" width=\"200\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Stephanie Renee Casso</strong></h3>\r\nStephanie Renee Casso, a fine artist, graphic designer, illustrator, curator and actor, was born and raised in New York. She studied Communications Design and Fine Arts at the Fashion Institute of Technology and received her AAS in 2007. After graduating she volunteered with The Neighborhood Gallery in Post-Katrina New Orleans alongside the owner, Sandra Berry, as an Americorps VISTA. Past exhibitions include the 3 part group show “….Is This Free?” at the Nurture Gallery and “Absorb Their Works Sort of Sculpture No 2” group show at 3<sup>RD</sup> Eye Sol Gallery in Bushwick. SRC has also participated in Bushwick Open Studios since 2012, in 2015 she was on the BOS Benefit committee and helped put together a fund raiser featuring 400 works of art. Recently, she curated and was a part of the group show, “Into The WoodWorks” at the I.M.A.G.E. Gallery in Bushwick. You can find her work in an array of pop up shows and often Live Painting/Drawing at events. SRC is currently working on a series of mixed media collages on wood, wood burnings and watercolors. Stephanie Renee lives and works in Bushwick, New York.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Dubious Contessa—Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]\r\n<h3><strong>Marisol Delvalle</strong></h3>\r\nMarisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n \r\n<h3>[one_third]<a href=\"http://www.DevlinDesignAndIllustration.com\" target=\"_blank\"><img class=\"aligncenter wp-image-703\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-2-300x201.jpg\" alt=\"Life Preservers Project Elizabeth Devlin\" width=\"200\" height=\"134\" /></a>[/one_third][two_third_last]<strong>Elizabeth Devlin</strong></h3>\r\nElizabeth Devlin, Devlin Design and Illustration: A one stop visual shop specializing in illustration, graphic design, web development, fine art and painting.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javier\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javier round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-670\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bpda-copy-copy-300x300.jpg\" alt=\"Life Preservers Project Juliet Kasbar\" width=\"200\" height=\"199\" />[/one_third][two_third_last]\r\n<h3><strong>Juliet Kasbar</strong></h3>\r\nJuliet Kasbar is an American and Irish artist currently living in New York. Her practice focuses on identity, globalisation, and belonging. Material and place are often starting points for her work. She graduated Central Saint Martins with a B.A. (HON) in Fine Art in 2015.\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-674\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/custom-water-tower-artist-edition-baesha-5_1024x1024-300x300.jpg\" alt=\"Life Preservers Project MURRZ\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>MURRZ</strong></h3>\r\nMURRZ is a Filipino, Brooklyn based, self taught artist. She combines her experience of 7+ years working in the advertising industry with her love of street art and fashion to create designs and pieces that are \"pretty gritty\".\r\n<blockquote>Thank you again for allowing me to participate in the FUNraiser. I feel very strongly about this subject matter and want to help out any way I can. Coming from the Philippines, I see it too often--how children and women are exploited. Whether it be contributing with art, donations, helping with fundraisers, ANYTHING, I\'d like to be involved in Life Preservers Project\'s mission any way I can to help those victims of human trafficking.</blockquote>[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-664\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-1.06.08-PM-300x300.png\" alt=\"Robert Plater Life Preservers Project\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>Robert Plater</strong>[/two_third_last]</h3>\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-653\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_26821-246x300.png\" alt=\"Rey "the Drif" Rosa Life Preservers Project\" width=\"200\" height=\"244\" />[/one_third][two_third_last]\r\n<h3><strong>Rey \"The DRiF!\" Rosa</strong></h3>\r\nRey \"The DRiF!\" Rosa is a Latin American, abstract expressionist & photographer born and raised in the Bronx, and currently resides in the East Village NYC. He is a lover of the arts, where his passion lies in documenting and creating art.\r\n\r\nSince the age of 14, The DRiF! has always had fervor for different fields of creative expression from choir to culinary arts to sound engineering. Until he found his relationship with art, paint and his energy. To finally capture the three together. The DRiF!, a self-taught artist, started showing his work in late 2013, but has managed to capture fans from around the world. While he keeps evolving and developing his unique style, he is humbled by the support of so many.\r\n\r\nThe DRiF! is also the Official Photographer & Social Media Director for <a href=\"http://lisaprojectnyc.org/\" target=\"_blank\">The L.I.S.A. Project NYC</a>. He is inspired by Jackson Pollock, Ron English, Mr Jago, Nosego, Greta Cat, Solus and Conor Harrington\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n \r\n<h3>[one_third]<img class=\"aligncenter wp-image-712\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Daisy-Rossetti-BackPack-inspiration-300x128.jpg\" alt=\"Life Preservers Project Daisy Rossetti\" width=\"200\" height=\"85\" />[/one_third]<strong>Daisy Rossetti</strong></h3>\r\nDaisy Rossetti is an inspired artist and has always wanted to create an environment that everyone feels welcomed in. Expressing herself through art has allowed Daisy to be creative and get to know others. She has been evoking emotion through her art and creating a human connection with others. Creating memories and getting to know people that come in contact with her art has been a dream of Daisy\'s, which is coming true![/two_third_last] \r\n\r\n[two_third_last]Doing what makes her happy has been attracting things in the universe that connects a lot of us together and it’s amazing. Daisy enjoys people coming together to support one another in greatness![/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-659\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/pigeons-300x225.jpg\" alt=\"Zropro Life Preservers Project\" width=\"200\" height=\"150\" />[/one_third][two_third_last]\r\n<h3><strong>ZROPRO</strong></h3>\r\n\"ZROPRO\" is a Brooklyn based artist whose work focuses on graphic design, illustration, photography and digital art. His work has appeared in exhibitions and events at notable establishments such as the Brooklyn Historical Society, Brooklyn Museum Shop, City Reliquary, The High Line, the Museum of Modern Art Design Store and myplasticheart. One of his digital artworks is also permanently featured on Microsoft\'s Xbox One video game console worldwide as a selectable gamerpic. He also represent the company Boundless Brooklyn as a featured artist at company events and live demos.\r\n[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-05-01 23:45:49','2016-05-01 23:45:49','',526,'http://www.lifepreserversproject.org/wordpress1/2016/05/01/526-revision-v1/',0,'revision','',0),(727,1,'2016-05-01 23:48:03','2016-05-01 23:48:03','<h3>[one_third]<img class=\"aligncenter wp-image-707\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/encuastic-300x296.jpg\" alt=\"Life Preservers Project Felisa Adderley\" width=\"200\" height=\"197\" />[/one_third][two_third_last]<strong>Felisa Adderley</strong></h3>\r\nFelisa Adderley is a 19 year old artist living in Brooklyn, finishing her associates degree in Painting and working towards her Bachelor\'s in Printmaking at Pratt Institute. Felisa is also revisiting her love for embroidery. She\'s wildly inspired by nature and it\'s unique patterns on plants and insects. Her current mediums of choice are relief printing and lithograph, though she\'s looking to incorporate thread into more of her work.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-646\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/SomethingFeelsGood2015_Web-300x300.jpg\" alt=\"SomethingFeelsGood2015_Web\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<strong>Jose Aurelio Baez</strong></h3>\r\nJose started collecting comic books when he was 8. His weekend thrill of exploring the dusty aisles of second hand shops lent itself to creating new adventures and storylines for the characters he found. He would take pages and incorporate them into his own drawings and collages, giving the work new life.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]\r\n\r\n<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-656\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/DivaFan_HairByAmyFarid-283x300.jpg\" alt=\"Stephanie Renee Casso Life Preservers Project\" width=\"200\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Stephanie Renee Casso</strong></h3>\r\nStephanie Renee Casso, a fine artist, graphic designer, illustrator, curator and actor, was born and raised in New York. She studied Communications Design and Fine Arts at the Fashion Institute of Technology and received her AAS in 2007. After graduating she volunteered with The Neighborhood Gallery in Post-Katrina New Orleans alongside the owner, Sandra Berry, as an Americorps VISTA. Past exhibitions include the 3 part group show “….Is This Free?” at the Nurture Gallery and “Absorb Their Works Sort of Sculpture No 2” group show at 3<sup>RD</sup> Eye Sol Gallery in Bushwick. SRC has also participated in Bushwick Open Studios since 2012, in 2015 she was on the BOS Benefit committee and helped put together a fund raiser featuring 400 works of art. Recently, she curated and was a part of the group show, “Into The WoodWorks” at the I.M.A.G.E. Gallery in Bushwick. You can find her work in an array of pop up shows and often Live Painting/Drawing at events. SRC is currently working on a series of mixed media collages on wood, wood burnings and watercolors. Stephanie Renee lives and works in Bushwick, New York.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Dubious Contessa—Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]\r\n<h3><strong>Marisol Delvalle</strong></h3>\r\nMarisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n \r\n<h3>[one_third]<a href=\"http://www.DevlinDesignAndIllustration.com\" target=\"_blank\"><img class=\"aligncenter wp-image-703\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-2-300x201.jpg\" alt=\"Life Preservers Project Elizabeth Devlin\" width=\"200\" height=\"134\" /></a>[/one_third][two_third_last]<strong>Elizabeth Devlin</strong></h3>\r\nElizabeth Devlin, Devlin Design and Illustration: A one stop visual shop specializing in illustration, graphic design, web development, fine art and painting.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javier\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javier round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-670\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bpda-copy-copy-300x300.jpg\" alt=\"Life Preservers Project Juliet Kasbar\" width=\"200\" height=\"199\" />[/one_third][two_third_last]\r\n<h3><strong>Juliet Kasbar</strong></h3>\r\nJuliet Kasbar is an American and Irish artist currently living in New York. Her practice focuses on identity, globalisation, and belonging. Material and place are often starting points for her work. She graduated Central Saint Martins with a B.A. (HON) in Fine Art in 2015.\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-674\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/custom-water-tower-artist-edition-baesha-5_1024x1024-300x300.jpg\" alt=\"Life Preservers Project MURRZ\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>MURRZ</strong></h3>\r\nMURRZ is a Filipino, Brooklyn based, self taught artist. She combines her experience of 7+ years working in the advertising industry with her love of street art and fashion to create designs and pieces that are \"pretty gritty\".\r\n<blockquote>Thank you again for allowing me to participate in the FUNraiser. I feel very strongly about this subject matter and want to help out any way I can. Coming from the Philippines, I see it too often--how children and women are exploited. Whether it be contributing with art, donations, helping with fundraisers, ANYTHING, I\'d like to be involved in Life Preservers Project\'s mission any way I can to help those victims of human trafficking.</blockquote>[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-664\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-1.06.08-PM-300x300.png\" alt=\"Robert Plater Life Preservers Project\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>Robert Plater</strong>[/two_third_last]</h3>\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-653\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_26821-246x300.png\" alt=\"Rey "the Drif" Rosa Life Preservers Project\" width=\"200\" height=\"244\" />[/one_third][two_third_last]\r\n<h3><strong>Rey \"The DRiF!\" Rosa</strong></h3>\r\nRey \"The DRiF!\" Rosa is a Latin American, abstract expressionist & photographer born and raised in the Bronx, and currently resides in the East Village NYC. He is a lover of the arts, where his passion lies in documenting and creating art.\r\n\r\nSince the age of 14, The DRiF! has always had fervor for different fields of creative expression from choir to culinary arts to sound engineering. Until he found his relationship with art, paint and his energy. To finally capture the three together. The DRiF!, a self-taught artist, started showing his work in late 2013, but has managed to capture fans from around the world. While he keeps evolving and developing his unique style, he is humbled by the support of so many.\r\n\r\nThe DRiF! is also the Official Photographer & Social Media Director for <a href=\"http://lisaprojectnyc.org/\" target=\"_blank\">The L.I.S.A. Project NYC</a>. He is inspired by Jackson Pollock, Ron English, Mr Jago, Nosego, Greta Cat, Solus and Conor Harrington\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n \r\n<h3>[one_third]<img class=\"aligncenter wp-image-712\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Daisy-Rossetti-BackPack-inspiration-300x128.jpg\" alt=\"Life Preservers Project Daisy Rossetti\" width=\"200\" height=\"85\" />[/one_third][two_third_last]<strong>Daisy Rossetti</strong></h3>\r\nDaisy Rossetti is an inspired artist and has always wanted to create an environment that everyone feels welcomed in. Expressing herself through art has allowed Daisy to be creative and get to know others. She has been evoking emotion through her art and creating a human connection with others. Creating memories and getting to know people that come in contact with her art has been a dream of Daisy\'s, which is coming true![/two_third_last] \r\n\r\n[one_third][/one_third][two_third_last]Doing what makes her happy has been attracting things in the universe that connects a lot of us together and it’s amazing. Daisy enjoys people coming together to support one another in greatness![/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-659\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/pigeons-300x225.jpg\" alt=\"Zropro Life Preservers Project\" width=\"200\" height=\"150\" />[/one_third][two_third_last]\r\n<h3><strong>ZROPRO</strong></h3>\r\n\"ZROPRO\" is a Brooklyn based artist whose work focuses on graphic design, illustration, photography and digital art. His work has appeared in exhibitions and events at notable establishments such as the Brooklyn Historical Society, Brooklyn Museum Shop, City Reliquary, The High Line, the Museum of Modern Art Design Store and myplasticheart. One of his digital artworks is also permanently featured on Microsoft\'s Xbox One video game console worldwide as a selectable gamerpic. He also represent the company Boundless Brooklyn as a featured artist at company events and live demos.\r\n[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-05-01 23:48:03','2016-05-01 23:48:03','',526,'http://www.lifepreserversproject.org/wordpress1/2016/05/01/526-revision-v1/',0,'revision','',0),(728,1,'2016-05-01 23:52:17','2016-05-01 23:52:17','<h3>[one_third]<img class=\"aligncenter wp-image-707\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/encuastic-300x296.jpg\" alt=\"Life Preservers Project Felisa Adderley\" width=\"200\" height=\"197\" />[/one_third][two_third_last]<strong>Felisa Adderley</strong></h3>\r\nFelisa Adderley is a 19 year old artist living in Brooklyn, finishing her associates degree in Painting and working towards her Bachelor\'s in Printmaking at Pratt Institute. Felisa is also revisiting her love for embroidery. She\'s wildly inspired by nature and it\'s unique patterns on plants and insects. Her current mediums of choice are relief printing and lithograph, though she\'s looking to incorporate thread into more of her work.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-646\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/SomethingFeelsGood2015_Web-300x300.jpg\" alt=\"SomethingFeelsGood2015_Web\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<strong>Jose Aurelio Baez</strong></h3>\r\nJose started collecting comic books when he was 8. His weekend thrill of exploring the dusty aisles of second hand shops lent itself to creating new adventures and storylines for the characters he found. He would take pages and incorporate them into his own drawings and collages, giving the work new life.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]\r\n\r\n<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-656\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/DivaFan_HairByAmyFarid-283x300.jpg\" alt=\"Stephanie Renee Casso Life Preservers Project\" width=\"200\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Stephanie Renee Casso</strong></h3>\r\nStephanie Renee Casso, a fine artist, graphic designer, illustrator, curator and actor, was born and raised in New York. She studied Communications Design and Fine Arts at the Fashion Institute of Technology and received her AAS in 2007. After graduating she volunteered with The Neighborhood Gallery in Post-Katrina New Orleans alongside the owner, Sandra Berry, as an Americorps VISTA. Past exhibitions include the 3 part group show “….Is This Free?” at the Nurture Gallery and “Absorb Their Works Sort of Sculpture No 2” group show at 3<sup>RD</sup> Eye Sol Gallery in Bushwick. SRC has also participated in Bushwick Open Studios since 2012, in 2015 she was on the BOS Benefit committee and helped put together a fund raiser featuring 400 works of art. Recently, she curated and was a part of the group show, “Into The WoodWorks” at the I.M.A.G.E. Gallery in Bushwick. You can find her work in an array of pop up shows and often Live Painting/Drawing at events. SRC is currently working on a series of mixed media collages on wood, wood burnings and watercolors. Stephanie Renee lives and works in Bushwick, New York.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Dubious Contessa—Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]\r\n<h3><strong>Marisol Delvalle</strong></h3>\r\nMarisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n \r\n<h3>[one_third]<a href=\"http://www.DevlinDesignAndIllustration.com\" target=\"_blank\"><img class=\"aligncenter wp-image-703\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-2-300x201.jpg\" alt=\"Life Preservers Project Elizabeth Devlin\" width=\"200\" height=\"134\" /></a>[/one_third][two_third_last]<strong>Elizabeth Devlin</strong></h3>\r\nElizabeth Devlin, Devlin Design and Illustration: A one stop visual shop specializing in illustration, graphic design, web development, fine art and painting.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javier\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javier round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-670\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bpda-copy-copy-300x300.jpg\" alt=\"Life Preservers Project Juliet Kasbar\" width=\"200\" height=\"199\" />[/one_third][two_third_last]\r\n<h3><strong>Juliet Kasbar</strong></h3>\r\nJuliet Kasbar is an American and Irish artist currently living in New York. Her practice focuses on identity, globalisation, and belonging. Material and place are often starting points for her work. She graduated Central Saint Martins with a B.A. (HON) in Fine Art in 2015.\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-674\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/custom-water-tower-artist-edition-baesha-5_1024x1024-300x300.jpg\" alt=\"Life Preservers Project MURRZ\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>MURRZ</strong></h3>\r\nMURRZ is a Filipino, Brooklyn based, self taught artist. She combines her experience of 7+ years working in the advertising industry with her love of street art and fashion to create designs and pieces that are \"pretty gritty\".\r\n<blockquote>Thank you again for allowing me to participate in the FUNraiser. I feel very strongly about this subject matter and want to help out any way I can. Coming from the Philippines, I see it too often--how children and women are exploited. Whether it be contributing with art, donations, helping with fundraisers, ANYTHING, I\'d like to be involved in Life Preservers Project\'s mission any way I can to help those victims of human trafficking.</blockquote>[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-664\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-1.06.08-PM-300x300.png\" alt=\"Robert Plater Life Preservers Project\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>Robert Plater</strong>[/two_third_last]</h3>\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-653\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_26821-246x300.png\" alt=\"Rey "the Drif" Rosa Life Preservers Project\" width=\"200\" height=\"244\" />[/one_third][two_third_last]\r\n<h3><strong>Rey \"The DRiF!\" Rosa</strong></h3>\r\nRey \"The DRiF!\" Rosa is a Latin American, abstract expressionist & photographer born and raised in the Bronx, and currently resides in the East Village NYC. He is a lover of the arts, where his passion lies in documenting and creating art.\r\n\r\nSince the age of 14, The DRiF! has always had fervor for different fields of creative expression from choir to culinary arts to sound engineering. Until he found his relationship with art, paint and his energy. To finally capture the three together. The DRiF!, a self-taught artist, started showing his work in late 2013, but has managed to capture fans from around the world. While he keeps evolving and developing his unique style, he is humbled by the support of so many.\r\n\r\nThe DRiF! is also the Official Photographer & Social Media Director for <a href=\"http://lisaprojectnyc.org/\" target=\"_blank\">The L.I.S.A. Project NYC</a>. He is inspired by Jackson Pollock, Ron English, Mr Jago, Nosego, Greta Cat, Solus and Conor Harrington\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n \r\n<h3>[one_third]<img class=\"aligncenter wp-image-712\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Daisy-Rossetti-BackPack-inspiration-300x128.jpg\" alt=\"Life Preservers Project Daisy Rossetti\" width=\"200\" height=\"85\" />[/one_third][two_third_last]<strong>Daisy Rossetti</strong></h3>\r\nDaisy Rossetti is an inspired artist and has always wanted to create an environment that everyone feels welcomed in. Expressing herself through art has allowed Daisy to be creative and get to know others. She has been evoking emotion through her art and creating a human connection with others. Creating memories and getting to know people that come in contact with her art has been a dream of Daisy\'s, which is coming true! Doing what makes her happy has been attracting things in the universe that connects a lot of us together and it’s amazing. Daisy enjoys people coming together to support one another in greatness![/two_third_last] \r\n\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-659\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/pigeons-300x225.jpg\" alt=\"Zropro Life Preservers Project\" width=\"200\" height=\"150\" />[/one_third][two_third_last]\r\n<h3><strong>ZROPRO</strong></h3>\r\n\"ZROPRO\" is a Brooklyn based artist whose work focuses on graphic design, illustration, photography and digital art. His work has appeared in exhibitions and events at notable establishments such as the Brooklyn Historical Society, Brooklyn Museum Shop, City Reliquary, The High Line, the Museum of Modern Art Design Store and myplasticheart. One of his digital artworks is also permanently featured on Microsoft\'s Xbox One video game console worldwide as a selectable gamerpic. He also represent the company Boundless Brooklyn as a featured artist at company events and live demos.\r\n[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-05-01 23:52:17','2016-05-01 23:52:17','',526,'http://www.lifepreserversproject.org/wordpress1/2016/05/01/526-revision-v1/',0,'revision','',0),(731,1,'2016-05-01 23:54:32','2016-05-01 23:54:32','','blank','','inherit','open','closed','','blank','','','2016-05-01 23:54:32','2016-05-01 23:54:32','',526,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/blank.jpg',0,'attachment','image/jpeg',0),(733,1,'2016-05-01 23:55:00','2016-05-01 23:55:00','<h3>[one_third]<img class=\"aligncenter wp-image-707\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/encuastic-300x296.jpg\" alt=\"Life Preservers Project Felisa Adderley\" width=\"200\" height=\"197\" />[/one_third][two_third_last]<strong>Felisa Adderley</strong></h3>\r\nFelisa Adderley is a 19 year old artist living in Brooklyn, finishing her associates degree in Painting and working towards her Bachelor\'s in Printmaking at Pratt Institute. Felisa is also revisiting her love for embroidery. She\'s wildly inspired by nature and it\'s unique patterns on plants and insects. Her current mediums of choice are relief printing and lithograph, though she\'s looking to incorporate thread into more of her work.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-646\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/SomethingFeelsGood2015_Web-300x300.jpg\" alt=\"SomethingFeelsGood2015_Web\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<strong>Jose Aurelio Baez</strong></h3>\r\nJose started collecting comic books when he was 8. His weekend thrill of exploring the dusty aisles of second hand shops lent itself to creating new adventures and storylines for the characters he found. He would take pages and incorporate them into his own drawings and collages, giving the work new life.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]\r\n\r\n<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-656\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/DivaFan_HairByAmyFarid-283x300.jpg\" alt=\"Stephanie Renee Casso Life Preservers Project\" width=\"200\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Stephanie Renee Casso</strong></h3>\r\nStephanie Renee Casso, a fine artist, graphic designer, illustrator, curator and actor, was born and raised in New York. She studied Communications Design and Fine Arts at the Fashion Institute of Technology and received her AAS in 2007. After graduating she volunteered with The Neighborhood Gallery in Post-Katrina New Orleans alongside the owner, Sandra Berry, as an Americorps VISTA. Past exhibitions include the 3 part group show “….Is This Free?” at the Nurture Gallery and “Absorb Their Works Sort of Sculpture No 2” group show at 3<sup>RD</sup> Eye Sol Gallery in Bushwick. SRC has also participated in Bushwick Open Studios since 2012, in 2015 she was on the BOS Benefit committee and helped put together a fund raiser featuring 400 works of art. Recently, she curated and was a part of the group show, “Into The WoodWorks” at the I.M.A.G.E. Gallery in Bushwick. You can find her work in an array of pop up shows and often Live Painting/Drawing at events. SRC is currently working on a series of mixed media collages on wood, wood burnings and watercolors. Stephanie Renee lives and works in Bushwick, New York.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Dubious Contessa—Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]\r\n<h3><strong>Marisol Delvalle</strong></h3>\r\nMarisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n \r\n<h3>[one_third]<a href=\"http://www.DevlinDesignAndIllustration.com\" target=\"_blank\"><img class=\"aligncenter wp-image-703\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-2-300x201.jpg\" alt=\"Life Preservers Project Elizabeth Devlin\" width=\"200\" height=\"134\" /></a>[/one_third][two_third_last]<strong>Elizabeth Devlin</strong></h3>\r\nElizabeth Devlin, Devlin Design and Illustration: A one stop visual shop specializing in illustration, graphic design, web development, fine art and painting.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javier\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javier round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-670\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bpda-copy-copy-300x300.jpg\" alt=\"Life Preservers Project Juliet Kasbar\" width=\"200\" height=\"199\" />[/one_third][two_third_last]\r\n<h3><strong>Juliet Kasbar</strong></h3>\r\nJuliet Kasbar is an American and Irish artist currently living in New York. Her practice focuses on identity, globalisation, and belonging. Material and place are often starting points for her work. She graduated Central Saint Martins with a B.A. (HON) in Fine Art in 2015.\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-674\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/custom-water-tower-artist-edition-baesha-5_1024x1024-300x300.jpg\" alt=\"Life Preservers Project MURRZ\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>MURRZ</strong></h3>\r\nMURRZ is a Filipino, Brooklyn based, self taught artist. She combines her experience of 7+ years working in the advertising industry with her love of street art and fashion to create designs and pieces that are \"pretty gritty\".\r\n<blockquote>Thank you again for allowing me to participate in the FUNraiser. I feel very strongly about this subject matter and want to help out any way I can. Coming from the Philippines, I see it too often--how children and women are exploited. Whether it be contributing with art, donations, helping with fundraisers, ANYTHING, I\'d like to be involved in Life Preservers Project\'s mission any way I can to help those victims of human trafficking.</blockquote>[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-664\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-1.06.08-PM-300x300.png\" alt=\"Robert Plater Life Preservers Project\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>Robert Plater</strong>[/two_third_last]</h3>\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-653\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_26821-246x300.png\" alt=\"Rey "the Drif" Rosa Life Preservers Project\" width=\"200\" height=\"244\" />[/one_third][two_third_last]\r\n<h3><strong>Rey \"The DRiF!\" Rosa</strong></h3>\r\nRey \"The DRiF!\" Rosa is a Latin American, abstract expressionist & photographer born and raised in the Bronx, and currently resides in the East Village NYC. He is a lover of the arts, where his passion lies in documenting and creating art.\r\n\r\nSince the age of 14, The DRiF! has always had fervor for different fields of creative expression from choir to culinary arts to sound engineering. Until he found his relationship with art, paint and his energy. To finally capture the three together. The DRiF!, a self-taught artist, started showing his work in late 2013, but has managed to capture fans from around the world. While he keeps evolving and developing his unique style, he is humbled by the support of so many.\r\n\r\nThe DRiF! is also the Official Photographer & Social Media Director for <a href=\"http://lisaprojectnyc.org/\" target=\"_blank\">The L.I.S.A. Project NYC</a>. He is inspired by Jackson Pollock, Ron English, Mr Jago, Nosego, Greta Cat, Solus and Conor Harrington\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n \r\n<h3>[one_third]<img class=\"aligncenter wp-image-712\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Daisy-Rossetti-BackPack-inspiration-300x128.jpg\" alt=\"Life Preservers Project Daisy Rossetti\" width=\"200\" height=\"85\" />[/one_third][two_third_last]<strong>Daisy Rossetti</strong></h3>\r\nDaisy Rossetti is an inspired artist and has always wanted to create an environment that everyone feels welcomed in. Expressing herself through art has allowed Daisy to be creative and get to know others. She has been evoking emotion through her art and creating a human connection with others. Creating memories and getting to know people that come in contact with her art has been a dream of Daisy\'s, which is coming true! Doing what makes her happy has been attracting things in the universe that connects a lot of us together and it’s amazing. Daisy enjoys people coming together to support one another in greatness![/two_third_last] \r\n[one_third]<img src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/blank.jpg\" alt=\"blank\" width=\"200\" height=\"100\" class=\"aligncenter size-full wp-image-731\" />[/one_third]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-659\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/pigeons-300x225.jpg\" alt=\"Zropro Life Preservers Project\" width=\"200\" height=\"150\" />[/one_third][two_third_last]\r\n<h3><strong>ZROPRO</strong></h3>\r\n\"ZROPRO\" is a Brooklyn based artist whose work focuses on graphic design, illustration, photography and digital art. His work has appeared in exhibitions and events at notable establishments such as the Brooklyn Historical Society, Brooklyn Museum Shop, City Reliquary, The High Line, the Museum of Modern Art Design Store and myplasticheart. One of his digital artworks is also permanently featured on Microsoft\'s Xbox One video game console worldwide as a selectable gamerpic. He also represent the company Boundless Brooklyn as a featured artist at company events and live demos.\r\n[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-05-01 23:55:00','2016-05-01 23:55:00','',526,'http://www.lifepreserversproject.org/wordpress1/2016/05/01/526-revision-v1/',0,'revision','',0),(736,1,'2016-05-01 23:57:17','2016-05-01 23:57:17','<h3>[one_third]<img class=\"aligncenter wp-image-707\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/encuastic-300x296.jpg\" alt=\"Life Preservers Project Felisa Adderley\" width=\"200\" height=\"197\" />[/one_third][two_third_last]<strong>Felisa Adderley</strong></h3>\r\nFelisa Adderley is a 19 year old artist living in Brooklyn, finishing her associates degree in Painting and working towards her Bachelor\'s in Printmaking at Pratt Institute. Felisa is also revisiting her love for embroidery. She\'s wildly inspired by nature and it\'s unique patterns on plants and insects. Her current mediums of choice are relief printing and lithograph, though she\'s looking to incorporate thread into more of her work.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"wp-image-536 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/ArtweAll-231x300.jpg\" alt=\"Art we All\" width=\"200\" height=\"259\" />[/one_third][two_third_last]\r\n<h3><strong>Art we All</strong></h3>\r\nThe message, the writing, the artist, Art we All is a stylistic embodiment of that New York City grit that so many imitators try to copy. Art we All is a self-taught artist and the streets of New York City serve as the preferred canvas of choice.[/one_half_last][/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-646\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/SomethingFeelsGood2015_Web-300x300.jpg\" alt=\"SomethingFeelsGood2015_Web\" width=\"200\" height=\"200\" />[/one_third][two_third_last]<strong>Jose Aurelio Baez</strong></h3>\r\nJose started collecting comic books when he was 8. His weekend thrill of exploring the dusty aisles of second hand shops lent itself to creating new adventures and storylines for the characters he found. He would take pages and incorporate them into his own drawings and collages, giving the work new life.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]\r\n\r\n<img class=\" wp-image-541 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bbartist-300x296.png\" alt=\"BB\" width=\"200\" height=\"197\" />[/one_third][two_third_last]\r\n<h3><strong>BB</strong></h3>\r\nBB is a self taught street graffiti writer and illustrator. BB\'s Graffitti is Art and is Always with Paint.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-553 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Marta_Berk-photo-300x215.jpg\" alt=\"Life Preservers Project Marta Berk\" width=\"200\" height=\"143\" />[/one_third][two_third_last]\r\n<h3><strong>Marta Berk</strong></h3>\r\nMarta Berk is a Belarussian designer/ illustrator/ painter based in Brooklyn, NY, recognized for her quirky characters and whimsical designs for a wide range of markets.\r\n\r\nBorn in Belarus, Marta has spent her childhood immersed in cartoons and fairytales, fueling her imagination and filling countless sketchbooks with frolicking animals, groovy florals, and strange characters. She studied Graphic Design at Flagler College and gained years of experience in publishing, agency, and freelancing. Her art has been included in several group shows and some of the clients include Hallmark, MPIX, Elli, Mpix, and Gina B Designs.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-656\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/DivaFan_HairByAmyFarid-283x300.jpg\" alt=\"Stephanie Renee Casso Life Preservers Project\" width=\"200\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Stephanie Renee Casso</strong></h3>\r\nStephanie Renee Casso, a fine artist, graphic designer, illustrator, curator and actor, was born and raised in New York. She studied Communications Design and Fine Arts at the Fashion Institute of Technology and received her AAS in 2007. After graduating she volunteered with The Neighborhood Gallery in Post-Katrina New Orleans alongside the owner, Sandra Berry, as an Americorps VISTA. Past exhibitions include the 3 part group show “….Is This Free?” at the Nurture Gallery and “Absorb Their Works Sort of Sculpture No 2” group show at 3<sup>RD</sup> Eye Sol Gallery in Bushwick. SRC has also participated in Bushwick Open Studios since 2012, in 2015 she was on the BOS Benefit committee and helped put together a fund raiser featuring 400 works of art. Recently, she curated and was a part of the group show, “Into The WoodWorks” at the I.M.A.G.E. Gallery in Bushwick. You can find her work in an array of pop up shows and often Live Painting/Drawing at events. SRC is currently working on a series of mixed media collages on wood, wood burnings and watercolors. Stephanie Renee lives and works in Bushwick, New York.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-548 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-1-290x300.jpg\" alt=\"Vanezza Cruz Life Preservers Project\" width=\"205\" height=\"212\" />[/one_third][two_third_last]\r\n<h3><strong>Dubious Contessa—Vanezza Cruz</strong></h3>\r\nBorn and raised in the Bronx to Dominican parents, Vanezza\'s upbringing was always rich in color, pattern and imagination. A mixed media artist, graphic designer with an early education in fine arts and music, she graduated Cum Laude from FIT with a BFA in Graphic Design. After working as a graphic designer in the fashion industry, she pursued her MFA in Printmaking at Lehman College. Currently working as an Art Administrator for the New York City Department of Education and as a freelancer graphic designer, she continues to explore her passions of drawing, binding books, taking pictures, creating collages, dressing up hats and other creative odds and ends. Her art work explores ideas of body image and beauty, cultural identity and representations of women. Vanezza\'s preferred methods of work range from printmaking, painting, illustration, collages and graphic design.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-604\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/dzhelasi-Goatress-257x300.jpg\" alt=\"Marisol Delvalle Life Preservers Project\" width=\"200\" height=\"233\" />[/one_third][two_third_last]\r\n<h3><strong>Marisol Delvalle</strong></h3>\r\nMarisol Delvalle is a self taught digital artist who started her career as Dzhelasi (deh-zah-LAH-see), creating characters and items for various gaming websites. Currently, she is developing her brand, and experimenting with various mediums such as pencils, markers and clay. Dzhelasi can be found roaming Instagram, where she participates in an artist community that helps her stay inspired, while inspiring others.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n \r\n<h3>[one_third]<a href=\"http://www.DevlinDesignAndIllustration.com\" target=\"_blank\"><img class=\"aligncenter wp-image-703\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-2-300x201.jpg\" alt=\"Life Preservers Project Elizabeth Devlin\" width=\"200\" height=\"134\" /></a>[/one_third][two_third_last]<strong>Elizabeth Devlin</strong></h3>\r\nElizabeth Devlin, Devlin Design and Illustration: A one stop visual shop specializing in illustration, graphic design, web development, fine art and painting.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-590\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_9137-169x300.jpg\" alt=\"Inkdeyes Javiar Life Preservers\" width=\"200\" height=\"356\" />[/one_third][two_third_last]\r\n<h3><strong>Inkdeyes/Javier</strong></h3>\r\nArt has been a part of Javier\'s life for as long as he can remember.\r\n<blockquote>I don\'t think my life would have been as easy for me if it wasn\'t for my art.I’ve always had this tendency of just getting lost in it. I would sit at my desk and just get lost and get consumed by the pen and paper. Unfortunately I never had the chance to go to an actual art school so I self taught myself everything I know.\"</blockquote>\r\nExperimenting with different mediums has helped Javier round himself out into learning so many different techniques. His art is very heavily influenced by the tattoo world and he tries to bring different aspects into his art to bring his creations to life.\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-529\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/image1-300x272.jpg\" alt=\"Sue Karnet\" width=\"200\" height=\"181\" />[/one_third][two_third_last]\r\n<h3><strong>Sue Karnet</strong></h3>\r\nSue Karnet\'s artwork has been exhibited in SoHo, The East Village, Chelsea, Brooklyn, New Jersey, Cairo, Egypt, and 57th Street. She also curated two shows—one in Cairo and one in Brooklyn. Her paintings have been reviewed in <em>The New York Times</em>, <em>The Brooklyn Phoenix</em>, and <em>The Egyptian Gazette</em>.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-670\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/bpda-copy-copy-300x300.jpg\" alt=\"Life Preservers Project Juliet Kasbar\" width=\"200\" height=\"199\" />[/one_third][two_third_last]\r\n<h3><strong>Juliet Kasbar</strong></h3>\r\nJuliet Kasbar is an American and Irish artist currently living in New York. Her practice focuses on identity, globalisation, and belonging. Material and place are often starting points for her work. She graduated Central Saint Martins with a B.A. (HON) in Fine Art in 2015.\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-674\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/custom-water-tower-artist-edition-baesha-5_1024x1024-300x300.jpg\" alt=\"Life Preservers Project MURRZ\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>MURRZ</strong></h3>\r\nMURRZ is a Filipino, Brooklyn based, self taught artist. She combines her experience of 7+ years working in the advertising industry with her love of street art and fashion to create designs and pieces that are \"pretty gritty\".\r\n<blockquote>Thank you again for allowing me to participate in the FUNraiser. I feel very strongly about this subject matter and want to help out any way I can. Coming from the Philippines, I see it too often--how children and women are exploited. Whether it be contributing with art, donations, helping with fundraisers, ANYTHING, I\'d like to be involved in Life Preservers Project\'s mission any way I can to help those victims of human trafficking.</blockquote>\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-664\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-1.06.08-PM-300x300.png\" alt=\"Robert Plater Life Preservers Project\" width=\"200\" height=\"200\" />[/one_third][two_third_last]\r\n<h3><strong>Robert Plater</strong>[/two_third_last]</h3>\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-653\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/IMG_26821-246x300.png\" alt=\"Rey "the Drif" Rosa Life Preservers Project\" width=\"200\" height=\"244\" />[/one_third][two_third_last]\r\n<h3><strong>Rey \"The DRiF!\" Rosa</strong></h3>\r\nRey \"The DRiF!\" Rosa is a Latin American, abstract expressionist & photographer born and raised in the Bronx, and currently resides in the East Village NYC. He is a lover of the arts, where his passion lies in documenting and creating art.\r\n\r\nSince the age of 14, The DRiF! has always had fervor for different fields of creative expression from choir to culinary arts to sound engineering. Until he found his relationship with art, paint and his energy. To finally capture the three together. The DRiF!, a self-taught artist, started showing his work in late 2013, but has managed to capture fans from around the world. While he keeps evolving and developing his unique style, he is humbled by the support of so many.\r\n\r\nThe DRiF! is also the Official Photographer & Social Media Director for <a href=\"http://lisaprojectnyc.org/\" target=\"_blank\">The L.I.S.A. Project NYC</a>. He is inspired by Jackson Pollock, Ron English, Mr Jago, Nosego, Greta Cat, Solus and Conor Harrington.\r\n\r\n[/two_third_last]\r\n\r\n<hr />\r\n\r\n<h3>[one_third]<img class=\"aligncenter wp-image-712\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/Daisy-Rossetti-BackPack-inspiration-300x128.jpg\" alt=\"Life Preservers Project Daisy Rossetti\" width=\"200\" height=\"85\" /><img class=\"aligncenter size-full wp-image-731\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/blank.jpg\" alt=\"blank\" width=\"200\" height=\"100\" />[/one_third][two_third_last]<strong>Daisy Rossetti</strong></h3>\r\nDaisy Rossetti is an inspired artist and has always wanted to create an environment that everyone feels welcomed in. Expressing herself through art has allowed Daisy to be creative and get to know others. She has been evoking emotion through her art and creating a human connection with others. Creating memories and getting to know people that come in contact with her art has been a dream of Daisy\'s, which is coming true! Doing what makes her happy has been attracting things in the universe that connects a lot of us together and it’s amazing. Daisy enjoys people coming together to support one another in greatness![/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\" wp-image-542 aligncenter\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/uncle-robert-265x300.jpg\" alt=\"Uncle Robert Life Preservers Project\" width=\"197\" height=\"223\" />[/one_third][two_third_last]\r\n<h3><strong>Uncle Robert</strong></h3>\r\nRobert’s use of different combinations of marker, ink and paint simultaneously have been apparent in his work since the beginning of his career. UR\'s blending and application of vibrant colors to the imagery of his abstract art is a style all his own and serve as a reflection of Robert’s views on life and the beauty around us.[/two_third_last]\r\n\r\n<hr />\r\n\r\n[one_third]<img class=\"aligncenter wp-image-659\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/04/pigeons-300x225.jpg\" alt=\"Zropro Life Preservers Project\" width=\"200\" height=\"150\" />[/one_third][two_third_last]\r\n<h3><strong>ZROPRO</strong></h3>\r\n\"ZROPRO\" is a Brooklyn based artist whose work focuses on graphic design, illustration, photography and digital art. His work has appeared in exhibitions and events at notable establishments such as the Brooklyn Historical Society, Brooklyn Museum Shop, City Reliquary, The High Line, the Museum of Modern Art Design Store and myplasticheart. One of his digital artworks is also permanently featured on Microsoft\'s Xbox One video game console worldwide as a selectable gamerpic. He also represent the company Boundless Brooklyn as a featured artist at company events and live demos.\r\n[/two_third_last]','Artist Collective','','inherit','closed','closed','','526-revision-v1','','','2016-05-01 23:57:17','2016-05-01 23:57:17','',526,'http://www.lifepreserversproject.org/wordpress1/2016/05/01/526-revision-v1/',0,'revision','',0),(737,1,'2016-05-02 00:48:34','2016-05-02 00:48:34','','GlenmontGroup_300x300','','inherit','open','closed','','glenmontgroup_300x300','','','2016-05-02 00:48:56','2016-05-02 00:48:56','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/GlenmontGroup_300x300.png',0,'attachment','image/png',0),(740,1,'2016-05-02 00:49:17','2016-05-02 00:49:17','','GlenmontGroupwtagline','','inherit','open','closed','','glenmontgroupwtagline','','','2016-05-02 00:49:35','2016-05-02 00:49:35','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/GlenmontGroupwtagline.png',0,'attachment','image/png',0),(742,1,'2016-05-02 00:55:16','2016-05-02 00:55:16','','LN-rgb-v-pos-1','','inherit','open','closed','','ln-rgb-v-pos-1','','','2016-05-02 00:55:56','2016-05-02 00:55:56','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/LN-rgb-v-pos-1.jpg',0,'attachment','image/jpeg',0),(743,1,'2016-05-02 01:03:20','2016-05-02 01:03:20','','ln-logo','','inherit','open','closed','','ln-logo','','','2016-05-02 01:03:42','2016-05-02 01:03:42','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/ln-logo.png',0,'attachment','image/png',0),(749,1,'2016-05-09 15:44:19','2016-05-09 15:44:19','','Omnivere logo color Lettering','','inherit','open','closed','','omnivere-logo-color-lettering','','','2016-05-09 15:45:14','2016-05-09 15:45:14','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Omnivere-logo-color-Lettering.jpg',0,'attachment','image/jpeg',0),(758,1,'2016-05-19 18:38:09','2016-05-19 18:38:09','','BIA-Logo(300rgb)','','inherit','open','closed','','bia-logo300rgb','','','2016-05-19 18:40:45','2016-05-19 18:40:45','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/BIA-Logo300rgb.jpg',0,'attachment','image/jpeg',0),(760,1,'2016-05-19 18:45:30','2016-05-19 18:45:30','','BIA_200x200','','inherit','open','closed','','bia_200x200','','','2016-05-19 18:46:09','2016-05-19 18:46:09','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/BIA_200x200.png',0,'attachment','image/png',0),(761,1,'2016-05-19 18:51:54','2016-05-19 18:51:54','','GlenmontGroup2','','inherit','open','closed','','glenmontgroup2','','','2016-05-19 18:52:09','2016-05-19 18:52:09','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/GlenmontGroup2.png',0,'attachment','image/png',0),(764,1,'2016-05-19 18:54:07','2016-05-19 18:54:07','','EQD-logo-RGB Bigger','','inherit','open','closed','','eqd-logo-rgb-bigger','','','2016-05-19 18:54:54','2016-05-19 18:54:54','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/EQD-logo-RGB-Bigger.png',0,'attachment','image/png',0),(766,1,'2016-05-23 20:25:33','2016-05-23 20:25:33','','UBIC_Company_logo','','inherit','open','closed','','ubic_company_logo','','','2016-05-23 20:27:45','2016-05-23 20:27:45','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/05/UBIC_Company_logo.png',0,'attachment','image/png',0),(768,1,'2016-05-27 23:53:19','2016-05-27 23:53:19','','BBA','','inherit','open','closed','','bba-2','','','2016-05-27 23:53:19','2016-05-27 23:53:19','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/BBA.png',0,'attachment','image/png',0),(769,1,'2016-05-28 00:01:37','2016-05-28 00:01:37','','1','','inherit','open','closed','','1-2','','','2016-05-28 00:01:37','2016-05-28 00:01:37','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/1-1.jpg',0,'attachment','image/jpeg',0),(770,1,'2016-05-28 00:01:40','2016-05-28 00:01:40','','2','','inherit','open','closed','','2-2','','','2016-05-28 00:01:40','2016-05-28 00:01:40','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/2-1.jpg',0,'attachment','image/jpeg',0),(771,1,'2016-05-28 00:31:43','2016-05-28 00:31:43','','vxb9_headshot','','inherit','open','closed','','vxb9_headshot','','','2016-05-28 00:52:11','2016-05-28 00:52:11','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/vxb9_headshot.jpg',0,'attachment','image/jpeg',0),(772,1,'2016-05-28 00:31:50','2016-05-28 00:31:50','','DJN','','inherit','open','closed','','djn','','','2016-05-28 00:56:21','2016-05-28 00:56:21','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/DJN.jpg',0,'attachment','image/jpeg',0),(773,1,'2016-05-28 00:44:42','2016-05-28 00:44:42','','32139b0','','inherit','open','closed','','32139b0','','','2016-05-28 00:55:27','2016-05-28 00:55:27','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/32139b0.jpg',0,'attachment','image/jpeg',0),(774,1,'2016-05-28 00:44:46','2016-05-28 00:44:46','','061c89f','','inherit','open','closed','','061c89f','','','2016-05-28 00:53:11','2016-05-28 00:53:11','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/061c89f.jpg',0,'attachment','image/jpeg',0),(775,1,'2016-05-28 00:59:41','2016-05-28 00:59:41','','12719532_10153796574191265_307816055624873081_o','','inherit','open','closed','','12719532_10153796574191265_307816055624873081_o','','','2016-05-28 00:59:59','2016-05-28 00:59:59','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/12719532_10153796574191265_307816055624873081_o.jpg',0,'attachment','image/jpeg',0),(776,1,'2016-05-28 01:32:39','2016-05-28 01:32:39','<strong>Vadim Bergelson</strong> is an eDiscovery Project Manager at Morrison and Foerster with over 15 years <img class=\" wp-image-771 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/vxb9_headshot-300x296.jpg\" alt=\"Vadim Bergelson Life Preservers Project\" width=\"200\" height=\"197\" />of experience in Electronic Discovery and Litigation Support. He is proficient in the current eDiscovery trends along with the best practices of successful project management. Mr. Bergelson is responsible for integrating retention, processing and review platforms throughout all aspects of eDiscovery Reference Model lifecycle. He serves as a primary point of contact for clients, attorneys and legal staff, advising on eDiscovery issues and best practices.\r\n\r\nMr. Bergelson has served as technical resource on a number of large, highly sensitive, high-profile matters, involving trade secrets, multi-district and cross-border litigation, and government and criminal investigations. He has expertise on the mechanics of data preservation and harvesting, early case assessment, data processing, concept analytics and document disclosure procedures. He is highly adoptable to new industry developments and emerging technologies.','Vadim Bergelson','','publish','closed','closed','','vadim-bergelson','','','2016-05-28 02:36:30','2016-05-28 02:36:30','',0,'http://www.lifepreserversproject.org/wordpress1/?page_id=776',0,'page','',0),(778,1,'2016-05-28 01:32:39','2016-05-28 01:32:39','<strong>Vadim Bergelson</strong> is an eDiscovery Project Manager at Morrison and Foerster with over 15 years <img class=\" wp-image-771 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/vxb9_headshot-300x296.jpg\" alt=\"Vadim Bergelson Life Preservers Project\" width=\"200\" height=\"197\" />of experience in Electronic Discovery and Litigation Support. He is proficient in the current eDiscovery trends along with the best practices of successful project management. Mr. Bergelson is responsible for integrating retention, processing and review platforms throughout all aspects of eDiscovery Reference Model lifecycle. He serves as a primary point of contact for clients, attorneys and legal staff, advising on eDiscovery issues and best practices.\r\n\r\nMr. Bergelson has served as technical resource on a number of large, highly sensitive, high-profile matters, involving trade secrets, multi-district and cross-border litigation, and government and criminal investigations. He has expertise on the mechanics of data preservation and harvesting, early case assessment, data processing, concept analytics and document disclosure procedures. He is highly adoptable to new industry developments and emerging technologies.','Vadim Bergelson','','inherit','closed','closed','','776-revision-v1','','','2016-05-28 01:32:39','2016-05-28 01:32:39','',776,'http://www.lifepreserversproject.org/wordpress1/2016/05/28/776-revision-v1/',0,'revision','',0),(779,1,'2016-05-28 01:47:39','2016-05-28 01:47:39','','piethrow','','inherit','open','closed','','piethrow','','','2016-05-28 01:47:39','2016-05-28 01:47:39','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/piethrow.jpg',0,'attachment','image/jpeg',0),(780,1,'2016-05-28 01:53:57','2016-05-28 01:53:57','<img class=\"size-full wp-image-772 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/DJN.jpg\" alt=\"Dera Nevin Life Preservers Project\" width=\"200\" height=\"200\" />Dera J. Nevin is the eDiscovery Counsel at Proskauer Rose and is responsible for the Firm’s eDiscovery and Information Governance programs, and its Records Management and Conflicts screening processes. Her experience includes advising on all aspects of e-discovery in civil, criminal, regulatory and M&A transactions, in internal investigations, and in trans-border eDiscovery. She has pioneered the use of e-discovery applications, including technology-assisted review and computerized multi-lingual search. She has advised numerous corporations on the development and implementation of e-discovery programs and strategies, including litigation hold management and audit. She also has experience in related aspects of information governance, including records retention and disposition initiatives, such as those arising from document conversion and system migration projects.\r\n\r\nMs. Nevin is a founding member of the Legal Technology Professionals Institute and is a past member of the EDRM Advisory Board and Co-Chair of the EDRM Metrics Group. She is a frequent speaker about electronic discovery, and previously wrote a regular column on eDiscovery for Canadian Lawyer magazine. Ms. Nevin graduated from the University of Toronto Faculty of Law (J.D.), and holds an M.A. and a B.A. (Hons.) from Queen’s University. She is admitted to the bars of New York (2015) and Ontario (2002).\r\n\r\nDera is a recent transplant to New York City, and is enjoying learning about the City’s rich history and exploring its neighborhoods. She paints and plays the saxophone, and has run numerous marathons and other road races. She can’t golf, but doesn’t try very hard at that. She speaks terrible French, and worse Spanish.','Dera J. Nevin','','publish','closed','closed','','dera-j-nevin','','','2016-05-28 02:38:40','2016-05-28 02:38:40','',0,'http://www.lifepreserversproject.org/wordpress1/?page_id=780',0,'page','',0),(782,1,'2016-05-28 01:53:57','2016-05-28 01:53:57','Dera J. Nevin is the Firm’s eDiscovery Counsel and is responsible for the Firm’s eDiscovery and Information Governance programs, and its Records Management and Conflicts screening processes. Her experience includes advising on all aspects of e-discovery in civil, criminal, regulatory and M&A transactions, in internal investigations, and in trans-border eDiscovery. She has pioneered the use of e-discovery applications, including technology-assisted review and computerized multi-lingual search. She has advised numerous corporations on the development and implementation of e-discovery programs and strategies, including litigation hold management and audit. She also has experience in related aspects of information governance, including records retention and disposition initiatives, such as those arising from document conversion and system migration projects. \r\n \r\nMs. Nevin is a founding member of the Legal Technology Professionals Institute and is a past member of the EDRM Advisory Board Co-Chair of the EDRM Metrics Group. She is a frequent speaker about electronic discovery, and previously wrote a regular column on eDiscovery for Canadian Lawyer magazine. Ms. Nevin graduated from the University of Toronto Faculty of Law (J.D.), and holds an M.A. and a B.A. (Hons.) from Queen’s University. She is admitted to the bars of New York (2015) and Ontario (2002). \r\n \r\nDera is a recent transplant to New York City, and is enjoying learning about the City’s rich history and exploring its neighborhoods. She paints and plays the saxophone, and has run numerous marathons and other road races. She can’t golf, but doesn’t try very hard at that. She speaks terrible French, and worse Spanish. ','Dera J. Nevin','','inherit','closed','closed','','780-revision-v1','','','2016-05-28 01:53:57','2016-05-28 01:53:57','',780,'http://www.lifepreserversproject.org/wordpress1/2016/05/28/780-revision-v1/',0,'revision','',0),(783,1,'2016-05-28 01:54:47','2016-05-28 01:54:47','<img class=\"size-full wp-image-772 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/DJN.jpg\" alt=\"Dera Nevin Life Preservers Project\" width=\"200\" height=\"200\" />Dera J. Nevin is the Firm’s eDiscovery Counsel and is responsible for the Firm’s eDiscovery and Information Governance programs, and its Records Management and Conflicts screening processes. Her experience includes advising on all aspects of e-discovery in civil, criminal, regulatory and M&A transactions, in internal investigations, and in trans-border eDiscovery. She has pioneered the use of e-discovery applications, including technology-assisted review and computerized multi-lingual search. She has advised numerous corporations on the development and implementation of e-discovery programs and strategies, including litigation hold management and audit. She also has experience in related aspects of information governance, including records retention and disposition initiatives, such as those arising from document conversion and system migration projects.\r\n\r\nMs. Nevin is a founding member of the Legal Technology Professionals Institute and is a past member of the EDRM Advisory Board Co-Chair of the EDRM Metrics Group. She is a frequent speaker about electronic discovery, and previously wrote a regular column on eDiscovery for Canadian Lawyer magazine. Ms. Nevin graduated from the University of Toronto Faculty of Law (J.D.), and holds an M.A. and a B.A. (Hons.) from Queen’s University. She is admitted to the bars of New York (2015) and Ontario (2002).\r\n\r\nDera is a recent transplant to New York City, and is enjoying learning about the City’s rich history and exploring its neighborhoods. She paints and plays the saxophone, and has run numerous marathons and other road races. She can’t golf, but doesn’t try very hard at that. She speaks terrible French, and worse Spanish.','Dera J. Nevin','','inherit','closed','closed','','780-revision-v1','','','2016-05-28 01:54:47','2016-05-28 01:54:47','',780,'http://www.lifepreserversproject.org/wordpress1/2016/05/28/780-revision-v1/',0,'revision','',0),(784,1,'2016-05-28 02:31:54','2016-05-28 02:31:54','','shutterstock_102339526','','inherit','open','closed','','shutterstock_102339526','','','2016-05-28 02:32:06','2016-05-28 02:32:06','',780,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/05/shutterstock_102339526.jpg',0,'attachment','image/jpeg',0),(785,1,'2016-05-28 02:32:16','2016-05-28 02:32:16','<img class=\"size-full wp-image-772 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/DJN.jpg\" alt=\"Dera Nevin Life Preservers Project\" width=\"200\" height=\"200\" />Dera J. Nevin is the eDiscovery Counsel at Proskauer Rose and is responsible for the Firm’s eDiscovery and Information Governance programs, and its Records Management and Conflicts screening processes. Her experience includes advising on all aspects of e-discovery in civil, criminal, regulatory and M&A transactions, in internal investigations, and in trans-border eDiscovery. She has pioneered the use of e-discovery applications, including technology-assisted review and computerized multi-lingual search. She has advised numerous corporations on the development and implementation of e-discovery programs and strategies, including litigation hold management and audit. She also has experience in related aspects of information governance, including records retention and disposition initiatives, such as those arising from document conversion and system migration projects.\n\nMs. Nevin is a founding member of the Legal Technology Professionals Institute and is a past member of the EDRM Advisory Board Co-Chair of the EDRM Metrics Group. She is a frequent speaker about electronic discovery, and previously wrote a regular column on eDiscovery for Canadian Lawyer magazine. Ms. Nevin graduated from the University of Toronto Faculty of Law (J.D.), and holds an M.A. and a B.A. (Hons.) from Queen’s University. She is admitted to the bars of New York (2015) and Ontario (2002).\n\nDera is a recent transplant to New York City, and is enjoying learning about the City’s rich history and exploring its neighborhoods. She paints and plays the saxophone, and has run numerous marathons and other road races. She can’t golf, but doesn’t try very hard at that. She speaks terrible French, and worse Spanish.','Dera J. Nevin','','inherit','closed','closed','','780-autosave-v1','','','2016-05-28 02:32:16','2016-05-28 02:32:16','',780,'http://www.lifepreserversproject.org/wordpress1/2016/05/28/780-autosave-v1/',0,'revision','',0),(786,1,'2016-05-28 02:32:28','2016-05-28 02:32:28','<img class=\"size-full wp-image-772 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/DJN.jpg\" alt=\"Dera Nevin Life Preservers Project\" width=\"200\" height=\"200\" />Dera J. Nevin is the eDiscovery Counsel at Proskauer Rose and is responsible for the Firm’s eDiscovery and Information Governance programs, and its Records Management and Conflicts screening processes. Her experience includes advising on all aspects of e-discovery in civil, criminal, regulatory and M&A transactions, in internal investigations, and in trans-border eDiscovery. She has pioneered the use of e-discovery applications, including technology-assisted review and computerized multi-lingual search. She has advised numerous corporations on the development and implementation of e-discovery programs and strategies, including litigation hold management and audit. She also has experience in related aspects of information governance, including records retention and disposition initiatives, such as those arising from document conversion and system migration projects.\r\n\r\nMs. Nevin is a founding member of the Legal Technology Professionals Institute and is a past member of the EDRM Advisory Board Co-Chair of the EDRM Metrics Group. She is a frequent speaker about electronic discovery, and previously wrote a regular column on eDiscovery for Canadian Lawyer magazine. Ms. Nevin graduated from the University of Toronto Faculty of Law (J.D.), and holds an M.A. and a B.A. (Hons.) from Queen’s University. She is admitted to the bars of New York (2015) and Ontario (2002).\r\n\r\nDera is a recent transplant to New York City, and is enjoying learning about the City’s rich history and exploring its neighborhoods. She paints and plays the saxophone, and has run numerous marathons and other road races. She can’t golf, but doesn’t try very hard at that. She speaks terrible French, and worse Spanish.','Dera J. Nevin','','inherit','closed','closed','','780-revision-v1','','','2016-05-28 02:32:28','2016-05-28 02:32:28','',780,'http://www.lifepreserversproject.org/wordpress1/2016/05/28/780-revision-v1/',0,'revision','',0),(787,1,'2016-05-28 02:36:07','2016-05-28 02:36:07','','shutterstock_330048707','','inherit','open','closed','','shutterstock_330048707','','','2016-05-28 02:36:23','2016-05-28 02:36:23','',776,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/05/shutterstock_330048707.jpg',0,'attachment','image/jpeg',0),(788,1,'2016-05-28 02:38:40','2016-05-28 02:38:40','<img class=\"size-full wp-image-772 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/DJN.jpg\" alt=\"Dera Nevin Life Preservers Project\" width=\"200\" height=\"200\" />Dera J. Nevin is the eDiscovery Counsel at Proskauer Rose and is responsible for the Firm’s eDiscovery and Information Governance programs, and its Records Management and Conflicts screening processes. Her experience includes advising on all aspects of e-discovery in civil, criminal, regulatory and M&A transactions, in internal investigations, and in trans-border eDiscovery. She has pioneered the use of e-discovery applications, including technology-assisted review and computerized multi-lingual search. She has advised numerous corporations on the development and implementation of e-discovery programs and strategies, including litigation hold management and audit. She also has experience in related aspects of information governance, including records retention and disposition initiatives, such as those arising from document conversion and system migration projects.\r\n\r\nMs. Nevin is a founding member of the Legal Technology Professionals Institute and is a past member of the EDRM Advisory Board and Co-Chair of the EDRM Metrics Group. She is a frequent speaker about electronic discovery, and previously wrote a regular column on eDiscovery for Canadian Lawyer magazine. Ms. Nevin graduated from the University of Toronto Faculty of Law (J.D.), and holds an M.A. and a B.A. (Hons.) from Queen’s University. She is admitted to the bars of New York (2015) and Ontario (2002).\r\n\r\nDera is a recent transplant to New York City, and is enjoying learning about the City’s rich history and exploring its neighborhoods. She paints and plays the saxophone, and has run numerous marathons and other road races. She can’t golf, but doesn’t try very hard at that. She speaks terrible French, and worse Spanish.','Dera J. Nevin','','inherit','closed','closed','','780-revision-v1','','','2016-05-28 02:38:40','2016-05-28 02:38:40','',780,'http://www.lifepreserversproject.org/wordpress1/2016/05/28/780-revision-v1/',0,'revision','',0),(789,1,'2016-05-28 02:57:14','2016-05-28 02:57:14','','FullSizeRender','','inherit','open','closed','','fullsizerender','','','2016-05-28 02:57:14','2016-05-28 02:57:14','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/FullSizeRender.jpg',0,'attachment','image/jpeg',0),(790,1,'2016-06-09 11:33:39','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2016-06-09 11:33:39','0000-00-00 00:00:00','',0,'http://www.lifepreserversproject.org/wordpress1/?p=790',0,'post','',0),(791,1,'2016-06-09 12:34:07','2016-06-09 12:34:07','','Yin Lu','','inherit','open','closed','','yin-lu','','','2016-06-09 12:39:40','2016-06-09 12:39:40','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Yin-Lu.jpg',0,'attachment','image/jpeg',0),(792,1,'2016-06-09 12:37:35','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2016-06-09 12:37:35','0000-00-00 00:00:00','',0,'http://www.lifepreserversproject.org/wordpress1/?page_id=792',0,'page','',0),(793,1,'2016-06-09 12:38:24','2016-06-09 12:38:24','<img class=\"wp-image-791 size-full alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Yin-Lu.jpg\" alt=\"Life Preservers Project Yin Lu\" width=\"200\" height=\"200\" />As Vice President of Discovery, Yin Lu brings well over 10 years of extensive eDiscovery expertise to OmniVere. As a former eDiscovery consulting executive at FTI Consulting, Consilio and eTERA provided Yin with experience in leading consulting teams and subject matter experts across the entire Electronic Discovery Reference Model life cycle(EDRM). He brings his industry knowledge and is able to leverage his broad experience assisting law firms and corporate clients on matters pertaining to document collection, processing, review, hosting, production and leading technologies. He is widely recognized for his proven ability to manage and consult on eDiscovery and data management projects regardless of size, scope, duration and location.\r\n\r\nYin has worked on domestic and international litigation, investigation and arbitration matters including complex litigation, anti-trust and class actions, bankruptcy, post-acquisition disputes, SEC and DOJ investigations, and other regulatory oversight related matters. He has served as eDiscovery consultant to large corporations on all aspects of data management.\r\n\r\nAs a member of the Management team at FTI Consulting, Yin helped grow their Technology practice from 50 employees to over 400 in 6 years; he was instrumental in expanding FTI’s service capabilities in London and Sao Paulo; and introduced leading litigation technology into the Brazil legal marketplace.\r\n\r\nEducation includes a Master of Science degree in electrical engineering from Columbia University, with concentrations in network telecommunications and wireless and mobile communications. Yin also holds a Bachelor of Science degree in electrical engineering from Kettering University, with a minor in business management. He is a Certified Fraud Examiner and member of the High Technology Crime Investigation Association (HTCIA) and the Institute of Electrical and Electronics Engineers (IEEE). Yin is fluent in English and Mandarin Chinese.','Yin Lu','','publish','closed','closed','','yin-lu','','','2016-06-09 12:46:45','2016-06-09 12:46:45','',0,'http://www.lifepreserversproject.org/wordpress1/?page_id=793',0,'page','',0),(794,1,'2016-06-09 12:38:55','2016-06-09 12:38:55','<img class=\"size-full wp-image-772 alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/DJN.jpg\" alt=\"Dera Nevin Life Preservers Project\" width=\"200\" height=\"200\" />Dera J. Nevin is the eDiscovery Counsel at Proskauer Rose and is responsible for the Firm’s eDiscovery and Information Governance programs, and its Records Management and Conflicts screening processes. Her experience includes advising on all aspects of e-discovery in civil, criminal, regulatory and M&A transactions, in internal investigations, and in trans-border eDiscovery. She has pioneered the use of e-discovery applications, including technology-assisted review and computerized multi-lingual search. She has advised numerous corporations on the development and implementation of e-discovery programs and strategies, including litigation hold management and audit. She also has experience in related aspects of information governance, including records retention and disposition initiatives, such as those arising from document conversion and system migration projects.\r\n\r\nMs. Nevin is a founding member of the Legal Technology Professionals Institute and is a past member of the EDRM Advisory Board and Co-Chair of the EDRM Metrics Group. She is a frequent speaker about electronic discovery, and previously wrote a regular column on eDiscovery for Canadian Lawyer magazine. Ms. Nevin graduated from the University of Toronto Faculty of Law (J.D.), and holds an M.A. and a B.A. (Hons.) from Queen’s University. She is admitted to the bars of New York (2015) and Ontario (2002).\r\n\r\nDera is a recent transplant to New York City, and is enjoying learning about the City’s rich history and exploring its neighborhoods. She paints and plays the saxophone, and has run numerous marathons and other road races. She can’t golf, but doesn’t try very hard at that. She speaks terrible French, and worse Spanish.','Yin Lu','','inherit','closed','closed','','793-revision-v1','','','2016-06-09 12:38:55','2016-06-09 12:38:55','',793,'http://www.lifepreserversproject.org/wordpress1/2016/06/09/793-revision-v1/',0,'revision','',0),(795,1,'2016-06-09 12:46:14','2016-06-09 12:46:14','','shutterstock_142700332','','inherit','open','closed','','shutterstock_142700332','','','2016-06-09 12:46:31','2016-06-09 12:46:31','',793,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/06/shutterstock_142700332.jpg',0,'attachment','image/jpeg',0),(797,1,'2016-06-09 12:46:45','2016-06-09 12:46:45','<img class=\"wp-image-791 size-full alignleft\" src=\"http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/Yin-Lu.jpg\" alt=\"Life Preservers Project Yin Lu\" width=\"200\" height=\"200\" />As Vice President of Discovery, Yin Lu brings well over 10 years of extensive eDiscovery expertise to OmniVere. As a former eDiscovery consulting executive at FTI Consulting, Consilio and eTERA provided Yin with experience in leading consulting teams and subject matter experts across the entire Electronic Discovery Reference Model life cycle(EDRM). He brings his industry knowledge and is able to leverage his broad experience assisting law firms and corporate clients on matters pertaining to document collection, processing, review, hosting, production and leading technologies. He is widely recognized for his proven ability to manage and consult on eDiscovery and data management projects regardless of size, scope, duration and location.\r\n\r\nYin has worked on domestic and international litigation, investigation and arbitration matters including complex litigation, anti-trust and class actions, bankruptcy, post-acquisition disputes, SEC and DOJ investigations, and other regulatory oversight related matters. He has served as eDiscovery consultant to large corporations on all aspects of data management.\r\n\r\nAs a member of the Management team at FTI Consulting, Yin helped grow their Technology practice from 50 employees to over 400 in 6 years; he was instrumental in expanding FTI’s service capabilities in London and Sao Paulo; and introduced leading litigation technology into the Brazil legal marketplace.\r\n\r\nEducation includes a Master of Science degree in electrical engineering from Columbia University, with concentrations in network telecommunications and wireless and mobile communications. Yin also holds a Bachelor of Science degree in electrical engineering from Kettering University, with a minor in business management. He is a Certified Fraud Examiner and member of the High Technology Crime Investigation Association (HTCIA) and the Institute of Electrical and Electronics Engineers (IEEE). Yin is fluent in English and Mandarin Chinese.','Yin Lu','','inherit','closed','closed','','793-revision-v1','','','2016-06-09 12:46:45','2016-06-09 12:46:45','',793,'http://www.lifepreserversproject.org/wordpress1/2016/06/09/793-revision-v1/',0,'revision','',0),(798,1,'2016-06-09 14:21:03','2016-06-09 14:21:03','','bjenson','','inherit','open','closed','','bjenson','','','2016-06-09 14:21:26','2016-06-09 14:21:26','',152,'http://www.lifepreserversproject.org/wordpress1/wp-content/uploads/2016/02/bjenson.jpg',0,'attachment','image/jpeg',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_profiler_details` -- DROP TABLE IF EXISTS `wp_profiler_details`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_profiler_details` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `request_id` int(11) DEFAULT NULL, `duration_core` double DEFAULT NULL, `duration_themes` double DEFAULT NULL, `duration_plugins` double DEFAULT NULL, `duration_mu_plugins` double DEFAULT NULL, `duration_database` double DEFAULT NULL, `duration_http` double DEFAULT NULL, `duration_misc` double DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_profiler_details` -- LOCK TABLES `wp_profiler_details` WRITE; /*!40000 ALTER TABLE `wp_profiler_details` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_profiler_details` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_profiler_functions` -- DROP TABLE IF EXISTS `wp_profiler_functions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_profiler_functions` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `request_id` int(11) DEFAULT NULL, `plugin` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `function` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `count` int(11) DEFAULT NULL, `duration` float DEFAULT NULL, PRIMARY KEY (`id`), KEY `request_id` (`request_id`), KEY `plugin` (`plugin`), KEY `function` (`function`(191)), KEY `count` (`count`), KEY `duration` (`duration`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_profiler_functions` -- LOCK TABLES `wp_profiler_functions` WRITE; /*!40000 ALTER TABLE `wp_profiler_functions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_profiler_functions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_profiler_plugins` -- DROP TABLE IF EXISTS `wp_profiler_plugins`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_profiler_plugins` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `request_id` int(11) DEFAULT NULL, `plugin` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `count` int(11) DEFAULT NULL, `duration` double DEFAULT NULL, PRIMARY KEY (`id`), KEY `request_id` (`request_id`), KEY `count` (`count`), KEY `duration` (`duration`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_profiler_plugins` -- LOCK TABLES `wp_profiler_plugins` WRITE; /*!40000 ALTER TABLE `wp_profiler_plugins` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_profiler_plugins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_profiler_queries` -- DROP TABLE IF EXISTS `wp_profiler_queries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_profiler_queries` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `request_id` int(11) DEFAULT NULL, `duration` double DEFAULT NULL, `plugin` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `the_query` varchar(2048) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `stack` varchar(2048) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `request_id` (`request_id`), KEY `duration` (`duration`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_profiler_queries` -- LOCK TABLES `wp_profiler_queries` WRITE; /*!40000 ALTER TABLE `wp_profiler_queries` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_profiler_queries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_profiler_requests` -- DROP TABLE IF EXISTS `wp_profiler_requests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_profiler_requests` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `timestamp` int(11) DEFAULT NULL, `request` varchar(1024) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `type` varchar(8) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `template` varchar(1024) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `duration` double DEFAULT NULL, `memory` int(11) DEFAULT NULL, `queries` int(11) DEFAULT NULL, `payload` text COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `timestamp` (`timestamp`), KEY `type` (`type`), KEY `template` (`template`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_profiler_requests` -- LOCK TABLES `wp_profiler_requests` WRITE; /*!40000 ALTER TABLE `wp_profiler_requests` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_profiler_requests` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sendpress_autoresponders` -- DROP TABLE IF EXISTS `wp_sendpress_autoresponders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sendpress_autoresponders` ( `post_id` int(11) unsigned NOT NULL, `delay_time` int(11) unsigned NOT NULL, `action_type` int(11) unsigned NOT NULL, `when_to_send` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `active` int(1) DEFAULT '0', `list_id` int(11) DEFAULT '0', PRIMARY KEY (`post_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_sendpress_autoresponders` -- LOCK TABLES `wp_sendpress_autoresponders` WRITE; /*!40000 ALTER TABLE `wp_sendpress_autoresponders` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_sendpress_autoresponders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sendpress_list_subscribers` -- DROP TABLE IF EXISTS `wp_sendpress_list_subscribers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sendpress_list_subscribers` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `listID` int(11) DEFAULT NULL, `subscriberID` int(11) DEFAULT NULL, `status` int(1) DEFAULT NULL, `updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`), UNIQUE KEY `listsub` (`subscriberID`,`listID`), KEY `listID` (`listID`), KEY `subscriberID` (`subscriberID`), KEY `status` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_sendpress_list_subscribers` -- LOCK TABLES `wp_sendpress_list_subscribers` WRITE; /*!40000 ALTER TABLE `wp_sendpress_list_subscribers` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_sendpress_list_subscribers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sendpress_queue` -- DROP TABLE IF EXISTS `wp_sendpress_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sendpress_queue` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subscriberID` int(11) DEFAULT NULL, `listID` int(11) DEFAULT NULL, `from_name` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `from_email` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL, `to_email` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL, `subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `messageID` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL, `emailID` int(11) NOT NULL, `max_attempts` int(11) NOT NULL DEFAULT '3', `attempts` int(11) NOT NULL DEFAULT '0', `success` tinyint(1) NOT NULL DEFAULT '0', `date_published` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `inprocess` int(1) DEFAULT '0', `last_attempt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_sent` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`), KEY `to_email` (`to_email`), KEY `subscriberID` (`subscriberID`), KEY `listID` (`listID`), KEY `inprocess` (`inprocess`), KEY `success` (`success`), KEY `max_attempts` (`max_attempts`), KEY `attempts` (`attempts`), KEY `last_attempt` (`last_attempt`), KEY `date_sent` (`date_sent`), KEY `success_date` (`success`,`last_attempt`,`max_attempts`,`attempts`,`inprocess`,`date_sent`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_sendpress_queue` -- LOCK TABLES `wp_sendpress_queue` WRITE; /*!40000 ALTER TABLE `wp_sendpress_queue` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_sendpress_queue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sendpress_subscribers` -- DROP TABLE IF EXISTS `wp_sendpress_subscribers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sendpress_subscribers` ( `subscriberID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `join_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `status` int(1) NOT NULL DEFAULT '1', `registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `registered_ip` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `identity_key` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `bounced` int(1) NOT NULL DEFAULT '0', `firstname` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `lastname` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `wp_user_id` bigint(20) DEFAULT NULL, `phonenumber` varchar(12) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `salutation` varchar(40) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`subscriberID`), UNIQUE KEY `email` (`email`), UNIQUE KEY `identity_key` (`identity_key`), UNIQUE KEY `wp_user_id` (`wp_user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_sendpress_subscribers` -- LOCK TABLES `wp_sendpress_subscribers` WRITE; /*!40000 ALTER TABLE `wp_sendpress_subscribers` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_sendpress_subscribers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sendpress_subscribers_meta` -- DROP TABLE IF EXISTS `wp_sendpress_subscribers_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sendpress_subscribers_meta` ( `smeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `subscriberID` bigint(20) unsigned NOT NULL DEFAULT '0', `listID` bigint(20) unsigned DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`smeta_id`), KEY `listID` (`listID`), KEY `subscriberID` (`subscriberID`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_sendpress_subscribers_meta` -- LOCK TABLES `wp_sendpress_subscribers_meta` WRITE; /*!40000 ALTER TABLE `wp_sendpress_subscribers_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_sendpress_subscribers_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sendpress_subscribers_status` -- DROP TABLE IF EXISTS `wp_sendpress_subscribers_status`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sendpress_subscribers_status` ( `statusid` int(11) unsigned NOT NULL AUTO_INCREMENT, `status` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`statusid`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_sendpress_subscribers_status` -- LOCK TABLES `wp_sendpress_subscribers_status` WRITE; /*!40000 ALTER TABLE `wp_sendpress_subscribers_status` DISABLE KEYS */; INSERT INTO `wp_sendpress_subscribers_status` VALUES (1,'Unconfirmed'),(2,'Active'),(3,'Unsubscribed'),(4,'Bounced'); /*!40000 ALTER TABLE `wp_sendpress_subscribers_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sendpress_subscribers_tracker` -- DROP TABLE IF EXISTS `wp_sendpress_subscribers_tracker`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sendpress_subscribers_tracker` ( `subscriber_id` int(11) unsigned NOT NULL, `email_id` int(11) unsigned NOT NULL, `sent_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `opened_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `status` tinyint(4) NOT NULL DEFAULT '0', `tracker_type` tinyint(4) NOT NULL DEFAULT '0', `opened_count` int(11) unsigned NOT NULL, PRIMARY KEY (`subscriber_id`,`email_id`), KEY `tracker_type` (`tracker_type`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_sendpress_subscribers_tracker` -- LOCK TABLES `wp_sendpress_subscribers_tracker` WRITE; /*!40000 ALTER TABLE `wp_sendpress_subscribers_tracker` DISABLE KEYS */; INSERT INTO `wp_sendpress_subscribers_tracker` VALUES (1,368,'2016-02-27 22:56:55','0000-00-00 00:00:00',0,0,0),(4,368,'2016-02-27 23:22:25','0000-00-00 00:00:00',0,0,0),(5,368,'2016-02-28 00:09:24','0000-00-00 00:00:00',0,0,0),(8,368,'2016-02-28 00:35:11','2016-02-28 00:36:04',4,0,1),(11,368,'2016-02-28 00:38:38','2016-02-28 00:40:37',4,0,1),(13,368,'2016-02-28 00:52:10','2016-02-28 00:57:23',4,0,1),(14,368,'2016-02-28 01:04:42','2016-02-28 01:05:25',4,0,1),(17,368,'2016-02-28 01:28:39','2016-02-28 01:39:14',4,0,1); /*!40000 ALTER TABLE `wp_sendpress_subscribers_tracker` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sendpress_subscribers_url` -- DROP TABLE IF EXISTS `wp_sendpress_subscribers_url`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sendpress_subscribers_url` ( `subscriber_id` int(11) unsigned NOT NULL, `email_id` int(11) unsigned NOT NULL, `url_id` int(11) unsigned NOT NULL, `clicked_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `click_count` int(11) unsigned NOT NULL, PRIMARY KEY (`subscriber_id`,`email_id`,`url_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_sendpress_subscribers_url` -- LOCK TABLES `wp_sendpress_subscribers_url` WRITE; /*!40000 ALTER TABLE `wp_sendpress_subscribers_url` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_sendpress_subscribers_url` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sendpress_url` -- DROP TABLE IF EXISTS `wp_sendpress_url`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sendpress_url` ( `url_id` int(11) unsigned NOT NULL AUTO_INCREMENT, `url` text COLLATE utf8mb4_unicode_ci, `hash` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`url_id`), KEY `hash` (`hash`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_sendpress_url` -- LOCK TABLES `wp_sendpress_url` WRITE; /*!40000 ALTER TABLE `wp_sendpress_url` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_sendpress_url` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 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),(11,1,0),(137,5,0),(137,10,0),(137,11,0),(137,14,0),(137,17,0),(137,20,0),(137,23,0),(152,32,0),(152,34,0),(152,37,0),(152,38,0),(152,41,0),(152,44,0),(152,47,0),(152,86,0),(152,89,0),(152,92,0),(152,95,0),(152,98,0),(152,100,0),(152,103,0),(152,106,0),(152,109,0),(152,112,0),(152,115,0),(152,118,0),(152,121,0),(152,122,0),(182,50,0),(206,50,0),(320,53,0),(320,56,0),(320,59,0),(320,62,0),(320,64,0),(320,67,0),(320,70,0),(320,73,0),(341,50,0),(349,50,0),(386,50,0),(388,50,0),(470,50,0),(478,50,0),(485,50,0),(611,50,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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci 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=InnoDB AUTO_INCREMENT=123 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 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,2),(4,4,'ecwd_event_category','',0,0),(5,5,'ecwd_event_category','',0,1),(7,7,'ecwd_event_category','',0,0),(10,10,'ecwd_event_category','',0,1),(11,11,'ecwd_event_tag','',0,1),(14,14,'ecwd_event_tag','',0,1),(17,17,'ecwd_event_tag','',0,1),(20,20,'ecwd_event_tag','',0,1),(23,23,'ecwd_event_tag','',0,1),(32,32,'tribe_events_cat','',0,1),(34,34,'tribe_events_cat','',0,1),(37,37,'tribe_events_cat','',0,1),(38,38,'post_tag','',0,1),(41,41,'post_tag','',0,1),(44,44,'post_tag','',0,1),(47,47,'post_tag','',0,1),(50,50,'nav_menu','',0,10),(53,53,'events_categories','',0,1),(56,56,'events_categories','',0,1),(59,59,'events_categories','',0,1),(62,62,'events_categories','',0,1),(64,64,'events_tags','',0,1),(67,67,'events_tags','',0,1),(70,70,'events_tags','',0,1),(73,73,'events_tags','',0,1),(74,74,'spnl_log_type','',0,0),(77,77,'spnl_log_type','',0,0),(80,80,'spnl_log_type','',0,0),(83,83,'spnl_log_type','',0,0),(86,86,'post_tag','',0,1),(89,89,'post_tag','',0,1),(92,92,'post_tag','',0,1),(95,95,'post_tag','',0,1),(98,98,'post_tag','',0,1),(100,100,'post_tag','',0,1),(103,103,'post_tag','',0,1),(106,106,'post_tag','',0,1),(109,109,'post_tag','',0,1),(112,112,'post_tag','',0,1),(115,115,'post_tag','',0,1),(118,118,'post_tag','',0,1),(121,121,'post_tag','',0,1),(122,122,'post_tag','',0,1); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=123 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 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),(4,'Art Show','art-show',0),(5,'Cocktail Party','cocktail-party',0),(7,'Presentation','presentation',0),(10,'Fundraiser','fundraiser',0),(11,'Women in eDiscovery','women-in-ediscovery',0),(14,'Life Preservers Project','life-preservers-project',0),(17,'GEMS','gems',0),(20,'Operation Backpack','operation-backpack',0),(23,'eDiscovery','ediscovery',0),(32,'Fundraiser','fundraiser',0),(34,'Cocktail Party','cocktail-party',0),(37,'Art Show','art-show',0),(38,'Women in eDiscovery','women-in-ediscovery',0),(41,'Art','art',0),(44,'GEMS','gems',0),(47,'Operation Backpack','operation-backpack',0),(50,'Main Menu','main-menu',0),(53,'Art Show','art-show',0),(56,'Fashion Show','fashion-show',0),(59,'Fundraiser','fundraiser',0),(62,'Cocktail Event','cocktail-event',0),(64,'GEMS','gems',0),(67,'Women in eDiscovery','women-in-ediscovery',0),(70,'Operation Backpack','operation-backpack',0),(73,'Fundraiser','fundraiser',0),(74,'sending','sending',0),(77,'error','error',0),(80,'event','event',0),(83,'api_request','api_request',0),(86,'QuisLex','quislex',0),(89,'Inspired Review','inspired-review',0),(92,'Celeritas','celeritas',0),(95,'Maribel Rivera','maribel-rivera',0),(98,'KTB swimwear','ktb-swimwear',0),(100,'Omnivere','omnivere',0),(103,'LexisNexis','lexisnexis',0),(106,'EDT Software','edt-software',0),(109,'Empire Discovery','empire-discovery',0),(112,'Glenmont Group','glenmont-group',0),(115,'Proper West','proper-west',0),(118,'TOPS Products','tops-products',0),(121,'Life Preservers Project','life-preservers-project',0),(122,'BBA Technical','bba-technical',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 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,'nickname','shana1369'),(2,1,'first_name',''),(3,1,'last_name',''),(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',''),(13,1,'default_password_nag','1'),(14,1,'show_welcome_panel','1'),(17,1,'session_tokens','a:1:{s:64:\"4df5febf881ee5a2647f3d56fdf93c733db119c21cdaf5da9c820e39713bf1e4\";a:4:{s:10:\"expiration\";i:1465644790;s:2:\"ip\";s:13:\"24.193.27.193\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36\";s:5:\"login\";i:1465471990;}}'),(20,1,'wp_dashboard_quick_press_last_post_id','790'),(23,1,'wporg_favorites',''),(25,1,'wp_user-settings','libraryContent=browse&editor=tinymce&align=center&advImgDetails=show&urlbutton=custom'),(28,1,'wp_user-settings-time','1464400486'),(31,1,'jetpack_tracks_wpcom_id','101684148'),(32,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(35,1,'metaboxhidden_nav-menus','a:5:{i:0;s:31:\"add-post-type-jetpack-portfolio\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:26:\"add-jetpack-portfolio-type\";i:4;s:25:\"add-jetpack-portfolio-tag\";}'),(37,1,'ecwd_calendar_tour','1'),(40,1,'tribe_setDefaultNavMenuBoxes','1'),(43,1,'nav_menu_recently_edited','50'),(45,1,'wpcom_user_id','101684148'),(48,1,'wpcom_user_data','O:8:\"stdClass\":9:{s:2:\"ID\";i:101684148;s:5:\"login\";s:9:\"shana1369\";s:5:\"email\";s:19:\"shana1369@gmail.com\";s:3:\"url\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:12:\"display_name\";s:9:\"shana1369\";s:11:\"description\";s:0:\"\";s:16:\"two_step_enabled\";b:0;}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 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,'shana1369','$P$BpFBf72mno3YTOj6oqY4lsEcQNTfmA1','shana1369','shana1369@gmail.com','','2016-02-09 16:31:36','',0,'shana1369'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_02c86bf_0' -- /*!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 2017-11-15 0:46:41